/********** Template CSS **********/
:root {
    --primary: #4761FF;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


.bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.text-left{
	text-align:left !important;
}
.text-center{
	text-align:center !important;
}
.resppic {
	width:100%;
	height:auto;
}
.respimg {
	width:100%;
	height:175px;
}
.respico {
	width:auto;
	height:50px;
	margin-top:25px;
	margin-bottom:50px;
}
.single-slider img , .single-slider-wrap img  {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.3;
	z-index:2;
}   
.no-padding {
	padding:0 !important;
}
.bg-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

.dropdown-item{
    font-size: 14px;
	padding-bottom: 10px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
	background-image: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0));
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}

/*------ post ------------------------------------------------*/
.bold_gpi , .gpi_light {
	margin-bottom: 20px;
}
.bold_gpi:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    z-index: -1;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease;
}
.bold_gpi .grid-post-content {
	padding: 0px;
	background: #fff;
}
.grid-post-content h3{
	text-align: left;
	font-weight: 600;
	font-size: 15px;
    font-size: 16px;
}
.grid-post-media {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
 	height: 220px;
}
.grid-post-media a.gpm_link {
	float: left;
	width: 100%;
	height: 100%;
}
.grid-post-media.gpm_sing {
	border-radius: 4px;
 	padding: 200px 0;
	height: auto;
}
.grid-post-media_title {
    position: absolute;
    bottom: 0;
    z-index: 20;
    left: 0;
    right: 0;
    padding: 10px 40px 30px;
}
.grid-post-media_title .post-opt {
	margin-left: 20px;
	color: #fff;
	top: 6px;
	position: relative;
	float: left;
}
.grid-post-media_title .post-opt i  , .grid-post-media_title .post-opt li  {
	margin-right: 10px;
}
.gpm_sing .author-link {
	position: absolute;
	z-index: 10;
	left: 40px;
	top: 30px;
}
.grid-post-media_title h4 {
    text-align: left;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
}
.grid-post-media_title h4 a , .gpm_sing .author-link a {
	color: #fff;
}
.gpi_light .grid-post-media {
	margin-bottom: 15px;
}
.grid-post-media .bg{
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.grid-post-media:hover .bg  {
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.grid-post-content .post-date , .list-post-content  .post-date {
	float: left;
	width: 100%;
	text-align: left;
	color: #666;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 3px 0 10px 0;
}
.grid-post-content .post-date i , .post-opt li i , .list-post-content  .post-date i {
	margin-right: 4px;
}
.post-opt li i {
	font-weight: 600;
}
.bold_gpi .grid-post-footer {
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	padding: 16px 20px;
}
.post-opt li {
	float: left;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.author-link {
	float: left;
}
.author-link img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	float: left;
	margin-right: 8px;
}
.author-link span {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	top: 9px;
}
.author-link strong {
	color: #777;
}
.author-link:hover strong {
	color: #000;
}
.post-date .post-opt {
	float: right;
}
.grid-post-footer .post-opt {
	float: right;
	position: relative;
	top: 12px;
}
.grid-post-footer .post-opt li {
	margin-right: 10px;
	color: #000;
}
.grid-post-footer .post-opt li span , .grid-post-footer .post-opt li a {
	color:#000;
	margin-right: 2px;
}
.grid-post-item  .post-category-marker  {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.grid-post-media_title .post-category-marker {
	position: relative;
	top: 0;
	right: 0;
	float:left;
	margin-bottom: 15px;
}
.grid-post-item  .post-category-marker:hover {
	background: #292929;
}
.gs-controls {
	position: absolute;
	bottom: 30px;
	right: 30px;
	left: 50px;
	z-index: 10;
}
.gs-controls:before {
	content: '';
	position: absolute;
	left:0;
	right: 120px;
	height: 1px;
	bottom: 18px;
	background: rgba(255,255,255,0.2);
}
.gs_button {
	float: right;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	margin-left: 6px;
}
.gc-pagination.pag-style {
	float: right;
}
.gc-pagination.pag-style .swiper-pagination-bullet {
	background: #bbb;
}
.gc-pagination.pag-style  .swiper-pagination-bullet:before {
	border-color: #ccc;
}
.sgs_ver {
	position: absolute;
	right: 40px;
	left: auto;
	bottom: 50%;
	z-index: 50;
	width: 10px;
	transform: translateY(50%);
}
.sgs_hor {
	position: absolute;
	bottom: 35px;
	z-index: 50;
	width: 100%;
}
.single-grid-slider-wrap {
	margin: 15px 0;
}
.sgs-pagination .swiper-pagination-bullets , .multi-pag .swiper-pagination-bullets {
	width: 10px;
}
.sgs-pagination  .swiper-pagination-bullet ,  .multi-pag .swiper-pagination-bullet , .hero-carousel-pag .swiper-pagination-bullet   {
	width: 7px;
	height: 7px;
    background: #fff;
    opacity:1;
	position: relative;
}
.sgs_ver  .swiper-pagination-bullet , .hero-carousel-pag .swiper-pagination-bullet {
	margin-bottom: 10px;
}
.sgs_hor  .swiper-pagination-bullet {
	margin:0  8px;
}

.videos-item {
	width:30%;
	position: relative;
	float: left;
	margin: 10px;
}
.gallery-video {
	width:22.5%;
	position: relative;
	float: left;
	margin: 15px;
}
.gallery-item {
	width:25%;
	position: relative;
	float: left;
	padding: 10px;
}
.gallery-link {
	width:20%;
	position: relative;
	float: left;
	padding: 5px;
}

@media (max-width: 768px) {
	.videos-item {
		width:100%;
		position: relative;
		float: left;
		margin: 10px;
	}
	.gallery-video {
		width:100%;
		position: relative;
		float: left;
		margin: 10px;
	}
	.gallery-item {
		width:100%;
		position: relative;
		float: left;
		padding: 10px;
	}
	.gallery-link {
		width:100%;
		position: relative;
		float: left;
		padding: 10px;
	}
}


.list-post {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.list-post:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 1px;
}
.list-post-media {
	position: relative;
	width:40%;
	overflow: hidden;
	height: 190px;
	float: left;
	border-radius: 4px;
}
.post-media_title {
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 20;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	background: rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
	padding: 6px 13px;
	border-radius: 4px 0 0 0;
	transition: all 400ms linear;
}
.list-post-media:hover .post-media_title , .grid-post-media:hover .post-media_title  {
	bottom: 0;
}
.list-post-media a {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.list-post-content {
	float: left;
	width: 60%;
	padding: 3px 0 0 30px;
	position: relative;
}
.list-post-content:before , .single-post-header:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.list-post-wrap_column .list-post-media , .list-post-wrap_column .list-post-content {
	width: 100%;
}
.list-post-wrap_column .list-post-media {
	height: 240px;
}
.list-post-wrap_column_fw.list-post-wrap_column .list-post-media {
	height: 375px;
}
.list-post-wrap_column_fw.list-post-wrap_column .list-post-content {
	padding: 22px 0 0 0;
}
.list-post-wrap_column .list-post-content {
	padding: 12px 0 0 0;
}
.list-post-wrap_column .list-post-content:before {
	display: none;
}
.list-post-wrap_column_fw.list-post-wrap_column .list-post-content:before {
	display: block;
	top: 22px;
}
.list-post-wrap_column .list-post {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.list-post-wrap_column_fw.list-post-wrap_column .list-post {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.cen-align-container {
	padding-left: 30px;
	border-left: 1px solid #eee;
}
.list-post-content h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	display: block;
	width: 100%;
	clear: both;
}
.list-post-wrap_column_fw.list-post-wrap_column .list-post-content h3 {
	font-size: 24px;
}
.list-post-content .post-opt li {
	margin-right: 10px;
}
.list-post-content .post-opt {
	margin-top: 5px;
	margin-bottom: 30px;
}
.list-post-content .post-category-marker , .single-post-header .post-category-marker {
	float: left;
	margin-bottom: 6px;
} 
.list-post-wrap_column .post-category-marker {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.list-post-content .post-category-marker , .grid-post-media_title .post-category-marker {
	padding: 4px 13px;
	font-size: 10px;
}
.list-post-content .post-category-marker:hover {
	background: #222;
}
.single-post-header {
	padding: 0 0 30px;
	border-bottom: 1px solid #eee;
}
.single-post-header h1 {
	font-size: 28px;
	font-weight: 700;
	text-align: left;
}
.single-post-header h4 {
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	color: #6c6f72;
	font-family: 'Playfair Display', cursive;
	padding-bottom: 20px;
}
.single-post-header .post-opt {
	float: left;
	padding: 9px 14px 6px 5px;
}
.single-post-header .post-opt li {
	margin-left: 15px;
	font-size: 11px;
}
.single-post-header .post-date {
	float: left;
	margin:10px 0 0 0px;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
}
.single-post-header .post-date i {
	margin-right: 6px;
}
.ss-slider-cont{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 4px;
    color:#fff;
    z-index: 50;
    cursor: pointer;
}
.ss-slider-cont-next {
    right: 20px;
	background:#689f38 !important;
	opacity: 0.75;
}
.ss-slider-cont-prev {
    left: 20px;
	background:#689f38 !important;
	opacity: 0.75;
}
.pmd_vis {
	bottom: 0;
	background: rgba(0,0,0,0.2);
}
.box-media-zoom {
    position: absolute;
    right: 0;
    top: -60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    background: #202020;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
.hov_zoom:hover .box-media-zoom {
	top: 0;
}
.spc_column:before {
	content: '';
	position: absolute;
	left: 86px;
	height: 100%;
	width: 1px;
	background: #eee;
	top: 0;
}
.ss-slider-controls2 {
	position: absolute;
	left: 20px;
	z-index: 20;
	bottom: 20px;
}
.single-post-media {
	margin-bottom: 20px;
}
.single-post-media .video-holder {
	border-radius: 6px;
	height: 450px;
}
.spc_column {
	padding-left: 120px;
}
.mb_head {
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
	font-weight: 600;
}
.has-drop-cap:first-letter {
	font-size: 70px;
	float: left;
	padding: 20px 20px 40px 0;
	font-family: 'Playfair Display', cursive;
	color: #000;
}
.single-post-content_text_media {
	margin: 15px 0;
}
.single-post-content_text_media img {
	border-radius: 4px;
}
.single-post-content_text p {
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
.single-post-content_column {
	position: absolute;
	top: 0;
	left: 0;
}
.print-btn {
	float: right;
	margin: 10px 20px 0 0;
	padding: 8px 20px;
	background: #f9f9f9;
	border: 1px solid #eee;
}
.print-btn i {
	font-size: 16px;
	margin-left: 10px;
}
.print-btn span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	top: -2px;
}
.fontSize {
	float: left;
	width: 350px;
	padding:0 50px 15px 120px;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 4px;
}
.fs-wrap {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	z-index: 20;
}
.fs_title {
	position: absolute;
	left: 15px;
	top:19px;
	font-size: 13px;
    font-family: 'Playfair Display', cursive;
	font-weight: 600;
}
.fontSize input {
	float: left;
}
.fontSize .irs-single  {
	display: none;
}
.fontSize .irs-line, .fontSize .irs-line-left , .fontSize .irs-line-mid , .fontSize .irs-bar, .fontSize .irs-line-right , .fontSize .irs-bar-edge {
    height: 2px;
}
.fontSize .irs-max, .fontSize .irs-min {
	visibility: visible!important;
	top: 20px;
	color: #333;
	font-size: 10px;
}
.fontSize .irs-slider:before {
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
}
.fontSize .irs-min  {
	left: -35px;
}
.fontSize .irs-max  {
	right: -36px;
}
.show-more-snopt  {
	float:right;
	font-size:24px;
	height:36px;
	line-height:36px;
	width: 36px;
	border: 1px solid #eee;
	background: #f9f9f9;
    color: #000;
	cursor:pointer;
	border-radius:2px;
	position:relative;
	margin-top: 10px;
}
.smact_vis i:before {
	content: "\f00d";
}
.smact_vis   {
	font-size: 12px;
}
.show-more-snopt-tooltip {
	position:absolute;
	right:0;
	width:190px;
	background:#f9f9f9;
	top:100%;
	margin-top:30px;
	z-index:20;
	border:1px solid #eee;
	overflow:hidden;
	padding:5px 10px;
	border-radius:4px;
    transition: all 300ms linear;
	opacity:0;
	visibility:hidden;
	box-shadow: 0 5px 5px rgb(0 0 0 / 6%);
}
.show-more-snopt-tooltip.show-more-snopt-tooltip_vis {
	margin-top:0;
	opacity:1;
	visibility:visible;
}
.show-more-snopt-tooltip a {
	display:block;
    border-bottom: 1px solid #ddd;
	padding:10px;
	text-align:left;
	font-size:11px;
    color: #000;
	font-weight:600;
	position:  relative;
}
.show-more-snopt-tooltip a i {
	margin-right:10px;
}
.show-more-snopt-tooltip a:last-child {
	border-bottom:0;
}
.single-post-footer {
	margin-top: 15px;
	padding-top: 25px;
	border-top: 1px solid #eee;
}
.post-single-tags , .tags-title , .post-single-tags .tags-widget {
	float: left;
}
.tags-title {
	margin:10px 20px 0 0;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
}
.tags-title i {
	margin-right: 10px;
}
.post-author {
	float: left;
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 40px 0;
	border-radius: 4px;
	overflow: hidden; 
}
.author-content {
	padding: 30px 35px 30px 130px;
}
.author-img  {
    position: absolute;
    z-index: 2;
    top: 30px;
	left: 25px;
}
.author-img img {
	width: 80px;
    height: 80px;
    border-radius: 4px;
    float: left;
	box-shadow: 0 15px 40px rgb(0 0 0 / 37%);
}
.author-content h5 {
	text-align: left;
	color: #666;
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 15px;
}
.author-content p {
	text-align: left;
}
.profile-card-footer_soc {
	float: right;
}
.profile-card-footer_soc .profile-card-footer_title {
	margin-right: 25px;
}
.post-author_link {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
}
.post-author_link i {
	margin-left: 10px;
}
.single-post-comm {
	margin-top: 20px;
}
.comment{
	padding: 0 0 30px 100px;
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.comment_reply {
	float: right;
	width:calc(100% - 90px);
}
.comment_reply:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -60px;
	width: 40px;
	height: 40px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.comment-author {
	position: absolute;
    top: 0;
    left: 10px;
    width: 80px;
    height: 80px;	
}
.comment-author:before {
    content: '';
    position: absolute;
    right: -14px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    transform: rotate(45deg);
    background: #f9f9f9;
    z-index: 10;
}
.comment-author img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
}
.comment-body{
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 30px;
    background: #f9f9f9;
    border-radius: 2px;
    border: 1px solid #eee;	
}
.comment-body h4 {
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
}
.comment-body .star-rating {
	float: left;
	margin:5px 0 0 20px;
	font-size: 10px
}
.comment-body p{
	text-align: justify;
}
.comment-meta {
	float: left;
	top: 20px;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	color: #000;
	font-weight: 500;
}
.box-widget {
	margin:0 0 30px;
	padding-left: 0;
}
.box-widget:last-child {
	margin-bottom: 0;
}
.box-widget-content .irs-single {
	color: #fff
}

.widget-title {
	text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #292929;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.widget-title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
}

.cat-wid-list  {
	float:left;
	width:100%;
	position:relative;
	padding:0;
	list-style-type: none;
}
.cat-wid-list li {
	float:left;
	width:100%;
	text-align:left;
	padding-bottom: 8px;
	margin-bottom: 15px;
	position: relative;
	color:#292929;
}
.cat-wid-list li .active {
	color: #4761FF;
}
.cat-wid-list li:last-child {
	margin-bottom: 0;
}
.cat-wid-list li a {
	color:#999;
	font-size:14px;
	font-weight:500;
	float: left;
	background: #fff;
	position: relative;
	z-index: 2;
}
.cat-wid-list li a:hover {
	color: #000;
}
.cat-wid-list li a:active {
	color: #000;
}
.cat-wid-list li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	border-top: 1px dotted #ccc;
}
.cat-wid-list li  span {
	float: right;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	border-radius: 2px;
	text-align: center;
	font-size: 10px;
}

.box-widget-menu-btn {
	position: absolute;
	right: 30px;
	top: 25px;
	cursor: pointer;
	z-index: 20;
	font-size: 16px;
}
.comment-body .show-more-snopt-tooltip  {
	background: #fff;
	top: 60px;
}
.comment-meta i {
	margin-right: 10px;
}
.comment-reply-link {
	float: right;
	padding: 8px 20px;
	background: #292929;
	font-weight: 500;
	font-size: 11px;
	margin-top: 10px;
	color: #fff;
	border-radius: 2px;
}
.comment-reply-link i {
	padding-right: 10px;
	font-size: 10px;
}
.comment-body_dec {
	position: absolute;
	bottom: 40px;
	right: 150px;
	left: 180px;
	height: 1px;
	background: #d9d9d9;
}
.add-comment .btn {
	padding: 18px 30px;
}
.pr-subtitle {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.pr-subtitle i {
	margin-left: 10px;
}
.pr-subtitle.prs_big {
	font-size: 18px;
	position: relative;
	width: 100%;
	text-align: left;
}
.pr-subtitle.prs_big:before {
	content:"";
	position: absolute;
	right: 0;
	top: 50%;
	width: 70%;
	height: 1px;
	background: #eee;
	z-index: 1;
}
.pr-subtitle.prs_big:after {
	content:"";
	position: absolute;
	right: 0;
	top: 50%;
	width: 50px;
	height: 1px;
	z-index: 2;
}
.spn_box {
	float: left;
	width: 50%;
	position: relative;
}
.single-post-nav {
	padding: 25px 0;
	margin-top: 25px;
	border-top: 1px solid #eee;
}
.single-post-nav:before {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	width: 1px;
	z-index: 0;
}
.single-post-nav_prev {
	padding:0 20px 0 110px; 
}
.single-post-nav_next {
	padding:0 110px 0 20px; 
}
.spn_box_img {
	position: absolute;
	top: 0;
	width: 90px;
}
.spn_box_img  img {
	border-radius: 4px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 0%);
	transition: all 200ms linear;
	transform: translateY(0);
	width:100px;
	height:65px;
}
.spn_box:hover img {
	box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
	transform: translateY(-4px)
}
.single-post-nav_prev .spn_box_img {
	left: 0;
	text-align:left;
}
.single-post-nav_next .spn_box_img {
	right: 0;
	text-align:right;
}
.spn-box-content_subtitle {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: #666;
	display: block;
	padding-bottom: 4px; 
}
.spn-box-content_title {
	font-size: 13px;
	font-weight: 600;
	display: block;
	max-height:45px;
	overflow: hidden;
}
.single-post-nav_prev .spn-box-content_subtitle , .single-post-nav_prev .spn-box-content_title {
	text-align: left;
}
.single-post-nav_next .spn-box-content_subtitle , .single-post-nav_next .spn-box-content_title {
	text-align: right;
}
.single-post-nav_prev .spn-box-content_subtitle i {
	margin-right: 10px;
}
.single-post-nav_next .spn-box-content_subtitle i {
	margin-left: 10px;
}
.fs-carousel-wrap {
	padding-left: 400px;
	background: #111;
	overflow: hidden;
}
.fs-carousel-wrap_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 100%;
	padding: 0 50px;
}
.fs-carousel-wrap_title-wrap {
	text-align: left;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.fs-carousel-wrap_title-wrap h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
	padding-bottom: 12px;
	position: relative;
}
.fs-carousel-wrap_title-wrap h4:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 40px;
	height: 2px;
}
.fs-carousel-wrap_title .abs_bg {
	top: auto;
	bottom: 0;
	opacity: 0.1;
}
.fs-carousel .bold_gpi{
	margin-bottom: 0;
	border-radius: 0;
}
.fs-carousel .grid-post-media.gpm_sing {
    padding: 250px 0;
    height: auto;
	border-radius: 0;
}


/*------ video ------------------------------------------------------*/
.dark-bg {
	background: #191919;
}
.video-section-title {
	margin-bottom: 30px;
}
.video-section-title:before {
	content: '';
	position: absolute;
	left: 40%;
	right: 200px;
	height: 1px;
	bottom: 12px;
	background: rgba(255,255,255,0.1);
}
.video-section-title h2 {
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	float: left;
}
.video-section-title h4 {
	float: left;
	margin-left: 20px;
	color: #bfc2c9;
	font-weight: 600;
	padding-top: 14px;
}
.video-section-title a {
	float: right;
	color: #fff;
	padding: 10px 40px;
	border-radius: 2px;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}
.video-section-title a i {
	margin-left: 10px;
}
.video-holder-title .post-category-marker  {
	position: absolute;
	right: 20px;
	top: 26px;
}
.video-holder {
	height: 450px;
	overflow: hidden;
}
.vh-preloader {
	position: absolute;
	top: 66px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
	z-index: 20;
	display: none;
}
.big_prom {
	position: absolute;
	z-index: 10;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 16px rgb(255 255 255 / 30%);
	transition: all .3s ease-in-out;
}
.video-holder:hover .big_prom {
	box-shadow: 0px 0px 0px 26px rgb(255 255 255 / 30%);
}
.video-holder-title  {
	padding: 15px 20px;
	background: #222;
	z-index: 20;
}
.video-holder-title_item {
	font-size: 18px;
	text-align: left;
	color: #fff;
	font-weight: 600
}
.video-holder-title_item a {
	color:#fff
}
.video-main-cont {
	float: left;
	width: calc(100% - 430px);
	position: relative;
}
.video-links-wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 420px;
	max-height: 596px;
	overflow: auto;
	padding: 0 16px 0 0px;
}
.video-links-wrap .ps__rail-y:before {
    border-left: 1px solid rgba(255,255,255,0.2);
}
.video-links-wrap .video-item {
	cursor: pointer;
}
.video-item {
	margin-bottom: 10px;
}
.video-item:last-child {
	margin-bottom: 0;
}
.video-item-img {
	overflow: hidden;
}
.video-item-ico {
	overflow: hidden;
}
.video-item-title {
	position: absolute;
	bottom: 0;
	z-index: 20;
	left: 0;
	right: 0;
	padding: 10px 20px 20px;
}
.video-item-text {
	position: absolute;
	bottom: 0;
	z-index: 20;
	left: 0;
	right: 0;
	padding: 0;
}
.play-icon {
	position: absolute;
	left: 26px;
	width: 40px;
	height: 40px;
	top: 30px;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 30%);
	z-index: 10;
	font-size: 14px;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-align:center;
}
.video-item_active .play-icon , .play-icon:hover {
	color:#fff;
	box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 30%);
}
.video-item-img:before , .grid-post-media.gpm_sing:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.9) 90%);
}
.video-item-ico:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.grid-post-media.gpm_sing:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 90%);
}
.video-item .post-category-marker  {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 10;
}
.video-item img {
   	transition: all .3s ease-in-out;	
	transform: scale(1.0);
}
.video-item:hover img  {
	transform: scale(1.1);
}
.video-item-title h4 {
	text-align: left;
	color: #fff;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
}
.video-item-title h4 a {
	color: #fff
}
.video-item-text h4 {
	text-align: left;
	color: #063a36;
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
}
.video-item-text h4 a {
	color: #063a36
}
.video-date {
	float: left;
	color: #fff;
	font-size: 11px;
	margin-top: 6px;
	font-weight: 500;
}
.video-date i {
	margin-right: 10px;
}
.video_carousel-wrap {
	margin-top: 40px;
}
.video_carousel-container {
	background: #222;
	padding: 20px 40px 30px;
}
.video_carousel_title h4 {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}
.vc-item-title {
	padding: 10px 0 0 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.video_carousel-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30%;
	background: #fff;
}
.video_carousel .video-item {
	border-radius: 4px;
	overflow: hidden;
}
.cc_btn {
	position: absolute;
	bottom: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-bottom: -18px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
}
.cc-prev {
	left: -18px;
	background: #689f38 !important;
	opacity: 0.9;
}
.cc-next {
	right: -18px;
	background: #689f38 !important;
	opacity: 0.8;
}
.vc-pagination {
	position: absolute;
	right: 40px;
	top: 24px;
}
.pag-style .swiper-pagination-bullet , .multi-pag .swiper-pagination-bullet {
	opacity: 1;
    background: #fff;
    margin: 0 8px;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    border-radius: 100%;
    transition: all 300ms ease-out;	
}
.multi-pag .swiper-pagination-bullet {
	float: left;
}
.pag-style .swiper-pagination-bullet:before  , .sgs-pagination .swiper-pagination-bullet:before , .multi-pag .swiper-pagination-bullet:before ,   .hero-carousel-pag .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.4);
    transition: all 300ms ease-out;
    transform: scale(0);
}
.pag-style .swiper-pagination-bullet.swiper-pagination-bullet-active:before , .sgs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before , .multi-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:before , .hero-carousel-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	transform: scale(1.0);
}
.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------ shop-------------------------------------------------*/
.det-box h3 {
	float:left;
	text-align:left;
	font-size:14px;
	padding-bottom:8px;
	font-weight:500;
	width:100%;
}
.det-box {
	float:left;
	width:100%;
	margin-bottom:30px;
	position:relative;
	overflow: hidden;
}
.det-box-media {
	position: relative;
	display: block;
	z-index: 8;
	overflow: hidden;
	border-radius: 6px;
}
.det-box-ietm {
	background: #fff;
	padding-top: 5px;
}
.det-box-media:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #292929;
	opacity: 0;
	z-index: 2;
	transition: all .3s ease-in-out;
}
.det-box-media span {
	z-index: 5;
	position: absolute;
	left: 50%;
	top: 40%;
	opacity: 0;
	height: 36px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	width: 130px;
	color: #fff;
	background:#4761FF;
	text-align:center;
	border-radius: 4px;
	margin: -13px 0 0 -65px;
	transition: all .3s ease-in-out;
}
.det-box-media:hover:before {
	opacity: .4;
}
.det-box-media:hover span {
	top:50%;
	opacity: 1;
}

