@charset "UTF-8";
/*
Theme Name: Longyuan
Theme URI: 
Author: Partners Studio
Author URI: 
Description: 
Requires at least: WordPress 4.9.6
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: longyuan
Tags: 

*/
@font-face {
  font-family: myFirstFont;
  src: url(./fonts/jf-jinxuanlatte-1.0-medium.otf);
}
:root {
  font-size: 14px;
}
@media screen and (min-width: 1430px) {
  :root {
    font-size: 16px;
  }
}

.no-break {
  display: block;
}
@media screen and (max-width: 1200px) {
  .no-break {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .no-break {
    display: none;
  }
}

.break-medium {
  display: none;
}
@media screen and (max-width: 1200px) {
  .break-medium {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .break-medium {
    display: block;
  }
}

.break-small {
  display: none;
}
@media screen and (max-width: 1200px) {
  .break-small {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .break-small {
    display: block;
  }
}

/**
 *	WP only - START
 */
body.home {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  body.home {
    height: initial;
    overflow: initial;
    overflow-x: hidden;
  }
}

body.post-template-default,
body.page-template-page-contact-us,
body.page-template-page-charity,
body.post-template {
  background-color: #f2eeea;
}

.single main,
.page main {
  position: relative;
  top: 64px;
  max-width: 1000px;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .single main,
  .page main {
    top: 0;
  }
}

.home main {
  margin-top: 94px;
}
@media screen and (max-width: 1200px) {
  .home main {
    margin-top: 0;
  }
}

.page-template-page-philosophy .page-main {
  padding: 0;
}

.page-template-page-philosophy main {
  position: relative;
  top: 0;
  width: 100%;
  max-width: initial;
  min-height: 100vh;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .page-template-page-philosophy main {
    top: 0;
  }
}

.page-template main,
.post-template-default main,
.post-template main {
  top: 0;
  width: 100%;
  max-width: initial;
  margin-top: 94px;
}
@media screen and (max-width: 1200px) {
  .page-template main,
  .post-template-default main,
  .post-template main {
    top: 0;
    margin-top: 0px;
  }
}

.post-template-page-activites main {
  margin-top: 0;
}

.single footer,
.page footer {
  position: relative;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .single footer,
  .page footer {
    color: #8a6e4b;
  }
}

/**
 *	WP only - END
 */
.mobile-smooth-scroll {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: myFirstFont, Arial, "微軟正黑體", "黑体", sans-serif;
  width: 100%;
  color: #202322;
  background-color: #e1d8cf;
}
@media screen and (max-width: 1200px) {
  body {
    background-color: #8a6e4b;
  }
}

body.page-template-page-group {
  background-color: #f2eeea;
}

.index-slider {
  position: relative;
  overflow: hidden;
  height: 700px;
}
@media screen and (max-width: 1200px) {
  .index-slider {
    top: initial;
    position: relative;
  }
}
.index-slider .slider-container-wrapper {
  width: 100%;
  height: 100%;
  background-color: #c4b3a0;
}
@media screen and (max-width: 1200px) {
  .index-slider .slider-container-wrapper {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0px auto 0px auto;
  }
}
.index-slider .slider-container-wrapper .slide {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-position: center center;
}
.index-slider .slick-prev {
  left: 200px;
}
@media screen and (max-width: 1200px) {
  .index-slider .slick-prev {
    left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .index-slider .slick-dots {
    margin-left: initial;
  }
}
.index-slider .slick-prev .cls-1,
.index-slider .slick-next .cls-1 {
  fill: #fff;
}

.post-slider {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .post-slider {
    top: initial;
    position: relative;
  }
}
.post-slider .slider-container-wrapper {
  width: 100%;
  height: 100%;
  background-color: #c4b3a0;
}
@media screen and (max-width: 1200px) {
  .post-slider .slider-container-wrapper {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0px auto 0px auto;
  }
}
.post-slider .slider-container-wrapper .slide {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-position: center center;
}
.post-slider .slick-prev {
  left: 30px;
}
.post-slider .slick-dots {
  margin-left: -10px;
}
.post-slider .slick-prev .cls-1,
.post-slider .slick-next .cls-1 {
  fill: #fff;
}

a.phone-number:visited,
a.phone-number:link,
a.phone-number:hover,
a.phone-number {
  color: #8a6e4b;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a.phone-number:visited,
  a.phone-number:link,
  a.phone-number:hover,
  a.phone-number {
    color: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .page footer a.phone-number:visited,
  .page footer a.phone-number:link,
  .page footer a.phone-number:hover,
  .page footer a.phone-number,
  .single footer a.phone-number:visited,
  .single footer a.phone-number:link,
  .single footer a.phone-number:hover,
  .single footer a.phone-number {
    color: #8a6e4b;
  }
}

.center {
  max-width: 1064px;
  margin: auto;
  overflow: hidden;
}

#wrapper {
  opacity: 0;
  position: relative;
  overflow: hidden;
}

#preloader-canvas {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
}

/**
 *	header - START
 */
.logged-in.admin-bar header {
  width: 100%;
  position: fixed;
  top: 60px;
  z-index: 100;
  height: 66px;
  overflow: visible;
  background-color: #c4b3a0;
  padding-left: 300px;
}
@media screen and (min-width: 1430px) {
  .logged-in.admin-bar header {
    height: 66px;
  }
}
@media screen and (max-width: 1200px) {
  .logged-in.admin-bar header {
    position: relative;
    top: 0;
    padding-left: 0;
    height: 56px;
    background-color: #8a6e4b;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 30px;
  z-index: 100;
  height: 66px;
  overflow: visible;
  background-color: #c4b3a0;
  padding-left: 300px;
}
@media screen and (min-width: 1430px) {
  header {
    height: 66px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    position: relative;
    top: 0;
    padding-left: 0;
    height: 56px;
    background-color: #8a6e4b;
  }
}

.header-top-background {
  position: absolute;
  width: 100%;
  height: 30px;
  top: -30px;
  left: 0;
  background-color: #e1d8cf;
}

.admin-bar .logo-wrapper,
.page-template-default.admin-bar .logo-wrapper,
.page-template.admin-bar .logo-wrapper {
  position: fixed;
  top: 72px;
  left: 40px;
  z-index: 997;
}
@media screen and (max-width: 1200px) {
  .admin-bar .logo-wrapper,
  .page-template-default.admin-bar .logo-wrapper,
  .page-template.admin-bar .logo-wrapper {
    position: relative;
    z-index: 100;
    left: initial;
    top: 14px;
    width: 100%;
    text-align: center;
  }
}

.page-template.admin-bar .logo-wrapper,
.post-template-default.admin-bar .logo-wrapper,
.post-template.admin-bar .logo-wrapper {
  position: fixed;
  top: 60px;
  left: 0;
  padding: 12px 0 0 40px;
  z-index: 997;
  width: 220px;
  height: 66px;
  background-color: #8a6e4b;
}
@media screen and (max-width: 1200px) {
  .page-template.admin-bar .logo-wrapper,
  .post-template-default.admin-bar .logo-wrapper,
  .post-template.admin-bar .logo-wrapper {
    position: relative;
    z-index: 100;
    left: initial;
    top: 12px;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 0;
  }
}

.logo-wrapper {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 997;
}
@media screen and (max-width: 1200px) {
  .logo-wrapper {
    z-index: 100;
    left: initial;
    top: 14px;
    width: 100%;
    text-align: center;
  }
}

.page-template .logo-wrapper,
.post-template-default .logo-wrapper,
.post-template .logo-wrapper {
  position: fixed;
  top: 30px;
  left: 0;
  padding: 12px 0 0 40px;
  z-index: 997;
  width: 220px;
  height: 66px;
  background-color: #8a6e4b;
}
@media screen and (max-width: 1200px) {
  .page-template .logo-wrapper,
  .post-template-default .logo-wrapper,
  .post-template .logo-wrapper {
    position: relative;
    z-index: 100;
    left: initial;
    top: 12px;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 0;
  }
}

.home .logo-wrapper {
  z-index: 1000;
}

.logo-wrapper a {
  text-decoration: none;
}

#logo {
  width: 50px;
  margin: 0;
  display: inline-block;
}
#logo img {
  width: 100%;
}

.break-medium #logo {
  width: 38px;
}

#logo-typeface {
  width: 75px;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  top: 3px;
}
#logo-typeface img {
  width: 100%;
}

