/*
Theme Name: Flatsome Chil
Description: Flatsome Child Theme
Template: flatsome
Version: 1.0

1. Fonts import
2. General
2.1 Header
2.2 Footer
3. Homepage
4. General Subpages
5. Products subpages
*/


/************************* 1. FONTS IMPORT ***********************/
@font-face {
    font-family: 'LGCI';
    src: url('fonts/leaguegothic-condenseditalic-webfont.woff2') format('woff2'),
         url('fonts/leaguegothic-condenseditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LGC';
    src: url('fonts/leaguegothic-condensedregular-webfont.woff2') format('woff2'),
         url('fonts/leaguegothic-condensedregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LGI';
    src: url('fonts/leaguegothic-italic-webfont.woff2') format('woff2'),
         url('fonts/leaguegothic-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LG';
    src: url('fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


























/************************* 2. GENERAL ***********************/

/* Normalisation */
html {
    background: #f3f3f3 !important;
}

@media only screen and (min-width: 1440px) {
    body {
        max-width: 1440px;
        margin-left: calc(50% - 720px);
        box-shadow: 0 0 10px #000;
        overflow-x: visible !important;
    }

}

body {
    font-family: "LG", sans-serif;
}

a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #1e1e1e;
}

a:hover {
    cursor: pointer;
}

p {
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.3;
}


h1 {
    font-family: "LG", sans-serif;
    font-size: 75px;
    color: #1e1e1e;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1;
}

h2 {
    font-family: 'roboto', sans-serif;
    color: #1e1e1e;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px !important;
    line-height: 1;
}

h3 {
    font-family: "LG", sans-serif;
    font-style: 20px;
    color: #1e1e1e;
    text-transform: normal;
    line-height: 1;
}


h4 {
    font-family: 'roboto', sans-serif;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
}

h5  {
    font-family: "LG", sans-serif;
    font-style: 22px;
    color: #1e1e1e;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
}

ul {
    margin-left: 15px;
}

li {
    font-size: 15px;
}


#wrapper {
    overflow-x: hidden;
}

.row .section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* FIX SAFARI ISSUES with Flexbox */

.small-6 {
    max-width: 49%;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}

.small-columns-2>.col, .small-columns-2 {
    max-width: 49%;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%
}



@media screen and (min-width: 550px) {
    .gallery-columns-4 .gallery-item, .large-columns-4>.col, .large-columns-4 {
        max-width: 24%;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 24%;
    }

    .medium-3 {
        max-width: 24%;
        -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%
    }

    .medium-5 {
        max-width: 41%;
        -webkit-flex-basis: 41%;
        -ms-flex-preferred-size: 41%;
        flex-basis: 41%
    }
}

@media screen and (min-width: 650px) {
    .medium-6 {
        max-width: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
}



@media screen and (min-width: 850px) {
    .large-3 {
        max-width: 24%;
        -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%
    }

    .large-7 {
        max-width: 58.33333%;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }
}






@media screen and (max-width: 649px) {
    .small-12 {
        max-width: 100% !important;
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
}




.asp { /* style anchor as p element */
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 400;
}

.bill-icon-default {
    background-image: url(/wp-content/uploads/2017/10/bill_icon.png);
}

/* Helper */

/* SEARCH BOX */
.side-searchbox {
    position: absolute;
    display: inline-block;
    top: 250px;
    right: 0;
    background: #fff;
    z-index: 500;
    height: 135px;
    border: 2px solid #005cba;
    border-radius: 100px 0 0 100px;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: translateX(210px);
    transition: all .5s ease;
}

.side-searchbox:hover {
    transform: translateX(2px);
}

.side-searchbox .text-left {
    width: 70px;
    height: 100%;
    float: left;
}

.side-searchbox .text-left span {
    color: #FE0001;
    font-family: roboto, sans-serif;
    font-size: 13px;
    line-height: 0.9;
}

.side-searchbox .text-left .big {
    font-size: 27px;
}

.search-icon {
    width: 58px;
    height: 68px;
    display: block;
    background-size: 210px;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -137px;
}

.searchbar {
    float: left;
    height: 100%;
    padding-top: 35px;
}

.searchbar .flex-row.relative div:last-child {
    position: absolute;
    right: 1px;
    height: 31px;
}

.searchbar .flex-row.relative div:last-child button {
    height: 31px;
    background-color: #005cba;
}


.home #aside-searchbox {
    display: none !important;
}

.colorful, #top-bar, #wide-nav, .section-logos {
    background:
        -webkit-linear-gradient(45deg, hsla(215, 91%, 52%, 1) 0%, hsla(215, 91%, 52%, 0) 70%),
        -webkit-linear-gradient(315deg, hsla(219, 91%, 52%, 1) 10%, hsla(219, 91%, 52%, 0) 80%),
        -webkit-linear-gradient(225deg, hsla(222, 69%, 39%, 1) 10%, hsla(222, 69%, 39%, 0) 80%),
        -webkit-linear-gradient(135deg, hsla(226, 69%, 40%, 1) 100%, hsla(226, 69%, 40%, 0) 70%) !important;
    background:
        linear-gradient(45deg, hsla(215, 91%, 52%, 1) 0%, hsla(215, 91%, 52%, 0) 70%),
        linear-gradient(135deg, hsla(219, 91%, 52%, 1) 10%, hsla(219, 91%, 52%, 0) 80%),
        linear-gradient(225deg, hsla(222, 69%, 39%, 1) 10%, hsla(222, 69%, 39%, 0) 80%),
        linear-gradient(315deg, hsla(226, 69%, 40%, 1) 100%, hsla(226, 69%, 40%, 0) 70%) !important;
    }

.transparent {
    background-color: transparent !important;
}


.gray {
    color: #1e1e1e;
}


#main {
    overflow: hidden;
}

/* based on  styleguide*/

.heading {
    font-family: "LG", sans-serif;
    font-size: 75px;
    color: #1e1e1e;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: bold;
}

.heading.blue-bg {
    font-family: "LG", sans-serif;
    color: #1e1e1e;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.sub-header {
    font-family: 'roboto', sans-serif;
    color: #1e1e1e;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px !important;
}

.sub-header2, .section-title span {
    font-family: 'roboto', sans-serif;
    color: #005cba !important; /* blue */
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    text-transform: none !important;
    margin-bottom: 30px !important;
}

.section-title span {
    margin-bottom: 0px !important;
}

.section-title b {
    background-color: #005cba !important;
    opacity: 1 !important;
}

.sub-header.blue-bg {
    font-family: 'roboto', sans-serif;
    color: #1e1e1e;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
}

.small-heading {
    font-family: "LG", sans-serif;
    font-size: 20px;
    color: #1e1e1e;
    text-transform: uppercase;
    font-weight: bold;
}

.small-sub-heading {
    font-family: 'roboto', sans-serif;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

.quote-text {
    font-family: 'roboto', sans-serif;
    color: #1e1e1e !important;
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
}

.quote-text.small {
    font-size: 25px;
}

.address {
    font-family: "LG", sans-serif;
    font-style: 36px;
    color: #1e1e1e;
    text-shadow: 0px 0px 0px #fff;
}

.menu-text {
    font-family: "LG", sans-serif;
    font-style: 22px;
    color: #1e1e1e;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* FORMS */

.gfield_label, .ginput_container label {
    display: none !important;
}

input::placeholder, textarea::placeholder {
    color: #1e1e1e;
    font-weight: normal;
    font-size: 12px !important;
}

input, textarea {
    color: #1e1e1e !important;
    font-size: 17px !important;
    font-weight: normal !important;
    border: 1px solid #005cba !important;
    padding-left: 10px !important;
}

textarea {
    height: 100px !important;
}

input {
    width: 100% !important;
}

.gform_fields li {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: inline-block !important;
    width: 50%;
}

.form-enquiry {
    width: 100% !important;
}

.gform_body textarea::placeholder, .gform_body input::placeholder {
    font-size: 17px !important;
}


/* CTAs and submit buttons */
.cta, .gform_button, .sf-field-submit input, .sf-field-reset a {
    background: #FE0001 !important;
    border: 1px solid #FE0001 !important;
    font-family: roboto, sans-serif !important;
    font-size: 16px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    height: 35px !important;
    min-height: 25px;
    transition: all .4s ease !important;
    color: #fff !important;
    padding-left: 1.2em !important;
    padding-right: 1.2em !important;
    width: initial !important;
    text-transform: uppercase !important;
}

.cta:hover, .gform_button:hover, .sf-field-submit input:hover, .sf-field-reset a:hover  {
    background-color: #fff !important;
    color: #FE0001 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}


























/************************* 2.1 HEADER ***********************/
/* TOP BAR */
#top-bar {
    height: 40px;
}

#top-bar .flex-row {
    min-width: 100%;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.top-contact {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
}

.top-contact a, .top-contact p {
    font-size: 15px;
    color: #fff;

    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.tel a {
    font-size: 20px;
}

.location, .mailto {
    margin-right: 25px;
}

.top-contact span {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    background: url(/wp-content/uploads/2017/10/bill_icon_contact.png);
    background-size: 100px;
    vertical-align: middle;
    margin-right: 10px;
}

span.nothing {
    width: initial;
    height: initial;
    position: relative;
    display: initial;
    background: none;
    background-size: initial;
    vertical-align: initial;
    margin-right: initial;
    font-size: 15px;
    color: #fff;

}

.opening span {
    background-position: -25px 0px;
}

.mailto span {
    background-position: 50px 0;
}

.tel span {
    background-position: 25px 0;
}

.top-contact a:hover span  {
    background-position-y: 24px;
}

.top-contact a:hover {
    color: #fff;
}


@media (min-width: 961px) and (max-width: 1170px) {
    .opening {
        display: none !important;
    }
}

@media (max-width: 960px) {
    .m-hide {
        display: none !important;
    }
}


@media (max-width: 849px) {
    #top-bar .flex-col.show-for-medium.flex-grow  {
        display: none;
    }

    #top-bar .hide-for-medium {
        display: block !important;
    }
}


















/* MAIN HEADER */
#masthead {
    position: relative;
    z-index: 100;
    box-shadow: none;
    border-bottom: none;
    height: 45px;
}

#logo {
    width: 250px;
    position: relative;
    height: 30px;
}

#logo a {
    background-image: url(/wp-content/uploads/2017/10/bill_cog.png);
    background-size: 100%;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    width: 155px;
    height: 155px;
    top: -63px;
    left: 21.25px;
}

