/* Body */
html, body {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  color: #4c7084;
  font-size: 16px !important;
  line-height: 25px;
  background: #fff;
  height: 100%;
}
body {
  padding-top: 70px;
}
#Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.Site-content {
  flex: 1 0 auto;
}
p {
  margin-bottom: 25px;
}
body.noScroll, html.noScroll {
  overflow: hidden;
}
body.noScroll {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
h1, h2, h3, h4, h5 {
  font-weight: 300;
  color: #4c7084;
}
h1, h2.h1 {
  font-size: 2.5rem;
  font-weight: 600;
  text-decoration: underline;
}
h2.project-title {
  margin-bottom: 2rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
/*.container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}*/
a {
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.btn-primary {
  background: #1447af !important;
  border-color: #1447af;
}
/* Header */
header .navbar-fixed-top {
  padding: 0;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  z-index: 500;
}
/* Top bar */
header .navbar-fixed-top .top-bar {
  background: #4c7084;
  width: 100%;
  display: none;
}
header .navbar-fixed-top .top-bar #menu-top-nav, .footer .legals {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
header .navbar-fixed-top .top-bar li, .footer .social li, .footer .legals li {
  display: inline;
}
header .navbar-fixed-top .top-bar li a, .footer .social li a, .footer .legals li.fakelink, .footer .legals li a {
  color: #d9e6ec;
  padding: 4px 10px;
  transition: all 0.3s ease;
  background: #4c7084;
  text-decoration: none;
  font-weight: 300;
  float: left;
  font-size: 13px;
}
header .navbar-fixed-top .top-bar li a.tel, .footer li a.tel {
  color: #fff;
  font-weight: 600;
}
header .searchDropdown {
  float: right;
}
header .searchDropdown .dropdown-menu {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  background: #224153;
  color: #fff;
  border-radius: 0;
  margin: 0;
  padding: 25px 0;
}
header .searchDropdown .dropdown-menu form {
  position: relative;
}
header .searchDropdown .dropdown-menu form input.form-control {
  border-radius: 0;
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff !important;
  height: 60px;
  font-size: 24px;
  transition: all 0.3s ease;
  width: 100%;
}
header .searchDropdown .dropdown-menu form input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 100;
}
header .searchDropdown .dropdown-menu form input.form-control:focus {
  background: rgba(255, 255, 255, 0.8);
  color: #224153;
}
header .searchDropdown .dropdown-menu form .input-group-append {
  display: block;
  position: absolute;
  right: 0;
}
header .searchDropdown .dropdown-menu form .input-group-append .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 90px;
  background: #4d9ac5;
  color: #fff;
  border: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none !important;
  z-index: 10;
}
header .searchDropdown .dropdown-menu form .input-group-append .btn:hover, header .searchDropdown .dropdown-menu form .input-group-append .btn:focus {
  background: #2aabf3;
  color: #fff;
}
header .navbar-fixed-top .top-bar a.search {
  float: left;
  background: #3d5e70;
  color: #d9e6ec;
  padding: 4px 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  cursor: pointer;
}
header .navbar-fixed-top .top-bar a.search:hover {
  color: #fff;
  background: #224153;
}
header .navbar-fixed-top .top-bar li a.social-icon, .footer li a.social-icon {
  font-size: 22px;
  padding: 3px;
}
header .navbar-fixed-top .top-bar li a.social-icon:hover, header .navbar-fixed-top .top-bar li a.social-icon:focus, .footer li a.social-icon:hover, .footer li a.social-icon:focus {
  color: #fff;
  background: transparent;
}
header .navbar-fixed-top .top-bar li a:hover, header .navbar-fixed-top .top-bar li a:focus, .footer li a:hover, .footer li a:focus {
  color: #fff;
  background: #3d5e70;
}
header .navbar-fixed-top .top-bar .right, .footer .social {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .navbar-fixed-top .top-bar .social {
  float: left;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
/* Main header part */
.main-header {
  float: left;
  width: 100%;
  background: #f5f5f5;
}
header #logo {
  margin: 20px 15px 20px 0;
  float: left;
}
header #logo img {
  width: 200px;
  position: relative;
  transition: all 0.3s ease;
}
/*  NAV */
.container-nav {
  position: relative;
}
ul.profile-nav {
  width: 100%;
  display: none;
}
ul.profile-nav > li {
  display: inline-block;
}
ul.profile-nav > li a {
  padding: 41px 19px;
  color: #224153;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: inline-block;
}
/*ul.profile-nav.smaller > li a {
	padding: 22px 19px;
}*/
ul.profile-nav > li > a:hover, ul.profile-nav > li > a:focus {
  color: #224153;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
}
ul.profile-nav > li.active > a, ul.profile-nav > li.active > a:hover, ul.profile-nav > li.active > a:focus {
  font-weight: 400;
}
#menu-btn {
  float: right;
  font-weight: 400;
  color: #224153;
  padding: 22px 14px 0 0;
  transition: all 0.3s ease;
  border-radius: 2px;
  font-size: 20px;
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
  display: block;
  text-decoration: none;
}
#menu-btn .icon {
  display: inline-block;
}
#menu-btn .icon-bar:first-child {
  margin-top: 0;
}
#menu-btn .icon-bar {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  margin-top: 4px;
  background: #7a8896;
}
#menu-btn:hover, #menu-btn:focus {
  color: #535353;
  text-decoration: none;
}
#navmenu-sidebar.visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.35s ease-out;
}
#navmenu-sidebar {
  color: #fff;
  background-color: #224153;
  width: 250px;
  z-index: 1050;
  -ms-transform: translate(-250px, 0);
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  transition: all 0.2s ease-in;
  left: 0;
  border-radius: 0;
  position: fixed;
  top: 0;
  height: 100%;
  display: none;
}
#navmenu-sidebar #close-menu-btn {
  display: block;
  padding: 8px 10px;
  font-weight: 700;
  text-align: right;
}
#navmenu-sidebar div#scrollable {
  overflow: scroll;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
