@import url("https://use.typekit.net/qyb3gtj.css");
/**
 * 	CSS written by
 * 	@author: frank@awd.com.au;
 * 	General
 * 	- 1 Color Scheme
 * 	- 2 Spacers
 * 	- 3 Classes
 */
/*
 * 0: Mixins
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package storefront
 */
/* @include box-shadow(1px,1px,1px,0, #fff, true); */
/*
 * 0: Spacers
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * It will generate several classes such as:
 * .m-r-10 which gives margin-right 10 pixels.
 * .m-r-15 gives MARGIN to the RIGHT 15 pixels.
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * The first letter is "m" or "p" for MARGIN or PADDING
 * Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
 * Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
 * 
 * @package storefront
 */
.m5t {
  margin-top: 5px;
}
.p5t {
  padding-top: 5px;
}
.m5b {
  margin-bottom: 5px;
}
.p5b {
  padding-bottom: 5px;
}
.m5l {
  margin-left: 5px;
}
.p5l {
  padding-left: 5px;
}
.m5r {
  margin-right: 5px;
}
.p5r {
  padding-right: 5px;
}
.m10t {
  margin-top: 10px;
}
.p10t {
  padding-top: 10px;
}
.m10b {
  margin-bottom: 10px;
}
.p10b {
  padding-bottom: 10px;
}
.m10l {
  margin-left: 10px;
}
.p10l {
  padding-left: 10px;
}
.m10r {
  margin-right: 10px;
}
.p10r {
  padding-right: 10px;
}
.m15t {
  margin-top: 15px;
}
.p15t {
  padding-top: 15px;
}
.m15b {
  margin-bottom: 15px;
}
.p15b {
  padding-bottom: 15px;
}
.m15l {
  margin-left: 15px;
}
.p15l {
  padding-left: 15px;
}
.m15r {
  margin-right: 15px;
}
.p15r {
  padding-right: 15px;
}
.m20t {
  margin-top: 20px;
}
.p20t {
  padding-top: 20px;
}
.m20b {
  margin-bottom: 20px;
}
.p20b {
  padding-bottom: 20px;
}
.m20l {
  margin-left: 20px;
}
.p20l {
  padding-left: 20px;
}
.m20r {
  margin-right: 20px;
}
.p20r {
  padding-right: 20px;
}
.m25t {
  margin-top: 25px;
}
.p25t {
  padding-top: 25px;
}
.m25b {
  margin-bottom: 25px;
}
.p25b {
  padding-bottom: 25px;
}
.m25l {
  margin-left: 25px;
}
.p25l {
  padding-left: 25px;
}
.m25r {
  margin-right: 25px;
}
.p25r {
  padding-right: 25px;
}
.m30t {
  margin-top: 30px;
}
.p30t {
  padding-top: 30px;
}
.m30b {
  margin-bottom: 30px;
}
.p30b {
  padding-bottom: 30px;
}
.m30l {
  margin-left: 30px;
}
.p30l {
  padding-left: 30px;
}
.m30r {
  margin-right: 30px;
}
.p30r {
  padding-right: 30px;
}
.m35t {
  margin-top: 35px;
}
.p35t {
  padding-top: 35px;
}
.m35b {
  margin-bottom: 35px;
}
.p35b {
  padding-bottom: 35px;
}
.m35l {
  margin-left: 35px;
}
.p35l {
  padding-left: 35px;
}
.m35r {
  margin-right: 35px;
}
.p35r {
  padding-right: 35px;
}
.m40t {
  margin-top: 40px;
}
.p40t {
  padding-top: 40px;
}
.m40b {
  margin-bottom: 40px;
}
.p40b {
  padding-bottom: 40px;
}
.m40l {
  margin-left: 40px;
}
.p40l {
  padding-left: 40px;
}
.m40r {
  margin-right: 40px;
}
.p40r {
  padding-right: 40px;
}
.m45t {
  margin-top: 45px;
}
.p45t {
  padding-top: 45px;
}
.m45b {
  margin-bottom: 45px;
}
.p45b {
  padding-bottom: 45px;
}
.m45l {
  margin-left: 45px;
}
.p45l {
  padding-left: 45px;
}
.m45r {
  margin-right: 45px;
}
.p45r {
  padding-right: 45px;
}
.m50t {
  margin-top: 50px;
}
.p50t {
  padding-top: 50px;
}
.m50b {
  margin-bottom: 50px;
}
.p50b {
  padding-bottom: 50px;
}
.m50l {
  margin-left: 50px;
}
.p50l {
  padding-left: 50px;
}
.m50r {
  margin-right: 50px;
}
.p50r {
  padding-right: 50px;
}
.m80t {
  margin-top: 80px;
}
.p80t {
  padding-top: 80px;
}
.m80b {
  margin-bottom: 80px;
}
.p80b {
  padding-bottom: 80px;
}
.m80l {
  margin-left: 80px;
}
.p80l {
  padding-left: 80px;
}
.m80r {
  margin-right: 80px;
}
.p80r {
  padding-right: 80px;
}
.m100t {
  margin-top: 100px;
}
.p100t {
  padding-top: 100px;
}
.m100b {
  margin-bottom: 100px;
}
.p100b {
  padding-bottom: 100px;
}
.m100l {
  margin-left: 100px;
}
.p100l {
  padding-left: 100px;
}
.m100r {
  margin-right: 100px;
}
.p100r {
  padding-right: 100px;
}
.m150t {
  margin-top: 150px;
}
.p150t {
  padding-top: 150px;
}
.m150b {
  margin-bottom: 150px;
}
.p150b {
  padding-bottom: 150px;
}
.m150l {
  margin-left: 150px;
}
.p150l {
  padding-left: 150px;
}
.m150r {
  margin-right: 150px;
}
.p150r {
  padding-right: 150px;
}
.m200t {
  margin-top: 200px;
}
.p200t {
  padding-top: 200px;
}
.m200b {
  margin-bottom: 200px;
}
.p200b {
  padding-bottom: 200px;
}
.m200l {
  margin-left: 200px;
}
.p200l {
  padding-left: 200px;
}
.m200r {
  margin-right: 200px;
}
.p200r {
  padding-right: 200px;
}
.m250t {
  margin-top: 250px;
}
.p250t {
  padding-top: 250px;
}
.m250b {
  margin-bottom: 250px;
}
.p250b {
  padding-bottom: 250px;
}
.m250l {
  margin-left: 250px;
}
.p250l {
  padding-left: 250px;
}
.m250r {
  margin-right: 250px;
}
.p250r {
  padding-right: 250px;
}
/*** -1 Color Scheme ***/
.t-primary {
  color: #000;
}
.b-primary {
  background-color: #000;
}
.t-secondary {
  color: #fff;
}
.b-secondary {
  background-color: #fff;
}
.t-grey {
  color: #f2f2f2;
}
.b-grey {
  background-color: #f2f2f2;
}
.t-dark {
  color: #000;
}
.b-dark {
  background-color: #000;
}
.t-white {
  color: #fff;
}
.b-white {
  background-color: #fff;
}
.t-dark-grey {
  color: #777;
}
.b-dark-grey {
  background-color: #777;
}
.t-light-grey {
  color: #f4f4f4;
}
.b-light-grey {
  background-color: #f4f4f4;
}
/*
 * 0: Classes
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package storefront
 */
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Brown-light, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
}
html.custom-background, body.custom-background {
  background-color: #f2f2f2 !important;
}
.t-big {
  font-size: 18px;
}
.t-small {
  font-size: 14px;
}
.t-xsmall {
  font-size: 12px;
}
h1, h2, h3 {
  line-height: 1;
  font-family: Brown-Bold, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  font-weight: 700;
  font-style: normal;
}
main {
  overflow: hidden;
  width: 100%;
}
section, footer {
  position: relative;
  width: 100%;
  float: left;
}
.sec-heading {
  border-left: 5px solid #000;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.sec-imptext {
  font-size: 18px;
  margin-top: 25px;
}
a {
  display: inline-block;
  color: #000;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}
a, a:hover, a:focus, input, input:hover, input:focus {
  transition: all 0.5s ease;
  outline: none;
}
p {
  font-size: 1em;
}
img {
  max-width: 100%;
}
.t-GTitalic {
  font-family: GTSectraFine-Book, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}
strong {
  font-family: Brown-Bold, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}
.t-light {
  font-family: Brown-light, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif !important;
}
.title {
  font-size: 33px;
  font-family: Brown-Bold, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
#hero-sliders .title {
  color: #fff;
}
.title.title-underline {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.title.title-underline:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.title.title-l {
  font-size: 40px;
}
.title.title-s {
  font-size: 22px;
}
.title.title-thin {
  font-weight: 400;
}
input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, button:focus {
  outline: 0;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
form#search .input-group .form-control, form#search .input-group .btn {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
  font-size: 12px;
}
form#search .input-group .form-control:focus, form#search .input-group .btn:focus, form#search .input-group .form-control:hover, form#search .input-group .btn:hover {
  box-shadow: none;
}
form#search .input-group .form-control {
  padding-left: 0;
}
form#search .input-group span button {
  padding-right: 0;
}
form#search .input-group span button i {
  color: #000;
  transition: all 0.5s ease;
}
form#search .input-group span:hover i, form#search .input-group span:focus i {
  color: #fff;
  transition: all 0.5s ease;
}
/*** -3 Classes ***/
.has-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.has-absolute {
  position: relative;
}
.absolute-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.absolute-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.table-div {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.has-image {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.square {
  position: relative;
  width: 100%;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square.pb-four:after {
  padding-bottom: 40%;
}
.square.pb-five:after {
  padding-bottom: 50%;
}
.square.pb-seven:after {
  padding-bottom: 70%;
}
.square.pb-eight:after {
  padding-bottom: 80%;
}
.underline {
  border-bottom: 1px solid #f2f2f2;
}
.dash-dot .slick-dots li {
  width: 40px;
}
.dash-dot .slick-dots li button:before {
  content: "\f2d1";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  font-size: 40px;
  opacity: 1;
}
.dash-dot .slick-dots li.slick-active button:before {
  color: #000;
}
ul.ul-circle {
  list-style-type: circle;
  padding-left: 20px;
}
ul.ul-m20b li {
  margin-bottom: 20px;
}
.grid .item {
  position: relative;
  width: 100%;
}
.grid .item .has-image {
  height: 100%;
  width: 100%;
  padding-bottom: 60%;
}
.grid .item .overlay {
  background-color: rgba(5, 5, 5, 0.8);
  opacity: 0.8;
  transition: 0.3s ease-in;
  text-align: center;
}
.grid .item.project-item .overlay {
  background-color: transparent;
}
.grid .item .title-wrap {
  transition: 0.5s;
  text-align: center;
  opacity: 1;
}
.grid .item .title-wrap p {
  margin-bottom: 0;
  color: #fff;
}
.grid .item span.inline.ahref.dark {
  display: none;
}
.grid .item .project-name {
  color: #fff;
  margin: 0;
}
.grid .item:hover .overlay {
  opacity: 0.4;
}
.grid .item:hover .title-wrap {
  opacity: 1;
}
.grid .item:hover .ahref {
  color: #fff;
  background-color: #000;
}
.grid .item.project-item .overlay {
  background-color: transparent;
  opacity: 1;
}
.grid .item.project-item .title-wrap {
  opacity: 1;
}
.grid .item.project-item:hover .ahref {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.square-dots .slick-dots {
  position: absolute;
  text-align: right;
  padding-right: 50px;
  width: 50px;
  right: 0;
  bottom: 50%;
}
.square-dots .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
  padding: 2px;
  margin: 0 0 15px;
}
.square-dots .slick-dots li button {
  background-color: #fff !important;
  border-radius: 0 !important;
  width: 10px !important;
  height: 10px !important;
  padding: 2px !important;
  margin: 0 !important;
}
.square-dots .slick-dots li button:before {
  content: none;
}
.square-dots .slick-dots li.slick-active {
  border: 1px solid #fff;
}
.news .title-wrap {
  background: #fff;
  height: 100%;
  padding: 25px;
  z-index: 10;
  min-height: 230px;
}
.news .title-wrap .news-title-bolck {
  height: 86px;
}
.news .title-wrap .news-title-bolck .title {
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  height: 86px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .title-wrap .news-title-bolck .ahref {
  opacity: 0;
  height: 0;
  transition: 0s;
}
.news .item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.news .item .news-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.news .item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  z-index: auto;
  z-index: 0;
  opacity: 0;
}
.news .item:hover .overlay {
  opacity: 1;
}
.news .item:hover .title-wrap .title {
  height: 0;
}
.news .item:hover .title-wrap .ahref {
  opacity: 1;
  height: auto;
  transition: 0s;
}
.news .news-wrap:hover .overlay {
  opacity: 1;
}
.news .news-wrap:hover .title-wrap .title {
  opacity: 0;
}
.news#stories .item {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news#stories .item {
    margin-bottom: 25px;
  }
}
.news#stories .item .video-icon {
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  transition: 0.5s;
}
.news#stories .item .title {
  text-transform: uppercase;
}
.news#stories .item .title-wrap {
  min-height: 0;
}
.news#stories .item .news-image {
  padding-bottom: 70%;
}
@media (max-width: 767px) {
  .news#stories .item:hover {
    height: auto;
  }
  .news#stories .item:hover .has-overlay {
    opacity: 0;
  }
  .news#stories .item:hover .title-wrap .title {
    height: auto;
  }
  .news#stories .item .title-wrap .news-title-bolck {
    height: auto;
  }
  .news#stories .item .title-wrap .news-title-bolck .ahref {
    opacity: 1 !important;
    height: auto !important;
  }
}
.news#stories.home .item {
  margin-bottom: 0;
}
.news#stories.home .item .title {
  font-size: 18px;
}
.news#stories.home .item .news-image {
  padding-bottom: 90%;
}
@media (max-width: 767px) {
  .news#stories.home .item .news-image {
    padding-bottom: 65%;
  }
}
@media (max-width: 767px) {
  .news#stories.home .item .has-overlay {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .news#stories.home .item:hover {
    opacity: 1;
  }
}
.news#stories.home .slick-prev, .news#stories.home .slick-next {
  top: 46%;
}
/*
 * 0: Buttons
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package awd
 */
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  max-width: 100%;
  font-weight: 600;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.primary.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.primary.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.primary.bordered {
  color: #000;
  background-color: transparent;
  border: 1.5px solid #000;
}
.ahref.primary.bordered.arrow-right:before {
  color: #000;
  background-color: transparent;
  border: 1.5px solid #000;
}
.ahref.primary.bordered:hover {
  background-color: #000;
  color: #fff;
}
.ahref.primary.bordered:hover:before {
  right: calc(-1em - 45px);
  color: #000;
  background-color: #fff;
}
.ahref.primary.bordered.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.primary.solid {
  border: 1.5px solid #000;
  background-color: #000;
  color: #fff;
}
.ahref.primary.solid.arrow-right:before {
  color: #fff;
  background-color: #000;
  border: 1.5px solid #000;
}
.ahref.primary.solid:hover {
  text-decoration: none;
}
.ahref.primary.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.primary.solid.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.primary.line {
  padding: 20px 0px 10px;
  color: #000;
}
.ahref.primary.line:hover {
  text-decoration: none;
}
.ahref.primary.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  color: #000;
}
.ahref.primary.round {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 50px;
}
.ahref.primary.round:hover {
  color: #fff;
  background-color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.ahref.primary.line {
  color: #000;
}
.ahref.primary.line:hover {
  text-decoration: none;
}
.ahref.primary.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  color: #000;
}
.ahref.primary.text {
  color: #000;
}
.ahref.filled {
  min-width: 200px;
}
.ahref.filled-s {
  min-width: 125px;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  max-width: 100%;
  font-weight: 600;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.secondary.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.secondary.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.secondary.bordered {
  color: #fff;
  background-color: transparent;
  border: 1.5px solid #fff;
}
.ahref.secondary.bordered.arrow-right:before {
  color: #fff;
  background-color: transparent;
  border: 1.5px solid #fff;
}
.ahref.secondary.bordered:hover {
  background-color: #fff;
  color: #fff;
}
.ahref.secondary.bordered:hover:before {
  right: calc(-1em - 45px);
  color: #fff;
  background-color: #fff;
}
.ahref.secondary.bordered.invert:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.ahref.secondary.solid {
  border: 1.5px solid #fff;
  background-color: #fff;
  color: #fff;
}
.ahref.secondary.solid.arrow-right:before {
  color: #fff;
  background-color: #fff;
  border: 1.5px solid #fff;
}
.ahref.secondary.solid:hover {
  text-decoration: none;
}
.ahref.secondary.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.secondary.solid.invert:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.ahref.secondary.line {
  padding: 20px 0px 10px;
  color: #fff;
}
.ahref.secondary.line:hover {
  text-decoration: none;
}
.ahref.secondary.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  color: #fff;
}
.ahref.secondary.round {
  color: #fff;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
}
.ahref.secondary.round:hover {
  color: #fff;
  background-color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.ahref.secondary.line {
  color: #fff;
}
.ahref.secondary.line:hover {
  text-decoration: none;
}
.ahref.secondary.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  color: #fff;
}
.ahref.secondary.text {
  color: #fff;
}
.ahref.filled {
  min-width: 200px;
}
.ahref.filled-s {
  min-width: 125px;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  max-width: 100%;
  font-weight: 600;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.grey.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.grey.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.grey.bordered {
  color: #f2f2f2;
  background-color: transparent;
  border: 1.5px solid #f2f2f2;
}
.ahref.grey.bordered.arrow-right:before {
  color: #f2f2f2;
  background-color: transparent;
  border: 1.5px solid #f2f2f2;
}
.ahref.grey.bordered:hover {
  background-color: #f2f2f2;
  color: #fff;
}
.ahref.grey.bordered:hover:before {
  right: calc(-1em - 45px);
  color: #f2f2f2;
  background-color: #fff;
}
.ahref.grey.bordered.invert:hover {
  background-color: #000;
  color: #f2f2f2;
  text-decoration: none;
}
.ahref.grey.solid {
  border: 1.5px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #fff;
}
.ahref.grey.solid.arrow-right:before {
  color: #fff;
  background-color: #f2f2f2;
  border: 1.5px solid #f2f2f2;
}
.ahref.grey.solid:hover {
  text-decoration: none;
}
.ahref.grey.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.grey.solid.invert:hover {
  background-color: #000;
  color: #f2f2f2;
  text-decoration: none;
}
.ahref.grey.line {
  padding: 20px 0px 10px;
  color: #f2f2f2;
}
.ahref.grey.line:hover {
  text-decoration: none;
}
.ahref.grey.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  color: #f2f2f2;
}
.ahref.grey.round {
  color: #fff;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  border-radius: 50px;
}
.ahref.grey.round:hover {
  color: #fff;
  background-color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.ahref.grey.line {
  color: #f2f2f2;
}
.ahref.grey.line:hover {
  text-decoration: none;
}
.ahref.grey.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  color: #f2f2f2;
}
.ahref.grey.text {
  color: #f2f2f2;
}
.ahref.filled {
  min-width: 200px;
}
.ahref.filled-s {
  min-width: 125px;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  max-width: 100%;
  font-weight: 600;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.dark.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.dark.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.dark.bordered {
  color: #000;
  background-color: transparent;
  border: 1.5px solid #000;
}
.ahref.dark.bordered.arrow-right:before {
  color: #000;
  background-color: transparent;
  border: 1.5px solid #000;
}
.ahref.dark.bordered:hover {
  background-color: #000;
  color: #fff;
}
.ahref.dark.bordered:hover:before {
  right: calc(-1em - 45px);
  color: #000;
  background-color: #fff;
}
.ahref.dark.bordered.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.dark.solid {
  border: 1.5px solid #000;
  background-color: #000;
  color: #fff;
}
.ahref.dark.solid.arrow-right:before {
  color: #fff;
  background-color: #000;
  border: 1.5px solid #000;
}
.ahref.dark.solid:hover {
  text-decoration: none;
}
.ahref.dark.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.dark.solid.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.dark.line {
  padding: 20px 0px 10px;
  color: #000;
}
.ahref.dark.line:hover {
  text-decoration: none;
}
.ahref.dark.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  color: #000;
}
.ahref.dark.round {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 50px;
}
.ahref.dark.round:hover {
  color: #fff;
  background-color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.ahref.dark.line {
  color: #000;
}
.ahref.dark.line:hover {
  text-decoration: none;
}
.ahref.dark.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  color: #000;
}
.ahref.dark.text {
  color: #000;
}
.ahref.filled {
  min-width: 200px;
}
.ahref.filled-s {
  min-width: 125px;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  max-width: 100%;
  font-weight: 600;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.white.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.white.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.white.bordered {
  color: #fff;
  background-color: transparent;
  border: 1.5px solid #fff;
}
.ahref.white.bordered.arrow-right:before {
  color: #fff;
  background-color: transparent;
  border: 1.5px solid #fff;
}
.ahref.white.bordered:hover {
  background-color: #f2f2f2;
  color: #000;
}
.ahref.white.bordered:hover:before {
  right: calc(-1em - 45px);
  background-color: rgba(246, 246, 246, 0.2);
}
.ahref.white.bordered.invert:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.ahref.white.solid {
  border: 1.5px solid #fff;
  background-color: #fff;
  color: #000;
}
.ahref.white.solid.arrow-right:before {
  color: #fff;
  background-color: #fff;
  border: 1.5px solid #fff;
}
.ahref.white.solid:hover {
  text-decoration: none;
}
.ahref.white.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.white.solid.invert:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.ahref.white.line {
  padding: 20px 0px 10px;
  color: #fff;
}
.ahref.white.line:hover {
  text-decoration: none;
}
.ahref.white.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  color: #fff;
}
.ahref.white.round {
  color: #fff;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
}
.ahref.white.round:hover {
  color: #fff;
  background-color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.ahref.white.line {
  color: #fff;
}
.ahref.white.line:hover {
  text-decoration: none;
}
.ahref.white.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  color: #fff;
}
.ahref.white.text {
  color: #fff;
}
.ahref.filled {
  min-width: 200px;
}
.ahref.filled-s {
  min-width: 125px;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  max-width: 100%;
  font-weight: 600;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.dark-grey.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.dark-grey.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.dark-grey.bordered {
  color: #777;
  background-color: transparent;
  border: 1.5px solid #777;
}
.ahref.dark-grey.bordered.arrow-right:before {
  color: #777;
  background-color: transparent;
  border: 1.5px solid #777;
}
.ahref.dark-grey.bordered:hover {
  background-color: #777;
  color: #fff;
}
.ahref.dark-grey.bordered:hover:before {
  right: calc(-1em - 45px);
  color: #777;
  background-color: #fff;
}
.ahref.dark-grey.bordered.invert:hover {
  background-color: #000;
  color: #777;
  text-decoration: none;
}
.ahref.dark-grey.solid {
  border: 1.5px solid #777;
  background-color: #777;
  color: #fff;
}
.ahref.dark-grey.solid.arrow-right:before {
  color: #fff;
  background-color: #777;
  border: 1.5px solid #777;
}
.ahref.dark-grey.solid:hover {
  text-decoration: none;
}
.ahref.dark-grey.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.dark-grey.solid.invert:hover {
  background-color: #000;
  color: #777;
  text-decoration: none;
}
.ahref.dark-grey.line {
  padding: 20px 0px 10px;
  color: #777;
}
.ahref.dark-grey.line:hover {
  text-decoration: none;
}
.ahref.dark-grey.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #777;
  color: #777;
}
.ahref.dark-grey.round {
  color: #fff;
  background-color: #777;
  border: 2px solid #777;
  border-radius: 50px;
}
.ahref.dark-grey.round:hover {
  color: #fff;
  background-color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.ahref.dark-grey.line {
  color: #777;
}
.ahref.dark-grey.line:hover {
  text-decoration: none;
}
.ahref.dark-grey.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #777;
  color: #777;
}
.ahref.dark-grey.text {
  color: #777;
}
.ahref.filled {
  min-width: 200px;
}
.ahref.filled-s {
  min-width: 125px;
}
.right-arrow {
  padding: 16px 15px 14px;
  height: calc(1em + 40px);
  width: calc(1em + 40px);
  text-align: center;
  transition: 0.5s;
}
.right-arrow.light {
  border: 1px solid #fff;
}
.right-arrow.light i {
  color: #fff;
}
.right-arrow.dark {
  border: 1px solid #fff;
}
.right-arrow.dark i {
  color: #fff;
}
a .right-arrow {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
a .right-arrow:before {
  width: 100%;
  transition: 0.5s;
  content: "";
  margin-right: 0px;
  display: inline;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-150%, 0);
  -moz-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  -o-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}
