/*
 Theme Name:   Ilio Magic Child
 Description:  Ilio Magic Child Theme
 Template:     houses
*/

body.left-menu-bar.left-header-style-4 {
  margin-left: 80px; /* 130px */
  margin-right: 0 !important;
}

body.left-menu-bar.left-header-style-4 .leftside-header.header-style-4 {
  right: unset !important;
  left: 0;
  width: 80px !important;
  z-index: 10;
}

body.left-menu-bar.left-header-style-4 #page-wrapper.lordcros-header-overlap header {
  left: 80px !important; /* 130px */
  right: 0 !important;
}

body.left-menu-bar.left-header-style-4 .lordcros-hamburger-menu-wrap {
  right: 0 !important;
  left: 80px; /* 130px */
}

@media (max-width: 767px) {
  body.left-menu-bar.left-header-style-4 {
      margin-left: 60px;
  }
}

img {
    pointer-events: none !important;
}

.hidden {
  display: none !important;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.text-align-center {
  text-align: center;
}

.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.menu-item .sub-menu-dropdown > .menu-item > a {
  text-transform: uppercase !important;
}

.footer-main .footer-widget.widget_media_image {
  margin-bottom: 20px;
}

.post-comments-field {
  display: none;
}

@media (max-width: 767px) {
  .footer-main .footer-widget.widget_media_image {
    text-align: center;
  }
}

/* Sidebar Overrides */

@media (max-width: 767px) {

  header.lordcros-header.header-layout-4 .main-header-wrap, .lordcros-sticky-header.header-layout-4 .main-header-wrap {
    text-align: center !important;
  }

  body.left-menu-bar.left-header-style-4 {
    margin-right: 60px !important;
  }

  body.left-menu-bar.left-header-style-4 .leftside-header.header-style-4 {
      width: 60px !important;
  }
}

/* Sidebar Overrides - END */

/* Lordcros Image Carousel */

.lordcros-shortcode-img-carousel.dots-position-right.dot-navigation-overlay .image-carousel-inner .owl-dots {
  right: 20px;
}

/* Lordcros Image Carousel - END */

/* Lordcros Room Block Carousel  */

.available-rooms-wrap .room-block-view .room-thumbs .room-excerpt {
  position: absolute;
  left: 30px;
  top: 70px;
  /*
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  */
  color: #FFF;
  text-align: justify;
  opacity: 0;
  transition: opacity 1.2s ease-out;
}

.lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap .room-excerpt {
  left: 60px;
  top: calc(15% + 80px);
  padding-right: 60px;
}

.lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs:hover .room-item-wrap .room-excerpt {
  opacity: 1;
}

.lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap:before {
  opacity: 0.3 !important;
}

.lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs:hover .room-item-wrap:before {
  opacity: 0.4 !important;
}

@media (max-width: 991px) {
  .lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap .price-section, .lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap .room-excerpt {
      left: 30px;
      padding-right: 30px;
      max-height: 100px;
      overflow: hidden;
  }
}

/* Lordcros Room Block Carousel - END */

/* Single Item Presentation Shortcode */

.lordcros-shortcode-services.lordcros-shortcode-single-presentation.style4 .service-infobox .service-title {
  color: #FFF;
}

.lordcros-shortcode-services.lordcros-shortcode-single-presentation.style4 .lordcros-shortcode-services-wrapper .services-infoboxes-wrap .service-infobox .brief {
  max-height: 120px;
}

@media (max-width: 767px) {
  .lordcros-shortcode-services.lordcros-shortcode-single-presentation.style4 .lordcros-shortcode-services-wrapper {
    flex-wrap: wrap;
  }

  .lordcros-shortcode-services.lordcros-shortcode-single-presentation.style4 .lordcros-shortcode-services-wrapper .services-thumbs-wrap {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .lordcros-shortcode-services.lordcros-shortcode-single-presentation.style4 .lordcros-shortcode-services-wrapper .services-infoboxes-wrap {
    flex: 1 1 100%;
    max-width: 100%;
    transform: none;
  }

  .lordcros-shortcode-services.lordcros-shortcode-single-presentation.style4 .lordcros-shortcode-services-wrapper .services-thumbs-wrap .service-slider-nav {
    bottom: 0;
    right: 0;
    z-index: 10;
  }
}

@media (max-width: 991px) {
  .lordcros-shortcode-services.lordcros-shortcode-single-presentation.style4 .lordcros-shortcode-services-wrapper .services-infoboxes-wrap .service-infobox {
    min-height: unset;
  }
}

/* Single Item Presentation Shortcode - END */

/* Room Section Shortcode */

.room-section-wrapper .room-section-content {
  display: grid;
  margin: auto;
}

@media only screen and (max-width: 1920px) {
  .room-section-wrapper .room-section-content {
    /* grid-template-columns: 725px 210px 730px; */
    grid-template-columns: 720px 200px 720px;
    /* grid-template-rows: 170px auto 170px; */
    grid-template-rows: 100px auto 100px;
    max-width: 1600px;
  }
}

@media only screen and (max-width: 1600px) {
  .room-section-wrapper .room-section-content {
    /* grid-template-columns: 725px 210px 730px; */
    grid-template-columns: 50% 6% 44%;
    /* grid-template-rows: 170px auto 170px; */
    grid-template-rows: 100px auto 100px;
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .room-section-wrapper .room-section-content {
    display: block;
  }

  .room-section-wrapper .room-section-infobox-wrapper .room-infobox {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.room-section-wrapper .room-section-carousel-wrapper {
  display: block;
  position: relative;
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
  z-index: 2;
}

.room-section-wrapper.inverse-block .room-section-carousel-wrapper {
  grid-column: 2 / span 2;
}

.room-section-wrapper .room-section-carousel-wrapper .room-carousel {
  height: 550px;
  /* background: #af4747; */
  background: #cccccc;
}

.room-section-wrapper .room-section-carousel-wrapper .room-carousel>div {
  height: 100%;
}

.room-section-wrapper .room-section-carousel-wrapper .room-carousel .slick-list>div {
  height: inherit;
}

.room-section-wrapper .room-section-carousel-wrapper .room-carousel .bg-slide {
  height: 100%;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 1600px) {
  .room-section-wrapper .room-section-infobox-wrapper {
    padding: 5.5rem 10% 2.5rem 15%;
  }
}

.room-section-wrapper .room-section-infobox-wrapper {
  display: block;
  position: relative;
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
  z-index: 1;
  /* background: #F7F6F6; */
  background: #fdfdfd;
}

.room-section-wrapper.inverse-block .room-section-infobox-wrapper {
  grid-column: 1 / span 2;
}

.room-section-wrapper .room-section-infobox-wrapper::before {
  /* border: 1px solid #b0b0b0; */
  border: 1px solid #e9ebef;
  content: '';
  height: calc(100% - 20px);
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  width: calc(100% - 20px);
}

@media only screen and (min-width: 1600px) {
  .room-section-wrapper .room-section-infobox-wrapper::before {
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
  }
}

.room-section-wrapper .room-section-infobox-wrapper>div {
  height: 100%;
}

.room-section-wrapper .room-section-misc-wrapper {
  display: block;
  position: relative;
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  height: 100%;
}

.room-section-wrapper .room-carousel>div {
  width: 100%;
  height: 100%;
}

.room-section-wrapper .room-section-carousel-wrapper .carousel-nav {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 0;
  width: 41px;
  height: 66px;
  background: #FFF;
  transform: translateY(-50%);
}

.room-section-wrapper .room-section-carousel-wrapper .carousel-nav .slick-nav-prev, .room-section-wrapper .room-section-carousel-wrapper .carousel-nav .slick-nav-next {
  text-align: center;
  font-size: 20px;
  color: #000;
  /* cursor: pointer; */
}

.room-section-wrapper .room-section-carousel-wrapper .carousel-nav .slick-nav-prev > span, .room-section-wrapper .room-section-carousel-wrapper .carousel-nav .slick-nav-next > span {
  cursor: pointer;
}

.room-section-wrapper .room-section-infobox-wrapper .room-infobox {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: calc(100% - 20px);
}

.room-section-wrapper .room-infobox .infobox-title::after {
  display: block;
  content: '';
  width: 85px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background: #9c9c9c;
}

.room-section-wrapper .room-infobox .infobox-text {
  margin-bottom: 25px;
}

#activities .room-section-wrapper .room-section-infobox-wrapper {
  background: #fafafa;
}

#room-availability-section .room-description {
  padding-right: 100px;
}

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

  #room-availability-section .room-description {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

/* Room Section Shortcode - END */

/* Ninja Forms */

.nf-form-fields-required {
  margin-bottom: 20px;
}

.nf-form-content label {
  font-size: 15px !important;
}

.nf-field-label label {
  font-weight: 400 !important;
}

.nf-form-content input[type=button] {
  background: #1c5e70 !important;
  border-radius: 0 !important;
}

/*
.nf-form-content input:not([type=button]) {
  background: transparent !important;
}
*/

/* Ninja Forms - END */

/* Availability Calendar */

.availability-calendar-wrapper iframe {
  border: 0;
  width: 100%;
  height: 340px;
}

.availability-calendar-wrapper #cal_wrapper {
  width: 100% !important;
}

#cal_wrapper {
 width: 100% !important;
}

.availability-calendar-wrapper #the_months {
  width: auto !important;
}

