@charset "UTF-8";
/*
Theme Name: discovery
Theme URI: https://discoveryactivitycamps.co.uk
Author: Chris Pink
Author URI: https://chrispink.co.uk
Description: Description
Version: 2.0.0-beta
*/
@import 'css/barlow-condensed.css';
@import 'css/figtree.css';
@import 'css/fontawesome.all-min.css';
/*--------------------------------------------------------------
# Full width variables > 768px
--------------------------------------------------------------*/
:root {
  --vertical-rhythm: 75px 0;
  --vertical-single: 75px;
  --site-width: 1140px;
  --side-padding: 0 10px;
  --box-padding: 30px;
}

@media screen and (max-width: 768px) {
  :root {
    --vertical-rhythm: 40px 0;
    --vertical-single: 40px;
    --outer-padding: 30px;
    --box-padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  :root {
    --vertical-rhythm: 30px 0;
    --vertical-single: 30px;
    --outer-padding: 15px;
    --box-padding: 10px;
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

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 0 0.67em;
}

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: 0;
}

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;
}

/* Helpers */
.grecaptcha-badge {
  visibility: hidden;
}

.no-scroll {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed;
}

.icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
}

.caps {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

.alignleft {
  display: block;
  width: 50%;
  float: left;
  margin-right: var(--box-padding);
  margin-bottom: var(--box-padding);
}

.alignright {
  display: block;
  width: 50%;
  float: right;
  margin-left: var(--box-padding);
  margin-bottom: var(--box-padding);
}

.aligncenter,
.alignnone {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: var(--box-padding);
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
.button,
input[type=button],
input[type=reset] {
  display: inline-block;
  padding: 10px 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 16px;
  background: #beeced;
  color: #333;
  border: none;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover {
  background: #032C3E;
  color: #fff;
  border: none;
}
button:focus, button:active,
.button:focus,
.button:active,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:focus,
input[type=reset]:active {
  background: #032C3E;
  color: #fff;
  border: none;
}

input[type=submit] {
  display: inline-block;
  padding: 10px 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 16px;
  background: #27BFC1;
  color: #fff;
  border: none;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  background: #beeced;
  color: #333;
  border: none;
}

.button-alt, .button-alt:visited {
  display: inline-block;
  padding: 10px 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 16px;
  background: #27BFC1;
  color: #fff;
  border: none;
}
.button-alt:hover, .button-alt:focus, .button-alt:active, .button-alt:visited:hover, .button-alt:visited:focus, .button-alt:visited:active {
  background: #032C3E;
  color: #fff;
  border: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
::-moz-placeholder {
  font-family: "Figtree", serif;
  font-weight: 300;
  color: #aaa;
}
::placeholder {
  font-family: "Figtree", serif;
  font-weight: 300;
  color: #aaa;
}

fieldset {
  font-size: 0;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #fff;
}

legend {
  border: 1px solid #fff;
  background: #fff;
  padding: 0 10px;
  border-radius: 100px;
  font-size: 14px;
  margin-bottom: 20px;
}

label {
  font-size: 14px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
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 {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #666;
  margin-bottom: 10px;
  padding: 8px 5px;
  width: 100%;
}

select {
  border: 1px solid #ccc;
}

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;
  outline: none;
}

textarea {
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  background: #fff;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #000;
}
input[type=checkbox]:checked::before, input[type=checkbox]:checked::after,
input[type=radio]:checked::before,
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 2px;
  width: 20px;
  background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  backface-visibility: hidden;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  transform: rotate(45deg);
}
input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
  color: #032C3E;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #27BFC1;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 100%;
  z-index: 1001;
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  background: none;
}
.menu-toggle i {
  color: #333;
  font-size: 26px;
}

.menu-toggle {
  display: block;
}

.menu-main-menu-container {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 95px;
  left: 100%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 20px;
  text-align: right;
  transition: all 0.5s ease;
  z-index: 1000;
  overflow: scroll;
  opacity: 0;
}
.menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-main-menu-container ul li {
  width: 100%;
  margin: 0 0 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 48px;
}
.menu-main-menu-container ul li a {
  color: #27BFC1;
}
.menu-main-menu-container ul li a:hover {
  color: #032C3E;
}

.main-navigation.toggled i:before {
  content: "\f00d";
}
.main-navigation.toggled .menu-main-menu-container {
  left: calc(100% - 600px);
  opacity: 1;
}

/***************************************************/
/* Various Page Navs */
/***************************************************/
.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  font-size: 14px;
  padding: 30px 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 40%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 40%;
}

.nav-previous::before {
  content: "←";
}

.nav-next:after {
  content: "→";
}

#footer-menu {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
#footer-menu li {
  display: block;
  font-size: 16px;
  margin-bottom: 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;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  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;
}

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
::-moz-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}