a .right-arrow i {
  display: inline;
}
a:hover .right-arrow, a:active .right-arrow {
  width: 100%;
  text-align: right;
}
a:hover .right-arrow:before, a:active .right-arrow:before {
  content: attr(data-hover);
  opacity: 1;
  margin-right: 20px;
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
header.main {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 90px;
  z-index: 2;
  transition: all 0.5s ease-in;
}
header.main .navbar-default {
  width: 100%;
}
header.main #main-navigation ul.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  text-align: center;
}
header.main #main-navigation ul.navbar-nav li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 20px 10px 10px;
}
header.main #main-navigation ul.navbar-nav li a {
  color: #474747;
  padding: 0;
  border-bottom: 1px solid transparent;
  font-family: Brown-Bold, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
  transition: all 0.5s ease;
  position: relative;
}
header.main #main-navigation ul.navbar-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: -1px;
  background: #000;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header.main #main-navigation ul.navbar-nav li a:hover:before {
  left: 0;
  right: 0;
}
header.main #main-navigation ul.navbar-nav li.active a {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
header.main #main-navigation ul.navbar-nav li.active a:before {
  left: 0;
  right: 0;
}
header.main #main-navigation ul.navbar-nav #menu-item-898, header.main #main-navigation ul.navbar-nav #menu-item-959 {
  position: relative;
}
header.main #main-navigation ul.navbar-nav #menu-item-898:before, header.main #main-navigation ul.navbar-nav #menu-item-959:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  height: 80px;
  width: 80px;
  background-image: url('/wp-content/uploads/2018/02/growland-logo@2x-v2.png');
  background-repeat: no-repeat;
  background-size: contain;
}
header.main #main-navigation ul.navbar-nav #menu-item-898 a, header.main #main-navigation ul.navbar-nav #menu-item-959 a {
  z-index: 10;
  opacity: 0;
  height: 60px;
  width: 80px;
  top: -40px;
}
header.main #main-navigation .navbar-toggler {
  border: none;
}
header.main .page-header-top-right .navbar-nav {
  flex-direction: row;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  margin-top: 20px;
  font-size: 12px;
}
header.main .page-header-top-right .navbar-nav > .row {
  margin-left: 0;
  margin-right: 0;
}
header.main .page-header-top-right .navbar-nav li {
  padding: 15px 0;
}
header.main .page-header-top-right .navbar-nav li a {
  color: #000;
  padding: 0px 10px;
  font-family: Brown-Bold, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}
