/*
Theme Name: Balcaskie 2018
Theme URI: http://www.balcaskie.co.uk
Description: The bespoke WordPress theme designed exclusively for Balcaskie
Version: 1.0
Author: Cause & Effect design
Author URI: http://www.causeandeffect.design/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-repeat: no-repeat; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* helpers */
.group:after {
  content: "";
  display: table;
  clear: both; }

input,
textarea,
select {
  font-family: 'EB Garamond', serif; }

a {
  text-decoration: none;
  color: #111820;
  border-bottom: 1px solid #7d8790; }

img {
  max-width: 100%; }

.cta,
.editor .cta {
  border-radius: 4px;
  padding: 10px;
  color: white;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  transition: all ease 0.3s; }
  .cta:hover,
  .editor .cta:hover {
    background-color: #7d8790;
    color: white; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  font-size: 0.75em; }

sub {
  top: 0.3em; }

.bg-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

/* 12 column grid - based on 1194px width - column width 72px, gutter 30px*/
.container {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .container {
      width: 100%;
      padding: 0 40px; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding: 0 15px; } }

/* 1% 12 column grid - 5.5% column / 3% margin col*/
/* mobile grid */
/* header */
#site-header {
  width: 100%;
  background-color: #f9f8f7;
  position: fixed;
  z-index: 0;
  min-height: 420px;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 767px) {
    #site-header {
      min-height: 36vh; } }
  #site-header .container {
    padding: 50px; }
    @media only screen and (max-width: 1024px) {
      #site-header .container {
        padding: 40px; } }
    @media only screen and (max-width: 767px) {
      #site-header .container {
        padding: 15px; } }
  #site-header.show-nav {
    z-index: 500; }
    #site-header.show-nav #header-contacts,
    #site-header.show-nav #header-main {
      opacity: 1; }
    #site-header.show-nav #main-nav {
      display: block; }

.blog #site-header, .archive #site-header, .single #site-header {
  background-color: white; }
  .blog #site-header .vertical-nav, .blog #site-header .sub-menu, .archive #site-header .vertical-nav, .archive #site-header .sub-menu, .single #site-header .vertical-nav, .single #site-header .sub-menu {
    background-color: white; }

#header-contacts {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #7d8790;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  position: relative;
  visibility: hidden;
  transition: opacity ease 0.2s; }
  @media only screen and (max-width: 767px) {
    #header-contacts {
      position: relative;
      z-index: 20; } }
  #header-contacts.fadeout {
    opacity: 0 !important; }
  #header-contacts a {
    color: #7d8790;
    text-decoration: none;
    border: none;
    transition: all ease 0.3s; }
    #header-contacts a:hover {
      color: #263746; }
  #header-contacts p {
    float: left;
    width: 32.26%;
    margin-left: 1.6%; }
    #header-contacts p:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 1024px) {
      #header-contacts p.address {
        padding-right: 40px; } }
    @media only screen and (max-width: 767px) {
      #header-contacts p span {
        display: none; }
        #header-contacts p span.mobile-content {
          display: inline; }
      #header-contacts p.phone {
        width: 50px; }
      #header-contacts p.phone {
        padding: 0;
        margin: 0; } }
  #header-contacts .social a svg {
    height: 14px;
    width: auto;
    display: inline-block;
    margin-left: 15px; }
    #header-contacts .social a svg path {
      fill: #7d8790;
      transition: all ease 0.3s; }
  #header-contacts .social a:hover svg path {
    fill: #263746; }
  @media only screen and (max-width: 767px) {
    #header-contacts .social {
      display: none; } }

#header-main {
  padding: 160px 0 90px;
  position: relative;
  transition: opacity ease 0.3s; }
  @media only screen and (max-width: 767px) {
    #header-main {
      padding: 16vh 0 0; } }
  #header-main.fadeout {
    opacity: 0 !important; }
  #header-main .logo {
    display: block;
    float: left;
    width: 32.26%;
    margin-left: 0;
    margin-right: 1.6%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #header-main .logo {
        width: 100%;
        float: none;
        padding-bottom: 80px; } }
    #header-main .logo a {
      border: none; }
    #header-main .logo img {
      width: 208px;
      height: auto; }
      @media only screen and (max-width: 1024px) {
        #header-main .logo img {
          width: 180px; } }
      @media only screen and (max-width: 767px) {
        #header-main .logo img {
          width: 120px; } }
  #header-main .header-intro {
    position: absolute;
    left: 33.86%;
    top: 150px;
    width: 32.26%;
    visibility: hidden; }
    @media only screen and (max-width: 1024px) {
      #header-main .header-intro {
        width: 49.19%; } }
    @media only screen and (max-width: 767px) {
      #header-main .header-intro {
        width: 75%;
        position: static; } }
    #header-main .header-intro p {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.4em; }
      @media only screen and (max-width: 1024px) {
        #header-main .header-intro p {
          font-size: 22px;
          font-size: 2.2rem; } }
      @media only screen and (max-width: 767px) {
        #header-main .header-intro p {
          font-size: 15px;
          font-size: 1.5rem; } }
  #header-main .shield {
    position: absolute;
    right: 0;
    top: 160px;
    width: 34px;
    height: auto;
    z-index: 20; }
    @media only screen and (max-width: 767px) {
      #header-main .shield {
        display: none; } }

#menu-icon {
  display: block;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 999;
  background-image: url(images/ic-menu.svg);
  background-position: right center;
  background-size: 34px auto;
  mix-blend-mode: difference;
  transition: opacity ease 0.3s;
  visibility: hidden; }
  @media only screen and (max-width: 1024px) {
    #menu-icon {
      right: 40px;
      top: 40px; } }
  @media only screen and (max-width: 767px) {
    #menu-icon {
      right: 15px;
      top: 15px;
      width: 24px;
      height: 24px;
      background-size: 24px auto;
      display: block !important;
      opacity: 1 !important; } }
  #menu-icon.hidden {
    opacity: 0; }
  #menu-icon.close {
    background-image: url(images/menu-close.svg);
    background-size: 24px auto; }
    @media only screen and (max-width: 767px) {
      #menu-icon.close {
        background-size: 18px auto;
        background-position: center center; } }

