/*
 Theme Name:   Chemtech
 Description:  Chemtech - Siemens
 Template:     layerswp
 Version:      1.0
 Author: Obox
 Author Description: Aporama Digital
 Author URI: http://www.aporama.com.br
 Theme URI: ahttp://www.aporama.com.br

*/
/*---------------------------*/
/*- #MAIN CSS ---------------*/
/*---------------------------*/

/*-----------------------*/
/*- #DEFAULTS -----------*/
.wrapper-content{
    background: #f8f8f8;
}
.bread-crumbs{
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidebar .widget{
    margin-bottom: 60px;
    padding: 0;
    background: transparent;
    word-wrap: break-word;
}
.sidebar .section-nav-title{
    color: #15110F;
    text-transform: none;
}

textarea, input, select{
    border-width: 1px;
    border-color: #ddd;
    border-radius: 3px;
}

    /*-------------------*/
    /*- #BUTTONS --------*/
 
input[type="button"], input[type="submit"], button, .button, .form-submit input[type="submit"], .product-top .button {
    background: #00446b;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}
    /*-------------------*/
    /*- #TABLE ----------*/
    table,
    table th,
    table td{
        border-width: 1px;
        font-size: 1.6rem;
    }
    table{
        padding: 10px;
        background: #fff;
    }

/*-----------------------*/
/*- #HEADER -------------*/
.header-site{
    background-color: #fff;
}
.header-site .nav > ul > li > a{
    font-weight: 200;
    text-transform: uppercase;
}

    /*-------------------*/
    /*- #SUB MENU -------*/
    .header-site .nav .sub-menu{
        border: 1px solid rgba(0, 0, 0, 0.2);
      /*  border-radius: 6px */;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    }
    .header-site .nav .sub-menu li a{
        font-weight: 300;
        font-size: 1.3rem;
        text-transform: uppercase;
    }
    .header-site .nav .sub-menu li:first-child a{
        /* border-radius: 4px 4px 0 0;-*/
    }
    .header-site .nav .sub-menu li:last-child a{
       /* border-radius: 0 0 4px 4px;-*/
    }

    /*-------------------*/
    /*- #LOGO -----------*/
    .site-logo-link + .site-description .sitename{
        text-transform: uppercase;
        font-size: 2rem;
    }
    .tagline{
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: 200;
    }

    /*-------------------*/
    /*- #TITLE CONTAINER */
    .title-container{
        background: #15110F;
    }
    .title-container .bread-crumbs,
    .title-container .bread-crumbs a{
        color: rgba(255, 255, 255, 0.75);
    }
    .title-container .bread-crumbs a:hover{
        color: rgba(255, 255, 255, 1);
    }
    .title-container .heading{
        color: rgba(255, 255, 255, 1);
    }
    .title-container .excerpt{
        color: rgba(255, 255, 255, 0.8);
    }


/*-----------------------*/
/*- #FOOTER -------------*/
.footer-site .section-nav-title{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 2rem;
    font-weight: 200;
}
.invert .row + .copyright{
    border-color: rgba(255, 255, 255, 0.15)
}

/*-----------------------*/
/*- #PAGINATION ---------*/
.pagination li{
    margin-right: 5px;
    border: none;
}
.pagination a,
.pagination span{
    padding: 8px 16px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: #454545;
}
.pagination .current{
    background: none;
    border-color: rgba(0, 0, 0, 0.45);
    color: #000;
}



/*----------------------*/
/*- #ICONS -------------*/
.wc-tabs .description_tab a:before,
.wc-tabs .additional_information_tab a:before,
.wc-tabs .reviews_tab a:before,

.widget_product_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before{
    font-family: 'layers-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.4rem;
    color: #C57F35;
    margin-right: 6px;
}
/* Clock */
.widget_archive ul li:before{
    content: "\f018";
}
/* Chat bubble */
.widget_recent_comments ul li:before,
.wc-tabs .reviews_tab a:before{
    content: "\f0e6";
}
/* Folder */
.widget_product_categories ul li:before,
.widget_categories ul li:before,
.wc-tabs .additional_information_tab a:before{
    content: "\f116";
}
/* Pages */
.widget_pages ul li:before{
    content: "\f0f6";
}
/* Pen */
.widget_recent_entries ul li:before,
.wc-tabs .description_tab a:before{
    content: "\f040";
}


/*--------------------------*/
/*- #BIG PRODUCT SEARCH BAR */
.page-template-builder .wrapper-content .widget.woocommerce.widget_product_search{
    max-width: none;
    background: #333;
}
.page-template-builder .wrapper-content .widget.woocommerce.widget_product_search form{
    max-width: 1000px;
    margin: auto;
}
.page-template-builder .wrapper-content .widget.woocommerce.widget_product_search input[type="search"]{
    width: 80%;
    height: 48px;
    max-width: none;
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 1.8rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-template-builder .wrapper-content .widget.woocommerce.widget_product_search input[type="submit"]{
    width: 20%;
    height: 48px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 1.6rem;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-template-builder .wrapper-content .widget.woocommerce.widget_product_search input[type="submit"]:hover{
    background: rgba(0, 0, 0, 1);
    color: #fff;
}



    .tagcloud a{
        display: inline-block;
        padding: 0 6px;
        margin-bottom: 2px;
        border:  1px solid rgba(0, 0, 0, 0.45);
        border-radius: 6px;
        color: #000;
        font-size: 1.3rem !important;
        font-weight: 200;
        text-transform: uppercase;
    }

    .tagcloud a:hover{
        background: #C57F35;
        color: #fff;
        border-color: transparent;
    }

    .cart_list .quantity{
        font-size: 1.5rem;
        font-weight: 200;
    }
    .cart_list .remove + a{
        margin-bottom: 0;
    }
    .sidebar .widget_shopping_cart{
        font-size: 1.5rem;
    }



    /*-------------------*/
    /*- #SELECT2 --------*/
    .select2-dropdown-open.select2-drop-above .select2-choice,
    .select2-dropdown-open.select2-drop-above .select2-choices,
    .select2-drop.select2-drop-active,
    .select2-drop.select2-drop-above.select2-drop-active,
    .select2-container .select2-choice,
    .select2-search input{
        border-width: 1px;
        border-radius: 3px;
        border-color: #ddd;
    }



/*-----------------------*/
/*- #STOREKIT WIDGETS ---*/

    /*-------------------*/
    /*- #SEARCH ---------*/
    .widget_product_search input[type="search"]{
        border-radius: 3px 0 0 3px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    }
    .widget_product_search input[type="submit"]{
        text-transform: none;
        border-radius: 0 3px 3px 0;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    }

    /*-------------------*/
    /*- #PRODUCT LISTS --*/
    .storekit-product-category-widget .thumbnail-media{
        border-radius: 6px;
    }
    .storekit-product-list-widget .thumbnail{
        border-radius: 6px;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    }

    /*-------------------*/
    /*- #PRICE SLIDER ---*/
    .price_slider_wrapper .ui-widget-content{
        background: rgba(0, 0, 0, 0.1);
    }
    .ui-slider .ui-slider-range{
        background-color: #000;
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default{
        background: #C57F35;
    }
    .price_slider_amount .button{
        text-transform: none;
        font-weight: 600;
    }

/*-----------------------*/
/*- #BLOG ---------------*/
.span-8 .post{
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.span-8 .post .thumbnail{
    clear: both;
    margin: 40px -40px 40px;
}
.span-8 .post .section-title{
    margin: 0 0 20px;
}
.span-8 .post .copy{
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid  rgba(0, 0, 0, 0.1);
    font-size: 2rem;
}
.meta-info{
    margin-bottom: 30px;
    color: #999;
}
.meta-info a{
    color: #999;
    text-decoration: underline;
}
.meta-info a:hover{
    color: #000;
}

.layers-content-widget .media-image img{
    border-radius: 6px;
}

.button-collection .button{
    margin-right: 8px;
}
.cart_list .quantity{
    clear: left;
}


/*----------------------------------*/
/*- #Desktop CSS -------------------*/
/*----------------------------------*/
@media only screen and (min-width: 769px){

    /*-----------------------*/
    /*- #DEFAULTS -----------*/
    .container,
    .title-container .title{
        max-width: 1240px;
    }
    .swiper-container.container{
        max-width: 1240px;
    }
    .swiper-slide .copy-container{
        max-width: 1240px;
    }
    .content-main{
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .section-title.large .excerpt,
    .section-title.medium .excerpt{
        font-weight: 200;
    }
    .widget:not(.slide) .section-title{
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .space-header.widget .section-title{
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .button{
        font-weight: 200;
    }
    .with-overlay .thumbnail-body{
        border-radius: 6px;
    }
    .with-overlay .button{
        color: #fff;
        border-width: 1px;
    }

    .sidebar .section-nav-title{
        padding: 0px 0px 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 2rem;
        font-weight: 200;
    }
    .sidebar .widget li,
    .sidebar .widget li:not(:last-child){
        border-bottom: none;
    }

    .sidebar .widget .product_list_widget li{
        padding: 8px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        border-radius: 6px;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    }
    .product_list_widget img{
        max-width: 60px;
    }
    .sidebar .amount{
        font-size: 1.5rem;
    }


    label{
        font-size: 1.8rem;
        font-weight: lighter;
        color: #000;
    }
    .swiper-container .arrows a{
        background: rgba(0, 0, 0, 0.1) none repeat scroll 0% 0%;
        border-radius: 6px;
        padding: 8px;
    }

    body,
    .media.medium .excerpt{
        font-size: 1.6rem;
    }
    .media.large .excerpt{
        font-size: 2.2rem;
        font-weight: lighter;
    }
    .story{
        font-size: 1.8rem;
    }


 p { font-size: 1.7rem}

.media.small .heading {  font-size: 1.8rem; font-weight: 700; }

#back-to-top a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(assets/img/arrow-up-small.png) no-repeat;
    background-size: 32px 32px;
    text-indent: -999px;
    overflow: hidden;
}

#back-to-top {
    display: block;
    bottom: 70px;
    right: 20px;
    position: fixed;
}



/* ------------------------ */
/* CHEMTECH Styles
/* ------------------------*/

/*  blue #004669   green #bed62f    black  #050505    */



body { background-color:#ffffff!important }

@media only screen and (min-width: 769px)
p {
    font-size: 1.6rem !important;
}

input[type=email], input[type=text], input[type=url], input[type=search], input[type=password], input[type=number], input[type=tel], input[type=date], .wpcf7-email {
    max-width: 720px!important;
}

textarea {
    padding: 10px 8px;
    max-width: 720px !important;
}

developer-form input, .developer-form select, .developer-form textarea {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    border-bottom: 1px solid #004669;
}

input[type="text"], input[type="email"], select, textarea {
    -webkit-appearance: none;
    background-color: #eaeaea;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    width: 100%;
    border-style: none none solid;
    border-bottom: 1px solid  #004669;
    border-radius: 0px;
    outline: none;
    color:#004669
}

textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 190px;
}


user agent stylesheet
input {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 1px;
    border-style: inset;
    border-color: initial;
    
}

label {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn.btn-primary.dark {
    color: #004669;
    border-color: #004669;
}
.btn.btn-primary {
    background-color: transparent;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: #004669
    font-size: 12px;
    font-weight: 500;
    height: 54px;
    letter-spacing: 0.1em;
    line-height: 54px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #004669;
    padding: 0px 28px;
}
.btn {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
    background: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    transition: color 0.5s cubic-bezier(0.46, 0.96, 0.71, 0.99);
}

span.count { font-family: 'Quattrocento Sans', sans-serif; !important }


#layers-widget-column-10 .heading {
    font-weight: normal;
    font-size: 4rem;
    font-family: 'Quattrocento Sans', sans-serif;
}
#layers-widget-column-10 strong {font-family: 'Quattrocento Sans', sans-serif; }
a#layers-widget-layers-pro-call-to-action-3-buttons-611 {
    border: 3px solid #ffffff;
    font-weight: 800;
}

#layers-widget-column-5 {
    background-repeat: no-repeat;
    background-position: center;
    padding: 1%;
}



.header-overlay-no-push .header-overlay:not(.is_stuck) {
    background: rgba(255,255,255,0);
}
.header-site .header-sticky .header-overlay .header-left .layers-parallax .layers-logo- { color:#fff }

.header-sticky.is_stuck.is_stuck_show .site-logo-link img {
    max-height: 30px; 
}
.header-site, .header-site.header-sticky {
    background-color: rgba(255, 255, 255, 0);
}
.header-site.header-sticky {
    background-color: rgba(255, 255, 255, 0.9);
    color:#004669 !important }
}
section.header-site.header-sticky.header-overlay.header-left.layers-parallax.layers-logo- a {
    color: #ffffff!important;
}

section.header-site.header-sticky.header-overlay.header-left.layers-parallax.layers-logo-.is_stuck.is_stuck_show a {
    color: #004669 !important;

}



#layers-widget-column-7, #layers-widget-column-8, #layers-widget-column-9 { background-color:#ffffff }
.header-site nav {
   margin-top: -20px;
}


#layers-widget-column-10 .heading {
    font-weight: bold;
    font-size: 4rem;
}

#layers-widget-column-7, #layers-widget-column-8,#layers-widget-column-9 , #layers-widget-column-10 {
 
    padding-left: 4%;
    padding-right: 4%;
}

#layers-widget-column-8-720 {
    padding-top: 1%;
}

h5.heading {
    font-weight: bold;
}
#layers-widget-column-10 .excerpt {
    font-weight: bold;
    font-size: 1.5rem;
}

.footer-site {
    background-color: #004669;
    border-top: 5px solid #bed62f;
}
#layers-widget-column-10 {
  border-top: 5px solid #bed62f;
  border-bottom: 5px solid #bed62f;
 }

.grid + .copyright {
    padding-top: 20px;
    border-top: 2px solid #bed62f;
}
.header-site .nav > ul > li > a {
    font-weight: 400;
    text-transform: uppercase;
}

.logo {
    padding: 0;
    max-width: 200px;
}


#layers-widget-column-3 { background-color: #004669; background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-3-275 { background-repeat: no-repeat;background-position: center;}


#layers-widget-column-7 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-7-720 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-7-967 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-7-119 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-7-953 { background-repeat: no-repeat;background-position: center;}

 #layers-widget-column-7 { background-repeat: no-repeat; background-position: center; padding-top: 1%; padding-bottom: 2%; }
 
 
#layers-widget-column-8 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-8-720 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-8-967 { background-repeat: no-repeat;background-position: center;}

#layers-widget-column-10 { background-color: #004669; background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-10-720 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-10-967 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-10-119 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-10-344 { background-repeat: no-repeat;background-position: center;}
 
 #layers-widget-column-9 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-9-967 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-9-720 { background-repeat: no-repeat;background-position: center;}
 
 #layers-widget-column-5 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-5-604 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-5-965 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-5-163 { background-repeat: no-repeat;background-position: center;} 
 #layers-widget-column-5-375 { background-repeat: no-repeat;background-position: center;}

div#off-canvas-right {
    background-color:#004669 !important;
}
/* */

.header-site.invert .sub-menu, .header-site.invert .sub-menu li a {
    background: #bed62f ;
    color: #ffffff;
}

.header-site .nav-horizontal li{ 
    padding: 10px;
}
.header-site .nav-horizontal li:hover
{   color:#ffffff !important;
    background-color: #bed62f ;
}
.header-site .nav-horizontal li a:hover{
    color: #FFF;
}
 
.header-site .nav-horizontal li a{
    color:#ffffff !important;
    color: #bed62f  !important; ;
}
.header-site .nav-horizontal li .sub-menu li a{
    color: #ffffff;
    background-color:#bed62f ;

}
.header-site .nav-horizontal li .sub-menu{
    background-color:#bed62f ;
    border:0;
}

.header-site.is_stuck_show .nav-horizontal li .sub-menu li a{
     color: #FFF !important;
}
section.header-site.header-sticky.header-overlay.header-left.layers-parallax.layers-logo-.is_stuck.is_stuck_show .sub-menu li a {
    color: #ffffff!important;
}
section.header-site.header-sticky.header-overlay.header-left.layers-parallax.layers-logo-.is_stuck.is_stuck_show  li a:hover {
    color: #ffffff!important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.is_stuck.is_stuck_show  { color: #ffffff }
/*
.nav-horizontal .current-menu-item a { background-color:#bed62f  }
*/
.header-secondary {
    display: none;
    padding: 10px 0;
    background: #00446b;
}


div#layers-widget-column-16 .section-title {
    border: 0px !important;
}

div#layers-widget-column-16 { padding: 0px }
div#layers-widget-column-16 .content-vertical-massive {
    padding-top: 0%;
    padding-bottom: 0%;
}