.tabs-widget .tabs-menu {
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	border: 1px solid  #eee;
}
.tabs-widget .tabs-menu li {
	float: left;
	width: 50%;
}
.tabs-widget .tabs-menu li a {
	background: #222;
	box-sizing: border-box;
	display: block;
	padding: 15px 0;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}
.tabs-widget .tabs-menu li.current a {
	color:#fff;
	background:#689f38 !important;
}
.tab-content .post-widget-container{
	padding: 25px 20px;
	background: #f9f9f9;
	border: 1px solid  #eee;
	border-top: none;
}
.post-widget-item {
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
}
.post-widget-container .post-widget-item:first-child {
	padding-top: 0;
	border-top: none;
}
.post-widget-container .post-widget-item:last-child {
	margin-bottom: 0;	
}
.post-widget-item-media {
	float: left;
    width: 30%;
	overflow: hidden;
	border-radius: 4px;
}
.post-widget-item-media a , .grid-post-media a {
	position: relative;
	display: block;
}
.post-widget-item-media a:before , .list-post-media a:before , .grid-post-media  a.gpm_link:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 200ms linear;
}
.post-widget-item-media a:after , .list-post-media a:after , .grid-post-media a.gpm_link:after   {
    font-family: Font Awesome\ 5 Pro;
    content: "\f178";
	position: absolute;
	left: 50%;
	top:50%;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin: -5px 0 0 -5px;
	z-index: 3;
	color: #fff;
	opacity: 0;
	transition: all 200ms linear;
	text-align:center;
	background: #4761FF;
}
.list-post-media a:after , .grid-post-media a.gpm_link:after {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	border-radius: 50%;
	font-size: 10px;
	box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}