.break-medium #logo-typeface {
  width: 64px;
  top: -1px;
}

#calling-button {
  display: none;
  z-index: 9999;
}
#calling-button svg {
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  #calling-button {
    display: block;
    position: absolute;
    top: 16px;
    left: 25px;
  }
}

.nav-hamburger {
  position: absolute;
  z-index: 9999;
  right: 25px;
  top: 24px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .nav-hamburger {
    display: block;
    top: 18px;
  }
}

.nav-icon3 {
  width: 24px;
  height: 24px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 8px;
}

.nav-icon3 span:nth-child(4) {
  top: 16px;
}

.nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

nav {
  display: block;
  float: left;
  margin: 10px 20px 10px 0;
}
@media screen and (min-width: 1430px) {
  nav {
    margin: 8px 20px 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  nav {
    width: 100%;
    height: 100vh;
    margin-right: 0px;
    overflow: auto;
    float: none;
    position: absolute;
    top: 0px;
    z-index: 999;
    display: none;
    margin-top: 56px;
    background-color: #ad977d;
  }
}

#nav-close-area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

nav.open {
  display: block;
}

nav a {
  display: inline-block;
  color: #8a6e4b;
  padding: 14px 20px 14px 6px;
  text-decoration: none;
  letter-spacing: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
nav a:visited {
  color: #8a6e4b;
}
nav a:hover, nav a:focus, nav a.active {
  text-decoration: none;
}
nav a.active, nav a:hover {
  color: #000;
}
nav a.active .nav-drop-icon .nav-arrow, nav a:hover .nav-drop-icon .nav-arrow {
  fill: #000;
}
@media screen and (max-width: 1200px) {
  nav a {
    font-size: 16px;
    padding: 14px 0px 14px 0px;
    width: 100%;
    color: #ffffff;
  }
  nav a:hover {
    color: #fff;
  }
  nav a:hover .nav-drop-icon .nav-arrow {
    fill: #8a6e4b;
  }
}

.dropdown {
  position: initial;
  display: inline-block;
}
.dropdown img {
  width: 77px;
}
@media screen and (max-width: 1200px) {
  .dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .nav__border-top {
    border-top: 1px solid #ffffff;
  }
}

.dropdown-content {
  visibility: hidden;
  position: absolute;
  margin: 6px 0;
  z-index: 999;
  background-color: #e1d8cf;
  min-width: 120px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .dropdown-content {
    visibility: initial;
    display: none;
    position: relative;
    padding: 2px 0px;
    margin: 0;
  }
}

.dropdown-content a {
  float: none;
  color: #ffffff;
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
  letter-spacing: 5px;
  background-color: #c4b3a0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .dropdown-content a {
    font-size: 14px;
    background-color: #c4b3a0;
    padding: 14px 0px 14px 0px;
    text-align: center;
  }
}
.dropdown-content a:visited {
  color: #f2eeea;
}
.dropdown-content a:hover, .dropdown-content a:focus, .dropdown-content a.active {
  text-decoration: none;
  color: #000;
  background-color: #8a6e4b;
}
.dropdown-content a:hover .nav-arrow, .dropdown-content a:focus .nav-arrow, .dropdown-content a.active .nav-arrow {
  fill: #000;
}

.dropdown.child-active > a {
  color: #000;
}
.dropdown.child-active > a .nav-arrow {
  fill: #000;
}

.dropdown.active .dropdown-content {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .dropdown.active .dropdown-content {
    visibility: initial;
    display: block;
    opacity: 1;
    padding: 0;
    border-top: 1px solid #ffffff;
  }
}

.dropdown.active .nav-drop-icon {
  -moz-transform: rotateX(180deg) translateY(-2px);
  -o-transform: rotateX(180deg) translateY(-2px);
  -ms-transform: rotateX(180deg) translateY(-2px);
  -webkit-transform: rotateX(180deg) translateY(-2px);
  transform: rotateX(180deg) translateY(-2px);
}

.dropdown.active .dropbtn {
  color: #000;
}
.dropdown.active .dropbtn .nav-drop-icon .nav-arrow {
  fill: #000;
}
@media screen and (max-width: 1200px) {
  .dropdown.active .dropbtn {
    color: #fff;
  }
  .dropdown.active .dropbtn .nav-drop-icon .nav-arrow {
    fill: #fff;
  }
}

.navbtn {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .navbtn {
    text-align: center;
  }
}

.nav-drop-icon {
  position: absolute;
  top: 12px;
  right: 11px;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .nav-drop-icon {
    right: inherit;
    left: 50%;
    margin: 0 0 0 80px;
  }
}

.nav-sub-icon {
  position: relative;
  display: inline-block;
  margin-left: -2px;
  top: -2px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-sub-icon .nav-arrow {
  fill: #ffffff;
}

.nav-arrow {
  fill: #8a6e4b;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .nav-arrow {
    fill: #ffffff;
  }
}

/**
   *	header - EDN
   */
/**
 *	footer - START
 */
footer {
  position: fixed;
  bottom: 0px;
  min-height: 50px;
  width: 100%;
  background: #e1d8cf;
  color: #8a6e4b;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  footer {
    position: relative;
    background: #8a6e4b;
    color: #ffffff;
    padding-top: 0;
  }
}

