.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .contactform-content,.mfp-zoom-in .elementor-nav-menu-popup,.mfp-zoom-in .mailchimp-content,.mfp-zoom-in .property-variation-content,.mfp-zoom-in .review_wrapper {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out; }
  .mfp-zoom-in.mfp-ready .contactform-content,.mfp-zoom-in.mfp-ready .elementor-nav-menu-popup,.mfp-zoom-in.mfp-ready .mailchimp-content,.mfp-zoom-in.mfp-ready .property-variation-content,.mfp-zoom-in.mfp-ready .review_wrapper {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8; }
  .mfp-zoom-in.mfp-removing .contactform-content,.mfp-zoom-in.mfp-removing .elementor-nav-menu-popup,.mfp-zoom-in.mfp-removing .mailchimp-content,.mfp-zoom-in.mfp-removing .property-variation-content,.mfp-zoom-in.mfp-removing .review_wrapper {
    transform: scale(.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.elementor-widget-opal-button-contact7.elementor-align-left {
  text-align: left; }

.elementor-widget-opal-button-contact7.elementor-align-center {
  text-align: center; }

.elementor-widget-opal-button-contact7.elementor-align-right {
  text-align: right; }

.elementor-editor-active .mfp-hide {
  display: none !important; }

.shape-custom .elementor-shape {
  top: -11px; }

[data-elementor-columns].no-gutter {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }
  [data-elementor-columns].no-gutter .column-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }

.column-item.portfolio-entries {
  margin-bottom: 30px; }

.elementor-element .owl-carousel.gallery,.entry-gallery .owl-carousel.gallery,.opal-archive-style-4.archive .owl-carousel.site-main,.opal-archive-style-4.blog .owl-carousel.site-main,.owl-carousel.comment-form,.owl-carousel[data-elementor-columns],.owl-carousel[data-opal-columns],.row.owl-carousel,.single .owl-carousel.gallery,.site-footer .owl-carousel.widget-area,.widget .owl-carousel.gallery,body.opal-content-layout-2cl #content .owl-carousel.wrap,body.opal-content-layout-2cr #content .owl-carousel.wrap,body.opal-default-content-layout-2cr #content .owl-carousel.wrap {
  margin-left: 0 !important;
  margin-right: 0 !important; }

[data-elementor-columns="5"] .column-item {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    [data-elementor-columns="5"] .column-item {
      flex: 0 0 20%;
      max-width: 20%; } }

[data-elementor-columns-tablet="5"] .column-item {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    [data-elementor-columns-tablet="5"] .column-item {
      flex: 0 0 20%;
      max-width: 20%; } }

[data-elementor-columns-mobile="5"] .column-item {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    [data-elementor-columns-mobile="5"] .column-item {
      flex: 0 0 20%;
      max-width: 20%; } }

body.opal-layout-boxed .site-header .elementor-section.elementor-section-stretched {
  left: 0 !important; }

.opal-content-layout-2cl .site-content section.elementor-section-stretched,.opal-content-layout-2cr .site-content section.elementor-section-stretched {
  max-width: 100%;
  left: auto !important; }

@media (min-width: 576px) {
  [data-opal-columns="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%; } }

.opal-loading {
  position: relative; }
  .opal-loading:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: a .45s infinite linear;
    -webkit-animation: a .45s infinite linear;
    margin: 30px auto;
    position: absolute;
    left: 50%;
    top: 50%; }

.opal-border-1 {
  position: relative; }
  .opal-border-1:after,.opal-border-1:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e3e3e3;
    content: "";
    width: 1px;
    height: 100px; }
    @media (max-width: 575px) {
      .opal-border-1:after,.opal-border-1:before {
        width: 0; } }
  .opal-border-1:after {
    right: 0; }
  .opal-border-1:before {
    left: 0; }

.elementor-editor-active .site-content-contain {
  overflow: initial;
  z-index: 100; }

