/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src-wordpress/src/wp-content/themes/furtunio-child/assets/sass/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "AvertaStd";
  src: url(acb1c9f78df6f816b650.eot);
  src: url(acb1c9f78df6f816b650.eot?#iefix) format("embedded-opentype"), url(ef5bd05a344cc0cfa758.woff2) format("woff2"), url(1728d873a4dd2587f2f4.woff) format("woff"), url(ae8ffb7f55bb1463d4d1.ttf) format("truetype"), url(be128cfa968174140e95.svg#AvertaStd-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaStd";
  src: url(37b583ce5f1499a6d238.eot);
  src: url(37b583ce5f1499a6d238.eot?#iefix) format("embedded-opentype"), url(c88c46263b46adf764ae.woff2) format("woff2"), url(ba6f9fa60d688bfb2214.woff) format("woff"), url(0b55e41fee953124a321.ttf) format("truetype"), url(080e7801742c65f40026.svg#AvertaStd-Semibold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaStd";
  src: url(a27db43a3d42495df0c5.eot);
  src: url(a27db43a3d42495df0c5.eot?#iefix) format("embedded-opentype"), url(2952ae6d8bcb2106af1e.woff2) format("woff2"), url(7c1283c4a09f9dfed53d.woff) format("woff"), url(7e6ca6f7518a9a96fafe.ttf) format("truetype"), url(f742a631c7a65c8d694f.svg#AvertaStd-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
img {
  max-width: 100%;
  height: auto;
}

table {
  max-width: 100%;
}
table th, table td {
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
}

body table th {
  font-weight: 700 !important;
  font-family: inherit;
}
body table td {
  background: #000 !important;
  color: #fff !important;
}
body table td:empty {
  position: relative;
  overflow: hidden;
}
body table td:empty:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
}
body table td:empty:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: #000;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 99%);
          clip-path: polygon(0 0, 0 100%, 100% 99%);
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  left: -3px;
  bottom: -2px;
}

body {
  font-family: "AvertaStd", "Roboto", "Open Sans", "Lato", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
}
body h1, body h2, body h3, body h4, body h5, body h6,
body p,
body a,
body input table th,
body table td {
  text-transform: inherit;
  font-family: "AvertaStd", "Roboto", "Open Sans", "Lato", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.color-primary {
  color: #B8984B;
}

.color-inherit {
  color: inherit;
}

.bg-color-primary {
  background-color: #B8984B;
}

.body_style_fullscreen .page_content_wrap {
  background: #000;
}

header.top_panel_custom_header-default {
  background-color: #000;
}
header.top_panel_custom_header-default:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #000;
  z-index: 2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 50% 100%, 0% 30%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 50% 100%, 0% 30%);
}
header.top_panel_custom_header-default:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #BE9E4B;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 50% 100%, 0% 30%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 50% 100%, 0% 30%);
}
header.top_panel_custom_header-default a {
  color: #fff;
}
header.top_panel_custom_header-default .search-container {
  max-width: 220px;
}
@media screen and (max-width: 1400px) {
  header.top_panel_custom_header-default .search-container {
    max-width: 190px;
  }
}
header.top_panel_custom_header-default .search_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 42px;
}
header.top_panel_custom_header-default .search_style_normal.search_wrap .search_field {
  padding-left: 0 !important;
  padding-top: 0 !important;
  width: 100%;
  max-width: 180px;
  font-size: var(--theme-font-menu_font-size);
  border-bottom: none;
}
@media screen and (max-width: 1550px) {
  header.top_panel_custom_header-default .search_style_normal.search_wrap .search_field {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  header.top_panel_custom_header-default .search_style_normal.search_wrap .search_field {
    font-size: 13px;
    max-width: 140px;
  }
}
header.top_panel_custom_header-default .search_submit {
  left: inherit;
  right: 10px;
  top: -5px;
  font-size: 17px;
}

@media screen and (max-width: 1550px) {
  .sc_layouts_menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .sc_layouts_menu li a {
    font-size: 14px;
  }
}

#header_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#header_right > li + li {
  position: relative;
  left: 25px;
}
@media screen and (max-width: 1470px) {
  #header_right > li + li {
    left: 20px;
  }
}

.headline {
  display: inline-block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  padding-bottom: 30px;
}
.headline.headline-center {
  margin: 0 auto;
}
.headline:before, .headline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 133px;
  height: 6px;
  background-color: #B8984B;
  z-index: 1;
}
.headline:after {
  left: 133px;
  background-color: #D6C295;
}
.headline.headline-big:before, .headline.headline-big:after {
  width: 50%;
  height: 16px;
}
.headline.headline-big:after {
  left: 50%;
}

.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container input {
  background: rgba(255, 255, 255, 0.2) !important;
  border: 0;
  outline: none;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.gform_wrapper .select_container select {
  background: rgba(255, 255, 255, 0.2) !important;
  padding-top: 7px;
}
.gform_wrapper .select_container select:focus {
  background: rgba(255, 255, 255, 0.2) !important;
}
.gform_wrapper .gform_button[type=submit] {
  margin: 30px auto 0;
  width: 100%;
  max-width: 540px;
  border-radius: 30px;
  font-family: inherit;
  background: #B8984B;
}

.gform_wrapper.gravity-theme .gform_validation_errors > ol a {
  color: red !important;
}

body.search-results .posts_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
body.search-results .posts_container .post_layout_excerpt {
  margin-top: 0;
  width: -webkit-calc(33.333% - 20px);
  width: -moz-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
}

.hs-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-product-list .col {
  width: -webkit-calc(33.33% - 20px);
  width: -moz-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .hs-product-list .col {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .hs-product-list .col {
    width: 100%;
  }
}

.item-product .thumbnail-wrapper {
  position: relative;
  cursor: pointer;
}
.item-product .thumbnail-wrapper img {
  width: 100%;
}
.item-product .thumbnail-wrapper:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.item-product .thumbnail-wrapper:hover .attributes {
  opacity: 1;
}
.item-product .thumbnail-wrapper .attributes {
  list-style: none;
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 10%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.item-product .view-in-roomvo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.item-product .title {
  text-align: center;
  margin: 35px 0 0;
  font-weight: lighter;
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .item-product .title {
    font-size: 24px;
  }
}
.item-product .title span {
  display: block;
}

#product-gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#product-gallery-popup .btn-close {
  position: absolute;
  z-index: 100;
  top: 50px;
  right: 50px;
  font-size: 30px;
  cursor: pointer;
}
#product-gallery-popup .btn-close .icon-close:before {
  position: relative;
  z-index: 1;
  content: "\e9e1";
  font-family: "fontello";
  line-height: 1;
  text-align: center;
  font-style: normal;
}
#product-gallery-popup .popup-content {
  margin: 0 auto;
}
#product-gallery-popup .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
#product-gallery-popup .swiper-slide:before {
  content: "Loading";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product-gallery-popup .swiper-arrow {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}
#product-gallery-popup .swiper-arrow:after {
  font-size: 30px;
}

.hs-popup-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
}
.hs-popup-content.active {
  z-index: 1000;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hs-popup-content .inner-content {
  max-width: 466px;
  padding: 50px;
  width: 100%;
  background-color: #fff;
}
.hs-popup-content .hs-popup-link {
  color: inherit;
}
.hs-popup-content .popup-title {
  color: #000;
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  .hs-popup-content .popup-title {
    font-size: 24px;
  }
}
.hs-popup-content .popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
}
.hs-popup-content .popup-buttons a {
  display: inline-block;
  padding: 10px 20px;
  background: #000;
  color: #fff;
}
