/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2025 | 12:16:09 */
px/* Add your CSS code here.
For example:
.example {
color: red;
}
For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
End of comment */ 
#tripleseat_embed_form #lead_phone_number {
	width: 100% !important;
}


#tripleseat_embed_form label:after {
    content: "*";
    color: red;
}

#tripleseat_embed_form label span {
    display: none;
}
 #tripleseat_embed_form .row_gdpr_consent label:after {
  display: none;
}

body div#tripleseat_embed_form input, body div#tripleseat_embed_form textarea,  body div#tripleseat_embed_form select {
	width: 100% !important;
	border: 1px solid #ccc;
}
.event-booking-form .row_first_name td{
	width: 50%;
}
.event-booking-form h2{
	font-size: 25px;
	font-family: Yeseva One ;
	font-weight: 400;
	margin-bottom: 0;
}
.event-booking-form #lead_form_event_header{
	margin-top: 20px;
}
.event-booking-form #lead_start_time, .event-booking-form #lead_end_time, .event-booking-form .hasDatepicker{
	padding-left: 35px !important;
}
.event-booking-form input.timeselect_input, .event-booking-form input.hasDatepicker{
	background-position: 15px center;
}
.event-booking-form .checkbox{
	transform: scale(1.5);
}
.event-booking-form input, .event-booking-form select, .event-booking-form textarea{
	padding: 12px 20px !important;
	height: auto;
	border: 1px solid #FFE1B5 !important;
	border-radius: 10px;
	box-shadow: none;
}
.event-booking-form label{
	color: #71757A;
	font-family: Montserrat;
	font-weight: 500;
	margin-bottom: 8px;
	margin-top: 10px;
}
.event-booking-form table{
	border: none;
}
.event-booking-form .row_gdpr_consent td{
	display: flex;
	gap: 12px;
	align-items: center;
}
.event-booking-form .button{
	background-color: #CD902D;
	color: #fff;
}
body div#tripleseat_embed_form input[type="checkbox"] {
	width: auto !important;
}
body div#tripleseat_embed_form h2 {
	font-size: 30px !important;
}
header.entry-header.custom-enter {
	display: block;
}
.page-links .page-link:hover, .single .post-navigation a:hover {
	color: #b36f00 !important;
}
.regency-header  a.elementor-button{
	color: #fff !important;
}
.social-icons .elementor-icon-wrapper{
	line-height: 0;
}
.header-container{
	position: absolute;
	top: 42px;
	z-index: 999;
}
.banner-btn a{
	padding: 23px 51px ;
}
.slick-list .slick-track{
	display: flex;
	gap: 25px;
	align-items: stretch;
}
.testimonial-card{
	background-color: #FAF4EA;
	border-radius: 10px;
	height: auto;
	max-width: 444px;
}
.testimonial-image{
	width: 55px;
	height: 55px;
	border-radius: 50%
}
.profile-name-wrapper{
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	border-bottom: 1px solid #fff;
}
.testimonial-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.testimonial-card h3{
	font-size: 16px;
	margin-bottom: 5px;
	font-family: Yeseva One;
	color: #000;
}
.profession{
	font-size: 14px;
	font-family: Montserrat;
	color: #71757A;
	margin-bottom: 0 !important;
}
.review-section{
	padding: 20px;
}
.testimonial-text{
	font-size: 16px;
	line-height: 26px;
	color: #6F7175;
	font-family: Montserrat;
}
.testimonial-stars{
	width: fit-content;
	padding: 10px;
	background-color: #fff;
	border-radius: 100px;
	font-size: 22px;
	color: #CD902D;
	display: flex
		;
	gap: 3px;
	align-items: center;
}
.slick-slider .slick-arrow{
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	'
	display:flex;
	justify-content: center;
	align-items: center;
}
.slick-slider .slick-arrow::before{
	display:none !important;
}
.slick-slider .slick-arrow:hover{
	border: 1px solid #CD902D;
	background-color: #CD902D
}
.slick-slider .slick-arrow:hover path{
	fill: #fff;
}
.slick-slider .slick-prev{
	left: -397px;
	top: 250px;
}
.slick-slider .slick-next{
	left: -330px;
	top: 250px;
}
.host-container{
	cursor: pointer;
}
.host-content{
	visibility: hidden;
}
.host-container:hover .host-content{
	visibility: visible;
}
.input-groups {
	position: relative;
}
.input-groups img {
	position: absolute;
	left: 20px;
	top: 32px;
	transform: translateY(-50%);
	z-index: 9;
}
.input-groups br{
	display: none;
}
.input-groups input, .input-groups select, .input-groups textarea {
	padding: 20px 20px 20px 60px !important;
	height: auto;
	border: 1px solid #FFE1B5;
	border-radius: 10px;
	box-shadow: none;
}

