// out: ../global.css, compress: true
@import (inline) "../vendor/bootstrap.min.css";
@import (inline) "../vendor/jquery-ui.min.css";
@import "global/menu.less";
@import "global/topbar.less";
@import "global/search-bar.less";
@import "global/footer.less";

@keyframes notice {
    0% {
        right: -150%;
    }
    3% {
        right: 15px;
    }
    92% {
        right: 15px;
    }
    95% {
        right: -150%;
    }
    100% {
        display: none;
    }
}
body.front-end {
    .owl-carousel {
        display: block!important;
    }
}
body.front-end, body.wp-admin #wpcontent #wpbody #poststuff .acfe-fc-preview, body.wp-admin #wpcontent #wpbody .acf-block-preview {
    overflow-x: hidden;
    h1, .h1 {
        font-size: 60px;
    }
    h2, .h2 {
        font-size: 40px;
    }
    h3, .h3 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    .fs-small, .fs-small p {
        font-size: 12px;
    }
    p, .fs-regular, .fs-regular p {
        font-size: 16px;
    }
    .fs-med, .fs-med p {
        font-size: 18px;
    }
    .fs-large, .fs-large p {
        font-size: 20px;
    }
    .fs-extra-large, .fs-extra-large p {
        font-size: 34px;
    }
    img {
        max-width: 100%;
        height: auto;
        &.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
            max-width: 100%;
            height: auto;
        }
        &.alignright {
            display: block;
            margin-left: auto;
            margin-right: 0;
            max-width: 100%;
            height: auto;
        }
        &.alignleft {
            display: block;
            margin-left: 0;
            margin-right: auto;
            max-width: 100%;
            height: auto;
        }
    }
    input[type="submit"], .btn {
        font-size: 12px;
        padding: 15px 40px;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        transition: filter .3s;
        cursor: pointer;
        &.full {
            &:hover {
                filter: saturate(0.9);
            }
        }
        &.white {
            background: #fff;
            border: 1px solid #cccccc;
            color: #000;
        }
    }
    .adding-product {
        opacity: 0.75;
    }
    &.woocommerce-page {
        .button {
            font-size: 12px;
            padding: 15px 20px;
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none;
            transition: filter .3s;
            cursor: pointer;
            &:hover {
                filter: saturate(0.9);
            }
        }
        .col2-set {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
            >.col-1, >.col-2 {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }
    }
    &.woocommerce-account {
        h1 {
            margin-bottom: 25px;
        }
    }
    .woocommerce-notices-wrapper {
        .woocommerce-message{
            margin-bottom: 15px;
        }
    }
    .img-responsive {
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .container-fluid {
        max-width: 1600px;
    }
    .screen-reader-text {
        display: none;
    }
    #breadcrumbs {
        margin-top: 45px;
        margin-bottom: 65px;
        text-transform: uppercase;
        a {
            color: #333;
        }
    }
    .page-content {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    &.home .page-content {
        padding-top: 0;
        padding-bottom: 0;
    }
    form.wpcf7-form {
        input[type="text"],
        input[type="email"], 
        input[type="url"],
        input[type="tel"],
        input[type="number"],
        input[type="date"],
        select,
        textarea {
            padding: 10px;
            border: 1px solid #b7b7b7;
            color: #000;
            display: block;
            width: 100%;
            &::placeholder {
                color: #7f7f7f;
            }
        }
        label {
            width: 100%;
        }
        input[type="checkbox"], input[type="radio"]{
            margin-right: 5px;
        }
    }
    .social-media-icon {
        font-size: 30px;
        color: #333;
        margin: 5px;
    }
    .form-row {
        margin-left: 0;
        margin-right: 0;
    }
    .add-to-cart-notices {
        z-index: 999;
        .add-to-cart-notice {
            background: rgba(0,0,0);
            border-radius: 5px;
            margin-top: 10px;
            position: fixed;
            right: -150%;
            top: 135px;
            &.notice-active {
                animation: notice;
                animation-duration: 8s;
                animation-iteration-count: 1;
                animation-timing-function: ease-in-out;
                z-index: 999;
            }
            &#placeholder {
                display: none;
            }
            a {
                color: #fff;
                text-decoration: none;
                display: flex;
                .thumbnail {
                    padding: 5px;
                    width: 75px;
                    img {
                        max-width: 65px;
                        max-height: 65px;
                        width: auto;
                        height: auto;
                        display: block;
                        margin: 0 auto;
                    }
                }
                .details {
                    width: 250px;
                    padding: 5px;
                    p {
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
}
@media screen and (max-width:1199px){
    body.front-end, body.wp-admin #wpcontent #wpbody #poststuff .acfe-fc-preview {
        h1, .h1 {
            font-size: 48px;
        }
        h2, .h2 {
            font-size: 36px;
        }
        h3, .h3 {
            font-size: 24px;
        }
        h4, .h4 {
            font-size: 16px;
        }
        .fs-small, .fs-small p {
            font-size: 12px;
        }
        p, .fs-regular, .fs-regular p {
            font-size: 14px;
        }
        .fs-med, .fs-med p {
            font-size: 16px;
        }
        .fs-large, .fs-large p {
            font-size: 18px;
        }
        .btn {
            padding: 12px 30px;
        }
        #breadcrumbs {
            margin-top: 35px;
            margin-bottom: 50px;
        }
    }   
}
@media screen and (max-width:991px){
    body.front-end, body.wp-admin #wpcontent #wpbody #poststuff .acfe-fc-preview {
        h1, .h1 {
            font-size: 36px;
        }
        h2, .h2 {
            font-size: 24px;
        }
        h3, .h3 {
            font-size: 20px;
        }
        .btn {
            font-size: 11px;
            padding: 10px 24px;
        }
        #breadcrumbs {
            margin-top: 25px;
            margin-bottom: 35px;
        }
    } 
}
@media screen and (max-width:767px){
    body.front-end, body.wp-admin #wpcontent #wpbody #poststuff .acfe-fc-preview {
        .btn {
            font-size: 11px;
            padding: 10px 24px;
        }
        #breadcrumbs {
            margin-top: 20px;
            margin-bottom: 25px;
        }
        &.woocommerce-page {
            .col2-set {
                >.col-1, >.col-2 {
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
        }
    } 
}
@media screen and (max-width:767px){
    body.front-end, body.wp-admin #wpcontent #wpbody #poststuff .acfe-fc-preview {
        .social-media-icon {
            font-size: 24px;
        }
    }

}