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

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

/* @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; }

/******************************************************************************/
/*	END HTML RESET  */
/******************************************************************************/
/*******************************************************************/
/*	!FUNCTIONS   */
/*******************************************************************/
/*******************************************************************/
/*	!MIXINS   */
/*******************************************************************/
/*******************************************************************/
/*	!COLOURS   */
/*******************************************************************/
/*******************************************************************/
/* FONT WEIGHTS FOR OPEN SANS: 300, 400, 700, 800 */
/*******************************************************************/
/*******************************************************************/
/*	!GLOBALS   */
/*******************************************************************/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #414042; }
  @media only screen and (max-width: 759px) {
    body {
      font-size: 14px; } }

strong {
  font-weight: 700; }

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

h1 {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 40px; }
  @media only screen and (max-width: 759px) {
    h1 {
      font-size: 24px;
      margin-bottom: 20px; } }

h1.page-title {
  text-align: center; }

h2 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 800; }
  @media only screen and (max-width: 759px) {
    h2 {
      font-size: 20px;
      margin-bottom: 20px; } }

h2.block-title {
  font-size: 44px;
  font-weight: 300;
  margin: 30px 0 40px 0; }
  @media only screen and (max-width: 759px) {
    h2.block-title {
      font-size: 24px;
      margin: 20px 0; } }

p {
  margin-bottom: 20px; }
  @media only screen and (max-width: 759px) {
    p {
      margin-bottom: 16px; } }

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

p.narrow {
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 759px) {
    p.narrow {
      width: 90%; } }
  p.narrow.page-intro {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px; }
    @media only screen and (max-width: 759px) {
      p.narrow.page-intro {
        font-size: 18px;
        margin-bottom: 20px; } }

p.big {
  font-size: 21px; }
  @media only screen and (max-width: 759px) {
    p.big {
      font-size: 18px; } }

.wp-block-embed-youtube iframe {
  width: 100% !important;
  height: calc(100vw/1.777777778) !important; }

.grecaptcha-badge {
  display: none; }

/*******************************************************************/
/*	!LAYOUT   */
/*******************************************************************/
#pagewrap {
  width: 100%;
  overflow-x: hidden; }

#main-content {
  min-height: 600px; }
  @media only screen and (max-width: 759px) {
    #main-content {
      margin-top: 90px;
      min-height: inherit; } }

.page-template-page_narrow #main-content {
  width: 80%;
  max-width: 1080px;
  margin: 200px auto 100px auto; }
  @media only screen and (max-width: 759px) {
    .page-template-page_narrow #main-content {
      width: 90%;
      margin: 200px auto 80px auto; } }

.page-template-page_with-title #main-content {
  width: 80%;
  max-width: 1080px;
  margin: 200px auto 100px auto; }
  @media only screen and (max-width: 759px) {
    .page-template-page_with-title #main-content {
      width: 90%;
      margin: 200px auto 80px auto; } }