#site-header.show-nav #header-main {
  opacity: 1 !important; }
#site-header.show-nav #header-contacts {
  opacity: 1 !important; }

@media only screen and (max-width: 767px) {
  /* styles for when menu is open  on mobile */
  .noscroll {
    overflow: hidden;
    height: 100%; }

  #site-header.show-nav #header-contacts {
    background-color: #f9f8f7;
    padding: 15px 0;
    top: -15px; }
  #site-header.show-nav .shield {
    display: block !important;
    z-index: 10;
    right: 0;
    top: calc(16vh - 30px);
    width: 20px;
    position: absolute; }
  #site-header.show-nav .logo {
    z-index: 11;
    top: -30px; } }
@media only screen and (max-width: 767px) {
  #main-nav {
    float: none;
    height: calc(100vh - 130px);
    position: fixed;
    top: 32vh;
    left: 0;
    width: 100%; } }

.vertical-nav {
  display: none;
  position: relative;
  top: -2px;
  padding-top: 2px;
  float: left;
  width: 32.26%;
  margin-right: 1.6%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #7d8790;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  background-color: #f9f8f7;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    .vertical-nav {
      width: 67.72%;
      margin-right: 0;
      z-index: 10;
      top: -3px; } }
  @media only screen and (max-width: 767px) {
    .vertical-nav {
      z-index: 12;
      float: none;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 15px 30px;
      font-size: 12px;
      font-size: 1.2rem;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }

.vertical-nav > ul {
  position: relative;
  letter-spacing: 0.06em;
  /* second level */ }
  @media only screen and (max-width: 1024px) {
    .vertical-nav > ul {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .vertical-nav > ul {
      width: 100%;
      padding-bottom: 40px; } }
  .vertical-nav > ul > li {
    padding: 0 30px 14px 0; }
    .vertical-nav > ul > li a {
      color: #7d8790;
      display: inline-block;
      border-bottom: 1px solid transparent;
      transition: all ease 0.3s;
      position: relative;
      line-height: 1.3em; }
      @media only screen and (max-width: 767px) {
        .vertical-nav > ul > li a {
          color: #111820; }
          .vertical-nav > ul > li a.sf-with-ul {
            padding: 0 0 1px 0; } }
      .vertical-nav > ul > li a:hover {
        border-bottom: 1px solid #111820;
        color: #111820; }
    .vertical-nav > ul > li.sfHover > a, .vertical-nav > ul > li.current-menu-parent > a {
      border-bottom: 1px solid #111820;
      color: #111820; }
      @media only screen and (max-width: 767px) {
        .vertical-nav > ul > li.sfHover > a, .vertical-nav > ul > li.current-menu-parent > a {
          border-bottom-color: transparent; } }
      .vertical-nav > ul > li.sfHover > a::after, .vertical-nav > ul > li.current-menu-parent > a::after {
        content: "";
        width: 14px;
        height: 14px;
        display: inline-block;
        position: absolute;
        right: -20px;
        top: 2px;
        background-image: url(images/arrow-right-black.svg);
        background-size: 100% auto;
        background-position: right center; }
        @media only screen and (max-width: 767px) {
          .vertical-nav > ul > li.sfHover > a::after, .vertical-nav > ul > li.current-menu-parent > a::after {
            display: none; } }
    .vertical-nav > ul > li.current-menu-parent .sub-menu {
      display: block !important; }
    .vertical-nav > ul > li.sfHover .sub-menu {
      z-index: 10; }
  .vertical-nav > ul > li ul.sub-menu {
    position: absolute;
    top: 0;
    left: 105%;
    width: 100%;
    background-color: #f9f8f7;
    min-height: 240px; }
    @media only screen and (max-width: 767px) {
      .vertical-nav > ul > li ul.sub-menu {
        display: block !important;
        position: static;
        margin-left: 50px;
        width: calc(100% - 50px);
        min-height: auto; } }
    .vertical-nav > ul > li ul.sub-menu li {
      padding: 0 0 14px 0; }
      @media only screen and (max-width: 767px) {
        .vertical-nav > ul > li ul.sub-menu li {
          padding: 0 0 4px 0; } }
      .vertical-nav > ul > li ul.sub-menu li a {
        display: inline-block;
        line-height: 1.3em; }
        @media only screen and (max-width: 767px) {
          .vertical-nav > ul > li ul.sub-menu li a {
            color: #7d8790; } }
      .vertical-nav > ul > li ul.sub-menu li.current-menu-item a {
        color: #111820;
        border-bottom-color: #111820; }

/* text editor */
.module-heading {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3em; }
  @media only screen and (max-width: 1024px) {
    .module-heading {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media only screen and (max-width: 767px) {
    .module-heading {
      font-size: 20px;
      font-size: 2rem; } }

.editor {
  color: #111820; }
  .editor h1 {
    font-size: 35px;
    font-size: 3.5rem;
    color: #111820;
    font-weight: 700;
    padding: 0 0 .5em 0; }
    @media only screen and (max-width: 1024px) {
      .editor h1 {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media only screen and (max-width: 767px) {
      .editor h1 {
        font-size: 30px;
        font-size: 3rem; } }
    .editor h1 span {
      color: #111820; }
  .editor h2 {
    font-size: 35px;
    font-size: 3.5rem;
    color: #111820;
    padding: .6em 0 .4em 0;
    font-weight: 400;
    line-height: 1.2em;
    font-weight: 700; }
    @media only screen and (max-width: 1024px) {
      .editor h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media only screen and (max-width: 767px) {
      .editor h2 {
        font-size: 20px;
        font-size: 2rem; } }
    .editor h2 span {
      font-weight: 300; }
  .editor h2:first-child {
    padding-top: 0; }
  .editor h2 a {
    text-decoration: none; }
  .editor h2 a:hover {
    text-decoration: underline; }
  .editor h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 1em 0 0.75em;
    line-height: 1.2em;
    font-weight: 500; }
    @media only screen and (max-width: 1024px) {
      .editor h3 {
        font-size: 20px;
        font-size: 2rem; } }
    @media only screen and (max-width: 767px) {
      .editor h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .editor h4 {
    font-size: 20px;
    font-size: 2rem;
    padding: 1em 0 0.75em;
    line-height: 1.2em;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .editor h4 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 767px) {
      .editor h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .editor h2 + h3 {
    padding-top: 0; }
  .editor p {
    line-height: 1.5em;
    margin: 0 0 1.25em 0; }
  .editor strong {
    font-weight: 600; }
  .editor ul {
    list-style-type: disc;
    margin: 0 0 1.25em 1.5em; }
  .editor ol {
    list-style-type: decimal;
    margin: 0 0 1.2em 1.5em; }
  .editor li {
    margin: 0 0 0.75em;
    line-height: 1.45em; }
  .editor a {
    color: #263746;
    border-bottom: 1px solid #263746; }
  .editor a:hover {
    border-bottom: 1px solid #263746; }
  .editor small {
    font-size: 80%; }
  .editor em {
    font-style: italic; }
  .editor .alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  .editor .alignright {
    float: right;
    margin: 0 0 20px 20px; }
  .editor .aligncenter {
    display: block;
    margin: 0 auto; }
  .editor img.size-large,
  .editor img.size-full {
    max-width: 100%;
    height: auto; }
  .editor img.size-thumbnail {
    width: 150px;
    height: auto; }
  .editor .wp-caption {
    margin-bottom: 2.5em; }
    @media only screen and (max-width: 767px) {
      .editor .wp-caption {
        width: 100% !important; } }
    .editor .wp-caption img {
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .editor .wp-caption img {
          width: 100% !important;
          height: auto; } }
    .editor .wp-caption .wp-caption-text {
      font-weight: 500;
      color: #111820;
      font-size: 15px;
      font-size: 1.5rem; }
  .editor table {
    border: 1px solid #dcdcdd;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .editor table {
        font-size: 12px;
        font-size: 1.2rem; } }
  .editor table th {
    border: 1px solid #7d8790;
    padding: 10px 5px;
    color: #111820;
    background-color: rgba(17, 24, 32, 0.15);
    text-align: left; }
  .editor table td {
    border: 1px solid #7d8790;
    padding: 5px;
    background-color: rgba(17, 24, 32, 0.1); }

/* site - footer */
#site-footer {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 50px 0 20px;
  background-color: white;
  background-position: center center;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #7d8790;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #site-footer {
      padding: 20px 0 15px;
      font-size: 12px;
      font-size: 1.2rem; } }
  #site-footer .vertical-nav {
    display: block;
    background-color: white; }
    #site-footer .vertical-nav .sub-menu {
      background-color: white; }
    @media only screen and (max-width: 767px) {
      #site-footer .vertical-nav {
        display: none; } }

.home #site-footer {
  background-color: #f9f8f7; }
  .home #site-footer .vertical-nav {
    background-color: #f9f8f7; }
    @media only screen and (max-width: 1024px) {
      .home #site-footer .vertical-nav {
        float: none; } }
    .home #site-footer .vertical-nav .sub-menu {
      background-color: #f9f8f7; }

#footer-main {
  padding: 160px 0 90px;
  position: relative;
  transition: opacity ease 0.3s; }
  @media only screen and (max-width: 1024px) {
    #footer-main {
      padding: 100px 0 60px; } }
  @media only screen and (max-width: 767px) {
    #footer-main {
      padding: 45px 0; } }
  #footer-main.fadeout {
    opacity: 0; }
  #footer-main .logo {
    display: block;
    float: left;
    width: 32.26%;
    margin-left: 0;
    margin-right: 1.6%; }
    @media only screen and (max-width: 1024px) {
      #footer-main .logo {
        float: none;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      #footer-main .logo {
        min-width: 120px; } }
    #footer-main .logo a {
      border: none; }
    #footer-main .logo img {
      width: 208px;
      height: auto; }
      @media only screen and (max-width: 1024px) {
        #footer-main .logo img {
          width: 180px; } }
      @media only screen and (max-width: 767px) {
        #footer-main .logo img {
          width: 120px; } }
  #footer-main .shield {
    position: absolute;
    right: 0;
    top: 160px;
    width: 34px;
    height: auto; }
    @media only screen and (max-width: 767px) {
      #footer-main .shield {
        top: 45px;
        width: 24px; } }