a#layers-widget-layers-pro-call-to-action-3-buttons-611 {
    background-color: transparent;
    border: 2px solid #ffffff;
    font-weight: 800;
}
div#layers-widget-column-16 {
    padding: 0px;
    border: 0px;
}



/* header change effect */
div#layers-widget-column-16 {
    padding: 0px;
    border: 0px;
    margin-top: -110px;
}

.header-site, .header-site.header-sticky {
    background-color: #ffffff;
   /* margin-top: 105px; */
}

/* start ini */
.header-site.header-sticky{
   background: rgba(0,73,105,0.0) !important;
   background-color: transparent;
}

/* scroll ini */

.header-sticky.is_stuck.is_stuck_show{
   background-color: #ffffff !important;
}

.no-padding { padding-top: 0%!important; padding-bottom: 0%!important; } 

div#layers-widget-column-5 {
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 0;


}

p.site-text.text-center {
    font-size: 1.2em;
    color: #fff;
}

.text-box { padding: 9em 4em 9em 4em !important}
.text-box-medium { padding: 4em 2em 4em 2em !important}

.text-credits { font-size:.9em; }
.text-footer p { font-size: .9em!important }
.text-footer h5 { font-size: 1em !important }

.title-inner-page h3 { padding-top: 2%; padding-bottom: 2%  }