#logo img {
    position: relative;
    min-width: 235px;
    min-height: auto;
    top: 18px;
    left: -37px;
    max-height: initial !important;
}


.header-nav-main > li {
    width: 100px;
    height: 45px;
    margin: 0 !important;
}

.header-nav-main > li:hover {
    background: #1e1e1e !important;
}

.header-nav-main>li>a:focus, .header-nav-main>li>a:hover {
    text-decoration: none;
    background-color: #1e1e1e;
    color: #fff !important;
}

.header-nav-main li a::after {
    transition: all .3s ease;
    width: 0;
    height: 0;
    bottom: -10px;
    left: calc(50% - 10px);
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    content: "";
}

.header-nav-main li a:hover::after, .header-nav-main li a:focus::after {
    width: 0;
    height: 0;
    bottom: -10px;
    left: calc(50% - 10px);
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1e1e1e;
    content: "";
}

.header-nav-main .active {
    background: #1e1e1e;
}

.header-nav-main .active a::after {
    width: 0;
    height: 0;
    bottom: -10px;
    left: calc(50% - 10px);
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1e1e1e;
    content: "";
}

.header-nav-main > li > a {
    font-family: "LG", sans-serif !important;
    font-size: 22px;
    height: 100%;
    width: 100%;
    justify-content: center;
    transition: all .3s ease !important;
}






















