/*Variable*/
/*Mixin*/
/*@include flex;*/
body {
  font-family: "Playfair", serif;
  background-color: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.95px;
}

.wrapper {
  padding: 250px 0 0 0;
}

.container {
  max-width: 1315px;
  margin: 0 auto;
  text-align: center;
}

a {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0 0 20px;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: clamp(1.1875rem, 0.625rem + 2.8125vw, 4rem);
  margin: 0 0 18px;
  padding: 0;
  color: #F2EEE2;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
}

h2 {
  font-size: clamp(1.375rem, 0.9931rem + 2.037vw, 3.4375rem);
  margin: 0 0 18px;
  padding: 0;
  color: #222221;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
}

h3 {
  font-size: clamp(1.1875rem, 0.7375rem + 2.25vw, 3.4375rem);
  margin: 0 0 20px;
  padding: 0;
  color: #222221;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: clamp(1.1875rem, 0.9975rem + 2.25vw, 3.7375rem);
  letter-spacing: 3.2px;
}

h4 {
  font-size: clamp(1.1875rem, 0.9723rem + 1.0759vw, 2.25rem);
  margin: 0px;
  padding: 0;
  color: #222221;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 55px;
}

h5 {
  font-size: 24px;
  margin: 0px;
  padding: 0;
  color: #222221;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  font-size: 20px;
  margin: 0 0 43px;
  padding: 0;
  color: #222221;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  line-height: normal;
}

.btn {
  background: transparent;
  color: #222221;
  border: 1px solid #222221;
  padding: 0 40px;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  text-decoration: none;
  transition: ease-in-out all 0.25s;
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Playfair", serif;
  min-width: 350px;
}
.btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #222221;
  transition: ease-in-out 0.25s width;
  z-index: -1;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover::after {
  width: 100%;
}

.page {
  margin: 0;
}

/*-------------------*/
.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

/*Responsive
==========================*/
@media only screen and (max-width: 979px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  body {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .wrapper {
    padding: 20px 0 0 0;
  }
  .btn {
    padding: 0 18px;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 3px;
    min-width: 244px;
  }
}
.header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 998;
}
.header .header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  flex-direction: column;
  background-color: #ffffff;
}
.header .header-wrap .logo {
  text-align: center;
}
.header .header-wrap .logo img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 150px;
}
.header .header-wrap.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease-in-out 0.25s top;
}

/*Responsive
===============================*/
@media only screen and (max-width: 1599px) {
  .header .header-wrap {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .header .header-wrap .header-btn {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .header .header-wrap .logo img {
    max-width: 300px;
    height: auto;
  }
  .header {
    top: 0px;
    padding: 10px 0;
    background-color: white;
  }
}
@media only screen and (max-width: 979px) {
  .header .header-wrap .logo img {
    max-width: 240px;
    height: auto;
    margin-top: 6px;
  }
}
.section-title {
  text-align: center;
  padding: 10px 0 20px;
  overflow: hidden;
}
.section-title .container {
  padding: 0 25px;
}
.section-title .container h1 {
  margin-bottom: 0;
  color: #222221;
}

@media only screen and (max-width: 979px) {
  .section-title {
    padding: 30px 0 0 !important;
  }
  .section-title h1 {
    margin-top: 50px;
  }
}
/*Menu*/
.main-menu {
  margin-left: auto;
  background-color: #00a3cc;
  width: 100%;
  height: 40px;
}
.main-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 8px 0 0 0;
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li a {
  color: #ee220c;
  font-family: "Playfair", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.85px;
  position: relative;
  padding: 0 20px;
}
.main-menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  color: #ffffff;
  width: 0%;
  border-top: 1px solid #ffffff;
  transition: ease-in-out 0.3s width;
}
.main-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  color: #ffffff;
  width: 0%;
  border-top: 1px solid #ffffff;
  transition: ease-in-out 0.3s width;
}
.main-menu ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  color: #ffffff;
  text-align: right;
  font-size: 19px;
  font-weight: 400;
  height: 30px;
  width: 1px;
  background: #fff;
  transform: translateY(-50%);
}
.main-menu ul li:first-child::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  color: #ffffff;
  text-align: right;
  font-size: 19px;
  font-weight: 400;
  height: 30px;
  width: 1px;
  background: #fff;
  transform: translateY(-50%);
}
.main-menu ul li:hover a::after,
.main-menu ul li:hover a::before,
.main-menu ul li .current-menu-item a::after,
.main-menu ul li .current-menu-item a::before {
  width: 100%;
}