header.main .page-header-top-right .navbar-nav li:first-child a {
  border-right: 1px solid #000;
}
header.main .page-header-top-right .navbar-nav li.active a {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  text-decoration: underline;
}
@media (min-width: 992px) {
  header.main #main-navigation #phoneMenu {
    display: none !important;
  }
}
@media (max-width: 991px) {
  header.main {
    max-height: 75px;
  }
  header.main #main-navigation {
    background: #fff;
  }
  header.main #main-navigation #priamryMenu {
    display: none !important;
  }
  header.main #main-navigation #phoneMenu ul li {
    flex: 0 0 100%;
  }
  header.main #site-branding {
    position: absolute;
    left: 0;
    top: -10px;
  }
  header.main .page-header-top-right {
    position: absolute;
    left: 15px;
    top: 0;
  }
  header.main .page-header-top-right .navbar-nav {
    margin-top: 5px;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  header.main .page-header-top-right .navbar-nav li:first-child {
    display: none;
  }
}
header #logo {
  width: 35px;
}
#hero .has-image {
  min-height: 360px;
  height: calc(100vh - 90px - 122px);
  max-height: 800px;
}
#hero .has-image .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
}
#hero .has-image .overlay .title {
  position: relative;
  font-size: 40px;
  padding-bottom: 20px;
}
#hero .has-image .overlay .title:before {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #000;
}
.landing#hero .has-image .overlay .title:before {
  left: 0;
}
#hero .has-image .header-intro {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  padding: 40px 100px 0;
  background: #fff;
}
#hero .has-image .subtitle {
  position: relative;
}
@media (max-width: 1199px) {
  #hero .has-image .header-intro {
    width: 60%;
    padding: 40px 80px 0;
  }
}
@media (max-width: 991px) {
  #hero .has-image .header-intro {
    width: 70%;
    padding: 40px 60px 0;
  }
}
@media (max-width: 767px) {
  .page-template-page-projects #hero .has-image {
    height: auto;
    min-height: 300px;
    max-height: 100%;
  }
  .page-template-page-projects #hero .has-image .overlay .row {
    padding-bottom: 20%;
  }
  .page-template-page-projects #hero .has-image .header-intro {
    position: relative;
    width: 100%;
  }
}
#hero #hero-buttons {
  position: absolute;
  left: 0;
  bottom: 53px;
}
#hero #hero-buttons a {
  margin: -3px;
}
#hero .relative {
  position: relative;
}
#hero.landing .slick-arrow {
  z-index: 1;
  width: 60px;
  height: 59px;
  top: calc(100% - 80px);
  border: 1px solid #fff;
  transition: 0.5s;
}
#hero.landing .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
#hero.landing .slick-arrow:hover {
  background-color: rgba(246, 246, 246, 0.2);
  transition: 0.5s;
}
#hero.landing .slick-arrow.slick-prev {
  left: calc(90% - 120px);
}
#hero.landing .slick-arrow.slick-prev:before {
  content: "\f053";
}
#hero.landing .slick-arrow.slick-next {
  right: 10%;
}
#hero.landing .slick-arrow.slick-next:before {
  content: "\f054";
}
@media (max-width: 767px) {
  #hero .has-image {
    height: auto;
    min-height: 300px;
    max-height: 100%;
  }
  #hero .has-image .overlay .row {
    align-items: flex-start !important;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #hero .has-image .overlay .row .title {
    font-size: 38px;
  }
  #hero #hero-buttons {
    text-align: center;
    bottom: 10vh;
    width: 100%;
  }
  #hero #hero-buttons a {
    margin: -3px;
    width: 250px;
    margin: 0 auto 30px;
    display: block;
  }
  #hero .slick-arrow {
    display: none !important;
  }
}
#hero-sliders .hero-slider-item .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header {
  padding-bottom: 60%;
}
#content {
  padding-top: 90px;
}
@media (max-width: 991px) {
  #content {
    /* needs to match heigh of menu */
    padding-top: 54px;
  }
}
#lan-switch {
  color: #000;
  padding: 0px 10px;
  font-family: Brown-Bold, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
}
/**
 * 	Footer
 * 	-- 1 general
 * 	-- 2 left
 * 	-- 3 right
 */
