/*
Theme Name: SolastaBIO
Author: Ian Loats @ Design Motive
Author URI: https://designmotive.co.uk
Version: September 2023
*/
@font-face {
  font-family: "Reckless Light";
  src: url("/wp-content/themes/solasta/fonts/Reckless-Light.woff2") format("woff2"), url("/wp-content/themes/solasta/fonts/Reckless-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Reckless Light Italic";
  src: url("/wp-content/themes/solasta/fonts/Reckless-LightItalic.woff2") format("woff2"), url("/wp-content/themes/solasta/fonts/Reckless-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Reckless Regular Italic";
  src: url("/wp-content/themes/solasta/fonts/Reckless-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/solasta/fonts/Reckless-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* SolastaBIO colours */
/* Solasta Text Size - Full Screen */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #3c3c3c;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

html, body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
}

h1 {
  font-family: "Reckless Light", serif;
  font-size: 100px;
  line-height: 110px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  text-align: left;
}

.hero h1 {
  color: #ffffff;
}

h1.lrg {
  font-size: 160px;
  line-height: 170px;
}

h2 {
  font-family: "Reckless Light", serif;
  font-size: 100px;
  line-height: 110px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 27px;
  line-height: 33px;
  padding: 0 0 0.5em;
  color: #8e8047;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-family: "Reckless Light", serif;
  font-size: 58px;
  line-height: 68px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

h5 {
  font-family: "Reckless Light", serif;
  font-size: 40px;
  line-height: 48px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

h6 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 48px;
  padding: 2em 0;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 28px;
  padding: 0 0 1em;
  margin: 0;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

.sml {
  font-size: 15px;
  line-height: 18px;
}

.reg {
  font-size: 18px;
  line-height: 23px;
}

.lft {
  text-align: left;
}

.blogpane p {
  font-size: 27px;
  line-height: 37px;
}

.blogpane p.sml {
  font-size: 22px;
  line-height: 28px;
}

a {
  color: #8e8047;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

a:hover {
  color: #39a74a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

h3 a {
  text-decoration: none;
  color: #8e8047;
}

h3 a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

ul li {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  font-style: normal;
}

ul ::marker {
  color: #000000;
  font-size: 150%;
  line-height: 0;
}

img.full {
  width: 100%;
  height: auto;
}

hr {
  border: 0;
  height: 1px;
  border-top: 1px solid #8e8047;
  margin: 3em 0 2em;
}

/* menu start */
#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 25vw;
  transform: translateX(25vw);
  transition: transform 250ms ease-in-out;
  background: #8e8047;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
}

.sidebarMenuInner li {
  list-style: none;
  padding: 0.5em 20px;
  cursor: pointer;
  text-align: center;
}

.sidebarMenuInner li a {
  font-size: 40px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-decoration: none;
  font-family: "Reckless Light Italic", serif;
}

.sidebarMenuInner li a:hover {
  color: #ffffff;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 700;
  height: 18px;
  width: 22px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 6px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 6px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 6px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -10px;
}

/* menu end */
header.navigation {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  position: fixed;
  height: 142px;
  z-index: 200;
  top: 0;
  transition: top 0.25s ease-in-out, background-color 0.25s linear;
  background-color: transparent;
}

img.headlogo {
  height: 82px;
  width: 341px;
  display: block;
}

img.ftlogo {
  height: 217px;
  width: auto;
}

.scrolled header {
  background-color: #8e8047;
}

.menublock {
  display: flex;
  flex-flow: row;
  align-items: center;
  z-index: 700;
  position: relative;
}

main {
  background-color: #f1eeed;
}

main.nohero {
  margin-top: 217px;
}

.wrap {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 40px;
}

.slimwrap {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

ul.mainmenu li.active a {
  color: #ffffff;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

article video {
  width: 90%;
  height: auto;
  margin: 0.5em 0;
}

.hero {
  height: 100vh;
  max-height: -webkit-fill-available;
  background-color: #39a74a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imghero {
  height: 50vh;
}

.herowrap {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 40px;
}

.hero p {
  color: #ffffff;
}

.hero.subhero {
  height: 65vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  background-size: 120vh;
  background-position: center center;
}

.hero-content {
  height: 100vh;
  max-height: -webkit-fill-available;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
  background-image: linear-gradient(rgba(57, 167, 74, 0) 0%, rgba(57, 167, 74, 0) 40%, #39a74a 100%);
}

.herograd {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(57, 167, 74, 0) 40%, #39a74a 100%);
}

.hero.subhero .hero-content {
  height: 65vh;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto 217px;
}

.imghero .hero-content {
  height: 50vh;
}

.nav-arrow {
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
}

.nav-arrow svg .svgar {
  stroke: #ffffff;
  fill: none;
  transition: transform 0.2s ease;
}

.nav-arrow a:hover svg .svgar {
  stroke: rgba(255, 255, 255, 0.5);
  fill: none;
  transform: translateY(10px);
}

.iconbloc {
  width: 100%;
  height: 100px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 1em;
}

section.heroimg {
  width: 100% !important;
  height: 60vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

section.heroimg > img {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: all 0.4s;
}

section.boxfloat {
  margin: -12em 40px 0;
  position: relative;
  padding: 0 0 5em;
}

section.boxfloat.nominusmargin {
  margin: 0 40px 0;
}

section.boxfloat .wrap {
  background-color: #ffffff;
  padding: 3em 40px;
  max-width: 1460px;
}

section.whtp {
  position: relative;
  padding: 0 0 3em;
}

section.whtp .wrap {
  background-color: #ffffff;
  padding: 3em 40px;
  max-width: 1460px;
}

.featimg {
  width: 55%;
  height: auto;
  margin-bottom: 1em;
}

section {
  padding: 5em 0;
}

section.gra {
  background-color: #f1eeed;
}

section.wht {
  background-color: #ffffff;
}

section.npd {
  padding: 0 0;
}

section.npb {
  padding: 5em 0 0;
}

section.npt {
  padding: 0 0 5em;
}

button, p.button a {
  background-color: #8e8047;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  padding: 0.5em 1.5em;
  margin: 1em 0;
  letter-spacing: -0.01em;
  border: 0;
  border-radius: 100px;
  text-decoration: none;
}

button a {
  text-decoration: none;
}

button:hover, button:focus, p.button a:hover, p.button a:focus {
  background-color: #39a74a;
  color: #ffffff;
}

p.button {
  margin: 1em 0;
}

form {
  margin-top: 2em;
  width: 50%;
}

input[type=text], input[type=email], textarea {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid #8e8047;
  height: auto;
  margin: 0.5em 0 1em;
  outline: 0 none;
  padding: 0.5em 0;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 0;
}

textarea {
  height: 200px;
  border: 1px solid #8e8047;
  padding: 0.5em;
}

label {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

form p span:nth-child(1) input {
  width: calc(50% - 1em);
  margin-right: 1em;
}

form p span:nth-child(2) input {
  width: 50%;
}

input[type=email] {
  margin-bottom: 2em;
}

input[type=submit] {
  background-color: #8e8047;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  padding: 0.5em 1.5em;
  margin: 1em 0;
  letter-spacing: -0.01em;
  border: 0;
  border-radius: 100px;
}

input[type=submit]:hover {
  background-color: #39a74a;
  color: #ffffff;
}

section.gra input[type=submit] {
  background-color: #8e8047;
}

section.gra input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

footer {
  width: 100%;
  background-color: #8e8047;
  padding: 30px 40px 2em;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

footer div:nth-child(1) {
  flex: 0 0 60%;
  order: 1;
}

footer div:nth-child(2) {
  flex: 0 0 20%;
  order: 2;
}

footer div:nth-child(2) img {
  width: 100%;
  height: auto;
  padding-right: 15%;
}

footer div:nth-child(3) {
  flex: 0 0 20%;
  order: 3;
}

footer div:nth-child(3) svg {
  width: 100%;
  height: auto;
}

footer div:nth-child(4) {
  flex: 0 0 100%;
  margin: 4em 0 0;
  order: 4;
}

.sm-icons {
  width: 38px;
  height: 38px;
  margin: 2em 4px 0 0;
}

.sm-icons:hover path {
  fill: rgba(255, 255, 255, 0.5);
}

footer p {
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
  padding: 0 0 0.5em;
}

footer a {
  text-decoration: none;
  color: #ffffff;
}

footer a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

footer ul {
  padding: 0 0 0.5em;
}

footer ul li {
  font-size: 15px;
  line-height: 18px;
  display: inline;
  padding: 0 0.45em 0 0;
  letter-spacing: -0.01em;
}

footer ul li a {
  color: #ffffff;
  text-decoration: none;
}

footer ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.gallery {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.gallery > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(33.33% - 30px);
  flex: 0 calc(33.33% - 30px);
  margin: 0 15px 30px;
  background-color: #000000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gardenmap {
  position: relative;
  display: inline;
}

.gmp {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bloghero {
  padding: 14em 0;
  background-color: #000000;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@supports (-webkit-touch-callout: none) {
  .bloghero {
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
  }
}
.bloghero p {
  text-transform: uppercase;
  color: #ffffff;
}

.bloghero h2 {
  color: #ffffff;
}

.blogroll {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px 0;
}

.blogroll > div {
  flex: 0 0 calc(50% - 40px);
  background-color: #8e8047;
  margin: 20px;
}

section.gra .blogroll > div {
  background-color: #ffffff;
  padding-bottom: 4em;
}

.blogimg > img {
  width: 100%;
  height: auto;
}

.blogroll h4 {
  padding: 0 20px 0.5em;
}

.blogroll h4 a {
  color: #000000;
  text-decoration: none;
}

.blogroll h4 a:hover {
  color: #39a74a;
}

.blogroll p {
  padding: 1em 20px;
}

.blogroll p.sml {
  padding: 1.5em 20px 1em;
}

.blogdate {
  margin: 3em 0 1em 0;
}

.blogimg {
  position: relative;
  display: inline-flex;
}

.datetab {
  position: absolute;
  right: 14px;
  top: 14px;
  background-color: #ffffff;
  text-align: center;
  padding: 5px 10px 3px;
  z-index: 1;
}

.datetab p {
  padding: 0;
  letter-spacing: 0.1em;
}

.blogroll.evntroll p.sml {
  padding: 1em 14px 0.25em;
}

.blogroll.evntroll > div {
  padding-bottom: 7em;
}

.three-col {
  display: flex;
  flex-flow: row wrap;
  margin: 2em -14px 0;
}

.three-col > div {
  flex: 0 0 calc(33.33% - 28px);
  margin: 0 14px;
}

.gall .three-col > div {
  height: 450px;
}

.two-col {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -18px;
}

.two-col > div {
  flex: 0 0 calc(50% - 36px);
  height: auto;
  margin: 18px;
  background-color: #ffffff;
  padding: 56px 28px;
}

.two-col > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.two-col > div:before {
  content: "";
  float: left;
  padding-top: 90%;
}

.two-col.chequer > div:nth-of-type(4n+1), .two-col.chequer > div:nth-of-type(4n+4) {
  padding: 0;
}

.two-col.chequer > div:nth-of-type(4n+2) {
  background-color: #8e8047;
}

.two-col.chequer > div:nth-of-type(4n+2) h4, .two-col.chequer > div:nth-of-type(4n+2) p {
  color: #ffffff;
}

.four-col {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -18px;
}

.four-col > div {
  flex: 0 0 calc(25% - 36px);
  margin: 18px;
}

.four-col > div > div {
  background-color: #8e8047;
  margin-bottom: 0.75em;
}

.four-col > div > div:before {
  content: "";
  float: left;
  padding-top: 90%;
}

.four-col > div p {
  color: #8e8047;
}

.four-col > div p.reg {
  color: #000000;
}

.four-col > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: block;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: 300;
  margin-left: 2px;
  color: #8e8047;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.logos {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -18px;
}

.logos > div {
  flex: 0 0 calc(25% - 36px);
  margin: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logos > div img {
  width: 80%;
  height: auto;
}

.two-thirds {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #8e8047;
  padding-top: 2em;
  padding-bottom: 3em;
}

.two-thirds > div {
  flex: 0 0 66.66%;
}

.two-thirds > div:nth-child(2) {
  flex: 0 0 calc(33.33% - 2em);
  padding-left: 2em;
  padding-top: 6em;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

.two-thirds > div:nth-child(2) img {
  width: 80%;
  height: auto;
}

section.imgbloc {
  padding: 15em 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section.imgbloc h2 {
  text-align: center;
  color: #ffffff;
}

.page header.navigation, .blog header.navigation, .single header.navigation, .scrolled .page header.navigation, .scrolled .blog header.navigation {
  background-color: #8e8047;
}

.page main, .single main {
  padding-top: 142px;
}

.home header.navigation, .blog header.navigation, .page-template-full-hero-page header.navigation, .page-template-half-hero-page header.navigation {
  background-color: transparent;
}

.home.page main, .blog.page main, .page-template-full-hero-page.page main, .page-template-half-hero-page.page main {
  padding-top: 0;
}

.page header.navigation > a img {
  opacity: 1;
}

#map {
  width: 100%;
  height: 580px;
}

.imgwrap {
  width: 100%;
  position: relative;
  height: 300px;
}

.imgwrap:before {
  content: "";
  float: left;
  padding-top: 60%;
}

.innerimgwrap {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.innerimgwrap img {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: all 0.4s;
}

.innerimgwrap:hover img {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.cols {
  display: flex;
  flex-flow: row wrap;
}

.cols > div {
  margin: 6em 0 0;
}

.cols > div:nth-of-type(4n+1), .cols > div:nth-of-type(4n+4) {
  flex: 0 0 40%;
}

.cols > div:nth-of-type(4n+2), .cols > div:nth-of-type(4n+3) {
  flex: 0 0 60%;
}

.cols > div:before {
  content: "";
  float: left;
  padding-top: 40%;
}

.cols > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cols > div:nth-of-type(4n+2) h3, .cols > div:nth-of-type(4n+2) h5 {
  padding-left: 160px;
}

.cols > div:nth-of-type(4n+3) h3, .cols > div:nth-of-type(4n+3) h5 {
  padding-right: 160px;
}

.cols > div:nth-child(1), .cols > div:nth-child(2) {
  margin: 0 0 0;
}

.tminpd {
  padding-bottom: 20px;
}

/* media queries */
@media (max-width: 1460px) {
  .cols > div:nth-of-type(4n+2) h3, .cols > div:nth-of-type(4n+2) h5 {
    padding-left: 40px;
  }

  .cols > div:nth-of-type(4n+3) h3, .cols > div:nth-of-type(4n+3) h5 {
    padding-right: 40px;
  }
}
@media (max-width: 1140px) {
  .cols > div:nth-of-type(4n+1), .cols > div:nth-of-type(4n+4) {
    flex: 0 0 50%;
  }

  .cols > div:nth-of-type(4n+2), .cols > div:nth-of-type(4n+3) {
    flex: 0 0 50%;
  }

  .cols > div {
    margin: 4em 0 0;
  }

  #sidebarMenu {
    width: 50vw;
    transform: translateX(50vw);
  }
}
@media (max-width: 1024px) {
  /* Text size - Tablet */
  h1 {
    font-size: 80px;
    line-height: 90px;
  }

  h1.lrg {
    font-size: 80px;
    line-height: 90px;
  }

  h2 {
    font-size: 80px;
    line-height: 90px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  h4 {
    font-size: 38px;
    line-height: 46px;
  }

  h5 {
    font-size: 26px;
    line-height: 32px;
  }

  h6 {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    font-size: 17px;
    line-height: 23px;
  }

  .sml {
    font-size: 12px;
    line-height: 15px;
  }

  .reg {
    font-size: 15px;
    line-height: 18px;
  }

  .blogpane p {
    font-size: 17px;
    line-height: 23px;
  }

  .blogpane p.sml {
    font-size: 17px;
    line-height: 23px;
  }

  ul li {
    font-size: 17px;
    line-height: 23px;
  }

  footer ul li {
    font-size: 12px;
    line-height: 15px;
  }

  footer p {
    font-size: 15px;
    line-height: 18px;
  }

  .sidebarMenuInner li a {
    font-size: 38px;
    line-height: 46px;
  }

  button, p.button a {
    font-size: 17px;
    line-height: 23px;
  }

  input[type=text], input[type=email], textarea, label {
    font-size: 17px;
    line-height: 23px;
  }

  input[type=submit] {
    font-size: 17px;
    line-height: 23px;
  }
}
@media (max-width: 980px) {
  .wrap {
    padding: 0 20px;
  }

  footer {
    padding: 30px 20px 2em;
  }

  .herowrap {
    padding: 0 20px;
  }

  section.boxfloat .wrap {
    padding: 3em 20px;
  }

  .nav-arrow {
    padding-left: 20px;
  }

  header.navigation {
    padding: 20px 20px;
    height: unset;
  }

  img.headlogo {
    height: 62px;
    width: 258px;
  }

  .page main, .single main {
    padding-top: 102px;
  }

  section.boxfloat {
    margin: -8em 20px 0;
  }

  section.boxfloat.nominusmargin {
    margin: 0 20px 0;
  }

  section.imgbloc {
    padding: 10em 0;
  }

  section.heroimg {
    height: 40vh;
  }

  section.whtp .wrap {
    padding: 3em 20px;
  }

  .four-col > div {
    flex: 0 0 calc(50% - 36px);
  }

  .tminpd {
    padding-bottom: 10px;
  }

  #sidebarMenu {
    width: 100vw;
    transform: translateX(100vw);
  }

  .gallery {
    margin: 0 -10px;
  }

  .gallery > div {
    -ms-flex: 0 calc(33.33% - 20px);
    flex: 0 calc(33.33% - 20px);
    margin: 0 10px 20px;
  }

  .blogroll {
    margin: 0 -10px 0;
  }

  .blogroll > div {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }

  .blog .blogroll > div:nth-child(1), .blog .blogroll > div:nth-child(2) {
    flex: 0 0 calc(50% - 20px);
  }

  .three-col {
    margin: 0 -10px;
  }

  .three-col > div {
    flex: 0 0 calc(33.33% - 20px);
    margin: 0 10px;
  }

  .two-col {
    margin: 0 -10px;
  }

  .two-col > div {
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
  }

  .logos > div {
    flex: 0 0 calc(33.33% - 36px);
  }
}
@media (max-width: 900px) {
  section {
    padding: 3em 0;
  }

  section.npd {
    padding: 0 0;
  }

  section.npb {
    padding: 3em 0 0;
  }

  section.npt {
    padding: 0 0 3em;
  }
}
@media (max-width: 800px) {
  .blogroll > div {
    flex: 0 0 calc(100% - 20px);
    margin: 10px 10px 10px 10px;
  }

  .blog .blogroll > div:nth-child(1), .blog .blogroll > div:nth-child(2) {
    flex: 0 0 calc(100% - 20px);
  }

  .hero-content {
    background-size: 60%;
  }

  .two-col > div {
    flex: 0 0 calc(100% - 20px);
    margin: 10px 10px;
  }

  .three-col > div {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px;
  }

  .featimg {
    width: 100%;
  }
}
@media (max-width: 680px) {
  header.navigation > div:nth-child(1) {
    display: none;
  }

  .gallery > div {
    -ms-flex: 0 calc(100% - 20px);
    flex: 0 calc(100% - 20px);
    margin: 0 10px 20px;
  }

  .cols > div:nth-of-type(4n+1), .cols > div:nth-of-type(4n+4) {
    flex: 0 0 100%;
  }

  .cols > div:nth-of-type(4n+2), .cols > div:nth-of-type(4n+3) {
    flex: 0 0 100%;
  }

  .cols > div:nth-of-type(4n+2) h3, .cols > div:nth-of-type(4n+2) h5 {
    padding-left: 0;
  }

  .cols > div:nth-of-type(4n+3) h3, .cols > div:nth-of-type(4n+3) h5 {
    padding-right: 0;
  }

  .logos > div {
    flex: 0 0 calc(50% - 36px);
  }

  .cols > div:nth-child(2) {
    margin: 4em 0 0;
  }

  form {
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* Text size - Mobile */
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h1.lrg {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4 {
    font-size: 37px;
    line-height: 40px;
  }

  h5 {
    font-size: 20px;
    line-height: 25px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }

  p {
    font-size: 17px;
    line-height: 23px;
  }

  .sml {
    font-size: 12px;
    line-height: 15px;
  }

  .reg {
    font-size: 15px;
    line-height: 18px;
  }

  .blogpane p {
    font-size: 17px;
    line-height: 23px;
  }

  .blogpane p.sml {
    font-size: 17px;
    line-height: 23px;
  }

  ul li {
    font-size: 17px;
    line-height: 23px;
  }

  footer ul li {
    font-size: 12px;
    line-height: 15px;
  }

  footer p {
    font-size: 15px;
    line-height: 18px;
  }

  .sidebarMenuInner li a {
    font-size: 37px;
    line-height: 40px;
  }

  button, p.button a {
    font-size: 17px;
    line-height: 23px;
  }

  input[type=text], input[type=email], textarea, label {
    font-size: 17px;
    line-height: 23px;
  }

  input[type=submit] {
    font-size: 17px;
    line-height: 23px;
  }

  .hero.subhero .hero-content {
    background-position: 20px 0%;
  }

  .three-col > div {
    flex: 0 0 calc(100% - 20px);
    margin: 10px 10px;
  }

  .imgwrap {
    height: 200px;
  }

  .innerimgwrap img {
    height: 200px;
  }

  .four-col > div {
    flex: 0 0 calc(100% - 36px);
  }

  footer div:nth-child(1) {
    flex: 0 0 100%;
    order: 3;
  }

  footer div:nth-child(2) {
    flex: 0 0 50%;
    order: 1;
  }

  footer div:nth-child(3) {
    flex: 0 0 50%;
    order: 2;
  }

  footer div:nth-child(4) {
    flex: 0 0 100%;
    margin: 4em 0 0;
    order: 4;
  }

  .two-thirds > div {
    flex: 0 0 50%;
  }

  .two-thirds > div:nth-child(2) {
    flex: 0 0 calc(50% - 2em);
  }
}
@media (max-width: 480px) {
  img.headlogo {
    height: 52px;
    width: 216px;
  }

  .page main, .single main {
    padding-top: 92px;
  }

  .two-thirds > div {
    flex: 0 0 100%;
  }

  .two-thirds > div:nth-child(2) {
    flex: 0 0 calc(100% - 2em);
    padding-left: 0;
    padding-top: 1em;
  }
}

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