#footer-content {
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #footer-content {
    flex-direction: column;
    padding: 0 60px;
  }
}

#footer-content .social,
#footer-content .info {
  vertical-align: top;
  display: block;
  float: left;
}

@media screen and (max-width: 768px) {
  #footer-content .social {
    text-align: center;
    display: none;
  }
}

#footer-content .info {
  padding: 0 10px 0 0;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footer-content .info {
    border-left: 0px solid #8a6e4b;
    padding: 10px 0 0;
    margin: 10px 0 0;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
  }
}

#footer-content .info > div {
  display: inline-block;
  margin: 0px 0;
}
#footer-content .info > div.break-small.social {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer-content .info > div.break-small.social {
    display: block;
    float: initial;
    margin: 0 0 10px;
  }
}

#footer-content .info > div:first-child {
  margin: 0;
}

#footer-content div.copy-right {
  margin: 10px 0 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  #footer-content div.copy-right {
    line-height: 14px;
  }
}

@media screen and (max-width: 768px) {
  #footer-content div.copy-right.no-break {
    display: none;
  }
}

#footer-content div.copy-right.break-small {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer-content div.copy-right.break-small {
    display: inline-block;
  }
}

.icon-mail .cls-1 {
  fill: #8a6e4b;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .icon-mail .cls-1 {
    fill: #ffffff;
  }
}
.icon-mail .cls-2 {
  fill: #ffffff;
  fill-rule: evenodd;
}
@media screen and (max-width: 768px) {
  .icon-mail .cls-2 {
    fill: #8a6e4b;
  }
}
.icon-mail:hover .cls-1 {
  fill: #c4b3a0;
}

