/* Basic */

span.avoidwrap {
    display: inline-block;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
    filter: grayscale(90%);
}

blockquote {
    font-size: 16px;
    color: #666;
    font-style: normal !important;
}

/* Overlay */
div#overlay {
    animation: 0.2s ease 0s normal none 1 running booked-fadein;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 1000;
}

div.popup-wrap {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #F5F5F5 none repeat scroll 0 0;
    overflow-y: auto;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px 30px 20px;
    position: relative;
    width: 100%;
    max-width: 330px;
    box-sizing: border-box;
    margin-top: 100px;
}

/* Popup Dlg */
.popup-form input[type=text], .popup-form input[type=email], .popup-form input[type=tel], .popup-form textarea {
    width: 100%;
}

.header-classic #Top_bar {
    background-color: white;
}

#Top_bar .menu > li > a {
    /*
    color: #58B32B;
    */
    color: #00A287;
    font-family: 'Montserrat', sans-serif;

    font-weight: 600;
}

#Top_bar .menu > li.hover > a {
    color: #63C7B6;
}

#Top_bar .menu > li a:after {
    background: #63C7B6;
}

#Top_bar #logo {
    height: 100px;
}

#Top_bar .menu > li > a {
    padding: 40px 0 30px 0;
}

#Top_bar .menu > li > ul {
    top: calc(100% - 10px);
}

#Top_bar .responsive-menu-toggle {
    color: black;
}

#Header a.responsive-menu-toggle {
    position: absolute !important;
    top: 60px !important;
}

#Top_bar #menu ul li.submenu .menu-toggle {
    color: #484744;
}

#Subheader {
    padding: 40px 0 180px;
    background-color: transparent;
    background: url(/images/ribbon.jpg) center center no-repeat;
    background-size: cover;
}

#Subheader .title {
    color: #3B4B50;

    font-family: 'Montserrat', sans-serif;

    font-weight: 500;

    font-size: 40px;
    line-height: 40px;

    text-transform: uppercase;
    letter-spacing: 1.8px;
}

/* Products */
hr.titleSep2 {
    display: inline-block;
    height: 2px;
    max-width: 75px;
    color: #409843;
    background-color: #409843;
}

.brands .image_wrapper {
    text-align: center;
}

.brands img {
    max-width: 80% !important;
}

/* FAQ */
.faq .question .title {
    font-weight: 600;
}

/* 404 */
#Wrapper, #Header_wrapper, .header-classic #Top_bar {
    background-color: transparent;
}

#Top_bar .container {
    background-color: white;
}

/* Footer */
#Footer {
    background-color: #409843;
}

#Footer a {
    color: #333;
}

#Footer a:hover {
    color: #000;
}

#logo-footer {
    opacity: .5;
    margin-top: 60px;
}

#email_subscribe {
    margin: 0;
    outline: none;
    border: none;
    border-width: 0;
    display: inline-block;
    border-color: white;

    max-width: calc(100% - 50px);
    width: 100%;
}

#nl_submit {
    margin: 0;
    background: url('/images/newsletter-icon.png') no-repeat center center;
    text-indent: -10000px;
    /*
    background-color: #3A3740 !important;
    */
    border: none;
    color: white;
    height: 36px;
    width: 50px;
    display: inline-block;
    float: right;
}

#nl_submit:hover {
    background-color: black !important;
}

.style-simple .pricing-box:not(.pricing-box-featured) {
    background-color: white;
}

.social_column a {
    color: white !important;
    text-decoration: none;
}

.social_column a i:before {
    margin-left: 0;
}

/* DESIGN BY DODC */
a.dim2Bright img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: all .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    opacity: .6;
}

a.dim2Bright:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1;
}

.dodcH5 {
    display: inline-block;
    margin-right: 15px;
    color: white !important;
    font-size: 12px;
}

/* Share button */
div.share-button {
    position: fixed;
    top: 20%;
    right: 0;
    display: inline-block !important;
    width: 50px;
    z-index: 9999;
}

.share-button .social.active {
    margin-left: -5px;
}


.share-button label {
    font-size: 26px;
    margin: 0;
    padding: 2px 5px;
}

.share-button ul:after {
    margin-top: -158px;

}

.entypo-export::before {
    text-align: center;
    display: block;
}

.hideRight {
    right: -100px !important;
}

/* Slider */
.slick-gallery div {
    margin: 0 15px 0 6px;
}

.slick-gallery.row2 div {
    margin: 0 5px 0 2px;
}

