/*
Theme Name: GH
Description: Custom WordPress theme for GH Australia
Author: G Squared

*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
/* line 5, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Bold.otf") format("opentype"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype"), url("fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.otf") format("opentype"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.ttf") format("truetype"), url("fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Medium.otf") format("opentype"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype"), url("fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 53, sass/style.scss */
body {
  font-family: "Gotham-Light";
  font-size: 20px;
  line-height: 28px;
  position: relative;
  color: #333;
}
/* line 59, sass/style.scss */
body.page-template {
  padding-top: 145px;
}
/* line 61, sass/style.scss */
body.page-template.page-template-home-page {
  padding-top: 0;
  padding-bottom: 68px;
}

/* line 70, sass/style.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
}

/* line 74, sass/style.scss */
a {
  text-decoration: none;
}

/* line 78, sass/style.scss */
.clear {
  clear: both;
}

/* line 82, sass/style.scss */
.site-wider-inner {
  width: 1800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1800px) {
  /* line 82, sass/style.scss */
  .site-wider-inner {
    width: 100%;
  }
}

/* line 92, sass/style.scss */
.site-wider-content {
  width: 1560px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1560px) {
  /* line 92, sass/style.scss */
  .site-wider-content {
    width: 100%;
  }
}

/* line 102, sass/style.scss */
.site-inner {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1280px) {
  /* line 102, sass/style.scss */
  .site-inner {
    width: 100%;
  }
}

/* line 113, sass/style.scss */
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 121, sass/style.scss */
header#masthead .main-nav {
  padding: 30px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 1px #aba2ab;
  -moz-box-shadow: 0px 0px 3px 1px #aba2ab;
  box-shadow: 0px 0px 3px 1px #aba2ab;
}
/* line 128, sass/style.scss */
header#masthead .site-branding {
  float: right;
}
@media screen and (max-width: 470px) {
  /* line 130, sass/style.scss */
  header#masthead .site-branding img {
    margin-top: 6px;
    width: 220px;
  }
}
/* line 137, sass/style.scss */
header#masthead #menu-btn {
  display: inline-block;
  font-size: 50px;
  color: #9c6b2f;
  width: 50px;
  height: 50px;
  background: url(images/mb-icon-gold.png) no-repeat center center;
  background-size: cover;
}
/* line 147, sass/style.scss */
header#masthead.home-header .main-nav {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 150, sass/style.scss */
header#masthead.home-header .main-nav #menu-btn {
  background: url(images/mb-icon.png) no-repeat center center;
}
/* line 155, sass/style.scss */
header#masthead.scrolled {
  background: #fff;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 157, sass/style.scss */
header#masthead.scrolled .main-nav {
  -webkit-box-shadow: 0px 0px 3px 1px #aba2ab;
  -moz-box-shadow: 0px 0px 3px 1px #aba2ab;
  box-shadow: 0px 0px 3px 1px #aba2ab;
}
/* line 163, sass/style.scss */
header#masthead.scrolled #menu-btn {
  background: url(images/mb-icon-gold.png) no-repeat center center !important;
  background-size: cover;
}

/* line 171, sass/style.scss */
#site-menu {
  position: fixed;
  top: 0;
  left: -400px;
  width: 350px;
  min-height: 100%;
  background: #f6f6f6;
  z-index: 50;
  box-sizing: border-box;
  z-index: 99;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 182, sass/style.scss */
#site-menu.menu-show {
  left: 0;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 186, sass/style.scss */
#site-menu .site-menu-top {
  padding: 20px 15px;
  text-align: right;
}
/* line 189, sass/style.scss */
#site-menu .site-menu-top #site-menu-close {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(images/cross.png) no-repeat center center;
  background-size: cover;
}
/* line 200, sass/style.scss */
#site-menu #menu-main-menu li.current_page_item > a {
  padding-left: 70px;
  font-family: 'Gotham-Bold';
  color: #9c6b2f;
}
/* line 204, sass/style.scss */
#site-menu #menu-main-menu li.current_page_item > a:before {
  width: 55px;
}
/* line 209, sass/style.scss */
#site-menu #menu-main-menu li a {
  display: block;
  font-size: 28px;
  color: #333;
  padding: 15px 30px;
  box-sizing: border-box;
  font-family: 'Gotham-Light';
  position: relative;
  -moz-transition: padding-left 0.5s linear;
  -o-transition: padding-left 0.5s linear;
  -webkit-transition: padding-left 0.5s linear;
  transition: padding-left 0.5s linear;
}
/* line 218, sass/style.scss */
#site-menu #menu-main-menu li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  background: #9c6b2f;
  top: 50%;
  left: 0;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 229, sass/style.scss */
