/*
Theme Name: Bumblebee
Author: Bumblebee Design
Description: Custom Wordpress Starter Theme
Version: 1.0
License: Private
Text Domain: bumblebee
*/
/******************************************************************************/
/*	!HTML RESET  */
/*****************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html, body {
  height: 100%;
  height: -webkit-fill-available; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 1em 0; }

/* Total reset for form items. But remember to deal with border, this one is left so we can see then more clearly yet */
input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 1px solid #333; }

/* @end */
/* reset list styles */
ul,
li,
ul.menu li,
ul.inline li,
.item-list ul,
.item-list ul li,
li.expanded,
li.collapsed,
li.leaf,
.item-list .pager li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none; }

/* universal box sizing */
*, *:before, *:after {
  box-sizing: border-box; }

.ugb-main-block {
  margin: 0 !important; }

.ugb-container__wrapper {
  padding: 0 !important; }

.stk-content-align.alignwide {
  max-width: 100% !important; }

/******************************************************************************/
/*	END HTML RESET  */
/******************************************************************************/
/*******************************************************************/
/*	!FUNCTIONS   */
/*******************************************************************/
/*******************************************************************/
/*	!MIXINS   */
/*******************************************************************/
/*******************************************************************/
/*	!COLOURS   */
/*******************************************************************/
/*******************************************************************/
/*	!GLOBALS   */
/*******************************************************************/
body {
  font-family: "Source Sans 3", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  /*background-color: #000;
  color:#FFF;*/
  background-color: #FFF;
  color: #5A5A5A; }
  @media only screen and (max-width: 759px) {
    body {
      font-size: 15px; } }

img {
  height: auto;
  width: auto; }

strong {
  font-weight: 700; }

h1, h2, h3 {
  line-height: 1.2; }

h1 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px; }
  h1 strong, h1 b {
    font-weight: 600; }
  @media only screen and (max-width: 759px) {
    h1 {
      font-size: 30px;
      font-weight: 400; } }

h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px; }
  h2 strong, h2 b {
    font-weight: 600; }
  @media only screen and (max-width: 759px) {
    h2 {
      font-size: 30px;
      font-weight: 400; } }

h2.section-heading {
  text-align: center;
  padding: 80px 8%;
  font-size: 40px;
  font-weight: 300; }
  h2.section-heading strong {
    font-weight: 400; }
  @media only screen and (max-width: 759px) {
    h2.section-heading {
      font-size: 30px;
      /*font-weight: 300;*/ } }

h3, h3 b {
  font-weight: 700;
  font-size: 24px;
  /*line-height: 32px;*/
  margin-bottom: 20px;
  margin-top: 5px; }
  h3 strong, h3 b strong {
    /*font-weight: 400;*/ }
  @media only screen and (max-width: 759px) {
    h3, h3 b {
      font-size: 21px;
      margin-bottom: 18px;
      /*font-weight: 300;*/ } }

p {
  font-size: 17px;
  margin-bottom: 20px; }

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    text-decoration: underline; }

.gb-block-button a {
  color: #fff !important;
  font-size: 22px;
  text-decoration: none;
  border-radius: 0;
  background-color: #78A80F !important;
  border: 1px solid #5A5A5A; }
  .gb-block-button a:hover {
    background-color: #5A5A5A !important; }

.eedee-gutenslider-nav {
  display: none !important; }

/*******************************************************************/
/*	!LAYOUT   */
/*******************************************************************/
#pagewrap {
  width: 100%;
  /*height: 100vh;*/ }

#main-content {
  min-height: 600px;
  padding-top: 140px; }
  @media only screen and (max-width: 759px) {
    #main-content {
      /*padding-top: 150px;*/ } }

.page-template-page_home #main-content {
  padding-top: 0px; }

.page-template-page_standard #main-content {
  padding-top: 120px; }

.heading-wrapper {
  text-align: center;
  padding: 80px 8%; }

.standard-wrapper, .contact-wrapper {
  /*max-width: 1200px;*/
  margin: 0 auto !important;
  padding: 6%; }
  .standard-wrapper h1, .contact-wrapper h1 {
    margin-bottom: 60px; }
  .standard-wrapper h2, .contact-wrapper h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 56px;
    text-align: center; }
    @media only screen and (max-width: 759px) {
      .standard-wrapper h2, .contact-wrapper h2 {
        font-size: 32px; } }
  .standard-wrapper p, .contact-wrapper p {
    font-size: 17px; }
  .standard-wrapper li, .contact-wrapper li {
    font-size: 17px;
    list-style: inside;
    line-height: 21px;
    margin-bottom: 21px;
    /*list-style-image: url("images/green-bullet-sq.png");*/
    /*text-align: center;*/
    /*background-image:url("images/green-bullet.png");
    background-position: left center;
    background-size: 16px;
    background-repeat: no-repeat;*/ }
  .standard-wrapper li::marker, .contact-wrapper li::marker {
   		/*color: $bm-orange;
  	  	font-size: 26px;
  		vertical-align: baseline;*/
    /*font-size: 100%;*/ }
  .standard-wrapper .wp-block-list li, .contact-wrapper .wp-block-list li {
    list-style: outside;
    padding-bottom: 13px;
    margin-left: 30px;
    vertical-align: text-top;
    line-height: 23px; }
  .standard-wrapper .wp-block-columns, .contact-wrapper .wp-block-columns {
    column-gap: 5%; }
  .standard-wrapper .wp-block-column figure, .contact-wrapper .wp-block-column figure {
    margin-bottom: 10%; }
  .standard-wrapper .wp-block-column figure:last-of-type, .contact-wrapper .wp-block-column figure:last-of-type {
    margin-bottom: 0; }
  .standard-wrapper .kb-gallery-ul li, .contact-wrapper .kb-gallery-ul li {
    list-style: none;
    margin-bottom: inherit;
    padding: 0 15px 30px 15px !important; }