.social-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0px 5px;
  position: relative;
}

.icon-address,
.icon-fax,
.icon-phone,
.icon-calendar {
  display: inline-block;
  margin-right: 2px;
}

.icon-phone {
  position: relative;
  top: -1px;
  left: 6px;
}

.icon-fax {
  position: relative;
  top: -1px;
  left: 6px;
}

.icon-address {
  position: relative;
  top: -1px;
  left: 6px;
}

.icon-address svg .cls-1,
.icon-fax svg .cls-1,
.icon-phone svg .cls-1 {
  fill: #8a6e4b;
}
@media screen and (max-width: 768px) {
  .icon-address svg .cls-1,
  .icon-fax svg .cls-1,
  .icon-phone svg .cls-1 {
    fill: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .page .icon-address,
  .page .icon-fax,
  .page .icon-phone,
  .single .icon-address,
  .single .icon-fax,
  .single .icon-phone {
    top: -1px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .page .icon-address svg .cls-1,
  .page .icon-fax svg .cls-1,
  .page .icon-phone svg .cls-1,
  .single .icon-address svg .cls-1,
  .single .icon-fax svg .cls-1,
  .single .icon-phone svg .cls-1 {
    fill: #8a6e4b;
  }
}

.tip {
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 30px;
  overflow: hidden;
}

.tip::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  bottom: 18px;
  background-color: #fff;
  z-index: 0;
  border-radius: 0px;
  transform: rotate(45deg);
}

.back-top {
  width: 60px;
  height: 60px;
  background-color: #8a6e4b;
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 998;
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .back-top {
    width: 40px;
    height: 40px;
    bottom: 60px;
  }
}
.back-top img {
  width: 50%;
  margin: 15px auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .back-top img {
    margin: 10px auto;
  }
}

/**
   *	footer - END
   */
.black-label-title {
  background-color: #000;
  padding: 6px;
  margin: 30px 0 0;
  text-align: center;
  letter-spacing: 2px;
  font-size: 22px;
  color: #f2eeea;
}

.progress-gold-title {
  width: 50%;
  color: #f2eeea;
  background-color: #8a6e4b;
  position: relative;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.progress-gold-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #8a6e4b transparent transparent transparent;
}

.image-title {
  color: #8a6e4b;
  margin: 10px 0 40px;
}

.image-title::before {
  content: "◎";
  margin-right: 5px;
}

.image-title::after {
  content: "》";
}

.project-coming-location {
  background-color: #dbd0c4;
  max-width: initial;
}
.project-coming-location .icon-address,
.project-coming-location .icon-fax,
.project-coming-location .icon-phone,
.project-coming-location .icon-calendar {
  left: 0;
}
.project-coming-location .icon-address svg .cls-1,
.project-coming-location .icon-fax svg .cls-1,
.project-coming-location .icon-phone svg .cls-1 {
  fill: #202322;
}
.project-coming-location .icon-calendar svg .cls-1 {
  fill: #242424;
}
.project-coming-location .icon-calendar svg .cls-2 {
  fill: #fff;
}
.project-coming-location .icon-calendar svg .cls-3 {
  fill: #202322;
}
@media screen and (max-width: 768px) {
  .project-coming-location .location-info {
    padding: 0;
    margin: 20px 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.progress-timeline .progress-floor-box {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .progress-timeline .progress-floor-box {
    margin-left: -15px;
  }
}
.progress-timeline .progress-floor {
  display: inline-block;
  text-align: center;
  width: 94px;
  padding: 2px 10px;
  margin-right: 12px;
  background-color: #000;
  color: #ffffff;
}
.progress-timeline .progress-floor::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -100px;
  width: 100%;
  border-top: 2px dotted #000;
}
.progress-timeline .progress-block {
  position: relative;
  display: flex;
  flex-direction: row;
}
.progress-timeline .progress-time-point {
  position: absolute;
  width: 2px;
  height: 100%;
  margin-left: 10px;
  background-color: #000;
}
.progress-timeline .progress-time-point .progress-time-point-ball {
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #8a6e4b;
}
.progress-timeline .progress-time-point .progress-time-point-center {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
}
.progress-timeline .progress-content {
  margin-left: 40px;
  width: 100%;
}
.progress-timeline .progress-content_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .progress-timeline .progress-content_text {
    width: 100%;
  }
}
.progress-timeline .progress-name-date {
  padding: 10px 0 20px;
  font-size: 18px;
}
.progress-timeline .progress-name {
  margin-left: 20px;
}
.progress-timeline .progress-image {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .progress-timeline .progress-image {
    padding-top: 10px;
    padding-left: 0;
  }
}

.post-template-default main.page-project-complete-main,
.post-template-default main.page-project-coming-main,
.post-template-default main.page-project-progress-main,
.post-template-default main.page-urban-renewal-main,
.post-template main.page-project-complete-main,
.post-template main.page-project-coming-main,
.post-template main.page-project-progress-main,
.post-template main.page-urban-renewal-main {
  font-weight: initial;
}
.post-template-default main.page-project-complete-main .content,
.post-template-default main.page-project-coming-main .content,
.post-template-default main.page-project-progress-main .content,
.post-template-default main.page-urban-renewal-main .content,
.post-template main.page-project-complete-main .content,
.post-template main.page-project-coming-main .content,
.post-template main.page-project-progress-main .content,
.post-template main.page-urban-renewal-main .content {
  padding: 16px 0;
}
.post-template-default main.page-project-complete-main .info-line,
.post-template-default main.page-project-coming-main .info-line,
.post-template-default main.page-project-progress-main .info-line,
.post-template-default main.page-urban-renewal-main .info-line,
.post-template main.page-project-complete-main .info-line,
.post-template main.page-project-coming-main .info-line,
.post-template main.page-project-progress-main .info-line,
.post-template main.page-urban-renewal-main .info-line {
  padding: 3px 0;
  display: flex;
  flex-direction: row;
}
.post-template-default main.page-project-complete-main .info-title,
.post-template-default main.page-project-coming-main .info-title,
.post-template-default main.page-project-progress-main .info-title,
.post-template-default main.page-urban-renewal-main .info-title,
.post-template main.page-project-complete-main .info-title,
.post-template main.page-project-coming-main .info-title,
.post-template main.page-project-progress-main .info-title,
.post-template main.page-urban-renewal-main .info-title {
  display: inline-block;
  text-align: center;
  width: 94px;
  padding: 2px 10px;
  margin-right: 12px;
}
.post-template-default main.page-project-complete-main .info-title-style-1,
.post-template-default main.page-project-coming-main .info-title-style-1,
.post-template-default main.page-project-progress-main .info-title-style-1,
.post-template-default main.page-urban-renewal-main .info-title-style-1,
.post-template main.page-project-complete-main .info-title-style-1,
.post-template main.page-project-coming-main .info-title-style-1,
.post-template main.page-project-progress-main .info-title-style-1,
.post-template main.page-urban-renewal-main .info-title-style-1 {
  background-color: #ad977d;
  color: #ffffff;
}
.post-template-default main.page-project-complete-main .bold,
.post-template-default main.page-project-coming-main .bold,
.post-template-default main.page-project-progress-main .bold,
.post-template-default main.page-urban-renewal-main .bold,
.post-template main.page-project-complete-main .bold,
.post-template main.page-project-coming-main .bold,
.post-template main.page-project-progress-main .bold,
.post-template main.page-urban-renewal-main .bold {
  font-weight: 800;
}

.post-template-default main .head-cover,
.post-template main .head-cover,
.page-template main .head-cover {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .post-template-default main .head-cover,
  .post-template main .head-cover,
  .page-template main .head-cover {
    width: initial;
    height: 200px;
    background-position: center;
    background-size: cover;
  }
}
.post-template-default main .container, .post-template-default main .container-lg, .post-template-default main .container-md, .post-template-default main .container-sm,
.post-template main .container,
.post-template main .container-lg,
.post-template main .container-md,
.post-template main .container-sm,
.page-template main .container,
.page-template main .container-lg,
.page-template main .container-md,
.page-template main .container-sm {
  max-width: initial;
  padding: 0;
  margin: 0;
}
.post-template-default main .row-wrapper,
.post-template main .row-wrapper,
.page-template main .row-wrapper {
  padding: 20px 0;
}
.post-template-default main .row-wrapper-style-1,
.post-template main .row-wrapper-style-1,
.page-template main .row-wrapper-style-1 {
  background-color: #f2eeea;
}
.post-template-default main .row-wrapper-style-2,
.post-template main .row-wrapper-style-2,
.page-template main .row-wrapper-style-2 {
  background-color: #dbd0c4;
}
@media screen and (max-width: 768px) {
  .post-template-default main .row-wrapper:first-child,
  .post-template main .row-wrapper:first-child,
  .page-template main .row-wrapper:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .post-template-default main .row-wrapper:last-child,
  .post-template main .row-wrapper:last-child,
  .page-template main .row-wrapper:last-child {
    padding-top: 0;
  }
}
.post-template-default main .row,
.post-template main .row,
.page-template main .row {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.post-template-default main .title,
.post-template main .title,
.page-template main .title {
  padding: 28px 0;
  font-size: 28px;
}
.post-template-default main .context,
.post-template main .context,
.page-template main .context {
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .post-template-default main .vh-100,
  .post-template main .vh-100,
  .page-template main .vh-100 {
    height: initial !important;
  }
}
@media screen and (max-width: 768px) {
  .post-template-default main .col-md-6,
  .post-template main .col-md-6,
  .page-template main .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .post-template-default main .img-global,
  .post-template main .img-global,
  .page-template main .img-global {
    padding: 0 3rem;
  }
}
.post-template-default main .youtube,
.post-template main .youtube,
.page-template main .youtube {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.post-template-default main .youtube iframe,
.post-template main .youtube iframe,
.page-template main .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.post-template-default main .small-image,
.post-template main .small-image,
.page-template main .small-image {
  width: 300px;
  height: 180px;
  background-size: cover;
  margin: auto;
}

.wp-block-embed__wrapper,
.google-maps {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  border: 1px solid #231916;
  box-sizing: border-box;
}

.wp-block-embed__wrapper iframe,
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.affiliates-box {
  position: fixed;
  left: 20px;
  bottom: 40px;
  z-index: 1000;
  color: #ffffff;
  text-align: justify;
  text-justify: inter-character;
}

.affiliates-title {
  padding: 5px 0;
  margin: 5px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.affiliates-name {
  padding: 5px 0 4px;
}
.affiliates-name a:visited,
.affiliates-name a:link,
.affiliates-name a:hover,
.affiliates-name a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.affiliates-name a:hover {
  border-bottom: 1px solid #ffffff;
}

.distribute-evenly {
  display: flex;
  justify-content: space-between;
}

.vh-100 {
  height: 100vh;
}

.row-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-scroll-dots {
  position: fixed;
  right: 52px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .side-scroll-dots {
    display: none;
  }
}

#side-menu {
  margin: 0;
  position: relative;
  display: block;
  background-color: transparent;
  height: initial;
}

#side-menu .center-line {
  display: block;
  position: absolute;
  height: 120%;
  width: 1px;
  left: 4px;
  top: -10%;
  background-color: #c4b3a0;
  z-index: -1;
}

.single-page-nav {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  background-color: #c4b3a0;
  padding: 0;
  margin: 8px 0;
}

a.single-page-nav.active {
  background-color: #8a6e4b;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #ad977d;
}

/* WP form */
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: none;
  color: #ffffff;
  background-color: #8a6e4b;
  width: 100%;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #8a6e4b;
  border: none;
  opacity: 0.6;
  cursor: pointer;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
  margin: 10px auto;
}

/* WP form - END */
/* charity-page */
.page-charity-main {
  min-height: 100vh;
}
@media screen and (max-width: 800px) {
  .page-charity-main {
    min-height: initial;
  }
}
.page-charity-main .no-posts-message {
  text-align: center;
  padding: 20px 0;
}
.page-charity-main .charity-cards {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #8a6e4b;
}
.page-charity-main .charity-card {
  width: 32%;
  background-color: #e1d8cf;
  text-align: center;
  cursor: pointer;
  padding: 40px 0px 40px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .page-charity-main .charity-card {
    padding: 20px 0px 20px;
  }
}
.page-charity-main .charity-card.isActive .charity-card-cover {
  mix-blend-mode: initial;
  opacity: 0.5;
}
.page-charity-main .charity-card-cover {
  background-color: #202322;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-charity-main .charity-card-text {
  z-index: 99;
  position: relative;
  color: #202322;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .page-charity-main .charity-card-text {
    font-size: 1.3rem;
  }
}
.page-charity-main .charity-number {
  font-size: 2.6rem;
}
.page-charity-main .charity-number > span {
  font-size: 1rem;
  padding: 0 5px;
}
.page-charity-main .posts {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .page-charity-main .posts {
    flex-direction: column;
  }
}
.page-charity-main .post {
  width: 33.3%;
  margin: 20px 0;
  padding: 0 5px;
}
@media screen and (max-width: 800px) {
  .page-charity-main .post {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 800px) {
  .page-charity-main .post:nth-child(even) {
    width: 100%;
    padding: 0 10px;
  }
}
.page-charity-main .post:nth-child(3n+1) {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 800px) {
  .page-charity-main .post:nth-child(3n+1) {
    padding: 0 10px;
  }
}
.page-charity-main .post:nth-child(3n+3) {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 800px) {
  .page-charity-main .post:nth-child(3n+3) {
    padding: 0 10px;
  }
}
.page-charity-main .post a {
  text-decoration: none;
}
.page-charity-main .post:hover .post__image {
  opacity: 0.8;
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.page-charity-main .post__cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  background-color: #ad977d;
}
.page-charity-main .post__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background-position: center;
  background-size: cover;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 8s ease-in-out, opacity 0.3s ease;
  -moz-transition: transform 8s ease-in-out, opacity 0.3s ease;
  -ms-transition: transform 8s ease-in-out, opacity 0.3s ease;
  transition: transform 8s ease-in-out, opacity 0.3s ease;
}
.page-charity-main .post__content {
  position: relative;
}
.page-charity-main .post__date {
  font-size: 0.85rem;
}
.page-charity-main .post__title {
  font-size: 1.14rem;
  font-weight: bold;
  padding: 0.8rem 0;
  color: #202322;
}
.page-charity-main .post__link-icon {
  position: absolute;
  font-weight: bold;
  right: 0.5rem;
  bottom: 0.5rem;
}
.page-charity-main .post__link-icon i {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-charity-main .more-button-container {
  text-align: center;
}
.page-charity-main .more-button-container a {
  padding: 10px 20px;
  background-color: #8a6e4b;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
}

#charity {
  width: 100%;
  padding: 20px 0;
  min-height: 80vh;
}

/* charity-page - END */
.head-image {
  width: 100vw;
  height: 70vh;
  background-size: cover;
  margin: 0 -50vw;
  left: 50%;
  position: relative;
  background-position: top center;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