/* --1 general styles */
footer a {
  color: #fff;
}
footer a:focus, footer a:hover {
  color: #5db6cf !important;
}
footer a i {
  color: #fff;
}
footer #connect a:hover {
  color: #5db6cf !important;
}
footer .footer-logo {
  width: 120px;
}
footer .sec-heading {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
}
footer .middle, footer .right {
  text-align: left;
}
footer #policy {
  font-size: 12px;
  font-family: Brown-Light, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}
footer .wpcf7-form {
  margin-top: 20px;
}
footer .wpcf7-form .hid {
  display: none;
}
footer .wpcf7-form input {
  font-size: 12px;
  text-align: left;
  color: #fff;
  border-color: #fff;
  font-family: Brown-light, sans-serif;
  padding-left: 0;
  padding-right: 0;
}
footer .wpcf7-form input::placeholder {
  color: #fff;
}
footer .wpcf7-form input.wpcf7-submit {
  display: block !important;
  margin: 0;
  background-color: #000;
  border: 1px solid #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: Brown-light, sans-serif;
  transition: 0.5s;
}
footer .wpcf7-form input.wpcf7-submit:hover {
  background-color: #f2f2f2;
  color: #000;
  cursor: pointer;
}
footer .right h4 {
  margin-bottom: 0;
}
footer .right .wpcf7 input {
  padding-top: 0px;
}
footer .right .wpcf7 input.wpcf7-submit {
  padding-top: 5px;
}
#connect a:focus, footer #policy a:hover, #policy a:focus, footer #connect svg:hover, #connect svg:focus footer .left a:hover {
  color: #5db6cf !important;
}
/* --2 left: social media + logo + policies */
#connect a {
  margin: 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 34px;
  width: 34px;
  text-align: center;
  background: #fff;
  color: #000;
  position: relative;
  border: 1px solid #fff;
}
#connect a svg {
  color: #000 !important;
  max-width: 25px;
  max-height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#connect a:hover, #connect a:focus {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
}
#connect a:hover svg, #connect a:focus svg {
  color: #fff !important;
}
.policy-popup {
  width: 100%;
  max-width: 100%;
  padding: 50px;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f2f2f2;
}
.policy-popup .policy-logo {
  text-align: center;
}
.policy-popup .policy-logo img {
  width: 200px;
}
.policy-popup .policy-title, .policy-popup .policy-subtitle {
  text-align: center;
}
.policy-popup .policy-body {
  margin-top: 30px;
}
.policy-popup a:hover, .policy-popup a:focus {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.policy-popup h2 {
  font-size: 22px;
  font-weight: 700;
}
.policy-popup h3 {
  font-size: 18px;
  font-weight: 400;
}
.policy-popup .fancybox-close-small {
  width: 40px;
  height: 40px;
  top: 45px;
}
.policy-popup .fancybox-close-small::after {
  content: "×";
  position: absolute;
  right: 5px;
  background: transparent;
  font-family: 'Playfair Display', serif;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 40px;
}
#connect svg:hover, #connect svg:focus {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*#connect a:nth-child(4) { display: none; }*/
/* --3 right: form */
footer {
  /*   .right {
   .wpcf7-form {
   margin-top: 20px;
   > p.hid {
   display: none;
   }
   }
   input {
   text-align: left;
   padding: 5px 15px;
   background-color: #ffffff;
   border: 0;
   border-radius: 5px;
   width: 100%;
   font-size: 12px;
   text-transform: unset;
   &[type="submit"] {
   background-color: #5db6cf;
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 2px;
   width: 100%;
   font-size: 16px;
   font-weight: bold;
   font-family: Brown-Regular, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
   display: block !important;
   }
   }
   } */
}
footer ::-webkit-input-placeholder, footer ::-moz-placeholder, footer :-ms-input-placeholder, footer input:-moz-placeholder {
  color: #646565 !important;
  text-transform: unset !important;
}
footer form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}
/* all */
/* firefox 19+ */
/* ie */
/* @media (max-width: 767px) {
 footer {
 .middle, .right {
 text-align: center;
 margin-bottom: 80px;
 }
 .left {
 margin-bottom: 0;
 #connect a {
 font-size: 30px;
 }
 .logo {
 margin: 50px auto;
 }
 }
 }
 } */