.input-groups select,
.input-groups input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  font-family: inherit;
}

.input-groups select {
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10"><polyline points="1,1 7,7 13,1" stroke="%23999" stroke-width="2" fill="none" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.date-group {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #FFE1B5;
  background-color: white;
/*   overflow: hidden; */
  height: 66px;
}

.date-group .date-icon {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.date-group input{
	border: none;
	height: 60px;
}
.date-group .wpcf7-not-valid-tip{
	position: absolute;
    bottom: -30px;
    background-color: transparent;
	white-space: nowrap;
}
input.custom-date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 12px 16px;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
input.custom-date:focus {
  outline: none;
  box-shadow: none;
}

input.custom-date::-webkit-inner-spin-button,
input.custom-date::-webkit-calendar-picker-indicator {
  opacity: 0; /* optionally hide the default calendar icon */
}

input.wpcf7-date{
	white-space: nowrap !important;
}


.input-groups input::placeholder, .input-groups select::placeholder, .input-groups textarea::placeholder{
	color: #71757A;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
}
.contact-page-form .input-groups input, .contact-page-form  .input-groups select, .contact-page-form .input-groups textarea{
	padding-left: 20px !important;
}
.input-groups textarea{
	height: 120px;
	resize: vertical;
}
.guest-and-date{
	display: flex;
/* 	align-items: center; */
	gap: 20px;
	margin-bottom: 20px;
}
.input-groups p {
	margin-bottom: 20px !important;
}
.guest-and-date .input-groups p{
	margin-bottom: 0 !important;
}
.wpcf7-form .wpcf7-submit{
	background-color: #CD902D;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 18px 48px;
	margin-top: 40px;
}
.wpcf7-form .wpcf7-submit:hover{
	background-color: #b57713;
	color: #fff;
}
.video-slick-slider {
	width: 100vw;
	padding: 40px 0;
}
.video-card {
	height: 640px;
	padding: 10px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.video-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.marque-container {
	display: flex;
	align-items: center;
	gap: 35px;
}
.marquee span img {
	width: 30px;
	min-width: 30px;
}
.marquee-wrapper {
	overflow: hidden;
	white-space: nowrap;
}
.marquee {
	display: inline-block;
	animation: marquee 500s linear infinite;
}
.marquee span {
	display: inline-block;
	font-family: 'Georgia', serif;
	font-weight: bold;
	color: white;
	font-size: 24px;
	letter-spacing: 1px;
}
.flawless-image{
	width: 240px;
	height: 240px
}
.flawless-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.venue-list svg path{
	fill: #CD902D;
}
@keyframes marquee {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
.hfe-breadcrumbs a {
	text-decoration: none !important;
}
.contact-icon-section {
	width: 70px;
	height: 70px;
}
.contact-icon-section svg{
	width: 30px;
}
.contact-icon-section path{
	fill: #fff;
}
.contact-address-section h2 a{
	text-decoration: none !important;
}
.contact-icon-section .elementor-widget-icon{
	height: 49px;
	display: flex
		;
	align-items: center;
}
.portfolio-gallery .gallery-item-caption-over{
	display: flex;
	background-color: #CD902D;
	padding: 8px 15px;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
}
.portfolio-gallery .gallery-item-caption-over h2{
	margin-bottom: 0;
}
.portfolio-gallery .gallery-item-buttons a{
	margin-right: 0;
}
.caption-style-hoverer{
	opacity: 1 !important;
	visibility: visible !important;
}
.gallery-item-buttons{
	transform: translate(0) !important;
}
.portfolio-gallery .gallery-item-caption-wrap{
	display: flex;
	align-items: end;
}
.portfolio-gallery  .gallery-item-hoverer-bg{
	background: transparent !important;
	background-color: transparent !important;
}
.category-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.category-list .wp-block-categories-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wp-block-categories-list, .sidebar-section .wp-block-latest-posts__list {
	border-bottom: 1px solid #D5D6D8;
	padding-bottom: 10px;
}
.sidebar-section .wp-block-latest-posts__list {
	padding-bottom: 20px !important;
}
.sidebar-section h5.wp-block-heading{
	font-size: 24px !important;
}
.category-list .wp-block-categories-list  a{
	color: #71757A;
	font-weight: 500;
	font-size: 18px;
	font-family: Montserrat;
}
.blog-post-section .eael-grid-post-holder{
	border: none;
	position: relative;
}
.blog-post-section .eael-meta-posted-on{
	position: absolute;
	top: 0;
	left: 28px;
	margin: 0;
	background-color: #CD902D;
	border-radius: 0 0 50px 50px;
	color: #fff;
	padding: 12px 15px 28px 15px;
	height: auto;
}
.blog-post-section .eael-meta-posted-on span, .custom-post-date-wrapper .post-day{
	font-size: 25px;
	font-family: Yeseva One ;
	margin-bottom: 5px;
	margin-bottom: 0;
	line-height: normal;
}
.post-month{
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 600;
}
.entry-meta{
	display: flex;
	gap: 8px;
	align-items: center;
}
.custom-blog-article span a, .custom-blog-article span a span{
	color: #71757A;
	font-size: 18px;
	font-family: 'Montserrat';
	font-weight: 500;
}
.blog-post-section .eael-entry-wrapper{
	padding: 30px 0;
}
.blog-post-section .eael-grid-post-excerpt a, .post-content .ast-read-more-container a{
	background-color: #cd902d;
	display: inline-block;
	padding: 15px 28px;
	border-radius: 50px;
	color: #fff !important;
	font-size: 16px;
	font-family: 'Montserrat';
	margin-top: 25px;
}
.blog-post-section .eael-entry-title .eael-grid-post-link, .sidebar-section h5, .post-content .entry-title a{
	font-size: 25px !important;
	font-family: 'Yeseva One' !important;
	font-weight: 400;
}
.custom-featured-image{
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
}
.archive-custom-wrapper .content-area.primary{
	padding-right: 20px !important;
	border-right: 1px solid #D5D6D8;
}
.archive-custom-wrapper .custom-sidebar{
	padding-left: 20px;
}
.blog-post-section .eael-grid-post-excerpt p{
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 400;
	color: #71757A;
}
.sidebar-section .hfe-search-button-wrapper{
	height: 75px;
	background-color: #FAF4EA;
	border: 1px solid #FFE1B5;
	border-radius: 100px;
}
.sidebar-section input{
	height: 75px;
	box-shadow: none;
	padding: 10px 30px;
	color: #71757A;
	font-weight: 500;
	font-family: 'Montserrat';
}
.search-form input.search-submit{
	display:none;
}
.sidebar-section .hfe-search-button-wrapper input::placeholder{
	color: #71757A;
	font-weight: 500;
	font-family: 'Montserrat';
}
.sidebar-section aside{
	margin-bottom: 30px;
}
.sidebar-section .hfe-search-button-wrapper .hfe-search-submit{
	box-shadow: none;
}
.sidebar-section ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.sidebar-section ul li a{
	color: #71757A;
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 500;
}
.sidebar-section ul li img{
	border-radius: 10px;
}
.sidebar-section .wp-block-latest-posts__list li{
	gap: 20px;
}
.sidebar-section .wp-block-latest-posts__list li a{
	color: #2D2F33;
	line-height: normal;
}
.sidebar-section  .widget_block p:empty{
	display: none;
}
.sidebar-section  .widget_block form{
	padding-bottom: 30px;
	border-bottom: 1px solid #D5D6D8;
}
.sidebar-section  .widget_block input{
	background-color: #FAF4EA;
	border: 1px solid #FFE1B5;
	border-radius: 100px;
	padding: 10px 60px 10px 30px;
}
.sidebar-section form label{
	position: relative;
}
.sidebar-section form label .search-submit{
	position: absolute;
	right: 0;
	height: 75px;
	background-color: transparent;
	box-shadow: none;
}
.sidebar-section .wp-block-tag-cloud {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.sidebar-section .wp-block-tag-cloud a{
	background-color: #F3F5F9;
	padding: 10px 15px;
	color: #2D2F33;
	text-transform: uppercase;
	font-weight: 500;
	line-height: normal;
	font-size: 16px !important;
	border-radius: 10px;
	font-family: 'Montserrat';
}
.sidebar-section ul .wp-block-latest-posts__featured-image{
	margin: 0;
}
.sidebar-section .wp-block-tag-cloud a:hover{
	background-color: #ebebeb;
}
.eael-entry-media{
	border-radius: 10px;
}
.blog-post-section .eael-post-grid-column{
	padding-top: 0px;
}
.archive-banner,.custom-hero-section{
	min-height:365px;
	padding:190px 15px 52px 15px;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}
.custom-hero-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* black overlay */
	z-index: 1;
}
.custom-hero-section .hero-content {
	position: relative;
	z-index: 2;
}
.custom-hero-section .hero-content {
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#fff;
}
.custom-hero-section .hero-content h1{
	color:#fff;
}
.custom-hero-section .breadcrumbs {
	font-size: 14px;
	margin-bottom: 10px;
	color: #ddd;
}
.custom-blog-detail-wrapper{
	max-width:1170px;
	padding:0px 15px 30px 15px;
	margin-left:auto;
	margin-right:auto;
}
.blog-detail-wrapper .entry-header h1{
	margin-top: 20px;
}
.custom-hero-section .breadcrumb-trail{
	margin-top:20px;
}
.custom-hero-section .entry-title {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
}
.custom-content-with-sidebar .ast-archive-description{
	display:none;
}
.archive-custom-wrapper{
	width:100%;
}
.custom-content-with-sidebar{
	max-width:1170px;
	margin:50px auto 50px auto;
	display:flex;
	padding: 0 15px;
}
.archive .custom-sidebar{
	max-width:35%;
}
.archive .ast-blog-layout-5-grid .ast-blog-featured-section{
	width:100%;
}
.archive .custom-blog-article{
	width:100%;
	padding-left:0px;
}
.archive  .banner-content h1{
	color:#fff;
	font-size:50px;
	font-family:'Yeseva One' !important;
	font-weight:normal;
}
.archive  .banner-content{
	max-width:1170px;
	margin:0px auto;
	color:#fff;
	text-align:center;
}
.archive .custom-post-date-wrapper {
	position: absolute;
	top: 0;
	left: 28px;
	margin: 0;
	background-color: #CD902D;
	border-radius: 0 0 50px 50px;
	color: #fff;
	padding: 12px 15px 18px 15px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.entry-meta a:not(.ast-button):hover{
	color: #CD902D !important;
}
.archive .custom-featured-image img{
	border-radius:10px;
}
.archive .site-content .ast-container{
	max-width:100% !important;
}
.post-content span.ast-blog-single-element{
	display: none;
}
.ast-breadcrumbs li a span{
	color: #fff;
}
.regency-header .hfe-button-wrapper  .elementor-button:focus{
	color: #fff !important;
}
.event-book-form input, .event-book-form select{
	padding: 20px !important;
}
.event-book-form .guest-and-date .input-groups{
	width: 50%;
}
.custom-blog-detail-outer-wrapper{
	width:100%;
}
.main-outer-blog-detail{
	width:100%;
}
.blog-detail-wrapper{
	width:100%;
}
.main-outer-blog-detail .content-area.primary{
	width: 65% !important;
	padding-right: 20px;
	border-right: 1px solid #D5D6D8;
}
.main-outer-blog-detail .custom-hero-section{
	padding: 0 !important;
}
.main-outer-blog-detail .custom-hero-section img{
	border-radius: 10px;
	width: 100%;
}
.main-outer-blog-detail .custom-sidebar{
	width: 35%;
	padding-left: 20px;
}
.main-outer-blog-detail .custom-sidebar .secondary{
	padding-left: 0;
	margin-top: 0 !important;
}
.custom-hero-section .hero-content h1{
	font-size: 35px ;
	font-family:'Yeseva One' !important;
	font-weight: 400;
}
.main-outer-blog-detail .site-main article{
	padding: 0 !important;
}
.main-outer-blog-detail .entry-title, .post-date span:first-child{
	font-size: 25px !important;
	font-family:'Yeseva One' !important;
	font-weight: 400 !important;
	line-height: normal;
}
.post-date span:last-child{
	font-size: 14px;
	font-family: 'Montserrat';
}
.main-outer-blog-detail .entry-content p {
	font-size: 16px;
	color: #71757A;
	font-family: 'Montserrat';
}
.main-outer-blog-detail .post-meta-section .share-buttons ul li{
	list-style: none;
}
.main-outer-blog-detail .post-meta-section .share-buttons ul li a{
	display: flex;
	align-items: center;
}
.main-outer-blog-detail .post-meta-section .share-buttons {
	display: flex;
	align-items: center;
	gap: 18px;
}
.main-outer-blog-detail .post-meta-section .share-buttons h4{
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 500;
}
.main-outer-blog-detail .post-meta-section .share-buttons .share-icons svg path:first-child{
	stroke: #000;
}
.main-outer-blog-detail .post-meta-section .share-buttons ul {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.main-outer-blog-detail .post-meta-section{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.main-outer-blog-detail .post-meta-section .post-tags  {
	width: 60%;
}
.main-outer-blog-detail .post-meta-section .post-tags h4{
	display: none;
}
.main-outer-blog-detail .post-meta-section .post-tags ul{
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.main-outer-blog-detail .post-meta-section .post-tags ul li a{
	background-color: #F3F5F9;
	padding: 10px 15px;
	border-radius: 10px;
	color: #2D2F33;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}
.featured-image-wrapper img{
	border-radius: 10px;
	width: 100%;
}
.home-blog-container .post-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.home-blog-container .post-card {
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
}
.home-blog-container .post-image {
	width: 100%;
	height: 229px !important;
	object-fit: cover;
	border-radius: 10px !important;
}
.home-blog-container .post-date {
	position: absolute;
	background: #CD902D;
	color: white;
	padding: 10px 15px 18px 15px;
	top: 0;
	left: 20px;
	font-weight: bold;
	border-radius: 0 0 50px 50px;
	text-align: center;
	font-size: 14px;
}
.home-blog-container .post-content {
	padding: 15px 0;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home-blog-container .post-meta {
	font-size: 16px;
	color: #71757A;
	font-weight: 500;
}
.home-blog-container .post-title {
	font-weight: normal;
	font-size: 18px;
	color: #2D2F33;
	font-family:'Yeseva One';
	line-height: normal;
}
.home-blog-container .read-more-button {
	display: inline-block;
	background: #c88b2d;
	color: #fff;
	padding: 12px 20px;
	border-radius: 25px;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat';
	width: fit-content;
}
.home-blog-container .read-more-button:hover{
	background-color: #a77220;
	color: #fff;
}
.custom-video-slider .video-slide{
	background-color: transparent;
}
.custom-video-slider .swiper-button-prev{
	position: absolute;
	top: -53px;
	left: 88% !important;
}
.custom-video-slider .swiper-button-prev::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2025/04/Vector-8.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.custom-video-slider .swiper-button-next::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2025/04/next-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.custom-video-slider .swiper-slide, .custom-video-slider .video-container {
	min-height: 550px;
	border-radius: 10px;
	height: 550px;
	object-fit: cover;
	max-width: 454px;
}

.video-container .play-button{
	position: absolute;
}
.custom-video-slider .swiper-button-next{
	position: absolute;
	top: -53px;
	left: 95% !important;
}
.swiper-button-next, .swiper-button-prev{
	background-color: transparent;
	border: 1px solid #000;
	box-shadow: none;
	width: 60px;
	height: 60px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	background-color: #CD902D;
	border: 1px solid #CD902D;
	color: #fff;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
	filter: brightness(0) invert(1);
}
.custom-search-result .custom-banner{
	padding: 190px 0 52px 0;
	position: relative;
}
.custom-search-result .banner-content{
	position: relative;
	z-index: 9;
}
.custom-search-result{
	width: 100%;
}
.custom-search-result .custom-banner::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #00000045;
	top: 0;
	left: 0;
	z-index: 0;
}
.custom-search-result .custom-banner h1{
	font-size: 50px;
	color: #fff;
	font-family:'Yeseva One';
	line-height: normal;
}
.custom-search-result .ast-archive-description{
	display: none;
}
.custom-search-result img{
	border-radius: 10px;
}
.custom-search-result .ast-article-inner{
	/* 	box-shadow: none !important; */
	border: 1px solid #ddd;
	border-radius: 10px;
}
.custom-search-result .site-main .ast-row{
	max-width: 1170px;
	margin: 50px auto;
}
.custom-search-result .ast-taxonomy-container a, .custom-search-result .posted-by a span{
	color: #71757A;
}
.blog-page-section .post-card{
	margin-bottom: 40px;
}
.blog-page-section .post-card img{
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.blog-page-section .post-date{
	position: absolute;
	background: #CD902D;
	color: white;
	padding: 10px 15px 18px 15px;
	top: 0;
	left: 20px;
	font-weight: bold;
	border-radius: 0 0 50px 50px;
	text-align: center;
	font-size: 14px;
}
.blog-page-section .post-meta{
	font-size: 18px;
	font-weight: 500;
	color: #71757A;
	font-family: 'Montserrat';
}
.blog-page-section .post-title{
	color: #2D2F33;
	font-size: 25px;
	font-weight: 400;
	font-family:'Yeseva One';
	line-height: normal;
	margin: 10px 0;
}
.blog-page-section .post-excerpt{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #71757A;
	font-family: 'Montserrat';
}
.blog-page-section .post-card a{
	display: inline-block;
	background: #c88b2d;
	color: #fff;
	padding: 12px 20px;
	border-radius: 25px;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat';
	width: fit-content;
	margin-top: 25px;
}
.blog-page-section .pagination {
	display: flex;
	gap: 15px;
	justify-content: center;
}
.page-numbers.current{
	border: 1px solid #CD902D;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	line-height: normal;
	color: #CD902D;
}
.blog-page-section .pagination a{
	color: #CD902D;
}
.wpcf7-response-output {
	border: none !important;
}
.entry-meta{
	color: #71757A;
}
.featured-image-wrapper{
	margin-bottom: 25px;
}
.video-title{
	display: none;
}
.entry-content .wp-block-image img{
	max-width: 100% !important;
}
.testimonial-slider-section-new .swiper-slide{
	background-color: #FAF4EA;
	border: none;
	padding: 0;
}
.testimonial-slider-section-new .swiper-slide h3{
	margin-bottom: 0;
	color: #2D2F33;
	font-size: 16px;
	font-weight: 400;
	font-family:'Yeseva One';
	padding: 0;
}
.testimonial-slider-section-new .bdt-ep-review-card-carousel-job-title{
	font-size: 14px;
	font-family: 'Montserrat';
	color: #71757A;
	padding: 0;
}
.inner-testimonial-section{
	overflow: hidden;
}
.testimonial-slider-section-new .bdt-ep-review-card-carousel-text p{
	font-size: 16px;
	font-family: 'Montserrat';
	color: #6F7175;
	line-height: 28px;
	padding: 15px 24px;
}
.testimonial-slider-section-new .bdt-ep-img-inline.bdt-flex{
	align-items: center;
	padding: 15px 24px;
	border-bottom: 1px solid #FFFFFF;
}
.testimonial-slider-section-new .epsc-rating{
	margin-left: 24px;
	background-color: #fff;
	padding: 10px;
	border-radius: 50px;
	margin-bottom: 24px;
}
.testimonial-slider-section-new  .bdt-slidenav{
	position: absolute;
	top: 85px;
	border: 1px solid #000;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial-slider-section-new  .bdt-slidenav:hover{
	border: 1px solid #CD902D;
	background-color: #CD902D
}
.testimonial-slider-section-new  .bdt-slidenav:hover i{
	color: #fff;
}
.testimonial-slider-section-new  .bdt-navigation-prev{
	left: -396px !important;
}
.testimonial-slider-section-new  .bdt-navigation-next{
	left: -326px !important;
}
.testimonial-slider-section-new  .bdt-slidenav i{
	color: #000;
}
.services-box .arrow-box svg{
	transition: 0.4s;
}
.services-box:hover .arrow-box svg{
	transform: rotate(45deg);
	transition: 0.4s;
}
.entry-meta .author-name, .entry-meta .posted-on span{
	color: #71757A;
}
.wpcf7-response-output{
	 color: #177420;
    font-weight: 500;
    padding: 0 !important;
	margin: 0 !important;
}
.row_gdpr_consent  td{
	width: 200%;
}
.event-booking-form #tsLeadSuccessMessage {
	color: #619f6e;
	font-size: 40px;
	font-weight: 400;
	font-family:'Yeseva One';
}
.event-booking-form select,
.event-booking-form input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  font-family: inherit;
}
.guest-and-date .input-groups{
		width: 50%;
	}

.wpcf7-form.invalid .wpcf7-response-output{
  color: red !important;
}
.post-card img{
	height: 350px;
	object-fit: cover;
	object-position: top;
}
.post-navigation{
	padding: 20px 0 !important;
}
.post-navigation .nav-links{
	padding: 0 !important;
}
a:focus,
a:active {
    outline: 0 !important;
}
.wpcf7-form.invalid .guest-and-date{
	height: 94px;
}
.form-section input.wpcf7-form-control:focus{
	border-color: #dda85a
}
@media (max-width: 1400px){
	.contact-form-leaves{
		width: 150px;
	}
	.why-us-image{
		width: 150px;
	}
	.custom-video-slider .swiper-slide, .custom-video-slider .video-container {
		min-height: 400px;
		height: 400px;
		max-width: 340px;
	}
}
@media (max-width: 1024px){
	.home-blog-container .post-card {
		width: 48%;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	.guest-and-date .input-groups{
		width: 50%;
	}
}
@media all and (max-width:992px){
	.video-slider{
		overflow:hidden;
	}
	.custom-video-slider .swiper-slide, .custom-video-slider .video-container {
		max-width: 100%;
		min-height: 470px;
		height: 470px;
	}
	.host-container .host-content{
		visibility: visible;
	}
	.host-container::before{
		content: "";
		background-color: #000000EB;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.archive-custom-wrapper .content-area.primary{
		padding-right: 10px !important;
	}
	.custom-content-with-sidebar{
		flex-direction: column;
	}
	.archive-custom-wrapper .content-area.primary{
		border: none;
	}
	.archive .custom-sidebar{
		max-width: 100%;
	}
}
@media (max-width: 768px){
	.guest-and-date .input-groups{
		width: 100%;
	}
}
@media (max-width: 575px){
	.guest-and-date{
		flex-direction: column !important;
	}
	.banner-btn a{
		padding: 15px 30px ;
	}
	.header-container{
		top: 25px;
	}
	.input-groups {
		width: 100%;
	}
	.contact-icon-section svg{
		margin-top: -9px
	}
	.contact-icon-section {
		width: 67px;
		height: 50px;
	}
	.flawless-image{
		width: 100%;
		height: 100%;
	}
	.contact-address-section .main-contact-items{
		width: fit-content;
	}
	.archive-custom-wrapper .content-area.primary{
		padding: 0 15px !important;
	}
	.archive .custom-sidebar{
		max-width: 100%;
		padding: 0 15px !important;
	}
	.event-book-form .guest-and-date .input-groups{
		width: 100%;
	}
	.main-outer-blog-detail .content-area.primary, .main-outer-blog-detail .custom-sidebar{
		width: 100% !important;
		border: none;
	}
	.main-outer-blog-detail .custom-sidebar{
		padding: 15px;
	}
	.main-outer-blog-detail .post-meta-section{
		flex-direction: column;
		gap: 30px;
	}
	.home-blog-container .post-card {
		width: 100%;
	}
	.marque-container span{
		font-size: 16px;
	}
	.marquee span img{
		width: 20px;
		min-width: 20px;
	}
	.marque-container {
		gap: 15px;
	}
	.contact-form-leaves{
		display: none;
	}
	.custom-video-slider .swiper-slide, .custom-video-slider .video-container{
		min-height: 400px;
	}
	.main-outer-blog-detail .post-meta-section .post-tags{
		width: 100%;
	}
	.wpcf7-form.invalid .guest-and-date {
        height: 215px;
    }
	body div#tripleseat_embed_form h2 {
    font-size: 24 !important;
}
}
@media (max-width: 400px){
	.gallery-section .eael-filter-gallery-control ul li{
		font-size: 13px !important;
	}
}
