/*!
 Theme Name: The Darenth
 Theme URI: http://underscores.me/
 Author: Josh Willmot
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: the-darenth
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 The Darenth is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
@font-face {
  font-family: 'ITC Avant Garde Gothic';
  src: url('AvantGarde-Book.eot');
  src: url('AvantGarde-Book.eot?#iefix') format('embedded-opentype'), url('AvantGarde-Book.woff') format('woff'), url('AvantGarde-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.align-center {
  text-align: center;
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #fff;
  font-family: 'ITC Avant Garde Gothic';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}
h1, h2 {
  font-size: 36px;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 600px) {
  h1, h2 {
    font-size: 20px;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #6d6e71;
  /* Fallback for when there is no custom background color defined. */
}
blockquote, q {
  quotes: "" "";
}
blockquote:before, q:before, blockquote:after, q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 0px;
  border-radius: 3px;
  background: #d1d2d4;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  transition: all ease 0.3s;
  text-transform: uppercase;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #8b5ba1;
  color: #fff;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
.btn {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn {
    display: block;
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 10px !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
  color: #666;
  padding: 6px !important;
  box-sizing: border-box;
  width: 100% !important;
}
textarea {
  width: 100%;
}
.gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
  width: 100% !important;
}
/*::-webkit-input-placeholder { 
 color: #333;
 }
 ::-moz-placeholder {
 color: #333;
 }
 :-ms-input-placeholder { 
 color: #333;
 }
 :-moz-placeholder { 
 color: #333;
 }*/