/*******************************************************************/
/*	!HEADER  */
/*******************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4); }
  header .header-inner {
    position: relative;
    width: 100%;
    transition: 0.3s;
    height: 130px;
    margin: 0 auto;
    display: flex;
    -webkit-font-smoothing: antialiased; }
    @media only screen and (max-width: 759px) {
      header .header-inner {
        height: 60px; } }
    header .header-inner .header-content {
      padding: 0 5%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header .header-inner .header-content .header-col-left {
        width: calc(45vw - 80px);
        text-align: left; }
      header .header-inner .header-content .header-col-right {
        width: calc(45vw - 80px);
        text-align: right; }
    header .header-inner .logo {
      transition: 0.3s;
      text-align: left;
      width: 80px;
      margin: 30px 40px; }
      @media only screen and (max-width: 759px) {
        header .header-inner .logo {
          width: 40px;
          margin: 5px 20px; } }
      header .header-inner .logo img {
        width: 100%;
        height: auto; }
    header .header-inner aside {
      /*transition: 0.3s;
      width: calc(100vw - 295px);
      position: absolute;
      top: 0px;
      left: 158px;
      text-align: left;
      background-color: aqua;*/
      color: #414042; }
      @media only screen and (max-width: 759px) {
        header .header-inner aside {
          width: 100%;
          top: 5px;
          left: 82px; } }
      header .header-inner aside p.phone {
        transition: 0.3s;
        font-size: 17px;
        font-weight: 300;
        /*position: absolute;
        top:70px;*/
        /*color: $oc-orange;*/
        /*left: 0;*/ }
        header .header-inner aside p.phone .telephone {
          display: block; }
        @media only screen and (max-width: 759px) {
          header .header-inner aside p.phone {
            top: 3px;
            left: 0;
            font-size: 13px;
            font-weight: 400; } }
      header .header-inner aside p.strap {
        /*transition: 0.3s;
        font-size: 18px;
        font-weight: 300;
        position: absolute;
        top:30px;
        left: 0px;*/ }
        @media only screen and (max-width: 759px) {
          header .header-inner aside p.strap {
            display: none; } }
  header .header-bottom {
    height: 40px;
    background-color: #29282a; }
  header nav.mobile-nav {
    display: none !important; }
    @media only screen and (max-width: 759px) {
      header nav.mobile-nav {
        display: block; } }
  header nav {
    text-align: left;
    display: inline-block;
    position: relative;
    z-index: 200;
    transition: 0.3s;
    /*width: 50%;*/ }
    header nav .menu-icon {
      margin: 0;
      width: 100px;
      cursor: pointer;
      align-items: center;
      z-index: 200;
      position: absolute;
      left: calc(100vw - 100px);
      height: 150px;
      background-color: #FA8D26;
      transition: 0.3s;
      /*@include responsive(tablet) {
      	display: flex;
      	justify-content: space-around;
      	height: 50px;
      }
      */ }
      @media only screen and (max-width: 759px) {
        header nav .menu-icon {
          width: 55px;
          height: 60px;
          left: calc(100vw - 55px); } }
      header nav .menu-icon .bars {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 45px; }
        @media only screen and (max-width: 759px) {
          header nav .menu-icon .bars {
            width: 40px; } }
      header nav .menu-icon .bar {
        transition-duration: 0.5s;
        display: block;
        margin-bottom: 12px;
        height: 3px;
        background-color: #FFF; }
        @media only screen and (max-width: 759px) {
          header nav .menu-icon .bar {
            margin-bottom: 8px; } }
        header nav .menu-icon .bar:last-of-type {
          margin-bottom: 0; }
        header nav .menu-icon .bar:hover {
          background-color: #E6E6E6; }
    header nav .open {
      background-color: transparent; }
    header nav .open .bar {
      background-color: #FA8D26; }
    header nav .open .bar:nth-child(1) {
      transition-duration: 0.5s;
      transform: rotate(45deg);
      transform-origin: 14px 0px;
      width: 45px; }
    header nav .open .bar:nth-child(2) {
      transition-duration: 0.5s;
      display: none; }
    header nav .open .bar:nth-child(3) {
      transition-duration: 0.5s;
      transform: rotate(-45deg);
      transform-origin: 10px 2px;
      width: 45px; }

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

body.scrolled .header-inner {
  transition: 0.3s;
  height: 60px; }
  body.scrolled .header-inner .logo {
    transition: 0.3s;
    width: 40px;
    margin: 5px 40px; }
    @media only screen and (max-width: 759px) {
      body.scrolled .header-inner .logo {
        margin: 5px 20px; } }
  body.scrolled .header-inner aside {
    transition: 0.3s;
    left: 115px; }
    @media only screen and (max-width: 759px) {
      body.scrolled .header-inner aside {
        left: 82px;
        width: 100%; } }
    body.scrolled .header-inner aside .phone {
      transition: 0.3s;
      top: 5px;
      left: 250px;
      font-size: 15px; }
      @media only screen and (max-width: 759px) {
        body.scrolled .header-inner aside .phone {
          left: 0;
          top: 3px;
          font-size: 13px;
          font-weight: 400; } }
    body.scrolled .header-inner aside .strap {
      transition: 0.3s;
      top: 17px;
      font-size: 17px; }
      @media only screen and (max-width: 759px) {
        body.scrolled .header-inner aside .strap {
          display: none; } }
body.scrolled nav {
  transition: 0.3s; }
  body.scrolled nav .menu-icon {
    height: 60px;
    transition: 0.3s; }

/*******************************************************************/
/*	!MENU GLOBALS */
/*******************************************************************/
ul.menu li {
  display: inline-block; }
  ul.menu li a {
    display: block;
    padding: 0 14px;
    color: #414042; }

/*******************************************************************/
/*	!PRIMARY MENU */
/*******************************************************************/
div.main-primary-menu ul.menu {
  display: flex;
  align-items: center;
  justify-content: space-around; }
  div.main-primary-menu ul.menu li {
    display: block; }
    div.main-primary-menu ul.menu li a {
      color: #FFF; }

div.primary-menu, body.scrolled div.primary-menu {
  position: absolute;
  left: 100vw;
  margin-top: 0;
  top: 0;
  z-index: -1;
  /*z-index: 20;*/
  width: 300px;
  height: 100vh;
  background-color: #29282a;
  text-align: center; }
  div.primary-menu.onscreen, body.scrolled div.primary-menu.onscreen {
    transition: 0.3s;
    left: calc(100vw - 300px); }
  div.primary-menu.offscreen, body.scrolled div.primary-menu.offscreen {
    transition: 0.3s;
    left: 100vw; }
  div.primary-menu ul.menu, body.scrolled div.primary-menu ul.menu {
    display: block;
    padding: 10px;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
    div.primary-menu ul.menu li, body.scrolled div.primary-menu ul.menu li {
      display: block;
      width: 100%;
      height: auto;
      border-right: none;
      align-items: inherit;
      margin-bottom: 8vh;
      padding-bottom: 0; }
      div.primary-menu ul.menu li a, body.scrolled div.primary-menu ul.menu li a {
        color: #FA8D26;
        font-weight: 600;
        text-decoration: none;
        font-size: 17px;
        padding: 0;
        padding-left: 10px;
        line-height: inherit;
        text-transform: uppercase; }
        div.primary-menu ul.menu li a:hover, body.scrolled div.primary-menu ul.menu li a:hover {
          color: #FFF; }
      div.primary-menu ul.menu li.current-menu-ancestor > a, div.primary-menu ul.menu li.current_page_item > a, body.scrolled div.primary-menu ul.menu li.current-menu-ancestor > a, body.scrolled div.primary-menu ul.menu li.current_page_item > a {
        color: #FFF; }
    div.primary-menu ul.menu ul.sub-menu, body.scrolled div.primary-menu ul.menu ul.sub-menu {
      position: relative;
      background: none;
      margin-top: 0;
      top: 0 !important;
      display: none;
      padding: 10px 0; }
      div.primary-menu ul.menu ul.sub-menu li, body.scrolled div.primary-menu ul.menu ul.sub-menu li {
        margin-bottom: 10px; }
        div.primary-menu ul.menu ul.sub-menu li a, body.scrolled div.primary-menu ul.menu ul.sub-menu li a {
          font-weight: 600;
          color: #D3D3D3;
          font-size: 16px;
          text-transform: capitalize; }
          div.primary-menu ul.menu ul.sub-menu li a:hover, body.scrolled div.primary-menu ul.menu ul.sub-menu li a:hover {
            color: #FA8D26; }
        div.primary-menu ul.menu ul.sub-menu li.current-menu-ancestor > a, 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 > a, body.scrolled div.primary-menu ul.menu ul.sub-menu li.current_page_item > a {
          color: #FFF; }

#main-content {
  transition: 0.3s;
  margin-top: 150px; }
  @media only screen and (max-width: 759px) {
    #main-content {
      margin-top: 60px; } }

/*body.scrolled #main-content {
	transition: 0.3s;
	margin-top: 85px; // same as header height
}*/
/*******************************************************************/
/*	!GLOBAL CONTENT TYPOGRAPHY */
/*******************************************************************/
h2.section-heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5 !important;
  text-align: center;
  margin: 80px 10% 60px 10%; }

h2.section-title,
.standard-page h2.section-title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #D80011;
  padding-left: 5%;
  margin: 40px 0; }
  h2.section-title.text-only,
  .standard-page h2.section-title.text-only {
    border-bottom: none;
    margin-bottom: 0; }

hr.is-style-wide {
  border-top: 1px solid #FA8D26;
  margin: 20px 0; }

/*******************************************************************/
/*	!HOME PAGE */
/*******************************************************************/
/**************
SLIDER
***************/
.full-screen-slider .n2-ss-slide, .full-screen-slider .n2-ss-slide-backgrounds, .full-screen-slider .n2-ss-layers-container, .full-screen-slider .n2-ss-slider-3, .full-screen-slider .n2-ss-slider-2, .full-screen-slider .n2-ss-slider-1 {
  height: calc(100vh - 150px) !important;
  position: relative; }
.full-screen-slider .photograher {
  position: absolute !important;
  display: inline-block !important;
  width: 100vw !important;
  text-align: right;
  font-size: 14px !important;
  font-weight: 600 !important;
  bottom: 0;
  left: 0;
  padding: 4px 0 !important;
  color: #fff;
  white-space: nowrap;
  /*	width:100vw!important; */
  background-color: rgba(0, 0, 0, 0.4) !important; }
  .full-screen-slider .photograher .n2-font-1009-hover {
    /*font-size: 18px!important;
    font-weight: 600!important;*/ }
.full-screen-slider .nextend-arrow {
  top: 50% !important;
  transform: translateY(-50%) !important; }
.full-screen-slider .n2-ss-slider .n2-ss-layer-content[data-verticalalign=center] {
  /*justify-content:flex-end !important;*/
  padding: 0 !important; }
.full-screen-slider .n2-ss-slider .n2-ss-layer[data-pm=absolute] {
  left: 0 !important;
  bottom: 0 !important;
  /*padding: 15px 5% 20px 5% !important;*/
  width: 100vw !important;
  text-align: center !important; }
.full-screen-slider .n2-ss-section-main-content {
  		/*top: 50%;
      	transform: translateY(-50%);
  		padding: 30px 0 40px 0 !important;
  		min-height: 10vh!important;
  		height: auto!important;*/ }
  .full-screen-slider .n2-ss-section-main-content .n2-ss-layer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0; }
    .full-screen-slider .n2-ss-section-main-content .n2-ss-layer .n2-ow {
      padding: 0 10%;
      overflow: hidden; }
      .full-screen-slider .n2-ss-section-main-content .n2-ss-layer .n2-ow .n2-font-1009-hover {
        font-size: 36px !important;
        line-height: 42px !important;
        font-weight: 300 !important;
        margin: 20px 0;
        padding: 0; }
        @media only screen and (max-width: 759px) {
          .full-screen-slider .n2-ss-section-main-content .n2-ss-layer .n2-ow .n2-font-1009-hover {
            font-size: 28px !important;
            line-height: 34px !important; } }
      .full-screen-slider .n2-ss-section-main-content .n2-ss-layer .n2-ow p.n2-ow {
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 800 !important;
        margin-bottom: 22px;
        margin-top: -5px;
        padding: 0; }
        @media only screen and (max-width: 759px) {
          .full-screen-slider .n2-ss-section-main-content .n2-ss-layer .n2-ow p.n2-ow {
            font-size: 18px !important;
            line-height: 24px !important; } }
  .full-screen-slider .n2-ss-section-main-content .slider-button {
    background: none;
    padding-top: 50px; }
.full-screen-slider .n2-ss-slider .n2-ow {
  /*box-sizing: inherit;*/ }

/**************
SERVICES TYPE BLOCKS
***************/
.wp-block-ga-block-animation-block {
  vertical-align: top;
  margin: 0;
  padding: 0; }

.full-width-blocks .ugb-image-box.ugb-image-box--v4 {
  margin: 0 !important;
  grid-gap: 0 !important;
  margin-bottom: 0 !important; }
  .full-width-blocks .ugb-image-box.ugb-image-box--v4 .ugb-block-content {
    margin: 0 !important;
    grid-gap: 0 !important;
    margin-bottom: 0 !important; }
  .full-width-blocks .ugb-image-box.ugb-image-box--v4 .ugb-image-box__item {
    box-padding-vert: 0;
    box-padding-hori: 0;
    margin: 0 !important; }
    .full-width-blocks .ugb-image-box.ugb-image-box--v4 .ugb-image-box__item .ugb-image-box__title {
      font-size: 32px;
      font-weight: 300; }
      @media only screen and (max-width: 759px) {
        .full-width-blocks .ugb-image-box.ugb-image-box--v4 .ugb-image-box__item .ugb-image-box__title {
          font-size: 28px; } }
    .full-width-blocks .ugb-image-box.ugb-image-box--v4 .ugb-image-box__item p.ugb-image-box__description {
      display: none; }

/********************
HOME TEXT PANELS
*******************/
.covid-block {
  padding: 0 !important; }

.full-screen-heading {
  padding: 18%;
  text-align: center; }
  .full-screen-heading h2 {
    font-size: 48px;
    font-weight: 300;
    color: #29282a;
    line-height: 60px; }
  .full-screen-heading h3 {
    font-size: 28px;
    font-weight: 300;
    color: #29282a;
    line-height: 40px; }
  @media only screen and (max-width: 759px) {
    .full-screen-heading {
      padding: 10%; }
      .full-screen-heading h2 {
        font-size: 32px;
        line-height: 40px; }
      .full-screen-heading h3 {
        font-size: 22px;
        line-height: 34px; } }

.home-heading {
  text-align: center;
  padding: 20px 0 28px 0;
  width: 75%;
  margin: 0 auto; }
  .home-heading h2 {
    font-size: 38px;
    font-weight: 300;
    color: #29282a;
    line-height: 60px;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 759px) {
      .home-heading h2 h2 {
        font-size: 32px;
        line-height: 40px; } }

h2.home-heading {
  text-align: center;
  padding: 20px 0 28px 0;
  width: 75%;
  margin: 0 auto;
  font-size: 38px;
  font-weight: 300;
  color: #29282a;
  line-height: 60px; }
  @media only screen and (max-width: 759px) {
    h2.home-heading {
      font-size: 32px;
      line-height: 40px; } }

.home .ugb-container {
  margin: 0; }
.home .wp-block-cover {
  margin: 0;
  min-height: 600px; }
  @media only screen and (max-width: 759px) {
    .home .wp-block-cover {
      min-height: 430px; } }
.home .accreditations {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0; }

/*h1.front-h1 {
	font-weight: 800;
	font-size: 48px;
	width: 75%;
	max-width: 1200px;
	margin: 60px auto;
	@include responsive(mobile) {
		font-size: 24px;
		margin: 30px auto;
	}
}

h2.front-h2 {
	font-weight: 800;
	font-size: 48px;
	width: 75%;
	max-width: 1200px;
	margin: 60px auto 30px auto;
	@include responsive(mobile) {
		font-size: 24px;
		margin: 50px auto 30px auto;
	}
}
*/
.home .ugb-image-box.icon-links {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto; }
  .home .ugb-image-box.icon-links .ugb-image-box__item {
    transition: 0.5s;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center bottom;
    justify-content: flex-start !important;
    padding-top: 0; }
    @media only screen and (max-width: 759px) {
      .home .ugb-image-box.icon-links .ugb-image-box__item {
        background-size: 60%;
        height: 200px !important;
        padding-bottom: 0 !important; } }
    .home .ugb-image-box.icon-links .ugb-image-box__item .ugb-image-box__content {
      margin-top: 0; }
      .home .ugb-image-box.icon-links .ugb-image-box__item .ugb-image-box__content .ugb-image-box__title {
        transition: 0.3s;
        font-weight: 300;
        font-size: 30px; }
        @media only screen and (max-width: 759px) {
          .home .ugb-image-box.icon-links .ugb-image-box__item .ugb-image-box__content .ugb-image-box__title {
            font-size: 24px; } }
      .home .ugb-image-box.icon-links .ugb-image-box__item .ugb-image-box__content .ugb-image-box__description {
        display: none; }
  .home .ugb-image-box.icon-links .ugb-image-box__item:hover {
    background-size: 80%; }
    .home .ugb-image-box.icon-links .ugb-image-box__item:hover .ugb-image-box__overlay {
      opacity: 0; }
    @media only screen and (max-width: 759px) {
      .home .ugb-image-box.icon-links .ugb-image-box__item:hover {
        background-size: 60%; } }
    .home .ugb-image-box.icon-links .ugb-image-box__item:hover .ugb-image-box__content .ugb-image-box__title {
      padding-top: 5px; }

#services_slider .sa_hover_container {
  display: flex;
  align-items: center;
  justify-content: center; }
  #services_slider .sa_hover_container p {
    text-align: center;
    margin-bottom: 0;
    color: #FFF;
    font-weight: 800;
    z-index: 3;
    pointer-events: none; }
  #services_slider .sa_hover_container .sa_hover_buttons {
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    width: 100%;
    height: 100%;
    transition: 0.3s; }
    #services_slider .sa_hover_container .sa_hover_buttons:hover {
      opacity: 0; }
    #services_slider .sa_hover_container .sa_hover_buttons .sa_slide_link_icon {
      opacity: 0;
      width: 100%;
      height: 100%; }

h3.overlay-image-text {
  font-size: 32px;
  font-weight: 300; }
  @media only screen and (max-width: 759px) {
    h3.overlay-image-text {
      font-size: 26px;
      line-height: 30px; } }

.wp-block-ugb-container .ugb-container__content-wrapper {
  padding: 8% 0; }
  .wp-block-ugb-container .ugb-container__content-wrapper h1, .wp-block-ugb-container .ugb-container__content-wrapper h2, .wp-block-ugb-container .ugb-container__content-wrapper h3, .wp-block-ugb-container .ugb-container__content-wrapper p, .wp-block-ugb-container .ugb-container__content-wrapper ul {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .wp-block-ugb-container .ugb-container__content-wrapper h1, .wp-block-ugb-container .ugb-container__content-wrapper h2 {
    margin-bottom: 60px !important;
    font-size: 48px;
    font-weight: 300;
    text-align: center; }
    @media only screen and (max-width: 759px) {
      .wp-block-ugb-container .ugb-container__content-wrapper h1, .wp-block-ugb-container .ugb-container__content-wrapper h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px !important; } }
  .wp-block-ugb-container .ugb-container__content-wrapper h3 {
    margin: 40px auto 10px auto !important;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    line-height: 30px; }
    @media only screen and (max-width: 759px) {
      .wp-block-ugb-container .ugb-container__content-wrapper h3 {
        font-size: 18px;
        line-height: 26px; } }
  .wp-block-ugb-container .ugb-container__content-wrapper p {
    font-size: 19px;
    line-height: 30px; }
  .wp-block-ugb-container .ugb-container__content-wrapper ul {
    padding-bottom: 20px; }
  .wp-block-ugb-container .ugb-container__content-wrapper li {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 18px;
    list-style: outside;
    margin-left: 40px; }

.wp-block-cover-text {
  font-weight: 300; }

.home #testimonial_slider .sa_hover_container em, .home #testimonial_slider .sa_hover_container blockquote {
  color: #FFFFFF;
  font-weight: 300;
  text-transform: none; }