/* MOBILE NAV */
.mobile-nav li {
    width: 100px;
    font-size: 20px;
    height: 45px;
}


.mobile-nav li a {
    padding: 5px 0;
    color: #1e1e1e !important;
}

.mobile-nav>li>a:focus, .mobile-nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #1e1e1e !important;
}


.nav-sidebar a {
    font-size: 20px !important;
    color: #1e1e1e !important;
    font-family: "LG" !important;
}

@media (min-width: 850px) and (max-width: 889px) {
    .header-nav-main> li {
        width: 90px;
    }

    .header-nav-main > li > a {
        font-size: 20px
    }
}

@media (max-width: 549px) {

    #logo img {
        max-height: initial !important;
    }

    #top-bar .flex-row.container {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 430px) {
    #logo {
        width: 150px;
    }

    #logo a {
        width: 125px;
        height: 125px;
        top: -43px;
        left: 12.5px;
    }

    #logo img {
        position: relative;
        min-width: 195px;
        min-height: auto;
        top: 12px;
        left: -33px;
    }

    .top-contact div {
        width: 35px;
        margin-right: 0;
    }
}

@media (max-width: 380px) {
    .mobile-nav  .nav-icon {
        width: 25vw;
    }
}

@media (max-width: 360px) {
    .mobile-nav  .nav-icon {
        width: 20vw;
    }
}




















/* BOTTOM HEADER (shaped background only) */


#wide-nav {
    height: 110px;
    display: block !important;
}

.home #wide-nav {
    display: none !important;
}

#wide-nav > .flex-row.container {
   display: none;
}

#wide-nav::before, #wide-nav::after {
    display: block;
    position: relative;
    position: absolute;
    content: "";
    height: 70px;
    bottom: -35px;
    background-color: #fff;
}

#wide-nav::before {
    transform: rotate(5deg) skew(5deg);
    left: -1px;
    width: 50.5%;
}

#wide-nav::after {
    transform: rotate(-5deg) skew(-5deg);
    right: -1px;
    width: 50.5%;
}















/************************* 2.2 FOOTER ***********************/
/*EXTENDED FOOTER */



/* BASIC FOOTER */
.footer-wrap .widget_pages .widget-title, .widget_pages > .is-divider {
    display: none;
}

.footer-wrap .widget_pages > ul {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}

.footer-wrap .widget_pages > ul li a {
    font-family: "LG", sans-serif;
    font-size: 22px;
    color: #fff;
}

.footer-wrap ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}


/* RIGHT */
.widget_product_categories .product-categories li > a {
    text-transform: capitalize !important;
}

.widget_product_categories .product-categories .children li > a, .product_list_widget a {
    text-transform: lowercase !important;
}

.footer-wrap .sidebar-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.footer-wrap .widget-pages {
    flex: 1 1 100%;
}

.footer-wrap .widget_product_categories {
    flex: 1 1 66%;
    padding-right: 0;
}

.footer-wrap .product-categories {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;

}

.footer-wrap .widget_products {
    flex: 1 1 33%;
    padding-right: 15px;
}

.footer-wrap .widget_products .is-divider {
    display: none;
}

.footer-wrap .product-categories > li {
    flex: 1 1 50%;
    padding-right: 15px;
}

.footer-wrap .product-categories > li a, .footer-wrap .widget_products h3 {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    text-transform: lowercase;
    padding: 6px 0;
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
}

.footer-wrap .product-categories > li a::after, .footer-wrap .widget_products h3::after {
    content: "";
    display: block;
    width: 7vw;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 23px;
    right: 5px;
}

.footer-wrap .product-categories .children li a {
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}

.footer-wrap .product-categories .children li a::after {
    width: 0;
    height: 0;
}

.footer-wrap .product-categories > li a:hover {
    text-decoration: none;
}

.footer-wrap .product-categories .children {
    display: block;
    border: none;
    padding-left: 0;
}

.footer-wrap .cat-item-43 > ul, .footer-wrap .cat-item-44 > ul {
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.footer-wrap .product-categories button.toggle {
    display: none;
}

.footer-wrap h2 {
    font-size: 48px;
    font-family: "LG", sans-serif;
    text-transform: uppercase;
}

.footer-left h3 {
    font-family: "roboto", sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    font-style: italic;
}


.product_list_widget img {
    display: none;
}

.product_list_widget li {
    padding: 5px 0 !important;
    line-height: 1;
    min-height: initial;

}

.product_list_widget li a span {
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}


.absolute-footer {
    padding: 0;
}

.footer-secondary {
    padding: 5px 0;
}

.bottom-footer-2 {
    max-width: 70px;
}

.bottom-footer-1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.copyright-footer span, .copyright-footer span a {
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 4;
    padding-right: 20px;
    padding-left: 20px;
}

.copyright-footer span a {
    padding-right: 0px;
    padding-left: 0px;
}


.absolute-footer .container {
    max-width: 1370px;
}

.footer-primary {
    display: inline-block;
    float: none;
}


/* LOGO SLIDER */

span.dot {
    height: 10%;
    display: block;
    position: relative;
    width: 40px;
    margin-top: -80px;
    font-size: 140px;
    color: #fff;
    line-height: 0;
}

.bx-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-showcase {
    padding: 0 !important;
}

.logo-showcase .col-inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-left: 50% !important;
    transform: translateX(-50%);
}


