/*
Theme Name: Combilift Australia
Theme URI:
Author URI: http://www.bntl.net
Author: Long Bui
Description: This is main theme for Combilift Australia
Version: 1.0
License: GNU General Public License or Later
Tags: html5, css3, combilift, blog, forklift
*/

html,
body {
    height: 100%;
    width: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

.container-full {
    margin: 0 auto;
    width: 100% !important;
}

/*============ Top Logo =============*/
.top-logo {
    background-color: rgba(56, 124, 43, 1);
    /* top, right, bottom, left */
    padding: 5px 0;
}

.logo {
    width: 320px;
    height: 60px;
}

.logo-green {
    display: none;
}

@media screen and (max-width: 990px) {
    .top-logo {
        padding: 0;
    }
    .logo {
        display: none;
    }
    .logo-green {
        display: block;
        width: 200px;
        height: 60px;
        position: fixed;
        top: -5px;
        left: -50px;
        z-index: 1031;
    }
}

/**============= Banner =============**/
.banner {
    padding: 200px 0;
    /* background-color: rgba(56, 124, 43, 0.90); */
    background: #308B1D;
    background: linear-gradient(rgba(56, 124, 43, 0.90), rgba(56, 124, 43, 0.90)), url(images/combilift-bg.jpg);
/*    background-position: center;*/
    background-size: 100%;
/*    background-repeat: no-repeat;*/
	background-attachment: fixed;
}

.banner h1 {
    color: #ffffff;
    font-weight: 800;
}

.banner-images {
    margin-top: -120px;
}

.banner-image-all {
    display: none;
}

/**================ Product Brand Front Page ===============**/
.brand-text h3 {
    font-weight: 900;
}

.combilift-container-fluid {
    margin-top: 20px;
}

.aisle-container-fluid {
    margin-top: 20px;
    background-color: #ededed;
    padding-top: 20px;
    padding-bottom: 20px;
}

.agria-container-fluid {
    margin-top: 20px;
}

/**================ Enquire Button ================**/
.enquire-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.enquire-btn a:hover {
    text-decoration: none;
}

/**============== Introduction and Description to series text =============**/
.combi-text {
    margin-top: 10px;
}

/*=============== wrapper for page content to push down footer ==================*/
.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/**============== Footer ================**/
.footer {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 140px
}

/* Set the fixed height of the footer here */
#push,
footer {
    height: 60px;
}

.social-icons a {
    margin-left: 10px;
}

.social-icons a i {
    color: #387C2B;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 7777;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: rgba(56, 124, 43, 1);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

/* Blog Styles */
.border-left {
    border-left: 1px solid #000000;
}

@media screen and (max-width: 435px) {
    #back-to-top {
        position: fixed;
        bottom: 40px;
        right: 10px;
    }
}

/**============ Key Features ==========**/
.features {
    margin-top: 50px;
}

.features_title {
    margin-bottom: 20px;
    border-bottom: 2px solid #2f8912;
}

.download_brochure {
    margin-top: 20px;
}

.download_brochure a {
    text-decoration: none;
}

.features_image {
    margin: 20px 0;
}

/**=================== Services Page Styles ================**/
.services_p {
    padding: 5px 5px;
    line-height: 1.5em;
}

.white_background {
    background-color: #fff;
    padding: 10px;
}

/**============== About Us ==============**/
#exTab1 .tab-content {
    color: #ffffff;
    background-color: #fff;
    padding: 5px 15px;
}

/**================= Button Group =====================**/
.btn-group {
    margin-bottom: 50px;
}

.btn {
    border-radius: 100px !important;
    background-color: #387c2b !important;
    color: #ffffff !important;
}

button.btn {
    color: #ffffff !important;
    width: 150px;
    margin: 5px 0;
}

.compare__effect .btn {
    margin: 10px 0;
}

.btn.is-checked {
    background-color: #666 !important;
}

.btn.is-checked {
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8) !important;
}

/**================== Offices =====================**/
.offices_background_color {
    background-color: rgba(56, 124, 43, 1);
    padding: 100px 0;
    /* negative indent foooter by its height */
    margin: -30px 0 -60px 0;
    width: 100% !important;
}

.offices {
    color: #ffffff;
}

/*================== product grid ====================*/
.view--compare {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
}