.home #testimonial_slider .sa_hover_container p {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase; }

#testimonial_slider .sa_hover_container {
  display: flex;
  padding-left: 15% !important;
  padding-right: 15% !important;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media only screen and (max-width: 759px) {
    #testimonial_slider .sa_hover_container {
      padding-left: 5% !important;
      padding-right: 5% !important; } }
  #testimonial_slider .sa_hover_container em, #testimonial_slider .sa_hover_container blockquote {
    font-style: italic;
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 44px;
    font-weight: 300;
    text-transform: none;
    color: #FA8D26; }
    @media only screen and (max-width: 759px) {
      #testimonial_slider .sa_hover_container em, #testimonial_slider .sa_hover_container blockquote {
        font-size: 24px;
        line-height: 34px; } }
  #testimonial_slider .sa_hover_container p {
    text-align: center;
    font-weight: 400;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 759px) {
      #testimonial_slider .sa_hover_container p {
        margin-bottom: 20px; } }
#testimonial_slider.sa_owl_theme .owl-dots {
  text-align: right !important;
  bottom: 20px !important;
  padding-right: 30px !important; }
  #testimonial_slider.sa_owl_theme .owl-dots .owl-dot span {
    border-radius: 0 !important;
    border: 1px solid #FFF !important;
    background-color: transparent !important; }
    #testimonial_slider.sa_owl_theme .owl-dots .owl-dot span:hover {
      background-color: #FFF !important; }
  #testimonial_slider.sa_owl_theme .owl-dots .owl-dot.active span {
    background-color: #FFF !important; }

