@charset "UTF-8";

/* Local Fonts */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dancing-script-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/open-sans-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/open-sans-700.ttf') format('truetype');
}

@media only screen and (max-width: 1199px) {
  #nav2 {
    background: #C4A17D;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    z-index: 1500;
  }
  #nav2 a.navclose {
    background-image: url(../images/icon-neg.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 17px;
    padding-left: 22px;
    position: relative;
    text-decoration: none;
    width: 50%;
    z-index: 999;
  }
  #nav2 .navtel {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    text-decoration: none;
    width: 50%;
  }
  #nav2.navopen {
    display: block;
  }
  .arrow_down {
    background-image: url(../images/icon-chev-down-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 25px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 25px;
  }
  .open {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear rotate(0.0001deg);
  }
  #nav2 {
    /* Second Level */
  }
  #nav2 ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 70px auto 0 auto;
    max-width: 300px;
  }
  #nav2 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
  }
  #nav2 ul li a, #nav2 ul li a:link, #nav2 ul li a:visited {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    float: none;
    padding: 10px 0;
    clear: both;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
  }
  #nav2 ul li a span, #nav2 ul li a:link span, #nav2 ul li a:visited span {
    display: block;
    font-size: 15px;
    opacity: 0.5;
  }
  #nav2 ul ul {
    background: none;
    border: 0;
    display: block;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    transition: max-height 0.2s;
    width: 100%;
    z-index: 999999;
  }
  #nav2 ul ul.show {
    max-height: 500px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  #nav2 ul ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #nav2 ul ul li:last-child {
    border-bottom: 0;
  }
  #nav2 ul ul a, #nav2 ul ul a:link, #nav2 ul ul a:visited {
    color: #aaa;
    padding: 10px 0 10px 20px;
  }
  #nav2 ul ul a:hover {
    color: #fff;
  }
  #nav2 .sub_nav {
    cursor: pointer;
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: 12px;
    margin: 0;
    padding: 0;
    z-index: 500;
  }
  #nav2 ul.sub-menu ul.sub-menu {
    display: none;
  }
}
/* #Reset & Basics (Inspired by E. Meyers) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
/* #Basic Styles */
body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Open sans', arial, sans-serif;
  font-weight: 400;
  color: #333;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}
body.loaded {
  opacity: 1;
  transition: opacity 0.5s linear;
}
/* #Typography */
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: 'Dancing Script', helvetica, arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
h3, h4, h5, h6 {
  margin-bottom: 8px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}
