/*
Theme Name: Caflisch Architects
Theme URI:
Description: Caflisch Architects WordPress Themes
Author: Jen Clark Design
Author URI: http://jenclarkdesign.com.au
Version: 1.0
*/

/* ===================================================================
  STRUCTURAL LAYOUT
=================================================================== */
html {
  font-size: 100%; /* 14px */
}

body {
  /*color: #253339;*/
  color: #314349;
  line-height: 1.7;
  /*font-weight: 300;*/
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #438171;
  text-decoration: none;
}

a:hover {
  color: #396F63;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.nomargin {
  margin: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.block-section {
  padding-top: 3.75em; /* 60/16 */
  padding-bottom: 3.75em; /* 60/16 */
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.outer-content-wrapper {
  position: relative;
  z-index: 20;
  background: #fff;
}

.main-content-section {
  padding-top: 4.38em; /* 70/16 */
  padding-bottom: 4.38em; /* 70/16 */
}

@media (max-width: 767px) {
  .main-content-section {
    padding-top: 1.25em; /* 20/16 */
    padding-bottom: 1.25em; /* 20/16 */
  }
}



/* ===================================================================
  BUTTONS
=================================================================== */
.button {
  cursor: pointer;
  text-align: center;
  padding: 8px 20px;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/**
 * Button Modifier
 */
.button-uppercase {
  /*font-size: 90%;*/
  text-transform: uppercase;
}

.button-block {
  display: block;
}

.button-small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-mini {
  font-size: 90%;
  padding: 3px 10px;
}

.button-wide {
  padding-left: 35px;
  padding-right: 35px;
}

.button-medium {
  font-weight: 600;
}

.button-bold {
  font-weight: 700;
}

.button-rounded {
  border-radius: 5px;
}

/**
 * Button Color
 */
.button-primary,
.button-primary.button-ghost:hover {
  color: #fff;
  background: #66BEA6;
}

.button-primary.button-ghost {
  background: none;
  color: #66BEA6;
  border-color: #66BEA6;
}

.button-primary:hover {
  color: #fff;
  background: #58A794;
}

.button-brown,
.button-brown.button-ghost:hover {
  color: #79736C;
  background: #EBDECF;
  border-color: #EBDECF;
}

.button-brown:hover {
  color: #79736C;
  background: #D3C9BD;
  border-color: #D3C9BD;
}

.button-brown.button-ghost {
  color: #EBDECF;
  background: none;
  border-color: #EBDECF;
}

.button-white,
.button-white.button-ghost:hover {
  background: #fff;
  color: #66BEA6;
}

.button-white.button-ghost {
  color: #fff;
  background: none;
  border-color: #fff;
}



/* ===================================================================
  COMPONENT: PROJECT LIST
=================================================================== */
.project-item {
  margin-bottom: 10px;
}

.grid--small-gap {
  margin-left: -10px;
}

.grid--small-gap .grid__item {
  padding-left: 10px;
}

.project-item,
.project-item:hover {
  color: #fff;
}

.project-item__inner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 80.73%;
  background-color: #f5f5f5;
}

.project-item__inner img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  display: none;
}

.project-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: #66BEA6;
  background: rgba(102, 190, 166, .88);
  -webkit-transition: opacity 0.25s ease;
     -moz-transition: opacity 0.25s ease;
      -ms-transition: opacity 0.25s ease;
       -o-transition: opacity 0.25s ease;
          transition: opacity 0.25s ease;
}

.project-item:hover .project-item__overlay,
.project-item__view-all .project-item__overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.project-item__overlay .display-table-cell {
  padding: 1.25em; /* 20/16 */
}

.project-item__title {
  font-weight: 300;
  font-size: 1.4em; /* 22/16 */
  line-height: 1.41em; /* 31/22 */
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 0.77em; /* 17/22 */
  margin-bottom: 0.77em; /* 17/22 */
}

.project-item__title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #fff;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}

.project-item__subtitle {
  font-weight: normal;
  font-size: 0.88em; /* 14/16 */
  text-transform: uppercase;
  line-height: 1.36em; /* 19/14 */
}