.main-wrapper h1 {
  padding: 10% 8% 50px 8%; }

.section-wrapper {
  padding: 10% 8%; }
  .section-wrapper h2 {
    padding: 0 0 40px 0;
    font-weight: 300; }
  .section-wrapper .kb-gallery-ul {
    align-items: center !important; }
  .section-wrapper .wp-block-list li::marker {
    color: #F76223;
    font-size: 26px;
    vertical-align: baseline;
    /*font-size: 100%;*/ }
  .section-wrapper .wp-block-list li {
    list-style: outside;
    padding-bottom: 13px;
    margin-left: 30px;
    vertical-align: text-top;
    line-height: 23px; }

.watermark-1 {
  background-image: url("images/watermark-1.png");
  background-size: 60%;
  background-position: top right;
  background-repeat: no-repeat; }

.watermark-2 {
  background-image: url("images/watermark-2.png");
  background-size: 60%;
  background-position: bottom left;
  background-repeat: no-repeat; }

.watermark-3 {
  background-image: url("images/watermark-3.png");
  background-size: 40%;
  background-position: center left;
  background-repeat: no-repeat; }

.watermark-4 {
  background-image: url("images/watermark_orange.png");
  background-size: 40%;
  background-position: top left;
  background-repeat: no-repeat; }

.right {
  background-position: right; }

.left {
  background-position: left; }

