@charset "UTF-8";

/*
Theme Name: Custom Theme
Author: Molto Digital Limited
Version: 1.0
License: Private
Text Domain: customtheme
*/

.search-field:before {
  display: block;
}

.search-field:before {
  content: "";
}

.search-field:before {
  position: absolute;
}

.search-field, .search-form-container {
  position: relative;
}

.search-field:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* ALL PAGES */
.content.php404 {
  font-size: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

body.menu-open {
  position: fixed;
}

.wrapper, .content {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}

.content {
  padding: 40px 0;
}

.main {
  position: relative;
  background-color: #F2F2F2;
}

body#home .main, body.home .main {
  background: #ffffff;
  background: -moz-linear-gradient(-45deg, #ffffff 38%, #8b8b8b 100%);
  background: -webkit-linear-gradient(-45deg, #ffffff 38%, #8b8b8b 100%);
  background: linear-gradient(135deg, #ffffff 38%, #8b8b8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#8b8b8b",GradientType=1 );
}
html.zh_TW body {
  font-family: "Noto Sans TC", "Lora", serif;
}
html.zh_CN body {
  font-family: "Noto Sans SC", "Lora", serif;
}
.header {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
body.menu-open .header {
  z-index: 20000; /*unset;*/
}

.header-top {
  padding-bottom: 53px;
  overflow: hidden;
}

.header-top-left {
  display: table;
  float: left;
  table-layout: fixed;
  width: 460px;
}

.header-logo {
  display: table-cell;
  width: 150px;
  padding-top: 40px;
  padding-right: 33px;
  padding-bottom: 6px;
  border-right: 1px solid #6E4920;
  margin-right: 35px;
  vertical-align: bottom;
}

.header-site-title {
  display: table-cell;
  padding-top: 40px;
  padding-left: 33px;
  color: #6E4920;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}

.header-top-right {
  float: right;
  padding-top: 20px;
  text-align: right;
}

.language-chooser {
  display: none;
}

.language-switcher {
  font-family: "Lora", serif;
  margin-bottom: 50px;
  text-align: right;
}
.desktop-language-switcher {
  display: inline-block;
}
.language-switcher li {
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid #6E4920;
  margin-right: 15px;
}

.language-switcher li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.language-switcher li a {
  display: inline-block;
  color: #6E4920;
  font-size: 1.6em;
}

.desktop-logout-button {
  display: inline-block;
  margin-left: 30px;
}
.mobile-logout-button {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}
.logout-button a {
  display: inline-block;
  padding: 10px 15px;
  color: #FFF;
  background-color: #6E4920;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

.header-search form {
  width: 330px;
  font-size: 1.5em;
}

.header-search {
  overflow: hidden;
}

.header-search ::-webkit-input-placeholder {
  color: #808080;
}

.header-search ::-moz-placeholder {
  color: #808080;
}

.header-search :-ms-input-placeholder {
  color: #808080;
}

.header-search :-moz-placeholder {
  color: #808080;
}

.screen-reader-text {
  display: none;
  /* temp */
}

.header-search-text {
  float: left;
  position: relative;
  width: 217px;
  height: 32px;
  padding: 0 10px 0 57px;
  color: #808080;
  background-color: #FFF;
  text-align: left;
}

.header-search-text:before {
  display: block;
  position: absolute;
  content: "";
  left: 11px;
  top: 7px;
  width: 21px;
  height: 19px;
  background: url("images/icon-search@2x.png") no-repeat center center;
  background-size: contain;
}

.header-search-text:after {
  display: block;
  position: absolute;
  content: "";
  left: 43px;
  top: 8px;
  width: 1px;
  height: 17px;
  background-color: #6E4920;
}

.header-search-textfield {
  width: 100%;
  height: 32px;
}

.header-search-submit {
  float: left;
  width: 113px;
  height: 32px;
  padding: 0 15px;
  color: #FFF;
  background-color: #6E4920;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.header-bottom {
  padding-bottom: 50px;
}

.mobile-language-switcher,
.mobile-logout-button,
.mobile-search {
  display: none;
}

.main-menu-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 10000;
}

.main-menu-button {
  display: none;
  position: absolute;
  right: 40px;
  top: 57px;
  width: 40px;
  height: 40px;
  padding: 0 6px;
  background-color: #6E4920;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transform: translateY(-50%);
}

.main-menu-button span {
  display: block;
  font-size: 2.6em;
  line-height: 33px;
  color: #FFF;
}

.main-menu > ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-menu > ul > li {
  position: relative;
  font-size: 10px;
}

.main-menu li {
  padding: 0 10px;
}

.main-menu li:first-child {
  padding-left: 0;
}

.main-menu li:last-child {
  padding-right: 0;
}

.main-menu li a {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  color: #606060;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
}

.main-menu li a:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-menu > ul > li.active > a,
.main-menu > ul >li.current-menu-item > a {
  color: #6E4920;
}

.main-menu > ul > li.active > a:after,
.main-menu > ul > li.current-menu-item > a:after {
  bottom: 15px;
  width: 100%;
  background-color: #6E4920;
}

.main-menu ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 350px;
  height: 0;
  background-color: #6E4920;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.2s ease-out;
}
/*
.main-menu ul li:nth-child(5) ul {
  width: 200px;
}
.main-menu ul li#menu-useful-links ul {
  width: 180px;
}
*/
.main-menu ul li.short ul {
  width: 180px;
}
.main-menu ul ul li {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 10px;
  text-align: left;
}
.main-menu ul ul li a {
  display: block;
  padding: 10px;
  color: #FFF;
  font-size: 1.5em;
  text-align: left;
}
.main-menu ul ul > li > a:hover {
  background-color: #7E6246;
}


.footer {
  padding: 40px 0;
}

.footer-menu {
  margin-bottom: 35px;
}

.footer-menu ul {
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #6E4920;
  margin-right: 10px;
  vertical-align: middle;
}

.footer-menu li:last-child,
.footer-menu li.last {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.footer-menu li.en,
.footer-menu li.tc,
.footer-menu li.sc {
  display: none;
}
html.en_US .footer-menu li.en,
html.en_GB .footer-menu li.en,
html.zh_TW .footer-menu li.tc,
html.zh_CN .footer-menu li.sc {
  display: inline-block;
}

.sitemap-links li.en,
.sitemap-links li.tc,
.sitemap-links li.sc {
  display: none;
}
html.en_US .sitemap-links li.en,
html.en_GB .sitemap-links li.en,
html.zh_TW .sitemap-links li.tc,
html.zh_CN .sitemap-links li.sc {
  display: list-item;
}

.footer-menu li a {
  color: #6E4920;
  font-size: 1.4em;
}

.copyright {
  color: #6E4920;
  font-size: 1.4em;
  text-align: center;
}

.deco {
  display: inline-flex;
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: auto;
  height: 141.42136%;
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  transform-origin: center center;
}
.deco img {
  display: block;
  height: 100%;
  width: auto;
  max-width: unset;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center center;
}


/* HOME */

.banner-slider-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 37.3%;
}

.banner-slider-container .bx-viewport,
.banner-slider-container .bx-wrapper,
.banner-slider,
.banner-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-row {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}

.home-row-left {
  display: table-cell;
  width: 45%;
  vertical-align: top;
}
.home-row-left-inner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44%;
  height: 100%;
  padding: 35px;
  background-color: #C6C6C6;
  overflow: hidden;
}
.home-row-left-inner .deco img {
  background-color: #8B8B8B;
}
/*
.home-row-left-inner:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 220px 220px;
  border-color: transparent transparent #8B8B8B transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #8B8B8B #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  -webkit-transform: rotate(360deg);
}
*/

.home-row-left-inner span {
  display: inline-block;
  position: relative;
  width: 70%;
  padding-right: 40px;
  padding-bottom: 27px;
  border-bottom: 1px solid #6E4920;
  color: #6E4920;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.home-row-right {
  position: relative;
  display: table-cell;
  width: 55%;
  padding: 50px 70px;
  background-color: #6E583F;
  font-size: 1em;
  vertical-align: top;
  overflow: hidden;
}

.home-row-right .deco img {
  background-color: #422F1E; 
}
/*
.home-row-right:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 220px 220px;
  border-color: transparent transparent #422F1E transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #422F1E #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  -webkit-transform: rotate(360deg);
}
*/

.home-row-right, .home-row-right p {
  color: #FFF;
}

.home-row-right p {
  position: relative;
  z-index: 2;
}

.home-grids {
  overflow: hidden;
}

.home-grid {
  display: block;
  float: left;
  width: 49.5%;
  margin: 0 1% 1% 0;
  overflow: hidden;
}

.home-grid:nth-child(even) {
  margin-right: 0;
}

.hg-image {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hg-text {
  display: table;
  position: relative;
  width: 100%;
  height: 80px;
  color: #6E4920;
  background-color: #E8D6C0;
  text-align: center;
  text-transform: uppercase;
}

.hg-text:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0.3;
  border-style: solid;
  border-width: 0 0 80px 125px;
  border-color: transparent transparent #624d37 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #624d37 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  -webkit-transform: rotate(360deg);
}

.hg-text span {
  display: table-cell;
  position: relative;
  padding: 10px; /*10px 90px;*/
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 4px;
  vertical-align: middle;
}

/* INNER PAGES */
.page-title-container {
  position: relative;
  padding-bottom: 40px;
  background-color: #C6C6C6;
  overflow: hidden;
}

.page-title-container .deco img {
  background-color: #8B8B8B;
}
/*
.page-title-container:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 220px 220px;
  border-color: transparent transparent #8B8B8B transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #8B8B8B #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  -webkit-transform: rotate(360deg);
}
*/

.page-title {
  display: table;
  width: 100%;
  height: 120px;
}

.page-title-inner {
  display: table-cell;
  position: relative;
  color: #6E4920;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 2;
}
.page-title-inner:before {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 80%;
  max-width: 276px;
  height: 1px;
  background-color: #6E4920;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-block {
  max-width: 725px;
  margin: 0 auto 40px auto;
}

.content-block:last-child {
  margin-bottom: 0;
}

.cb-top {
  padding: 20px 25px 25px 25px;
  background-color: #E8D6C0;
}

.content-block.no-bg .cb-top {
  background-color: transparent;
}

.cb-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  color: #000;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 4px;
}

.cb-title:before {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 80%;
  max-width: 276px;
  height: 1px;
  background-color: #000;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cb-text {
  color: #000;
  line-height: 1.8;
  font-style: italic;
}

.cb-top + .cb-text {
  margin-top: 35px;
}

.cb-text p {
  line-height: 1.4;
}

.cb-image {
  overflow: hidden;
}

.cb-image-inner {
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cb-row {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  margin-bottom: 2px;
  background-color: #E0E0E0;
  overflow: hidden;
}

.cb-row:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 82px 82px;
  border-color: transparent transparent #6e4a20 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #6e4a20 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  -webkit-transform: rotate(360deg);
}

.cb-row:after {
  display: block;
  position: absolute;
  content: ">";
  right: 18px;
  bottom: 18px;
  color: #FFF;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
}

.cb-row span {
  display: table-cell;
  width: 100%;
  height: 82px;
  padding: 15px 90px 15px 35px;
  color: #6E4920;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  vertical-align: middle;
}

.cb-row.cb-sub-row {
  display: block;
  position: relative;
  height: 82px;
}
.cb-row.cb-sub-row span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  padding-left: 60px;
}
/*
.cb-sub-row span:before {
  position: absolute;
  display: inline-block;
  content: "▶";
  left: 35px;
  top: 50%;
  width: 20px;
  color: #6E4920;
  font-size: 0.7em;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/
.cb-sub-row span:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 35px;
  top: 50%;
  width: 7.68px;
  height: 13.312px;
  color: #6E4920;
  font-size: 0.7em;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(./images/arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* CONTACT */
.contact-block {
  padding: 150px 80px;
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
}

.contact-block-inner {
  width: 480px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}

.contact-row {
  position: relative;
  padding: 10px 0 10px 80px;
  margin-bottom: 30px;
  color: #6E4920;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 2px;
}

.contact-row:last-child {
  margin-bottom: 0;
}

.contact-row a {
  color: #6E4920;
}

.contact-row:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 43px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.contact-row-address:before {
  background-image: url("images/icon-address@2x.png");
}

.contact-row-phone:before {
  background-image: url("images/icon-phone@2x.png");
}

.contact-row-email:before {
  background-image: url("images/icon-email@2x.png");
}

/* SITEMAP */
.sitemap-links {
  /* max-width: 288px; */
  margin: 0 auto;
}
.sitemap-links li a br { 
  display: inline;
  content: '';
  padding-left: 8px;
  clear: none;
} 
.content .sitemap-links > ul > li {
  margin-bottom: 30px;
}
.content .sitemap-links ul ul {
  margin-top: 5px;
  margin-bottom: 0;
  list-style: circle;
}

/* SEARCH */
.search-form-container {
  max-width: 240px;
  border: 2px solid #FFF;
  background-color: #939393;
  border-radius: 18px;
}

.search-form {
  width: 100%;
}

.search-field {
  width: 100%;
  padding: 5px 40px;
}

.search-field:before {
  background-image: url("images/icon-search@2x.png");
  left: 10px;
  top: 6px;
  width: 17px;
  height: 17px;
}

.search-field input {
  width: 100%;
  color: #FFF;
  background-color: transparent;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
}

.search-field ::placeholder {
  color: #FFF;
  text-transform: uppercase;
}

.search-submit {
  display: none;
}

body.page-template-page-search .content,
body.search .content {
  padding-bottom: 60px;
}

.page-search-form {
  font-size: 1.6em;
}

.search-page-heading {
  margin-top: 60px;
  font-size: 3em;
  font-weight: 700;
  color: #000;
}

.search-page-text {
  margin-top: 20px;
}

.search-page-count {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #000;
}

.search-result {
  display: block;
  position: relative;
  top: 0;
  margin-bottom: 40px;
  text-decoration: none;
}

.search-result-title {
  color: #6E4920;
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: 0;
}

.search-result-link, p.search-result-link:last-child {
  margin: 5px 0 10px 0;
  color: #888;
  font-size: 1.4em;
  font-style: italic;
}

.search-result-excerpt {
  font-size: 1.6em;
}
.search-highlight {
  background-color: #fdfe84;
}

.back-to-top-container {
  position: fixed;
  display: block;
  right: 35px;
  bottom: 35px;
  z-index: 100;
}
.back-to-top {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto -15px auto;
  color: #FFF;
  background-color: #6E4920;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.bt-symbol, .bt-text {
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}
.bt-symbol {
  top: 8px;
  font-size: 1.8em;
}
.bt-text {
  top: 2px;
  font-size: 1.6em;
}

/*# sourceMappingURL=style.css.map */

.login-message {
  padding: 40px 0;
}
.login-message p {
  text-align: center;
}
.login-button {
  margin-top: 25px;
  text-align: center;
}
.login-button a {
  display: inline-block;
  padding: 15px 25px;
  color: #FFF;
  background-color: #6E4920;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}