#site-menu #menu-main-menu li a:hover {
  padding-left: 70px;
  font-family: 'Gotham-Bold';
  color: #9c6b2f;
  -moz-transition: padding-left 0.5s linear;
  -o-transition: padding-left 0.5s linear;
  -webkit-transition: padding-left 0.5s linear;
  transition: padding-left 0.5s linear;
}
/* line 234, sass/style.scss */
#site-menu #menu-main-menu li a:hover:before {
  width: 55px;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 243, sass/style.scss */
#site-menu .menu-logo {
  margin: 200px 0 50px;
  text-align: center;
}
/* line 246, sass/style.scss */
#site-menu .menu-logo img {
  max-width: 75%;
}

/* line 252, sass/style.scss */
.btn {
  font-size: 22px;
  line-height: 22px;
  font-family: "Gotham-Light";
  color: #fff;
  background: #9c6b2f;
  display: inline-block;
  padding: 15px 25px;
}

/* line 262, sass/style.scss */
#home-slider {
  position: relative;
}
/* line 264, sass/style.scss */
#home-slider .home-slider-wrapper {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 273, sass/style.scss */
#home-slider .home-slider-wrapper .home-slider-above {
  width: 65%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
}
/* line 280, sass/style.scss */
#home-slider .home-slider-wrapper .home-slider-above .home-slider-above-inner {
  padding: 35px;
  border: 1px solid #9c6b2f;
}
/* line 284, sass/style.scss */
#home-slider .home-slider-wrapper .home-slider-above h2 {
  font-size: 40px;
  line-height: 50px;
}
/* line 288, sass/style.scss */
#home-slider .home-slider-wrapper .home-slider-above .btn {
  position: relative;
  bottom: -62px;
  z-index: 60;
}
@media screen and (max-width: 1000px) {
  /* line 264, sass/style.scss */
  #home-slider .home-slider-wrapper {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 297, sass/style.scss */
  #home-slider .home-slider-wrapper .home-slider-above {
    width: 90%;
    padding: 60px 0;
  }
  /* line 301, sass/style.scss */
  #home-slider .home-slider-wrapper h2 {
    font-size: 26px;
  }
}

/* line 308, sass/style.scss */
.home-slider-bottom {
  border-bottom: 5px solid #9c6b2f;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 315, sass/style.scss */
.home-slider-bottom ul {
  width: 100%;
  overflow: hidden;
}
/* line 318, sass/style.scss */
.home-slider-bottom ul li {
  float: left;
  width: 33.33%;
}
/* line 322, sass/style.scss */
.home-slider-bottom ul li:nth-child(2) a {
  background: #213355;
}
/* line 326, sass/style.scss */
.home-slider-bottom ul li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  background: #2a3d60;
  color: #fff;
  font-size: 25px;
  font-family: 'Playfair Display', serif;
}

/* line 340, sass/style.scss */
.section-title {
  font-size: 41px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 60px;
}
/* line 345, sass/style.scss */
.section-title span {
  display: inline-block;
  padding: 5px 25px;
  border-bottom: 1px solid #9c6b2f;
}

/* line 352, sass/style.scss */
.home-news {
  padding: 50px 0;
  text-align: center;
}
/* line 355, sass/style.scss */
.home-news .home-news-block {
  display: inline-block;
  width: 28%;
  margin: 15px;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 13px 0px #ccc8cc;
  -moz-box-shadow: 0px 0px 13px 0px #ccc8cc;
  box-shadow: 0px 0px 13px 0px #ccc8cc;
}
@media screen and (max-width: 900px) {
  /* line 355, sass/style.scss */
  .home-news .home-news-block {
    width: 80%;
  }
}
/* line 366, sass/style.scss */
.home-news .home-news-block .h-news-img {
  height: 400px;
  margin: 0 0 20px;
}
/* line 370, sass/style.scss */
.home-news .home-news-block .h-news-title {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin: 0 0 20px;
  text-align: left;
  padding-left: 15px;
}
/* line 377, sass/style.scss */
.home-news .home-news-block .h-news-title a {
  display: block;
  color: #000;
}
/* line 382, sass/style.scss */
.home-news .home-news-block .h-news-date {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  margin: 0 0 20px;
  padding-left: 15px;
  font-family: "Gotham-Light";
}