input[type=search] {
  background: #708791;
  border: 1px solid #fff;
  padding: 9px 10px;
  margin-right: 10px;
}

.page-content #searchform {
  max-width: 400px;
  padding: 7px 7px 0;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.search-title {
  font-size: 36px;
}
.search-title span {
  display: block;
  font-size: 52px;
}

.search-results {
  margin-bottom: var(--vertical-single);
}
.search-results .section-header {
  margin-top: var(--vertical-single);
  margin-bottom: var(--vertical-single);
}

/*****************************************************/
/* Embeds */
/*****************************************************/
.wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*****************************************************/
/* Video */
/*****************************************************/
.ytp-gradient-top {
  background: linear-gradient(0, transparent, transparent);
}

.vidWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-top: 56%;
}
.vidWrapper43 {
  padding-top: 75%;
}
.vidWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #beeced;
  border-radius: 100%;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 40px solid #beeced;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #032C3E;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #032C3E;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 30px;
  line-height: 1.2;
}

h1, h2 {
  font-size: 52px;
  color: #27BFC1;
}

h3 {
  font-size: 36px;
  color: #27BFC1;
}
h3 span {
  display: block;
  color: #333;
}

h5 {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 700;
}

p {
  margin: 0 0 20px;
}

.intro {
  font-size: 22px;
  line-height: 1.5;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  padding: 12px 0 20px;
  background: #fff;
  z-index: 2001;
}
#masthead .logo {
  width: 300px;
}

.search-bar {
  background: #032C3E;
  padding: 10px 0;
}
.search-bar .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.site-footer {
  background: #032C3E;
  padding: var(--vertical-rhythm);
  font-size: 16px;
  color: #fff;
}
.site-footer > .inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 60px;
}
.site-footer h3 {
  font-size: 28px;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #beeced;
}
.site-footer .base {
  text-align: center;
  margin-top: 45px;
}

.social-links {
  display: flex;
}
.social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.social-links a .icon {
  width: 20px;
  height: 20px;
}

.faqs {
  margin-bottom: var(--vertical-single);
}
.faqs .inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
.faqs .question {
  display: flex;
  justify-content: space-between;
  background: #beeced;
  padding: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 20px;
  cursor: pointer;
}
.faqs .question .icon {
  width: 20px;
  height: 30px;
  margin-left: 30px;
}
.faqs .question.active .icon {
  transform: rotate(90deg);
}
.faqs .answer {
  display: none;
  padding: 40px;
}

.banner {
  background: #27BFC1;
  height: 700px;
  overflow: hidden;
}

.rhomboid-mask {
  width: 100%;
  max-width: 1320px;
  height: 700px;
  margin: 0 auto;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  overflow: hidden;
}
.rhomboid-mask img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs {
  margin-bottom: var(--vertical-single);
  font-size: 16px;
}