.ugb-countup {
  width: 90%;
  margin: 0 auto 60px auto; }
  @media only screen and (max-width: 759px) {
    .ugb-countup .ugb-content-wrapper {
      flex-direction: column; } }
  .ugb-countup .ugb-countup__item .ugb-countup__counter {
    font-size: 90px !important;
    font-weight: 700 !important; }
    @media only screen and (max-width: 759px) {
      .ugb-countup .ugb-countup__item .ugb-countup__counter {
        font-size: 60px !important; } }

.accreditations {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px; }
  .accreditations .ugb-image-box__item {
    margin: 0 10%;
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 120px !important; }
    @media only screen and (max-width: 759px) {
      .accreditations .ugb-image-box__item {
        height: auto !important; } }
  .accreditations .ugb-image-box__overlay {
    background-color: transparent !important; }
  .accreditations .ugb-image-box__content {
    display: none; }

div.ugb-cta.cta-enquiry {
  padding: calc(100vw/9) 10% !important;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 759px) {
    div.ugb-cta.cta-enquiry {
      padding: 40px 10px; } }
  div.ugb-cta.cta-enquiry h3.ugb-cta__title {
    font-size: 28px !important;
    font-weight: 300;
    line-height: 1.5 !important;
    margin-bottom: 40px !important; }
    @media only screen and (max-width: 759px) {
      div.ugb-cta.cta-enquiry h3.ugb-cta__title {
        font-size: 24px !important;
        margin-bottom: 20px !important; } }
  div.ugb-cta.cta-enquiry p {
    font-size: 24px;
    margin-bottom: 50px; }
    div.ugb-cta.cta-enquiry p strong {
      font-size: 30px;
      display: inline-block;
      margin-bottom: 12px; }
      @media only screen and (max-width: 759px) {
        div.ugb-cta.cta-enquiry p strong {
          font-size: 16px; } }
    @media only screen and (max-width: 759px) {
      div.ugb-cta.cta-enquiry p {
        font-size: 16px;
        margin-bottom: 20px; } }
  div.ugb-cta.cta-enquiry .ugb-button {
    padding: 8px 40px !important; }