.highlight-section {
  padding: 10% 8%;
  background-color: #F76223;
  color: #FFF;
  background-image: url("images/watermark-dark-orange.png");
  background-size: 50%;
  background-position: top right;
  background-repeat: no-repeat; }
  .highlight-section h2 {
    font-weight: 300; }
  .highlight-section a {
    color: #FFF; }

.gallery-wrapper {
  margin: 0 auto !important;
  padding: 6% 4%; }
  .gallery-wrapper h2 {
    text-align: center !important; }

.orange {
  color: #F76223; }

.sixty-wide-internal-left {
  padding: 0 25% 0 0;
  text-align: left; }

.sixty-wide-left {
  padding: 0 42% 40px 0;
  text-align: left; }
  .sixty-wide-left h2 {
    font-weight: 300;
    margin-bottom: 30px; }

.sixty-wide-right {
  padding: 0 0 40px 42%;
  text-align: left; }

.sixty-image-left {
  padding: 0 33% 0 0;
  text-align: left; }

.kadence-blocks-gallery-item {
  padding: 5% !important; }

.image-col .kadence-blocks-gallery-item {
  padding: 0 !important; }
.image-col li.kadence-blocks-gallery-item:nth-child(odd) {
  padding: 0 2% 5% 0 !important; }
.image-col li.kadence-blocks-gallery-item:nth-child(even) {
  padding: 0 0 5% 2% !important; }

.contact-wrapper {
  padding-top: 80px !important; }
  .contact-wrapper label {
    font-size: 19px; }
    @media only screen and (max-width: 759px) {
      .contact-wrapper label {
        font-size: 17px; } }
  .contact-wrapper input, .contact-wrapper textarea {
    padding: 3px;
    width: 98%;
    font-size: 19px; }
    @media only screen and (max-width: 759px) {
      .contact-wrapper input, .contact-wrapper textarea {
        font-size: 17px; } }
  .contact-wrapper input[type="submit"] {
    background-color: #DEDDDD;
    padding: 8px 20px;
    color: #000;
    font-size: 21px;
    border: none;
    width: auto; }
    .contact-wrapper input[type="submit"]:hover {
      background-color: #5A5A5A;
      cursor: pointer;
      color: #FFF; }

.estimate-wrapper {
  padding: 40px 5% 20px 5% !important;
  background-color: #FFDCC7;
  margin-top: 40px; }
  @media only screen and (max-width: 759px) {
    .estimate-wrapper {
      font-size: 17px; } }
  .estimate-wrapper label {
    font-size: 19px;
    color: #000;
    font-weight: 600; }
    @media only screen and (max-width: 759px) {
      .estimate-wrapper label {
        width: 100%;
        min-width: 100%; } }
  .estimate-wrapper .wpcf7-checkbox label {
    font-size: 18px;
    font-weight: 400; }
  .estimate-wrapper input, .estimate-wrapper textarea {
    padding: 3px;
    width: 98%;
    font-size: 19px; }
    @media only screen and (max-width: 759px) {
      .estimate-wrapper input, .estimate-wrapper textarea {
        font-size: 17px; } }
  .estimate-wrapper input[type="submit"] {
    background-color: #F76223;
    padding: 10px 20px !important;
    color: #FFF;
    font-size: 19px;
    border: none;
    width: auto; }
    .estimate-wrapper input[type="submit"]:hover {
      background-color: #5A5A5A;
      cursor: pointer; }
  .estimate-wrapper .fieldset-cf7mls p:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse; }
  .estimate-wrapper .fieldset-cf7mls [data-class="wpcf7cf_group"] p:last-of-type {
    display: block; }

.fieldset-cf7mls .cf7mls_next, .fieldset-cf7mls .cf7mls_back {
  float: none !important; }

.cf7mls-btns {
  font-size: 19px;
  text-align: center; }
  .cf7mls-btns .cf7mls_next.action-button {
    background-color: #F76223;
    font-size: 19px;
    padding: 10px 20px !important;
    color: #FFF; }
    .cf7mls-btns .cf7mls_next.action-button:hover {
      background-color: #5A5A5A;
      cursor: pointer; }

.cf7mls_back, .cf7mls_back.action-button {
  background-color: #5A5A5A;
  font-size: 19px;
  padding: 10px 20px !important;
  color: #FFF; }
  .cf7mls_back:hover, .cf7mls_back.action-button:hover {
    background-color: #F76223;
    cursor: pointer; }

.eighty-wrapper {
  padding: 5% 10%; }

.light-green-bg {
  background-color: #B1D85B; }

.light-grey-bg {
  background-color: #F3F3F3; }

.dark-grey-bg {
  background-color: #5A5A5A;
  color: #FFF; }

.blue-bg {
  background-color: #255FAB;
  color: #FFF; }
  .blue-bg a {
    color: #FFF; }

.wp-block-stackable-feature-grid .wp-block-stackable-column {
  padding: 0 5% 5% 5%; }
.wp-block-stackable-feature-grid .stk-block-heading h3 {
  font-size: 28px;
  font-weight: 300; }
  @media only screen and (max-width: 759px) {
    .wp-block-stackable-feature-grid .stk-block-heading h3 {
      font-size: 22px; } }
.wp-block-stackable-feature-grid .stk-block-image figure {
  max-width: 180px;
  margin: 0 auto; }

.ugb-card__image {
  height: 25vw !important;
  margin-bottom: 32px; }
  @media only screen and (max-width: 759px) {
    .ugb-card__image {
      height: auto !important; } }

.section-grid {
  margin: 0 8% 35px 8% !important; }
  .section-grid .ugb-image-box__item {
    height: 25vw !important; }
    @media only screen and (max-width: 759px) {
      .section-grid .ugb-image-box__item {
        height: 70vw !important; } }
  .section-grid .ugb-image-box__title {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 0 !important; }

figure.wp-block-image {
  margin-bottom: 0;
  position: relative; }
  figure.wp-block-image img {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }

figcaption.wp-element-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  margin: 0;
  padding: 20px;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 759px) {
    figcaption.wp-element-caption {
      padding: 10px; } }
  figcaption.wp-element-caption a {
    color: #FFF; }
    figcaption.wp-element-caption a:hover {
      color: #78A80F; }

.border-bottom {
  padding-bottom: 50px;
  border-bottom: 2px solid #DEDDDD; }

.wp-block-gallery .wp-block-image, .logo-wrapper .wp-block-image {
  align-items: center;
  position: relative; }
  .wp-block-gallery .wp-block-image img, .logo-wrapper .wp-block-image img {
    max-height: 110px;
    width: auto;
    min-width: 0;
    max-width: 200px; }

.logo-wrapper {
  width: 90%;
  max-height: 150px;
  margin: 0 auto 5% auto !important; }
  @media only screen and (max-width: 759px) {
    .logo-wrapper figure {
      width: 40% !important;
      max-width: 300px !important;
      height: auto !important;
      margin-bottom: 30px !important; } }

.background-montage-wrapper {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-image: url("images/background-montage.png");
  background-position: top;
  background-size: cover; }

.wp-block-media-text {
  margin-bottom: 10%; }

.wp-block-media-text:last-of-type {
  margin-bottom: 10% !important; }

.wp-block-media-text__media {
  margin-top: 16% !important; }
  @media only screen and (max-width: 759px) {
    .wp-block-media-text__media {
      margin-top: 8% !important; } }

.image-left .wp-block-media-text__media {
  margin-left: 14%; }
  @media only screen and (max-width: 759px) {
    .image-left .wp-block-media-text__media {
      margin-left: 10%;
      margin-right: 10%; } }

.image-right .wp-block-media-text__media {
  margin-right: 14%; }
  @media only screen and (max-width: 759px) {
    .image-right .wp-block-media-text__media {
      margin-left: 10%;
      margin-right: 10%; } }

.wp-block-media-text__content {
  padding: 14% 14% 14% 0 !important;
  margin: 0 0 0 14%;
  border-top: 5px solid #DEDDDD; }
  @media only screen and (max-width: 759px) {
    .wp-block-media-text__content {
      border-top: none; } }
  .wp-block-media-text__content h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 38px; }
    @media only screen and (max-width: 759px) {
      .wp-block-media-text__content h2 {
        font-size: 22px; } }
  .wp-block-media-text__content h3, .wp-block-media-text__content h4 {
    font-size: 17px;
    margin: 34px 0 16px 0;
    color: #F76223; }
  .wp-block-media-text__content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8; }
  .wp-block-media-text__content ul {
    margin-bottom: 30px; }
    .wp-block-media-text__content ul li {
      list-style: outside;
      padding-bottom: 13px;
      margin-left: 30px;
      vertical-align: text-top;
      line-height: 23px; }
    .wp-block-media-text__content ul li::marker {
      color: #F76223;
      font-size: 26px;
      vertical-align: baseline; }

.image-right .wp-block-media-text__content {
  padding: 14% 0 14% 14% !important;
  margin: 0 14% 0 0; }

.accreditations figure {
  padding: 50px 0; }

.icon-link-block-wrapper {
  padding: 8% 5% 0 5%;
  margin: 0 auto !important;
  text-align: center; }
  .icon-link-block-wrapper h2, .icon-link-block-wrapper h3 {
    font-size: 32px;
    font-weight: normal; }
  .icon-link-block-wrapper h4 {
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase; }
  .icon-link-block-wrapper .advgb-columns-container {
    padding: 1% 0 5% 0; }
  .icon-link-block-wrapper figure.wp-block-image {
    width: 80%;
    max-width: 120px;
    margin: 5% auto; }

.icon-2-col .icon-link-col-wrapper {
  padding: 0 5%;
  margin: auto; }
.icon-2-col .advgb-column-inner {
  max-width: 46%;
  margin: 0 auto; }
.icon-2-col h4 {
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize; }
.icon-2-col figure.wp-block-image {
  width: 80%;
  max-width: 180px;
  margin: 5% auto; }

.cta-footer-wrapper {
  padding: 8% 5% 0 5%; }
  @media only screen and (max-width: 759px) {
    .cta-footer-wrapper {
      padding: 5%; } }
  .cta-footer-wrapper h2, .cta-footer-wrapper h3 {
    font-size: 32px;
    font-weight: normal;
    text-align: center; }
    @media only screen and (max-width: 759px) {
      .cta-footer-wrapper h2, .cta-footer-wrapper h3 {
        font-size: 26px; } }
  .cta-footer-wrapper .wp-block-columns {
    margin: 0 auto;
    width: 90%;
    padding: 60px 0;
    /*max-width: 900px;*/ }

.cta-quote-row .ugb-container__content-wrapper, .cta-phone-row .ugb-container__content-wrapper {
  background-color: #F76223;
  padding: 6px 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px; }
  .cta-quote-row .ugb-container__content-wrapper .kb-svg-icon-wrap, .cta-phone-row .ugb-container__content-wrapper .kb-svg-icon-wrap {
    border: none !important; }
  .cta-quote-row .ugb-container__content-wrapper h3, .cta-phone-row .ugb-container__content-wrapper h3 {
    color: #FFF;
    font-size: 27px;
    margin: 0;
    font-weight: 400; }
  .cta-quote-row .ugb-container__content-wrapper a, .cta-phone-row .ugb-container__content-wrapper a {
    color: #FFF;
    text-decoration: none; }
    .cta-quote-row .ugb-container__content-wrapper a:hover, .cta-phone-row .ugb-container__content-wrapper a:hover {
      color: #000; }
  @media only screen and (max-width: 759px) {
    .cta-quote-row .ugb-container__content-wrapper, .cta-phone-row .ugb-container__content-wrapper {
      padding: 6px 5%;
      margin-top: 40px; }
      .cta-quote-row .ugb-container__content-wrapper h3, .cta-phone-row .ugb-container__content-wrapper h3 {
        font-size: 22px; } }

.cta-quote-banner {
  display: inline-block; }
  .cta-quote-banner .ugb-container__content-wrapper {
    background-color: #F76223;
    padding: 2px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0; }
    .cta-quote-banner .ugb-container__content-wrapper .kb-svg-icon-wrap {
      border: none !important; }
    .cta-quote-banner .ugb-container__content-wrapper h3 {
      color: #FFF;
      font-size: 19px;
      margin: 0;
      font-weight: 700; }
    .cta-quote-banner .ugb-container__content-wrapper a {
      color: #FFF;
      text-decoration: none; }
      .cta-quote-banner .ugb-container__content-wrapper a:hover {
        color: #000; }

.cta-project-phone {
  text-align: center;
  padding: 60px 8%; }

.hidden-cta {
  display: none; }

.cta-footer-wrapper {
  padding: 8% 5% 0 5%; }
  @media only screen and (max-width: 759px) {
    .cta-footer-wrapper {
      padding: 5%; } }
  .cta-footer-wrapper h2, .cta-footer-wrapper h3 {
    font-size: 32px;
    font-weight: normal;
    text-align: center; }
    @media only screen and (max-width: 759px) {
      .cta-footer-wrapper h2, .cta-footer-wrapper h3 {
        font-size: 26px; } }
  .cta-footer-wrapper .wp-block-columns {
    margin: 0 auto;
    width: 90%;
    padding: 60px 0;
    /*max-width: 900px;*/ }

.section-link-row {
  padding: 5px 5%; }
  .section-link-row h3 {
    font-size: 21px;
    line-height: 24px; }

.wp-block-cover {
  justify-content: flex-start; }
  .wp-block-cover .wp-block-cover__inner-container {
    /*		width:60%;
    		align-self: flex-end;*/
    padding: 5%; }
    @media only screen and (max-width: 759px) {
      .wp-block-cover .wp-block-cover__inner-container {
        width: 100%;
        padding: 0 0 0 3%; } }
    .wp-block-cover .wp-block-cover__inner-container h2 {
      text-align: center;
      font-size: 40px !important;
      font-weight: 400;
      color: #FFF; }
      @media only screen and (max-width: 759px) {
        .wp-block-cover .wp-block-cover__inner-container h2 {
          font-size: 32px !important; } }

.contact-wrapper {
  padding: 6% 5% 0 5%; }
  .contact-wrapper h2, .contact-wrapper h3 {
    font-size: 32px;
    font-weight: normal;
    text-align: left; }
    @media only screen and (max-width: 759px) {
      .contact-wrapper h2, .contact-wrapper h3 {
        font-size: 26px; } }

.wp-block-stackable-carousel figcaption {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  color: #5A5A5A;
  margin: 0;
  padding: 30px 3%;
  text-align: right;
  font-weight: 600; }

.intro-wrapper {
  margin: 8% 0; }
  .intro-wrapper .wp-block-columns {
    column-gap: 0;
    gap: 0; }
  .intro-wrapper .wp-block-column {
    width: 50%;
    padding: 0 8% 0 4%; }
  .intro-wrapper .wp-block-column:nth-child(odd) {
    width: 50%;
    padding: 0; }
  .intro-wrapper h1 {
    font-size: 28px;
    font-weight: 200;
    line-height: 1.5;
    margin: 0;
    background-color: #F3F3F3;
    padding: 12% 12% 12% 16%; }
    .intro-wrapper h1 strong {
      color: #F76223; }
    @media only screen and (max-width: 759px) {
      .intro-wrapper h1 {
        padding: 6%;
        font-size: 24px; } }
  .intro-wrapper p {
    font-size: 17px;
    font-weight: 300; }

.full-image {
  margin-bottom: 14% !important;
  padding-top: 5%; }

.simple-heading-wrapper {
  padding: 4% 8% 8% 8%;
  text-align: left; }
  .simple-heading-wrapper h2 {
    font-size: 42px;
    font-weight: 200; }

.blog-list .wp-block-columns {
  column-gap: 0; }
.blog-list h2, .blog-list .wp-block-post-excerpt__excerpt {
  padding: 0 8% 0 0; }
.blog-list h2 {
  font-size: 24px;
  margin-bottom: 24px; }
  .blog-list h2 a {
    text-decoration: none; }
.blog-list li.wp-block-post .wp-block-column {
  padding: 50px 0 70px 0; }
.blog-list li.wp-block-post .wp-block-column:nth-child(2n) {
  margin-left: 8%;
  border-top: 8px solid #F76223; }

.post .featured-image img {
  min-width: 100%; }

/*******************************************************************/
/*	!TOWN SEO STYLING  */
/*******************************************************************/
.seo-town-page article h1, .seo-town-page article h2, .seo-town-page article h3, .seo-town-page article h4, .seo-town-page article p, .seo-town-page article ul {
  padding-left: 8%;
  padding-right: 8%; }
.seo-town-page article img {
  width: 100%;
  height: auto;
  margin: 30px 0 50px 0; }

/*******************************************************************/
/*	!SEO STYLING  */
/*******************************************************************/
.seo-page standard-wrapper {
  padding: 5%; }
.seo-page article h2 {
  text-align: left;
  font-weight: 400; }
.seo-page article img {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0; }
.seo-page article .icon-link-block-wrapper h2 {
  text-align: center; }

.location-list-wrapper {
  /*background-color: $very-light-grey;*/ }

/*******************************************************************/
/*	!CTA STYLING  */
/*******************************************************************/
.cta-contact {
  background-color: #DEDDDD;
  padding: 5%; }
  .cta-contact img {
    padding-bottom: 5%; }
  .cta-contact h3 {
    font-size: 42px;
    font-weight: 200;
    padding: 0 5% 20px 5%;
    line-height: 1.5; }
    @media only screen and (max-width: 759px) {
      .cta-contact h3 {
        font-size: 24px; } }
  .cta-contact .ab-block-button a {
    background-color: #F76223 !important;
    border-radius: 0;
    border: solid 1px #FFF; }
    .cta-contact .ab-block-button a:hover {
      background-color: #5A5A5A; }

/*******************************************************************/
/*	!SLIDER STYLING  */
/*******************************************************************/
@media only screen and (max-width: 759px) {
  button.eedee-gutenslider-prev, button.eedee-gutenslider-next {
    display: none;
    opacity: 0; } }
.slider-overlay-wrapper {
  margin: 0 8%;
  width: 42%;
  min-width: 420px; }
  .slider-overlay-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 20px; }
  @media only screen and (max-width: 759px) {
    .slider-overlay-wrapper {
      min-width: 300px;
      margin: 0 3%; }
      .slider-overlay-wrapper h2 {
        font-size: 28px;
        line-height: 32px; }
      .slider-overlay-wrapper button.eedee-gutenslider-prev, .slider-overlay-wrapper button.eedee-gutenslider-next {
        display: none;
        opacity: 0; } }

.n2-section-smartslider {
  margin-bottom: 50px; }
  .n2-section-smartslider .n2-ss-section-main-content {
    padding: 0 !important; }
    .n2-section-smartslider .n2-ss-section-main-content .n2-ss-layer {
      /*background-color: $black-40;*/
      font-size: 17px !important;
      line-height: 19px;
      padding: 26px 0; }
      @media only screen and (max-width: 759px) {
        .n2-section-smartslider .n2-ss-section-main-content .n2-ss-layer {
          padding: 10px 0;
          font-size: 16px !important;
          line-height: 18px; } }
  .n2-section-smartslider .n2-ss-slider-controls .n2-bullet {
    padding: 3px 30px !important; }

/*******************************************************************/
/*	!HEADER  */
/*******************************************************************/
.admin-bar header {
  /*top: 32px;*/ }

/*******************************************************************/
/*	!NEW HEADER  */
/*******************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  /*background-color: $white-80;*/ }
  header .header-banner {
    /*display:flex;*/
    display: none;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    height: 50px;
    /*background-color: $black-60;*/
    padding-right: 3%; }
    header .header-banner .header-info-content {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header .header-banner .header-info-content span {
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
        padding-left: 30px;
        margin-left: 30px;
        height: 15px;
        line-height: 15px;
        font-size: 15px;
        font-weight: 300; }
        header .header-banner .header-info-content span a {
          color: #FFF; }
          header .header-banner .header-info-content span a:hover {
            color: #F76223; }
      @media only screen and (max-width: 759px) {
        header .header-banner .header-info-content span {
          clear: both;
          font-size: 13px;
          padding-left: 22px;
          margin-left: 20px; } }
      header .header-banner .header-info-content .header-tel {
        background-image: url("images/Telephone.png"); }
      header .header-banner .header-info-content .header-email {
        background-image: url("images/Envelope_d.orange.png");
        padding-left: 34px; }
    header .header-banner .header-message {
      color: #FFF;
      padding: 13px 5%;
      width: 100%;
      text-align: center;
      background-color: #255FAB; }
      @media only screen and (max-width: 759px) {
        header .header-banner .header-message {
          /*	width: calc(100% - 150px);*/
          border-right: 1px solid #FFF;
          background-color: #255FAB;
          text-align: left; } }
  header .header-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: 0.3s;
    /*height: 100px;*/
    margin: 0 auto;
    clear: both;
    /*@include box-shadow(0, 3px, 6px, 0, rgba(102, 102, 102, 0.5));
    -webkit-font-smoothing: antialiased;*/
    	/*
    	nav {
    		
    		display: flex;
    		align-items: center;
    		justify-content: center;
    		transition: 0.3s;
    		width: 66vw;
    		float: right;
    		&.hidden {
    			display: none;
    		}
    		@include responsive(mobile) {
    			width:0px;
    		}
    	
    		
    }*/ }
    header .header-top .logo {
      text-align: center;
      margin: 0;
      width: auto;
      margin: 0;
      vertical-align: top;
      transition: all 200ms;
      width: 30%;
      position: relative;
      max-width: 290px;
      min-width: 170px; }
      @media only screen and (max-width: 759px) {
        header .header-top .logo {
          /*height:auto;
          width: calc(100vw - 80px);
          text-align:left;
          margin-left: 5%;*/ } }
      header .header-top .logo img {
        transition: all 200ms;
        height: auto;
        /*max-width: 80px;*/
        width: 100%;
        border: 1px solid #5A5A5A; }
    header .header-top .header-icons {
      display: flex;
      align-items: center;
      position: absolute;
      right: 0;
      height: 66px;
      z-index: 100;
      background-color: #FFF;
      border-radius: 55px 0% 0% 55px;
      border: 1px solid #5A5A5A;
      border-right: none;
      width: 100px; }
      @media only screen and (max-width: 759px) {
        header .header-top .header-icons {
          height: 50px;
          width: 90px; } }
      header .header-top .header-icons.open {
        transition: 0.3s;
        right: 329px;
        z-index: 100; }
        @media only screen and (max-width: 759px) {
          header .header-top .header-icons.open {
            right: 289px; } }
      header .header-top .header-icons.closed {
        transition: 0.3s;
        right: 0; }
    header .header-top .menu-icon {
      display: block;
      /*margin: 15px 20px 0 0 ;*/
      margin: auto;
      margin-left: 26px;
      /*width: 60px;*/
      /*height:70px;*/
      cursor: pointer;
      align-items: center;
      z-index: 99;
      text-align: right; }
      @media only screen and (max-width: 759px) {
        header .header-top .menu-icon {
          display: block;
          text-align: right; } }
      header .header-top .menu-icon .menu-heading {
        line-height: 70px;
        color: #FFF;
        text-align: left;
        display: inline-block;
        font-size: 17px;
        width: 60px;
        font-weight: 600;
        /*text-transform: uppercase;*/
        margin-left: 10px;
        transition: all 200ms; }
      header .header-top .menu-icon .bars {
        width: 44px;
        display: inline-block;
        text-align: right;
        vertical-align: middle; }
      header .header-top .menu-icon .bar {
        transition-duration: 0.5s;
        display: block;
        margin-bottom: 9px;
        height: 2px;
        background-color: #5A5A5A; }
        header .header-top .menu-icon .bar:last-of-type {
          margin-bottom: 0; }
    header .header-top .open .bar {
      background-color: #5A5A5A; }
    header .header-top .open .bar:nth-child(1) {
      transition-duration: 0.5s;
      transform: rotate(45deg);
      transform-origin: 6px -4px;
      width: 30px; }
    header .header-top .open .bar:nth-child(2) {
      transition-duration: 0.5s;
      display: none; }
    header .header-top .open .bar:nth-child(3) {
      transition-duration: 0.5s;
      transform: rotate(-45deg);
      transform-origin: 4px 6px;
      width: 30px; }
    header .header-top .search-icon {
      background-image: url("images/search_icon.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right;
      width: 92px;
      height: 30px;
      font-family: 'Alegreya Sans SC', sans-serif;
      font-size: 21px;
      font-weight: 400;
      cursor: pointer; }
      header .header-top .search-icon:hover {
        color: #000; }
      @media only screen and (max-width: 759px) {
        header .header-top .search-icon {
          text-indent: 100000px;
          width: 33px; } }
  header .header-navigation {
    /*background-color: #000;*/
    text-align: center;
    color: #5A5A5A;
    min-height: 30px;
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: flex-end;
    margin-right: 2vw;
    /*@include responsive(mobile) {
    	width:100%;
    	top: 5px;
    	left: 82px;
    }*/ }
    @media only screen and (max-width: 759px) {
      header .header-navigation {
        display: none; } }
    header .header-navigation .header-message {
      padding: 5px 5%; }
      header .header-navigation .header-message .mtphr-dnt-scroll {
        max-width: 90%; }
      header .header-navigation .header-message h2.widgettitle {
        font-size: 22px;
        margin: 0;
        display: inline-block;
        font-weight: 400;
        line-height: 26px; }
      header .header-navigation .header-message ul {
        display: inline-block; }
        header .header-navigation .header-message ul li a {
          font-size: 22px;
          color: #FFF;
          line-height: 26px; }
      header .header-navigation .header-message p.phone {
        font-size: 22px;
        margin: 0; }

.admin-bar header {
  top: 32px; }

/*******************************************************************/
/*	!SCROLLED GLOBALS */
/*******************************************************************/
/*.scrolled {
	.header-top {
		transition: 0.3s;
		height: 90px;
		.logo {
			transition: 0.3s;
			width: 240px;
		}
	}
	
}*/
/*******************************************************************/
/*	!MENU GLOBALS */
/*******************************************************************/
/*******************************************************************/
/*	!PRIMARY MENU */
/*******************************************************************/
div.primary-menu, body.scrolled div.primary-menu {
  /*
  	 		margin-top: 0;
  			width: 100%;
  			height: auto;
  			
  			@include responsive(mobile) {*/
  display: flex;
  align-items: center;
  /*align-items:flex-start;*/
  justify-content: center;
  position: absolute;
  top: 0;
  /*bottom:0;*/
  min-height: calc(100vh);
  width: 380px;
  /*overflow-y:scroll;
  overflow-x:hidden;*/
  /*margin-top: 70px;*/
  z-index: 20;
  background-color: #FFF;
  border-left: 1px solid #5A5A5A;
  /*		
  	}*/ }
  @media only screen and (max-width: 759px) {
    div.primary-menu, body.scrolled div.primary-menu {
      width: 340px; } }
  div.primary-menu.onscreen, body.scrolled div.primary-menu.onscreen {
    transition: 0.3s;
    right: -50px; }
  div.primary-menu.offscreen, body.scrolled div.primary-menu.offscreen {
    transition: 0.3s;
    right: -380px; }
  div.primary-menu ul.menu, body.scrolled div.primary-menu ul.menu {
    display: block;
    width: 100%;
    padding: 0 0 15% 0;
    height: auto;
    max-height: 92vh;
    margin-top: 0;
    position: relative;
    text-align: left;
    overflow: auto;
    /*.dark-red a {
    	background-color: $dark-red;
    	color:#FFF;
    	&:hover {
    		background-color: $dark-grey;
    	}
    }*/ }
    div.primary-menu ul.menu ::-webkit-scrollbar, body.scrolled div.primary-menu ul.menu ::-webkit-scrollbar {
      display: block; }
    @media only screen and (max-width: 759px) {
      div.primary-menu ul.menu, body.scrolled div.primary-menu ul.menu {
        /*margin-top: 150px;*/ } }
    div.primary-menu ul.menu li:nth-child(1), body.scrolled div.primary-menu ul.menu li:nth-child(1) {
      /*border-top:solid 1px #FACFD0;*/ }
    div.primary-menu ul.menu li, body.scrolled div.primary-menu ul.menu li {
      height: auto;
      display: block;
      width: 100%; }
      div.primary-menu ul.menu li a, body.scrolled div.primary-menu ul.menu li a {
        display: block;
        color: #5A5A5A;
        padding: 16px 20px 16px 20%;
        width: 100%;
        text-decoration: none;
        font-size: 21px;
        /*text-transform:uppercase;*/
        font-weight: 400; }
        div.primary-menu ul.menu li a:hover, body.scrolled div.primary-menu ul.menu li a:hover {
          font-weight: bold;
          color: #000;
          background-color: #F3F3F3; }
        @media only screen and (max-width: 759px) {
          div.primary-menu ul.menu li a, body.scrolled div.primary-menu ul.menu li a {
            height: auto; } }
      div.primary-menu ul.menu li.current-menu-ancestor, div.primary-menu ul.menu li.current_page_item a, body.scrolled div.primary-menu ul.menu li.current-menu-ancestor, body.scrolled div.primary-menu ul.menu li.current_page_item a {
        /*background-color: $bm-orange;*/
        color: #000;
        font-weight: bold; }
    div.primary-menu ul.menu ul.sub-menu, body.scrolled div.primary-menu ul.menu ul.sub-menu {
      position: relative;
      top: 0 !important;
      display: none;
      padding: 0 0 20px 0;
      width: 100%;
      /*}*/ }
      div.primary-menu ul.menu ul.sub-menu li, body.scrolled div.primary-menu ul.menu ul.sub-menu li {
        display: block;
        text-align: left;
        width: 100%;
        height: auto;
        border: none; }
        div.primary-menu ul.menu ul.sub-menu li a, body.scrolled div.primary-menu ul.menu ul.sub-menu li a {
          font-weight: 400;
          color: #FFFFFF;
          /*text-transform:capitalize;*/
          height: auto;
          padding: 10px 10px 10px 10%;
          width: 100%;
          /*font-weight: 600;*/
          text-decoration: none;
          font-size: 17px; }
        div.primary-menu ul.menu ul.sub-menu li.current-menu-ancestor, div.primary-menu ul.menu ul.sub-menu li.current_page_item a, body.scrolled div.primary-menu ul.menu ul.sub-menu li.current-menu-ancestor, body.scrolled div.primary-menu ul.menu ul.sub-menu li.current_page_item a {
          background: none;
          color: #000;
          font-weight: 700; }

/*******************************************************************/
/*	!GLOBAL CONTENT TYPOGRAPHY */
/*******************************************************************/
/*******************************************************************/
/*	!HOME PAGE */
/*******************************************************************/
/*******************************************************************/
/*	!PROJECTS LISTING PAGE */
/*******************************************************************/
.main-heading-wrapper {
  padding: 15% 8% 10% 8%; }

.project-list-wrapper {
  margin: 0 auto !important;
  padding: 0; }

.wpupg-type-project .border-div {
  margin-left: 57%;
  width: 43%;
  border-top: 5px solid #F76223; }
.wpupg-type-project .project-list-item {
  padding: 8%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8%; }
  .wpupg-type-project .project-list-item .list-image {
    width: 50%;
    padding: 0 !important;
    /*border-bottom: 2px solid $bm-orange;*/ }
  .wpupg-type-project .project-list-item .list-text {
    width: 42%; }
    .wpupg-type-project .project-list-item .list-text .wpupg-item-title {
      font-weight: 300 !important;
      font-size: 28px;
      margin-bottom: 24px;
      line-height: 36px; }

.wpupg-type-project:nth-child(even) .border-div {
  margin-left: 0;
  margin-right: 57%;
  width: 43%;
  border-top: 5px solid #F76223; }
.wpupg-type-project:nth-child(even) .project-list-item {
  flex-direction: row-reverse; }

.accreditation-wrapper {
  padding: 60px 6%; }
  .accreditation-wrapper .ugb-container__content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    .accreditation-wrapper .ugb-container__content-wrapper .wp-block-image {
      margin: 0 20px; }
  .accreditation-wrapper img {
    width: 160px; }
  @media only screen and (max-width: 759px) {
    .accreditation-wrapper .ugb-container__content-wrapper {
      display: block; }
      .accreditation-wrapper .ugb-container__content-wrapper .wp-block-image {
        margin: 20px; } }

/*******************************************************************/
/*	!PROJECTS DETAIL PAGE */
/*******************************************************************/
.wp-block-lazyblock-project-info {
  padding-bottom: 5%; }

.project-info-item {
  padding-bottom: 5px; }
  .project-info-item .info-heading {
    float: left;
    width: 12%;
    min-width: 120px;
    padding-right: 20px;
    font-weight: 400; }
  .project-info-item .info-description {
    margin-left: 15%;
    font-weight: 300; }

/*******************************************************************/
/*	!ARTWORK LISTING PAGE */
/*******************************************************************/
.wpupg-grid-with-filters .wpupg-item-image {
  padding-bottom: 10px; }
.wpupg-grid-with-filters .wpupg-meta-container {
  font-size: 17px; }

/*******************************************************************/
/*	!ARTWORK DETAIL PAGE */
/*******************************************************************/
.artwork .back-button, .artist .back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  z-index: 100;
  background-color: #FFF;
  border-radius: 0 20px 20px 0;
  border: 1px solid #5A5A5A;
  border-left: none;
  width: 74px; }
  .artwork .back-button:hover, .artist .back-button:hover {
    background-color: #DEDDDD; }
  .artwork .back-button a, .artist .back-button a {
    padding: 4px 10px 0 0;
    font-size: 14px; }

.artwork-wrapper {
  width: 84%;
  margin: 100px auto 20px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative; }
  .artwork-wrapper .image-col {
    width: 46% !important; }
  .artwork-wrapper .description-col {
    width: 46% !important; }
  .artwork-wrapper h1, .artwork-wrapper h2 {
    margin-bottom: 5px;
    font-size: 36px; }
  .artwork-wrapper .work-description {
    padding: 40px 0; }
  .artwork-wrapper .enquire-button {
    background-color: #DEDDDD;
    padding: 8px 20px;
    color: #000; }
    .artwork-wrapper .enquire-button:hover {
      background-color: #5A5A5A;
      color: #FFF; }
  .artwork-wrapper #form-wrapper {
    display: none;
    padding: 16px 16px 4px 16px;
    border: 1px solid #DEDDDD;
    margin-top: 20px; }
    .artwork-wrapper #form-wrapper input, .artwork-wrapper #form-wrapper textarea {
      width: 100%;
      padding: 2px 4px; }
    .artwork-wrapper #form-wrapper input[type="submit"] {
      background-color: #DEDDDD;
      padding: 8px 20px;
      width: auto;
      color: #000;
      border: none; }
      .artwork-wrapper #form-wrapper input[type="submit"]:hover {
        background-color: #5A5A5A;
        color: #FFF; }

.related-artwork-wrapper {
  width: 92%;
  position: relative;
  margin: 90px auto; }
  .related-artwork-wrapper h2 {
    text-align: center;
    font-size: 36px; }
  .related-artwork-wrapper .relateditems-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .related-artwork-wrapper .artwork-linked-item {
    width: 22%;
    position: relative; }
    .related-artwork-wrapper .artwork-linked-item img {
      width: 100% !important; }

/*******************************************************************/
/*	!ARTIST DETAIL PAGE */
/*******************************************************************/
.artist #wpupg-grid-artwork-list-filter-2-container {
  display: none; }

/*******************************************************************/
/*	!FOOTER */
/*******************************************************************/
footer {
  width: 100%;
  border-top: solid 1px #5A5A5A; }
  footer .footer-top {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 2% 0; }
    footer .footer-top .footer-columns {
      padding-bottom: 40px; }
      footer .footer-top .footer-columns h3 {
        font-size: 17px;
        color: #F76223; }
      footer .footer-top .footer-columns p {
        margin-bottom: 6px;
        font-size: 14px; }
      footer .footer-top .footer-columns a {
        color: #000; }
        footer .footer-top .footer-columns a:hover {
          text-decoration: underline; }
  footer .social-media-wrapper {
    width: 360px;
    margin: 0 auto !important;
    padding: 40px 0; }
    @media only screen and (max-width: 759px) {
      footer .social-media-wrapper {
        width: 340px; } }
    footer .social-media-wrapper .wp-block-image {
      height: 46px;
      width: auto; }
      @media only screen and (max-width: 759px) {
        footer .social-media-wrapper .wp-block-image {
          width: 42px; } }
  footer .footer-bottom-menu li {
    color: #000;
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 8px 0 5px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 300; }
    footer .footer-bottom-menu li a {
      color: #000; }
    @media only screen and (max-width: 759px) {
      footer .footer-bottom-menu li {
        font-size: 14px; } }
  footer .footer-bottom-menu li:last-of-type {
    /*border-right: none;*/ }
  footer .bottom-footer {
    text-align: center;
    padding-bottom: 5px; }
    footer .bottom-footer .footer-menu-row {
      font-weight: 300;
      color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 12px 5%;
      text-align: center;
      /*background-color: $light-grey;*/ }
      @media only screen and (max-width: 759px) {
        footer .bottom-footer .footer-menu-row {
          display: block;
          font-size: 14px;
          padding: 10px 2%; }
          footer .bottom-footer .footer-menu-row span {
            clear: both;
            font-size: 14px; } }
    footer .bottom-footer .footer-details {
      padding: 2% !important; }

/****************************************************
HOLDING PAGE STYLES
***************************************************/
.page-id-10339 header, .page-id-10339 footer {
  display: none; }
.page-id-10339 #main-content {
  padding-bottom: 40px; }
.page-id-10339 .home-logo {
  padding: 60px 20px; }
.page-id-10339 .fading-image-wrapper {
  gap: 10%; }
.page-id-10339 .lower-wrapper {
  margin-top: 80px !important; }
  .page-id-10339 .lower-wrapper h2 {
    padding: 0 10px !important;
    margin-bottom: 30px; }
.page-id-10339 .section-wrapper {
  padding: 0 8% !important; }
.page-id-10339 a {
  color: #000; }
  .page-id-10339 a:hover {
    color: #666;
    text-decoration: underline; }

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