/* #footer-map{
 position: relative;
 #map{
 height: 500px;
 }
 #map-info{
 position: relative;
 width: 100%;
 background-color: rgba(#000, 0.8);
 padding: 40px 0;
 z-index: 2;
 @media(min-width: 768px){
 position: absolute;
 left: calc((50% - 400px) / 3 * 2);
 top: 50px;
 width: 333px;
 padding: 40px;
 .container{width: 100%;padding-left:0;padding-right:0;}
 }
 }
 }
 footer {
 .footer-top{
 position: relative;
 .menu{
 list-style: none;
 padding-left: 0;
 li{
 width: 100%;
 display: inline-block; 
 padding: 5px 10px 5px 0;
 font-size: 14px;
 }
 }
 .gform_wrapper{
 margin-top: 0;
 .gform_anchor{
 }
 }
 }
 .footer-bottom{
 font-size: 12px;
 background-color: $light-grey;
 .footer-logo{
 width: 150px;
 max-width: 100%;
 }
 .address{
 display: inline-block;
 border-right: 1px solid $grey;
 }
 .menu{
 display: inline-block; 
 list-style: none;
 padding-left: 0;
 li{
 display: inline-block; 
 padding: 0 20px;
 border-right: 1px solid $grey;
 &:last-child{border-right: none;}
 a:hover{color: $primary;}
 }
 }
 .socials{
 a{
 i{
 font-size: 30px;
 padding: 10px;
 color: $grey;
 transition: 0.5s;
 }
 &:hover{
 i{color: $primary;}
 }
 }
 }
 @media(max-width: 575px){
 .address{border-right:none;}
 .menu li:first-child{padding-left: 0;}
 }
 }
 }
 #discover{
 a, a:hover{
 color: $secondary;
 &, h3, p{text-decoration: unset !important;}
 }
 }
 .none-style-menu{
 ul{
 list-style: none;
 padding-left: 0;
 li{
 a{color: $secondary;}
 }
 }
 }
 */