p {
  margin: 0 0 16px 0;
}
p img {
  margin: 0;
}
address {
  margin: 0 0 16px 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
.wp-caption {
  background: #eee;
  margin-bottom: 20px;
}
.wp-caption p {
  padding: 5px 10px;
}
.wp-caption .wp-caption-text:last-child {
  margin: 0;
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
}
/*	Blockquotes  */
blockquote, blockquote p {
  color: #333;
  font-style: normal;
}
blockquote {
  background: #fafafa;
  margin: 0 0 16px;
  padding: 20px;
}
blockquote cite {
  display: block;
  font-size: 12px;
}
blockquote cite a, blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* #Links */
a, a:visited {
  color: #C4A17D;
  text-decoration: underline;
  outline: 0;
  transition: all 0.2s linear;
}
a:hover, a:focus {
  color: #ccae8f;
  transition: all 0.2s linear;
}
a:active {
  background: inherit;
}
p a, p a:visited {
  line-height: inherit;
}
/* #Lists */
ul, ol {
  margin: 0 0 16px 32px;
}
ul {
  list-style: disc inside;
}
ol {
  list-style: decimal;
}
ul ul, ul ol, ol ol, ol ul {
  margin: 0 0 0 30px;
}
dl {
  margin: 0 0 30px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 0 30px;
}
/* #Notification Styles */
.wpcf7-submit {
  margin-bottom: 10px;
}
.sent .wpcf7-response-output, .positive, .wpcf7-mail-sent-ok {
  background-color: #006600;
  background-image: url(../images/icon-pos.svg);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 28px;
}

.notices {
  background-position: .5rem 1rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem 0.75rem 2rem;
  b {
    font-weight: bold;
  }
}

.notices.error {
  background-color: #c00;
  background-image: url(../images/icon-neg.svg);
  color: #fff;
}
span.wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 br, .screen-reader-response {
  
}

.wpcf7 {
  p {
    margin: 0;
  }
  .form-label {
    padding-bottom: 5px;
  }
}

/* CSS animation for CF7 ajax loader */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* hide original loader */
.wpcf7-spinner {
  display: none;
}
.submitting .wpcf7-spinner {
  display: inline-block;
}
/* style for custom loader - '1s' for speeding up animation */
.wpcf7-spinner {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  height: 36px;
  margin-left: 10px;
  transform-origin: center center;
  vertical-align: middle;
}
.wpcf7-spinner:before {
  content: url(../images/icon-refresh2.svg);
  transform-origin: center center;
}
tt, kbd, code, pre {
  font-family: monospace;
  white-space: pre-wrap;
}
pre {
  margin-bottom: 20px;
}
sub, sup {
  font-size: 80%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
sub {
  top: 0.5ex;
}
sup {
  bottom: 1ex;
}
var {
  font-style: italic;
}
cite {
  font-style: italic;
}
q:before {
  content: '“';
}
q:after {
  content: '”';
}
.left {
  float: left;
}
.right {
  float: right;
}
.imgleft, .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.imgright, .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.centre {
  text-align: center;
}
abbr, acronym {
  font-style: italic;
  text-decoration: underline;
}
.mobile {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px 0;
}
th {
  background: #eee;
}
th, td {
  border: 1px solid #666;
  padding: 10px;
}
/* #Images */
img {
  height: auto;
  max-width: 100%;
}
/* #Buttons */
a::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button, .button:visited, .btn, .btn:visited, input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: #C4A17D;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open sans', arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  overflow: visible;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-appearance: none;
}
.button:hover, .btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: #ccae8f;
  color: #fff;
  transition: all 0.2s linear;
}
.button:active, .button:focus, .btn:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
input[type="submit"]:disabled {
  background: #999;
  cursor: not-allowed;
}
@media only screen and (min-width: 600px) {
  .button, .button:visited, .btn, .btn:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 16px;
  }
}
/* #Forms */
form {
  margin-bottom: 20px;
}
form > div {
  margin-bottom: 10px;
}
fieldset {
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 2%;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea, select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #777;
  display: block;
  font-family: 'Open sans', arial, sans-serif;
  font-size: 12px;
  margin: 0;
  outline: none;
  padding: 9px 10px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #444;
}
textarea {
  min-height: 60px;
}
.select-input {
  background-color: #fafafa;
  background-image: url(../images/icon-chev-down-grey.svg);
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 34px;
  min-width: 200px;
  overflow: hidden;
  position: relative;
}
select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  cursor: pointer;
  border: 0;
  display: block;
  font-family: 'Open sans', arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  outline: 0;
  padding: 11px 11px 11px 12px;
  position: absolute;
  left: 0;
  top: 50%;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"] {
  display: inline;
}
@media only screen and (min-width: 600px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea, select {
    font-size: 16px;
  }
}
/* Grid < 600px */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}
.container .container {
  margin: 0;
  width: 100%;
}
.container .one, .container .two, .container .three, .container .four, .container .five, .container .six, .container .seven, .container .eight, .container .nine, .container .ten, .container .eleven, .container .twelve, .container .one-quarter, .container .one-half, .container .three-quarter, .container .one-third, .container .two-thirds {
  margin: 0;
  width: 100%;
}
.row {
  margin: 0 0 2% 0;
}
/* Grid > 600px */
@media only screen and (min-width: 600px) {
  /* Nested Column Classes */
  /* Base Grid */
  .container {
    background: transparent;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .container .column, .container .columns {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline;
    float: left;
    margin: 0 1%;
  }
  .column.alpha, .columns.alpha {
    margin-left: 0;
  }
  .column.omega, .columns.omega {
    margin-right: 0;
  }
  .container .one.column, .container .one.columns {
    width: 6.333%;
  }
  .container .two.columns {
    width: 14.666%;
  }
  .container .three.columns {
    width: 23%;
  }
  .container .four.columns {
    width: 31.333%;
  }
  .container .five.columns {
    width: 39.666%;
  }
  .container .six.columns {
    width: 48%;
  }
  .container .seven.columns {
    width: 56.333%;
  }
  .container .eight.columns {
    width: 64.666%;
  }
  .container .nine.columns {
    width: 73%;
  }
  .container .ten.columns {
    width: 81.333%;
  }
  .container .eleven.columns {
    width: 89.666%;
  }
  .container .twelve.columns {
    width: 98%;
  }
  .container .one-quarter.column {
    width: 23%;
  }
  .container .one-half.column {
    width: 48%;
  }
  .container .three-quarter.column {
    width: 73%;
  }
  .container .one-third.column {
    width: 31.333%;
  }
  .container .two-thirds.column {
    width: 64.666%;
  }
  .row {
    margin: 0 -1% 2% -1%;
  }
}
.styletest {
  margin-bottom: 2%;
}
.styletest .column, .styletest .columns {
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}
/* #Clearing */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: ' ';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after, .clearfix:after {
  clear: both;
}
.row, .clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
}
/* Header */
.wrap {
  background: transparent;
}
#header {
  position: relative;
}
#header .container {
  position: relative;
}
@media only screen and (min-width: 600px) {
  #header {
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  #header .container {
    position: relative;
  }
}
#headerLogo {
  height: auto;
  padding-top: 20px;
  width: 100%;
}
#headerLogo img {
  display: block;
}
#header .social, #nav2 {
  display: none;
}
#headerMenuMobile {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
#headerMenuMobile .btn {
  color: #fff;
  font-size: 20px;
}
#headerMenuMobile .btn:active {
  box-shadow: none;
}
#headerMenuMobile .menu-trigger {
  background-image: url(../images/icon-menu.svg);
  background-position: center center;
  background-size: 100% auto;
}
#headerMenuMobile .menu-trigger.navclosed {
  background-color: #fff;
  background-image: url(../images/icon-menu.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 20px;
  width: 15px;
}
#headerContactMobile {
  background-image: url(../images/icon-mobile.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  float: right;
  height: 34px;
  margin-top: 50px;
  margin-right: 2%;
  vertical-align: top;
  width: 30px;
}
@media only screen and (min-width: 1200px) {
  #headerMenuMobile, #headerContactMobile {
    display: none;
  }
  #header .social {
    display: block;
    position: absolute;
    top: 20px;
    right: 1%;
  }
}
/* Homepage */
/* Flexible content */
#banner {
  display: block;
  position: relative;
}
#banner .inner {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#banner .inner h1, #banner .inner h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
#banner .inner a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  #banner .bannerimage {
    display: none;
  }
  #banner .bannerimage.hide {
    display: block;
  }
}
.filler {
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 600px) {
  .filler {
    padding: 70px 0 0 0;
  }
}
.testimonials {
  background: #fff;
  background-position: center center;
  background-size: cover;
  clear: both;
  color: #fff;
  font-size: 16px;
  padding: 60px 20px 120px 20px;
  position: relative;
  text-align: center;
}
.testimonials .container {
  position: inherit;
}
.testimonials blockquote {
  padding: 0 12%;
}
.testimonials h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.testimonials cite {
  opacity: 0.75;
}
.testimonials .tns-nav {
  display: none;
}
.testimonials .tns-controls {
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
}
.tns-controls button {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  font-size: 0;
  height: 40px;
  margin: 0 5px;
  width: 40px;
}
.tns-controls button:first-child {
  background-image: url(../images/icon-down-grey.svg);
  transform: rotate(90deg);
}
.tns-controls button:nth-child(2) {
  background-image: url(../images/icon-down-grey.svg);
  transform: rotate(-90deg);
}
.gallery {
  background: #fff;
  clear: both;
  padding: 0;
  text-align: center;
}
.gallery .one-quarter.column {
  float: left;
  margin: 0 1% 2% 1%;
  position: relative;
  width: 48%;
}
.gallery img {
  display: block;
}
.gallery .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.5s;
}
.gallery .close-overlay {
  display: none;
}
.gallery .column:hover .overlay {
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
}
html .gallery .expand {
  color: #fff !important;
  opacity: 0;
  height: 60px;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin-left: -30px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  width: 60px;
  z-index: 100;
}
.gallery .column:hover .expand {
  opacity: 1;
  transition: all 0.5s;
}
@media only screen and (min-width: 600px) {
  .gallery .one-quarter.column {
    float: left;
    margin: 0 1% 2% 1%;
    width: 23%;
  }
}
.twoColumn {
  clear: both;
  padding: 0;
}
.twoColumn .one-half {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
@media only screen and (min-width: 600px) {
  .twoColumn {
    padding: 0;
  }
}
.threeColumn {
  padding: 0;
}
.threeColumn .one-third {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
@media only screen and (min-width: 600px) {
  .threeColumn {
    padding: 0;
  }
}
.twoThirdsColumn img {
  border-radius: 10px;
}
@media only screen and (min-width: 600px) {
  .twoThirdsColumn .container {
    display: flex;
    flex-direction: row-reverse;
    vertical-align: top;
  }
  .twoThirdsColumn .one-thirds {
    margin: 0 1%;
    flex: 1 0 31.3333%;
  }
  .twoThirdsColumn .two-thirds {
    margin: 0 1%;
    flex: 1 0 64.666%;
    padding-right: 50px;
  }
  .twoThirdsColumn.flip .container {
    flex-direction: row;
  }
}
.full {
  clear: both;
}
.full p:last-child {
  margin: 0;
}
.full img {
  border-radius: 10px;
  width: 100%;
}
.text-and-image {
  background-size: cover;
  background-position: center top;
  padding: 0;
}
.text-and-image .text-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: calc(96% - 24px);
}
.text-and-image .text-block h2, .text-and-image .text-block h3 {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .text-and-image .text-block.right {
    float: right;
    text-align: right;
    width: 50%;
  }
  .text-and-image .text-block.left {
    float: left;
    text-align: left;
    width: 50%;
  }
  .text-and-image .text-block.centre {
    display: block;
    float: none;
    margin: 0 auto;
    width: 50%;
  }
}
.faqs {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px;
}
.faq {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
.faq:first-child {
  border-top: 1px solid #eee;
  padding-top: 12px;
}
.faq-question {
  cursor: pointer;
}
.faq-question:before {
  background-image: url(../images/icon-chev-down-grey.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 20px;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s;
}
.faq.active .faq-question:before {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.faq.active .faq-answer {
  max-height: 1000px;
  padding-bottom: 20px;
  transition: max-height 0.2s;
}
/* Blog section */
.postmetadata {
  background: #fafafa;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 40px;
  padding: 5px 10px;
}
.postmetadata span {
  display: inline-block;
}
.blogcat {
  padding: 0 16px 0 0;
}
.blogdate {
  padding: 0 16px 0 0;
}
.blogcomments {
  color: #999;
  padding: 0 16px 0 0;
}
.entry img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.wp-caption {
  max-width: 100%;
}
.navigation {
  text-align: center;
}
.navigation .navlink {
  display: inline-block;
}
/* Sidebar section */
#sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar #submit {
  float: left;
  margin-left: 5px;
}
#sidebar > li {
  background: #eee;
  margin: 0 0 20px 0;
  padding: 10px;
}
#sidebar li li {
  margin: 0;
}
#sidebar form > div {
  margin: 0;
}
#sidebar label {
  display: none;
}
#s {
  float: left;
  margin-right: 5px;
  width: 50%;
}
#searchform {
  display: block;
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: right;
  width: 100%;
}
#searchform input {
  height: 46px;
  padding: 0 12px;
}
#search {
  position: absolute;
  left: 0;
  right: 75px;
}
#s {
  border: none;
  border-radius: 0;
}
#search input[type="text"] {
  width: 100%;
}
#searchsubmit {
  width: 60px;
}
#searchwrapper {
  background: #eee;
  padding: 10px;
}
#searchwrapper label {
  display: none;
}
#searchwrapper div {
  margin: 0;
}
/* Contact */
.contactcontainer .six {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0 20px;
}
/* footer */
#footer {
  background: #fafafa;
  padding: 50px 0;
  text-align: center;
}
.credits {
  font-size: 12px;
}
.btt {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  width: auto;
}
.btt a {
  display: inline-block;
}
.btt svg {
  height: auto;
  width: 30px;
}
/* #Media Queries */
@media only screen and (min-width: 600px) {
  .mobile {
    display: block;
  }
}
#wpadminbar {
  display: none;
}
@media only screen and (min-width: 960px) {
  #wpadminbar {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #nav2 {
    display: block;
    margin: 0 0 20px 0;
  }
  #nav2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
  }
  #nav2 ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  #nav2 ul li a {
    border-radius: 5px;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
  }
  #nav2 ul li a:hover {
    background: #ccae8f;
    color: #fff;
  }
  #nav2 ul li a.sub_nav {
    display: none;
  }
  .navclose {
    display: none;
  }
  .sub-menu {
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 200;
  }
  #nav2 ul li .sub-menu li {
    float: none;
  }
  #nav2 ul li .sub-menu li a {
    border: none;
    overflow: hidden;
    width: 180px;
  }
  #nav2 a.mobile_handle {
    display: none;
  }
  #nav2 .menu-parent-item {
    position: relative;
    z-index: 400;
  }
  #nav2 .menu-parent-item a {
    padding-right: 30px;
  }
  #nav2 .menu-parent-item > a:after {
    background-image: url(../images/icon-chev-down-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: inline-block;
    height: 15px;
    opacity: 1;
    position: absolute;
    right: 12px;
    top: 11px;
    transition: all 0.1s linear;
    vertical-align: middle;
    width: 15px;
  }
  #nav2 .menu-parent-item:hover > a:after {
    opacity: 0;
    transition: all 0.1s linear;
  }
}
.wpcf7 {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.wpcf7 input[type="checkbox"] {
  cursor: pointer;
  height: 0;
  position: absolute;
  opacity: 0;
  width: 0;
}
.wpcf7 .checkmark {
  background-color: #fafafa;
  border: 1px solid #ccc;
  display: inline-block;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
}
.wpcf7 .wpcf7:hover input[type="checkbox"] ~ .checkmarkx {
  background-color: #ccc;
}
.wpcf7 input[type="checkbox"]:checked ~ .checkmark {
  background-color: #2196F3;
}
.wpcf7 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wpcf7 input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
.wpcf7 .checkmark:after {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  height: 10px;
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7-acceptance {
  display: inline-block;
  line-height: 27px;
  padding-left: 35px;
  position: relative;
}
.social {
  margin-bottom: 20px;
}
.social a {
  background-size: 100%;
  background-position: center center;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  width: 30px;
}
.social svg {
  height: 30px;
  vertical-align: middle;
  width: auto;
}
.social svg path {
  fill: #333;
}