#footer-contacts {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #7d8790;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  transition: opacity ease 0.3s;
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    #footer-contacts {
      padding-bottom: 45px; } }
  #footer-contacts.fadeout {
    opacity: 0; }
  #footer-contacts a {
    color: #7d8790;
    text-decoration: none;
    border: none; }
  #footer-contacts p {
    float: left;
    width: 32.26%;
    margin-left: 1.6%; }
    @media only screen and (max-width: 767px) {
      #footer-contacts p {
        float: none;
        width: 100%;
        margin: 0 0 15px; } }
    #footer-contacts p:first-child {
      margin-left: 0; }
  #footer-contacts .social img {
    height: 14px;
    width: auto;
    display: inline-block;
    margin-left: 15px; }
  @media only screen and (max-width: 767px) {
    #footer-contacts .social {
      position: absolute;
      bottom: 0;
      right: 15px;
      text-align: right;
      margin: 0; }
      #footer-contacts .social span {
        display: none; } }

/* Cookies */
#cookie-notice .cookie-notice-container {
  padding: 12px; }
#cookie-notice .button {
  color: rgba(255, 255, 255, 0.66); }
#cookie-notice #cn-accept-cookie {
  color: #111820;
  background-color: #111820;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem; }
#cookie-notice #cn-more-info {
  text-decoration: underline; }