:root {
  --scroll-bar: 8px; }

body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important; }

body.has-scrollbar .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important; }

@supports (color: var(--scroll-bar)) {
  body.has-scrollbar .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important; } }

.elementor-shape {
  z-index: 1; }

.elementor-widget ul.menu {
  margin: 0;
  list-style: none; }
  .elementor-widget ul.menu ul {
    list-style: none; }

.elementor-widget .elementor-text-editor p:last-child {
  margin-bottom: 0; }

.elementor-widget-wp-widget-recent-posts li.item-recent-post {
  display: flex;
  padding: .5rem 0;
  border: 0;
  line-height: 26px; }
  .elementor-widget-wp-widget-recent-posts li.item-recent-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden; }

.elementor-widget-wp-widget-recent-posts img {
  margin-right: 15px;
  height: 100%;
  max-width: 80px;
  display: block; }

.elementor-widget-wp-widget-recent-posts .post-date {
  display: block;
  font-size: 12px;
  font-size: .66667rem;
  margin-top: 10px; }

#secondary .elementor-widget-container h5:first-of-type {
  font-size: 18px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 20px; }

#secondary .elementor-widget-wp-widget-recent-posts {
  font-size: 16px;
  font-size: .88889rem; }
  #secondary .elementor-widget-wp-widget-recent-posts a {
    font-weight: 400; }
  #secondary .elementor-widget-wp-widget-recent-posts li {
    border-color: #e0e2e6; }

#secondary .elementor-nav-menu--layout-vertical ul li {
  padding-bottom: 0;
  padding-top: 0;
  border-color: hsla(0,0%,100%,.2); }
  #secondary .elementor-nav-menu--layout-vertical ul li:last-child {
    border-bottom: 0 solid; }

#secondary .elementor-widget-wp-widget-categories .elementor-widget-container h5:first-of-type {
  font-size: 30px;
  font-size: 1.66667rem;
  color: #fff;
  line-height: 40px;
  border-bottom: 3px solid hsla(0,0%,100%,.2);
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: -.5px; }

#secondary .elementor-widget-wp-widget-categories li {
  border-color: hsla(0,0%,100%,.2); }
  #secondary .elementor-widget-wp-widget-categories li:last-child {
    border-bottom: 0 solid; }

#secondary .elementor-widget-wp-widget-categories a {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 300;
  color: #b3bdd1;
  display: block;
  letter-spacing: -.5px; }
  #secondary .elementor-widget-wp-widget-categories a:before {
    content: "";
    width: 0;
    height: 7px;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    transition: all .3s ease; }
  #secondary .elementor-widget-wp-widget-categories a.elementor-item-active,#secondary .elementor-widget-wp-widget-categories a:hover {
    color: #fff; }
    #secondary .elementor-widget-wp-widget-categories a.elementor-item-active:before,#secondary .elementor-widget-wp-widget-categories a:hover:before {
      width: 7px;
      margin-right: 10px; }

.elementor-widget-opal-header-group .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.elementor-widget-opal-account {
  display: flex; }
  .elementor-widget-opal-account.elementor-align-center .elementor-widget-container {
    margin-left: auto;
    margin-right: auto; }
  .elementor-widget-opal-account.elementor-align-left .elementor-widget-container {
    margin-right: auto; }
  .elementor-widget-opal-account.elementor-align-left .site-header-account .account-dropdown {
    right: auto;
    left: 0; }
  .elementor-widget-opal-account.elementor-align-left .site-header-account .account-wrap:before {
    left: 20px; }
  .elementor-widget-opal-account.elementor-align-right .elementor-widget-container {
    margin-left: auto; }

.widget_rooms_cat ul li {
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0; }
  .widget_rooms_cat ul li a {
    color: #afb5bb;
    font-size: 16px;
    font-size: .88889rem; }
  .widget_rooms_cat ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: calc(50% - 2px); }

.parallax-layer {
  position: absolute;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%; }