.slide-menu {
  display: none;
}

@media only screen and (max-width: 1399px) {
  .main-menu {
    margin-left: 20px !important;
    padding: 0;
  }
  .main-menu ul li a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1279px) {
  .main-menu ul li a {
    padding: 0 9px;
  }
}
@media only screen and (max-width: 1169px) {
  .social-links {
    width: 100%;
  }
  .main-menu, .language, .header-btn, .right-logo {
    display: none;
  }
  /*Burger Menu*/
  .mobile-burger-menu {
    cursor: pointer;
    display: block;
    width: 22px;
    z-index: 999;
    position: absolute;
    left: inherit;
    right: 30px;
    top: 24px;
  }
  .mobile-burger-menu span {
    background: #000000;
    display: block;
    border-radius: 5px;
    height: 2px;
    right: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .mobile-burger-menu span:nth-child(2) {
    background: #000000;
    display: block;
    border-radius: 5px;
    height: 2px;
    width: 100%;
    right: 0;
    position: absolute;
    top: 9px;
    transition: all 0.3s ease 0s;
  }
  .mobile-burger-menu span:nth-child(3) {
    background: #000000;
    display: block;
    border-radius: 5px;
    height: 2px;
    width: 100%;
    right: 0;
    position: absolute;
    top: 18px;
    transition: all 0.3s ease 0s;
  }
  .mobile-burger-menu.selected span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0px;
  }
  .mobile-burger-menu.selected span:nth-child(2) {
    display: none;
  }
  .mobile-burger-menu.selected span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0px;
  }
  /******************/
  /*Slide Menu*/
  .slide-menu {
    background: #222221;
    position: fixed;
    top: -150%;
    left: 0;
    height: calc(100vh - 16px);
    width: 100%;
    max-width: 100%;
    overflow: auto;
    transition: ease-in-out 0.3s top;
    z-index: 9999;
    padding: 0px;
    display: block;
    /**/
    /**/
  }
  .slide-menu.open {
    top: 16px;
  }
  .slide-menu .main-menu {
    position: relative;
    padding-bottom: 30px;
  }
  .slide-menu .main-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .slide-menu .main-menu ul li {
    padding: 7px 0;
    display: block;
    text-align: center;
  }
  .slide-menu .main-menu ul li a {
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
  }
  .slide-menu .nav-main-cont ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
  }
  .slide-menu .nav-main-cont ul li {
    padding: 0;
    display: block;
    text-align: center;
  }
  .slide-menu .nav-main-cont ul li a {
    font-size: 19px;
    font-weight: 400;
    padding: 0;
    color: #F2EEE2;
    position: relative;
    padding: 0 10px;
    line-height: 45px;
    letter-spacing: 2.85px;
  }
  .slide-menu .menu-logo {
    text-align: left;
    margin: 20px 22px 40px;
  }
  .slide-menu .menu-logo img {
    width: auto;
    margin: 0 auto;
    text-align: center;
    max-width: 103px;
  }
  .slide-menu .header-btn {
    margin: 45px 0 50px !important;
  }
  .slide-menu .header-btn a {
    border: 2px solid #F2EEE2;
    height: 32px;
    color: #ffffff;
    text-align: center;
    font-family: "Playfair", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: transparent;
    padding: 6px 40px;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    position: relative;
  }
  .slide-menu .header-btn a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    background: #ffffff;
    transition: ease-in-out 0.25s width;
    z-index: -1;
  }
  .slide-menu .header-btn a:hover {
    color: #222221;
  }
  .slide-menu .header-btn a:hover::after {
    width: 100%;
  }
  .slide-menu .language-menu {
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    background: #222221;
    position: absolute;
    bottom: 100px;
    text-align: center;
    width: 100%;
    left: 20px;
    padding: 10px 20px;
    width: calc(100% - 60px);
    text-transform: uppercase;
    z-index: 2;
  }
  .slide-menu .language {
    margin-left: auto;
  }
  .slide-menu .language a {
    color: #F2EEE2;
    font-size: 19px;
    position: relative;
    background: transparent;
    border: 0;
    width: 60px;
  }
  .slide-menu .language .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "";
    background: url(../images/downArrow-small.svg) no-repeat right top;
    width: 8px;
    height: 5px;
    position: absolute;
    right: 0px;
    top: 10px;
    border: 0;
  }
  .slide-menu .language section#icl_lang_sel_widget-2 {
    width: 60px;
    margin: 0 auto;
  }
  .slide-menu .language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0;
    width: 60px;
    margin: 0 auto 50px;
  }
  .slide-menu .language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    background: #fff;
    color: #222221;
  }
  .slide-menu .language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a::after {
    display: none;
  }
  .slide-menu .main-menu, .slide-menu .language, .slide-menu .header-btn, .slide-menu .right-logo {
    display: block;
    text-align: center;
  }
  span.nav-close {
    position: absolute;
    right: 30px;
    top: 26px;
    z-index: 9999;
    cursor: pointer;
  }
}
.basic-content {
  padding: 0;
  position: relative;
  text-align: justify;
  font-family: "Source Sans 3", sans-serif;
}
.basic-content .container.small {
  max-width: 1060px;
}
.basic-content h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 979px) {
  .basic-content {
    padding-bottom: 30px !important;
  }
  .basic-content .container {
    padding: 40px 20px 0;
  }
  .page-id-202 .basic-content p a {
    letter-spacing: 2.4px !important;
    font-size: 16px !important;
  }
}
.footer-section {
  background: #ffffff;
  padding: 32px 0 28px;
}
.footer-section .container {
  max-width: inherit;
  padding: 0 63px;
}
.footer-section .footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.footer-section .footer-row .footer-logo {
  max-width: 179px;
  width: 100%;
}
.footer-section .footer-row .footer-logo img {
  height: auto;
  display: block;
}
.footer-section .footer-row .address {
  color: #000000;
  font-size: 18px;
}
.footer-section .footer-row .address a {
  color: #000000;
}