.enquire-cta-text {
  margin: 0 auto; }
  .enquire-cta-text .wp-block-column {
    margin: 50px 0; }
    .enquire-cta-text .wp-block-column h3 {
      text-align: center;
      padding: 0 50px;
      font-size: 28px !important; }

/*
.bumblebee div.ugb-cta.home-cta {
	padding: 35vh 25vw;
	@include responsive(mobile){
		padding: 30px 10vw;
	}
	
	.ugb-button-center {
		background: none !important;
		font-size: 24px;
		
		@include responsive(mobile){
			font-size: 16px;
		}
	}
}
*/
/*
.ugb-button-center {
		text-align: center;
		margin-left: 0;
		padding-left: 0;
		background: none !important;
		a.ugb-button-inner:hover {
			color: $ar-red !important;
		}
}
*/
/*
.bumblebee div.ugb-cta.global-cta {
	h3 {
		
	}
	.ugb-button-center {
		margin-top: 80px !important;
		padding: 4px 40px;
		font-size: 24px;
		@include responsive(mobile){
			margin-top: 20px !important;
			padding: 4px 10px;
			font-size: 16px;
		}
		
	}
}
*/
/*******************************************************************/
/*	!STANDARD PAGE */
/*******************************************************************/
body.scrolled .standard-page ul.menu {
  position: fixed;
  z-index: 10;
  top: 90px;
  left: 0;
  padding: 4px;
  box-shadow: 0 3px 5px 0 #000;
  -webkit-box-shadow: 0 3px 5px 0 #000;
  -moz-box-shadow: 0 3px 5px 0 #000;
  -ms-box-shadow: 0 3px 5px 0 #000;
  -o-box-shadow: 0 3px 5px 0 #000; }
  @media only screen and (max-width: 759px) {
    body.scrolled .standard-page ul.menu {
      display: none; } }

.accreditations {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0; }

figure.full-width {
  margin: 0; }
  figure.full-width img {
    width: 100%;
    height: auto; }

blockquote {
  text-align: center; }
  blockquote p {
    font-style: italic;
    font-size: 32px !important;
    font-weight: 300;
    line-height: 46px !important;
    color: #FA8D26; }
    @media only screen and (max-width: 759px) {
      blockquote p {
        font-size: 24px !important;
        font-weight: 300;
        line-height: 36px !important; } }
  blockquote cite {
    font-style: normal;
    font-size: 15px;
    font-weight: 700; }
    @media only screen and (max-width: 759px) {
      blockquote cite {
        font-size: 13px; } }

.quote-panel blockquote {
  text-align: center; }
  .quote-panel blockquote p {
    font-style: italic;
    font-size: 32px !important;
    font-weight: 300;
    line-height: 46px !important; }
    @media only screen and (max-width: 759px) {
      .quote-panel blockquote p {
        font-size: 24px !important;
        font-weight: 300;
        line-height: 36px !important; } }
  .quote-panel blockquote cite {
    font-style: normal;
    font-size: 15px;
    font-weight: 700; }
    @media only screen and (max-width: 759px) {
      .quote-panel blockquote cite {
        font-size: 13px; } }

ul.wp-block-gallery {
  margin: 20px 20px 0px 20px !important; }

.eco-image {
  width: 100%; }
  .eco-image img {
    width: 100%;
    min-width: 50vw;
    height: auto; }

.full-width-image {
  margin-bottom: 0; }
  .full-width-image img {
    width: 100%;
    height: auto; }

figure.full-width-image {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

.standard-page .wp-block-cover {
  margin: 0 !important; }
.standard-page .wp-block-columns {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px; }
  @media only screen and (max-width: 759px) {
    .standard-page .wp-block-columns .wp-block-column:nth-child(2n) {
      margin-left: 0 !important; } }
  .standard-page .wp-block-columns h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px; }
  .standard-page .wp-block-columns p {
    margin-left: 0;
    margin-right: 0; }
.standard-page .ugb-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.standard-page ul.menu {
  width: 100%;
  background-color: #FFF;
  text-align: center;
  transition: 0.3s;
  padding: 40px; }
  @media only screen and (max-width: 759px) {
    .standard-page ul.menu {
      padding: 20px; } }
  .standard-page ul.menu li {
    border-right: 1px solid #D80011; }
    .standard-page ul.menu li:last-of-type {
      border: none; }
    @media only screen and (max-width: 759px) {
      .standard-page ul.menu li {
        display: block;
        margin-bottom: 20px;
        border: none; } }
    .standard-page ul.menu li a {
      text-transform: uppercase;
      font-weight: 600; }
      .standard-page ul.menu li a:hover {
        color: #D80011; }
      .standard-page ul.menu li a.mPS2id-clicked {
        color: #D80011; }
.standard-page .wp-block-ugb-header {
  margin-top: 0; }
  .standard-page .wp-block-ugb-header .ugb-content-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px; }
    .standard-page .wp-block-ugb-header .ugb-content-wrapper .ugb-header__title {
      font-size: 48px;
      font-weight: 800; }
      @media only screen and (max-width: 759px) {
        .standard-page .wp-block-ugb-header .ugb-content-wrapper .ugb-header__title {
          font-size: 24px; } }
.standard-page .ab-container-content h2 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 800; }
  @media only screen and (max-width: 759px) {
    .standard-page .ab-container-content h2 {
      font-size: 20px;
      margin-bottom: 20px; } }
.standard-page .ab-container-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #D80011;
  margin-bottom: 20px; }
  @media only screen and (max-width: 759px) {
    .standard-page .ab-container-content h3 {
      font-size: 18px; } }
.standard-page .ab-container-content p {
  font-size: 20px; }
  @media only screen and (max-width: 759px) {
    .standard-page .ab-container-content p {
      font-size: 14px; } }
.standard-page .ab-container-content .wp-block-image {
  margin-bottom: 40px; }

/*******************************************************************/
/*	!SEO PAGE */
/*******************************************************************/
.full-width-heading {
  padding: 60px 10%;
  font-size: 48px;
  font-weight: 300;
  color: #29282a;
  text-align: center;
  line-height: 60px;
  margin: 0 auto; }
  @media only screen and (max-width: 759px) {
    .full-width-heading {
      padding: 30px 10%;
      font-size: 32px;
      line-height: 40px; } }

.seo-stages-block .ugb--has-background, .seo-stages-block .ugb--has-background {
  padding: 0 !important; }
.seo-stages-block .wp-block-ugb-container .ugb-container__content-wrapper {
  padding: 5% 0; }
.seo-stages-block h2 {
  padding-bottom: 60px; }

.dark-row, .light-row {
  color: #FFF; }
  .dark-row .wp-block-ugb-container, .light-row .wp-block-ugb-container {
    padding: 0; }
  .dark-row h2, .dark-row h3, .light-row h2, .light-row h3 {
    padding: 0 10% 40px 10%;
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 759px) {
      .dark-row h2, .dark-row h3, .light-row h2, .light-row h3 {
        font-size: 32px;
        line-height: 40px;
        padding: 0 10% 30px 10%; } }

.seo-page #testimonial_slider .sa_hover_container em, .seo-page #testimonial_slider .sa_hover_container blockquote {
  color: #FFFFFF; }
.seo-page #testimonial_slider .sa_hover_container p {
  color: #FFFFFF; }

/*******************************************************************/
/*	!PAGE WITH TITLE */
/*******************************************************************/
.page-template-page_with-title #main-content {
  font-size: 20px; }
  @media only screen and (max-width: 759px) {
    .page-template-page_with-title #main-content {
      font-size: 14px; } }
  .page-template-page_with-title #main-content h1.page-title {
    padding-top: 40px; }
  .page-template-page_with-title #main-content h2 {
    font-size: 30px; }