@media (max-width: 465px) {
  footer .col-12 {
    text-align: center;
  }
}
/*** - 5 Contact Us ***/
form {
  margin-top: 50px;
}
form .wpcf7-form-control-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  clear: both;
}
form#saleforce-form .col-xs-12 {
  margin-bottom: 20px;
}
form#saleforce-form input {
  cursor: pointer;
  color: #6d6e70;
}
#subscribe form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}
#subscribe div.wpcf7-response-output {
  margin-top: 6em;
}
/* all */
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, input:-moz-placeholder {
  color: #6d6e70 !important;
}
/* firefox 19+ */
/* ie */
form input, form label, form .dropdown, form textarea {
  width: 100%;
  float: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #6d6e70;
  font-family: Brown-Regular;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 5px 5px;
  display: block;
  outline: none;
  color: #6d6e70;
}
form input[type="submit"] {
  cursor: pointer;
  position: relative;
  width: auto;
  float: none;
  display: inline-block;
  padding: 9px 50px 8px;
  margin: 0 auto;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 14px;
  transition: all 0.5s ease;
  font-family: GTSectraFine-BookItalic, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}
form input:hover[type="submit"] {
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease;
}
form select {
  display: none;
}
form label {
  width: 100% !important;
  font-weight: normal;
  color: #6d6e70;
}
form .wpcf7-form-control-wrap {
  margin-bottom: 50px;
}
form .add-info {
  font-size: 12px;
}
form #submit-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.block-form form {
  margin-top: 0;
}
.block-form form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  width: 100%;
}
.block-form form .wpcf7-form-control-wrap.your-name, .block-form form .wpcf7-form-control-wrap.phone, .block-form form .wpcf7-form-control-wrap.email, .block-form form .wpcf7-form-control-wrap.subject {
  width: 50%;
  clear: none;
}
.block-form form .wpcf7-form-control-wrap input, .block-form form .wpcf7-form-control-wrap label, .block-form form .wpcf7-form-control-wrap .dropdown, .block-form form .wpcf7-form-control-wrap textarea {
  text-align: left;
  border-bottom: none;
  background-color: #fff;
  font-family: Brown-Regular, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  padding: 10px 15px 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.block-form form .wpcf7-form-control-wrap input.half-left, .block-form form .wpcf7-form-control-wrap label.half-left, .block-form form .wpcf7-form-control-wrap .dropdown.half-left, .block-form form .wpcf7-form-control-wrap textarea.half-left, .block-form form .wpcf7-form-control-wrap input.half-right, .block-form form .wpcf7-form-control-wrap label.half-right, .block-form form .wpcf7-form-control-wrap .dropdown.half-right, .block-form form .wpcf7-form-control-wrap textarea.half-right {
  width: calc(100% - 10px);
}
.block-form form .wpcf7-form-control-wrap input.half-left, .block-form form .wpcf7-form-control-wrap label.half-left, .block-form form .wpcf7-form-control-wrap .dropdown.half-left, .block-form form .wpcf7-form-control-wrap textarea.half-left {
  margin-right: 10px;
}
.block-form form .wpcf7-form-control-wrap input.half-right, .block-form form .wpcf7-form-control-wrap label.half-right, .block-form form .wpcf7-form-control-wrap .dropdown.half-right, .block-form form .wpcf7-form-control-wrap textarea.half-right {
  margin-left: 10px;
}
.block-form form .wpcf7-form-control-wrap.comments {
  margin-bottom: 10px;
}
.block-form form #submit-wrap {
  text-align: left;
}
.block-form form #submit-wrap .wpcf7-submit {
  font-family: Brown-Regular, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  font-size: 18px;
}
.dropdown {
  width: 100% !important;
  font-weight: normal;
  color: #6d6e70;
}
@media (max-width: 767px) {
  .vc-form-title h2 {
    font-size: 28px;
    margin-top: 30px;
  }
}
.dropdown {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.dropdown:focus {
  background-color: #f1f1f1;
}
.dropdown:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.dropdown:active, .dropdown.open {
  background-color: #fff !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}
.dropdown:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  display: block;
  pointer-events: none;
}
.dropdown.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.dropdown.open .option {
  cursor: pointer;
}
.dropdown.wide {
  width: 100%;
}
.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown .list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #eee;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 999;
  box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);*/
}
.dropdown .list ul {
  padding-left: 0;
  margin: 0;
}
.dropdown .list > ul > li:first-child {
  display: none;
}
.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown .option {
  list-style-type: none;
  text-align: center;
  cursor: default;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dropdown .option:hover, .dropdown .option:focus {
  background-color: #ede6e1 !important;
}
.dropdown .option.selected {
  font-weight: 600;
}
.dropdown .option.selected:focus {
  background: #ede6e1;
}
/**
 *  /contact-us
 *  -- 1 listing
 *  -- 2 pagination
 */
#vc-form {
  background-color: #fff;
}
#revamp .dropdown .list {
  background-color: #fdfdfd;
  color: #000;
}
#revamp .dropdown .option.selected:hover, #revamp .dropdown .option.selected:focus {
  background-color: #fff !important;
}
table#contact tr td {
  vertical-align: top;
  font-size: 20px;
  color: #000;
}
table#contact tr td a {
  vertical-align: top;
  font-size: 20px;
  color: #000;
}
table#contact tr td:first-child {
  padding: 0 15px 15px 0;
  font-family: Brown-Bold, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}