.grid {
    padding: 4em 1em;
    text-align: center;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* if flexbox is supported, let's use it to lay out the products */
.flexbox .grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/*================= product ====================*/
.product {
    position: relative;
    display: block;
    width: 18em;
    padding: 1.5em 1.5em 1.5em;
    border-radius: 2px;
    border: 1px solid #bbbbbb;
    margin-bottom: 20px;
    vertical-align: top;
    max-height: 500px;
}

.product-margin {
    margin-right: 20px;
    margin-left: 20px;
}

.product--selected {
    box-shadow: 0 0 0 3px #5C5;
}

.flexbox .product {
    display: block;
    -webkit-flex: 0 0 16em;
    -ms-flex: 0 0 16em;
    flex: 0 0 16em;
}

/*============ product info ====================*/
.product__info > span {
    display: block;
    padding: 10px 0;
}

.grid .extra {
    display: none;
}

.product__image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.product__title {
    font-size: 100%;
    font-weight: 900;
    margin: 18px 0;
}

.product__price {
    font-weight: 600;
}

.action {
    display: inline-block;
    font-size: 1em;
    white-space: nowrap;
    padding: 0.85em 1.15em;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
}

.action:focus {
    outline: none;
}

.action--button {
    background: #2C2D34;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.action--button:hover {
    background: #5C5EDC;
}

.action__text {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: .813em;
    vertical-align: middle;
    display: inline-block;
}

.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
}

.action--button i + span {
    margin-left: 1em;
}

.flexbox .action--buy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 1em;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.action--close {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    font-size: 1.5em;
    color: #ddd;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, background 0.2s;
    transition: opacity 0.3s, background 0.2s;
}

.view--compare + .compare .action--close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition-delay: 0.4s, 0s;
    transition-delay: 0.4s, 0s;
}

.action--close:hover,
.action--close:focus {
    color: #797BED;
}

.action--compare {
    margin: 0 0 0 4px;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    background-color: #34363D;
    color: #565B6C;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.compare-basket--active .action--compare {
    opacity: 1;
}

.compare-basket--active .action--compare:nth-child(3),
.compare-basket--active .action--compare:nth-child(4) {
    background-color: #494;
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
}

.action--remove {
    position: absolute;
    overflow: hidden;
    color: #ddd;
    top: 0px;
    right: 2px;
    padding: 0;
    font-size: 0.65em;
}

.action--compare-add {
    color: #0A246A;
    position: absolute;
    top: 10px;
    right: 5px;
}

.action--compare-add:hover .action__text--invisible {
    opacity: 1;
    top: 35px;
    right: 10px;
    color: #ddd;
    font-size: 75%;
    letter-spacing: 0;
    background: #2F3035;
    border-radius: 2px;
    padding: 3px 5px;
}

.action--remove:hover,
.action--compare-add:hover {
    color: #387C2B;
}

.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked ~ .fa-plus {
    display: none;
}

.action--compare-add input[type=checkbox]:checked ~ .fa-check {
    display: block;
    color: #387C2B;
}

.check-hidden {
    position: absolute;
    opacity: 0;
}

