/*
Theme Name: Caverta Child
Theme URI: https://matchthemes.com/premium/caverta-wordpress-restaurant-theme/
Description: Child theme for the Caverta theme 
Author: MatchThemes
Author URI: https://matchthemes.com
Version: 1.0
Template: caverta
*/


body{
	background:#fff !!important;
}

.page-id-5767 .privacy_content a{

	color:var(--midlight_blue) !important;
}
.page-id-5767 .privacy_content a:hover{
	border-bottom: 1px solid #252525;
	color:var(--midlight_blue) !important;
}
.sidebar_menu > .mobile-address > a,
.sidebar_menu > .mobile-email > a,
.sidebar_menu > .mobile-phone > a {
  color: #fff !important;
}
.sidebar_menu > .mobile-address > a:hover,
.sidebar_menu > .mobile-phone > a:hover,
.sidebar_menu > .mobile-email > a:hover {
  color: #bf8b25 !important;
}

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

.header_book_btn,
.header-contact-btn {
  color: #252525;
  background: #ffffff;
  border-color: #ffffff;
  margin-top: 0;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  padding: 12px 24px;
  cursor: pointer;
}
.header_book_btn:hover,
.header-contact-btn:hover {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.responsive-buttons {
  display: flex;
  justify-content: flex-start; /* Align the items horizontally */
  gap: 10px; /* Space between buttons */
  width: 100%;
  flex-wrap: wrap; /* Allow wrapping if needed */
}

.responsive-buttons a {
  white-space: nowrap; /* Prevent text from wrapping within the button */
  box-sizing: border-box;
  flex: 1;
  text-align: center;
}


.menu-mobile li:hover > a,
.menu-mobile li.current-menu-item > a,
.menu-nav > li:hover > a {
  color: #bf8b25 !important;
}

.menu-mobile li a:hover {
  color: #bf8b25 !important;
}

#header-1 .header_contact_menu > a {
  color: #ffffff !important;
}
#header-1 .header_contact_menu > a:hover {
  color: #bf8b25 !important;
}
#header-1 .header_contact_menu > a::before {
  width: 0px !important;
}
#header-1 .header_contact_menu:hover a::before {
  width: 100% !important;
}


.header_book_btn {
  margin-top: 40px;
}

.header_title {
  width: 100%;
}
.header_book_btn:hover,
.header-contact-btn:hover {
  color: #bf8b25 !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.view-more:hover,
.submit:hover,
#submit:hover,
.wpcf7-submit:hover,{
  color: #bf8b25 !important;
}

.smalltitle {
  color: #FFF !important; 
}

.smalltitle:before,
.smalltitle:after {
  background: #FFF !important;
}

#wrap-content .white_subtitle {
  color: #fff !important;
}
.white_subtitle:before,
.white_subtitle:after {
  background: #fff !important;
}

.page-id-5088 > .video-container > .slider-caption > .slider-text > h1,
.page-id-4595 > section > .inner-desc > h1,
.page-id-4597 > section > .inner-desc > h1,
.page-id-4599 > section > .inner-desc > h1,
.page-id-4601 > section > .inner-desc > h1,
.page-id-4603 > section > .inner-desc > h1 {
  display: none !important;
}

.event-img > div > img {
  border-radius: 14px;
  max-height: 500px;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}
.image-container > div {
  width: 100% !important;
}

.pdr_container .e-con-inner .el-btn a {
  padding: 18px !important;
}

.what_on_slider .elementor-swiper-button {
  background: none;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff !important;
}

.inner-desc .single-post-title {
  text-transform: uppercase;
}

.header_book_btn {
  margin-top: 40px;
  background: none !important;
  color: #fff;
  padding: 12px 50px !important;
}
.home_testimonials .swiper-mt-button-next,
.home_testimonials .swiper-mt-button-prev {
  width: 70px !important;
}

.event_section_title > div > h2 {
  text-transform: uppercase;
}

.gallery_hover .item-portfolio .item-text-holder-v2 {
  display: none !important;
}

.el-btn_404 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 24px;
  background: var(--midlight_blue);
  border: 2px solid var(--midlight_blue);
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 1.5;
}

.item-img-404{
  background-size: cover;
  background-position: center;
 /* or whatever fits your design */
}



.ml_home_testimonials .elementor-swiper-button-prev,
.ml_home_testimonials .elementor-swiper-button-next{
	width: 70px !important;
    border: 2px solid #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 50%;
}