#navmenu-sidebar div#scrollable > ul {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 41px;
}
#navmenu-sidebar div#scrollable > ul > li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid #293337;
}
#navmenu-sidebar div#scrollable > ul > li > a {
  padding: 10px;
  display: block;
  color: #fff;
}
#navmenu-sidebar div#scrollable > ul > li > a:hover, #navmenu-sidebar div#scrollable > ul > li a:focus {
  text-decoration: none;
  color: #fff;
  background: #4d9ac5;
}
#active-zone {
  opacity: 0;
  transition: all 0.3s;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -10;
}
#active-zone.visible {
  opacity: 0.75;
  z-index: 1049;
}
#content {
  background: #fff;
}
body.page .entry-content, body.blog .entry-content, body.single-post .entry-content, body.tax-landscape .entry-content, body.single-projects .entry-content {
  padding: 0;
}
body.page .page-title .entry-title, body.blog .page-title .entry-title, body.single-post .page-title .entry-title, body.tax-landscape .page-title .entry-title, body.single-projects .page-title .entry-title {
  padding: 6rem 0 5rem 0;
  color: #fff;
  color: #60615c;
  color: #4c7084;
  text-align: center;
  margin: 0;
  font-weight: 600;
  text-decoration: underline;
}
body.page .entry-content, body.blog .entry-content, body.single-post .entry-content, body.tax-landscape .entry-content, body.single-projects .entry-content {
  padding: 2rem 0 0 0;
}
.home-content {
  text-align: center;
}
.home-content h1.entry-title {
  display: none;
}
.home-content p {
  margin-bottom: 40px;
  text-align: center;
}
.center {
  text-align: center;
}
.split {
  float: left;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  margin: 30px 0;
  position: relative;
}
.split:after {
  position: absolute;
  content: "";
  background: url(../images/icon.png) no-repeat #fff;
  width: 70px;
  height: 70px;
  top: -25px;
  left: 50%;
  margin-left: -36px;
  background-size: contain;
  border-left: 10px solid #fff;
  box-sizing: border-box;
  border-right: 10px solid #fff;
}
/* Pages */
.siteorigin-widget-tinymce.textwidget h2:first-child {
  padding: 0;
  margin: 0 0 15px 0;
}
div#pl-8 .panel-grid {
  margin: 50px 0 0 0;
}
div#pl-8 .panel-grid:last-child {
  margin: 50px 0 50px 0 !important;
}
div#pl-8 .siteorigin-widget-tinymce.textwidget p:last-child {
  margin: 0;
}
#main .project-intro {
  margin-top: 30px;
}
#main .sidebox {
  background: #f5f5f5;
  border-top: 5px solid #4c7084;
  padding: 20px;
  float: left;
}
#main .sidebox #facts {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#main .sidebox #facts li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: inherit;
  float: left;
  width: 100%;
  margin: 30px 0;
  position: relative;
}
#main .sidebox #facts li:before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
  bottom: -30px;
  left: 0;
}
#main .sidebox #facts li:after {
  position: absolute;
  content: "";
  background: url(../images/icon.png) no-repeat #f5f5f5;
  width: 34px;
  height: 20px;
  bottom: -44px;
  left: 50%;
  margin-left: -20px;
  background-size: contain;
  border-left: 10px solid #f5f5f5;
  /* box-sizing: border-box; */
  border-right: 10px solid #f5f5f5;
}
#main .container-team {
  padding-left: 0;
  padding-right: 0;
}
#main .container-team > .row {
  margin: 0;
}
#main .container-team .panel-grid-cell {
  margin-bottom: 30px;
}
#main .container-team .card.sidebox, #main .container-team > .panel-grid-cell > .so-panel {
  border: none;
  border-top: 5px solid #4c7084;
  border-radius: 0;
  width: 100%;
  background: #f5f5f5;
  border-top: 5px solid #4c7084;
  padding: 20px;
  height: 100%;
  font-size: 0.9rem;
}
#main .container-team .card.sidebox h4.title, #main .container-team > .panel-grid-cell > .so-panel h4.title {
  font-size: 1.4rem;
  font-weight: 600;
}
#main .container-team .card.sidebox ul li, #main .container-team > .panel-grid-cell > .so-panel ul li {
  margin-left: 0;
}
#main .container-team .row {
  display: flex;
  flex-wrap: wrap;
}
#main .container-team .row > div[class*='col-'] {
  display: flex;
}
/* projects */
.acf-map {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 20px;
  position: relative;
  height: 231px;
  /*height: 100%;
	padding-bottom:100%;*/
}
.page-template-contact .contact-map {
  height: 100%;
  padding-top: 20px;
  background: #fff;
}
.page-template-contact .acf-map {
  margin-bottom: 0 !important;
  margin-top: 0;
  height: 100%;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.acf-map .marker {
  display: none;
}
.acf-map .thumb img {
  float: left;
  margin: 5px 10px 5px 0;
  max-width: 100px !important;
  height: auto;
}
.acf-map .gm-style-iw a {
  text-decoration: none;
}
.acf-map .gm-style-iw .desc {
  float: left;
  max-width: 250px;
}
.acf-map .gm-style-iw h3 {
  margin: 5px 0 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.acf-map .gm-style-iw .excerpt p {
  color: #4c7084;
  margin: 0;
}
#main ul.filters {
  text-align: center;
  padding: 3rem 0 3rem 0;
  margin: 0;
  list-style: none;
}
#main ul.filters li {
  display: inline;
  padding: 0 1rem;
}
#main ul.filters li a {
  color: #60615c;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 3px solid #fff;
}
#main ul.filters li a:hover, #main ul.filters li a:focus {
  border-bottom: 3px solid #ebebeb;
}
#main ul.filters li a:active, #main ul.filters li a.active {
  border-bottom: 3px solid #b69659;
}
#main ul.filters li.current-cat a {
  font-weight: 400;
  border-bottom: 3px solid #b69659;
}
.project-item-link {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  display: block;
  position: relative;
}
.project-item-link img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.project-item-link > div.title {
  width: 100%;
  -webkit-transition: bottom 500ms ease-in-out;
  -moz-transition: bottom 500ms ease-in-out;
  -o-transition: bottom 500ms ease-in-out;
  transition: bottom 500ms ease-in-out;
  background: rgba(57, 70, 76, 0.95);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  color: #fff;
}
.project-item-link > div.title h3 {
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 1rem;
  font-weight: 100;
  font-size: 95%;
}
.project-item-link:hover > div.title {
  -webkit-transition: bottom 500ms ease-in-out;
  -moz-transition: bottom 500ms ease-in-out;
  -o-transition: bottom 500ms ease-in-out;
  transition: bottom 500ms ease-in-out;
  bottom: 80px;
}
.project-item-link > div.text {
  -webkit-transition: bottom 500ms ease-in-out;
  -moz-transition: bottom 500ms ease-in-out;
  -o-transition: bottom 500ms ease-in-out;
  transition: bottom 500ms ease-in-out;
  background: rgba(76, 112, 132, 0.7);
  color: white;
  padding: 10px;
  height: 80px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -80px;
  font-size: 90%;
  line-height: 20px;
}
.project-item-link > div.text p {
  line-height: 20px;
  margin-bottom: 0;
}
.project-item-link:hover > div.text {
  -webkit-transition: bottom 500ms ease-in-out;
  -moz-transition: bottom 500ms ease-in-out;
  -o-transition: bottom 500ms ease-in-out;
  transition: bottom 500ms ease-in-out;
  bottom: 0px;
}
.single-project-container {
  padding-top: 30px;
}
/* Footer */
.strapline {
  background: #c9dce6;
  text-align: center;
}
.strapline h2 {
  color: #224153;
  padding: 2rem 0;
  font-weight: 100;
  font-size: 28px;
  text-transform: uppercase;
}
.footer {
  color: #fff;
  background: #4c7084;
  padding: 0;
  margin: 0 0 5px 0;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul a {
  color: rgba(255, 255, 255, 0.8);
  color: #60615c;
  transition: all 0.3s ease;
  text-decoration: none;
}
.logos-footer {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.logos-footer img {
  max-height: 40px;
  width: auto;
  margin: 0 10px;
}
#credits {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  text-align: right;
  padding: 10px;
  bottom: -39px;
  transition: 0.3s ease;
  z-index: 100;
  color: #4c7084;
}
#credits a.toggle {
  position: absolute;
  right: 80px;
  top: -35px;
  border: 1px solid #f0f0f0;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 0 5px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  cursor: pointer;
}
#credits img.svg {
  margin: 3px 0 0 0;
  width: 30px;
  height: 30px;
}
#credits svg {
  fill: #60615c;
  margin: 3px 0 0 0;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  padding: 3px;
}
#credits a.toggle:hover svg {
  fill: #000;
}
#credits .dets {
  font-size: 11px;
}
#credits .dets a {
  color: #4c7084;
  font-weight: 700;
}
#credits .dets a:hover, #credits .dets a:focus, #credits .dets a:active {
  text-decoration: none;
  color: #4c7084;
}
#credits.active {
  bottom: 0;
}
#scrolltop {
  position: absolute;
  right: 30px;
  top: -40px;
  border: 0;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 0 5px;
  border-radius: 5px 5px 0 0;
  background: #4d9ac5;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
}
#scrolltop svg {
  fill: #fff;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  width: 36px;
  height: 36px;
}
#scrolltop:hover {
  background: #3881a9;
}
#scrolltop.show {
  opacity: 1;
}
/* content */
#content {
  margin-bottom: 50px;
}
#main-column .post, #main-column .page, #main-column .blog, #main-column .single-post {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
#main a {
  color: #4d9ac5;
}
#main a:hover, #main a:focus, #main a:active {
  color: #3881a9;
}
#main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main img {
  max-width: 100%;
  height: auto;
}
.panel-grid {
  margin-bottom: 0 !important;
}
.panel-grid .panel-grid-cell {
  padding: 0;
}
/* Services */
.page-template-services #main, .blog #main, .single-post #main {
  padding: 30px 0;
}
#main #menu-services li {
  margin-bottom: 3px;
}
#main #menu-services li a {
  padding: 5px 0;
  color: #60615c;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 100;
  text-align: left;
}
#main #menu-services li a:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background: #b69659;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease;
}
#main #menu-services li a:hover, #main #menu-services li a:focus, #main #menu-services li a:active {
  color: #455e0c;
}
#main #menu-services li a:hover:after, #main #menu-services li.current-menu-item a:after {
  left: 100%;
  margin-left: -25px;
  height: 3px;
  bottom: -2px;
}
#main #menu-services li.current-menu-item a {
  font-weight: 400;
  color: #455e0c;
  background: #f9f9f9;
  padding: 5px 10px;
}
#main .entry-content li {
  padding-left: 0;
  margin-left: 40px;
  position: relative;
}
#main .entry-content .crellyslider li {
  margin-left: 0;
}
/* Contact us page */
.contact-map {
  position: relative;
}
.contact-map .placecard__container {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  max-width: 330px;
  width: 100%;
  background: white none repeat scroll 0% 0% / auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: none !important;
}
.contact-map .placecard__left {
  float: left;
  width: 75%;
}
.contact-map .placecard__right {
  text-align: center;
  float: left;
  width: 25%;
}
.contact-map .placecard__business-name {
  cursor: default;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  perspective-origin: 100px 9.5px;
  transform-origin: 100px 9.5px;
  font: normal normal 500 normal 14px / normal Roboto, Arial;
  overflow: hidden;
  margin: 0;
}
.contact-map .placecard__info {
  color: #5b5b5b;
  cursor: default;
  /*height: 32px;*/
  width: 200px;
  column-rule-color: #5b5b5b;
  perspective-origin: 100px 16px;
  transform-origin: 100px 16px;
  border: 0px none #5b5b5b;
  font: normal normal normal normal 12px / normal Roboto, Arial;
  margin: 6px 0px 0px;
  outline: #5b5b5b none 0px;
}
.contact-map .placecard__direction-icon {
  background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px / 70px 210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}
