/* gallery page */
.tax-gallery-category .site-content .ast-container,
.page-template-template-gallery-overview .site-content .ast-container {
	display: block;
	padding: 0;
	max-width: 100%;
}
.page-template-template-gallery-overview header{
	overflow-x: clip;
}
.gallery-overview-banner{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 125px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -196px;
	min-height: 90vh;
}
.gallery-overview-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000080;
}
.gallery-overview-banner-wrap{
	max-width: 763px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.gallery-overview-banner-wrap h1{
	font-family: "Playfair Display", Sans-serif;
	font-weight: 400;
	font-style: Italic;
	font-size: 60px;
	line-height: 75px;
	color: #fff;
	margin: 0 0 10px;
}
.gallery-overview-banner-wrap h3{
	font-family: "Playfair Display", Sans-serif;
	font-style: Italic;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	margin: 0 0 20px;
	font-weight: 400;
}
.site-breadcrumb {
	font-family: "Open Sans", Sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 6px 0 23px;
	position: relative;
	padding-bottom: 20px;
}
.site-breadcrumb::after {
	position: absolute;
	bottom: 0;
	content: "";
	width: 46%;
	height: 1px;
	background-color: #D8AF20;
	left: 50%;
	transform: translateX(-50%);
}
.site-breadcrumb strong{
	font-weight: 700;
}
.site-breadcrumb a {
	font-family: "Open Sans", Sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #FFFFFF;
}
.site-breadcrumb a:hover{
	color: #939A7C;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin: 0px 10px;
	font-weight: 400;
	color: #939A7C;
	font-size: 16px;
}
.gallery-overview-banner-wrap p {
	font-family: "Open Sans", Sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
}
.banner-social {
	position: absolute;
	right: 60px;
	bottom: 50px;
	z-index: 1;
	height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
.banner-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-social li a {
	font-size: 21px;
	color: #fff;
	margin-bottom: 30px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner-social li a:hover{
	color: #939A7C;
}
.scroll-down{
	display: table;
	font-family: "Poppins", Sans-serif !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.scroll-down:hover{
	color: #939A7C;
}
.scroll-down img{
	display: table;
	margin: 5px auto 0px;
}
.gal-overview-sec{
	margin-top: 140px;
	margin-bottom: 140px;
}
.filter-wrap{
	margin-bottom: 70px;
}
.filter-wrap select{
	width: 100%;
	border: 1px solid #959595;
	border-radius: 5px;
	padding: 9px 20px;
	font-family: "Open Sans", Sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("/wp-content/uploads/2026/06/Path-16.png");
	background-position: 98%;
	background-size: 15px;
	background-repeat: no-repeat;
	height: auto;
}
.filter-wrap select:focus{
	outline: none;
}
.gal-overview-wrap {
	max-width: 990px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
}
.d-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.col-50 {
	max-width: 50%;
	width: 100%;
	padding: 0px 15px;
}
.gal-overview-wrap .d-row{
	margin: 0px -50px;
	row-gap: 70px;
}
.gal-overview-wrap .d-row > div{
	padding: 0px 50px;
}
.each-gal-overview img {
	width: 100%;
}
.each-gal-overview {
	text-align: center;
}
.each-gal-overview h2 {
	font-weight: 400;
	line-height: 40px;
	margin: 30px 0 20px;
	color: #333333;
}
.border-btn{
	font-family: "Playfair Display", Sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #3E362D;
	border: 2px solid #939A7C;
	border-radius: 5px;
	padding: 0px 27px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.border-btn:hover{
	background-color: #939A7C;
	color: #fff;
}
.gal-overview-catagory-ban{
	align-items: flex-start;
	padding-top: 198px;
}
.bna-slider-wrapper {
	max-width: 1190px;
	width: 100%;
	margin: -336px auto 0px;
	padding: 0px 15px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.each-bna-slider {
	padding: 15px 15px 25px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px #00000040;
	-webkit-box-shadow: 0px 0px 40px 0px #00000040;
}
.each-bna-slider .beer-handle,
.each-bna-slider .beer-range:focus~.beer-handle{
	background-color: #fff;
}
.each-bna-slider .beer-reveal[data-beer-label]:after, .each-bna-slider .beer-slider[data-beer-label]:after {
	background: transparent;
	border-radius: 0;
	padding: 0;
	top: 50%;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	transform: translateY(-50%);
	writing-mode: vertical-lr;
}
.each-bna-slider .beer-reveal[data-beer-label]:after {
	left: 5px;
}
.each-bna-slider .beer-slider[data-beer-label]:after {
	right: 5px;
	transform: translateY(-50%) rotate(180deg);
}
.each-bna-slider .beer-reveal{
	border-right: 1px solid #FFFFFF;
}
.each-bna-slider h2 {
	font-weight: 400;
	line-height: 40px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
}
.each-bna-slider p {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #707070;
	margin: 0;
}
.bna-slider-wrapper .row{
	margin: 0px -25px;
}
.bna-slider-wrapper .row{
	padding: 0px 25px;
}
.bna-slider-area{
	margin-bottom: 70px;
}
.col-100{
	max-width: 100%;
	width: 100%;
}
.gal-category-wrapper {
	max-width: 990px;
	width: 100%;
	padding: 0px 15px;
	margin: 0px auto;
}
.gal-category-wrapper > .d-row {
	margin: 0px -50px;
}
.gal-category-wrapper > .d-row > div{
	padding: 0px 50px 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #333333;
}
.each-gal-category {
	text-align: center;
}
.each-gal-category h2 {
	color: #535432;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}
.gal-category-img .d-row {
	margin: 0px -5px;
}
.gal-category-img .d-row > div{
	padding: 0px 5px;
}
.gal-category-img img {
	width: 100%;
}
.gal-category-dtls p {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #707070;
}
a.border-btn img {
	display: inline-block;
	margin-right: 11px;
}
.gal-category-popup-wrap .gal-category-img .d-row{
	margin: 0px -7.5px;
	flex-wrap: nowrap;
}
.gal-category-popup-wrap .gal-category-img .d-row > div{
	padding: 0px 7.5px;
}
.gal-category-popup-wrap svg.swiper-navigation-icon {
	display: none;
}
.gal-category-popup-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 100vh;
	background-color: rgba(0 0 0 / .7);
	display: none;
	align-items: center;
	padding: 15px;
}
.gal-category-popup-area.active{
	display: flex;
}
.gal-category-popup-wrap {
	max-width: 965px;
	width: 100%;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 30px 36px;
	text-align: center;
	position: relative;
}
.gal-category-popup-wrap h2 {
	font-family: Playfair Display;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 20px;
}
.gal-category-popup-slider {
	padding: 0px 44px;
	position: relative;
}
.gal-category-popup-nav .swiper-button-prev{
	left: 0;
}
.gal-category-popup-nav .swiper-button-next{
	right: 0;
}
a.gal-category-popup-close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.gal-category-popup-nav .swiper-pagination {
	position: initial;
	margin-top: 15px;
}
.gal-category-popup-nav .swiper-pagination-bullet-active {
	background-color: #7E7E7E;
}
.gal-category-popup-wrap p {
	margin: 11px 0 0;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #707070;
}
.text_center{
	text-align: center;
}
.gal-category-sec{
	margin-bottom: 140px;
}
@media(max-width:1199px){
	.gal-overview-wrap .d-row {
		margin: 0px -15px;
		row-gap: 70px;
	}
	.gal-overview-wrap .d-row > div {
		padding: 0px 15px;
	}
	.gal-category-wrapper > .d-row{
		margin: 0px -15px;
	}
	.gal-category-wrapper > .d-row > div {
		padding: 0px 15px 40px;
		margin-bottom: 40px;
	}
	.gal-category-sec{
		padding: 0px 15px;
	}
}
@media(max-width:991px){
	.banner-social ul{
		display: flex;
		column-gap: 15px;
		margin-bottom: 25px;
	}
	.banner-social{
		height: auto;
		display: block;
		position: initial;
	}
	.banner-social li a{
		margin-bottom: 0;
		font-size: 27px;
	}
	.scroll-down{
		margin: 0px auto;
	}
	.gallery-overview-banner-wrap{
		margin-bottom: 10px;
		padding: 0px 15px;
	}
	.gallery-overview-banner{
		justify-content: end;
		flex-direction: column;
	}
	.gallery-overview-banner-wrap h1 {
		font-size: 45px;
		line-height: 60px;
	}
	.gallery-overview-banner-wrap h3 {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 14px;
	}
	.gallery-overview-banner-wrap p {
		font-size: 16px;
		line-height: 30px;
	}
	.gal-overview-sec {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.filter-wrap {
		margin-bottom: 40px;
	}
	.gallery-overview-banner.gal-overview-catagory-ban {
		padding-bottom: 150px;
	}
	.bna-slider-wrapper{
		margin-top: -50px;
	}
}
@media(max-width:767px){
	.col-50{
		max-width: 100%;
	}
	.bna-slider-wrapper .d-row {
		row-gap: 40px;
	}
	.gal-category-img .d-row {
		flex-wrap: nowrap;
	}
	.gal-category-img .d-row > .col-50 {
		max-width: 50%;
	}
	.gal-category-sec {
		margin-bottom: 70px;
	}
	.gal-category-popup-wrap{
		padding: 20px;
	}
	.gal-category-popup-slider{
		padding: 0;
	}
	.gal-category-popup-nav{
		display: flex;
		justify-content: center;
		column-gap: 10px;
		align-items: center;
	}
	.gal-category-popup-nav > div {
		position: initial;
	}
	.gal-category-popup-nav .swiper-pagination{
		width: auto;
	}
	.gal-category-popup-nav .common-arrow {
		margin-bottom: -36px;
	}
	.gal-category-popup-wrap p {
		margin: 20px 0 0;
		font-size: 16px;
		line-height: 27px;
	}
}