@import url("bootstrap.min.css");
@import url("fonts.css");
html {
  font-size: 16px;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
html,
body {
  height: 100%;
}
body {
  color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.5em;
}
body,
.site-footer a,
a[href^="mailto"] {
  font-family: "Open Sans", sans-serif;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITC Galliard W04 Roman", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 0.9em;
  margin-bottom: 1em;
}
h1.entry-title {
  color: #521f13;
  font-size: 1.33333333333rem;
  margin-bottom: 40px;
}
h3,
h4 {
  font-size: 1rem;
}
h3,
h4,
p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
h4 {
  margin-bottom: 0;
}
p,
ul {
  letter-spacing: 0.033em;
}
.fs-smaller .entry-content,
.fs-smaller .entry-content h3 {
  font-size: calc(1rem - 2px);
}
.fs-extra-small .entry-content,
.fs-extra-small .entry-content h3 {
  font-size: calc(1rem - 4px);
}
.site-footer h3 {
  font-size: calc(1rem + 2px);
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
hr {
  border-color: #000;
  margin: 0 15px 32px;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  ul {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    text-align: justify;
  }
}
a,
.current-page-ancestor .sub-menu a,
.current_page_item .sub-menu a {
  color: #521f13;
  text-transform: uppercase;
}
a:focus,
a:hover,
.site-footer a:focus,
.site-footer a:hover,
.current-page-ancestor .sub-menu a:focus,
.current-page-ancestor .sub-menu a:hover,
.current_page_item .sub-menu a:focus,
.current_page_item .sub-menu a:hover,
.current-page-ancestor .sub-menu .current_page_item a,
.current_page_item .sub-menu .current_page_item a,
.wpml-ls-current-language a {
  color: #000;
  text-decoration: none;
}
ul.menu,
ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
a:before {
  content: '>';
  display: inline-block;
  margin-right: 0.325em;
}
.menu a:before,
a[target="_blank"]:before,
a[href^="mailto"]:before,
.brand-content a:before {
  display: none;
}
.current-page-ancestor a,
.current_page_item a,
.site-footer .current_page_item a {
  color: #000;
}
.current-page-ancestor a:before,
.current_page_item a:before,
.site-footer .current_page_item a:before {
  display: inline-block;
}
/* transitions */
a,
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.widget img,
.menu-trigger--button rect {
  transition: 0.3s ease-in-out;
}
.brand {
  border-bottom: 1px solid #000;
  padding: 30px 0 35px;
}
.brand-content {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.brand-content a {
  display: inline-block;
  margin: 0 auto;
  width: 300px;
}
@media (min-width: 768px) {
  .brand {
    border-bottom: 1px solid #000;
    padding: 50px 0 55px;
  }
}
.menu-trigger {
  display: block;
  padding: 10px 0 30px;
}
.menu-trigger--button {
  cursor: pointer;
  display: block;
  height: 35px;
  margin: 0 auto;
  width: 60px;
}
.menu-trigger--button.active rect,
.menu-trigger--button:focus rect,
.menu-trigger--button:hover rect {
  fill: #521f13;
}
.menu-trigger--button.active g:nth-child(1) rect {
  opacity: 0;
}
.menu-content {
  display: none;
  flex-direction: row;
}
.header-menu {
  min-height: 80px;
  padding-top: 10px;
}
.header-menu li {
  display: block;
  margin: 0;
}
.header-menu .sub-menu {
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  margin-left: 18px;
}
.header-menu .current-menu-item .sub-menu,
.header-menu .current_page_ancestor .sub-menu {
  display: block;
}
.header-menu .sub-menu li {
  margin-right: 15px;
}
.lang-menu {
  margin-left: auto;
}
.lang-menu li {
  border-left: 1px solid #000;
  display: inline;
  margin: 0 !important;
}
.lang-menu li:last-child {
  padding-left: 6px;
}
.lang-menu li:first-child {
  border-left: none;
  padding-left: 0;
}
.footer-menu li {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .menu-trigger {
    display: none;
  }
  .menu-content {
    display: flex !important;
  }
  .header-menu {
    display: block;
  }
  .header-menu li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
  }
  .header-menu .sub-menu {
    margin-left: -15px;
    min-width: 415px;
    padding-bottom: 10px;
    padding-left: 15px;
    position: absolute;
    z-index: 2;
  }
  .header-menu .sub-menu li {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header-menu li {
    margin-right: 50px;
  }
  .header-menu .sub-menu {
    margin-left: 0;
    min-width: 750px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .header-menu .sub-menu li {
    display: inline-block;
    margin-right: 15px;
  }
}
main {
  flex: 1;
}
.main-content {
  padding-bottom: 150px;
}
.entry-header {
  padding-top: 65px;
}
.entry-content p strong {
  font-weight: 400;
  text-transform: uppercase;
}
.entry-content ul {
  margin: 0 0 1.5em .6em;
  padding-left: .5em;
  text-indent: -0.5em;
}
.entry-content ul li {
  list-style: none;
}
.entry-content ul li:before {
  content: '>';
  display: inline-block;
  width: .5em;
}
main p {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
.site-footer {
  background-color: #5a8269;
  color: #fff;
  padding: 35px 0;
}
.site-footer h3 {
  margin-bottom: 0.75em;
}
.site-footer p:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: #fff;
}
.site-footer-content {
  flex-direction: column;
  padding: 0 15px;
}
.site-footer-content-col-address {
  font-size: calc(1rem - 2px);
  order: 2;
  text-transform: uppercase;
}
.site-footer-content-col-menu {
  margin: 0 0 30px;
  order: 1;
  text-align: left;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 95px 0;
  }
  .site-footer h3 {
    margin-bottom: 1.5em;
  }
  .site-footer-content {
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 15px;
  }
  .site-footer-content-col-address {
    order: 1;
  }
  .site-footer-content-col-menu {
    order: 2;
    margin: 30px 0 0 auto;
    text-align: right;
  }
}
/**
 * dev
 */
.dev-note {
  background: rgba(30, 30, 255, 0.2);
  color: #000000;
  margin: 30px 0;
  padding: 30px;
}
.dev-note::before {
  color: rgba(30, 30, 255, 0.8);
  content: 'DEV NOTE';
  display: block;
  font-weight: 700;
  margin-top: -40px;
}
.dev-sitemap {
  border-top: 6px solid #eee;
}
