/*!

* Custom Style Sheet for all Modifications Code

!*/


/* Code for Experiences Full width Scroll Based Image Slideshow START */


/*
.c-explore-banners {
    overflow:hidden;
    position:relative;
    height: 90vh;
}

.full-ex-banner {
    position:relative;
    top:0px;
    opacity: 1;
    transition:all 1s ease 0s;
}

.full-ex-banner.active {

    opacity:1;
}


.full-ex-banner .c-explore-banner__content {
    opacity: 0;
       /* in the below Property, The values with "S" is the Time after which the Content will Appear
        The Values are in the following manner **  transition: all <animation time> <ease [Animation type]> <animation Delay> **
    
    transition: all 0.5s ease 1s;
    z-index:9;
}

.full-ex-banner.active .c-explore-banner__content {
    opacity: 1;
}

.inner-frame.explore-banner {
    transition: all 1s ease 0s;
}

.banner-img-container::after {
    content: ' ';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    opacity: 0;
    /* in the below Property, The values with "S" is the Time after which the black Overlay will Appear
        The Values are in the following manner **  transition: all <animation time> <ease [Animation type]> <animation Delay> **
    
    transition: all 0.3s ease 1s;
}


.banner-img-container {
    position: relative;
}

.full-ex-banner.active .banner-img-container::after  {
    opacity: 1;
}

.c-explore-banner__content {
    right: 20px;
}




.fa.fa-info-circle.info_popover {
    position: absolute;
    top: -7px;
    right: 0px;
    border-radius: 40px;
    padding: 0px;
    z-index: 999999;
    cursor: pointer;
    font-size: 11px;
    font: normal normal normal 16px/1 FontAwesome;
    background: #000;
}




.bf_submit_popup.visible {
  position: fixed;
  top: 30%;
  background: #323139;
  left: 50%;
  transform: translate(-50%);
  padding: 20px;
  color: #F5f5f5;
  z-index: 999;
  width: 90%;
  max-width: 750px;
}

.bf_submit_popup.visible h2 {
  margin: 8px 0px 30px;
}

.bf_submit_popup.visible p {
  font-size: 18px;
  line-height: 30px;
}

.bf_submit_popup.visible .cta_btn_wrap a {
  background: #be7250;
  color: #FFF;
  padding: 10px 45px;
  text-align: left;
  margin-top: 5px;
  float: left;
}


.full_page_overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.7);
  right: 0px;
  z-index: 99;
}


@media only screen and (max-width: 967px) {

    .c-explore-banners {
        max-height: 500px;
    }

    .full-ex-banner .banner-img-container {
        width: 120%;
    }

    .full-ex-banner .c-explore-banner__content .c-explore-banner__text {
        font-size: 14px;
    }

}

@media only screen and (max-width:576px) {
    .full-ex-banner .banner-img-container {
        width: 165%;
    }
    
    .c-explore-banners {
        max-height: 380px;
    }

    .full-ex-banner .c-explore-banner__content {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .full-ex-banner .c-explore-banner__content .c-explore-banner__text {
        font-size: 12px;
    }   


    .bf_submit_popup.visible p {
      font-size: 17px;
      line-height: 24px;
    }

    .bf_submit_popup.visible h2 {
        margin: 5px 0px 22px;
    }

    .bf_submit_popup.visible {
      position: absolute;
      top:50%;
    }



}
/*

/* Code for Experiences Full width Scroll Based Image Slideshow START */



/* Property Archive Search Breadcrumbs Style Starts */


.selected-filters span.ua_selection {
    background: #BE7251;
    padding: 5px 15px;
    float: left;
    margin: 5px 5px;
    color: #FFF;
    font-weight: 500;
    box-shadow: 3px 2px 6px -2px #636363;
}

.selected-filters > div {
    float: left;
    /* width: initial; */
    display: inline-block;
}

.selected-filters a.close-btn img {
    max-width: 15px;
    margin-left: 3px;
}

.selected-filters a.close-btn {
    cursor:pointer;
}

h2.select-filters-heading {
    font-weight: 300;
    color: #a05a3c;
    font-size: 20px;
    letter-spacing: 4px;
}

.filters-block-wrap {
    display:none;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}


.menu.menu-scrollable .owl-stage {
  width: 260% !important;
}


@media only screen and (max-width: 576px) {

    .selected-filters span.ua_selection {
        padding: 8px 10px;
        font-size: 13px;
    }
}

/* Property Archive Search Breadcrumbs Style ENDS */






/* SLIDING CONTACT FORM STYLE STARt */




/* Contact form Sliding CSS */

