/*
 Theme Name:     reasonablygood-csp
 Theme URI: http://www.reasonablygood.com
 Description: Designed by <a href="http://www.reasonablygood.com">Reasonably Good</a>.
 Template:       twentysixteen
 Author: Reasonably Good

*/
@import url("css/bootstrap.min.css");
@import url("css/normalize.css");
@import url("../twentysixteen/style.css");
@import url("fonts/fontawesome/css/font-awesome.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:200|Raleway:300,600');
* {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: #ecebdf;
  color: #52646d;
  line-height: 1.25;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
  display: none;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14.4px;
  }
}
a {
  color: #52646d;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: inherit;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 15.2px;
  }
}
@media screen and (max-width: 321px) {
  p {
    font-size: 14.4px;
  }
}
p a {
  text-decoration: none;
  border-bottom: 1px dotted;
}
p a:hover {
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  color: #52646d;
  margin-bottom: 0.5em;
  line-height: 1.3;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 40px;
  letter-spacing: 7px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 321px) {
  h1,
  .h1 {
    font-size: 20px;
  }
}
h2,
.h2 {
  font-size: 28px;
  letter-spacing: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 321px) {
  h2,
  .h2 {
    font-size: 16.8px;
  }
}
h3,
.h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 321px) {
  h3,
  .h3 {
    font-size: 14.4px;
  }
}
h4,
.h4 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px), screen and (max-width: 321px) {
  h4,
  .h4 {
    font-size: 16.2px;
  }
}
h5,
.h5 {
  font-size: 16px;
  margin-bottom: 0.5em;
  font-weight: 300;
}
ol,
ul {
  margin-left: 16px;
}
ul {
  list-style: none;
}
.white {
  color: #FFFFFF;
}
.white a {
  color: #FFFFFF;
}
.black {
  color: #000000;
}
.blue {
  color: #52646d;
}
.blue-bg {
  background: #52646d;
}
.blue-fade-bg {
  background: rgba(82, 100, 109, 0.85);
}
.stone {
  color: #ecebdf;
}
.stone-fade-bg {
  background: rgba(236, 235, 223, 0.9);
}
.opac80 {
  opacity: 0.8;
}
.no-bg {
  background: none !important;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.small {
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .small {
    font-size: 11px;
  }
  .small p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .small {
    font-size: 10px;
  }
  .small p {
    font-size: 10px;
  }
}
.medium {
  font-size: calc(14px);
}
.large {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .large {
    font-size: 16px;
  }
}
.text-shad-blue {
  text-shadow: 1px 1px 0px rgba(82, 100, 109, 0.4);
}
.centered {
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.vert-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.mgt20 {
  margin-top: 20px;
}
.mgt35 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .mgt35 {
    margin-top: 10px;
  }
}
.mgt75 {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .mgt75 {
    margin-top: 35px;
  }
}
.mgr25 {
  margin-right: 25px;
}
.mgb25 {
  margin-bottom: 25px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb75 {
  margin-bottom: 75px;
}
.mgb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mgb100 {
    margin-bottom: 25px;
  }
}
.mgb15 {
  margin-bottom: 15px;
}
.pad30 {
  padding: 50px 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .pad30 {
    padding: 30px 15px;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.underline {
  border-bottom: 1px solid;
}
.underline:hover {
  border-bottom: 0;
}
@media screen and (max-width: 321px) {
  .hidden-xxs {
    display: none;
  }
}
.deskonly {
  display: inherit;
}
@media screen and (max-width: 321px), screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .deskonly {
    display: none !important;
  }
}
.desktabonly {
  display: inherit;
}
@media screen and (max-width: 321px), screen and (max-width: 767px) {
  .desktabonly {
    display: none;
  }
}
.mobtabonly {
  display: none;
}
@media screen and (max-width: 321px), screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .mobtabonly {
    display: inherit;
  }
}
.mobonly {
  display: none;
}
@media screen and (max-width: 321px), screen and (max-width: 767px) {
  .mobonly {
    display: inherit;
  }
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}
.width100 {
  width: 100%;
}
.site {
  margin: 0;
  background: #ecebdf;
}
.site-main {
  margin: 0 auto;
}
@media screen and (max-width: 321px), screen and (max-width: 767px) {
  .site-main {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 992px) and (max-width: 1299px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-main {
    width: 95%;
  }
}
@media screen and (min-width: 1300px) {
  .site-main {
    width: 1170px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.site-inner {
  max-width: 100%;
}
.site-content {
  padding: 0;
}
@media screen and (max-width: 321px), screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 992px) and (max-width: 1299px), screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 95%;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    width: 1170px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.skinny {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .skinny {
    width: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  .skinny {
    width: 85%;
  }
}
table,
th,
td {
  border: 0;
}
.entry-header,
.entry-content {
  margin-left: 0;
  margin-right: 0;
}
.entry-content a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.entry-content ul {
  margin-left: 15px;
  list-style: disc;
}
.entry-content ul li {
  margin-bottom: 5px;
}
html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  position: relative;
  margin: 0;
  min-height: 100%;
}
.btn {
  font-family: 'Raleway', sans-serif;
  text-transform: none;
  padding: 10px 20px 8px 40px;
  font-size: 22px;
  text-decoration: none;
  border: 1px solid rgba(82, 100, 109, 0.4);
  background: transparent;
  color: #52646d;
  font-weight: 300;
}
.btn:after {
  content: '\02192';
  color: #ecebdf;
  font-size: 18px;
  margin-left: 4px;
}
.btn:hover {
  padding: 10px 25px 8px 45px;
  border: 1px solid rgba(82, 100, 109, 0.4);
  color: #52646d;
}
.btn:hover:after {
  color: rgba(82, 100, 109, 0.6);
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .btn {
    font-size: 18px;
    padding: 6px 25px 5px;
  }
  .btn:after {
    display: none;
  }
}
.btn-lg {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .btn-lg {
    font-size: 18px;
  }
}
.btn-sm {
  font-size: 16px;
  padding: 7px 15px 5px;
}
input[type="submit"] .gform_footer,
.gform_wrapper .gform_footer {
  text-align: center;
}
input[type="submit"] .gform_footer input[type=submit],
.gform_wrapper .gform_footer input[type=submit] {
  font-family: 'Raleway', sans-serif;
  text-transform: none;
  padding: 10px 20px 8px 40px;
  font-size: 22px;
  text-decoration: none;
  border: 1px solid rgba(82, 100, 109, 0.4);
  background: transparent;
  color: #52646d;
  font-weight: 300;
  letter-spacing: 0;
  padding: 10px 30px 8px !important;
  line-height: normal;
  margin: 20px auto 75px !important;
}
input[type="submit"] .gform_footer input[type=submit]:after,
.gform_wrapper .gform_footer input[type=submit]:after {
  content: '\02192';
  color: #ecebdf;
  font-size: 18px;
  margin-left: 4px;
}
input[type="submit"] .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  padding: 10px 25px 8px 45px;
  border: 1px solid rgba(82, 100, 109, 0.4);
  color: #52646d;
}
input[type="submit"] .gform_footer input[type=submit]:hover:after,
.gform_wrapper .gform_footer input[type=submit]:hover:after {
  color: rgba(82, 100, 109, 0.6);
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  input[type="submit"] .gform_footer input[type=submit],
  .gform_wrapper .gform_footer input[type=submit] {
    font-size: 18px;
    padding: 6px 25px 5px;
  }
  input[type="submit"] .gform_footer input[type=submit]:after,
  .gform_wrapper .gform_footer input[type=submit]:after {
    display: none;
  }
}
input[type="submit"] .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  padding: 10px 40px 8px !important;
}
input[type="text"],
textarea {
  border-radius: 0;
  background-image: none;
  padding: 15px 12px !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: 2px solid #ecebdf;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
input[type="text"]::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
.entry-title,
.format-video .entry-title {
  font-weight: 200;
  margin-bottom: 0.5em;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 7px;
  font-family: 'Oswald', sans-serif;
  color: #52646d;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .entry-title,
  .format-video .entry-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .entry-title,
  .format-video .entry-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 321px) {
  .entry-title,
  .format-video .entry-title {
    font-size: 20px;
  }
}
.entry-title a,
.format-video .entry-title a {
  color: #52646d;
}
div.gform_body ul.gform_fields .ginput_recaptcha {
  margin: 20px auto !important;
  width: 305px !important;
}
form.page-form div.gform_body ul#gform_fields_2 li.fullname,
form.page-form div.gform_body ul#gform_fields_2 li.email {
  width: 50% !important;
  clear: none;
  float: left;
}
@media screen and (max-width: 767px) {
  form.page-form div.gform_body ul#gform_fields_2 li.fullname,
  form.page-form div.gform_body ul#gform_fields_2 li.email {
    width: 100% !important;
  }
}
form.page-form div.gform_body .ginput_recaptcha {
  margin: 20px auto !important;
  width: 305px !important;
}
.gform_wrapper label.gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none !important;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
  margin: 0;
}
.top_label div.ginput_complex.ginput_container.gf_name_has_2,
.gform_wrapper .top_label div.ginput_container,
.gform_wrapper .top_label input.medium {
  width: 100% !important;
  margin: 0 !important;
}
div.ginput_container_name span {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.inv-recaptcha-holder {
  display: none;
}
.gform_confirmation_wrapper {
  margin: 50px auto 100px;
}
.header-banner {
height:90vh;
  background-size: cover;
  width: calc(100% - 180px);
  margin-left: 90px;
  position: relative;
  background-position: center center;
}
@media screen and (min-width: 992px) and (max-width: 1299px), screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .header-banner {
    margin-left: 0;
    width: 100%;
    max-height: 650px;
  }
}
@media screen and (max-width: 767px) {
  .header-banner {
    max-height: 350px;
  }
}
.header-banner .h1-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 992px) and (max-width: 1299px), screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .header-banner .h1-wrap h1.pad30 {
    padding: 20px;
  }
}
.header-banner .h1-wrap h1 {
  margin-bottom: 0;
}
.carousel {
  margin: 125px auto 95px !important;
}
@media screen and (max-width: 767px) {
  .carousel {
    margin: 55px auto 35px !important;
  }
}
.carousel .gallery-slide {
  background-size: cover;
  background-position: center center;
  padding: 33% 0;
}
.carousel .gallery-slide h2.gallery-title {
  padding: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel .gallery-text {
  padding: 10px 30px 40px;
}
.carousel ol.carousel-indicators {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0;
  margin-bottom: 25px;
}
.carousel ol.carousel-indicators li {
  width: 70px;
  height: 45px;
  border-radius: 0;
  border: 0;
  opacity: 0.5;
  background-size: cover;
  margin: 20px 7px 0;
}
.carousel ol.carousel-indicators li:hover {
  opacity: 0.75;
}
.carousel ol.carousel-indicators li.active {
  opacity: 1;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.img-box {
  width: 100%;
  padding: 35%;
  background-size: cover;
}
.videoWrapper {
  position: relative;
  padding-bottom: 53.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1300px) {
  .wpbs-container {
    float: none !important;
  }
  .wpbs-container .wpbs-calendars,
  .wpbs-container .wpbs-form-and-legend {
    width: 1040px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wpbs-container {
    float: none !important;
  }
  .wpbs-container .wpbs-calendars,
  .wpbs-container .wpbs-form-and-legend {
    width: 520px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .wpbs-container {
    float: none !important;
  }
  .wpbs-container .wpbs-calendars .wpbs-calendar {
    float: none;
    margin: auto;
  }
  .wpbs-container .wpbs-legend {
    text-align: center;
  }
  .wpbs-container .wpbs-legend .wpbs-legend-item {
    clear: both;
    position: relative;
    left: 50%;
    margin-left: -125px;
  }
}
.site-header {
  padding: 0;
  z-index: 16;
  position: fixed;
  background: #ecebdf;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-header {
    border-bottom: 1px solid rgba(82, 100, 109, 0.1);
  }
}
.site-header .site-header-main {
  position: relative;
}
.site-header .site-header-main .site-branding {
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .site-header .site-header-main .site-branding {
    width: 100%;
    margin: 0px auto;
  }
}
.site-header .site-header-main .site-branding .site-title {
  text-indent: -4000px;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .site-header .site-header-main .site-branding .site-title {
    width: 100%;
  }
}
.site-header .site-header-main .site-branding .site-title a {
  width: 400px;
  height: 114px;
  background: url('images/logo.png');
  display: block;
  background-size: cover;
  margin: auto;
  border: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .site-header .site-header-main .site-branding .site-title a {
    background: url('images/logo-mob.png');
    width: 260px;
    height: 60px;
    background-size: cover;
  }
}
@media screen and (max-width: 321px) {
  .site-header .site-header-main .site-branding .site-title a {
    width: 230px;
    height: 53px;
  }
}
.site-header .site-header-main .site-branding .site-description {
  text-indent: -3000px;
  display: none;
}
.site-header .site-header-main .site-header-menu {
  width: 100%;
  display: none;
}
.site-header.sticky {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.site-header.sticky .menu-toggle {
  margin-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-header.sticky .menu-toggle {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .site-header.sticky .menu-toggle {
    margin-top: 32px;
  }
}
@media screen and (max-width: 321px) {
  .site-header.sticky .menu-toggle {
    margin-top: 26px;
  }
}
.site-header.sticky .site-header-main .site-branding {
  margin: 0px auto;
}
.site-header.sticky .site-header-main .site-branding .site-title a {
  width: 84px;
  height: 60px;
  background-image: url('images/logo-sticky.png');
}
@media screen and (max-width: 767px) {
  .site-header.sticky .site-header-main .site-branding .site-title a {
    background-image: url('images/logo-mob.png');
    width: 260px;
    height: 60px;
  }
}
@media screen and (max-width: 321px) {
  .site-header.sticky .site-header-main .site-branding .site-title a {
    width: 230px;
    height: 53px;
  }
}
.site-header.sticky .site-header-main .site-branding .site-description {
  margin-top: -14px;
  width: 80px;
}
.menu-toggle {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 999;
  height: 43px;
  width: 54px;
  right: 0;
  margin-top: 95px;
}
@media screen and (max-width: 909px) {
  .menu-toggle {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    top: 2px;
    right: 0;
    width: 24px;
    height: 19px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 321px) {
  .menu-toggle {
    margin-top: 26px;
  }
}
.menu-toggle:focus {
  color: red;
}
.menu-toggle:before {
  content: '';
  display: block;
  width: 34px;
  height: 23px;
  background: url('images/menu.png');
  background-size: 68px 23px;
  margin-left: 9px;
}
@media screen and (max-width: 767px) {
  .menu-toggle:before {
    width: 24px;
    height: 19px;
    background-size: 48px 19px;
    margin-left: 0;
  }
}
.menu-toggle:hover {
  color: #FFFFFF;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  color: red;
}
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:hover:hover,
.menu-toggle.toggled-on:focus:hover {
  color: #FFFFFF;
}
.menu-toggle.toggled-on:before,
.menu-toggle.toggled-on:hover:before,
.menu-toggle.toggled-on:focus:before {
  background-position-x: right;
}
.main-navigation {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  color: #52646d;
  margin-bottom: 0.5em;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 5px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(82, 100, 109, 0.93);
  padding: 0;
  margin: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-navigation {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 321px) {
  .main-navigation {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation {
    top: 0;
  }
}
.main-navigation .menu-main-container {
  text-align: center;
  position: relative;
  height: 100%;
}
.main-navigation a {
  color: #ecebdf;
  font-weight: 200 !important;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main-navigation a {
    padding: 10px 0;
  }
}
.main-navigation ul.primary-menu {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0 !important;
}
.main-navigation li {
  display: block;
  float: none !important;
  border: 0;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .main-navigation li {
    top: 0;
    padding: 10px 0;
  }
}
.main-navigation li:hover a {
  color: rgba(236, 235, 223, 0.7);
}
.main-navigation .current-menu-item a {
  border-bottom: 1px solid rgba(236, 235, 223, 0.8);
}
@media screen and (max-width: 767px) {
  .home .header-banner .h1-wrap {
    display: inherit;
  }
  .home .header-banner .h1-wrap .weddings h1.h2 {
    font-size: 24px;
  }
}
.home .header-banner h1 {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home .header-banner h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home .site-main {
    margin-top: -15px;
  }
}
.home .intro .img-box {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .home .intro .img-box {
    top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1299px), screen and (min-width: 768px) and (max-width: 991px) {
  .home .intro .img-box {
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .home .accommodation {
    margin-top: 50px;
  }
}
.home .venue {
  background: url('images/stones-bg.jpg');
  margin-top: 125px;
  padding: 75px 100px;
}
@media screen and (max-width: 767px) {
  .home .venue {
    margin-top: 50px;
    padding: 15px 30px;
  }
}
.home .videoWrapper {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .home .videoWrapper {
    margin-top: 50px;
  }
}
.home .calendar {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .home .calendar {
    margin-top: 50px;
  }
}
.home .calendar div.wpbs-calendar ul li {
  z-index: 0;
}
.weddings .guestbook {
  padding: 30px 60px 0;
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .weddings .guestbook {
    margin-top: 50px;
    padding: 30px 15px 0;
  }
}
.weddings .guestbook .guestbook-entry:nth-of-type(odd) .guestbook-text,
.weddings .guestbook .guestbook-entry:nth-of-type(odd) .guestbook-pic {
  float: right;
}
.weddings .guestbook .guest-meta-wrap {
  border-bottom: 1px solid rgba(236, 235, 223, 0.3);
  margin: 0px auto 100px;
}
@media screen and (max-width: 767px) {
  .weddings .guestbook .guest-meta-wrap {
    margin: 0px auto 50px;
  }
}
.weddings .guestbook .guest-meta-wrap .guest-meta {
  margin: auto;
  text-align: center;
  font-size: 22px;
  display: table;
  background: #52646d;
  top: 12px;
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .weddings .guestbook .guest-meta-wrap .guest-meta {
    font-size: 16px;
  }
}
.find-us-and-the-local-area .acf-map {
  width: 100%;
  height: 100%;
}
.find-us-and-the-local-area .acf-map img {
  max-width: inherit !important;
}
@media screen and (max-width: 767px) {
  .find-us-and-the-local-area .header-banner .h1-wrap {
    display: none;
  }
}
.contact-us .site-main {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .contact-us .site-main {
    margin-top: 0;
  }
}
.contact-us .form {
  margin-top: 100px;
}
.terms-and-privacy .entry-header,
.credits .entry-header {
  display: none;
}
.terms-and-privacy .entry-content,
.credits .entry-content {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .terms-and-privacy .entry-content,
  .credits .entry-content {
    margin-top: 100px;
  }
}
.site-footer {
  background: #9da9a0;
  padding: 0;
  color: #ecebdf;
  background-image: url('images/footer.png');
  background-repeat: no-repeat;
  background-position: bottom right 10%;
}
.site-footer ul li {
  display: inline-block;
}
.site-footer ul li a {
  color: #ecebdf;
}
.site-footer ul.social {
  border-bottom: 1px solid #b8c1ba;
  padding-bottom: 60px;
  margin-bottom: 60px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .site-footer ul.social {
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 5px;
  }
}
.site-footer ul.social li {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .site-footer ul.social li {
    padding-bottom: 15px;
  }
}
.site-footer ul.social li a {
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer ul.social li a {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer ul.social li a {
    font-size: 16.8px;
  }
}
.site-footer ul.social li a .fa {
  font-size: 44px;
  position: relative;
  margin-bottom: 5px;
  display: block;
  color: #b8c1ba;
}
@media screen and (max-width: 767px) {
  .site-footer ul.social li a .fa {
    display: inline-block;
    font-size: 28px;
    color: #ecebdf;
    margin-right: 5px;
    position: relative;
    top: 4px;
  }
}
.site-footer ul.social li a:hover {
  color: #FFFFFF;
}
.site-footer ul.social li a:hover .fa {
  color: #e1e5e2;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .site-footer ul.footer-one li {
    margin: 10px auto;
  }
}
.site-footer ul.footer-one li:last-of-type a {
  border: 0;
}
.site-footer ul.footer-one li a {
  padding: 0 20px;
  border-right: 1px solid rgba(236, 235, 223, 0.6);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .site-footer ul.footer-one li a {
    border: 0;
    padding: 0 10px;
  }
}
.site-footer ul.footer-one li a:hover {
  color: #FFFFFF;
}
.site-footer .smallprint a {
  color: #ecebdf;
}
.site-footer .smallprint p {
  margin: 30px 0;
}
/* TEMPATE RESETS */
body {
  background: #ecebdf;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
  display: none;
}
.site {
  margin: 0;
}
.site-content {
  width: 100%;
}
.content-area {
  width: 100%;
  margin-left: 0;
  float: none;
}
@media screen and (max-width: 321px), screen and (max-width: 767px) {
  .site-main {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 992px) and (max-width: 1299px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-main {
    width: 95%;
  }
}
@media screen and (min-width: 1300px) {
  .site-main {
    width: 1170px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
input::-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
}
input:-ms-input-placeholder {
  font-family: 'Raleway', sans-serif;
}
input::-ms-input-placeholder {
  font-family: 'Raleway', sans-serif;
}
input::placeholder {
  font-family: 'Raleway', sans-serif;
}
.menu-toggle {
  display: block;
}
.site-header-menu {
  display: none;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: inline;
}
.site-main {
  padding-left: 0;
  padding-right: 0;
}
ol,
ul {
  margin-left: 0;
}
