/* Icons */
 @font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?76829366');
  src: url('../fonts/fontello.eot?76829366#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?76829366') format('woff2'),
       url('../fonts/fontello.woff?76829366') format('woff'),
       url('../fonts/fontello.ttf?76829366') format('truetype'),
       url('../fonts/fontello.svg?76829366#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?76829366#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left:before { content: '\e800'; } /* '' */
.icon-next:before { content: '\e801'; } /* '' */
.icon-right:before { content: '\e802'; } /* '' */
.icon-search:before { content: '\e803'; } /* '' */
.icon-search-bold:before { content: '\e804'; } /* '' */
.icon-style-left:before { content: '\e805'; } /* '' */
.icon-style-right:before { content: '\e806'; } /* '' */
.icon-prev:before { content: '\e807'; } /* '' */


/* Style */
.iframe-loader {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	background: #000;
	width: 100%;
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.iframe-loader img{
	display: inline-block;
	width: 60px!important;
	height: 60px!important;
	background-color: transparent!important;
}
.video-slide iframe[src] + .iframe-loader {
  display: none; /* Hide loader after iframe loads */
}
.hide_thumb{
	display: none;
}
#pgsfw-gallery {
	margin: 15px 0 10px;
}
#pgsfw-gallery img{
	cursor: pointer;
	border-radius: 15px;
}

#pgsfw-gallery .slick-slide{
	margin: 0 5px;
	opacity: .5;
}
#pgsfw-gallery .slick-list{
	padding: 0!important;
}
#pgsfw-gallery .slick-track{
	margin: 0;
}
#pgsfw-gallery .slick-slide.slick-current{
	opacity: 1;
}
.wcspg-thumbnail:focus{
	outline: none;
}
button.mfp-close {
    width: 30px !important;
    height: 30px;
    text-align: center !important;
    line-height: 32px;
    font-size: 18px;
    border-radius: 50%;
    padding: 0 !important;
    right: 0;
    left: auto;
    top: 10px;
    background: #c36;
    right: -27px !important;
}

button.mfp-arrow{
	width: 90px;
}
button.mfp-arrow:hover,
button.mfp-arrow:focus{
	background-color: transparent;
}
.pgsfw-slider-for iframe {
	display: block;
	width: 100%;
	border: none;
}

.pgsfw-slider-for .pgsfw-gallery-item,
.pgsfw-slider-for img{
	border-radius: 15px;
}
#pgsfw-gallery .single_gallery{
	position: relative;
	transition: .5s;
	border-radius: 15px;
}

.f-button svg {
	stroke-width: 2px;
}
.f-button:hover,
.f-button:focus{
	background: var(--f-button-bg);
}

.pgsfw-right{
	width: 78%;
	float: left;
	margin-right: 2%;
}

.pgsfw-left{
	width: 78%;
	float: right;
	margin-left: 2%;
}
#pgsfw-gallery.vertical_gallery{
	margin-top: 0;
}
#pgsfw-gallery.vertical_gallery .pgsfw-thumb-prev {
	left: 50%;
	bottom: auto;
	top: 45px;
	transform: translateX(-50%);
}

#pgsfw-gallery.vertical_gallery .pgsfw-thumb-next {
	top: auto;
	left: 50%;
	bottom: 45px;
	transform: translateX(-50%);
}
#pgsfw-gallery .pgsfw_sarrow{
	opacity: 0;
	transition: .5s;
}

#pgsfw-gallery:hover .pgsfw_sarrow{
	opacity: 1;
}

#pgsfw-gallery.vertical_gtright,
#pgsfw-gallery.vertical_gtleft{
	width: 20%;
}
#pgsfw-gallery.vertical_gtright .swiper-slide,
#pgsfw-gallery.vertical_gtleft .swiper-slide{
	width: auto;
}
#pgsfw-gallery.vertical_gallery {
	margin: 0 0 10px;
}

#pgsfw-gallery.vertical_gallery .single_gallery{
	display: block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#pgsfw-gallery.vertical_gallery .wcspg-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; /* or "contain" if you don't want cropping */
    display: block;
}

#pgsfw-gallery .pgsfw_sarrow{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.vertical_gallery .pgsfw-thumb-prev span,
.vertical_gallery .pgsfw-thumb-next span{
    display:inline-block;
    transform:rotate(90deg);
}