.project-item__view-all .project-item__title {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 1.13em; /* 18/16 */
  letter-spacing: 3px;
  line-height: 1.56em; /* 28/18 */
  margin: 0;
  padding: 0 10px;
}

.project-item__view-all .project-item__title:before {
  display: none;
}

.project-item__view-all .project-item__inner {
  background: #B3A083;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.project-item__view-all .project-item__overlay {
  background: none;
}

.project-item__view-all:hover .project-item__inner {
  -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,.1) inset;
  box-shadow: 0 0 0 10px rgba(0,0,0,.1) inset;
}


/* Project Item Size
------------------------------------------------------------------- */
.project-item--large .project-item__inner {
  padding-bottom: 81%;
}

.project-item--medium .project-item__inner {
  padding-bottom: 39.643%;
}

@media (max-width: 767px) {
  .project-item__view-all {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .project-item.one-quarter {
    width: 100%;
  }

  .project-item__inner,
  .project-item--medium .project-item__inner,
  .project-item--large .project-item__inner {
    padding-bottom: 80.73%;
  }

  .project-item__view-all {
    font-size: 16px;
  }
}


/* Project Filter
------------------------------------------------------------------- */
.project-filter,
.heading-bar {
  margin-bottom: 2.5em; /* 40/16 */
}

.project-filter__item,
.heading-bar__item {
  display: inline-block;
  margin-left: 3.33em; /* 60/18 */
  /*font-weight: 300;*/
  font-size: 1.13em; /* 18/16 */
  color: #999;
  line-height: 1.33em; /* 24/18 */
  vertical-align: middle;
  text-transform: uppercase;
}

.project-filter__item:first-child,
.heading-bar__item:first-child {
  margin-left: 0;
}

.project-filter__item:hover,
.heading-bar__item:hover,
.project-filter__item.is-active {
  color: #66BEA6;
}

.project-filter__item img,
.project-filter__item svg,
.heading-bar__item img,
.heading-bar__item svg {
  vertical-align: middle;
  margin-right: 10px;
  width: 42px;
  height: 42px;
}

.project-filter__item:hover svg g,
.heading-bar__item:hover svg g,
.project-filter__item.is-active svg g {
  fill: #66BEA6;
}

@media (max-width: 768px) {
  .project-filter,
  .project-filter__item {
    text-align: center;
  }

  .project-filter__item,
  .project-filter__item:first-child {
    margin: 0 20px;
  }

  .project-filter .project-filter__item img,
  .project-filter .project-filter__item svg {
    display: block;
    margin: 0 auto 10px;
  }
}

@media (max-width: 600px) {
  .project-filter__item,
  .project-filter__item:first-child {
    margin: 0 5px;
  }

  .project-filter__item {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .project-filter:after,
  .project-filter:before {
    content: '';
    display: table;
  }
  .project-filter:after {
    clear: both;
  }

  .project-filter .project-filter__item,
  .project-filter .project-filter__item:first-child {
    margin: 0 0 10px 0;
    width: 50%;
    float: left;
  }
}



/* ===================================================================
  HEADER SECTION
=================================================================== */

/* Core Owl Carousel CSS File
------------------------------------------------------------------- */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}


/* Header Slider
------------------------------------------------------------------- */
.header-image {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background: #B4A181;
}

@media (max-width: 767px) {
  .header-image {
    min-height: 400px;
  }
}

.header-slider {
  height: 100%;
}

.header-slider,
.header-image .loader {
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -ms-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.header-slider,
.slider-initialized .loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.slider-initialized .header-slider {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.header-image .loader {
  background: #fff;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  margin: -26px 0 0 -26px;
}

.header-slider__image {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.header-slider__item img {
  display: none;
}

.header-slider .owl-wrapper-outer,
.header-slider .owl-wrapper,
.header-slider .owl-item,
.header-slider__item,
.header-slider__image {
  height: 100%;
}

.header-slider__item {
  position: relative;
}

.header-slider__image,
.header-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header-slider__overlay {
  background: #B4A181;
  /*z-index: 10;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}

.background-blend-mode .header-slider__overlay {
  opacity: 1;
  mix-blend-mode: multiply;
}



/* ===================================================================
  STICKY HEADER
=================================================================== */
.header-nav-section {
  position: relative;
  z-index: 10;
}

.header-nav-section,
.js-sticky-header.page-template-template-home .header-nav-section {
  background: #242522;
  padding-top: 1.25em; /* 20/16 */
  padding-bottom: 1.25em; /* 20/16 */
}

.header-nav--small .header-nav-section,
.js-sticky-header .header-nav-section {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  padding-top: 1.25em; /* 20/16 */
  padding-bottom: 1.25em; /* 20/16 */
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}

.js-sticky-header .header-nav-section {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: auto;
  /* overflow: auto; */
  z-index: 10000;
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.js-sticky-header--open .header-nav-section {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); */
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.admin-bar.js-sticky-header--open .header-nav-section {
  top: 32px;
}

.js-sticky-header.page-template-template-home .header-sticky-wrapper {
  height: 242px;
}

.js-sticky-header .header-sticky-wrapper {
  height: 110px;
}

@media (max-width: 320px) {
  .header-sticky-wrapper,
  .js-sticky-header .header-sticky-wrapper {
    height: 90px;
  }

  .page-template-template-home .header-sticky-wrapper,
  .js-sticky-header.page-template-template-home .header-sticky-wrapper {
    height: 130px;
  }
}


/* Logo
------------------------------------------------------------------- */
.logo img,
.js-sticky-header.page-template-template-home .logo img {
  height: 70px;
  width: auto;  
}

.home .logo img {
  height: auto;
}

.js-sticky-header.page-template-template-home .logo img {

}

@media (max-width: 767px) {
  .logo img {
    max-height: 50px;
  }
}


/* Header Menu
------------------------------------------------------------------- */
.header-menu,
.header-menu ul {
  list-style: none;
  margin: 0;
}

.header-menu li {
  display: inline-block;
}

.header-menu a {
  color: #fff;
  /*font-weight: 300;*/
  font-size: 0.88em; /* 14/16 */
  letter-spacing: 2.62px;
  line-height: 1.36em; /* 19/14 */
  text-transform: uppercase;
  display: block;
  padding: 1em;
}

.header-menu li:last-child a {
  padding-right: 0;
}

.header-menu a:hover,
.header-menu .current-menu-item > a,
.header-menu .current_page_item > a,
.header-menu .current-menu-parent > a,
.header-menu .sfHover > a {
  color: #B4A181;
}

.home .header-menu .sub-menu {
  top: 100%;
}

.header-menu .sub-menu {
  display: none;
  background: #242522;
  top: 79px;
  text-align: left;
  min-width: 150px;
}

.header-menu .sub-menu a,
.header-menu .sub-menu a:first-child {
  padding-right: 1em;
}

.header-menu .sub-menu li {
  display: block;
}

.header-menu .sub-menu .sub-menu {
  top: 0;
}


/* On Home
------------------------------------------------------------------- */
.page-template-template-home .header-nav-section .grid__item {
  vertical-align: top;
}

.page-template-template-home .header-nav-section {
  background: none;
  padding-top: 3.13em; /* 50/16 */
  padding-bottom: 3.13em; /* 50/16 */
}

.page-template-template-home .logo img {
  max-height: none;
}

.page-template-template-home .header-menu a {
  font-size: 1em;
}

.page-template-template-home .header-image {
  /* @todo Calculate this with javascript */
  margin-top: -242px;
}

.js-sticky-header.page-template-template-home .header-nav-section .grid__item {
  vertical-align: middle;
}

@media (max-width: 320px) {
  .page-template-template-home .logo img {
    max-height: 90px;
  }

  .page-template-template-home .header-nav-section {
    padding-top: 1.25em; /* 20/16 */
    padding-bottom: 1.25em; /* 20/16 */
  }

  .page-template-template-home .header-image {
    margin-top: -130px;
  }
}


/* Mobile Menu
------------------------------------------------------------------- */
.grid__item.mobile-button-wrapper {
  display: none;
}

.mobile-menu {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px;
}

.mobile-menu span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
}

.mobile-menu span + span {
  margin-top: 6px;
}

.mobile-menu span:nth-child(2) {
  width: 20px;
  margin-left: 10px;
}

.mobile-menu span:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}

.side-panel {
  display: none;
  background: #66BEA6;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.side-panel .mm-listview {
  font-size: 16px;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: rgba(255,255,255,.3);
}

.mm-menu .mm-listview>li .mm-arrow:after,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(255,255,255,.3);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 1024px) {
  .grid__item.main-nav {
    display: none;
  }

  .grid__item.mobile-button-wrapper {
    display: inline-block;
  }
}



/* ===================================================================
  FEATURED TEXT SECTION
=================================================================== */
.featured-section {
  background: #EBDECF;
}

.featured-section__image {
  padding-top: 3.13em; /* 50/16 */
  padding-bottom: 3.13em; /* 50/16 */
  position: relative;
  background-color: #000;
}

.featured-section__block {
  background: #66BEA6;
  color: #fff;
  float: right;
  margin-right: -30%;
  max-width: 570px;
  padding: 1.88em; /* 30/16 */
  position: relative;
  z-index: 10;
}

.featured-section__text {
  font-weight: 300;
  font-size: 2em; /* 32/16 */
  line-height: 1.34em; /* 43/32 */
  margin-bottom: 2em;
}

.featured-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

@media (max-width: 767px) {
  .featured-section__image {
    padding: 0;
    font-size: 14px;
  }

  .featured-section__block {
    margin: 20px;
    max-width: 100%;
  }
}

@media (max-width: 320px) {
  .featured-section__image {
    font-size: 12px;
  }
}



/* ===================================================================
  FOOTER CONTACT
=================================================================== */
.contact-section {
  position: relative;
}

.contact-section__details {
  color: #fff;
}

.contact-detail {
  position: relative;
  z-index: 10;
  padding: 5em 2.5em; /* 80/16 40/16 */
  background: #253339;
  background: rgba(27, 51, 57, .9);
}

@media (max-width: 767px) {
  .contact-detail {
    padding: 2.5em 1.25em; /* 40/16 20/16 */
  }
}

.contact-detail__title {
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 0;
  font-size: 1.38em; /* 22/16 */
  font-weight: 300;
}

.contact-section__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-section .maps-section {
  position: absolute;
  top: 0;
  left: 58.333%;
  right: 0;
  bottom: 0;
}

.maps-section img {
  max-width: none;
}

@media (max-width: 768px) {
  .contact-section__maps,
  .contact-section__details {
    position: relative;
  }

  .contact-section__maps {
    padding-bottom: 300px;
  }

  .contact-section .maps-section {
    left: 0;
  }
}

@media (max-width: 600px) {
  .contact-section__maps {
    padding-bottom: 220px;
  }
}


/* Contact Detail
------------------------------------------------------------------- */
.contact-detail__text {
  margin: 0;
  list-style: none;
  margin-left: -40px;
}

.contact-detail__item {
  margin-bottom: 1em;
  padding-left: 40px;
  font-weight: 300;
  float: left;
}

.contact-detail__item a {
  color: #fff;
}

.contact-detail__item--full {
  width: 100%;
}

.contact-detail__item .inner {
  position: relative;
  padding-left: 25px;
}

.contact-detail__item .inner > i {
  color: #B4A181;
  position: absolute;
  left: 0;
  top: 5px;
}

.contact-section .contact-detail__item:first-child .inner {
  padding-left: 0;
}



/* ===================================================================
  FOOTER SECTION
=================================================================== */
.footer-section {
  padding-top: 4.38em; /* 70/16 */
  padding-bottom: 4.38em; /* 70/16 */
  font-weight: 300;
  font-size: 0.88em; /* 14/16 */
}

.footer-section a {
  color: #333;
}

.footer-section a:hover {
  color: #aaa;
}

.footer-section .grid__item {
  margin-bottom: 1.88em; /* 30/16 */
}


/* Footer Menu
------------------------------------------------------------------- */
.footer-menu {
  text-transform: uppercase;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}


/* Social Links
------------------------------------------------------------------- */
.social-links a {
  font-size: 20px;
  background: #B4A181;
  color: #fff;
  min-width: 1em;
  line-height: 1em;
  padding: .4em;
  display: inline-block;
  margin-right: 0.3em;
}

.social-links a:hover {
  color: #fff;
  background: #A19075;
}



/* ===================================================================
  MAIN CONTENT
=================================================================== */
.entry-image {
  margin-bottom: 2em;
  text-align: center;
}

.entry-image img {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .entry-image img {
    margin-left: 1em;
  }
}

@media (max-width: 767px) {
  .page .entry-image img {
    margin-left: 0 !important;
  }
}


/* Typography
------------------------------------------------------------------- */
.high {
  font-size: 1.5em; /* 24/16 */
  color: #4F9284;
  /*font-weight: 300;*/
  line-height: 1.38em; /* 33/24 */
  margin-bottom: 1.5em; /* 36/24 */
}

.entry-content {
  /*font-weight: 300;*/
  line-height: 1.63em;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.1em;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
  margin-bottom: 0;
}

.entry-content blockquote p {
  font-weight: bold;
  font-size: 1.5em; /* 24/16 */
  line-height: 1.5em;
  padding-left: 1em;
}

.entry__image img {
  width: 100%;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
  margin-left: -1em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
  margin-right: -1em;
}

.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

p .alignnone {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  width: auto;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 12px;
  /*margin: 0;*/
  margin-top: 10px;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

.gallery-caption {
  margin: -1.5em 0 0 0;
}

.fit-vids-style {
  display: none;
}

.entry-content li {
  line-height: 1.63em; /* 26/16 */
  margin-bottom: 0.3em;
}

@media (max-width: 414px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery-item img {
  border: 0 !important;
}

@media (max-width: 767px) {
  .gallery-item {
    width: 33.3% !important;
  }
}

@media (max-width: 414px) {
  .gallery-item {
    width: 50% !important;
  }
}

@media (max-width: 320px) {
  .gallery-item {
    width: 100% !important;
  }
}


/* Breadcrumbs
------------------------------------------------------------------- */
.jcd-breadcrumbs {
  font-weight: 300;
  font-size: 14px;
}

.jcd-breadcrumbs,
.jcd-breadcrumbs a {
  color: #A9A9A9;
}

.jcd-breadcrumbs .trail-end {
  display: none;
}

.page-title-section {
  margin-bottom: 40px;
}

.page-title-section__title {
  font-size: 32px;
  color: #4F9284;
  line-height: 43px;
  margin-top: 5px;
  font-weight: normal;
  margin-bottom: 0;
}

.single-projects .page-title-section {
  margin-bottom: 20px;
}


/* ===================================================================
  TEMPLATE SERVICE
=================================================================== */
.service-list {
  margin-top: 5em; /* 80/16 */
}

.service-list__item {
  margin-bottom: 2.5em; /* 40/16 */
}

.service-item__icon {
  float: left;
  width: 100px;
  margin-right: 1.88em; /* 30/16 */
  margin-bottom: 1em;
}

.service-item__content {
  overflow: hidden;
  padding-right: 50px;
}

.service-item__title {
  font-weight: normal;
  font-size: 16px;
  color: #405967;
  line-height: 26px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .service-item__content {
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .service-item__icon {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .service-item__title {
    text-align: center;
  }
}



/* ===================================================================
  SINGLE PROJECT
=================================================================== */
.entry-project .entry-title {
  font-weight: 300;
  font-size: 2em; /* 32/16 */
  color: #408170;
  line-height: 1.34em; /* 43/32 */
  margin: 0 0 10px;
}

.entry-project .entry-heading {
  margin-bottom: 2.81em; /* 45/16 */
}

.entry-project .entry-meta {
  font-weight: 300;
  font-size: 1.13em; /* 18/16 */
  color: #999999;
  line-height: 1.33em; /* 24/18 */
  margin-bottom: 5px;
}

.entry-project .entry-meta a {
  color: #999;
}

.entry-project .entry-meta a:hover {
  text-decoration: underline;
}

.entry-project .entry-content {
  font-size: 1.25em; /* 20/16 */
}

.entry-project .project-gallery {
  margin-bottom: 3.13em; /* 50/16 */
}

@media (max-width: 767px) {
  .entry-project .project-gallery {
    margin-bottom: 1.25em; /* 20/16 */
  }
}



/* ===================================================================
  COMPONENT: FORM
=================================================================== */
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row textarea {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-appearance: none;
  border-color: transparent;
}

.form-row select {
  margin-bottom: 20px;
}

.entry-content .form-row input[type="text"],
.entry-content .form-row input[type="email"],
.entry-content .form-row input[type="tel"],
.entry-content .form-row textarea {
  background: transparent;
  border-width: 2px;
  border-color: #999;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 300;
}

.entry-content .form-row select {
  border: 2px solid #333;
  font-size: 20px;
  width: 100%;
  margin: 0;
  height: 50px;
  line-height: 1;
  color: #aaa;
  margin-bottom: 30px;
  padding: 0 20px;
}

.entry-content .contact-form .button {
  padding-left: 30px;
  padding-right: 30px;
}

.form-row textarea {
  height: auto;
}

.form-row span.wpcf7-not-valid-tip {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px 10px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.contact-form .button {
  -webkit-appearance: none;
}

.alert,
div.wpcf7-response-output {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  list-style: none;
  margin-left: 0;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger,
div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.contact-form .ajax-loader {
  background: #fff;
  vertical-align: middle;
  padding: 4px;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 10px;
}



/* ===================================================================
  TEMPLATE CONTACT
=================================================================== */
.page-template-template-contact .contact-section__maps {
  height: 400px;
}

.page-template-template-contact .contact-section .maps-section {
  left: 0;
}

.contact-page-title {
  font-weight: 300;
  font-size: 1.5em; /* 24/16 */
  color: #405967;
  line-height: 1.38em; /* 33/24 */
  margin-bottom: 2.13em; /* 34/16 */
  margin-top: 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .contact-page-title {
    margin-bottom: 0.83em; /* 20/14 */
  }

  .contact-content,
  .contact-info {
    margin-bottom: 1.88em; /* 30/16 */
  }

  .entry-content .form-row input[type="text"],
  .entry-content .form-row input[type="email"],
  .entry-content .form-row input[type="tel"],
  .entry-content .form-row textarea {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .page-template-template-contact .contact-section__maps {
    height: 250px;
  }
}

/* Image List
------------------------------------------------------------------- */
.image-list {
  display: flex;
}

.image-list__item__inner {
  padding-bottom: 72%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}



/* ===================================================================
  PEOPLE LIST
=================================================================== */
.people-item,
.process-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ECDECE;
}

.people-item:last-child,
.process-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.people-item__image {
  float: left;
  max-width: 200px;
  margin-right: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.people-item__content,
.process-item__content {
  overflow: hidden;
}

.people-item__name {
  font-size: 24px;
  font-weight: normal;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 16px;
  color: #424242;
}

.people-item__content .entry-content,
.process-item__content .entry-content {
  color: #565656;
}

.people-item__content .entry-content p:last-child,
.process-item__content .entry-content p:last-child {
  margin-bottom: 0;
}

.medium-text {
  font-size: 18px;
  color: #424242;
  line-height: 28px;
}

@media (max-width: 768px) {
  .people-item__image {
    margin-right: 30px;
  }
}



/* ===================================================================
  PROCESS LIST
=================================================================== */
.process-item__title {
  font-size: 21px;
  color: #314349;
  line-height: 26px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}

.process-item__icon {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
  width: 188px;
}

@media (max-width: 767px) {
  .people-item__image,
  .process-item__icon {
    max-width: none;
    margin-right: 0;
    float: none;
    width: 100%;
  }
}



/* ===================================================================
  TEMPLATE ABOUT
=================================================================== */
.image-slider {
  width: 100%;
  overflow: hidden;
}

.image-slider img {
  margin: 0 auto !important;
}

.image-slider__item {
  text-align: center;
}

.image-slider .slick-dots {
  list-style: none;
  margin: 0;
  margin-top: 15px;
  text-align: center;
}

.image-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.image-slider .slick-dots button {
  padding: 0;
  text-indent: -999999999px;
  -webkit-appearance: none;
  border: 0;
  background: #ddd;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  outline: 0;
}

.image-slider .slick-active button {
  background: #66BEA6;
}