/* line 394, sass/style.scss */
footer#colophon {
  padding: 25px 0;
  background: #333;
  color: #fff;
  font-size: 12px;
  font-family: "Gotham-Medium";
}
/* line 400, sass/style.scss */
footer#colophon .site-info {
  overflow: hidden;
}
/* line 403, sass/style.scss */
footer#colophon .footer-left {
  float: left;
}
/* line 406, sass/style.scss */
footer#colophon .footer-right {
  float: right;
  text-align: right;
}
/* line 411, sass/style.scss */
footer#colophon #footer-menu li {
  display: inline-block;
  vertical-align: top;
}
/* line 414, sass/style.scss */
footer#colophon #footer-menu li a {
  color: #fff;
}
/* line 417, sass/style.scss */
footer#colophon #footer-menu li:after {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  height: 12px;
  width: 1px;
  margin: 0 10px;
  background: #fff;
}
/* line 427, sass/style.scss */
footer#colophon #footer-menu li:last-child:after {
  display: none;
}
@media screen and (max-width: 720px) {
  /* line 434, sass/style.scss */
  footer#colophon .footer-right {
    display: none;
  }
  /* line 437, sass/style.scss */
  footer#colophon .footer-left {
    float: none;
    text-align: center;
  }
}

/* line 444, sass/style.scss */
nav.sub-nav {
  text-align: right;
  display: none;
  border-bottom: 1px solid #c6c6c6;
}
/* line 449, sass/style.scss */
nav.sub-nav ul li {
  display: inline-block;
  vertical-align: top;
}
/* line 452, sass/style.scss */
nav.sub-nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #333;
}
/* line 456, sass/style.scss */
nav.sub-nav ul li a.actived {
  color: #9c6b2f;
}

/* line 463, sass/style.scss */
.page-id-20 .about-sub-nav {
  display: block;
}

/* line 466, sass/style.scss */
.page-id-16 .about-gh-sub-nav {
  display: block;
}