/* Availability Calendar - END */

/* Single Room */

.single-room-bottom-section {
  margin-top: 60px;
}

.room-template-default .single-room-main-section.container {
  max-width: 98%;
}

.room-template-default .single-room-page-content-area .room-summery {
  background-color: transparent;
}

.single-room-main-section .amenities-title {
  font-weight: 300 !important;
}

.single-room-main-section .amenities-bg-image {
  min-height: 500px !important;
}

.single-room-main-section .amenities-bg-image > .vc_column-inner {
  background-position: center;
  background-repeat: no-repeat;
}

#room-amenities-section .shortcode-icon-box {
  margin-bottom: 10px;
}

#room-amenities-section .shortcode-icon-box-wrapper > .content-inner {

}

#room-amenities-section .shortcode-icon-box-wrapper > .icon-wrap .fa {
  font-size: 18px !important;
}

.single-room-main-section .room-highlights-wrapper .room-highlight {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

.single-room-main-section .room-highlights-wrapper .room-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #c2a264;
}

.single-room-main-section .room-highlights-wrapper .room-highlight:first-child::after {
  display: none;
}

.single-room-main-section .room-highlights-wrapper .room-highlight:first-child {
  padding-left: 0;
}

.single-room-main-section .room-highlights-wrapper .room-highlight:last-child {
  padding-right: 0;
}

