/*
Theme Name:     MountResort Child
Theme URI: 		http://wedesignthemes.com/themes/resort/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Mount Resort theme powered by DesignThemes
Template:       mountresort
Version:        1.0
*/
body .dt-sc-contact-info.contact-icon-box {
    color: #fff !important;
}
div#ui-datepicker-div {
    z-index: 99999 !important;
}
.property-faq .dt-sc-toggle-content .block .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
.property-faq h5.dt-sc-toggle-accordion a{
    font-size: 18px;
	font-weight: bold;
    font-family: Lora;
}
.property-faq.dt-sc-toggle-frame-set > .dt-sc-toggle-accordion.active > a{
	color: #337019 !important;
}
.property-faq h5.dt-sc-toggle-accordion.active a:before{
	background-color: #337019 !important;
}
.room-btn-vanyum {
   border-radius: 0px;
    border-color: #fff !important;
    background: #a5633d;
    color: #fff;
    padding: 25px 30px !important;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: none;
	margin-top: -6px !important;
}
.dt-sc-colored-big-buttons.room-btn-vanyum:hover {
    background: #337019 !important;
}
.home-room-box.properties-box .dt-sc-buy-now{
	/*display:none !important;*/
}
/* SECTION BACKGROUND */
.experience-section {
  background: #FAF8F3;
  padding: 60px 0;
}

/* CARD */
.exp-card {
  background: #FFF1D3; /* Papaya Whip */
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #CEE8B2; /* Tea Green */
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

/* HOVER EFFECT */
.exp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* IMAGE */
.exp-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

/* IMAGE HOVER ZOOM */
.exp-card:hover img {
  transform: scale(1.03);
}

/* TITLE */
.exp-card h4 {
  color: #337019; /* Green */
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
}

/* DESCRIPTION */
.exp-card p {
  color: #444444;
  font-size: 14px;
  line-height: 1.6;
}

/* OPTIONAL LABEL (TOP TAG) */
.exp-label {
  background: #99BC76; /* Muted Olive */
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* SMALL ACCENT LINE */
.exp-card::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #A6643A; /* Cinnamon Wood */
  margin: 15px auto 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .exp-card {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .exp-card {
    padding: 18px;
  }

  .exp-card h4 {
    font-size: 1.1rem;
  }

  .exp-card p {
    font-size: 13px;
  }
}
.desktop-reverse-column{
	flex-direction: column-reverse;
}
.nightclub-working-hours {
    width: 100%;
}
.home-room-box .dt-sc-tb-content-wrapper {
    display: none;
}
.home-room-box .dt-sc-buy-now a.btn-book.dt-sc-button {
    background-color: #A6643A !important;
    color: #fff !important;
	margin-top: -17px;
}

#footer .custom-social a {
    font-size: 28px;
    margin: 5px;
}
body.home #header-wrapper {
    margin-bottom: 0px !important;
}
body.header-on-slider.page-with-slider .main-header-wrapper, body.header-on-slider .main-header-wrapper {
    top: 0px !important;
}
.peotry-section::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.welcome-section::before{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #FFF;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.perfect-section::before{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	background: linear-gradient(rgba(250, 248, 243, 0.92),rgba(250, 248, 243, 0.92));
	opacity: 0.15;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.perfect-box>div.vc_column-inner::before{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	background: linear-gradient(rgba(250, 248, 243, 0.92),rgba(250, 248, 243, 0.92));
	opacity: 0.15;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.perfect-box>.vc_column-inner>.wpb_wrapper>span{
	font-size:45px;
}
.contact-info-col .dt-sc-contact-info.info-box-contact.type2 {
    color: #337019;
	margin-top: 20px;
	border: 0px solid transparent !important;
    padding: 0px 0px 10px 100px !important;
	width: 50%;
}
.contact-section {
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51,112,25,0.65); /* #337019 overlay */
  z-index: 0;
}

.contact-section .vc_column-inner {
  position: relative;
  z-index: 2;
}

/* Form Box */
.contact-form-box {
  backdrop-filter: blur(4px);
}

/* Inputs */
.form-control input,
.form-control textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #CEE8B2;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 6px;
}