.children .children li a {
    font-size: 14px !important;
}

.children .children li {
    padding-left: 10px;
    font-size: 10px !important;
}


/* CONTACT DETAILS */

.aeroplane-row .col {
    padding-bottom: 10px !important;
}

.aeroplane-col {
    overflow-x: visible;
    overflow-y: visible;
}

.aeroplane-col .col-inner {
    top: -73px;
}

.paragraph-heading {
    font-size: 22px;
    font-weight: bold;
    font-family: LG, sans-serif;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.contact-box .col {
    padding-bottom: 10px !important;
}

.contact-box {
    word-wrap: break-word;
}

.contact-box .small-12 {
    max-width: 50% !important;
}

/* HIDE LOGO SLIDER ON FOOTER FOR HOMEPAGE */
.home .hide-on-home {
    display: none;
}

@media (min-width: 650px) and (max-width: 849px){
  .aeroplane-col .col-inner {
        top: 0px !important;
    }
}


@media only screen and (min-width: 320px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px !important;
    }
}


@media only screen and (min-width: 1440px) {
    #masthead {
        width: 1460px;
        margin-left: -10px;
        z-index: 150;
        background: white;
    }

    div#masthead::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0px;
        border-color: transparent;
        border-width: 0px 10px 10px 0px;
        border-right-color: #fff;
        border-style: solid;
    }

    div#masthead::after {
        content: "";
        display: block;
        position: absolute;
        right: 0px;
        border-color: transparent;
        border-width: 0px 0px 10px 10px;
        border-left-color: #fff;
        border-style: solid;
    }

    .footer-wrap .product-categories > li a::after, .footer-wrap .widget_products h3::after {
        width: 100px;
    }

    #wide-nav::before {
        transform: rotate(5deg) skew(5deg);
        left: -3px;
        width: 50.35%;
    }

    #wide-nav::after {
        transform: rotate(-5deg) skew(-5deg);
        right: -3px;
        width: 50.35%;
    }
}





























/************************* 3. HOMEPAGE ***********************/

.testimonials {
    transform: rotate(-3deg);
    min-height: 390px;
    min-width: 110%;
    margin-left: -5%;
    z-index: 50;
}

.testimonials .slider {
    transform: rotate(3deg);
    margin-right: 10px;
}

.testimonial-text, .testimonial-meta {
    text-align: center !important;
}

.testimonials::after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: 110px;
    background-image: url(/wp-content/uploads/2017/10/bill_quote.png);
    background-repeat: no-repeat;
    background-position-x: -110px;
}

.testimonials::before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -30px;
    left: 110px;
    background-image: url(/wp-content/uploads/2017/10/bill_quote.png);
    background-repeat: no-repeat;
}

.team-panel {
    background-image: url(/wp-content/uploads/2017/10/bill_background_staff1.jpg);
    background-size: cover;
    background-position: -260px 0px;
    background-repeat: no-repeat;
    padding-top: 110px !important;
    margin-top: -40px;
    padding-bottom: 0px !important;
}

.team-panel img {
    transition: all .3s ease;
    border: 3px solid transparent;
}

.team-panel img:hover {
    border: 3px solid #005cba;
}



.team-panel .menu-text {
    font-style: normal;
}