.post-widget-item-media a:hover:before , .post-widget-item-media a:hover:after , .list-post-media a:hover:before , .list-post-media a:hover:after , .grid-post-media a.gpm_link:hover:before , .grid-post-media a.gpm_link:hover:after {
	opacity: 1;
}
.post-widget-item-media img {
	width: 100%;
	height: 60px;
}
.post-widget-item-full{
	text-align: left;
    width: 100%;
    position: relative;
    padding: 6px 0 0 5px;
}
.post-widget-item-full h4 {
	text-align: left;
	font-weight: normal;
	padding-bottom: 4px;
	font-size: 13px;
}
.post-widget-item-content{
	float: left;
    width: 70%;
    position: relative;
    padding: 0px 0 0 15px;
}
.post-widget-item-content h4 {
	text-align: left;
	font-weight: normal;
	padding-bottom: 4px;
	font-size: 13px;
	overflow: hidden;
	max-height:42px;
}

.pwic_opt{
  list-style-type: none;
  padding:0px;
}

.pwic_opt li {
	float: left;
	margin-right: 8px;
	color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.pwic_opt li i {
	margin-right: 4px;
	font-weight: 900;
}
.pwic_opt li:first-child i  {
	font-weight: 400;
}


.swal-icon--error {
    border-color: #ff484c;
}

.swal-icon--error__line {
    background-color: #ff484c;
}

.swal-icon--warning {
    border-color: #fa7d03;
	width: 30px;
	height: 30px;
	margin: 15px auto 0px !important;
}

.swal-icon--warning__body {
    background-color: #fa7d03;
	height: 15px;
	margin-top:-8px !important;
}

.swal-icon--warning__dot {
    background-color: #fa7d03;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #fc8a1a;
    }

    to {
        border-color: #fa7d03;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #fc8a1a;
    }

    to {
        border-color: #fa7d03;
    }
}

