/*bookingform*/
/* pager */
.children_section {
  margin-top: 60px; }
  .children_section .children_pager {
    background: var(--bg-d-5);
    color: var(--bg-color-associated);
    height: 110px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #dark_theme .children_section .children_pager {
      background: var(--bg-l-5); }
    @media (min-width: 768px) and (max-width: 991px) {
      .children_section .children_pager {
        height: 70px; } }
    @media (max-width: 767px) {
      .children_section .children_pager {
        height: 55px; } }
    .children_section .children_pager .wrap {
      width: calc(100% - 140px);
      border-style: solid;
      border-width: 0 1px;
      border-color: var(--bg); }
      @media (max-width: 991px) {
        .children_section .children_pager .wrap {
          width: 100%; } }
    .children_section .children_pager .item {
      border-right: 1px solid var(--bg); }
      .children_section .children_pager .item:hover, .children_section .children_pager .item:focus {
        outline: none; }
      @media (min-width: 992px) {
        .children_section .children_pager .item.item.slick-current .label {
          background: var(--main);
          color: var(--main-color-associated); } }
      @media (max-width: 991px) {
        .children_section .children_pager .item.item.slick-current .label:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: var(--main);
          height: 3px;
          z-index: 100; } }
      .children_section .children_pager .item .label {
        height: 100%;
        text-align: center;
        padding: 0.5em 1em;
        position: relative;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 991px) {
          .children_section .children_pager .item .label {
            font-size: 0.9em; } }
        .children_section .children_pager .item .label:hover {
          color: var(--secondary-color-associated);
          background: var(--secondary); }
      .children_section .children_pager .item .title {
        font-size: 1.3em;
        line-height: 120%; }
        @media (max-width: 991px) {
          .children_section .children_pager .item .title {
            font-size: 1em; } }
      .children_section .children_pager .item .subtitle {
        font-style: italic;
        line-height: 120%; }
    .children_section .children_pager .arrow {
      position: relative;
      left: auto;
      right: auto;
      margin-top: 0; }
      @media (max-width: 991px) {
        .children_section .children_pager .arrow {
          width: 40px; }
          .children_section .children_pager .arrow:before, .children_section .children_pager .arrow:after {
            width: 15px;
            height: 1px;
            left: 35%; } }
      .children_section .children_pager .arrow:hover {
        background: var(--bg-d-10); }
    .children_section .children_pager .item,
    .children_section .children_pager .arrow {
      height: 110px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .children_section .children_pager .item,
        .children_section .children_pager .arrow {
          height: 70px; } }
      @media (max-width: 767px) {
        .children_section .children_pager .item,
        .children_section .children_pager .arrow {
          height: 55px; } }