/* .gform_wrapper{
 form{
 .gform_body{
 ul.gform_fields{
 display: flex;
 flex-wrap: wrap;
 li{
 flex: 0 0 100%;
 &.half{
 flex: 0 0 50%;
 @media(max-width: 575px){
 flex: 0 0 100%;
 }
 }
 #enquire_form.landing &{
 position: relative;
 .gfield_label{
 position: absolute;
 display: block;
 top: 0;
 left: 20px;
 //background: #fff;
 padding: 0px 8px;
 font-weight: 400;
 font-size: 12px;
 }
 input:not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), textarea{
 border: 1px solid #eee;
 padding: 10px 15px;
 }
 }
 }
 }
 }
 .gform_footer{
 text-align: center;
 }
 .gfield label.gfield_label{display:none;}
 input:not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), textarea, select.medium{
 border: 1px solid $grey;
 width: 100% !important;
 min-height: 2.5em;
 margin-bottom: 15px;
 padding-left: 1em !important;
 //padding-left: 2em;
 }
 ul.gform_fields li.gfield{margin-top: 0em;}
 &.form-underline_wrapper{
 .gfield label.gfield_label{display:none;}
 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), textarea{
 border: none;
 border-bottom: 1px solid #d7d7d7;
 width: 100%;
 padding-left: 2em;
 //min-height: 3.5em;
 background-color: transparent;
 }
 ul.gform_fields li.gfield{margin-top: 0em;}
 .gform_footer{
 text-align: left;
 input.gform_button{
 border-radius: 50px;
 padding: 10px 50px;
 &:hover{cursor: pointer;}
 }
 }
 }
 .gform_button{
 color: #fff;
 background-color: $primary;
 width: 100%;
 border: 2px solid $primary;
 transition: all 0.5s ease;
 padding: 10px 35px;
 &:hover{
 color: $primary;
 background-color: #fff;
 transition: all 0.5s ease;
 }
 }
 }
 } */
#main-column .post {
  border: 0;
  padding: 0;
  margin-bottom: 50px;
}
#main-column .post .entry-header {
  padding: 25px 0;
  transition: all 0.5s ease;
}
#main-column .post .entry-header .entry-meta {
  font-size: 12px;
}
#main-column .post .entry-header .entry-title {
  font-size: 24px;
}
#sidebar-right .widget .widget-title {
  color: #fff;
}
#sidebar-right .widget ul {
  padding-left: 0;
}
#sidebar-right .widget ul li {
  list-style-type: none;
  font-size: 14px;
  padding-top: 10px;
}
#sidebar-right .widget ul li:hover a {
  color: #fff;
}
body.single main .blocker, body.blog main .blocker {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  body.single main .header .right > div, body.blog main .header .right > div {
    justify-content: flex-start !important;
  }
}
body.single article, body.blog article {
  /*h3 { min-height: 66px; }*/
}
body.single article.box > div, body.blog article.box > div {
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  float: left;
}
body.single article.box > div a, body.blog article.box > div a {
  width: 100%;
  float: left;
}
body.single article.box > div a .image, body.blog article.box > div a .image {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body.single article.box > div a, body.blog article.box > div a {
    margin-bottom: 0;
  }
  body.single article.box > div a p.m50b, body.blog article.box > div a p.m50b {
    margin-bottom: 25px;
  }
  body.single article.box > div a .image, body.blog article.box > div a .image {
    margin-bottom: 0;
  }
  body.single article.box > div a .image:after, body.blog article.box > div a .image:after {
    padding-bottom: 80% !important;
  }
}
body.single article.box > div .body, body.blog article.box > div .body {
  float: left;
  padding: 25px;
  background-color: #f4f4f4;
  color: #000;
}
body.single article.box > div .body a.link, body.blog article.box > div .body a.link {
  text-decoration: underline;
}
body.single .post:hover .entry-title a, body.blog .post:hover .entry-title a {
  color: #fff;
}
body.single .post:hover .entry-header, body.blog .post:hover .entry-header {
  border-color: #fff;
  transition: all 0.5s ease;
}
body.single .post .entry-content, body.blog .post .entry-content {
  font-size: 14px;
}
footer.entry-meta {
  display: none;
}
/*
 * SASS for botania.com.au
 * page.php - content-page.php
 */