/* defaults */
button.slick-arrow {
    z-index: 9999;
    border: none;
    color: white !important;
    /*
    background: transparent !important;
    */
    background-color: rgba(0, 0, 0, .4) !important;
    margin: 0;
}

button.slick-arrow:hover {
    background-color: rgba(0, 0, 0, .5) !important;
}

button.slick-arrow:hover:before {
    opacity: 1;
}

button.slick-arrow:before {
    font-size: 30px;
    opacity: .75;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 47%;

    width: 31px;
    height: 40px;
    padding: 0;

    transform: translate(0, -50%);
    cursor: pointer;
    color: white;
    border: none;
    outline: none;

}

.slick-prev:before {
    content: '\e8b7';
}

.slick-next:before {
    content: '\e915';
}

.slick-prev:before, .slick-next:before {
    font-family: 'mfn-icons';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.slick-prev:before:hover, .slick-next:before:hover {
    opacity: 1;
}

.slick-prev {
    left: -13px;
}

.slick-next {
    right: -9px;
}

/* Gallery lightbox */
#photoswipe_overlay {
    display: none;
    animation: 0.2s ease 0s normal none 1 running booked-fadein;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 10000;
}

#photoswipe_wrapper {
    position: relative;
    margin: auto;
    width: 1000px;
    height: 600px;
}

button.pswp__button, button.pswp__button:hover {
    border: none !important;
    background-color: transparent !important;
}

div.pswp__caption__center {
    text-align: center;
    max-width: 800px;
    padding-bottom: 30px;
}

div.pswp__caption__center h2 {
    color: white;
}

div.pswp__top-caption {
    position: absolute;
    top: 0;
    left: 49%;
    height: 44px;
    width: 44px;
    padding-top: 10px;
}

div.pswp__top-caption img {
    height: 36px;
}

/* Gallery / Portfolio */
#sc_gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33.33%;
}

#sc_gallery-1 .gallery-item a {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.wp-caption-text {
    display: none;
}

.image_frame:hover .image_wrapper img, .image_frame.hover .image_wrapper img {
    top: -4%;
}

/* Responsive */
@media only screen and (min-width: 1240px) {
}

@media only screen and (max-width: 1239px) {
    /* Mobile menu */
    #Top_bar #menu {
        background-color: #D8D6CE;
    }

    #Top_bar #menu ul.submenu > li > a {
        font-size: 12px;
        padding: 0 0 0 30px !important;
    }

    #Top_bar #menu ul.submenu > li.submenu ul.submenu > li > a {
        padding: 0 0 0 40px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (max-width: 767px) {
    /* Header */
    #Top_bar .logo {
        margin: 0;
    }

    #Top_bar .logo #logo {
        margin: 15px 25% 15px 0;
    }

    #Header a.responsive-menu-toggle {
        position: absolute !important;
        top: 50px !important;
        right: -5px !important;
    }

    #Top_bar {
        background-color: white !important;
    }

    #Top_bar .menu > li > a {
        font-weight: 700;
    }

    /* Front page slider */
    #front-page-slider {
        width: 100% !important;
    }

    /* Footer */
    .alignleft-mobile {
        float: left !important;
        margin: 15px 15px 15px 0;
    }

    #Footer .footer_copy .copyright {
        float: left;
        margin: 0 0 10px 0;
    }

    #logo-footer {
        margin-top: 0;
    }

    /* Packages */
    .column_pricing_item {
        margin-bottom: 40px !important;
    }

    /* Share button on the left */
    div.share-button {
        right: auto;
        left: 7px;
    }

    label.entypo-export {
        padding: 2px 5px 5px 10px;
    }

    .share-button .social.active {
        margin-left: -2px;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #Content .gallery:not(.gallery-columns-1) .gallery-item {
        width: 50%;
        clear: none;
    }
}

@media only screen and (max-width: 479px) {
    #slide-1-layer-2 {
        font-size: 3.3vw !important;
        line-height: 3.3vw !important;
    }

    #slide-1-layer-4 {
        font-size: 4vw !important;
        line-height: 5vw !important;
    }

    .faq .question .title, .faq .question .answer {
        padding-left: 30px !important;
        padding-right: 0;
    }

    blockquote {
        margin-right: 0;
        margin-left: 0;
    }

    /* Rev Slider fix */
    .mrgn-top-mobile {
        margin-top: 180px;
    }

    #Content .gallery .gallery-item {
        width: 100%;
    }
}

/* Height */
@media screen and ( max-height: 480px ) {
    div.share-button {
        top: 40%;
    }
}