/* line 469, sass/style.scss */
.column-2-content {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 50px;
}
/* line 475, sass/style.scss */
.column-2-content p {
  margin: 0 0 20px;
}
@media screen and (max-width: 650px) {
  /* line 469, sass/style.scss */
  .column-2-content {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

/* line 483, sass/style.scss */
.section-header {
  text-align: center;
}
/* line 485, sass/style.scss */
.section-header h3 {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 50px;
}

/* line 491, sass/style.scss */
.pro-block {
  margin: 0 0 80px;
}
/* line 493, sass/style.scss */
.pro-block:last-child {
  margin: 0;
}
/* line 496, sass/style.scss */
.pro-block .pro-img-block {
  text-align: center;
}
/* line 498, sass/style.scss */
.pro-block .pro-img-block img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 503, sass/style.scss */
.pro-block .pro-img-block a.btn {
  display: inline-block;
  position: relative;
  top: -30px;
}

/* line 511, sass/style.scss */
.section-block {
  padding: 50px 0;
}
/* line 513, sass/style.scss */
.section-block .section-content {
  width: 80%;
  margin: 0 auto;
}
/* line 516, sass/style.scss */
.section-block .section-content.text-center {
  text-align: center;
}

/* line 521, sass/style.scss */
.hr {
  width: 100%;
  height: 2px;
  background: #c8c8c8;
  margin: 10px 0;
}
/* line 526, sass/style.scss */
.hr:before {
  content: "";
  clear: both;
}
/* line 530, sass/style.scss */
.hr:after {
  content: "";
  clear: both;
}

/* line 536, sass/style.scss */
.flexslider {
  margin: 0 !important;
}
/* line 538, sass/style.scss */
.flexslider .flex-control-nav {
  bottom: 25px;
  z-index: 20;
}
/* line 542, sass/style.scss */
.flexslider .flex-control-paging li a {
  background: #fff;
  border: 1px solid #fff;
}
/* line 545, sass/style.scss */
.flexslider .flex-control-paging li a.flex-active {
  background: #9c6b2f;
}

/* line 551, sass/style.scss */
.row {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 555, sass/style.scss */
.row:after {
  content: "";
  clear: both;
}
/* line 559, sass/style.scss */
.row .col-3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 800px) {
  /* line 559, sass/style.scss */
  .row .col-3 {
    width: 100%;
  }
}

/* line 571, sass/style.scss */
.project-card {
  text-align: center;
  width: 380px;
  margin: 15px auto;
  -webkit-box-shadow: 0px 0px 13px 0px #ccc8cc;
  -moz-box-shadow: 0px 0px 13px 0px #ccc8cc;
  box-shadow: 0px 0px 13px 0px #ccc8cc;
}
/* line 578, sass/style.scss */
.project-card .pc-image {
  height: 435px;
  overflow: hidden;
}
/* line 582, sass/style.scss */
.project-card img {
  max-width: 100%;
}
/* line 585, sass/style.scss */
.project-card .pc-text {
  box-sizing: border-box;
  padding: 15px;
}
/* line 588, sass/style.scss */
.project-card .pc-text .pc-name {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #000;
  margin: 0 0 10px;
}
/* line 594, sass/style.scss */
.project-card .pc-text .pc-addr {
  font-size: 20px;
  color: grey;
  margin: 0 0 10px;
}

/* line 601, sass/style.scss */
.history-row {
  margin: 50px 0;
}

/* line 604, sass/style.scss */
.history-block {
  text-align: center;
  padding: 25px 0;
  margin: 0 0 25px 0;
}
/* line 608, sass/style.scss */
.history-block .history-circle {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid #9c6b2f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
/* line 616, sass/style.scss */
.history-block .history-circle p{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  font-size: 28px;
  font-family: 'Playfair Display', serif;
  line-height: 30px;
}
.history-block .history-circle p sup{
  font-size: 60%;
  vertical-align: 11px;
}
/* line 636, sass/style.scss */
.residential-block .section-title {
  margin: 0 0 15px;
}
/* line 639, sass/style.scss */
.residential-block .section-header h3 {
  font-family: 'Gotham-Light';
  margin: 0 0 50px;
  font-size: 18px;
  line-height: 22px;
}
/* line 645, sass/style.scss */
.residential-block .column-1-content {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 50px;
}
/* line 650, sass/style.scss */
.residential-block .p-details {
  text-align: center;
  margin: 0 0 50px;
}
/* line 654, sass/style.scss */
.residential-block .p-details ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/* line 658, sass/style.scss */
.residential-block .p-details ul li span {
  vertical-align: top;
  font-family: 'Gotham-Light';
  font-size: 16px;
}
.p-details ul li img{
  float: left;
}

/* line 669, sass/style.scss */
.news-list {
  padding: 50px 0;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  /* line 669, sass/style.scss */
  .news-list {
    text-align: center;
  }
}
/* line 675, sass/style.scss */
.news-list .home-news-block {
  width: 30%;
  margin: 18px;
}
@media screen and (max-width: 1280px) {
  /* line 675, sass/style.scss */
  .news-list .home-news-block {
    margin: 10px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 675, sass/style.scss */
  .news-list .home-news-block {
    width: 80%;
  }
}

/* line 687, sass/style.scss */
.office-block {
  -webkit-box-shadow: 0px 0px 13px 0px #ccc8cc;
  -moz-box-shadow: 0px 0px 13px 0px #ccc8cc;
  box-shadow: 0px 0px 13px 0px #ccc8cc;
  margin: 0 0 25px;
}
/* line 693, sass/style.scss */
.office-block .o-map img {
  width: 100%;
}
/* line 697, sass/style.scss */
.office-block .o-text {
  padding: 15px;
  text-align: left;
  box-sizing: border-box;
  height: 220px;
}
/* line 702, sass/style.scss */
.office-block .o-text .o-name {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px;
}
/* line 708, sass/style.scss */
.office-block .o-text p {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px;
}

/* line 717, sass/style.scss */
.contact-form-block #wpcf7-f8-o1 {
  width: 60%;
  margin: 25px auto;
}
@media screen and (max-width: 650px) {
  /* line 717, sass/style.scss */
  .contact-form-block #wpcf7-f8-o1 {
    width: 90%;
  }
}
/* line 723, sass/style.scss */
.contact-form-block #wpcf7-f8-o1 .form-row {
  overflow: hidden;
  margin: 0 -15px 15px;
}
/* line 726, sass/style.scss */
.contact-form-block #wpcf7-f8-o1 .form-row .form-col2 {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
@media screen and (max-width: 650px) {
  /* line 726, sass/style.scss */
  .contact-form-block #wpcf7-f8-o1 .form-row .form-col2 {
    width: 100%;
  }
}
/* line 736, sass/style.scss */
.contact-form-block #wpcf7-f8-o1 .form-row .form-col1 {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
/* line 742, sass/style.scss */
.contact-form-block #wpcf7-f8-o1 input[type="text"],
.contact-form-block #wpcf7-f8-o1 input[type="email"],
.contact-form-block #wpcf7-f8-o1 textarea {
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  width: 100%;
}
/* line 61, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-form-block #wpcf7-f8-o1 input[type="text"]:-moz-placeholder,
.contact-form-block #wpcf7-f8-o1 input[type="email"]:-moz-placeholder,
.contact-form-block #wpcf7-f8-o1 textarea:-moz-placeholder {
  font-family: "Gotham-Light";
  color: #b3b3b3;
}
/* line 64, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-form-block #wpcf7-f8-o1 input[type="text"]::-moz-placeholder,
.contact-form-block #wpcf7-f8-o1 input[type="email"]::-moz-placeholder,
.contact-form-block #wpcf7-f8-o1 textarea::-moz-placeholder {
  font-family: "Gotham-Light";
  color: #b3b3b3;
}
/* line 67, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-form-block #wpcf7-f8-o1 input[type="text"]:-ms-input-placeholder,
.contact-form-block #wpcf7-f8-o1 input[type="email"]:-ms-input-placeholder,
.contact-form-block #wpcf7-f8-o1 textarea:-ms-input-placeholder {
  font-family: "Gotham-Light";
  color: #b3b3b3;
}
/* line 56, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-form-block #wpcf7-f8-o1 input[type="text"]::-webkit-input-placeholder,
.contact-form-block #wpcf7-f8-o1 input[type="email"]::-webkit-input-placeholder,
.contact-form-block #wpcf7-f8-o1 textarea::-webkit-input-placeholder {
  font-family: "Gotham-Light";
  color: #b3b3b3;
}
/* line 755, sass/style.scss */
.contact-form-block #wpcf7-f8-o1 input[type="submit"] {
  background: #9c6b2f;
  border: 1px solid #9c6b2f;
  box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  width: 100%;
  color: #fff;
  font-family: "Gotham-Light";
}