.external-link { font-size:.7em!important; font-weight:bold }

media only screen and (min-width: 769px)
p {
    font-size: 1.6rem;
    line-height: 1.8em;
}

.text-block-full { padding:10px 100px 10px 10px; margin:0px }
.text-page {
    padding: 3em 7em 3em 7em !important;
}
/* list bullets */
.list-bullet  ul  { 
    list-style-image: url(https://www.chemtech.com.br/media/2016/10/bullet.png); 
}

.list-item li {
    list-style-image: url(https://www.chemtech.com.br/media/2016/10/bullet.png) !important; 
}

.list-item li {
    list-style-image: url(https://www.chemtech.com.br/media/2016/10/bullet.png) !important;
    padding: 5px 0px 5px 7px;
}

#layers-widget-column-21 {
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0px;
    padding-bottom: 70px;
}

.box-text-small .excerpt p { font-size:.9em!important }

.t-center {
    margin-left: 20em !important;
  
}
p.form-row.submit-btn {
    text-align: center;
}


a.btn.outline-blue {
    padding: 10px 10px;
    border: 3px solid;
    border-radius: 5px;
    border-color: #00446b;
    color: #00446b;
    margin-bottom: 20px;
    display: inherit;
    max-width: 46%;
    text-align: center;
}
/* bullet list */
.bullet-list  li { 
 margin-bottom:1em  ;

}
.bullet-list li {
margin:0 0 10px 0;
padding:5px 0 5px 25px;
list-style:none;
background: url('https://www.chemtech.com.br/media/2016/10/bullet.png') 0px 8px no-repeat;
background-repeat:no;


}