/*******************************************************************/
/*	!CONTACT FORM */
/*******************************************************************/
.contact-details {
  max-width: 1200px; }
  .contact-details .wp-block-column {
    margin-top: 60px;
    position: relative; }
    .contact-details .wp-block-column h3 {
      font-size: 28px;
      font-weight: 400;
      color: #FA8D26;
      margin: 0 0 40px 0 !important; }
    .contact-details .wp-block-column p {
      width: 100%; }
  .contact-details .wp-block-column:nth-child(2n) {
    background-color: none;
    text-align: left;
    margin-left: 5%; }
    @media only screen and (max-width: 759px) {
      .contact-details .wp-block-column:nth-child(2n) {
        margin-left: 0 !important; } }

form.wpcf7-form input[type="submit"] {
  padding: 4px 40px;
  background-color: #FA8D26;
  color: #FFF;
  text-transform: uppercase; }
form.wpcf7-form input, form.wpcf7-form textarea {
  max-width: 100%;
  width: 100%; }
  @media only screen and (max-width: 759px) {
    form.wpcf7-form input, form.wpcf7-form textarea {
      max-width: 100%;
      width: 100%; } }
form.wpcf7-form input[type="checkbox"] {
  width: auto; }
form.wpcf7-form .wpcf7-list-item {
  margin-left: 0; }

