@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap);
/**
 * DESIGN VARS
 */
/**
 * BOOTSTRAP VARS
 */
.b-color-primary {
  color: #3E636D;
}

.b-bg-primary {
  background-color: #3E636D;
}

.b-color-secondary {
  color: #BD9B63;
}

.b-bg-secondary {
  background-color: #BD9B63;
}

.b-font-primary {
  font-family: "Jost";
}

.b-weight-thin {
  font-weight: 300;
}

.b-weight-medium {
  font-weight: 500;
}

.site-wrapper {
  padding-top: 108px !important;
}
.site-wrapper .navbar-wrapper {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
}
.site-wrapper .navbar-wrapper .navbar-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.site-wrapper .navbar-wrapper .navbar-container .logo-wrapper {
  padding: 32px 0;
  display: block;
  height: 100%;
}
.site-wrapper .navbar-wrapper .navbar-container .logo-wrapper .logo {
  height: 100%;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 80px;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  height: 100%;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .current-menu-parent .item-wrapper > a {
  color: #BD9B63 !important;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 9px;
  text-transform: uppercase;
  color: #3E636D;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .item-wrapper .nav-link {
  transition: 0.3s ease;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .item-wrapper .nav-link:hover {
  color: #BD9B63;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .sub-menu {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  background-color: #fff;
  max-height: 0;
  padding: 0 36px 10px;
  overflow: hidden;
  transition: 0.3s ease;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .sub-menu .menu-item .nav-link {
  transition: 0.3s ease;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .sub-menu .menu-item .nav-link:hover {
  color: #BD9B63;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .sub-menu .menu-item.current-menu-item .nav-link {
  color: #BD9B63;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item.menu-item-has-children::after {
  position: relative;
  top: -3px;
  margin-left: -6px;
  margin-right: 6px;
  height: 10px;
  width: 10px;
  border-right: solid 2px #3E636D;
  border-bottom: solid 2px #3E636D;
  transform: rotateZ(45deg);
  content: "";
  transition: 0.3s ease;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item.menu-item-has-children:hover .sub-menu {
  max-height: none;
  height: auto;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item.menu-item-has-children::after {
  border-right: solid 2px #BD9B63;
  border-bottom: solid 2px #BD9B63;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item.current-menu-item .item-wrapper .nav-link {
  color: #BD9B63;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item.current-menu-item.menu-item-has-children:hover .sub-menu {
  max-height: none;
  height: auto;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item.current-menu-item.menu-item-has-children:hover .sub-menu .nav-link {
  color: #BD9B63;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item.current-menu-item.menu-item-has-children::after {
  border-right: solid 2px #BD9B63;
  border-bottom: solid 2px #BD9B63;
}
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item.active .sub-menu {
  max-height: 100vh;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container {
  display: flex;
  align-items: center;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container a {
  color: #324f57;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls-native {
  font-size: 14px !important;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls {
  width: 48px;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item:hover .wpml-ls-item-toggle {
  background-color: transparent;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item .wpml-ls-item-toggle {
  border: none;
  background-color: transparent;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item .wpml-ls-item-toggle::after {
  background: url("../images/caret.svg") no-repeat center;
  right: 0;
  border-top: none;
  top: 3px;
  height: 100%;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item .wpml-ls-sub-menu {
  border: none;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item .wpml-ls-sub-menu .wpml-ls-link {
  border: none;
}
.site-wrapper .navbar-wrapper .navbar-container .language-container .button-container {
  display: none;
}

@media (max-width: 1399.98px) {
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item {
    margin: 0 4px;
  }
}
@media (max-width: 1199.98px) {
  .site-wrapper {
    padding-top: 72px !important;
  }
  .site-wrapper .navbar-wrapper {
    height: 72px;
  }
  .site-wrapper .navbar-wrapper .navbar-container .logo-wrapper {
    padding: 18px 0;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper {
    position: fixed;
    top: 72px;
    height: calc(100% - 72px);
    justify-content: flex-end;
    right: -300px;
    margin: 0;
    width: 100%;
    max-width: 300px;
    padding: 34px 40px;
    background-color: #fff;
    flex-direction: column-reverse;
    align-items: stretch;
    transition: 0.5s ease;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper::after {
    position: fixed;
    height: calc(100% - 72px);
    width: 100%;
    top: 72px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s ease;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container::-webkit-scrollbar {
    display: none;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item {
    margin: 20px 0;
    flex-wrap: wrap;
    height: initial;
    justify-content: space-between;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .item-wrapper .nav-link {
    display: block;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    max-height: 0;
    padding: 0 !important;
    width: 100%;
    padding-left: 24px !important;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .sub-menu .menu-item a {
    white-space: initial !important;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .menu-container .menu .menu-item .sub-menu .menu-item.current-menu-item .nav-link {
    color: #BD9B63;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .extra-container {
    margin-bottom: 30px;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .extra-container .extra-wrapper {
    justify-content: space-between;
  }
  .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .extra-container .extra-wrapper .login-item a,
.site-wrapper .navbar-wrapper .navbar-container .content-wrapper .extra-container .extra-wrapper .cart-item a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container {
    display: flex;
    align-items: center;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls-native {
    font-size: 16px !important;
    line-height: 22px;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls {
    width: 48px;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item:hover .wpml-ls-item-toggle {
    background-color: transparent;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item .wpml-ls-item-toggle {
    border: none;
    background-color: transparent;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item .wpml-ls-item-toggle::after {
    background: url("../images/caret.svg") no-repeat center;
    right: 0;
    border-top: none;
    top: 3px;
    height: 100%;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item .wpml-ls-sub-menu {
    border: none;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .wpml-ls .wpml-ls-item .wpml-ls-sub-menu .wpml-ls-link {
    border: none;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .button-container {
    display: flex;
    align-items: center;
    border-left: solid 1px #BD9B63;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .button-container .vertical-line {
    width: 2px;
    height: 24px;
    margin-right: 24px;
    margin-left: 16px;
    background-color: #BD9B63;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .button-container .button-wrapper {
    height: 24px;
    width: 28px;
    position: relative;
    padding-left: 24px;
    padding: 12px 0;
    transform-origin: center;
    cursor: pointer;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .button-container .button-wrapper .line {
    height: 2px;
    width: 100%;
    background-color: #3E636D;
    border-radius: 2px;
    transform: translate(0 50%);
    position: absolute;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .button-container .button-wrapper .line.first {
    top: 2px;
    -webkit-animation-name: first-line-reverse;
            animation-name: first-line-reverse;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .button-container .button-wrapper .line.second {
    top: 50%;
    -webkit-animation-name: second-line-reverse;
            animation-name: second-line-reverse;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .site-wrapper .navbar-wrapper .navbar-container .language-container .button-container .button-wrapper .line.third {
    top: calc(100% - 2px);
    -webkit-animation-name: third-line-reverse;
            animation-name: third-line-reverse;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .site-wrapper .navbar-wrapper .navbar-container.active .content-wrapper {
    right: 0;
  }
  .site-wrapper .navbar-wrapper .navbar-container.active .content-wrapper::after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    width: calc(100% - 300px);
    pointer-events: initial;
  }
  .site-wrapper .navbar-wrapper .navbar-container.active .content-wrapper .menu-container {
    flex: 1;
    overflow-y: auto;
  }
  .site-wrapper .navbar-wrapper .navbar-container.active .content-wrapper .menu-container .menu {
    flex-direction: column;
    align-items: stretch;
  }
  .site-wrapper .navbar-wrapper .navbar-container.active .content-wrapper .menu-container .menu .menu-item {
    width: 100%;
    margin: 20px 0;
  }
  .site-wrapper .navbar-wrapper .navbar-container.active .content-wrapper .menu-container .menu .menu-item .item-wrapper .nav-link {
    display: block;
  }
  .site-wrapper .navbar-wrapper .navbar-container.active .language-container .button-container .button-wrapper .line.first {
    -webkit-animation-name: first-line;
            animation-name: first-line;
  }
  .site-wrapper .navbar-wrapper .navbar-container.active .language-container .button-container .button-wrapper .line.second {
    -webkit-animation-name: second-line;
            animation-name: second-line;
  }
  .site-wrapper .navbar-wrapper .navbar-container.active .language-container .button-container .button-wrapper .line.third {
    -webkit-animation-name: third-line;
            animation-name: third-line;
  }
}
@-webkit-keyframes first-line {
  0% {
    top: 2px;
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: 50%;
    transform: rotateZ(45deg);
  }
}
@keyframes first-line {
  0% {
    top: 2px;
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: 50%;
    transform: rotateZ(45deg);
  }
}
@-webkit-keyframes first-line-reverse {
  0% {
    top: 50%;
    transform: rotateZ(45deg);
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: 2px;
  }
}
@keyframes first-line-reverse {
  0% {
    top: 50%;
    transform: rotateZ(45deg);
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: 2px;
  }
}
@-webkit-keyframes second-line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes second-line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(0);
  }
}
@-webkit-keyframes second-line-reverse {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes second-line-reverse {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes third-line {
  0% {
    top: calc(100% - 2px);
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: 50%;
    transform: rotateZ(-45deg);
  }
}
@keyframes third-line {
  0% {
    top: calc(100% - 2px);
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: 50%;
    transform: rotateZ(-45deg);
  }
}
@-webkit-keyframes third-line-reverse {
  0% {
    top: 50%;
    transform: rotateZ(-45deg);
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: calc(100% - 2px);
  }
}
@keyframes third-line-reverse {
  0% {
    top: 50%;
    transform: rotateZ(-45deg);
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: calc(100% - 2px);
  }
}
/**
 * FOOTER
 */
.site-footer {
  font-weight: 300;
  color: white;
  font-size: 19px;
  line-height: 35px;
}
.site-footer p {
  margin: 0px;
}
.site-footer a {
  display: block;
  text-decoration: underline;
  font-size: 19px;
  line-height: 35px;
  color: white;
}
.site-footer .foot-copyright {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}
.site-footer .f-head {
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 0px;
}
.site-footer .footer-cookie-policy-link {
  text-decoration: none;
}
.site-footer .footer-cookie-policy-link:hover {
  text-decoration: underline;
}

.logo-svg {
  max-width: 170px;
}

@media (min-width: 576px) {
  .logo-svg {
    max-width: 245px;
  }
}
.extra-container .extra-wrapper {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.extra-container .extra-wrapper .login-item,
.extra-container .extra-wrapper .cart-item {
  margin-right: 17px;
}
.extra-container .extra-wrapper .login-item a,
.extra-container .extra-wrapper .cart-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.extra-container .extra-wrapper .login-item a span img,
.extra-container .extra-wrapper .cart-item a span img {
  margin-right: 8px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/**
 * DESIGN VARS
 */
/**
 * BOOTSTRAP VARS
 */
/*
 * Special Effects
 */
.zoom-on-hover {
  overflow: hidden;
}
.zoom-on-hover img {
  transition: transform 0.5s ease;
}
.zoom-on-hover:hover img {
  transform: scale(1.05);
}

/*
 * Carousel Styles
 */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

.page-template-template-custom-blocks p {
  margin: 0px;
}

hr {
  opacity: 1;
}

.site-wrapper {
  padding-top: 105px;
}

.container {
  position: relative;
}

.container-absolute {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.hp-title {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  letter-spacing: 0.2em;
}

h1,
.h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
}

.title,
h2,
.h2 {
  font-weight: 500;
  color: #3E636D;
  font-style: normal;
  font-size: 35px;
  line-height: 40px;
  position: relative;
}
.title hr,
h2 hr,
.h2 hr {
  width: 105px;
  position: absolute;
  height: 2px;
  top: 0px;
  left: 0px;
  margin-top: -15px;
  border: 0px;
  background-color: #BD9B63;
}

.title {
  font-size: 40px;
  line-height: 52px;
}
.title hr {
  width: 160px;
}

h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  color: #3E636D;
  padding-top: 30px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.no-image figure > img {
  display: none;
}

.title.text-white hr {
  background-color: #fff;
}

.content {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px !important;
}

.content-black {
  color: #000;
}

.content-white {
  color: #fff;
}

.font20 {
  font-size: 20px;
}

b,
strong {
  font-weight: 700;
}

.bg_secondary {
  background-color: #BD9B63;
}

.bg_primary {
  background-color: #3E636D;
}

.brown-opac {
  background-color: rgba(189, 155, 99, 0.2);
}

.dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.cta {
  color: #BD9B63;
  font-weight: 600;
  font-size: 25px;
  line-height: 55px;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.cta::after {
  display: inline-block;
  content: " ";
  background-image: url("../images/arrow-br.svg");
  background-repeat: no-repeat;
  background-position: center left;
  vertical-align: middle;
  margin-left: 10px;
  height: 28px;
  width: 60px;
  transition: all 0.1s ease-out;
}

.cta.cta-hover-blue:hover::after {
  background-image: url("../images/arrow-bl.svg");
}

.cta.cta-hover-white:hover {
  color: white;
}
.cta.cta-hover-white:hover::after {
  background-image: url("../images/arrow-white.svg");
}

.pgram {
  width: 210px;
  height: 265px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #BD9B63;
  z-index: 0;
}

.pgram-normal {
  transform: skew(-30deg);
  border: 0px;
  border-bottom-left-radius: 0px;
}

.pgram-inverted {
  transform: skew(30deg);
}

.pgram-fill {
  background: #BD9B63;
  opacity: 0.2;
}

.parallelg {
  width: 100%;
  background-position: top center;
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.parallelg img {
  width: 100%;
}

.image-section {
  min-height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding-top: 50px;
}
.image-section.about-section {
  background-size: contain;
  background-position: 0 0;
  background-color: #BD9B63;
}

.leftextend:after {
  left: -990px;
  background-color: #3E636D;
  content: "";
  display: block;
  position: absolute;
  width: 99em;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
}

.rightextend {
  position: relative;
}

.rightextend:after {
  left: 10px;
  background-color: rgba(189, 155, 99, 0.2);
  content: "";
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.pagelist {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.pagelist li {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: "Jost";
  padding-bottom: 25px;
}
.pagelist li a {
  text-decoration: none;
}
.pagelist li a:hover {
  color: #BD9B63;
}
.pagelist li a::before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center left;
  content: " ";
  background-image: url("../images/arrow-br.svg");
  width: 0px;
  height: 28px;
}
.pagelist li a:hover::before {
  display: inline-flex;
  width: 50px;
  transition: all 0.1s ease-out;
}
.pagelist li a:hover::before a {
  text-decoration: none;
}
.pagelist li a:hover::before a:hover {
  color: #BD9B63;
}
.pagelist li a:hover::before a:hover {
  color: #BD9B63;
}
.pagelist li a:hover::before:last-child {
  padding: 0px;
}

.image-mask-container {
  position: relative;
}
.image-mask-container .image-container {
  position: relative;
  width: 100%;
  min-height: 390px;
  max-height: 550px;
}
.image-mask-container .image-container .image-to-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: url(#clipMask);
          clip-path: url(#clipMask);
}
.image-mask-container .image-container .clipMask1 {
  -webkit-clip-path: url(#clipMask1);
          clip-path: url(#clipMask1);
}
.image-mask-container .image-container .clipMask2 {
  -webkit-clip-path: url(#clipMask2);
          clip-path: url(#clipMask2);
}
.image-mask-container .image-container .clipMask3 {
  -webkit-clip-path: url(#clipMask3);
          clip-path: url(#clipMask3);
}
.image-mask-container .image-container .clipMask4 {
  -webkit-clip-path: url(#clipMask4);
          clip-path: url(#clipMask4);
}
.image-mask-container .image-container .clipMask5 {
  -webkit-clip-path: url(#clipMask5);
          clip-path: url(#clipMask5);
}
.image-mask-container .mask {
  position: absolute;
  width: 100%;
}

.image-mask-container.trapeze-extend .image-container {
  min-height: 260px;
}

.article-main .article-date {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #BD9B63;
}
.article-main .post-categories {
  padding-left: 0px;
}
.article-main .post-categories li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.article-main .post-categories li a {
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  color: #BD9B63;
  text-decoration: none;
  border: 2px solid #BD9B63;
  padding: 0px 20px;
}

.looppost::before {
  display: inline-block;
  content: " ";
  width: 40%;
  height: 2px;
  background-color: #BD9B63;
  margin-bottom: 40px;
}
.looppost a {
  text-decoration: none;
}
.looppost h4 {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  color: #3E636D;
}
.looppost h4 span {
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  color: #BD9B63;
}
.looppost .post-image {
  min-height: 400px;
  position: relative;
}
.looppost .post-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575.98px) {
  .container {
    max-width: initial !important;
  }
}
.max-container {
  width: 100%;
  max-width: 1440px;
}

.trapeze-extend {
  width: calc(100% + 15px);
}

.trapeze-mask path {
  transform: scale(0.0016, 0.00226);
}

@media (min-width: 768px) {
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pgram {
    width: 320px;
    height: 415px;
    right: auto;
    margin-left: 40px;
  }

  .pgram-normal {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 0px;
  }

  .pgram-inverted {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 0px;
    height: 455px;
  }

  .pagelist li {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 46px;
  }

  .parallelg {
    width: 40%;
  }

  h1 {
    font-size: 60px;
    line-height: 65px;
  }

  h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .trapeze-extend {
    width: calc(100% + (100vw - 768px) / 2 + 2px);
  }

  .trapeze-mask path {
    transform: scale(0.00147, 0.00226);
  }
}
@media (min-width: 992px) {
  .pagelist li a::before {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center left;
    content: " ";
    background-image: url("../images/arrow-br.svg");
    width: 0px;
    height: 28px;
  }
  .pagelist li a:hover::before {
    display: inline-flex;
    width: 50px;
    transition: all 0.1s ease-out;
  }

  .image-mask-container.trapeze-extend .image-container,
.image-mask-container .image-container {
    min-height: 440px;
  }

  .looppost .post-image {
    min-height: 595px;
  }
  .looppost .post-image-square {
    min-height: 430px;
  }

  .title {
    font-size: 60px;
    line-height: 65px;
  }
  .title hr {
    width: 160px;
  }

  .trapeze-extend {
    width: calc(100% + (100vw - 992px) / 2 + 2px);
  }
}
@media (min-width: 1200px) {
  .trapeze-extend {
    width: calc(100% + (100vw - 1200px) / 2 + 2px);
  }
}
@media (min-width: 1400px) {
  .trapeze-extend {
    width: calc(100% + (100vw - 1320px) / 2 + 2px);
  }
}
.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 100% !important;
}

#coupon_code {
  width: auto;
}

.product-name a {
  margin-bottom: 20px;
}

.variation-CheckinDate {
  width: 100%;
}

dd.variation-CheckinDate {
  padding-bottom: 20px;
}

.variation-CheckoutDate {
  width: 100%;
}

.variation-AdultCount,
.variation-AdultCount,
.variation-AdultSubtotal,
.variation-AdultSubtotal,
.variation-KidsCount,
.variation-KidsCount,
.variation-KidsSubtotal,
.variation-KidsSubtotal,
.variation-SecurityAmount,
.variation-SecurityAmount {
  display: none !important;
}

.woocommerce-page table .product-name .variation {
  overflow: unset !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}

.woocommerce button.button,
.woocommerce button.button.alt {
  width: 100%;
  background-color: #333 !important;
  font-size: 30px;
  margin-top: 30px;
}

.cart button {
  width: auto !important;
  font-size: 16px !important;
  margin-top: 0px !important;
}

.cart-collaterals a {
  background-color: #333 !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout h1 {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 18px;
}

.contact-title h1 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  color: #3E636D;
  text-transform: capitalize;
}
.contact-title hr {
  height: 2px;
  background-color: #BD9B63;
  width: 20%;
}

.text-area {
  padding-top: 15px;
}

.cf1-check {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.cf1-check .container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #090808;
  padding: 0px 0px 0px 35px;
}
.cf1-check .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cf1-check .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #BD9B63;
}
.cf1-check .container input:checked ~ .checkmark {
  background-color: #BD9B63;
}
.cf1-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cf1-check .container input:checked ~ .checkmark:after {
  display: block;
}
.cf1-check .container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.wpcf7 label {
  width: 100%;
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #3E636D;
  padding-bottom: 24px;
}
.wpcf7 label input {
  border: 2px solid #BD9B63;
  box-sizing: border-box;
  border-radius: 0;
  padding: 5px 20px;
  margin-top: 10px;
  width: 100%;
}
.wpcf7 label input::-moz-placeholder {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #c4c4c4;
}
.wpcf7 label input:-ms-input-placeholder {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #c4c4c4;
}
.wpcf7 label input::placeholder {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #c4c4c4;
}
.wpcf7 label textarea {
  border: 2px solid #BD9B63;
  box-sizing: border-box;
  border-radius: 0;
  padding: 15px 20px;
  width: 100%;
  margin-top: 10px;
  height: 165px;
}
.wpcf7 label textarea::-moz-placeholder {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #c4c4c4;
}
.wpcf7 label textarea:-ms-input-placeholder {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #c4c4c4;
}
.wpcf7 label textarea::placeholder {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #c4c4c4;
}
.wpcf7 input[type=submit] {
  background: #3E636D;
  font-family: "Jost";
  font-size: 18px;
  color: #ffffff;
  padding: 12px 28px !important;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  width: auto;
  line-height: 1.2;
  transition: background 0.3s ease;
  border-radius: 0%;
}
.wpcf7 input[type=submit]:hover {
  background: #2f4b53;
}
.wpcf7 .checkbox-title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  color: #3E636D;
  display: inline-block;
  margin-bottom: 10px;
}
.wpcf7 input[type=checkbox] {
  border: 0px;
  padding: 0px;
  width: auto;
  text-transform: uppercase;
}
.wpcf7 input[type=checkbox]::after {
  outline: 1px solid #BD9B63;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 2px solid #BD9B63;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  top: -6px;
  margin-right: 5px;
  vertical-align: middle;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked::before,
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: transparent;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked,
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #BD9B63;
}
.wpcf7 .wpcf7-form .wpcf7-list-item-label,
.wpcf7 .wpcf7-form .wpcf7-acceptance label {
  font-family: "Jost";
  font-size: 16px;
  font-weight: 300;
  color: #090808;
  line-height: 24px;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.wpcf7 .file label .smaller {
  font-size: 16px;
}
.wpcf7 input[type=file] {
  border: none;
  padding: 0px;
  font-size: 16px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0px;
}
.wpcf7 .wpcf7-list-item label {
  font-size: 18px;
  padding-bottom: 0;
}
.wpcf7 .wpcf7-acceptance {
  padding: 10px 0px 20px;
  display: block;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #090808;
}
.wpcf7 .wpcf7-acceptance label {
  display: flex;
  gap: 10px;
}
.wpcf7 .wpcf7-acceptance label input {
  width: auto;
}
.wpcf7 .form-check {
  padding-left: 0;
  padding-bottom: 20px;
}

.grecaptcha-badge {
  display: none;
}

/*
 * Blocks Global Styles
 */
.block-section .control-default-container {
  background: #f1f3f5;
  padding: 10px 15px;
  border: 4px dashed #e5e6e7;
  color: #999;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  position: relative;
}
.block-section .control-default-container.default-container-image {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.block-section .control-default-container.default-container-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.block-section .control-default-container.default-container-image span {
  position: absolute;
  left: 0;
  right: 0;
}

/**
 * DESIGN VARS
 */
/**
 * BOOTSTRAP VARS
 */
.woocommerce-info,
.woocommerce-message {
  color: #3E636D;
  border-top-color: #3E636D;
}
.woocommerce-info:before,
.woocommerce-message:before {
  color: #3E636D;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #3E636D;
  color: #fff;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #50818e;
  color: #fff;
}

.woocommerce-cart .col-12 {
  flex: inherit !important;
  max-width: inherit !important;
}

.woocommerce table.shop_table {
  border-color: rgba(62, 99, 109, 0.2);
}
.woocommerce table.shop_table td {
  border-top-color: rgba(62, 99, 109, 0.2);
}

.woocommerce-page table .product-name .variation {
  height: initial !important;
}

.woocommerce-page .col-12 {
  flex: auto !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  line-height: 28px;
  padding: 2px 6px;
  border-width: 1px;
  border-style: solid;
}

.woocommerce-account article,
.woocommerce-checkout article {
  padding-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0 0;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  border-bottom: 1px solid rgba(62, 99, 109, 0.2);
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background: rgba(62, 99, 109, 0.2);
}
.woocommerce-MyAccount-navigation ul li:first-child a {
  border-top: 1px solid rgba(62, 99, 109, 0.2);
}

.woocommerce-account .woocommerce-Address-title,
.woocommerce-account .woocommerce-Address-title h3 {
  font-size: initial;
  line-height: initial;
  padding-top: initial;
}
.woocommerce-account:not(.logged-in) .woocommerce {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-account:not(.logged-in) .woocommerce form {
  border-color: rgba(62, 99, 109, 0.2);
}

.woocommerce-order-received .woocommerce ul.order_details {
  margin-top: 20px;
  padding: 15px;
}
.woocommerce-order-received .woocommerce-notice.woocommerce-thankyou-order-received {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #3E636D;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-order-received .woocommerce-notice.woocommerce-thankyou-order-received:before {
  content: "\e015";
  font-family: WooCommerce;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  color: #3E636D;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--favourite-reservable-items {
  display: none;
}

.border-color-primary, .btn-primary,
.wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev,
.wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
.btn-outline-fill-primary,
.btn-outline-primary, .wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:hover,
.wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #3E636D !important;
  color: #fff !important;
  border: 0 !important;
  padding: 10px 15px !important;
}
.border-color-primary:hover, .btn-primary:hover,
.wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:hover,
.wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,
.btn-outline-fill-primary:hover,
.btn-outline-primary:hover, .wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:hover:hover,
.wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:hover:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover:hover {
  background-color: #50818e !important;
  color: #fff !important;
}
.border-color-primary:hover img, .btn-primary:hover img,
.wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:hover img,
.wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:hover img,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover img,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover img,
.btn-outline-fill-primary:hover img,
.btn-outline-primary:hover img, .wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:hover:hover img,
.wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:hover:hover img,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover:hover img,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover:hover img {
  filter: initial !important;
}

.bgcolor-accent, .btn-accent, .quick-view-modal .product-button {
  background-color: #BD9B63 !important;
}

.single-product .book-tour .title h3 {
  font-size: 20px !important;
}
@media (min-width: 992px) {
  .single-product .book-tour .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.single-product .wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev,
.single-product .wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
  width: initial !important;
}
.single-product .wrapper .content-part .info-box .section-title:not(.show-on-load):before,
.single-product .wrapper .content-part .info-box .section-title:not(.show-on-load):after,
.single-product .wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td.ersrv-date-active,
.single-product .wrapper .content-part .datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a.ersrv-date-active,
.single-product .ersrv-available-dates-notifier::before {
  background-color: #3E636D !important;
}
.single-product .wrapper .content-part .info-box .section-title {
  color: #3E636D !important;
}
.single-product .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .extra-container .extra-wrapper .login-item a,
.single-product .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .extra-container .extra-wrapper .cart-item a {
  color: #3E636D !important;
}
.single-product .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .extra-container .extra-wrapper .login-item a span,
.single-product .site-wrapper .navbar-wrapper .navbar-container .content-wrapper .extra-container .extra-wrapper .cart-item a span {
  min-width: 25px !important;
}
.single-product .details .boat-options {
  display: none !important;
}

/**
 * DESIGN VARS
 */
/**
 * BOOTSTRAP VARS
 */
/**
 * DESIGN VARS
 */
/**
 * BOOTSTRAP VARS
 */
/*
 * Desktop Specific
 */