.single-room-main-section .room-highlights-wrapper .room-highlight > span {
  font-size: 20px;
  font-weight: 300;
  color: #c4a66d;
}

/* Single Room - END */

/* VC Overrides */

.vc_row.vc_row-has-fill.bg-dark-overlay .vc_column_container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
}

.vc_row.vc_row-has-fill.bg-dark-overlay .vc_column_container .vc_column-inner {
  position: relative;
}

/* VC Overrides - END */

/* Rellax JS Transisitons */

.rellax {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease,-webkit-transform 1s ease;
}

/* Rellax JS Transisitons - END */

.welcome-content .grid {
  display: block;
  width: 100%;
}

.welcome-content .grid.flex {
  display: flex;
  flex-direction: row-reverse;
}

.welcome-content .parallax-left-image {
  position: relative;
  width: 40%;
  /* padding-left: 20px; */
  top: 30px;
  order: 1;
}

.welcome-content .parallax-right-image {
  position: relative;
  top:65px;
  width: 40%;
}

.welcome-content .parallax-image-wrapper {
  padding-left: 20px;
}

.welcome-content .content-inner {
  position: relative;
  z-index: 2;
  width: 60%;
  margin-top: -10vw;
}

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

  .welcome-content .content-inner{
    margin-top: -12vw;
  }
}