.intro-p2 {
    background-image: url(/wp-content/uploads/2017/10/bill_background_home1.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 150px !important;
    margin-top: -40px;
    background-size: 150%;
    border-bottom: 5px solid #888888;
}

/*.intro-p1::before {
    content: "";
    display: block;
    width: 50%;
    height: 40px;
    bottom: -40px;
    position: absolute;
    background: linear-gradient(45deg, hsla(215, 91%, 52%, 1) 0%, hsla(215, 91%, 52%, 1) 70%), linear-gradient(135deg, hsla(219, 91%, 52%, 1) 10%, hsla(219, 91%, 52%, 0) 80%), linear-gradient(225deg, hsla(222, 69%, 39%, 1) 10%, hsla(222, 69%, 39%, 0) 80%), linear-gradient(315deg, hsla(226, 69%, 40%, 1) 100%, hsla(226, 69%, 40%, 0) 70%) !important;
    z-index: 50;
}*/


.search-wrap {
    width: 800px;
    margin-left: calc(50% - 400px);
    background: #fff;
    margin-bottom: -150px;
    margin-top: 70px;
    padding-top: 60px;
    min-height: 240px;
}

.search-wrap img {
    width: 600px;
    left: calc(50% - 300px);
    position: absolute;
    top: -100px;
}

.search-wrap span {
    font-size: 15px;
    line-height: 1;
}

.search-wrap .big {
    font-size: 46px;
    font-weight: 300;
}

.search-wrap .text-left {
    display: inline-block;
    width: 200px;
    min-height: 100%;
    height: 100%;
    float: left;
    text-align: center;
}

.search-wrap .search-icon {
    background-position-y: 0px;
    margin-top: 5px;
    margin-left: 50%;
    transform: translateX(-50%);
    background-size: 300px;
    width: 80px;
    height: 98px;
}

.pro-searchbox-wrap {
    display: inline-block;
    width: 540px;
}

.pro-searchbox-wrap h4{margin-top: 0 !important;}

.searchandfilter label {
    width: 100%;
}

.searchandfilter ul li {
    position: relative;
    padding: 0;
}
.home-search .search-item-wrap, .home-search .product-cats-wrap {
    position: relative;
}

.sf-field-search h4, .sf-field-taxonomy-product_cat h4, .home-search .search-item-wrap h4, .home-search .product-cats-wrap h4 {
    position: absolute;
    left: 5px;
    margin-top: 6px;
    display: inline-block;
    width: 80px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.45;
}

.sf-field-search input, .home-search input {
    padding-left: 110px !important;
    height: 45px;
    font-size: 20px !important;
}

.sf-field-search input::placeholder, .home-search input::placeholder {
    font-size: 18px !important;
}

.sf-field-submit input {
    height: 35px !important;
}


.searchandfilter select.sf-input-select, .home-search select {
    min-width: 170px;
    color: #1e1e1e !important;
    font-size: 13px !important;
    font-weight: normal !important;
    border: 1px solid #005cba !important;
    box-shadow: none;
    padding-left: 135px;
    height: 45px;
    font-size: 18px !important;
}

.sf-field-submit, .home-search button {
    height: 25px !important;
    width: 120px !important;
    display: inline-block !important;
    float: left !important;
    margin-bottom: 10px !important;
}

.sf-field-submit input, .home-search button {
    line-height: 0.5 !important;
    margin: 0 !important;
    height: 25px !important;
    padding-top: 4px !important;
}

li.sf-field-reset {
    display: inline-block !important;
    width: 150px !important;
}

.dgwt-wcas-suggestions-wrapp {
    max-height: 200px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-loupe {
    display: none;
}

aside#dgwt_wcas_ajax_search-2 .dgwt-wcas-search-wrapp {
    min-width: initial;
}

#shop-sidebar aside#dgwt_wcas_ajax_search-2 {
    max-width: 100% !important;
}

#shop-sidebar .dgwt-wcas-no-submit .dgwt-wcas-ico-loupe {
    display: block;
}

#shop-sidebar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 10px 15px 10px 40px !important;
}

.dgwt-wcas-st {
    padding-left: 5px;
    display: block;
    color: #444;
    font-size: 15px;
    line-height: 1.3;
}

.dgwt-wcas-suggestion.dgwt-wcas-nores {
    opacity: 1 !important;
    display: flex !important;
    display: -webkit-flex !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px !important;
}

.dgwt-wcas-suggestion.dgwt-wcas-nores:hover {
    cursor: pointer !important;
}

.dgwt-wcas-sku {
    margin-left: 0 !important;
}

.dgwt-wcas-st span {
    margin-right: 5px !important;
}

.dgwt-wcas-search-wrapp {
    min-width: 200px !important;
}

.box-text .title-wrapper .category {
    display: none;
}

.box-text .title-wrapper .category-new {
    display: block;
}

 .box-text .title-wrapper .profession-wrap .category {
        display: block;
}

/************************* 4. GENERAL SUBPAGES  ***********************/


/* ABOUT US PAGE */
.about-entry .heading, .about-1st .heading, .about-2nd .heading {
    margin-bottom: 0px !important;
}

.about-entry .row, .about-1st .row, .about-2nd .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-1st {
    background-image: url(/wp-content/uploads/2017/10/bill_background_fade-up1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -440px;
    padding-top: 400px !important;
}

.about-2nd {
    background-image: url(/wp-content/uploads/2017/10/bill_background_fade-down1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 0px;
}

.about-bill .col-inner::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2017/10/bill_machinery_motor.png);
    height: 170px;
    width: 170px;
    position: absolute;
    left: -30px;
    bottom: -80px;
}

.about-peter .col-inner::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2017/10/bill_machinery_forklift.png);
    height: 170px;
    width: 230px;
    position: absolute;
    right: -20px;
    left: auto;
    bottom: -60px;
}

.about-frank .col-inner::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2017/10/bill_machinery_wheelbarrow.png);
    height: 170px;
    width: 170px;
    position: absolute;
    left: -30px;
    bottom: -80px;
}

.about-david .col-inner::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2017/10/bill_machinery_pump.png);
    height: 170px;
    width: 210px;
    position: absolute;
    left: auto;
    bottom: -80px;
    right: -50px;
}

.intro-p2 h2 {
    font-size: 50px;
}

/* Newsletter Popup */
.newsletter-popup-wrap .mfp-content {
    background: white;
    border: 2px solid #005cba;
    text-align: center;
    max-width: 800px;
}

.newsletter-popup-content .yikes-mailchimp-container {
    max-width: 450px;
    margin: auto;
}

.newsletter-popup-content {
    padding: 50px 20px;
}

.mfp-close {
    color: #005cba !important;
    mix-blend-mode: unset !important;
    opacity: 1 !important;
    transition: all .2s ease;
}

.mfp-close:hover {
    color: #FE0001 !important;
}

.newsletter-popup-content h3 {
    max-width: 650px;
    margin-left: 50%;
    transform: translateX(-50%);
}


.newsletter-popup-content .yikes-easy-mc-submit-button {
    font-size: 16px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    max-height: 25px !important;
    min-height: 25px;
    max-width: 150px;
    transition: all .4s ease !important;
    color: #fff !important;
    padding-left: 1.2em !important;
    padding-right: 1.2em !important;
    width: initial !important;
    text-transform: uppercase !important;
    margin-left: 50%;
    transform: translateX(-50%);
}