#gform_fields_4 .gfield_label {
  display: none;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #fff;
  transition: all ease 0.3s;
  opacity: 1;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  opacity: 0.6;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation li + li {
  margin-left: 25px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  opacity: 0.6;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.sub-nav {
  font-size: 22px;
  margin-top: -20px;
  margin-bottom: 60px;
  color: #fff;
  text-transform: uppercase;
}
.sub-nav a + a {
  margin-left: 25px;
}
@media screen and (max-width: 600px) {
  .sub-nav {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .sub-nav a {
    display: block;
  }
  .sub-nav a + a {
    margin-top: 5px;
    margin-left: 0;
  }
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  display: none;
  width: 45px;
  height: 40px;
  position: absolute;
  z-index: 999;
  top: 48px;
  right: 20px;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 15px;
}
#nav-icon3 span:nth-child(4) {
  top: 30px;
}
#nav-icon3.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 20px;
    height: 16px;
    top: 38px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* Icon 3 */
  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 20px;
    height: 16px;
    top: 38px;
    right: 20px;
  }
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    height: 2px;
  }
  #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 8px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 16px;
  }
  #nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon3.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
}
@media screen and (max-width: 1050px) {
  #nav-icon3 {
    display: block;
  }
  .main-navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(109, 110, 113, 0.95);
    z-index: 998;
  }
  .main-navigation ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .main-navigation ul li {
    display: block;
  }
  .main-navigation ul li + li {
    margin-left: 0px;
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #6d6e71;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
body.ios11fix {
  position: fixed;
  width: 100%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
.row {
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .row {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.row-narrow {
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .row-narrow {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.margin-bottom {
  margin-bottom: 80px;
}
.site-header {
  padding-bottom: 18px;
}
.site-header .site-branding img {
  margin: 25px auto 23px auto;
  display: block;
  max-width: 290px;
}
.banner {
  margin-bottom: 50px;
  font-size: 0px;
  position: relative;
}
.banner .slide {
  padding-bottom: 30%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.banner .banner-overlay.graphic {
  padding: 0px !important;
  background-color: transparent !important;
}
.banner .banner-overlay {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, .8);
  color: #8b5ba1;
  max-width: 600px;
  z-index: 888;
}
.banner .banner-overlay h2 {
  margin: 0px;
  font-size: 36px;
  text-transform: none;
  z-index: 900;
}
.banner .banner-overlay h3 {
  margin: 0px;
  font-size: 20px;
  text-transform: none;
  z-index: 900;
}
.banner .banner-overlay a {
  color: #8b5ba1;
}
.banner img {
  width: 100%;
}
.banner .down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-size: 70px;
  z-index: 800;
  margin-left: -18px;
}
.banner .slide {
  display: none;
}
.banner .slide:first-of-type {
  display: block;
}
@media screen and (max-width: 768px) {
  .banner .banner-overlay {
    position: absolute;
    left: 0;
    top: auto;
    padding: 20px;
  }
  .banner .banner-overlay h2 {
    margin: 0px;
    font-size: 28px;
    text-transform: none;
    z-index: 900;
  }
  .banner .banner-overlay h3 {
    margin: 0px;
    font-size: 16px;
    text-transform: none;
    z-index: 900;
  }
  .site-header {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1800px) {
  .banner .slide {
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .banner .slide {
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 600px) {
  .banner .slide {
    padding-bottom: 90%;
  }
  .banner .overlay {
    min-width: auto;
    padding: 25px;
  }
  .banner .overlay h2 {
    margin: 0px;
    font-size: 28px;
    text-transform: none;
  }
  .banner .overlay h3 {
    margin: 0px;
    text-align: right;
    font-size: 18px;
    text-transform: none;
  }
  .banner .down {
    display: none;
  }
}
.site-content h1 {
  margin-top: -20px;
}
.text {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
}
.text p:first-of-type {
  margin-top: 0px;
}
.text p:last-of-type {
  margin-bottom: 0px;
}
.text.gallery {
  border-bottom: 0px;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 899;
}
.gfield {
  margin-top: 12px !important;
}
div.ginput_container {
  margin-top: 4px !important;
}
.ui-datepicker-year, .ui-datepicker-prev, .ui-datepicker-next {
  display: none !important;
}
.brouchure-form {
  display: none;
  max-width: 450px;
  width: 100%;
  color: #6d6e71;
  border-radius: 5px;
  position: fixed;
  background-color: #fff;
  padding: 5px 15px 0 15px;
  font-size: 14px;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%) translateY(-50%);
}
.brouchure-form input:not([type=submit]) {
  width: 100% !important;
}
.brouchure-form .ginput_container_radio {
  margin-top: 0px !important;
}
.brouchure-form .ginput_container {
  margin-top: 3px !important;
}
.brouchure-form .gfield {
  margin-top: 8px !important;
}
.brouchure-form .gfield_radio li {
  display: inline-block;
  margin-right: 15px !important;
}
.brouchure-form .gfield_radio label {
  margin-top: 8px !important;
  margin-left: 6px !important;
}
.brouchure-form .gfield_required {
  display: none;
}
.brouchure-form .gform_footer {
  margin-top: 10px !important;
  padding-top: 0px !important;
}
.brouchure-form #field_1_9 label {
  display: none;
}
.brouchure-form .gfield_label {
  display: none !important;
}
.brouchure-form .gf_name_has_2 label {
  display: none !important;
}
.ui-datepicker {
  width: 216px !important;
  background-color: #6d6e71 !important;
}
@media screen and (max-width: 500px) {
  .brouchure-form {
    font-size: 12px;
    width: 90%;
  }
}
.fancybox-close-small:hover {
  background-color: transparent;
}
#gform_2, #gform_4 {
  max-width: 500px;
  margin: 0 auto;
}
#gform_2 input:not([type='submit']), #gform_4 input:not([type='submit']) {
  width: 100%;
}
gform_confirmation_wrapper {
  margin-top: 20px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0px !important;
}
.map {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.scrolloff {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .map {
    padding-bottom: 100%;
  }
}
.images-grid .image-square {
  width: 33.333%;
  float: left;
  font-size: 0px;
  overflow: hidden;
}
.images-grid .image-square img {
  width: 100%;
  transition: all 0.8s;
  backface-visibility: hidden;
}
.images-grid .image-square:hover img {
  transform: scale(1.07);
}
@media screen and (max-width: 600px) {
  .images-grid .image-square {
    width: 100%;
  }
}
.pictures {
  position: relative;
}
.cycle-nav {
  font-size: 32px;
  padding-top: 20px;
}
.cycle-nav .prevControl, .cycle-nav .nextControl {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  display: block;
  background-color: #6d6e71;
  opacity: 0.6;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
}
.cycle-nav .prevControl {
  left: 20px;
  padding-right: 3px;
}
.cycle-nav .prevControl:hover {
  left: 15px;
}
.cycle-nav .nextControl {
  right: 20px;
  padding-left: 3px;
}
.cycle-nav .nextControl:hover {
  right: 15px;
}
.cycle-nav a {
  cursor: pointer;
}
.cycle-nav a + a {
  margin-left: 15px;
}
/* Footer */
.site-footer {
  margin-top: 160px;
  padding: 40px 0;
  background-color: #d1d2d4;
  color: #6d6e71;
  font-size: 15.5px;
}
.site-footer a {
  color: #6d6e71;
}
@media screen and (max-width: 1050px) {
  .site-header .site-branding img {
    margin: 30px auto 10px auto;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 15px;
  }
  .site-footer {
    font-size: 14px;
  }
  .site-header .site-branding {
    margin-left: -10px;
  }
  .site-header .site-branding img {
    margin: 30px auto 10px auto;
    display: block;
    max-width: 80%;
  }
  .banner-overlay.graphic .graphic {
    max-width: 75% !important;
    padding: 0px !important;
    background-color: transparent !important;
  }
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}
.gallery-caption {
  display: block;
}
