/* Typography */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,700i');
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
/* Menu */
#nav, #nav-home {
    background-color: #231f20 !important;
    color: #fefefe;
    border-bottom: solid .5rem #f28707;
}
#nav-home .toggle-img img {
    /*display: none;*/
}
.toggle-nav {
    padding: 1rem;
}
.toggle-img {
    margin-right: 3rem;
}
.toggle-btn {
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    /*color: #fcd510;*/
}
.main-nav {
    display: none;
    padding: 0;
}
.menu-img {
    margin: 1.25rem 3rem 0 0;
}
.menu-img img {
    max-width: 251px;
}
.menu > li > a {
    font-weight: 600;
    padding: 1rem;
    color: #cccccc;
    background: transparent;
    border: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    transition: all 0.2s ease-in-out 0s;
}
.menu > li > a:hover {
    color: #fefefe;
    /*background: #357870;*/
}
.menu > li > a > span {
    margin-right: 0.5rem;
}
@media screen and (min-width: 64em) {
    #nav {
        text-transform: uppercase;
    }
    #nav-home {
        /*background-color: transparent !important;*/
        color: #fefefe;
        /*border-bottom: none;*/
        text-transform: uppercase;
    }
    #nav-home .menu-img img {
        /*display: none;*/
    }
    .main-nav {
        display: block !important;
    }
    .main-nav.hide {
        visibility: hidden;
    }
    .menu > li > a {
        padding: 1.5rem 0.5rem;
        margin: 0 0.5rem;
    }
}
/* Row */
.grid-container {
    /*max-width: 71.250rem;*/
}
.row-padding {
    padding: 2rem 0;
}
.row-padding-xl {
    padding: 6rem 0;
}
.row-padding-bottom {
    padding: 0 0 2rem 0;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.no-top-padding {
    padding-top: 0;
}
.no-padding {
    padding: 0 !important;
}
.collapse-padding {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media screen and (min-width: 64em) {
    .row-padding {
        padding: 4rem 0;
    }
    .row-padding-xl {
        padding: 12rem 0;
    }
    .row-padding-bottom {
        padding: 0 0 4rem 0;
    }
    .no-bottom-padding {
        padding-bottom: 0;
    }
    .collapse-padding {
        padding-left: 0;
        padding-right: 0;
    }
}
/* Home Page */
#site-header-home {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    z-index: 10;
    border: none;
}
#hero {
    position: relative;
    padding: 3rem 0;
    z-index: 1;
    border-bottom: solid 1rem #f28707;
}
#hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: .6;
}
#hero-halftone {
    background-image: url("../img/halftone-2.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -2;
    opacity: .3;
}
#hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/hero_bg_01.jpg");
    background-size: cover;
    background-position: 50% 50%;
    z-index: -3;
}
#hero-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    z-index: -3;
}
#hero-content {
    color: #fefefe;
}
#hero-content h1 {
    font-weight: 700;
    padding-bottom: 1rem;
    margin: 0;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}
#hero-content h4 {
    margin: 0 2rem;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}
/* Page Header */
#page-header {
    position: relative;
    padding: 2rem;
    z-index: 1;
    /*border-bottom: solid .25rem #f28707;*/
}
#page-header-content {
    color: #fefefe;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}