.social-links {
  /*@include flex;*/
  justify-content: space-between;
  display: none;
}
.social-links a {
  text-align: center;
  color: #222221;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: relative;
  margin-left: 92px;
}
.social-links a span {
  opacity: 0;
  overflow: hidden;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 12px;
  transition: ease-in-out 0.25s all;
  position: absolute;
  left: 50%;
  bottom: -35px;
  font-size: 16px;
  transform: translateX(-50%);
  color: #ffffff;
}
.social-links a img {
  object-fit: contain;
  display: inline-block;
  /*max-width: 32px;*/
  transition: ease-in-out 0.25s transform;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover img {
  width: auto;
  transform: scale(1.4);
}
.social-links a:hover span {
  opacity: 1;
  overflow: visible;
}
.social-links a:first-child {
  margin-left: 0;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul li a {
  font-size: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 1495px) {
  .social-links a span {
    letter-spacing: 0;
  }
  .footer-section .footer-row {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1220px) {
  .footer-section .footer-row .footer-logo {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-section .footer-row .footer-logo img {
    display: inline-block;
  }
}
@media only screen and (max-width: 979px) {
  .footer-section {
    padding: 20px 30px;
  }
  .footer-section .footer-row {
    padding: 0;
  }
  .footer-section .footer-row {
    justify-content: center;
  }
  .footer-section .footer-row .address {
    font-size: 16px;
    margin-bottom: 0;
  }
  .social-links {
    width: 100%;
  }
  .social-links a {
    margin-left: 12px;
  }
  .footer-section .container {
    padding: 0;
  }
  .footer-section .footer-row .footer-logo {
    margin-bottom: 20px;
  }
  .footer-section .footer-row .footer-logo img {
    height: auto;
    width: 149px;
  }
  .footer-nav {
    margin-bottom: 37px;
    margin-right: auto;
  }
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-nav ul li a {
    font-size: 16px;
  }
  .footer-nav ul li {
    position: relative;
    padding-right: 20px;
  }
  .footer-nav ul li::after {
    content: "|";
    position: absolute;
    right: 8px;
    top: 1px;
    color: #fff;
  }
  .footer-nav ul li:last-child::after {
    display: none;
  }
  .social-links a span {
    letter-spacing: 0;
    font-size: 12px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-section .footer-row .address {
    margin-bottom: 30px;
    margin-left: -5px;
  }
}/*# sourceMappingURL=main.css.map */