.vertical_gtleft{
	float: left;
}
.vertical_gtright{
	float: right;
}
#pgsfw-gallery.slick-vertical img{
	margin: 0 0 10px ;
	
}
.single_wimg{
	overflow: hidden;
}
#pgsfw-gallery.slick-vertical img:last-child{
	margin-bottom: 0 ;
}
.gallery_hover_effect{
	display: block;
}
.gallery_hover_effect:before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: .5s;
}
.gallery_hover_effect:hover:before{
	opacity: 1;
}
.pgsfw-slider-for .swiper-wrapper{

}

.single_gallery,
.pgsfw_popup,
.pgsfw_image_wrap{
	position: relative;
}
.pgsfw-gallery-item .video_icon,
.single_gallery .video_icon,
.pgsfw_popup .video_icon {
	width: 48px!important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 111;
}
.pgsfw-gallery-item .video_icon{
	width: 80px !important;
	height: auto !important;
	border-radius: 0;
	background: transparent;
}

.f-thumbs__slide button{

}
.video_thumb button:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff80;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z" fill="%23333" stroke="%23333" stroke-width="2" stroke-linejoin="round"/><path d="M20 24V17.0718L26 20.5359L32 24L26 27.4641L20 30.9282V24Z" fill="%23FFF" stroke="%23FFF" stroke-width="2" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px 36px;
	transition: .5s;
}
.video_thumb.is-selected button:before,
.video_thumb button:hover:before{
	background-color: transparent;
}
.pgsfw-gallery-item,
.pgsfw_image_wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pgsfw-gallery-item img,
.pgsfw-gallery-item iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	background-color: #000;
}


.pgsfw-video-wrap{
    position:relative;
    width:100%;
    height:100%;
	background-color: #000;
}



.pgsfw-video-wrap,
.pgsfw-video-wrap-vimeo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pgsfw-video-wrap video,
.pgsfw-video-wrap-vimeo iframe video{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

a.pgsfw-popup-image{
	cursor: auto;
}


.thumb_border_all .single_gallery {
	border: 2px solid #ddd;
}
.thumb_border_all .single_gallery ,
.thumb_border_top .single_gallery ,
.thumb_border_bottom .single_gallery {
	padding: 6px;
	border-radius: 15px;
}
.thumb_border_all .single_gallery img,
.thumb_border_top .single_gallery img,
.thumb_border_bottom .single_gallery img{
	border-radius: 15px;
}
.thumb_border_top .single_gallery{
	border-top: 3px solid #ddd;
	padding-bottom: 5px;
	border-radius: 15px;
}
.thumb_border_bottom .single_gallery{
	border-bottom: 3px solid #ddd;
	padding-bottom: 5px;
	border-radius: 15px;
}

.gthumb_wrap{
	position: relative;
	border-radius: 10px;
}
.gthumb_wrap::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	left: 0;
	top: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: .5s;
}
.gthumb_wrap:hover:before,
#pgsfw-gallery .swiper-slide-thumb-active .gthumb_wrap:before{
	opacity: 0;
}
button.pgsfw-lightbox{
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	padding: 0;
	border-radius: 50%;
	background-color: rgba(255,255,255,.5);
	transition: .5s;
	color: #000;
	z-index: 5;
}
button.pgsfw-lightbox:hover,
button.pgsfw-lightbox:focus{
	background-color: rgba(255,255,255,.7);
}

.pgsfw-lightbox.top_right {
	z-index: 1;
	top: 20px;
	right: 20px;

}

.pgsfw_sarrow{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: transparent;
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	padding: 0;
	box-shadow: none;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	transition: .5s;
}
.pgsfw_sarrow:hover,
.pgsfw_sarrow:focus{
	background-color: rgba(0,0,0,.8);
}
.pgsfw-thumb-prev,
.pgsfw-prev{
	left: 15px;
}
.pgsfw-thumb-next,
.pgsfw-next{
	right: 15px;
}
.pgsfw-popup-gallery{
    position:relative;
}
.swiper-cube .swiper-cube-shadow{
	display: none;
}
.pgsfw-gallery-zoom{
    position:absolute;
    top:15px;
    right:15px;
    z-index:100;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}

#pgsfw-gallery .swiper-slide-thumb-active{
	border-color: #2a14c0;
}


/** Responsive **/

@media (max-width: 767px) {
    .pgsfw-gallery,
    .pgsfw-slider-thumb {
        display: none !important;
    }

    .pgsfw-slider-for {
        width: 100% !important;
    }
}