html,
body {
  height: 100%;
  background: #fff;
  font-family: "Figtree", serif;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site {
  margin-top: 96px;
}

.inner,
.section-header,
.archive-header {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: var(--side-padding);
}

.main-content {
  margin-bottom: var(--vertical-single);
}

.no-banner {
  margin: var(--vertical-rhythm);
}

.archive .post-grid {
  padding-bottom: var(--vertical-single);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.section-header .icon {
  display: inline-block;
  vertical-align: baseline;
  transform: translateY(7px);
  fill: #27BFC1;
  width: 30px;
  margin-right: 10px;
}

.archive-header {
  padding: 60px 0 30px;
}
.archive-header span {
  display: block;
  color: #333;
  font-size: 36px;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home-video {
  width: 100%;
  height: calc(100vh - 155px);
  overflow: hidden;
  margin-bottom: var(--vertical-single);
}
.home-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-intro {
  margin-bottom: var(--vertical-single);
  text-align: center;
}
.home-intro .intro {
  font-size: 25px;
}
.home-intro .cta-container {
  margin-top: 30px;
}

.home-locations {
  background: linear-gradient(to bottom, #fff 0, #fff 10%, #27BFC1 10%);
  padding-bottom: var(--vertical-single);
  margin-bottom: var(--vertical-single);
}

/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
}

.grid-post {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.grid-post .thumb {
  height: 250px;
}
.grid-post .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-post .text {
  padding: 10px;
}
.grid-post h3 {
  font-size: 25px;
  margin-bottom: 5px;
}
.grid-post .meta {
  font-size: 18px;
  margin-bottom: 15px;
}
.grid-post .meta span {
  color: #27BFC1;
  text-transform: uppercase;
}
.grid-post .excerpt {
  margin-bottom: 10px;
}
.grid-post .excerpt p:last-of-type {
  margin: 0;
}
.grid-post a.button, .grid-post a.button-alt {
  margin-left: 10px;
  display: block;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.not-found {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/
.location-holidays {
  background: linear-gradient(to bottom, #fff 0, #fff 10%, #27BFC1 10%);
  padding-bottom: var(--vertical-single);
  margin-bottom: var(--vertical-single);
}

.location-map {
  margin-bottom: var(--vertical-single);
}
.location-map .label {
  margin-bottom: 30px;
}
.location-map .directions {
  max-width: 720px;
}
.location-map .what3words {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  border: 2px solid red;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.location-map .what3words a {
  color: #e11f26;
}
.location-map .what3words .icon {
  fill: #e11f26;
  margin-right: 5px;
  cursor: pointer;
}
.location-map .what3words:hover a {
  color: #032C3E;
}
.location-map .what3words:hover a .icon {
  fill: #032C3E;
}
.location-map .map {
  height: 500px;
  background: #e0e0e0;
  margin-bottom: 50px;
}
.location-map .map iframe {
  height: 100%;
  width: 100%;
  border: none;
}

.location-activities {
  background: linear-gradient(to bottom, #fff 0, #fff 10%, #27BFC1 10%);
  padding-bottom: var(--vertical-single);
  margin-bottom: var(--vertical-single);
}
.location-activities .post-grid {
  grid-template-columns: 1fr 1fr;
}
.location-activities .post-grid .grid-post .thumb {
  height: 380px;
}
.location-activities .post-grid .grid-post h3 {
  margin-bottom: 20px;
}
.location-activities .post-grid .grid-post .excerpt {
  margin-bottom: 30px;
}

.location-team {
  margin: var(--vertical-rhythm);
}
.location-team .team-member {
  display: grid;
  grid-template-columns: 9fr 16fr;
  grid-gap: 75px;
  padding: 50px 75px;
  background: rgba(39, 191, 193, 0.1);
}

.single-activity .meta {
  margin-bottom: 30px;
  line-height: 1.6;
}
.single-activity .meta span {
  color: #27BFC1;
  text-transform: uppercase;
}

.block {
  margin: 45px 0;
  overflow: hidden;
}
.block h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}
.block .content li {
  margin-bottom: 5px;
}
.block .cta-container {
  margin-top: 30px;
}
.block.two-columns {
  margin: var(--vertical-rhythm);
}
.block.two-columns .inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 60px;
}
.block.content-image .content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 60px;
}
.block.content-image.left .image {
  order: -1;
}

@media screen and (max-width: 960px) {
  .location-team .team-member {
    grid-gap: 30px;
    padding: 30px;
  }
  .location-team .team-member .thumb {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .search-bar .inner {
    justify-content: center;
  }
  .main-navigation.toggled .menu-main-menu-container {
    text-align: left;
  }
  .rhomboid-mask {
    clip-path: none;
  }
  .alignleft {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .alignright {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .location-team .team-member {
    grid-template-columns: 1fr;
  }
  .site-footer > .inner {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .block.content-image .content-grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .block.content-image .content-grid .image {
    order: -1;
  }
}
@media screen and (max-width: 640px) {
  .main-navigation.toggled .menu-main-menu-container {
    left: 0;
  }
  .banner {
    height: unset;
  }
  .banner .rhomboid-mask {
    height: auto;
  }
  .post-grid {
    grid-template-columns: 1fr;
  }
  .grid-post .thumb {
    height: auto;
  }
  .faqs .inner {
    grid-template-columns: 1fr;
  }
  .faqs .inner .answer {
    padding: 10px;
  }
  .location-team .team-member .thumb {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .search-field {
    width: 180px;
  }
  .location-team .team-member {
    grid-gap: 20px;
    padding: 10px;
  }
}

/*# sourceMappingURL=style.css.map */