/*
Theme Name: Timmerman
Description: The main theme of the Timmerman project. This is a descendant of the Flatsome theme. This means that Timmerman should be the main and active theme, but the Flatsome theme cannot be deleted. If you need to make changes to the basic design of the site, we recommend that you contact the developer.
Author: Maxen Studio
Author URI: https://maxen.studio
Template: flatsome
Version: 1.1
*/

/* ###################################################################################### */
/* ##################################### VARIABLES ###################################### */
/* ###################################################################################### */

:root {
    --dark: #2B2A29;
    --dark-grey: #6C7A89;
    --dark-grey-25: rgba(108, 122, 137, 0.25);
    --orange: #FF8C00;
    --green: #006442;
    --green-25: rgba(0, 100, 67, 0.25);
    --light-green: #26C281;
    --error: #CF000F;
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* #################################### KEYFRAMES ####################################### */
/* ###################################################################################### */

/* Glassmove for header */

@-webkit-keyframes glassmove {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes glassmove {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes glassmove {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes glassmove {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* ###################################### GLOBAL ######################################## */
/* ###################################################################################### */

/* Header */

h2.section-title {
    margin-top: 45px;
}
.section-title-bold-center span {
    border: none;
    border-right: 1px solid var(--dark-grey-25);
    border-left: 1px solid var(--dark-grey-25);
    padding: .3em .8em;
    color: var(--green);
    box-shadow: 0px 0px 10px var(--dark-grey-25);
}
.section-title-main {
    background: rgba(255,255,255,.5);
}
.section-title b {
    height: 1px;
    opacity: .25;
    background-color: var(--dark-grey);
}

/* Sections */

.shadow {
    box-shadow: 0 3px 5px rgba(30,30,30,.10);
}

/* Buttons */

.button.primary {
    margin: 5px;
    margin-right: 5px !important;
    margin-left: 5px !important;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.button.primary:hover {
    background: var(--light-green) !important;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.button.primary span {
    font-weight: 400;
    line-height: 100%;
    position: relative;
    top: 1px;
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* ###################################### HEADER ######################################## */
/* ###################################################################################### */

/* Main header animation */

.container {
    padding-left: 30px;
    padding-right: 30px;
}
.header-bg-image {
    -webkit-animation: glassmove 48s ease infinite !important;
    -moz-animation: glassmove 48s ease infinite !important;
    -o-animation: glassmove 48s ease infinite !important;
    animation: glassmove 48s ease infinite !important;
}

/* Language switcher */

li.wpml-ls-current-language {
    display: none !important;
}
li.html.custom.html_topbar_left {
    margin: 0 !important;
}
div.wpml-ls-legacy-list-horizontal {
    padding: 0;
}
li.wpml-ls-item a {
    color: white;
}
li.wpml-ls-item:hover {
    text-decoration: underline;
}
li.wpml-ls-current-language a {
    color: #6C7A89;
}
li.wpml-ls-item a.wpml-ls-link {
    padding: 5px;
}

/* Main menu */

.nav>li>a {
    font-size: 16px;
    opacity: .75;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.nav>li:hover>a {
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.nav-line-bottom > li > a:before {
    background-color: var(--light-green) !important;
    height: 2px;
}

/* Dropdowns */

.has-dropdown .icon-angle-down {
    margin-left: 7px;
    opacity: .5;
}

/* Mobile menu */

.header-inner {
    box-shadow: 0 5px 10px rgba(255,255,255,.1);
}
/* .mfp-content {
    background-image: url(/assets/uploads/wood_mob_dark.png);
} */
.nav-sidebar.nav-vertical>li+li {
    border-top: none;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding: 10px 5px 10px 20px;
}
.nav-sidebar .menu-item a {
    font-size: 14px;
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* ####################################### PAGES ######################################## */
/* ###################################################################################### */

/* Home */

.button-row .col {
    padding: 10px;
}
.mainblock {
    padding: 25px;
}
.mainblock .col-inner {
    padding: 50px 25px;
    border-radius: 5px;
}
.mainhead {
    font-size: 80%;
    margin-top: 50px;
    color: var(--primary-color);
}
.mainhead span {
    font-weight: 600;
    color: var(--green);
}

.home-products .product-title a {
    text-transform: uppercase;
    color: var(--green);
    font-weight: 600;
}

.home-products .product .col-inner, .home-products .box {
    border-radius: 10px;
}
.home-products .box img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.home-products .product .product-title a {
    padding: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.home-products .product:hover .product-title a {
    color: var(--light-green);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.home-products .box-text {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Boards char */

.hotspot-wrapper {
    z-index: 999;
}
.char img {
    border-radius: 5px;
}

/* Montage */

.montage {
    display: inline-block;
    margin-top: 1em;
}
.col-img {
    padding: 0 15px;
}
.info strong {
    color: var(--light-green);
    font-size: 600;
}
.info strong.caution {
    color: var(--error);
}
.tm-stuff img {
    max-width: 90px;
}

/* Photo sliders */

.tm-slider .box-text, .tm-slider .gallery-col {
    padding-bottom: 0;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* ####################################### SHOP  ######################################## */
/* ###################################################################################### */

/* Category page */

.product-category.col.product {
    max-width: 50%;
    flex-basis: 50%;
}
.product-category.col.product .col-inner {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
} 
.product-category.col.product .box-text {
    box-shadow: 0px 0px 10px var(--dark-grey-25);
}

/* Catalog page */

.category-page-row .products .product-title {
    font-weight: 600;
    font-size: 125%;
    text-transform: uppercase;
}
.category-page-row .products .product-title a {
    color: var(--light-green);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.category-page-row .products .product-title a:hover {
    color: var(--orange);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.box-text {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
}
.category-page-title .woocommerce-result-count, .category-page-title .woocommerce-ordering {
    display: none;
}

/* Shop sidebar */

#shop-sidebar .sidebar-inner {
    padding: 0;
}
.widget.woocommerce .widgettitle {
    display: none;
}
.filter--style-premmerce .filter__title {
    font-weight: 600;
    color: var(--green);
    text-transform: none;
    font-size: 15px;
}
.filter__checkgroup-count {
    font-size: 14px;
    top: 0px;
    opacity: .65;
    color: var(--primary-color);
}
.filter--style-premmerce .filter__checkgroup-title {
    font-size: 14px;
}
.pc-active-filter__list {
    padding: 10px;
}
.pc-active-filter__list-item {
    margin: 5px;
    font-size: 14px;
}
.pc-active-filter__item-delete {
    line-height: 15px;
    border-radius: 2px;
}

/* Quick view */

div.product-info {
	overflow-y: scroll;
	-ms-overflow-style: none;
}
div.product-info::-webkit-scrollbar {
  display: none;
}
div.product-lightbox-inner {
	position: absolute;
}
div.product-lightbox-inner a h1 {
    color: var(--light-green);
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
}
div.product-lightbox-inner a:hover h1 {
    color: var(--orange);
    transition: all .5s;
    -webkit-transition: all .5s;
}

/* Shop page */

.product-short-description .info {
    padding: 5px 0px 5px 0px;
    color: var(--primary-color);
    border-bottom: 1px solid var(--dark-grey-25);
    font-weight: 600;
}
.product-info .product_meta {
    font-size: .8em;
    margin-bottom: 1em;
    margin-top: 1em;
    opacity: .75;
}
.product-info .product_meta>span {
    border-top: none;
}
.button.primary.shop-button {
    margin: 20px 0 !important;
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* ##################################### DEALERS ######################################## */
/* ###################################################################################### */

.partner img {
    height: 100px;
    width: auto;
}
.partner-contacts {
    list-style: none;
}
.region.active {
    fill: #006442;
}
#UA-40, #UA-43 {
    opacity: .5;
}
.accordion .toggle {
    left: 40px;
}
.accordion-inner .row {
    margin-left: 0 !important;
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* ##################################### CONTACTS ####################################### */
/* ###################################################################################### */

/* Phone row */

.pnone-row a {
    font-size: 17px;
    font-weight: 600;
    padding: 5px 0;
    margin: 10px 0;
}
.pnone-row a span {
    color: var(--light-green);
}
.pnone-row a:hover span {
    color: var(--orange);
}

/* gReCaptcha v3 */

.grecaptcha-badge {
    visibility: hidden;
}

/* Forms */

.c-form .c-form-row {
    display: flex;
}
.c-form .c-form-row-n {
    display: block;
}
.c-form .c-form-row .sub-3 {
    flex-basis: 33.3333%;
}
.c-form .sub-3 span input, .c-form .sub span input, .c-form .sub span textarea {
    margin: 10px 5px;
    width: calc(100% - 10px);
    border: 1px solid var(--dark-grey-25);
    border-radius: 5px;
    box-shadow: none;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.c-form .sub-3 span input:hover, .c-form .sub span input:hover, .c-form .sub span textarea:hover, 
.c-form .sub-3 span input:focus, .c-form .sub span input:focus, .c-form .sub span textarea:focus {
    border: 1px solid var(--green);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.sub {
    text-align: center;
}
.sub input.wpcf7-submit {
    margin: 30px 10px 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    padding: 7px 5px 5px 5px;
    line-height: 20px;
    height: 40px;
    min-width: 200px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.sub input.wpcf7-submit:hover {
    background-color: var(--green);
    transition: all .5s;
    -webkit-transition: all .5s;
} 

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* ###################################### FOOTER ######################################## */
/* ###################################################################################### */

/* Footer global */

#footer a, #footer p, #footer span {
    font-size: 14px;
}
#footer .f-contact a, #footer .f-contact p {
    display: block;
}
#footer .f-contact .copyright {
    text-align: center;
    opacity: .5;
}
#footer .f-contact .copyright, #footer .f-contact .copyright a, #footer .f-contact .copyright p {
    font-size: 13px;
}

/* Footer interactive */

#footer .widget-title {
    font-size: 16px;
    color: white;
}
#footer li.page_item a, #footer li.cat-item a, #footer .f-contact a {
    padding-left: 0px;
    opacity: .75;
    transition: all .5s;
    -webkit-transition: all .5s;
}
#footer li.page_item:hover a, #footer li.cat-item:hover a, #footer .f-contact a:hover {
    padding-left: 7px;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
}
#footer .copyright a:hover {
    padding-left: 0;
    text-decoration: underline;
}

/* Footer maplink */

#footer .maplink img {
    opacity: .75;
}
#footer .maplink:hover img {
    opacity: 1;
}

/* Absolute footer */

.absolute-footer {
    display: none;
    padding: 0px;
    height: 40px;
    box-shadow: 0px 0px 10px rgba(255,255,255,.1);
}
#dev {
    position: relative;
    top: 5px;
}

/* Scroll top */

a.back-to-top {
    background: rgba(255,255,255,.5) !important;
}

/* Scrollbar */	

::-webkit-scrollbar {
    position: relative;
    width: 7px;
    overflow-x: hidden;
    overflow-y: scroll;
}
::-webkit-scrollbar-track {
    position: absolute;
    border-radius: 0px;
    background: #2B2A29;
} 
::-webkit-scrollbar-thumb {
    position: absolute;
    border-radius: 0px;
    background: #6C7A89;
}

/* Firefox Scrollbar */

html {
    scrollbar-width: thin !important;
    scrollbar-color: #6C7A89 #2B2A29 !important;
}

/* Selection */

::selection {
    background: #FF8C00;
}
::-moz-selection {
    background: #FF8C00;
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* ######################################## FIXES ####################################### */
/* ###################################################################################### */

/* Textarea fix */

textarea {
    resize: vertical;
}

/* Outline on active buttons */

button, input, i, li, a, ul, img, button:focus, input:focus, i:focus, li:focus, a:focus, ul:focus, img:focus {
    outline: 0 !important;
    outline: none !important;
    outline-style: none;
    -moz-outline-style: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

/* Nullifying stuff */

pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 0;
}
.columns {
    padding: 0 15px;
}

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ##################################### M E D I A ###################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

#logo:after {
	height: 24px;
	width: 100px;
	display: none;
	content: 'some';
	position: absolute;
	text-align: left;
	opacity: 0.5;
	top: 0px;
    left: 0px;}

    @media only screen and (max-width: 479px) {

        #logo:after {
            content:'+479';}

        /* ################################### HEADER ################################### */

        .header-main li.html.custom {
            display: block;
        }
        .container {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        /* ############################################################################## */

        /* #################################### SHOP #################################### */

        /* Category page */

        .product-category.col.product {
            max-width: 100%;
            flex-basis: 100%;
        }

        /* ############################################################################## */

        /* ################################## CONTACTS ################################## */

        /* Forms */

        .c-form .c-form-row {
            display: block;
        }

        /* ############################################################################## */

        /* ################################### FOOTER ################################### */

        #footer .widget {
            margin-top: 25px;
            margin-bottom: 25px;
        }
        #footer .map {
            text-align: center;
        }
        #footer .maplink img {
            max-width: 290px;
        }

        /* ############################################################################## */

    }

    /* ################################################################################## */
    /* ################################################################################## */
    /* ################################################################################## */
    
    @media only screen and (min-width: 480px) and (max-width: 549px) {
    
        #logo:after {
            content:'480-549';}

        /* ################################### HEADER ################################### */

        .header-main li.html.custom {
            display: block;
        }
        .container {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
        
        /* ############################################################################## */

        /* #################################### SHOP #################################### */

        /* Category page */

        .product-category.col.product {
            max-width: 100%;
            flex-basis: 100%;
        }

        /* ############################################################################## */

        /* ################################### FOOTER ################################### */

        #footer .widget {
            margin-top: 25px;
            margin-bottom: 25px;
        }
        #footer .map {
            text-align: center;
        }
        #footer .maplink img {
            max-width: 320px;
        }

        /* ############################################################################## */

    }

    /* ################################################################################## */
    /* ################################################################################## */
    /* ################################################################################## */
    
    @media only screen and (min-width: 550px) and (max-width: 634px) {
        
        #logo:after {
            content:'550-634';}

        /* ################################### HEADER ################################### */

        .header-main li.html.custom {
            display: block;
        }
        
        /* ############################################################################## */

        /* ################################## DEALERS ################################### */

        .accordion-inner .row .col {
            min-width: 100% !important;
        }

        /* ############################################################################## */

        /* ################################### FOOTER ################################### */

        #footer .widget {
            margin-top: 25px;
            margin-bottom: 25px;
        }
        #footer .map {
            text-align: center;
        }
        #footer .maplink img {
            max-width: 320px;
        }

        /* ############################################################################## */

    }

    /* ################################################################################## */
    /* ################################################################################## */
    /* ################################################################################## */
    
    @media only screen and (min-width: 635px) and (max-width: 849px) {
    
        #logo:after {
            content:'635-849';}

        /* ################################### HEADER ################################### */

        .header-main li.html.custom {
            display: block;
        }
        
        /* ############################################################################## */

        /* ################################## DEALERS ################################### */

        .accordion-inner .row .col {
            min-width: 100% !important;
        }

        /* ############################################################################## */

        /* ################################### FOOTER ################################### */

        #footer .widget {
            max-width: 50%;
            margin-top: 25px;
            margin-bottom: 25px;
        }
        #footer .map {
            text-align: center;
        }
        #footer .maplink img {
            max-width: 290px;
        }

        /* ############################################################################## */

    }

    /* ################################################################################## */
    /* ################################################################################## */
    /* ################################################################################## */
    
    @media only screen and (min-width: 850px) and (max-width: 989px) {
        
        #logo:after {
            content:'850-989';}

        /* ################################### HEADER ################################### */

        .container {
            padding-left: 15px;
            padding-right: 15px;
        }
        #logo {
            width: 200px !important;
        }
        .nav>li>a {
            font-size: 12px;
        }
        .wpml-ls-statics-shortcode_actions ul {
            font-size: 11px;
        }
        
        /* ############################################################################## */

        /* ################################### FOOTER ################################### */

        #footer .widget {
            max-width: 50%;
            width: 50%;
            flex-basis: 50%;
            margin-top: 25px;
            margin-bottom: 25px;
        }
        #footer .map {
            text-align: center;
        }
        #footer .maplink img {
            max-width: 290px;
        }

        /* ############################################################################## */

    }

    /* ################################################################################## */
    /* ################################################################################## */
    /* ################################################################################## */

    @media only screen and (min-width: 990px) and (max-width: 1151px) {
        
        #logo:after {
            content:'990-1151';}

        /* ################################### HEADER ################################### */

        #logo {
            width: 200px !important;
        }
        .nav>li>a {
            font-size: 13px;
        }
        
        /* ############################################################################## */

    }

    /* ################################################################################## */
    /* ################################################################################## */
    /* ################################################################################## */
    
    @media only screen and (min-width: 1152px) and (max-width: 1365px) {
    
        #logo:after {
            content:'1152-1365';}

    }

    /* ################################################################################## */
    /* ################################################################################## */
    /* ################################################################################## */
    
    @media only screen and (min-width: 1366px) and (max-width: 1679px) {
    
        #logo:after {
            content:'1366-1679';}

    }

    /* ################################################################################## */
    /* ################################################################################## */
    /* ################################################################################## */
    
    @media only screen and (min-width: 1680px) {
        
        #logo:after {
            content:'1680+';}
    
    }