.newsletter-popup-content .yikes-easy-mc-submit-button:hover {
    color: #FE0001 !important;
}

.yikes-easy-mc-form input[type=email]:focus, .yikes-easy-mc-form input[type=number]:focus, .yikes-easy-mc-form input[type=text]:focus, .yikes-easy-mc-form input[type=url]:focus, .yikes-easy-mc-form select:focus {
    outline: none !important;
}

/* WHAT WE DO SUBPAGE */
.whatwedo-first, .what-we-do-last {
    border-right: 2px solid #005cba;
}

.whatwedo-ctas, .delivery-infographic {
    background-image: url(/wp-content/uploads/2017/10/bill_background_fade-up1.jpg);
    background-position: top center;
    padding-top: 70px !important;
    background-repeat: no-repeat;
}

.logo-partner, .logo-truck {
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(/wp-content/uploads/2017/10/bill_icon.png);
    background-position-y: -120px;
    margin-bottom: 20px;
}

.logo-partner {
    background-position-x: -104px;
}

.logo-truck {
    background-position-x: -226px;
    width: 150px;
    height: 122px;
}

.logo-mail {
    background-image: url(/wp-content/uploads/2018/04/Group-13189.png);
    display: block;
    width: 115px;
    height: 141px;
    background-position-y: 0px;
    margin-bottom: 20px;
}



/* DELIVERY */
.delivery-infographic {
    padding-top: 0px !important;
}

.info-wrap {
    text-align: center;
}

.info-wrap img {
    margin-top: -50px;
    width: 90%;
}

.infographic-wrap {
    display: flex;
    flex-flow: row nowrap;
}

.infographic-text {
    flex: 0 0 32%;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    margin-top: -60px;
    padding-left: 10px;
    padding-right: 10px;
}

.infographic-text.textbox2 {
    margin-top: 0;
}

.infographic-text .logo {
    display: none;
}

ul.product_list_widget li {
    min-height: 30px !important;
}


.cat-item-7053 {
    display: none !important;
}
/************************* 5. PRODUCTS SUBPAGES  ***********************/
/* Product Image Slider - Remove opacity*/
.product-thumbnails img {
    opacity: 1;
}
/* Product Sold Tag*/
.tag {
    position: absolute;
    top: 5px;
    right: -10px;
    text-align: left;
    height: 2.5em;
    line-height: 2.5em;
    border-top-right-radius: 0.15em;
    border-bottom-right-radius: 0.15em;
    display: inline-block;
    margin-left: 1.25em;
    margin-right: 0.25em;
    margin-bottom: 0.5em;
    z-index: 100;
}