#page-header-content h1 {
    font-weight: 700;
}
#page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: .6;
}
#page-header-halftone {
    background-image: url("../img/halftone-2.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -2;
    opacity: .3;
}
#page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/hero_bg_01.jpg");
    background-size: cover;
    background-position: 50% 50%;
    z-index: -3;
}
/* Home Slider Services */
#owl-services.owl-carousel .owl-stage, #owl-services.owl-carousel .owl-stage .owl-item {
    display: flex;
}
#owl-services .item {
    display: flex;
    flex-direction: column;
}
#owl-services .item .item-txt {
    flex-grow: 1;
}
/* Service Item Formating */
.item-txt, .item-btn {
    padding: 1rem 0;
}
.item-txt p {
    font-size: 0.875rem;
    /*color: #CDCDCD;*/
}
/* section h1 */
.section_header h1 {
    font-weight: 600;
    margin: 0 0 3rem 0;
}
/* Service Areas */
.area {
    background-color: #f28707;
    text-align: center;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem;
    margin-bottom: 1rem;
}
/* Testimonials */
.rating {
    margin: 1rem 0;
}
/* Quote Contact Details */
.quote_text {}
/* Contact Form */
#result {
    display: none;
    padding: 2rem 0;
}
#contactForm label.error {
    color: #F00;
}
#formResults #result .success, #formResults #result .error {
    font-size: 0.875rem;
}
#formResults #result .success {
    color: #4F8A10;
    background-color: #DFF2BF;
    padding: 1rem;
    border: 1px solid #4F8A10;
}
#formResults #result .error {
    color: #D8000C;
    background-color: #FFBABA;
    padding: 1rem;
    border: 1px solid #D8000C;
}
#formResults #result p {
    margin: 0;
}
/* Image */
.img-border {
    border: solid 1px rgba(0, 0, 0, .3);
}
.img-box {
    position: relative;
}
.img-box::before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}
.img-box-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ececec;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* Ratios */
.ratio2-1::before {
    padding-top: 50%;
}
.ratio1-2::before {
    padding-top: 200%;
}
.ratio4-3::before {
    padding-top: 75%;
}
.ratio16-9::before {
    padding-top: 56.25%;
}
/* Check list */
.check-list {
    margin: 0 0 1rem 1.5rem;
}
.check-list li {
    font-size: 0.875rem;
    line-height: 2.5;
}
.check-list li i {
    color: #4F8A10 !important;
}
/* Button Expanded CSS */
@media screen and (max-width: 39.9375em) {
    .button.small-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .button.medium-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 63.9375em) {
    .button.medium-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 40em) {
    .button.medium-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .button.large-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 74.9375em) {
    .button.large-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .button.large-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
/* Gallery */
#lightgallery .item {
    cursor: pointer;
}
/* Hide Caption */
.lg-sub-html {
    display: none !important;
}
/* Footer */
#footer {
    border-top: solid .5rem #f28707;
}
.footer-ul {
    margin-left: 1.25rem !important;
}
.footer-ul li {
    font-size: 0.875rem;
    line-height: 2.5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
#footer h5 {
    color: #f28707 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
.footer-ul li a {
    color: #CCC;
}
.footer-ul li a:hover {
    color: #fefefe;
}
@media screen and (min-width: 64em) {
    .footer-ul li {
        /*font-size: 1rem;*/
    }
}
#sub-footer {
    padding: 0 0 2rem;
}
#sub-footer p {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 2.5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
.sub-footer-hr div {
    margin: 2rem 0;
    border-top: solid 2px #f28707;
}
/* Back to Top Button */
a.back-to-top {
    display: none;
    position: fixed;
    bottom: 0.9375rem;
    right: 0.9375rem;
    padding: 0.625rem 1rem;
    margin: 0;
    text-align: center;
    z-index: 101;
    outline: none;
    /*background: rgba(51, 51, 51, 0.7);*/
    background: rgba(242, 135, 7, 0.75);
    color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.40);
}
a.back-to-top i {
    font-size: 1.5rem;
    line-height: 1;
}
/* Colours */
.bg-colour-default {
    background-color: #fefefe !important;
    color: #0a0a0a;
}
.bg-colour-transparent {
    background-color: transparent !important;
    color: #fefefe;
}
.bg-colour-transparent h1 {
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.75);
}
.bg-colour-transparent {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/transparent_bg_img_01_mobile.jpg") no-repeat right top;
    background-size: cover;
}
@media screen and (min-width: 64em) {
    .bg-colour-transparent {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/transparent_bg_img_01_desktop.jpg") no-repeat right top;
        background-size: cover;
    }
}
.bg-colour-black {
    background-color: #231f20 !important;
    color: #fefefe;
}
.bg-colour-black h5, .bg-colour-black h3 {
    color: #f28707 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
.bg-colour-black .button, .button_orange {
    background-color: #f28707 !important;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.75);
}
.bg-colour-black .button:hover, .button_orange:hover {
    background-color: #fcb040 !important;
}
.bg-colour-grey-light {
    background-color: #f4f4f4 !important;
    color: #0a0a0a;
}
.bg-colour-orange {
    background-color: #f28707 !important;
    color: #0a0a0a;
}
.bg-colour-grey-dark {
    background-color: #333333 !important;
    color: #fefefe;
}
.bg-colour-grey-dark a {
    color: #CCC !important;
}
.bg-colour-grey-dark a:hover {
    color: #fefefe !important;
}
.bg-colour-green {
    background-color: #84BF48 !important;
    color: #0a0a0a;
}
/* Bg */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}
#site-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*width: 100%;
    height: 100%;*/
    z-index: -20;
}
#site-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/hero_bg_01.jpg");
    background-size: cover;
    /*background-position: 50% 50%;*/
    z-index: -19;
}
#site-halftone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/halftone-2.png");
    background-size: cover;
    background-position: center center;
    z-index: -17;
    opacity: .2;
}
#site-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -15;
    background: #000;
    opacity: .6;
}