.welcome-content .content-inner .content-title > h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 20px;
}

.welcome-content .content-inner .content-text {
  font-size: 1.2em;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 300;
}

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

  body.left-menu-bar.left-header-style-4 {
      margin-right: 0px !important;
  }

  .welcome-content .grid.flex {
    flex-direction: row;
  }

  .welcome-content .parallax-left-image {
    width: 47%;
    order: initial;
    opacity: 0.3;
  }

  .welcome-content .parallax-right-image {
    width: 47%;
    order: initial;
    opacity: 0.3;
  }

  .welcome-content .content-inner {
    width: 100%;
    padding: 0 2%;
  }

  .rellax {
    transform: translate3d(0,0,0) !important;
  }

}

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

  .welcome-content .grid.flex {
    display: block;
  }

  .welcome-content .parallax-image-wrapper {
    padding-left: 0;
  }

  .welcome-content .parallax-left-image {
    width: 100%;
    order: initial;
    margin-bottom: 25px;
    opacity: 1;
  }

  .welcome-content .parallax-right-image {
    display: none;
    width: 100%;
    order: initial;
    top: 0;
    margin-bottom: 25px;
    opacity: 1;
  }

  .welcome-content .content-inner {
    margin-top: 40px;
  }

  .rellax {
    transform: translate3d(0,0,0) !important;
  }

}

/* Custom Availability Check (Layout 2) */

.room-search-form.custom  {
    background-color: #151b2e;
    border-radius: 2px;
    /* padding: 30px; */
}

.room-search-form.custom .form-input-area #form-check-in {
  position: relative;
    background-color: #0b0f1c;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 11px 20px;
}

.room-search-form.custom.layout-2 {
  background: transparent;
}

.room-search-form.custom.layout-2 .availability-input-wrapper {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}

.room-search-form.custom.layout-2 .availability-input-wrapper input {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 4px;
  /* border-bottom: 1px solid #c7c7c7; */
}

.room-search-form.custom.layout-2 .availability-input-wrapper input::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  margin-top: 10px;
}

.room-search-form.custom.layout-2 .availability-input-wrapper.datepicker-wrapper input {
  background: url('/../../../../wp-content/themes/houses-child/images/calendar-gray.svg');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: contain;
}

.room-search-form.custom.layout-2 .availability-button-wrapper {
  width: 100%;
  text-align: center;
}

.room-search-form.custom.layout-2 .check-availability-btn {
  position: relative;
  width: inherit;
  padding: 18px 25px;
  text-transform: uppercase;
  border: 2px solid #c2a264;
  background-color: transparent;
  /* color: #7d7d7d; */
}

.room-search-form.custom.layout-2 .check-availability-btn > span {
  color: #7d7d7d;
}

.room-search-form.custom.layout-2 .check-availability-btn:hover > span {
  color: #FFF;
}

.room-search-form.custom.layout-2 .check-availability-btn::after {
  content: '';
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c2a264;
  -ms-transform-origin: left;
  transform-origin: left;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: -1;
  transition: .4s;
}

.room-search-form.custom.layout-2 .check-availability-btn:hover::after {
  transform: scaleX(1);
}

.room-search-form.custom.layout-2 label {
  text-transform: uppercase;
  font-weight: 300;
}

/* Custom Availability Check (Layout 2) - END */

/* Custom Availability Check (Layout 1) */

.room-search-form.custom  {
    background-color: #151b2e;
    border-radius: 2px;
}

.room-search-form.custom .form-input-area #form-check-in {
  position: relative;
  background-color: #0b0f1c;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 11px 20px;
}

.room-search-form.custom.layout-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
}

.room-search-form.custom.layout-1 .availability-item-wrapper, .room-search-form.custom.layout-1 .availability-button-wrapper {
  flex: 1 1 0px;
  padding: 0 15px 0 15px;
}

