/*! ==========================================================================
    Theme Name:
    Theme URI:
    Author:
    Author URI:
    Description:
========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   normalize.css v3.0.1 | MIT License | git.io/normalize
========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

/* ==========================================================================
   Typography
========================================================================== */
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0 0 1.2rem 0;
  padding: 0;
}

h1 {
  color: #136A06;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

h2, h3, h4 {
  color: #8a6c4e;
  margin-top: 25px;
}

li {
  margin-left: 17px;
}

a {
  color: #136A06;
  text-decoration: none;
}

/* ==========================================================================
   Grid(s)
========================================================================== */
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='grid-'] {
  float: left;
  padding: 0 20px 0 0;
}

.grid-2-3 {
  width: 66.66%;
}

.grid-1-2 {
  width: 50%;
}

.grid-1-3 {
  width: 33.33%;
}

.grid-1-4 {
  width: 25%;
}

.grid-1-8 {
  width: 12.5%;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*='grid-']:last-of-type {
  padding-right: 20px;
}

/* ==========================================================================
   Layout
========================================================================== */
.container {
  max-width: 960px;
  margin: 0 auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.site-header {
  background: white;
  padding: 20px 0;
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}
.site-header:after {
  content: "";
  display: table;
  clear: both;
}

.site-logo {
  background: url(images/logo.jpg) no-repeat;
  background-size: 100%;
  display: block;
  float: left;
  height: 165px;
  width: 200px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.site-footer {
  background: #136A06;
  color: white;
  font-size: 1.4rem;
  min-height: 200px;
  text-align: center;
  padding: 20px 0;
}

.main-content {
  padding-bottom: 40px;
  padding-top: 40px;
}

.banner {
  background: #8a6c4e;
  height: 200px;
  max-width: 100%;
  overflow: hidden;
}
.banner img {
  display: block;
  margin: 0 auto;
  height: 100%;
  max-width: 960px;
}

/* Slideshow
========================================================================== */
.slideshow {
  background: #8a6c4e;
}
.slideshow .cycloneslider-template-standard {
  margin: 0;
}
.slideshow .cycloneslider-template-standard .cycloneslider-pager {
  bottom: 15px;
}
.slideshow .cycloneslider-template-standard .cycloneslider-pager span {
  box-shadow: none;
}
.slideshow .cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
  background: white;
}
.slideshow .cycloneslider-template-standard .cycloneslider-prev .arrow {
  border-right: 6px solid #136A06;
}
.slideshow .cycloneslider-template-standard .cycloneslider-next .arrow {
  border-left: 6px solid #136A06;
}
.slideshow .cycloneslider-template-standard:hover .cycloneslider-prev {
  opacity: 1;
}
.slideshow .cycloneslider-template-standard:hover .cycloneslider-next {
  opacity: 1;
}
.slideshow .cycloneslider-template-standard .cycloneslider-prev,
.slideshow .cycloneslider-template-standard .cycloneslider-next {
  box-shadow: none;
  height: 32px;
  width: 32px;
}

/* Contact
========================================================================== */
.acf-map {
  width: 100%;
  height: 400px;
}

.google-map {
  margin-top: 50px;
  padding: 0;
}

/* Gallery
========================================================================== */
.gallery {
  padding: 20px 0;
}

.gallery-item {
  float: left;
  padding-right: 20px;
  max-height: 210px;
  width: 25%;
}

.gallery-item-photo {
  background: #8a6c4e;
  max-height: 165px;
  text-align: center;
}
.gallery-item-photo img {
  max-height: 165px;
}

.gallery-item-title {
  margin: 5px 0 20px 0;
  text-align: center;
}

.gallery-popup {
  display: block;
  position: relative;
}

/* Miscellaneous
========================================================================== */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 20px 0;
}

.button {
  background: #8a6c4e;
  border-radius: 10px;
  color: white;
  display: inline-block;
  padding: 12px 20px;
}

.button-header {
  margin-top: -22px;
  top: 60%;
  right: 0;
  position: absolute;
}

.header-telephone {
  font-size: 28px;
  font-weight: 600;
  top: 25%;
  right: 0;
  position: absolute;
}

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

/* ==========================================================================
   Navigation
========================================================================== */
.main-nav {
  background: #136A06;
  text-align: center;
  width: 100%;
}
.main-nav ul {
  margin: 0;
}
.main-nav ul > li {
  display: inline-block;
  margin: 0 -4px 0 0;
}
.main-nav ul > li.current-menu-item > a {
  background: white;
  color: #136A06;
}
.main-nav ul > li > a {
  color: white;
  display: block;
  text-decoration: none;
  margin-right: -1px;
  padding: 20px 40px;
}
.main-nav ul > li > a:hover {
  background: white;
  color: #136A06;
}

.open-nav {
  display: none;
}

/* Footer Nav
========================================================================== */
.footer-nav ul,
.footer-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  display: inline;
}

/* ==========================================================================
   Form(s)
========================================================================== */
#gform_wrapper_1 input {
  border: 0;
  color: black;
  height: 20px;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
#gform_wrapper_1 .gform_footer {
  margin: 10px 0 0 0;
  padding: 0;
}
#gform_wrapper_1 .validation_message {
  display: none !important;
}
#gform_wrapper_1 .validation_error {
  border: 0;
  color: black;
  margin: 0;
  padding: 5px 0;
}
#gform_wrapper_1 .gfield_error {
  padding: 10px !important;
}
#gform_wrapper_1 .gfield_error .gfield_label {
  margin: 0;
}
#gform_wrapper_1 .ginput_container {
  margin: 0;
  padding: 0;
}

#gform_confirmation_message_1 {
  color: black;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

/* Tablet & Below
========================================================================== */
@media (max-width: 960px) {
  .site-header,
  .main-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 700px) {
  .main-nav {
    display: none;
    width: 100%;
  }
  .main-nav ul > li,
  .main-nav ul a {
    width: 100%;
  }

  .open-nav {
    background: url(images/open-nav.png) no-repeat;
    background-size: 100%;
    display: block;
    float: right;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }

  .button-header,
  .header-telephone {
    margin-right: 60px;
  }

  [class*='grid-'] {
    float: none;
    width: 100%;
  }

  .alignright,
  .alignleft {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }

  .gallery-item {
    width: 50%;
  }

  .google-map {
    margin: 0 0 20px 0;
    padding: 0 20px;
  }

  .main-content {
    padding-top: 20px;
  }
}
@media (max-width: 440px) {
  .site-header {
    text-align: center;
  }

  .button-header,
  .header-telephone {
    float: none;
    margin: 0 auto;
    position: relative;
  }

  .header-telephone {
    display: block;
    margin-top: 5px;
  }

  .site-logo {
    float: none;
    margin: 0 auto 20px auto;
  }

  .gallery-item {
    float: none;
    margin: 0 auto 20px auto;
    padding: 0;
    width: 100%;
  }
}