.compare-basket {
    width: 250px;
    padding: 0.75em;
    text-align: right;
    position: fixed;
    top: 0;
    right: 0;
    background: #212227;
    z-index: 2000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.compare-basket--active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flexbox .compare-basket {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-icon {
    display: inline-block;
    vertical-align: middle;
    background: #42444F;
    width: 50px;
    height: 50px;
    /* top right bottom left */
    padding: 15px 5px 5px 5px;
    margin: 0 3px;
    border-radius: 2px;
    position: relative;
}

.product-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: -1;
    box-shadow: -56px 0 #387C2B;
}

.compare-basket--full .product-icon::after {
    display: none;
}

.flexbox .product-icon {
    display: block;
}

/*================= comparison overlay =========================*/
.compare {
    position: fixed;
    width: 100%;
    height: 0;
    overflow: scroll;
    top: 0;
    left: 0;
    z-index: 1001;
    -webkit-transition: height 0s 0.4s;
    transition: height 0s 0.4s;
    background: rgba(56, 124, 43, 1);
}

.flexbox .compare {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.view--compare + .compare {
    pointer-events: auto;
    height: 100%;
    -webkit-transition: none;
    transition: none;
    z-index: 8888;
}

.compare::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.view--compare + .compare::before {
    opacity: 1;
}

.compare__item {
    height: 100%;
    width: 50%;
    /* background: rgba(50, 135, 55, 1); */
    text-align: center;
    cursor: default;
    padding: 2em 0 2em 0;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.no-flexbox .compare__item {
    display: inline-block;
    width: 50%;
    height: 100%;
}

.compare__item:nth-of-type(2) {
    /* background: rgba(50, 124, 50, 1); */
}

.compare__item .product__title {
    color: #ffffff;
    margin: 1em 0;
    min-height: 2em;
}

.compare__item span[class^="product__"] {
    display: block;
    padding: 0.85em 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #ffffff;
}

.compare__item span[class^="product__"].hover {
    background: #000;
}

/*========================== three items ============================*/
.compare__item:first-of-type:nth-last-of-type(3),
.compare__item:first-of-type:nth-last-of-type(3) ~ .compare__item {
    width: 33.3333%;
}

.flexbox .compare__item {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.compare__item:nth-child(odd) {
    -webkit-transform: translate3d(0, -100vh, 0);
    transform: translate3d(0, -100vh, 0);
}

.compare__item:nth-child(even) {
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
}

.view--compare + .compare .compare__item:nth-child(odd),
.view--compare + .compare .compare__item:nth-child(even) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.compare__effect {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.compare__item:nth-child(odd) .compare__effect {
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 0);
}

.compare__item:nth-child(even) .compare__effect {
    -webkit-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 0);
}

.view--compare + .compare .compare__item:nth-child(odd) .compare__effect,
.view--compare + .compare .compare__item:nth-child(even) .compare__effect {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/*======================= Google Map Styles ======================*/
.acf-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin-bottom: -60px;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

/*====================== Used Equipment Main Page ======================*/
.price {
    color: #bb0c0c;
}

.compare__effect .price {
    color: #ffffff;
    font-weight: 700;
    font-size: 120%;
}

.sold-icon {
    position: absolute;
    top: 15%;
    left: 55%;
    color: #FFF;
    background-color: #FF0000;
    padding: 5px !important;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 3px;
    border-radius: 5px;
    transform: rotate(-12deg);
}

.compare__item .sold-icon {
    display: none;
}

.refurb-icon {
    position: absolute;
    top: 5%;
    left: 5%;
}

.compare__item .refurb-icon {
    display: none;
}

/*========================== Contact Us Page ============================*/
.form_field_margin_bottom {
    margin-bottom: 20px;
}

div.wpcf7-validation-errors {
    border: none !important;
    color: red;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    color: green;
}

/*===================== Product Detail Page =======================*/
#unitModel, #brochureLink {
    display: none;
}

/* Remove the gap between slider and enquire button because of slider info */
.ms-slide-info {
    display: none;
}

/****************************** Breakpoints *****************************/
@media screen and (max-width: 970px) {
    .make_text_center {
        text-align: center !important;
    }
}

/** from 750px width hide all separate banner images and show group banner images **/
@media screen and (max-width: 1200px) {
    .banner-image {
        display: none;
    }

    .banner-image-all {
        display: block !important;
    }
}

/** For iPhone5 | Give padding left and right to the logo when screen width is from 320 downwards **/
@media screen and (max-width: 320px) {
    .logo {
        padding: 0 10px 0 10px;
    }
}

/*=====  BootStrap 3 Make Menu Collapse earlier then 786px wide =====*/
@media screen and (min-width: 768px) and (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 15px;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }
}

/*--------------- Make Navbar centered ---------------*/
@media screen and (min-width: 1199px) {
    .navbar-inner .container {
        padding: 0 165px;
    }
}

/*============= Isotope Product Sizer  ==============*/
@media screen and (min-width: 300px) and (max-width: 374px) {
    .grid {
        margin: 0 20px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 425px) {
    .grid {
        margin: 0 50px !important;
    }
}

@media screen and (min-width: 425px) and (max-width: 490px) {
    .grid {
        margin: 0 70px !important;
    }
}

@media screen and (min-width: 490px) and (max-width: 550px) {
    .grid {
        margin: 0 70px !important;
    }
}

@media screen and (min-width: 550px) and (max-width: 600px) {
    .grid {
        margin: 0 80px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 631px) {
    .grid {
        margin: 0 100px !important;
    }
}

@media screen and (min-width: 632px) and (max-width: 767px) {
    .grid {
        margin: 0 30px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 830px) {
    .grid {
        margin: 0 80px !important
    }

    .product {
        width: 19em !important;
    }
}

@media screen and (min-width: 830px) and (max-width: 1023px) {
    .grid {
        margin: 0 90px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .grid {
        margin: 0 60px !important;
    }
}

@media screen and (min-width: 1200px) {
    .grid {
        margin: 0 22px !important;
    }
}

.noresults {
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #308B1D;
    display: none;
}