.tag--red {
    background-color: #FE0001;
    -webkit-filter: drop-shadow(0.2em 0.2em 0 #073B2A);
    filter: drop-shadow(0.2em 0.2em 0 #073B2A);
}

.tag--blue {
    background-color: #005cba;
    -webkit-filter: drop-shadow(0.2em 0.2em 0 #073B2A);
    filter: drop-shadow(0.2em 0.2em 0 #073B2A);
}

.tag::before {
    content: "";
    width: 1.875em;
    border-top: 1.25em solid transparent;
    border-bottom: 1.25em solid transparent;
    border-right-style: solid;
    border-right-width: 1.25em;
    top: 0;
    left: -18px;
    position: absolute;
}

.tag--red::before {
    border-right-color: #FE0001;
}

.tag--blue::before {
    border-right-color: #005cba;
}

.tag .tag-label {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 14px;
    line-height: 1.6;
}

.tag::after {
    content: "";
    background-color: #fff;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: -0.4166666667em;
    margin-top: -0.3em;
    -webkit-box-shadow: inset 0.2em 0.2em 0 #FE0001;
    box-shadow: inset 0.2em 0.2em 0 #000;
}


.product-small.has-hover:hover .tag-label {
    background-color: initial !important;
}

.shop-page-title, .shop-container {
    margin-top: 50px;
}

.tax-product_cat .shop-container {
    margin-top: 0px;
}

.tax-product_cat .heading{margin-bottom: 22.1px;}

.woo_before_loop{float: right;}

.widget_product_search .flex-row .flex-col:last-child {
    position: absolute;
    right: 1px;
    width: 31px;
    height: 31px;
}

.widget_product_search .flex-row .flex-col:last-child button {
    height: 100%;
    width: 100%;
    background-color: #005cba;
}

.autocomplete-suggestions {
    width: 100%;
    background: rgba(190,190,190,0.9);
}

.autocomplete-suggestion:hover {
    cursor: pointer;
}

.searchbar .live-search-results {
    width: 150px;
}

.woocommerce-ordering select {
    border: 1px solid #005cba;
    height: 30px;
    color: black;
    font-size: 13px;
    box-shadow: inset 0 -1.8em 1em 0 transparent;
}

.product-categories .children li a {
    font-size: 1.1em;
}

.box-text .title-wrapper .category {
    font-size: 1em;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background-color: #005cba !important;
}

.flickity-prev-next-button svg, .flickity-prev-next-button .arrow {
    fill: #fff;
}

.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    fill: #fff;
}

.is-divider {
    background-color: #005cba !important;
}

.sku_wrapper {
    font-size: 12px;
}

.posted_in {
    font-size: 12px;
}

footer .widget .current-cat>a {
    color: #005cba;
}

footer .sidebar-wrapper .product-categories .children {
    overflow-y: scroll;
    max-height: 300px;
}

.woocommerce-tabs a {
    font-size: 12px !important;
}

.shop_attributes th {
    font-size: 15px;
}

.shop_attributes {
    margin-bottom: 40px;
}

.product-category .box .box-image {
    transition: all .3s ease;
    border: 3px solid transparent;
}

.product-category .box:hover .box-image {
    border: 3px solid #005cba;
    height: 90%;
}

.slider-nav-reveal .flickity-prev-next-button.next, .slider-nav-reveal .flickity-prev-next-button.previous {
    background-color: #f20505;

}

.slider-nav-push .flickity-prev-next-button svg {
    margin-top: 0;
}


.testimonial-meta {
    color: #1e1e1e;
}

p.quote-text {
    color: #fff !important;
}

span.testimonial-company.test_company {
    color: #fff;
}

strong.testimonial-name.test_name {
    color: #fff;
}

#product-sidebar {
    display: none;
}

.product-main .product-gallery .flickity-prev-next-button {
    top: 45%;
    bottom: 45%;
    opacity: 0;
    background: #f20505;
}

.flickity-prev-next-button svg, .flickity-prev-next-button .arrow {
    transition: all .1s ease;
}

.product-main .product-gallery:hover .flickity-prev-next-button {
    opacity: 0.7;
}

.product-main .product-gallery .flickity-prev-next-button svg {
    fill: #fff;
}

.product-short-description {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}

.product-short-description img {
    margin-right: 10px;
}

.product-short-description p {
    flex: 1 0 100%;
}

.special_price {
    font-size: 20px;
    font-weight: bold;
}

.price-red {
    color: #FE0001;
}



/* ADJUSTMENTS TO OVERWRITE CSS */
#masthead .nav > li > a {
    font-weight: normal;
}


.intro-p1 .heading.blue-bg, .intro-p1 .sub-header.blue-bg {
    color: #fff;
}


.footer-wrap .cat-item-44 .children .children {
    display: none;
}





.page-id-35 .contact-details {
    display: none;
}

.page-id-35 .contact-page .contact-details {
    display: block;
}

.page-id-35 .contact-page .contact-details .aeroplane-row {
    display: none;
}

.wpcf7 {
    padding: 15px !important;
    background: #f3f3f3;
    border-radius: 10px;
    margin-bottom: 25px !important;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    font-size: 17px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #FE0001 !important;
    border: none !important;
    color: #fff !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff !important;
    opacity: 1;
    color: #FE0001 !important;
    box-shadow: none !important;
}


input.wpcf7-form-control.wpcf7-submit {
    background-color: #FE0001 !important;
    border: 1px solid #FE0001 !important;
    color: #fff !important;
    font-family: roboto, sans-serif !important;
    box-shadow: none !important;
}

.page-id-35 .contact-page {
    margin-top: -100px !important;
}


.page-id-35 .contact-page .address {
    display: block;
}

button.flickity-prev-next-button.previous {
    margin-left: 42px;
}

button.flickity-prev-next-button.next {
    margin-right: 35px;
}

button.flickity-prev-next-button:hover svg {
    border-color: #FE0001 !important;
    background-color: #FE0001 !important;
}

.singup-form .paragraph-heading {
    margin-bottom: 5px !important;
}

.EMAIL-label, .NAME-label {
    display: none;
}

.yikes-easy-mc-form {
    display: flex !important;
    display: -webkit-flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.yikes-easy-mc-form button {
    flex: 1 0 210px;
    border-radius: 0px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
}


.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=text] {
    background: white !important;
    height: 2.4em;
}

.yikes-easy-mc-form input::placeholder {
    color: #1e1e1e;
    font-weight: normal;
    font-size: 17px !important;
}

.yikes-easy-mc-form input[type=email]:focus {
    outline: none !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}



.ginput_container input {
        margin-bottom: 8px !important;
        height: 2.4em !important;
}

#gform_confirmation_wrapper_1 {
    padding: 5px;
    border: 2px solid green;
    border-radius: 5px;
}

#gform_confirmation_message_1 {
    font-size: 18px;
}

.wpcf7-response-output {
    font-size: 18px;
}

.copyright-footer span, .copyright-footer span a{
    color: #fffffb;
}



.product-info {
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
}

.product-info .woocommerce-breadcrumb{
    order: 1;
}

.product-info .product-title {
    order: 2;
}

.product-info .is-divider {
    order: 3;
}

.product-info .product-short-description {
    order: 4;
}

.product-info .product_meta {
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    order: 5;
}

.product-info .product_meta .tagged_as {
    order: 2;
}

.product-info .product_meta .posted_in {
    order: 1;
}

.product-info .product_meta .sku_wrapper {
    order: 3;
}

.product-info .product_meta .sku_wrapper .sku {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
}



.product-info .social-icons {
    font-size: 1em;
    order: 6;
}

#tab-description form {
    flex: 1 0 100%;
    order: 3;
}

#tab-description  {
    display: flex !important;
    display: -webkit-flex;
    flex-flow: row wrap;
}

#tab-description  p {
    flex: 100%;
    width: 100%;
}

.vid-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    flex: 1 0 100%;
    order: 2;
    margin-bottom: 15px;

}

.desc-wrap {
    flex: 1 0 100%;
    order: 1
}


.vid-item {
    flex: 0 0 390px;
    margin-left: 20px;
    margin-right: 20px;
}


#tab-description .wpcf7 {
    width: 100%;
    order: 2;
}

.flickity-slider .box-text.box-text-products .category {
    display: none;
}

