@import url('inner-page-banner.css');
@import url('contact-us.css');
@import url('filter-bar.css');

.photo-gallery-section { padding: 100px 0; }
.photo-gallery-section .photo-gallery-outer-wrapper .location-filter-bar { margin-bottom: 35px; }
.photo-gallery-section .photo-gallery-outer-wrapper .location-filter-bar .filter-bar-wrapper .form-wrapper .form-group { justify-content: center; }
.photo-gallery-section .photo-gallery-outer-wrapper .location-filter-bar .filter-bar-wrapper .form-wrapper { max-width: 100%; flex: 0 0 100%; }
.photo-gallery-section .photo-gallery-outer-wrapper .location-filter-bar .filter-bar-wrapper .form-wrapper label { min-width: 220px; }
.photo-gallery-section .photo-gallery-outer-wrapper .location-filter-bar .dropdown-wrapper .select2-container { max-width: 571px; flex: 0 0 571px; }
.photo-gallery-section .photo-gallery-outer-wrapper .gallery-image-wrapper .gallery-image { padding: 0 15px; max-width: 33.33%; flex: 0 0  33.33%; }
.photo-gallery-section .photo-gallery-outer-wrapper .gallery-image-wrapper { margin: 0 -15px; display: flex; flex-wrap: wrap; }
.photo-gallery-section .photo-gallery-outer-wrapper .gallery-image-wrapper .gallery-image .image-wrapper { position: relative; padding-bottom: 76%; margin-bottom: 30px; display: block; }
.photo-gallery-section .photo-gallery-outer-wrapper .gallery-image-wrapper .gallery-image .image-wrapper img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; }
.photo-gallery-section .photo-gallery-outer-wrapper .btn-wrapper { text-align: center; }

/* fancybox css */
.fancybox-stage { padding: 0 15px; }
.fancybox-error { padding: 30px; margin: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.fancybox-error p { font-family: 'diavlo-book'; color: #313131; font-size: 18px; line-height: 1.2; }
.fancybox-button svg { color: #313131; }
.fancybox-infobar span, .fancybox-toolbar .fancybox-button svg { color: #fff; }
.fancybox-toolbar .fancybox-button { background-color: #131313; }
.fancybox-slide--image .fancybox-content { padding: 0 15px; }
.fancybox-slide--image { padding: 44px 15px; }
.fancybox-navigation .fancybox-button>div { display: none; }
.fancybox-navigation .fancybox-button { background-color: #131313; padding: 0; height: 50px; width: 50px; top: 50%; transform: translateY(-50%); }
.fancybox-navigation .fancybox-button[disabled], .no-touchevents .fancybox-navigation .fancybox-button[disabled]:hover { opacity: 0.5; }
.fancybox-navigation .fancybox-button:before { position: absolute; content: ''; background-position: center; background-repeat: no-repeat; background-size: cover; height: 30px; width: 16px; top: 50%; transform: translateY(-50%); }
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before { background-image: url(../images/prev-arrow-white.svg); left: 17px; }
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before { background-image: url(../images/next-arrow-white.svg); right: 17px; }

/*category-loader-css*/
.loader-wrapper { position: fixed;
	display: none; 
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7); 
	z-index: 99; 
}
.loader-wrapper img { width: 100px; height: 100px;}
body.loader-active  { overflow: hidden;}
body.loader-active .loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Media */
@media(max-width:1440px) {
	.photo-gallery-section { padding: 80px 0; }
}
@media(max-width:1199px) {
	.photo-gallery-section { padding: 60px 0; }
}
@media(max-width:991px) {
	.photo-gallery-section .photo-gallery-outer-wrapper .location-filter-bar .dropdown-wrapper .select2-container { flex: 0 0 480px; max-width: 480px; }
	.photo-gallery-section .photo-gallery-outer-wrapper .location-filter-bar .filter-bar-wrapper .form-wrapper label { min-width: auto; margin-right: 15px; }
}
@media(max-width:767px) {
	.photo-gallery-section { padding: 40px 0; }
	.photo-gallery-section .photo-gallery-outer-wrapper .location-filter-bar .dropdown-wrapper .select2-container { flex: 0 0 100%; max-width: 100%; }
	.photo-gallery-section .photo-gallery-outer-wrapper .gallery-image-wrapper .gallery-image { max-width: 50%; flex: 0 0 50%; }
	.fancybox-navigation .fancybox-button { height: 35px; width: 35px; }
	.fancybox-navigation .fancybox-button:before { width: 10px; height: 18px; }
	.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before { right: 12px; }
	.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before { left: 12px; }
}
@media(max-width:576px) {
	.fancybox-error { max-width: calc(100% - 50px); padding: 20px; }
	.fancybox-slide--html .fancybox-close-small { padding: 0; height: 30px; width: 30px; }
}
@media(max-width:425px) {
	.photo-gallery-section .photo-gallery-outer-wrapper .gallery-image-wrapper .gallery-image { max-width: 100%; flex: 0 0 100%; }
}