/*** - 3 Projects ***/
/* -- 3.1 Filters */
#project-filters, #project-list {
  float: left;
  width: 100%;
}
#project-list {
  width: calc(100% + 30px);
}
#project-filters {
  text-align: left;
  font-family: Brown-Regular, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  font-size: 12px;
}
#project-filters > .ui-group:first-child {
  padding-left: 0;
}
#project-filters > .ui-group:last-child {
  padding-right: 0;
}
#project-filters .input-group--text {
  margin-right: 5px;
}
#project-filters button {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
#project-filters button.filter-button {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  border: none;
  display: inline-block;
  background: transparent;
  padding: 7px;
  border-radius: 0px;
  margin: 1px;
  font-size: 15px;
}
#project-filters button.filter-button:hover, #project-filters button.filter-button.is-checked {
  border-bottom: 1px solid #000;
}
#project-filters label {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#project-filters label:before, #project-filters label:after {
  content: '';
  display: block;
  position: absolute;
}
#project-filters label:before {
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #9b9b9b;
}
#project-filters label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #9b9b9b;
  opacity: 0;
  pointer-events: none;
}
#project-filters button.is-checked ~ label:after {
  opacity: 1;
}
#project-filters button:hover ~ label:before {
  background: #eee;
}
#project-filters .checkbox {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  width: auto;
}
#project-filters .input-group .checkbox:last-child {
  margin-right: 0px;
}
/* -- 3.3 Content */
.project-name {
  position: relative;
  font-family: Brown-Bold, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-status {
  font-size: 18px;
}
.project-image {
  height: 300px;
}
.slick-slide img {
  width: 100%;
}
.project-header {
  position: relative;
}
.project-header .project-slider {
  margin-left: 200px;
  display: block;
  width: calc(100% - 200px);
  height: 70vh;
  max-height: 700px;
}
.project-header .project-slider a {
  width: 100%;
  height: 70vh;
  max-height: 700px;
}
.project-header .project-slider button.slick-prev {
  background: url(../img/btn-prev.png) no-repeat;
  background-size: cover;
}
.project-header .project-slider button.slick-next {
  background: url(../img/btn-next.png) no-repeat;
  background-size: cover;
}
.project-header #project-logo {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 300px;
  background-color: #fff;
  height: 300px;
}
.project-header #project-logo img {
  max-width: 50%;
  max-height: 50%;
}
@media (max-width: 767px) {
  .project-header .project-slider {
    margin-left: 25px;
    width: calc(100% - 25px);
  }
  .project-header #project-logo {
    bottom: -50px;
    width: 150px;
    height: 150px;
    /* img{
     max-width: 50%;
     max-height: 50%;
     } */
  }
}
@media (max-width: 465px) {
  .project-header .project-slider {
    margin-left: 0px;
    width: 100%;
    margin: 0;
  }
  .project-header .project-slider a {
    height: 400px;
  }
  .project-header #project-logo {
    bottom: 25px;
    width: 100%;
    height: 150px;
  }
  .project-header #project-logo img {
    max-width: 60%;
    max-height: 60%;
  }
}
.project-title {
  font-size: 26px;
}
.project-details table {
  width: 100%;
}
.project-details table tr {
  border-bottom: 1px solid #000;
}
.project-details table tr > td {
  padding: 15px;
  vertical-align: top;
}
.project-details table tr > td:first-child {
  font-size: 20px;
  color: #000;
  font-family: Brown-Bold, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}
.project-details a.filled {
  width: 200px;
  text-align: center;
}
.project-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-size: 22px;
}
.btn-custom.btn-project-detail {
  padding: 4px 35px;
  border-color: #6d6e70;
  background: #6d6e70;
  color: #fff;
}
#vc-form {
  height: 85vh;
  max-width: 1000px;
  overflow: scroll;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-prev, .slick-next {
  width: 35px;
  height: 35px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev {
  left: 25px;
}
.slick-next {
  right: 25px;
}
.slick-prev:before {
  content: '\f104';
}
.slick-next:before {
  content: '\f105';
}
.slick-prev:before, .slick-next:before {
  content: "";
}
.slick-prev:hover, .slick-prev:focus {
  background-size: contain;
}
.slick-next:hover, .slick-next:focus {
  background-size: contain;
}
@media (max-width: 1199px) {
  .project-slider {
    max-height: 500px;
  }
  .project-slider a {
    max-height: 500px;
  }
}
@media (max-width: 991px) {
  #project-filters .input-group--text {
    width: 15px;
  }
  #project-filters .input-group.pull-right {
    position: relative;
    left: 25px;
    float: left !important;
  }
  #project-filters button.filter-button {
    font-size: 14px;
  }
  #project-filters .col-md-7 {
    border-top: 1px solid #999;
  }
  #project-filters .text-right {
    text-align: left;
  }
  #project-list > a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #project-filters .checkbox {
    margin: 5px 5px 5px 0;
  }
  #project-filters label {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #project-filters .input-group {
    padding-top: 5px;
  }
  #project-filters .input-group--text {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  #project-filters .input-group.pull-right {
    left: 0;
  }
  #project-filters > .ui-group:first-child {
    padding-left: 15px;
  }
  #project-filters > .ui-group:last-child {
    padding-right: 15px;
  }
  #project-filters > .ui-group:first-child .input-group {
    border-bottom: 1px solid #646464;
  }
  #project-list > a:nth-child(odd), #project-list > a:nth-child(even) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-slider {
    margin-top: 0;
    width: 100%;
    height: 50vh;
    max-height: 500px;
  }
  .project-slider a {
    width: 100%;
    height: 50vh;
    max-height: 500px;
  }
  .project-details .btn-custom {
    clear: both;
    margin-bottom: 5px;
  }
  .project-details .left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* --2 pagination */
.wp-pagenavi {
  margin-top: 100px;
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi > a, .wp-pagenavi > span {
  font-family: Brown-Regular, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  margin: 0 7px;
}
.wp-pagenavi > a {
  font-weight: 600;
}
.wp-pagenavi > a.previouspostslink {
  margin-left: 0;
  margin-right: 100px;
}
.wp-pagenavi > a.nextpostslink {
  margin-right: 0;
  margin-left: 100px;
}
.wp-pagenavi svg {
  width: 40px !important;
  height: 40px !important;
}
@media (max-width: 767px) {
  .page-news--item {
    width: 100%;
    max-width: 100%;
  }
  .page-news--item .image {
    width: 100%;
    height: 300px;
  }
  .page-news--item .content {
    padding: 25px;
    min-height: 0;
  }
}
#search header {
  background-color: transparent;
}
#search header .entry-title {
  font-size: 22px;
}
/* contact page */
#contact {
  width: 100%;
}
#contact tr {
  width: 100%;
}
.block-form {
  margin-top: 15px;
}
.block-form input, .block-form textarea {
  font-family: Brown-Regular, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  padding: 10px 15px 8px;
}
.block-form textarea {
  height: 225px;
}
body.page-id-1551 .project-header #project-logo {
  background-color: #ef495f;
}
body.page-id-1561 .project-header #project-logo {
  background-color: #ef495f;
}
