/* Generated by less 3.11.1 */
/*
Theme Name: Vivid Outdoor Media
Author: Web Vitality
Author URI: http://www.webvitality.co.uk/
Version: 0.0.0 (Dev)
*/
/* --------------------------------
Variables
-------------------------------- */
@font-face {
  font-family: 'silkaregular';
  src: url('silka-regular-webfont.eot');
  src: url('silka-regular-webfont.eot?#iefix') format('embedded-opentype'), url('silka-regular-webfont.woff2') format('woff2'), url('silka-regular-webfont.woff') format('woff'), url('silka-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'silkabold';
  src: url('assets/fonts/silka-bold-webfont.eot');
  src: url('assets/fonts/silka-bold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/silka-bold-webfont.woff2') format('woff2'), url('assets/fonts/silka-bold-webfont.woff') format('woff'), url('assets/fonts/silka-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'silkaregular', sans-serif;
  color: #5C656C;
  font-size: 18px;
  margin: 0;
}
h1 {
  font-size: 48px;
  font-family: 'silkabold', sans-serif;
  color: #ff5600;
  margin: 30px 0;
}
h2 {
  font-size: 34px;
  font-family: 'silkabold', sans-serif;
  color: #ff5600;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
p {
  font-size: 20px;
  color: #5C656C;
  line-height: 26px;
  font-family: 'silkaregular', sans-serif;
}
a {
  text-decoration: none;
}
.gray-bg {
  background-color: #F1F1F1;
}
.wp-block-button {
  color: #ff5600;
}
.wp-block-buttons a,
.button {
  background-color: transparent;
  border: 2px solid #ff5600;
  color: #ff5600;
  padding: 15px 30px;
  display: inline-block;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.25s ease-in;
}
.wp-block-buttons a:before,
.button:before {
  content: "";
  height: 100%;
  width: 100%;
  max-width: 0%;
  background-color: #ff5600;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease-in;
  z-index: -1;
}
.wp-block-buttons a:hover,
.button:hover {
  color: white;
  text-decoration: none;
}
.wp-block-buttons a:hover:before,
.button:hover:before {
  max-width: 100%;
}
.full-content .wp-block-button__link:hover {
  color: white !important;
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}
header {
  height: 80px;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  display: fixed;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  transition: all 0.2s;
  z-index: 1;
}
header .logo {
  grid-column-start: 2;
  grid-column-end: 6;
  display: flex;
  align-items: center;
}
header .logo.colour {
  display: none;
}
header .logo img {
  max-width: 100px;
}
header .top-links {
  display: flex;
  grid-column-start: 6;
  grid-column-end: 18;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
header .top-links .call-us {
  font-size: 28px;
  color: white;
}
header .top-links .call-us svg {
  height: 18px;
  fill: white;
}
header .top-links .menu {
  margin-left: 20px;
}
header .top-links .menu svg {
  height: 31px;
  fill: white;
}
header.scrolled {
  background-color: white;
  z-index: 999;
}
header.scrolled .logo.colour {
  display: flex;
}
header.scrolled .logo.white {
  display: none;
}
header.scrolled .top-links .call-us {
  color: #ff5600;
}
header.scrolled .top-links .call-us svg {
  fill: #2c2e36;
}
header.scrolled .top-links .menu svg {
  fill: #2c2e36;
}
@media (max-width: 768px) {
  header .call-us {
    display: none;
  }
}
#main-nav {
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: -150%;
  width: 100%;
  height: 100%;
  background-color: #2c2e36;
  z-index: 500;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  transition: left 1s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}
#main-nav.nav-open {
  left: 0;
}
#main-nav .close-nav {
  border: 2px solid white;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0.5;
  transition: all 0.25s;
}
#main-nav .close-nav:hover {
  opacity: 1;
}
#main-nav ul.menu {
  padding: 0;
  margin: 50px 0;
}
#main-nav ul.menu li {
  font-size: 24px;
  line-height: 38px;
  list-style: none;
  margin: 20px;
  color: white;
}
#main-nav ul.menu li:first-child {
  opacity: 0.5;
}
#main-nav ul.menu li:first-child:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: white;
  margin: 20px 0;
}
#main-nav ul.menu li a {
  color: white;
  padding-left: 0;
  transition: all 0.25s;
}
#main-nav ul.menu li a:hover {
  padding-left: 10px;
  text-decoration: none;
}
#main-nav .contact-nav {
  text-align: right;
  color: white;
}
#main-nav .contact-nav ul {
  padding: 0;
  margin: 150px 0 30px 0;
}
#main-nav .contact-nav ul li {
  list-style: none;
}
#main-nav .contact-nav ul li a {
  color: white;
}
#main-nav .contact-nav address {
  opacity: 0.5;
}
@media (max-width: 768px) {
  #main-nav {
    flex-direction: column;
    padding: 20px;
  }
  #main-nav .close-nav {
    left: 40px;
  }
  #main-nav ul.menu {
    margin: 80px 0 0 20px;
  }
  #main-nav ul.menu li {
    margin: 10px 0;
  }
  #main-nav .contact-nav ul {
    text-align: left;
    margin: 20px;
    justify-content: flex-start;
  }
  #main-nav .contact-nav address {
    text-align: left;
    padding: 0 20px;
    font-size: 12px;
  }
}
.hero {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
}
.hero .main-img {
  grid-column-start: 1;
  grid-column-end: 10;
}
.hero .main-img img {
  width: 100%;
  height: auto;
  display: block;
}
.hero .content {
  grid-column-start: 10;
  grid-column-end: 19;
  background-color: #ff5600;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.hero .content span {
  font-size: 65px;
  font-family: 'silkabold', sans-serif;
  color: white;
}
@media (max-width: 1200px) {
  .hero .content span {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .hero .content {
    padding: 60px;
  }
  .hero .content span {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .hero .main-img {
    grid-column-start: 1;
    grid-column-end: 19;
    grid-column-row: 1;
    grid-row-end: 2;
  }
  .hero .content {
    padding: 0 40px;
    grid-column-start: 1;
    grid-column-end: 19;
    grid-column-row: 1;
    grid-row-end: 2;
    background-color: rgba(51, 52, 79, 0.8);
  }
}
@media (max-width: 375px) {
  .hero .content span {
    font-size: 28px;
  }
}
.green-border-top {
  border-top: 10px solid #ABC120;
}
.full-content {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  padding: 80px 0;
}
.full-content h1 span {
  display: block;
  font-family: 'silkaregular', sans-serif;
  font-size: 18px;
  margin: 10px 0;
  letter-spacing: 5px;
  color: #5C656C;
}
.full-content .content-wrap {
  grid-column-start: 5;
  grid-column-end: 15;
}
.full-content .content-wrap a {
  color: #ff5600;
}
.full-content.page-layout {
  text-align: left;
}
@media (max-width: 768px) {
  .full-content .content-wrap {
    grid-column-start: 2;
    grid-column-end: 18;
  }
}
.half-content {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
}
.half-content .main-img {
  grid-column-start: 1;
  grid-column-end: 10;
  grid-row-start: 1;
}
.half-content .main-img img {
  width: 100%;
  height: auto;
  display: block;
}
.half-content .content {
  grid-column-start: 10;
  grid-column-end: 19;
  grid-row-start: 1;
  background-color: #F1F1F1;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.half-content.second-block .main-img {
  grid-column-start: 10;
  grid-column-end: 19;
}
.half-content.second-block .content {
  grid-column-start: 1;
  grid-column-end: 10;
}
@media (max-width: 992px) {
  .half-content .content {
    padding: 0 30px;
  }
}
@media (max-width: 700px) {
  .half-content:nth-child(2n) .main-img,
  .half-content .main-img {
    grid-column-start: 1;
    grid-column-end: 19;
    grid-row-start: 1;
  }
  .half-content:nth-child(2n) .content,
  .half-content .content {
    grid-column-start: 1;
    grid-column-end: 19;
    grid-row-start: 1;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: white;
  }
  .half-content:nth-child(2n) .content h2,
  .half-content .content h2,
  .half-content:nth-child(2n) .content p,
  .half-content .content p {
    color: white;
  }
  .half-content:nth-child(2n) .content .button,
  .half-content .content .button {
    color: white;
    border-color: white;
  }
  .half-content.second-block .content {
    grid-column-start: 1;
    grid-column-end: 19;
  }
  .half-content.second-block .main-img {
    grid-column-start: 1;
    grid-column-end: 19;
  }
}
.projects {
  background-color: #2c2e36;
  padding: 100px 0;
  width: 100vw;
}
.projects .owl-stage {
  display: flex;
}
.projects .project {
  width: 80vw;
  margin: 0 20px;
  position: relative;
  display: inline-block;
}
.projects .project img {
  width: 100%;
  height: auto;
}
.projects .project a {
  color: white;
  border-color: white;
}
.projects .project .button {
  transition: all 0.25s ease-in;
}
.projects .project .button:before {
  background-color: white;
}
.projects .project .button:hover {
  color: black;
}
.projects .project .overlay-content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  display: flex;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
}
.projects .project.hide {
  display: none;
}
@media (max-width: 768px) {
  .projects .project h4 {
    font-size: 16px;
  }
  .projects .project .button {
    display: none;
  }
}
.four-image-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.four-image-blocks .block {
  position: relative;
  line-height: 0;
}
.four-image-blocks .block img {
  width: 100%;
}
.four-image-blocks .block .overlay-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.four-image-blocks .block .overlay-content h3 {
  margin: 0px 0 10px 0;
  font-family: "silkabold";
}
.four-image-blocks .block .overlay-content * {
  font-size: 48px;
  color: white;
  line-height: 44px;
}
.four-image-blocks .block .overlay-content sub {
  font-size: 26px;
  font-style: italic;
}
.four-image-blocks .block {
  overflow: hidden;
}
.four-image-blocks .block:before {
  content: "";
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  border-radius: 300px;
  pointer-events: none;
  opacity: 0.7;
}
.four-image-blocks .block .overlay-content {
  transition: all 0.5s ease-in-out;
}
.four-image-blocks .block:hover:before {
  width: 110%;
  height: 110%;
  border-radius: 0;
}
.four-image-blocks .block:hover .overlay-content {
  top: calc(50% - 5px);
}
.four-image-blocks.meet-the-team .block-two:before {
  background-color: #33344F;
}
@media (max-width: 768px) {
  .four-image-blocks {
    grid-template-columns: 1fr;
  }
  .four-image-blocks .overlay-content * {
    font-size: 32px;
    line-height: 32px;
  }
}
.text-over-image-section {
  margin: 0;
  background-size: cover;
  min-height: 600px;
  background-position: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
}
.text-over-image-section .container {
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 30px 15px;
  grid-column-start: 5;
  grid-column-end: 15;
}
.text-over-image-section .container * {
  color: white;
}
.text-over-image-section .container p,
.text-over-image-section .container h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .text-over-image-section .container {
    grid-column-start: 2;
    grid-column-end: 18;
  }
}
.full-width-banner {
  position: relative;
}
.full-width-banner .text-overlay {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.full-width-banner .text-overlay .text-content {
  grid-column-start: 5;
  grid-column-end: 15;
  color: white;
  font-size: 48px;
}
@media (max-width: 768px) {
  .full-width-banner .text-content {
    grid-column-start: 2 !important;
    grid-column-end: 18 !important;
    font-size: 34px !important;
  }
}
footer {
  padding: 50px 0;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-row-gap: 30px;
}
footer .contact {
  grid-column-start: 2;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 0;
  margin: 0;
}
footer .contact li {
  list-style: none;
}
footer .contact li a {
  color: #5C656C;
  text-decoration: underline;
  transform: color 0.5s;
}
footer .contact li a:hover {
  color: #ff5600;
}
footer address {
  grid-column-start: 10;
  grid-column-end: 18;
  grid-row-start: 1;
  grid-row-end: 2;
  text-align: right;
}
footer nav {
  grid-column-start: 2;
  grid-column-end: 10;
  grid-row-start: 2;
  grid-row-end: 3;
}
footer nav ul {
  padding: 0;
  margin: 0;
}
footer nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
footer nav ul li a {
  color: #5C656C;
}
footer p {
  grid-column-start: 10;
  grid-column-end: 18;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #AEBECC;
  text-align: right;
}
@media (max-width: 1020px) {
  footer {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  footer p,
  footer address {
    text-align: center;
  }
  footer nav {
    display: none;
  }
  .wp-block-lazyblock-half-blocks .wp-block-buttons > .wp-block-button {
    margin: 0 auto!important;
  }
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:visited {
  color: #ff5600;
}