/*******************************************************************/
/*	!PROJECTS LIST PAGE */
/*******************************************************************/
.grid-parent-gosign .gallery-image:before {
  background: rgba(0, 0, 0, 0.1); }

.testimonial-panel {
  padding: 0 !important;
  margin-top: 50px; }
  .testimonial-panel p, .testimonial-panel em, .testimonial-panel blockquote {
    color: #FFF !important; }
  .testimonial-panel .ugb-container__content-wrapper {
    padding-bottom: 0 !important; }

.archive h1 {
  font-weight: 300;
  font-size: 48px;
  text-align: center;
  padding: 60px 0 40px 0; }
  @media only screen and (max-width: 759px) {
    .archive h1 {
      font-size: 32px;
      padding: 30px 0 30px 0; } }
.archive a {
  color: #414042; }
  .archive a:hover {
    color: #FA8D26;
    text-decoration: none; }

.project-listing .ugb-image-box__item {
  max-width: 100% !important;
  width: 100%;
  height: calc(100vw/2.5) !important;
  max-height: 500px;
  position: relative; }
.project-listing .ugb-image-box__overlay {
  background-color: rgba(0, 0, 0, 0.2); }
.project-listing .ugb-image-box__content {
  position: absolute;
  right: 10%;
  bottom: -50px !important; }
  .project-listing .ugb-image-box__content h4.ugb-image-box__title {
    background-color: aquamarine;
    z-index: 100;
    width: 100%;
    height: 65px; }

h2.project-listing {
  width: 80%;
  margin: 10px auto 40px auto;
  text-align: right;
  font-size: 19px;
  font-weight: 400; }

.project-listing {
  overflow: hidden;
  clear: both;
  width: 98.5%;
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }
  .project-listing .project {
    width: 48.5%;
    margin: 0 0.75%;
    position: relative; }
    @media only screen and (max-width: 759px) {
      .project-listing .project {
        width: 100%;
        margin: 0; } }
    .project-listing .project img {
      width: 100%;
      height: auto; }
  .project-listing h2 {
    width: 90%;
    margin: 10px auto 100px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400; }

/*******************************************************************/
/*	!PROJECTS DETAIL PAGE */
/*******************************************************************/
h2.standard-heading {
  width: 80%;
  margin: 10px auto 40px auto;
  text-align: left;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400; }

.project ul.wp-block-gallery {
  width: auto !important;
  max-width: none;
  margin: 0 20px 60px 20px !important; }
.project p, .project ul {
  width: 80%;
  max-width: 1200px;
  font-size: 19px;
  line-height: 30px;
  margin: 0 auto 20px auto; }
.project ul {
  margin-bottom: 50px; }
.project li {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 18px;
  list-style: outside;
  margin-left: 40px; }
.project .project-heading {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0 30px 0;
  text-align: center; }
  .project .project-heading h1 {
    font-size: 48px;
    font-weight: 300;
    text-align: center; }
    @media only screen and (max-width: 759px) {
      .project .project-heading h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px !important; } }
.project .nextend-arrow {
  position: absolute;
  bottom: -60px !important;
  width: 18px !important;
  height: 18px !important; }
  @media only screen and (max-width: 759px) {
    .project .nextend-arrow {
      position: absolute;
      bottom: -68px !important;
      width: 26px !important;
      height: 26px !important; } }
.project .nextend-arrow-next {
  right: 47px !important; }
  @media only screen and (max-width: 759px) {
    .project .nextend-arrow-next {
      right: 57px !important; } }
.project .nextend-arrow-previous {
  right: 73px !important; }
  @media only screen and (max-width: 759px) {
    .project .nextend-arrow-previous {
      right: 93px !important; } }
.project .project-info-panel {
  margin: 30px auto;
  		/*-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    		-moz-box-shadow:    0px 1px 5px 0px rgba(0,0,0,0.2);  
    		box-shadow:         0px 1px 5px 0px rgba(0,0,0,0.2);*/ }
.project .project-back-button {
  margin: 0 auto;
  height: 32px;
  width: 32px;
  background-size: contain;
  background-image: url(images/project_back.svg);
  text-indent: -9999px;
  cursor: pointer; }
  .project .project-back-button:hover {
    background-color: #81898D;
    text-indent: 0;
    background: none;
    color: #FA8D26; }
.project .info-button {
  height: 24px;
  width: 24px;
  border: 1px solid #81898D;
  font-weight: 700;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  float: right;
  margin: 36px 20px 0 0;
  color: #81898D;
  cursor: pointer; }
  .project .info-button:hover {
    background-color: #FA8D26; }
  @media only screen and (max-width: 759px) {
    .project .info-button {
      width: 32px !important;
      height: 32px !important;
      line-height: 32px;
      font-size: 18px; } }
.project .n2-style-0dfcc93d26ded644e92fb1d300cbbfe1-simple {
  background: rgba(255, 255, 255, 0.8) !important;
  padding-left: 10% !important;
  padding-right: 10% !important;
  /*display: none;*/ }
.project .n2-font-5694dc379f9df4552c5ac191154451f0-simple, .project .n2-font-160f3fbf4fe58b5a701ceff068b6fb4d-simple {
  font-family: "Open Sans", sans-serif !important;
  font-style: normal !important;
  color: #414042 !important; }

.single-project #menu-social-menu {
  border-top: 1px solid #FA8D26;
  margin-top: 40px;
  padding-top: 40px; }
.single-project .wp-block-advgb-accordion {
  margin: 0 !important; }
.single-project figcaption {
  display: none; }
.single-project .advgb-accordion-header {
  text-align: center;
  /*padding: 10px 0;*/
  margin-top: 2px; }
.single-project h4.advgb-accordion-header-title {
  font-weight: 400;
  color: #29282a;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  /*display: inline-block;*/
  margin-left: 30px; }
.single-project .advgb-accordion-header-icon {
  /*display: inline-block;
  float: none;
  margin-right: -74px;*/ }
.single-project ul.wp-block-gallery {
  margin-bottom: 0 !important; }
.single-project .blocks-gallery-item {
  max-height: 420px !important; }

/*******************************************************************/
/*	!POST LISTING PAGE */
/*******************************************************************/
article .ugb-container {
  padding: 0; }

.standard-page .gosign_categories_filters {
  display: none; }
.standard-page .grid-parent-gosign {
  width: 80% !important;
  margin: 0 auto 50px auto !important;
  max-width: 1280px !important;
  position: relative !important;
  left: auto !important;
  right: auto !important; }
  .standard-page .grid-parent-gosign .box-content p {
    width: 100% !important;
    font-size: 15px;
    line-height: 22px; }
  .standard-page .grid-parent-gosign .box-content h3.title {
    font-weight: 300;
    width: 100% !important; }

/*******************************************************************/
/*	!TAG LISTING PAGE */
/*******************************************************************/
.tag .grid {
  width: 85%;
  margin: 0 auto 50px auto;
  max-width: 1300px !important;
  position: relative; }
  .tag .grid .article {
    width: 44.7%;
    margin: 0 2.5% 5% 2.5%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 759px) {
      .tag .grid .article {
        width: 95%; } }
    .tag .grid .article h2 {
      color: #FA8D26;
      font-weight: 300; }
    .tag .grid .article a {
      color: #FA8D26;
      font-weight: 700; }
    .tag .grid .article p.meta {
      display: none; }
.tag .bb-sidebar {
  width: 80%;
  margin: 0 auto 50px auto;
  max-width: 1280px; }

/*******************************************************************/
/*	!POST DETAIL PAGE */
/*******************************************************************/
.single-post .sidebar aside {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto; }

.post {
  padding-top: 60px; }
  .post h1, .post h2, .post h3, .post h4, .post p, .post ul {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto; }
  .post h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px; }
  .post h3, .post h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 16px; }
  .post p, .post ul {
    font-size: 19px;
    line-height: 30px;
    margin: 0 auto 20px auto; }
  .post ul {
    margin-bottom: 50px; }
  .post ul.wp-block-gallery {
    margin: 40px auto !important; }
  .post li {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 18px;
    list-style: outside;
    margin-left: 40px; }
  .post p.meta {
    margin: 20px auto 30px auto; }
  .post .wp-block-image {
    width: 80%;
    max-width: 1200px;
    margin: 30px auto;
    text-align: center; }
    .post .wp-block-image img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 600px; }