.children_previews {
  background: var(--bg); }
  .children_previews .grid .item_wrap {
    background: var(--bg-d-5); }
    .children_previews .grid .item_wrap .content_wrap {
      max-width: 100vw;
      width: 50%;
      color: var(--bg-color-associated); }
      .children_previews .grid .item_wrap .content_wrap .content .title {
        color: var(--bg-color-associated); }
    .children_previews .grid .item_wrap.no_image_available .item .thumb {
      display: none; }
    .children_previews .grid .item_wrap.no_image_available .item .content_wrap {
      width: 100%; }
    .children_previews .grid .item_wrap.odd .item {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      -webkit-align-items: inherit;
      -moz-align-items: inherit;
      align-items: inherit; }
      @media (max-width: 767px) {
        .children_previews .grid .item_wrap.odd .item {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .children_previews .grid .item_wrap.even .item {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      -webkit-align-items: inherit;
      -moz-align-items: inherit;
      align-items: inherit; }
      @media (max-width: 767px) {
        .children_previews .grid .item_wrap.even .item {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .children_previews .grid .item_wrap .thumb {
      background-attachment: scroll;
      background-size: cover;
      background-color: #ccc;
      background-repeat: no-repeat;
      background-position: center;
      width: 50%;
      height: auto; }
      @media (max-width: 767px) {
        .children_previews .grid .item_wrap .thumb {
          width: 100%;
          height: 200px; } }
    .children_previews .grid .item_wrap .content_wrap {
      width: 50%;
      background: var(--bg-d-5);
      color: var(--bg-color-associated); }
      @media (max-width: 767px) {
        .children_previews .grid .item_wrap .content_wrap {
          width: 90%; } }
      .children_previews .grid .item_wrap .content_wrap .title {
        color: var(--bg-color-associated); }
  .children_previews .carousel {
    height: 70vh;
    min-height: 300px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .children_previews .carousel {
        max-height: 600px; } }
  .children_previews .grid_2 {
    margin: 0 auto;
    max-width: 1700px;
    width: 98%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .children_previews .grid_2 {
        gap: 40px;
        width: 100%; } }
    .children_previews .grid_2 .item_wrap {
      height: auto;
      display: flex; }
      @media (min-width: 992px) {
        .children_previews .grid_2 .item_wrap {
          width: calc(33.3% - 20px);
          padding: 10px; } }
      @media (max-width: 991px) {
        .children_previews .grid_2 .item_wrap {
          width: 100%; } }
      .children_previews .grid_2 .item_wrap .item {
        background: var(--bg-d-5);
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
        #dark_theme .children_previews .grid_2 .item_wrap .item {
          background: var(--bg-l-10); }
      .children_previews .grid_2 .item_wrap .thumb {
        background-attachment: scroll;
        background-size: cover;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 70%;
        height: 0;
        display: block;
        position: relative;
        z-index: 10; }
      .children_previews .grid_2 .item_wrap .content_wrap {
        flex-grow: 1; }
        .children_previews .grid_2 .item_wrap .content_wrap .content {
          position: relative;
          z-index: 20;
          text-align: center;
          padding: 3em 1em 1em;
          height: 100%;
          display: flex;
          flex-direction: column; }
          .children_previews .grid_2 .item_wrap .content_wrap .content .description {
            margin-bottom: auto; }
          .children_previews .grid_2 .item_wrap .content_wrap .content .btns_wrap {
            margin-bottom: 25px;
            gap: 20px; }
            .children_previews .grid_2 .item_wrap .content_wrap .content .btns_wrap .book {
              display: inline-block;
              height: 50px;
              overflow: hidden;
              text-align: center;
              position: absolute;
              top: 0; }
              @media (max-width: 767px) {
                .children_previews .grid_2 .item_wrap .content_wrap .content .btns_wrap .book {
                  height: 45px; } }
              .children_previews .grid_2 .item_wrap .content_wrap .content .btns_wrap .book a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                justify-content: center;
                font-family: var(--first-font);
                padding: 0 1em 0;
                height: 100%;
                text-align: center;
                text-decoration: none;
                z-index: 1;
                overflow: hidden;
                position: relative;
                line-height: 120%;
                min-width: 140px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease; }
                .children_previews .grid_2 .item_wrap .content_wrap .content .btns_wrap .book a * {
                  color: inherit;
                  font-weight: inherit; }
                .children_previews .grid_2 .item_wrap .content_wrap .content .btns_wrap .book a:hover, .children_previews .grid_2 .item_wrap .content_wrap .content .btns_wrap .book a:focus {
                  text-decoration: none;
                  outline: none; }
              .children_previews .grid_2 .item_wrap .content_wrap .content .btns_wrap .book a {
                background-color: var(--highlighted);
                color: var(--highlighted-color-associated); }
                .children_previews .grid_2 .item_wrap .content_wrap .content .btns_wrap .book a:hover {
                  background-color: var(--hover);
                  color: var(--hover-color-associated); }
          .children_previews .grid_2 .item_wrap .content_wrap .content .price_wrap {
            display: block;
            margin-bottom: 0.5em;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .children_previews .grid_2 .item_wrap .content_wrap .content .price_wrap:hover .label,
            .children_previews .grid_2 .item_wrap .content_wrap .content .price_wrap:hover .price {
              color: var(--hover); }
            .children_previews .grid_2 .item_wrap .content_wrap .content .price_wrap .label {
              color: var(--secondary); }
            .children_previews .grid_2 .item_wrap .content_wrap .content .price_wrap .price {
              font-size: 1.5em;
              color: var(--bg-color-associated); }
          .children_previews .grid_2 .item_wrap .content_wrap .content .title {
            font-size: 1.5em;
            color: var(--bg-color-associated);
            margin-bottom: 0.2em;
            text-decoration: none;
            line-height: 120%;
            display: block;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .children_previews .grid_2 .item_wrap .content_wrap .content .title:hover {
              color: var(--hover); }
          .children_previews .grid_2 .item_wrap .content_wrap .content .info {
            display: inline-block;
            height: 50px;
            overflow: hidden;
            text-align: center; }
            .children_previews .grid_2 .item_wrap .content_wrap .content .info a {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              justify-content: center;
              height: 100%;
              line-height: 120%;
              position: relative;
              text-transform: none;
              text-decoration: none;
              z-index: 1;
              padding: 0;
              overflow: hidden;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              color: var(--secondary); }
              .children_previews .grid_2 .item_wrap .content_wrap .content .info a * {
                color: inherit;
                font-weight: inherit; }
              .children_previews .grid_2 .item_wrap .content_wrap .content .info a:before {
                display: inline-block;
                margin-right: 0.5em;
                content: '\27f6'; }
              .children_previews .grid_2 .item_wrap .content_wrap .content .info a:hover, .children_previews .grid_2 .item_wrap .content_wrap .content .info a:focus {
                outline: none; }
              .children_previews .grid_2 .item_wrap .content_wrap .content .info a:hover {
                color: var(--hover); }
  .children_previews .wrap:not(.grid_2) .item_wrap {
    background: var(--main); }
    .children_previews .wrap:not(.grid_2) .item_wrap.no_image_available .item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      .children_previews .wrap:not(.grid_2) .item_wrap.no_image_available .item .content_wrap {
        max-width: 700px;
        width: 80%; }
    .children_previews .wrap:not(.grid_2) .item_wrap .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media (min-width: 992px) {
        .children_previews .wrap:not(.grid_2) .item_wrap .item {
          min-height: 300px;
          height: 70vh;
          max-height: 600px; } }
      @media (max-width: 991px) {
        .children_previews .wrap:not(.grid_2) .item_wrap .item {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; } }
    .children_previews .wrap:not(.grid_2) .item_wrap .thumb {
      background-attachment: scroll;
      background-size: cover;
      background-color: #ccc;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media (min-width: 768px) and (max-width: 991px) {
        .children_previews .wrap:not(.grid_2) .item_wrap .thumb {
          height: 350px;
          width: 100%; } }
      @media (max-width: 767px) {
        .children_previews .wrap:not(.grid_2) .item_wrap .thumb {
          height: 200px;
          width: 100%; } }
    .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap {
      width: 40%;
      max-width: 550px;
      background: var(--main);
      color: var(--main-color-associated);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      text-align: center;
      padding: 3em 2.5em; }
      @media (max-width: 991px) {
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap {
          width: 100%;
          padding: 40px;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap {
          padding: 20px 0; } }
      @media (max-width: 991px) {
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content {
          max-width: 600px; } }
      .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .title {
        font-family: var(--first-font);
        line-height: 120%;
        position: relative;
        color: var(--main-color-associated);
        font-size: 1.7em;
        display: block;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .title strong {
          font-weight: normal; }
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .title strong {
          color: var(--highlighted); }
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .title:hover {
          color: var(--hover); }
      .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .subtitle {
        font-family: var(--first-font);
        font-style: italic;
        line-height: 130%;
        position: relative;
        color: var(--secondary);
        font-size: 1.2em;
        display: block;
        text-decoration: none;
        margin-top: 0.5em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .subtitle strong {
          font-weight: inherit; }
      .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .description {
        margin-top: 1em;
        line-height: 130%;
        text-align: left; }
      .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .btns_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin-top: 1.5em; }
        @media (max-width: 991px) {
          .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .btns_wrap {
            margin-top: .5em; } }
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .btns_wrap .read_more a {
          color: var(--secondary); }
          .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .btns_wrap .read_more a:hover {
            color: var(--hover); }
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .btns_wrap .btnCta {
          margin-right: 1em; }
        .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .btns_wrap .btn {
          display: block; }
          .children_previews .wrap:not(.grid_2) .item_wrap .content_wrap .content .btns_wrap .btn + .btn {
            margin-top: 0; }
  @media (max-width: 991px) {
    .children_previews {
      min-height: 0;
      height: auto; } }
  .children_previews .slick-list,
  .children_previews .slick-track,
  .children_previews .item_wrap,
  .children_previews .item,
  .children_previews .wrap {
    height: 100%; }

.mega_details_wrapper.privacy_landing_page .mega_details_content {
  max-width: 1100px; }
  @media (min-width: 1400px) {
    .mega_details_wrapper.privacy_landing_page .mega_details_content .mega_details {
      padding: 80px; } }

/*# sourceMappingURL=post_preview.css.map */