div#contact_popup.is-closed {
    display: none;
    background: #3a3942;
    padding-top: 10px;
  }
  
  .expandable-c-form .frm_fields_container .frm_form_field.frm_half {
    float: left;
    width: 48%;
    margin-bottom: 10px;
    margin-left: 2%;
  }
  
  .expandable-c-form .frm_hidden {
    display: none;
  }
  
  .expandable-c-form legend.frm_screen_reader {
    border: none;
    display: none;
  }
  
  .expandable-c-form .frm_fields_container .frm_form_field.frm_half label {
    width: 100%;
    font-weight: 300;
  }
  
  .expandable-c-form .frm_fields_container .frm_form_field.frm_half input, .expandable-c-form .frm_fields_container .frm_form_field.frm_half select {
    width: 100%;
    height: 42px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #53525a;
    border-color: #cccccc;
    border-width: 0px;
    border-style: solid;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: none;
  }
  
  .expandable-c-form .frm_fields_container .frm_form_field.frm_half.frm_first {
    margin-left: 0px;
  }
  
  .expandable-c-form .frm_fields_container .frm_form_field.frm_half input[type="radio"] {
    width: initial;
    height: initial;
  }
  
  .expandable-c-form .frm_fields_container .frm_form_field.frm_half .frm_radio label {
    float: left;
    width: initial;
    margin-right: 3%;
  }
  
  .expandable-c-form .frm_submit.at_hide + p.text-grey {
    float: left;
    width: 100%;
    clear: both;
  }
  
  .expandable-c-form .frm_submit.at_hide {
    float: left; 
    width: 100%;
  }
  
  .expandable-c-form .frm_button_submit {
    padding: 1rem 2rem !important;
    font-size: 1.3rem !important;
  }
  
  .expandable-c-form .frm_fields_container .frm_form_field.frm_none_container {
    width: 100%;
    float: left;
  }
  
  div#contact_popup .exp-contact-form-wrap {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
  }
  
  .expandable-c-form .frm_fields_container .frm_form_field.frm_half.horizontal_radio label {
    margin-bottom: 15px;
  }
  
  
  .expandable-c-form .close-wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: right;
    padding-right: 25px;
  }
  
  .expandable-c-form .close-wrap i {
    color: #ccc;
    font-size: 26px;
    cursor:pointer;
  }
  

    
  .expandable-c-form .frm_error {
    color: #ff3434;
    font-weight: normal !important;
}

#frm_field_493_container {
    height: 94px;
}


.expandable-c-form .frm_message {
    background: #BE7251;
    padding: 2px 5px;
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
}

.expandable-c-form .frm_message p {
    margin-bottom: 0px;
}


.post-type-archive-property i.ourAwardsBronze {
  position: absolute;
  top: -5px;
  right: 0px;
}

.property-template-default .bx-controls .bx-pager.bx-default-pager {
  position: relative;
  top: -5px;
}

.property-template-default .bx-controls {
  position:relative;
}

.c-page-nav__nav-item {
  position: relative;
}

.property-template-default .bx-wrapper .bx-controls-direction a {
  top: -30px !important;
}

.c-page-nav__wrap ol.flickity-page-dots {
  display: none;
}

  
  @media only screen and (max-width: 1200px) {
  
      div#contact_popup .exp-contact-form-wrap {
        padding: 0px 25px;
      }
  }
  
  
  @media only screen and (max-width: 576px) {

    
    .single-bespoke-itinerary .bx-wrapper .bx-pager {
      bottom: 0px;
    }


    .post-type-archive-property i.ourAwardsBronze {
      top: 0px;
      }


    .expandable-c-form .frm_fields_container .frm_form_field.frm_half {
      width: 100%;
      margin-left: 0px;
    }
  
    .expandable-c-form h2.headline {
      margin-bottom: 0px;
    }
  
    .expandable-c-form .frm_fields_container .frm_form_field.frm_half input, .expandable-c-form .frm_fields_container .frm_form_field.frm_half select {
      height: 33px;
      font-size: 13px !important;
    }
  
    .expandable-c-form .frm_fields_container .frm_form_field.frm_half label {
      margin-bottom: 0px;
      font-size: 11px;
    }
  
    .expandable-c-form .frm_fields_container .frm_form_field.frm_half.horizontal_radio label {
      margin-bottom: 5px;
    } 
  
    .exp-contact-form-wrap {
      overflow-y: scroll;
      height: calc(100vh - 126px);
    }
  
    .expandable-c-form h2.headline {
      font-size: 15px;
      margin-bottom: 10px;
    }
  
    .expandable-c-form h2.headline + p {
      display: none;
    }
  
    .expandable-c-form .frm_submit.at_hide + p.text-grey {
      font-size: 12px !important;
    }
  
  }



/* SLIDING CONTACT FORM STYLE END */
  
  
  
/* Radio Buttons on Enquire form (Brendan 20 Nov 2024) */
.frm_opt_container,
.frm_opt_container .frm_radio {display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;overflow:auto;flex-direction:row;margin:0;padding:0;}
.frm_radio {margin-right:1.5em!important;}
.frm_radio label {float:none!important; margin:0!important;}  

.frm_radio input[type="radio"] {
border:1px solid #bfc3c8 !important;
	border-radius: 50% !important;
	width:16px !important;
	height:16px !important;
	padding:2px !important;
	margin:3px !important;
}

.frm_radio  input[type=radio]:before {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
border-color:#BE7251 !important;
    margin:0px !important;
}
  
  
  
  
  