.contact-map .placecard__direction-link {
  color: #3a84df;
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}
.contact-map .placecard__view-large {
  display: block;
  margin-top: 10px;
  color: #3a84df;
  text-decoration: none;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
  background: #4c7084;
  color: #fff;
  padding: 30px;
}
div.wpcf7 p {
  margin: 0;
}
div.wpcf7 label {
  font-weight: 100;
  margin-bottom: 5px;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
div.wpcf7 input, div.wpcf7 textarea {
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  padding: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
}
div.wpcf7 input:focus, div.wpcf7 textarea:focus {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #4c7084;
}
div.wpcf7 input[type="submit"] {
  margin-top: -10px;
  width: auto;
  padding: 5px 15px;
  background: #4d9ac5;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
div.wpcf7 input[type="submit"]:hover {
  background: #2aabf3;
}
div.wpcf7 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 100;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
div.wpcf7 ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 100;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
div.wpcf7 :-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 100;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
div.wpcf7 :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 100;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 560px) {
  /*.acf-map {
    padding-bottom: 35%;
}*/
  .acf-map-single {
    padding-bottom: 20%;
  }
}
@media screen and (min-width: 710px) {
  /*.acf-map {
    padding-bottom: 30%;
}*/
  .acf-map-single {
    padding-bottom: 20%;
  }
}
@media screen and (min-width: 768px) {
  .acf-map {
    height: 231px;
  }
}
@media screen and (min-width: 992px) {
  .acf-map {
    height: 315px;
  }
}
@media screen and (min-width: 1200px) {
  .acf-map {
    height: 378px;
  }
}
@media screen and (min-width: 1320px) {
  /*.acf-map {

    padding-bottom: 15%;
}*/
  .acf-map-single {
    padding-bottom: 10%;
  }
}
.page-template-contact #main, .blog #main, .single-post #main {
  padding: 40px 0;
}
#wpcf7-f114-p14-o3 form {
  padding: 15px;
  background: #f0f0f0;
}
#wpcf7-f114-p14-o3 form label {
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
}
#wpcf7-f114-p14-o3 form input, #wpcf7-f114-p14-o3 form textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 3px 8px;
  font-style: italic;
}
#wpcf7-f114-p14-o3 form input[type="submit"] {
  width: auto;
  background: #769a27;
  color: #fff;
  border: 1px solid #769a27;
  transition: all 0.3s ease;
}
#wpcf7-f114-p14-o3 form input[type="submit"]:hover {
  background: #5e7a1f;
  color: #fff;
  border: 1px solid #5e7a1f;
}
#wpcf7-f114-p14-o3 form p {
  margin-bottom: 0;
}
/* News */
h2.post-title {
  font-size: 2.5rem;
  margin: 0;
}
.single-post .entry-header {
  margin-bottom: 20px;
}
.single-post img {
  max-width: 100%;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #769a27;
  border-color: #769a27;
}
/* Responsive stuff*/
@media screen and (min-width: 320px) and (max-width: 400px) {
  header #logo img {
    width: 150px;
  }
  body.page .page-title .entry-title, body.blog .page-title .entry-title, body.single-post .page-title .entry-title, body.tax-landscape .page-title .entry-title, body.single-projects .page-title .entry-title {
    padding: 1rem 0 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  /*header #logo.smaller {
		margin: 15px 15px 15px 0;
	}*/
  /*header #logo.smaller img{
	width: 200px;
}*/
  body {
    padding-top: 135px;
  }
  header #logo {
    margin: 20px 30px 20px 0;
    transition: all 0.3s ease;
    float: left;
  }
  header #logo img {
    width: 350px;
    position: relative;
    transition: all 0.3s ease;
  }
  header .navbar-fixed-top ul.profile-nav {
    display: inline-block;
    float: right;
    width: auto;
  }
  #menu-btn {
    display: none;
  }
  header .navbar-fixed-top .top-bar {
    display: block;
  }
  #main-content {
    padding: 30px;
  }
}