/* Typography */
html {
  font-size: 62.5%;
  color: #111820;
  height: 100%; }

body {
  height: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #f9f8f7;
  color: #111820;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  word-wrap: break-word; }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 18px;
      font-size: 1.8rem; } }

/* general layout */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

#main {
  position: relative;
  margin-top: 420px; }
  @media only screen and (max-width: 767px) {
    #main {
      margin-top: 36vh; } }

/* homepage */
.home #main {
  margin-top: 420px; }
  @media only screen and (max-width: 767px) {
    .home #main {
      margin-top: 60vh; } }

.home-banner {
  visibility: hidden;
  /*
  	.wp-video {
  		width:100% !important;
  		
  		@include respond-to(mobile) {
  			display:none;
  		}
  		
  		.mejs-controls {
  			display: none !important;
  			visibility: hidden !important;
  		}
  	}
  */ }
  .home-banner .home-banner-image {
    display: block;
    width: 100vw;
    height: 56vw;
    background-size: cover;
    background-position: center center; }
    @media only screen and (max-width: 767px) {
      .home-banner .home-banner-image {
        height: 100vw; } }

.homepage-intro {
  background-color: #111820;
  color: white;
  padding: 90px 0 180px;
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .homepage-intro {
      padding: 45px 0 0;
      height: 100vw; } }
  .homepage-intro h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.3em;
    width: 66.12%; }
    @media only screen and (max-width: 1024px) {
      .homepage-intro h2 {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media only screen and (max-width: 767px) {
      .homepage-intro h2 {
        font-size: 20px;
        font-size: 2rem;
        width: 100%;
        line-height: 1.4em; } }

/* homepage estate */
.homepage-estate {
  background-color: #f9f8f7;
  padding: 70px 0; }
  @media only screen and (max-width: 767px) {
    .homepage-estate {
      padding: 30px 0; } }
  .homepage-estate .module-intro {
    padding-bottom: 120px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .homepage-estate .module-intro {
        padding-bottom: 2em;
        margin-right: 0; } }
    .homepage-estate .module-intro h2 {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 1.3em;
      width: 32.26%;
      float: left;
      margin-right: 1.6%; }
      @media only screen and (max-width: 1024px) {
        .homepage-estate .module-intro h2 {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media only screen and (max-width: 767px) {
        .homepage-estate .module-intro h2 {
          font-size: 20px;
          font-size: 2rem;
          width: 100%;
          float: none;
          padding: 0 0 1em;
          margin: 0; } }
    .homepage-estate .module-intro p {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.4em;
      width: 66.12%;
      float: left;
      padding: 0.7em 20% 0 0; }
      @media only screen and (max-width: 1024px) {
        .homepage-estate .module-intro p {
          font-size: 22px;
          font-size: 2.2rem;
          padding: 0.5em 0 0 0; } }
      @media only screen and (max-width: 767px) {
        .homepage-estate .module-intro p {
          font-size: 15px;
          font-size: 1.5rem;
          width: 100%;
          float: none;
          padding: 0; } }
  .homepage-estate .image-menu-grid article {
    float: left;
    width: 32.26%;
    padding-top: 32.26%;
    margin: 0 1.6% calc((100vw - 100px) * 0.016) 0;
    position: relative; }
    .homepage-estate .image-menu-grid article:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .homepage-estate .image-menu-grid article {
        width: 47.3%;
        padding: 0px;
        height: 52vw;
        margin: 0 5.4% 5.4vw 0; }
        .homepage-estate .image-menu-grid article:nth-child(3n) {
          margin-right: 5.4%; }
        .homepage-estate .image-menu-grid article:nth-child(2n) {
          margin-right: 0; } }
    .homepage-estate .image-menu-grid article > a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none;
      padding: 20px; }
      @media only screen and (max-width: 767px) {
        .homepage-estate .image-menu-grid article > a {
          padding: 0; } }
      .homepage-estate .image-menu-grid article > a:hover .bg-pic {
        opacity: 0.1; }
      .homepage-estate .image-menu-grid article > a h3 {
        border-bottom: 1px solid #7d8790;
        font-size: 24px;
        font-size: 2.4rem;
        display: inline-block; }
        @media only screen and (max-width: 1024px) {
          .homepage-estate .image-menu-grid article > a h3 {
            font-size: 22px;
            font-size: 2.2rem; } }
        @media only screen and (max-width: 767px) {
          .homepage-estate .image-menu-grid article > a h3 {
            font-size: 13px;
            font-size: 1.3rem;
            padding-top: 45vw; } }
    .homepage-estate .image-menu-grid article .bg-pic {
      background-position: center center;
      background-size: cover;
      transition: opacity ease 0.3s; }
      @media only screen and (max-width: 767px) {
        .homepage-estate .image-menu-grid article .bg-pic {
          height: 42.8vw; } }

/* homepage farming */
.homepage-farming {
  background-color: #bbdce5; }
  .homepage-farming .container {
    padding: 100px 50px 150px; }
    @media only screen and (max-width: 767px) {
      .homepage-farming .container {
        padding: 30px 15px; } }

.module-intro {
  float: left;
  width: 66.12%;
  margin-right: 1.6%; }
  @media only screen and (max-width: 767px) {
    .module-intro {
      float: 100%;
      width: 100%;
      margin: 0 0 30px; } }
  .module-intro h2 {
    padding: 0 10% 0.8em 0;
    padding-right: 0; }
  .module-intro h3 {
    padding-right: 15%; }
    @media only screen and (max-width: 767px) {
      .module-intro h3 {
        padding-right: 0; } }

.banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 56.25vw;
  max-height: 900px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .banner {
      height: 100vw; } }
  .banner .banner-title {
    padding: 50px;
    color: white; }
    @media only screen and (max-width: 767px) {
      .banner .banner-title {
        padding: 30px 15px; } }

.module-menu {
  float: left;
  width: 32.26%;
  color: #263746;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  padding-top: 1.1em; }
  @media only screen and (max-width: 767px) {
    .module-menu {
      float: none;
      width: 100%;
      font-size: 12px;
      font-size: 1.2rem; } }
  .module-menu li {
    margin: 0 0 1.3em 0; }
    .module-menu li a {
      color: #263746;
      text-decoration: none;
      text-transform: uppercase;
      border-bottom: 1px solid transparent;
      position: relative;
      display: inline-block;
      padding-bottom: 2px; }
      .module-menu li a:hover {
        border-bottom: 1px solid rgba(38, 55, 70, 0.8); }
        .module-menu li a:hover::after {
          content: "";
          width: 16px;
          height: 17px;
          display: inline-block;
          position: absolute;
          right: -30px;
          top: 1px;
          background-image: url(images/arrow-right-black.svg);
          background-size: 100% auto;
          background-position: right center;
          opacity: 0.8; }

.module {
  background-color: #f9f8f7; }
  .module .container {
    padding: 100px 50px 150px; }
    @media only screen and (max-width: 767px) {
      .module .container {
        padding: 30px 15px; } }
  .module .module-title {
    padding-bottom: 70px; }
    @media only screen and (max-width: 767px) {
      .module .module-title {
        padding-bottom: 30px; } }

#homepage-bowhouse {
  background-color: #efede7; }
  #homepage-bowhouse .container {
    padding: 100px 50px 30px; }
    @media only screen and (max-width: 767px) {
      #homepage-bowhouse .container {
        padding: 45px 15px 30px; } }

#bowhouse-gallery {
  clear: left;
  padding-top: 120px; }
  @media only screen and (max-width: 767px) {
    #bowhouse-gallery {
      padding-top: 45px; } }