.swal-icon--success {
    border-color: #7ad835;
}

.swal-icon--success__ring {
    border: 4px solid rgba(122, 216, 53, 0.2);
}

.swal-icon--success__line {
    background-color: #7ad835;
}

.swal-icon--info {
    border-color: #00acc1;
}

.swal-icon--info:after, .swal-icon--info:before {
    background-color: #00acc1;
}

.swal-title {
    color: rgba(0, 0, 0, 0.65);
}

.swal-text {
    color: rgba(0, 0, 0, 0.64);
	margin: 5px 0 15px !important;
}

.swal-button {
    background-color: #4f78be;
}

.swal-button:not([disabled]):hover {
    background-color: #2f75ff;
}

.swal-button:active {
    background-color: #2f75ff;
}

.swal-button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(72, 134, 255, 0.29);
}

.swal-button--cancel {
    color: #555;
    background-color: #efefef;
}

.swal-button--cancel:not([disabled]):hover {
    background-color: #e8e8e8;
}

.swal-button--cancel:active {
    background-color: #d7d7d7;
}

.swal-button--cancel:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, 0.29);
}

.swal-button--danger {
    background-color: #ff484c;
}

.swal-button--danger:not([disabled]):hover {
    background-color: #ff2f33;
}

.swal-button--danger:active {
    background-color: #ff2f33;
}

.swal-button--danger:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(255, 72, 76, 0.29);
}

.swal-footer {
    text-align: center;
}

.swal-content__input:focus {
    border-color: rgba(72, 134, 255, 0.29);
}

.swal-content__textarea:focus {
    border-color: rgba(72, 134, 255, 0.29);
}