.room-search-form.custom.layout-1 .availability-item-wrapper {
  border-right: 1px solid #CCC;
}

.room-search-form.custom.layout-1 .availability-item-wrapper.guests {
  border-right: 0 !important;
}

.room-search-form.custom.layout-1 .availability-input-wrapper {
  padding-bottom: 8px;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #c7c7c7; */
}

.room-search-form.custom.layout-1 .availability-input-wrapper input {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 4px;
  font-size: 22px;
  font-weight: 600;
  color: #C3A366;
}

.room-search-form.custom.layout-1 .availability-input-wrapper input:hover {
  cursor: pointer;
}

/*
.room-search-form.custom.layout-1 .availability-input-wrapper input::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  margin-top: 10px;
}
*/

.room-search-form.custom.layout-1 .availability-input-wrapper.datepicker-wrapper input {
  background: url('/../../../../wp-content/themes/houses-child/images/calendar-gray.svg');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: contain;
}

.room-search-form.custom.layout-1 .availability-button-wrapper {
  width: 100%;
  text-align: center;
}

.room-search-form.custom.layout-1 .check-availability-btn {
  position: relative;
  width: inherit;
  padding: 18px 25px;
  text-transform: uppercase;
  border: 2px solid #c2a264;
  background-color: transparent;
  /* color: #7d7d7d; */
}

.room-search-form.custom.layout-1 .check-availability-btn > span {
  color: #7d7d7d;
}

.room-search-form.custom.layout-1 .check-availability-btn:hover > span {
  color: #FFF;
}

.room-search-form.custom.layout-1 .check-availability-btn::after {
  content: '';
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c2a264;
  -ms-transform-origin: left;
  transform-origin: left;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: -1;
  transition: .4s;
}

.room-search-form.custom.layout-1 .check-availability-btn:hover::after {
  transform: scaleX(1);
}

.room-search-form.custom.layout-1 .availability-label-wrapper {
  margin-bottom: 15px;
}

.room-search-form.custom.layout-1 label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

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

  .room-search-form.custom.layout-1 .availability-item-wrapper:nth-child(-n+2){
    flex-basis: 60px;
  }

  .room-search-form.custom.layout-1 .availability-input-wrapper input {
    font-size: 17px;
  }
}

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

  .room-search-form.custom.layout-1 .availability-button-wrapper {
    flex-basis: 100%;
    margin: 20px 20% 0 20%;
  }
}

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

  .room-search-form.custom.layout-1 .availability-item-wrapper {
    flex-basis: 100% !important;
    border: 0 !important;
    margin: 0 20px;
  }

  .room-search-form.custom.layout-1 .availability-button-wrapper {
    margin: 20px 10% 0 10%;
  }
}

/* Custom Availability Check (Layout 1) - END */

/* Homepage Experiences Section */

.lordcros-shortcode-services.style4.experiences-section .lordcros-shortcode-services-wrapper .services-infoboxes-wrap {
  z-index: 0;
}

.lordcros-shortcode-services.style4.experiences-section .lordcros-shortcode-services-wrapper .services-infoboxes-wrap .service-infobox .service-infobox-wrap {
  max-width: 200px;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {

  .lordcros-shortcode-services.style4.experiences-section .lordcros-shortcode-services-wrapper .services-infoboxes-wrap .service-infobox .service-infobox-wrap {
    max-width: 140px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 700px) {

  .lordcros-shortcode-services.style4.experiences-section .lordcros-shortcode-services-wrapper .services-infoboxes-wrap .service-infobox .service-infobox-wrap {
    max-width: 60px;
  }
}

/* Homepage Experiences Section - END */

/* Header Layout 3 Social Icons */

header.lordcros-header.header-layout-3 .header-right-part .social-icons-wrapper {
  display: inline-flex;
  align-items: center;
  margin-right: 4.38rem;
}

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

  header.lordcros-header.header-layout-3 .header-right-part .social-icons-wrapper {
    margin-right: 1rem;
  }
}

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

  header.lordcros-header.header-layout-3 .header-right-part .social-icons-wrapper {
    display: none;
  }
}