@media (max-width: 700px) {
  .responsive-buttons {
    flex-direction: column; /* Stack buttons vertically */
    align-items: stretch; /* Ensure buttons take full width when stacked */
  }

  .responsive-buttons a {
    text-align: center;
    width: 80%; /* Each button takes full width in the vertical stack */
    margin-bottom: 10px; /* Optional: Adds space between the buttons */
  }

  .sidbar-button {
    background: #fff !important;
    color: #252525 !important;
    border-color: #fff !important;
  }

  .header-contact-btn:hover,
  .sidbar-button:hover {
    background: transparent !important;
    color: #BD9028 !important;
    border-color: #fff !important;
  }

 
  .logo-1 .img-fluid {
    width: 60px !important;
  }
  #menu-header-menu .header_contact_menu > a {
    color: #ffffff !important;
  }
  #menu-header-menu .header_contact_menu > a:hover {
    color: #ffffff !important;
  }
  #menu-header-menu .header_contact_menu > a::before {
    width: 0px !important;
  }
  .header-contact-btn:hover {
    color: #bf8b25 !important;
  }

  .page-id-4595 .topSingleBkg,
  .page-id-4597 .topSingleBkg,
  .page-id-4599 .topSingleBkg,
  .page-id-4601 .topSingleBkg,
  .page-id-4603 .topSingleBkg {
    height: 34vh !important;
  }

  .page-id-588 > .video-container > .slider-caption {
    padding: 0 10px !important;
  }
  .page-id-588 > .video-container > .slider-caption > .slider-text {
    width: 100% !important;
  }
  .page-id-588 > .video-container > .slider-caption > .slider-text > h1 {
    text-align: center !important;
  }

  .page-id-4694 > .topSingleBkg > .inner-desc {
    padding: 0 5px !important;
  }
	
	.header-1>.nav-button-holder> button{
		background: transparent !important;
    	border: none !important;
	}
	
	.page-id-6807 .header_title{
		font-size:48px !important;
	}
	.page-id-6807 .slider-caption{
		padding:0px !important;
	}
	
	.home_testimonials .swiper-mt-button-next,
	.home_testimonials .swiper-mt-button-prev {
    	width: 45px !important;
	}
	
	.ml_home_testimonials .elementor-swiper-button-prev,
	.ml_home_testimonials .elementor-swiper-button-next{
		width: 45px !important;
		height: 45px;
		border: 1px solid #fff !important;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}
	
	.what_on_slider .elementor-swiper-button{
		width: 45px !important;
    	height: 45px !important;
	}
	
	.post-title.single-post-title{
		font-size:37px !important;
	}
}

@media (min-width: 700px) and (max-width: 968px) {
  .sidbar-button {
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
  }

  .header-contact-btn:hover,
  .sidbar-button:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
  }


  .header-contact-btn:hover {
    color: #bf8b25 !important;
  }

  .page-id-588 .slider-text {
    width: 100% !important;
  }

  .event-img > div > img {
    border-radius: 14px;
    min-height: 500px;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .pdr_container .e-con-inner .el-btn a {
    padding: 14px !important;
  }
}

@media (min-width: 978px) and (max-width: 1580px) {
  .social-btn-top1,
  .social-btn-top6,
  .btn-header {
    flex: 1 1 auto !important;
  }
  .logo-1 {
    flex: 0 1 auto !important;
  }

  .event-img > div > img {
    border-radius: 14px;
    min-height: 500px;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .pdr_container .e-con-inner .el-btn a {
    padding: 14px !important;
  }
}

/* .topPage404> div{
    height: 450px !important;
} */
.item-img-404{
    height: 450px !important;
}

.whats-on-menu>a{
	color:#fff !important;	
}
.whats-on-menu>a:before{
	width:0px !important;
}
	
.whats-on-menu:hover a:before{
	width:100% !important;
}
	

.ml-footer{
	padding:0px !important;
}

.page-id-7847 .inner-desc,
.page-id-8059 .inner-desc,
.page-id-7844 .inner-desc{
	display:none !important;
}


.ml_whats_on_nav>a{
	color:#fff !important;
}
.whats-on-menu > ul > li > a:hover,
.ml_whats_on_nav> ul > li > a:hover{
	color:#bf8b25 !important;
}

.ml_whats_on_nav>a:before{
	width:0px !important;
}

.page-id-7844,
.page-id-8059{
	overflow: hidden;
}

.header_book_btn:hover,
.edm-home-btn a:hover{
	border-color:#bd9028 !important;
}