.form-control input::placeholder,
.form-control textarea::placeholder {
  color: #eee;
}
.contact-card {
    background: #FFF1D3;
    padding: 20px !important;
    border-radius: 8px;
    border: 1px solid #CEE8B2 !important;
    margin-bottom: 20px;
    align-items: center;
    transition: all 0.3s ease !important;
}

/* Hover */
.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Fix internal layout */
.contact-card .dt-sc-contact-info {
  display: flex;
  align-items: center;
}

.contact-info-col .dt-sc-contact-info.info-box-contact.type2 span {
    background: #337019;
}

.dt-sc-contact-info.type2 span {
    background: #337019 !important;
	line-height: 70px !important;
}

/* Icon box */
.contact-card .dt-sc-contact-info span {
  width: 60px;
  height: 60px;
  background: #337019;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 0 0 6px;
  color: #fff;
  font-size: 18px;
}

/* Content area */
.contact-card .dt-sc-contact-info h6,
.contact-card .dt-sc-contact-info strong,
.contact-card .dt-sc-contact-info p {
  margin: 0;
  color: #444;
}

/* Text spacing */
.contact-card .dt-sc-contact-info > div {
  padding-left: 15px;
}
/* Tablet */
@media (max-width: 1024px) {
  .contact-section {
    padding: 60px 20px;
  }

  .contact-card {
    flex-direction: row;
  }
body .room-row {
   padding-top: 40px !important;
   padding-bottom: 40px !important;
}
.vanyum-heading{
font-size: 30px !important;
line-height: 38px !important;		
}
.vanyum-subheading{
 font-size: 26px !important;
 line-height: 34px !important;		
}
.vanyum-semisubheading{
 font-size: 22px !important;
 line-height: 30px !important;			
}
}

/* Mobile */
@media (max-width: 768px) {

  .contact-section {
    padding: 40px 15px;
  }

  .contact-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .contact-icon {
    margin-bottom: 10px;
  }

  .form-control input,
  .form-control textarea {
    font-size: 14px;
  }

  .contact-btn {
    width: 100%;
    text-align: center;
  }
.contact-info-col .dt-sc-contact-info.info-box-contact.type2 {
	width: 100%;
}
body .room-row {
   padding-top: 25px !important;
   padding-bottom: 25px !important;
}
body .contact-section{
   padding-top: 25px !important;
   padding-bottom: 25px !important;	
   padding-left: 15px !important;
   padding-right: 15px !important;	
}
body .room-row>.vc_column_container, body .contact-form-box>.vc_column-inner {
    padding: 0 !important;
}
.vanyum-heading{
font-size: 26px !important;
line-height: 34px !important;		
}
.vanyum-subheading{
 font-size: 22px !important;
 line-height: 30px !important;		
}
.vanyum-semisubheading{
 font-size: 18px !important;
 line-height: 26px !important;			
}
.contact-form-box .restaurant-contact-form {
    max-width: 100%;
}
}
@media (max-width: 767px) {
  .reverse-mobile {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
body.fullwidth-header.header-align-center.fullwidth-menu-header.header-on-slider.no-breadcrumb #main {
    padding-top: 0px;
}
}
.home-room-box>div>div>.dt-sc-hotel-room {
    margin: 0px 0px 0px !important;
}
.restaurant-contact-form h3{
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    text-align: left;
    font-family: Lora;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
}
.restaurant-contact-form h3 span {
    font-family: Great Vibes;
}
section.commententries {
    margin: 0px 0px 0px !important;
}
.dt-sc-main-slider rs-module .rs-layer.slideheading {
    background-color: rgba(119, 142, 24, 0.7) !important;
}
.dt-sc-title.with-two-color-bg:before, .dt-sc-title.with-two-color-bg h2 {
    background: #337019;
}
.dt-sc-title.with-two-color-bg:before {
    width: 110%;
}