header.lordcros-header.header-layout-3 .header-right-part .social-icons-wrapper .lordcros-social-buttons > .lordcros-social-button a {
  color: #FFF !important;
}

/* Header Layout 3 Social Icons - END */

/* Image Split */

.image-split {
  position: relative;
  width: 100%;
}

.image-split .image-split-inner {
  height: 600px;
}

.image-split .image-split-inner .image-split-left {

  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: width 1s;
}

.image-split .image-split-inner .image-split-left > span {
  position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

}

.image-split .image-split-inner span.left-bg-image {
  background-image: url('//iliomagic.gr/wp-content/themes/houses-child/images/split-left-bg.jpg');
}

.image-split .image-split-inner .image-split-right {

  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: width 1s;
}

.image-split .image-split-inner span.right-bg-image {
  background-image: url('//iliomagic.gr/wp-content/themes/houses-child/images/split-right-bg.jpg');
}

.image-split .image-split-inner .image-split-right > span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.moz-background-picture {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/* Image Split - END */

/* Book Now Widget */

.book-now-widget {
  position: fixed;
  display: table;
  /* padding: 20px 20px; */
  height: 122px;
  width: 120px;
  top: 122px;
  background: #c3a366;
}

.book-now-widget > div {
  display: table;
  height: inherit;
  width: inherit;
  padding: 20px;
}

.book-now-widget > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.book-now-widget > div > div a {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
}

.book-now-widget > div > div a:hover {
  color: #FAFAFA;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .book-now-widget {
    height: 90px;
    width: 89px;
    top: 90px;
  }

  .book-now-widget > div {
    padding: 10px;
  }
}

/* Book Now Widget - END */

/* WPML */

.wcml_language_switcher {
  display: inline-flex;
    align-items: center;
  margin-right: 40px;
}

.wcml_language_switcher ul {
  list-style: none;
  padding: 5px 0;
  margin-bottom: 0;
  margin-right: 35px;
  cursor: default;
}

.wcml_language_switcher ul li {
  /* display: inline-block; */
  display: block;
  font-size: 0.56em;
  padding: 0 3px;
}

.wcml_language_switcher a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  text-transform: uppercase;
  background: transparent;
}

.wpml-ls-legacy-dropdown {
  width: auto;
}

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  color: #FFF;
  background: transparent;
  text-decoration: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:empty {
  border-top: 0 !important;
}

ul.wpml-ls-sub-menu li a {
  font-size: 14px;
}

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

  header.lordcros-header.header-layout-3 .header-right-part .wcml_language_switcher {
    margin-right: 1rem !important;
  }
}

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

  header.lordcros-header.header-layout-3 .main-header-wrap .header-right-part .wcml_language_switcher {
    display: inline-flex !important;
  }

  /*
  header.lordcros-header.header-layout-3 .main-header-wrap .header-right-part .language-picker-arrange {
    display: inline-flex !important;
  }
  */

  /*
  .wcml_language_switcher {
    display: inline-flex !important;
  }
  */
}

/* WPML - END */

/* Rooms Carousel Fix */

.lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap .room-excerpt {
  top: calc(15% + 110px) !important;
}

/* Rooms Carousel Fix - END */

/* Envira Gallery */

.envirabox-caption-wrap {
  display: none;
}

/* Envira Gallery - END */