.sidebar .widget_recent_entries, .bb-sidebar .widget_recent_entries {
  display: none; }
.sidebar .widget_archive, .bb-sidebar .widget_archive {
  display: none; }
.sidebar .tagcloud a, .bb-sidebar .tagcloud a {
  font-size: 13px !important;
  color: #FFF;
  background-color: #FA8D26;
  padding: 5px 15px;
  margin-right: 5px; }
.sidebar h3.widget-title, .bb-sidebar h3.widget-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px; }

/*******************************************************************/
/*	!FOOTER MENU GLOBALS */
/*******************************************************************/
footer ul.menu li {
  display: block; }
  footer ul.menu li a {
    color: #FFF; }

/*******************************************************************/
/*	!FOOTER TOP */
/*******************************************************************/
/*****
SOCIAL MEDIA
******/
#menu-social-menu {
  text-align: center;
  margin: 40px auto 50px auto; }
  #menu-social-menu li {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    margin: 2%;
    display: inline-block;
    text-indent: -9999px; }
    @media only screen and (max-width: 759px) {
      #menu-social-menu li {
        width: 32px;
        height: 32px; } }
    #menu-social-menu li a {
      height: 100%; }
  #menu-social-menu .twitter {
    background-image: url(images/twitter.svg); }
  #menu-social-menu .facebook {
    background-image: url(images/facebook.svg); }
  #menu-social-menu .instagram {
    background-image: url(images/instagram.svg); }
  #menu-social-menu .pintrest {
    background-image: url(images/pintrest.svg); }
  #menu-social-menu .linkedin {
    background-image: url(images/linkedin.svg); }

/*******************************************************************/
/*	!FOOTER BOTTOM*/
/*******************************************************************/
footer #footer-bottom {
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  display: flex;
  justify-content: center;
  padding: 20px; }
  footer #footer-bottom div.copyright {
    margin-right: 30px; }
  @media only screen and (max-width: 759px) {
    footer #footer-bottom {
      display: block;
      font-size: 11px;
      padding: 10px 20px 40px 20px;
      text-align: center; }
      footer #footer-bottom div.copyright {
        margin-bottom: 10px;
        margin-right: 0; } }
  footer #footer-bottom ul.menu li {
    display: inline; }
    footer #footer-bottom ul.menu li:after {
      content: "|"; }
    footer #footer-bottom ul.menu li a {
      color: #FFF;
      display: inline;
      padding: 0 10px; }
      footer #footer-bottom ul.menu li a:first-of-type {
        padding-left: 0; }
    footer #footer-bottom ul.menu li:last-of-type:after {
      content: ""; }
