@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 10;
}
.mobile-menu-open {
  display: none;
}
.header-fixed a,
.header-fixed {
  color: #fff;
}
.logo-container {
  height: 59px;
  text-align: center;
}
.header-wrap.scroll .logo-container {
  height: 70px;
  transition: height 0.2s;
}
.logo-container img {
  height: 100%;
  margin: -21px 0 0;
  transition: height 0.2s;
}

.top-header {
  margin: 10px 0 0;
  padding: 0 30px;
}
.th-container {
  padding-bottom: 12px;
  line-height: 23px;
}
.site-info {
  text-align: right;
}
.header-fixed .site-info a:hover {
  color: #a58f6a;
}
#site-info-email:before,
.site-phone:before {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}
#site-info-email:before {
  content: "\e076";
  margin-right: 4px;
}
.site-phone:before {
  content: "\e090";
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.social-nav {
  margin-right: 15px;
  display: inline-flex;
}
.social-nav li {
  display: inline-block;
  margin-left: 15px;
}
.site-phone {
  margin-right: 13px;
}
.nav-wrap {
  padding: 0 30px;
}
.logo-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.nav-container {
  text-align: center;
}
.nav-container .main-menu li,
.nav-container .main-menu {
  display: inline-block;
}
.nav-container .main-menu > li {
  position: relative;
  margin-bottom: 20px;
  padding-right: 22px;
  line-height: 1;
}
.nav-container .main-menu > li:last-child {
  padding-right: 0;
}
.main-menu a {
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding: 0 4.9px 11px;
  font-size: 14px;
  line-height: 23px;
  display: block;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition: font-size 0.2s, line-height 0.2s;
}
.header-wrap.scroll .main-menu a {
  font-size: 15px;
  line-height: 25px;
}
.main-menu > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #a58f6a;
}
.nav-container .main-menu > li.has-sub > a {
  padding: 0 20px 11px 4.9px;
}
.nav-container .main-menu > li.has-sub > a:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 800;
}
.main-menu > li:hover > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.main-menu .sub-menu {
  position: absolute;
  background-color: #a58f6a;
  width: 240px;
  z-index: 10;
  padding: 0 10px;
  display: none;
}
.main-menu li:hover .sub-menu {
  display: block;
}
.main-menu .sub-menu li {
  padding: 0 20px;
  display: block;
  text-align: left;
}
.main-menu .sub-menu li a {
  padding: 6px 20px;
  line-height: 23px;
}
.footer-container {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
  padding: 27px 0;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ft-col {
  flex-basis: 18%;
}
.ft-col-inner img {
  width: 100%;
  height: auto;
}
.ft-col-inner p {
  margin: 0;
  font-size: 14px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 27px;
}
.ft-col-inner h4 {
  font-size: 18px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0 0 10px;
}
.ft-col-inner h4,
.ft-col-inner a {
  margin: 0;
  color: #bfa357;
}
.footer-bottom {
  padding: 14px 0 5px;
}
.footer-bottom .ord-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: right;
}
.ft-social-nav i {
  line-height: 28px;
}
.ft-social-nav a {
  color: #bfa357;
  display: block;
}
@media only screen and (max-width: 980px) {
  .header-fixed {
    background-color: #333;
    position: relative;
    padding: 20px 0 30px;
  }
  .logo-container img {
    margin: 0;
  }
  .th-container {
    padding: 12px 0;
    width: 90%;
    margin: 0 auto;
  }
  .top-header {
    padding: 0;
  }
  .logo-container {
    height: 60px;
  }
  .nav-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .nav-container .main-menu li {
    display: block;
    padding: 0;
    margin: 0;
  }
  .nav-container {
    text-align: left;
  }

  .main-menu a {
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .nav-container .main-menu > li.has-sub > a:after {
    content: "";
  }
  .mobile-menu-open {
    display: block;
  }
  .main-menu .sub-menu {
    position: unset;
    display: block;
    background-color: transparent;
    width: 100%;
    padding-left: 10px;
  }
  .main-menu .sub-menu li {
    padding-left: 5%;
  }
  .nav-container .main-menu > li.has-sub > a {
    padding: 10px 5%;
  }
  .nav-container {
    display: none;
    padding: 5%;
    position: absolute;
    top: 133px;
    left: 0;
    width: 100%;
    background-color: #333;
  }
  .main-menu {
    width: 100%;
  }
  .main-menu .sub-menu li a {
    line-height: 23px;
    font-size: 14px;
    padding: 10px 5%;
  }
  .mobile_menu_bar:after {
    color: rgba(255, 255, 255, 0.6);
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
  }
  .mobile-menu-open {
    margin-top: 20px;
  }
  .mm-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    line-height: 23px;
    max-height: 23px;
  }
  .select-page {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .ft-col {
    flex-basis: 100%;
  }
  .footer-container {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-bottom .ord-container {
    text-align: center;
  }
}
@media only screen and (max-width: 582px) {
  .site-info {
    text-align: center;
  }
  .th-container {
    line-height: 28px;
  }
}