/* Mobile fixes */

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

  header.lordcros-header.header-layout-3 .main-header-wrap .header-right-part .lordcros-burger-wrapper, .lordcros-sticky-header.header-layout-3 .main-header-wrap .header-right-part .lordcros-burger-wrapper {
      padding: 20px 18px !important;
  }

  .lordcros-sticky-header.header-layout-3 .lordcros-burger-wrapper {
      padding: 20px 18px !important;
      min-width: 77px !important;
      min-height: 88px !important;
  }

  .book-now-widget {
      height: 90px;
      width: 77px;
      top: 90px;
  }

  .book-now-widget > div > div a {
    font-size: 16px;
  }
}

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

  header.lordcros-header.header-layout-3 .main-header-wrap .header-right-part .lordcros-burger-wrapper, .lordcros-sticky-header.header-layout-3 .main-header-wrap .header-right-part .lordcros-burger-wrapper {
      padding: 20px 16px !important;
  }

  .lordcros-sticky-header.header-layout-3 .lordcros-burger-wrapper {
      padding: 20px 16px !important;
      min-width: 68px !important;
      min-height: 88px !important;
  }

  .book-now-widget {
      width: 68px;
  }

  #slider-dreams-caption .tp-caption {
    font-size: 15.5px !important;
  }

}

@media only screen and (max-width: 1701px) and (min-width: 1198px) {

  .lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap .room-title {
    left: 40px !important;
    padding-right: 40px !important;
  }

  .available-rooms-wrap .room-block-view .room-thumbs .room-title a {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1362px) and (min-width: 1198px) {

  .available-rooms-wrap .room-block-view .room-thumbs .room-title a {
    font-size: 16px !important;
  }

  .lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap .room-excerpt {
    top: calc(15% + 135px) !important;
  }
}

@media only screen and (max-width: 640px) and (min-width: 575px) {

  .available-rooms-wrap .room-block-view .room-thumbs .room-title a {
    font-size: 22px !important;
  }
}

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

  .lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap .price-section, .lordcros-shortcode-rooms .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap .room-excerpt {
    left: 60px !important;
  }
}

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

  .heading-mb-sm {
    font-size: 46px !important;
  }
}

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

  .heading-mb-sm {
    font-size: 40px !important;
  }
}


/* Mobile fixes - END */

/* Overview Page Responsive Fixes */

@media only screen and (max-width: 1362px) and (min-width: 992px) {

  .overview-rooms-wrapper .available-rooms-wrap .room-block-view .room-thumbs .room-title a {
    font-size: 16px !important;
  }

  .lordcros-shortcode-rooms.overview-rooms-wrapper .lordcros-shortcode-rooms-wrapper.available-rooms-wrap .room-block-view .room-thumbs .room-item-wrap .room-excerpt {
    top: calc(15% + 100px) !important;
  }
}


/* Overview Page Responsive Fixes - END */


.vc_images_carousel .vc_carousel-indicators li {
  border: 1px solid #FFF !important;
  background-color: #FFF !important;
}

.vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: transparent !important;
}

/* Menu Stay Keep it always open */

/*
#menu-main-navigation .menu-item.menu-stay > .sub-menu-dropdown {
  animation-duration: 0.25s !important;
  animation-fill-mode: both !important;
  animation-name: nav_menu_leftanim_open !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: unset;
}

.lordcros-hamburger-menu-wrap nav.hamburger-navigation .hamburger-menu-navigation li.menu-item.menu-item-has-children:hover > a span:before {
  opacity: 0 !important;
}

.mobile-navigation-content .menu-item.menu-stay > .sub-menu-dropdown {
  display: block !important;
}
*/

/* Menu Stay - END */

/* Mobile Menu */

.mobile-nav .lordcros-mobile-nav li .drop-nav {
  /* right: 20px !important; */
  /* padding: 0px 20px; */
}

.mobile-nav .lordcros-mobile-nav li.menu-item .drop-nav .lordcros-angle-down {
  /* padding: 10px; */
  font-size: 14px;
}

.mobile-nav .menu-item.menu-stay > .sub-menu-dropdown {
  animation-duration: 0.25s !important;
  animation-fill-mode: both !important;
  animation-name: nav_menu_leftanim_open !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: unset;
}

.mobile-nav .menu-item.menu-stay > .sub-menu-dropdown {
  display: block !important;
}

.mobile-nav .menu-item.menu-stay > .drop-nav {
  visibility: hidden;
}

/* Mobile Menu - END */