.image-carousel {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .image-carousel .carousel-holder {
    position: relative; }
    .image-carousel .carousel-holder .cycle-button {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 33%;
      height: 100%;
      opacity: 0;
      transition: opacity ease 0.3s;
      z-index: 50;
      background-size: 40px auto;
      cursor: pointer; }
      .image-carousel .carousel-holder .cycle-button:hover {
        opacity: 1; }
    .image-carousel .carousel-holder #carousel-prev {
      left: 0;
      background-image: url(images/arrow-left-white.svg);
      background-position: left 20px center; }
    .image-carousel .carousel-holder #carousel-next {
      right: 0;
      background-image: url(images/arrow-right-white.svg);
      background-position: right 20px center; }
  .image-carousel .cycle-slideshow {
    height: 600px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .image-carousel .cycle-slideshow {
        height: 42.8vw; } }
  .image-carousel img {
    float: left;
    height: 600px;
    width: auto;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .image-carousel img {
        height: 42.8vw;
        margin-right: 15px; } }

#homepage-live-work {
  background-color: #e1b4aa; }
  #homepage-live-work .module-intro {
    float: none;
    padding-top: 70px; }
    @media only screen and (max-width: 767px) {
      #homepage-live-work .module-intro {
        padding-top: 45px; } }

.module-pagepix article {
  float: left;
  width: 49.19%;
  margin: 0 1.6% calc((100vw - 100px) * 0.016) 0; }
  @media only screen and (max-width: 767px) {
    .module-pagepix article {
      width: 47.3%;
      margin: 0 5.4% 5.4vw 0; } }
  .module-pagepix article:nth-child(2n) {
    margin-right: 0; }
  .module-pagepix article a {
    display: block;
    border: none; }
    .module-pagepix article a:hover .page-pic {
      mix-blend-mode: normal; }
    .module-pagepix article a:hover p {
      border-bottom: 2px solid rgba(38, 55, 70, 0.8); }
  .module-pagepix article .page-pic {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: calc((100vw - 100px) * 0.016);
    mix-blend-mode: multiply; }
    @media only screen and (max-width: 767px) {
      .module-pagepix article .page-pic {
        margin-bottom: 5px; } }
  .module-pagepix article p {
    color: #263746;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.01em;
    border-bottom: 1px solid transparent;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .module-pagepix article p {
        font-size: 12px;
        font-size: 1.2rem; } }

#homepage-news {
  background-color: white; }
  #homepage-news .all-news-cta {
    color: #263746;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    position: absolute;
    right: 50px;
    top: 128px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      #homepage-news .all-news-cta {
        font-size: 12px;
        font-size: 1.2rem;
        top: 40px;
        right: 15px; } }
    #homepage-news .all-news-cta:hover {
      border-bottom: 2px solid rgba(38, 55, 70, 0.8); }