/* line 768, sass/style.scss */
body.single-post {
  padding-top: 165px;
}
/* line 770, sass/style.scss */
body.single-post .post-nav {
  display: block;
  font-size: 20px;
  font-family: "Gotham-Medium";
}
/* line 774, sass/style.scss */
body.single-post .post-nav #backnews {
  float: left;
  display: block;
  padding: 10px 15px;
  color: #333;
}
/* line 779, sass/style.scss */
body.single-post .post-nav #backnews span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
}
/* line 792, sass/style.scss */
body.single-post .navigation.post-navigation h2 {
  display: none;
}
/* line 795, sass/style.scss */
body.single-post .navigation.post-navigation .nav-previous, body.single-post .navigation.post-navigation .nav-next {
  display: inline-block;
}
/* line 797, sass/style.scss */
body.single-post .navigation.post-navigation .nav-previous a, body.single-post .navigation.post-navigation .nav-next a {
  display: block;
  padding: 10px 15px;
  color: #333;
}
/* line 804, sass/style.scss */
body.single-post .section-header h3 {
  margin: 0 0 20px;
}
/* line 807, sass/style.scss */
body.single-post .news-date {
  font-size: 18px;
  margin: 0 0 20px;
}
/* line 811, sass/style.scss */
body.single-post .pro-img-block {
  margin: 30px 0;
}

.postid-74 .pro-img-block{
  display:none;
}
.postid-74 .content-area{
  min-height: 700px;
}