.flickity-slider .box-text.box-text-products {
    text-align: center;
}



/* Temporary hide categories */
.cat-item-8970, .cat-item-17768, .cat-item-20701 {
    display: none;
}

.cat-item-8534 .toggle {
    display: none;
}

.cat-item-22346 {
    display: none !important;
}


@-webkit-keyframes flash {
  0%, 10%, 20%, 30%, 40% {
    opacity: 1;
  }

  50%, 60%, 70%, 80%, 90%, 100% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 10%, 20%, 30%, 40% {
    opacity: 1;
  }

  50%, 60%, 70%, 80%, 90%, 100% {
    opacity: 0;
  }
}

.flash {
    display: inline-block;
    -webkit-animation: flash;
    animation: flash;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count:  infinite;
    -webkit-animation-iteration-count:  infinite;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

span.price-red {
    color: #fe0001;
    font-weight: bold;
}
.product-quick-view-container .product-info .product-lightbox-inner h1 {
    word-break: break-word;
    font-size: 34px;
}
/*New css*/
body .shop-container {
    margin-top: 10px !important;
}
.product_meta>span {
  font-size: 12px !important;
}
/* MEDIA QUERIES */
@media (max-width: 1360px) {
    .footer-wrap .product-categories > li a::after, .footer-wrap .widget_products h3::after {
        width: 6vw;
    }
}

@media (max-width: 1200px) {
    .footer-wrap .product-categories > li a::after, .footer-wrap .widget_products h3::after {
        width: 5vw;
    }

    .intro-p2 {
        background-size: cover;
    }
}

@media (max-width: 1100px) {
    .footer-wrap .product-categories > li a::after, .footer-wrap .widget_products h3::after {
        width: 4vw;
    }

    .about-2nd {
        background-position: center center;
    }
}

@media (max-width: 1000px) {
    .footer-wrap .product-categories > li a::after, .footer-wrap .widget_products h3::after {
        width: 3vw;
    }
}

@media screen and (max-width:991px){
    .product-quick-view-container .product-info .product-lightbox-inner h1 {
        font-size: 24px;
    }
}

@media (max-width: 950px) {
    .footer-wrap .product-categories > li a::after, .footer-wrap .widget_products h3::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .infographic-text .logo {
        display: inline-block;
        width: 150px;
        height: 150px;
        background-color: #1C5DB4;
        border-radius: 100%;
        margin-bottom: 20px;
    }

    .info-wrap {
        display: none;
    }

    .infographic-wrap {
        display: flex;
        flex-flow: column wrap;
        padding-top: 150px;
    }

    .infographic-text {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .infographic-text .logo i {
        font-size: 80px;
        color: #fff;
        margin-top: 30px;
    }

    .infographic-text.textbox1 .logo-inner {
        width: 80px;
        height: 100px;
        margin-top: 24px;
        display: inline-block;
        background-image: url(/wp-content/uploads/2017/10/bill_icon.png);
        background-position: 0 -290px;
        background-repeat: no-repeat;
        background-size: 300px;
    }

    .infographic-text.textbox3 .logo-inner {
        width: 111px;
        height: 80px;
        margin-top: 35px;
        display: inline-block;
        background-image: url(/wp-content/uploads/2017/10/bill_icon.png);
        background-position: -190px -315px;
        background-repeat: no-repeat;
        background-size: 300px;
    }

    .search-wrap {
        transform: scale(0.7);
    }
}

@media (max-width: 650px) {
    .footer-wrap .widget_pages > ul {
        justify-content: flex-start;
    }


    .widget_pages li {
        margin-right: 10px !important;
    }

    .quote-text {
        font-size: 25px;
        line-height: 1;
    }

    .about-1st {
        background-repeat: no-repeat;
        background-position: top center;
        margin-top: initial;
        padding-top: initial;
        padding-top: 80px !important;
    }

    .about-2nd {
        background-repeat: no-repeat;
        background-size: initial;
        background-position: bottom center;
        padding-bottom: 80px !important;
    }

    .whatwedo-first {
        border-right: none;
    }


}

@media (max-width: 600px) {
    .copyright-footer span, .copyright-footer span a  {
        line-height: 2;
        font-size: 14px;
    }


    .bottom-footer-1 {
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: column wrap;
    }

    .footer-secondary {
        position: absolute;
        right: 10px;
    }
}


@media (min-width: 550px) and (max-width: 950px) {
    .footer-wrap .widget_pages > ul li a {
        font-size: 16px;
        margin-right: 4px
    }
}

@media (max-width: 550px) {
    .footer-wrap .widget_pages > ul {
        flex-flow: row wrap;
    }

    .testimonials {
        min-height: 450px;
    }

    .search-wrap img {
        width: 90%;
        left: 5%;
        position: absolute;
        top: -50px;
    }

    .search-wrap {
        width: 90%;
        margin-left: 5%;
        background: #fff;
        margin-bottom: -210px;
        margin-top: -30px;
        padding-top: 60px;
        min-height: 410px;
    }

    .search-wrap .text-left {
        display: block;
        width: 100%;
        min-height: 100%;
        height: 100%;
        float: none;
        text-align: center;
    }

    .pro-searchbox-wrap {
        display: inline-block;
        width: 80%;
        margin-left: 10%;
    }
    .product-quick-view-container .product-info .product-lightbox-inner h1 {
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    .quote-text {
        font-size: 20px;
        line-height: 1;
    }

    .vid-item {
        flex: 1 0 90%;
    }

    #aside-searchbox {
        display: none;
    }
}
.stock-out-of-stock {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 0;
    display: block;
}