.news-carousel article {
  float: left;
  width: 49.19%;
  margin-right: 1.6%; }
  @media only screen and (max-width: 767px) {
    .news-carousel article {
      width: 47.3%;
      margin: 0 5.4% 5.4vw 0; } }
  .news-carousel article:nth-child(2n) {
    margin-right: 0; }
  .news-carousel article .news-pic {
    width: 100%;
    padding-top: 66.66%;
    background-size: cover;
    background-position: center center; }
  .news-carousel article h3 {
    margin: 10px 0; }
    @media only screen and (max-width: 767px) {
      .news-carousel article h3 {
        margin: 5px 0;
        line-height: 1.1em; } }
  .news-carousel article .date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    color: #7d8790;
    margin: 0 0 40px; }
    @media only screen and (max-width: 767px) {
      .news-carousel article .date {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 0 15px; } }
  .news-carousel article .excerpt {
    line-height: 1.3em;
    padding-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .news-carousel article .excerpt {
        font-size: 13px;
        font-size: 1.3rem;
        padding-bottom: 15px; } }
  .news-carousel article .read-more {
    color: #263746;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid transparent; }
    @media only screen and (max-width: 767px) {
      .news-carousel article .read-more {
        font-size: 12px;
        font-size: 1.2rem; } }
    .news-carousel article .read-more:hover {
      border-bottom: 2px solid rgba(38, 55, 70, 0.8); }

/* SO custo widgets */
.widget_sow-custom-fwtw {
  background-color: white; }

.full-width-text-widget {
  background-color: white; }
  .full-width-text-widget .module-intro {
    padding: 100px 0;
    width: 100%;
    float: none; }
    @media only screen and (max-width: 767px) {
      .full-width-text-widget .module-intro {
        padding: 40px 0; } }
    .full-width-text-widget .module-intro h1 {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 1.3em;
      width: 32.26%;
      float: left;
      margin-right: 1.6%; }
      @media only screen and (max-width: 1024px) {
        .full-width-text-widget .module-intro h1 {
          font-size: 32px;
          font-size: 3.2rem;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .full-width-text-widget .module-intro h1 {
          font-size: 20px;
          font-size: 2rem;
          width: 100%;
          padding: 0;
          float: none;
          margin-right: 0; } }
    .full-width-text-widget .module-intro .intro-text {
      width: 66.12%;
      float: left;
      padding: 0.7em 20% 0 0; }
      @media only screen and (max-width: 1024px) {
        .full-width-text-widget .module-intro .intro-text {
          padding: 0.5em 0 0; } }
      @media only screen and (max-width: 767px) {
        .full-width-text-widget .module-intro .intro-text {
          padding: 0.75em 0 0;
          float: none;
          width: 100%; } }
      .full-width-text-widget .module-intro .intro-text p {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.4em; }
        @media only screen and (max-width: 1024px) {
          .full-width-text-widget .module-intro .intro-text p {
            font-size: 22px;
            font-size: 2.2rem; } }
        @media only screen and (max-width: 767px) {
          .full-width-text-widget .module-intro .intro-text p {
            font-size: 15px;
            font-size: 1.5rem;
            width: 100%;
            line-height: 1.4em; } }

.bg-image-lefttext-widget {
  background-color: #111820;
  color: white; }
  .bg-image-lefttext-widget .banner-image {
    width: 100%;
    height: auto; }
  .bg-image-lefttext-widget .module-text {
    padding: 70px 40% 70px 0;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.4em;
    color: white; }
    @media only screen and (max-width: 1024px) {
      .bg-image-lefttext-widget .module-text {
        font-size: 32px;
        font-size: 3.2rem;
        padding: 50px 20% 50px 0; } }
    @media only screen and (max-width: 767px) {
      .bg-image-lefttext-widget .module-text {
        padding: 40px 0;
        font-size: 18px;
        font-size: 1.8rem; }
        .bg-image-lefttext-widget .module-text h2 {
          padding-bottom: 15px; } }

.left-image-text-widget {
  background-color: #f9f8f7;
  padding: 80px 0; }
  @media only screen and (max-width: 1024px) {
    .left-image-text-widget {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    .left-image-text-widget {
      padding: 40px 0; } }
  .left-image-text-widget .module-heading {
    padding: 0 0 40px 0; }
    @media only screen and (max-width: 767px) {
      .left-image-text-widget .module-heading {
        padding: 0 0 20px 0; } }
  .left-image-text-widget .left-image {
    float: left;
    width: 49.19%;
    margin-right: 1.6%; }
    @media only screen and (max-width: 767px) {
      .left-image-text-widget .left-image {
        float: none;
        width: 100%;
        margin: 0 0 15px 0; } }
  .left-image-text-widget .module-text {
    float: left;
    width: 49.19%;
    padding-left: 1.6%; }
    @media only screen and (max-width: 767px) {
      .left-image-text-widget .module-text {
        float: none;
        width: 100%;
        padding-left: 0; } }

.widget_sow-custom-litw + .widget_sow-custom-litw .left-image-text-widget {
  padding-top: 0; }

.image-grid {
  background-color: #f9f8f7;
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    .image-grid {
      padding: 40px 0; } }
  .image-grid article {
    float: left;
    width: 32.26%;
    padding-top: 32.26%;
    margin: 0 1.6% calc((100vw - 100px) * 0.016) 0;
    position: relative; }
    .image-grid article:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .image-grid article {
        width: 47.3%;
        padding-top: 42.8vw;
        margin: 0 5.4% 5.4vw 0; }
        .image-grid article:nth-child(2n), .image-grid article:nth-child(6n) {
          margin-right: 0 !important; }
        .image-grid article:nth-child(3n) {
          margin-right: 5.4%; } }
    .image-grid article > a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none;
      padding: 20px; }
      @media only screen and (max-width: 1024px) {
        .image-grid article > a {
          padding: 15px; } }
      @media only screen and (max-width: 767px) {
        .image-grid article > a {
          padding: 10px; } }
      .image-grid article > a:hover .bg-pic {
        opacity: 0.1; }
      .image-grid article > a h3 {
        border-bottom: 1px solid #7d8790;
        font-size: 24px;
        font-size: 2.4rem;
        display: inline-block; }
        @media only screen and (max-width: 1024px) {
          .image-grid article > a h3 {
            font-size: 22px;
            font-size: 2.2rem; } }
        @media only screen and (max-width: 767px) {
          .image-grid article > a h3 {
            font-size: 13px;
            font-size: 1.3rem; } }
    .image-grid article .bg-pic {
      background-position: center center;
      background-size: cover;
      transition: opacity ease 0.3s; }

.faqs-widget {
  background-color: #f9f8f7;
  padding: 50px 0; }
  .faqs-widget .module-heading {
    float: left;
    width: 32.26%;
    margin-right: 1.6%;
    padding-right: 50px; }
    @media only screen and (max-width: 767px) {
      .faqs-widget .module-heading {
        float: none;
        width: 100%;
        margin: 0 0 20px 0; } }
  .faqs-widget .faq-list {
    float: left;
    width: 66.12%;
    padding-top: 10px; }
    @media only screen and (max-width: 767px) {
      .faqs-widget .faq-list {
        float: none;
        width: 100%; } }
    .faqs-widget .faq-list li {
      padding: 10px 0 30px;
      border-top: 2px solid #7d8790;
      color: #111820;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.4em; }
      @media only screen and (max-width: 1024px) {
        .faqs-widget .faq-list li {
          font-size: 22px;
          font-size: 2.2rem; } }
      @media only screen and (max-width: 767px) {
        .faqs-widget .faq-list li {
          font-size: 13px;
          font-size: 1.3rem; } }
      .faqs-widget .faq-list li .faq-trigger {
        font-weight: 600;
        font-size: 25px;
        font-size: 2.5rem;
        border: none;
        color: #7d8790;
        transition: all ease 0.3s;
        cursor: pointer; }
        @media only screen and (max-width: 1024px) {
          .faqs-widget .faq-list li .faq-trigger {
            font-size: 23px;
            font-size: 2.3rem; } }
        @media only screen and (max-width: 767px) {
          .faqs-widget .faq-list li .faq-trigger {
            font-size: 18px;
            font-size: 1.8rem; } }
        .faqs-widget .faq-list li .faq-trigger:hover {
          color: #263746; }
      .faqs-widget .faq-list li .faq-content {
        display: none;
        color: #111820;
        padding-top: 26px; }
        @media only screen and (max-width: 767px) {
          .faqs-widget .faq-list li .faq-content {
            padding-top: 15px; } }

/* commercial */
.page-commercial .full-width-text-widget {
  background-color: #e1b4aa; }
.page-commercial #panel-502-0-0-2 .left-image-text-widget {
  padding-top: 80px; }

/* news / blog */
.blog #main, .archive #main, .single #main {
  margin-top: 45vh; }

.news-index-title {
  background-color: white;
  padding-bottom: 35px; }
  .news-index-title h3 {
    float: left;
    width: 32.26%;
    margin-right: 1.6%; }
    @media only screen and (max-width: 767px) {
      .news-index-title h3 {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px; } }
    .news-index-title h3 a {
      border: none; }
  .news-index-title .navigation {
    float: left;
    width: 66.12%;
    color: #263746; }
    @media only screen and (max-width: 767px) {
      .news-index-title .navigation {
        width: 100%;
        float: none; } }
    .news-index-title .navigation .page-numbers {
      display: inline-block;
      border: 1px solid transparent;
      text-align: center;
      width: 42px;
      height: 42px;
      line-height: 40px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      vertical-align: bottom; }
      @media only screen and (max-width: 767px) {
        .news-index-title .navigation .page-numbers {
          width: 32px;
          height: 32px;
          line-height: 30px;
          font-size: 15px;
          font-size: 1.5rem; } }
    .news-index-title .navigation .current {
      border: 1px solid #263746; }
    .news-index-title .navigation .prev {
      background-image: url(images/arrow-left-sea.svg);
      background-size: 14px auto;
      background-position: center center;
      border: 1px solid #263746; }
    .news-index-title .navigation .next {
      background-image: url(images/arrow-right-sea.svg);
      background-size: 14px auto;
      background-position: center center;
      border: 1px solid #263746; }

.news-index-content {
  background-color: #f9f8f7;
  padding: 70px 0; }

.news-sidebar {
  float: left;
  width: 32.26%;
  margin-right: 1.6%;
  color: #263746; }
  @media only screen and (max-width: 1024px) {
    .news-sidebar {
      display: none; } }
  .news-sidebar .year-archive {
    padding-bottom: 100px; }
    .news-sidebar .year-archive h4 {
      margin-bottom: 30px; }
    .news-sidebar .year-archive ul li {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 20px; }
      .news-sidebar .year-archive ul li a {
        text-decoration: none;
        border-bottom: 1px solid transparent;
        color: #263746;
        display: inline-block;
        position: relative;
        text-decoration: none;
        padding-bottom: 1px; }
        .news-sidebar .year-archive ul li a:hover {
          border-bottom: 1px solid #263746;
          text-decoration: none; }
          .news-sidebar .year-archive ul li a:hover::after {
            content: "";
            width: 14px;
            height: 14px;
            display: inline-block;
            position: absolute;
            right: -20px;
            top: -1px;
            background-image: url(images/arrow-right-sea.svg);
            background-size: 100% auto;
            background-position: right center; }
            @media only screen and (max-width: 767px) {
              .news-sidebar .year-archive ul li a:hover::after {
                display: none; } }

.news-index-list {
  float: left;
  width: 66.12%; }
  @media only screen and (max-width: 1024px) {
    .news-index-list {
      width: 100%; } }
  .news-index-list article {
    float: left;
    width: 48.7900786449%;
    margin-right: 2.4198427102%;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1024px) {
      .news-index-list article {
        width: 49.19%;
        margin-right: 1.6%; } }
    @media only screen and (max-width: 767px) {
      .news-index-list article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        float: none; } }
    .news-index-list article:nth-child(2n) {
      margin-right: 0; }
    .news-index-list article .news-pic {
      width: 100%;
      padding-top: 66.66%;
      background-size: cover;
      background-position: center center; }
    .news-index-list article h2 {
      font-size: 26px;
      font-size: 2.6rem;
      padding: 15px 0 8px 0; }
      @media only screen and (max-width: 767px) {
        .news-index-list article h2 {
          font-size: 20px;
          font-size: 2rem; } }
    .news-index-list article .date {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      color: #7d8790;
      margin: 0 0 15px; }
      @media only screen and (max-width: 767px) {
        .news-index-list article .date {
          font-size: 12px;
          font-size: 1.2rem;
          margin: 0 0 15px; } }
    .news-index-list article .excerpt {
      line-height: 1.3em;
      padding: 0 20px 15px 0;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .news-index-list article .excerpt {
          font-size: 13px;
          font-size: 1.3rem;
          padding-bottom: 15px; } }
    .news-index-list article .read-more {
      color: #263746;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      border-bottom: 1px solid transparent; }
      @media only screen and (max-width: 767px) {
        .news-index-list article .read-more {
          font-size: 12px;
          font-size: 1.2rem; } }
    .news-index-list article a {
      display: block;
      border: none; }
      .news-index-list article a:hover .read-more {
        border-bottom: 1px solid #263746; }

.news-single-post {
  float: left;
  width: 49.19%; }
  @media only screen and (max-width: 1024px) {
    .news-single-post {
      width: 100%; } }
  .news-single-post article {
    width: 100%; }
    .news-single-post article h1 {
      margin: 15px 0 10px; }
    .news-single-post article .wp-post-image {
      width: 100%;
      height: auto; }
    .news-single-post article .date {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      color: #7d8790;
      margin: 0 0 15px; }
      @media only screen and (max-width: 767px) {
        .news-single-post article .date {
          font-size: 12px;
          font-size: 1.2rem;
          margin: 0 0 15px; } }

.post-bottom-nav {
  position: relative;
  top: -31px; }
  @media only screen and (max-width: 767px) {
    .post-bottom-nav {
      padding-top: 40px; } }
  .post-bottom-nav .prev-post {
    float: left;
    width: 32.26%;
    margin-right: 1.6%; }
    @media only screen and (max-width: 767px) {
      .post-bottom-nav .prev-post {
        width: 47.3%;
        margin-right: 5.4%; } }
    .post-bottom-nav .prev-post a {
      background-image: url(images/arrow-left-zinc.svg);
      background-position: left center;
      padding-left: 30px; }
  .post-bottom-nav .next-post {
    float: right;
    width: 15.33%;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .post-bottom-nav .next-post {
        width: 47.3%; } }
    .post-bottom-nav .next-post a {
      background-image: url(images/arrow-right-zinc.svg);
      background-position: right center;
      padding-right: 30px; }
  .post-bottom-nav .post-link a {
    color: #7d8790;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid transparent;
    display: inline-block;
    background-size: 14px auto; }
    @media only screen and (max-width: 767px) {
      .post-bottom-nav .post-link a {
        font-size: 12px;
        font-size: 1.2rem; } }

.a2a_kit {
  margin-left: 33.86%;
  width: 49.19%;
  padding-top: 100px;
  clear: left; }
  @media only screen and (max-width: 767px) {
    .a2a_kit {
      width: 100%;
      margin: 0 0 60px; } }
  .a2a_kit > span {
    float: left;
    color: #7d8790;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-right: 10px; }
    @media only screen and (max-width: 767px) {
      .a2a_kit > span {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media only screen and (max-width: 767px) {
    .a2a_kit {
      padding-top: 30px; } }
  .a2a_kit a {
    border: none; }

/* jobs */
/*
.post-type-archive-job, .single-job{
	
	#site-header {
		background-color:$chalk;
	}
}
*/
.job-index {
  background-color: white; }

.job-index-content {
  padding: 70px 0; }
  .job-index-content > .container > .module-heading {
    float: left;
    width: 32.26%;
    margin-right: 1.6%; }
    @media only screen and (max-width: 1024px) {
      .job-index-content > .container > .module-heading {
        margin: 0 0 40px 0;
        width: 100%;
        float: none; } }
    .job-index-content > .container > .module-heading a {
      text-decoration: none;
      border: none; }

.jobs-list {
  float: left;
  width: 66.12%; }
  @media only screen and (max-width: 1024px) {
    .jobs-list {
      width: 100%; } }
  .jobs-list article {
    float: left;
    width: 48.7900786449%;
    margin-right: 2.4198427102%;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1024px) {
      .jobs-list article {
        width: 49.19%;
        margin-right: 1.6%; } }
    @media only screen and (max-width: 767px) {
      .jobs-list article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        float: none; } }
    .jobs-list article:nth-child(2n) {
      margin-right: 0; }
    .jobs-list article .job-pic {
      width: 100%;
      padding-top: 66.66%;
      background-size: cover;
      background-position: center center; }
    .jobs-list article h2 {
      font-size: 26px;
      font-size: 2.6rem;
      padding: 15px 0 8px 0; }
      @media only screen and (max-width: 767px) {
        .jobs-list article h2 {
          font-size: 20px;
          font-size: 2rem; } }
    .jobs-list article .job-location {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      color: #7d8790;
      margin: 0 0 5px; }
      @media only screen and (max-width: 767px) {
        .jobs-list article .job-location {
          font-size: 12px;
          font-size: 1.2rem; } }
    .jobs-list article .job-shortdesc {
      line-height: 1.3em;
      padding: 0 20px 15px 0;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .jobs-list article .job-shortdesc {
          font-size: 13px;
          font-size: 1.3rem;
          padding-bottom: 15px; } }
    .jobs-list article .read-more {
      color: #263746;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      border-bottom: 1px solid transparent; }
      @media only screen and (max-width: 767px) {
        .jobs-list article .read-more {
          font-size: 12px;
          font-size: 1.2rem; } }
    .jobs-list article a {
      display: block;
      border: none; }
      .jobs-list article a:hover .read-more {
        border-bottom: 1px solid #263746; }

.jobs-details {
  float: left;
  width: 66.12%; }
  @media only screen and (max-width: 767px) {
    .jobs-details {
      width: 100%;
      float: none; } }
  .jobs-details h1 {
    width: 100%;
    margin: 15px 0 0 0; }
  .jobs-details .wp-post-image {
    width: 100%;
    height: auto; }
  .jobs-details .job-location {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    color: #7d8790;
    margin: 15px 0; }
    @media only screen and (max-width: 767px) {
      .jobs-details .job-location {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 0 15px; } }
  @media only screen and (max-width: 1024px) {
    .jobs-details .contact_rt .gform_wrapper .top_label input.medium {
      width: 100%; } }
