/*
Theme Name: Industric
Theme URI: http://shtheme.org/demosd/industric
Author: Shtheme Team
Author URI: http://shtheme.com
Description: In 2021, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: industric

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


p.comment-form-cookies-consent{
    display: none;
}
p.form-submit input.submit{
    color: #FFF;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    margin-top: 40px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 30px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.3333333;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 3px;
}
p.form-submit input.submit:hover{
    color: #fff;
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
}

.widget_categories ul{
	display: flex;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
    flex-direction: column;
}
.widget_categories ul li  {
    position: relative;
    display: flex;
    padding: 0.75rem 0rem;
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    color: var(--paragraph-color);
    font-weight: 600;
    font-size: 14px;
    justify-content: space-between!important;
    align-items: center!important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.bp-caption .tags a {
    padding: 8px 20px;
    font-size: 12px;
    text-transform: none;
    background-color: #edf2f4;
    border: solid 1px #edf2f4;
    color: var(--headline-color);
    font-weight: 700;
    margin: 2px;
    text-transform: uppercase;
    border-radius: 0px;
}
.bp-caption .tags a:hover{
    color: #fff;
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
}
ul.wp-tag-cloud{
    display: flex;
    flex-wrap: wrap;
}
.wp-tag-cloud a{
    display: block;
    background: #edf2f4;
    border: solid 1px #edf2f4;
    font-size: 14px!important;
    color: var(--headline-color);
    padding: 4px 16px;
    border-radius: 5px;
    font-weight: 600;
}
.wp-tag-cloud li{
	display: block;
    margin-right: 9px;
    margin-bottom: 10px;
}
.wp-tag-cloud a:hover {
    color: #fff;
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
}
ul.pagination li span.current,
.woocommerce nav.woocommerce-pagination  ul.page-numbers li span.current{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    z-index: 1;
    color: #fff;
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
ul.pagination li a,
.woocommerce nav.woocommerce-pagination  ul.page-numbers li a{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #edf2f4;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
ul.pagination li a:hover,
.woocommerce nav.woocommerce-pagination  ul.page-numbers li a:hover{
    color: #fff;
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
}
ul.pagination li,
.woocommerce nav.woocommerce-pagination  ul.page-numbers li{
    margin-right: 8px;
}
.woocommerce nav.woocommerce-pagination  ul.page-numbers li{
    border-right: none;
}
.woocommerce nav.woocommerce-pagination ul{
    border:none;
}
.search-custom form button {
    border: 1px solid #fb6f63;
    color: #fff;
    font-size: 16px;
    height: 49px;
    position: relative;
    width: 49px;
    cursor: pointer;
    float: right;
    background: #fb6f63;
    margin-top: -49px;
    padding: 0;
    letter-spacing: 0;
}
.search-custom form button:hover{
    background: #fff;
    border: 1px solid #fb6f63;
    color: #fb6f63;
}
.search-custom form input{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}
.search-custom form input:focus{
    outline: none;
}
.search-custom h4{
    font-weight: 500;
}
.newsletter-form input.wpcf7-submit{
    position: absolute;
    border: none;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px 25px 16px 46px;
    width: auto;
}
form.wpcf7-form br{
    display: none;
}
div.wpcf7 .ajax-loader{
    display: none;
}
.blog-post-avatar img{
    border-radius: 50%!important;
}
.blog-post-tag a{
    margin-right: 10px;
}
div.wpcf7 .screen-reader-response{
    display: none!important;
}
.comment-box .media img {
    width: 80px;
    border-radius: 50%;
    margin-right: 1rem!important;
}
ul.list-unstyled li.media{
    margin-bottom: 20px;
}
ul.list-unstyled li.media:last-child{
    margin-bottom: 0;
}
.blog-grid .media img{
    width: 50px !important;
    border-radius: 50%;
    margin-right: 1rem!important;
}
li.tag a{
    text-transform: capitalize;
}
.stButton .stHBubble{
    height: 22px!important;
}
.stButton .chicklets{
    height: 24px!important;
    line-height: 24px!important;
}
a.comment-reply-link{
    padding: 6px 20px;
    text-transform: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 1.3333333;
    letter-spacing: 1px;
    font-weight: 600;
    color: #FFF;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
a.comment-reply-link:hover {
    color: #fff;
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0!important;
}
.signature-img{
    margin-right: 30px!important;
}
.cl-box-icon {
    margin: auto auto 10px!important;
}
.cw-box{
    color: #fff!important;
}
#contact-form .btn-default:hover{
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
}
div.wpcf7-response-output{
    margin: 10px 0 0 0 ;
}
.history-bg .section-title a.btn-default{
    position: relative;
    z-index: 1;
}
ul.accordion li:last-child{
    border-bottom: none;
}
figure.fb-icon{
    margin: auto auto 15px auto!important;
}
ul.service-lists li a{
    position: relative;
    padding: 0.75rem 1.25rem;
    background-color: #edf2f4;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    display: flex;
}
ul.service-lists li.active a {
    background-color: var(--secundary-color);
    color: #FFF;
}
ul.service-lists li a:hover{
    background-color: var(--secundary-color);
    color: #FFF;
}
ul.service-lists li{
    padding: 0 0 5px 0;
}
.error-page-content h1{
    margin: 0.6em 0;
}
.error-page-content a.btn-default{
    margin-top: 1rem;
}
.grid-service-box figure{
    margin: auto!important;
}
section{
    overflow: visible!important;
}
.blog-search form{
    display: flex;
}
.blog-search button{
    border:none;
    background-color: #eff5f5;
    padding: 0 10px;
}
.blog-search button:focus{
    background-color: #e0ebeb;
    outline:none!important;
}
.blog-search .form-control:focus + button{
    background-color: #e0ebeb;
}
.blog-search{
    margin-bottom: 0;
}
figure.bp-feature{
    margin-bottom: 40px;
}
.bp-caption{
    margin-top: 0;
}
.blog-search .form-control{
        color: #333;
}
.item-order-layer .order-qty .number{
    width: 70px;
}
.item-order-layer .btn-default{
    padding: 10px 20px;
}
.woocommerce .avatar img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #f2ab26;
}
.woocommerce .item-opinion-layer .media{
        margin: 15px 0px 40px;
}
.woocommerce .review-formm h3{
    font-size: 20px;
    line-height: 25px;
}
.woocommerce #reviews #comment {
    height: 100px;
    width: 100%;
    border:1px solid #dee2e6;
    padding: 5px 10px;
}
.comment-form-rating label{
    margin-bottom: 5px;
}
.woocommerce #reviews #comment:focus{
    outline: none;
}
.woocommerce #respond input#submit{
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 30px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.3333333;
    letter-spacing: 1px;
    font-weight: 600;
    color: #FFF;
    background-color: #f2ab26;
    border: 1px solid #f2ab26;
    text-align: center;
    margin-top: 20px;
}
.woocommerce #respond input#submit:hover{
    background-color: #f0542d;
    border: 1px solid #f0542d;
    color: #fff;
    
}
.woocommerce #respond input#submit:focus{
    outline: none;
}
.woocommerce table.shop_attributes td p{
    padding: 8px;
}
.list-unstyled.item-opinion-layer h2{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
hr.item-description {
    margin: 20px 0 20px;
}
.woocommerce ul.product_list_widget li{
    margin-bottom: 20px;
}
.woocommerce ul.product_list_widget li img{
    width: 60px;
    float: left;
    margin-right: 1rem;
}
.woocommerce ul.product_list_widget bdi{
    font-size: 15px;
    font-weight: 600;
    color: #f2ab26;
}
.woocommerce ul.product_list_widget li a span{
    font-size: 13px;
}
.woocommerce.widget_products{
    margin-top: 40px;
}
.woocommerce .price bdi{
    font-size: 16px;
    line-height: 28px;
    color: #2b2d42;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.sale{
    position: absolute;
}
.woocommerce-ordering select{
    padding: 10px;
}

.item-cart a{
    text-transform: capitalize;
    font-size: 13px!important;
    color: #FFF!important;
    background-color: #f2ab26!important;
    border: 1px solid #f2ab26!important;
}
.item-cart a:hover{
    background-color: #f0542d!important;
    border: 1px solid #f0542d!important;
}
.item-caption h4{
    font-size: 16px;
}
.pd-10{
    padding-right: 10px!important;
    padding-left: 10px!important;
}
.pd-10 .item-box{
    padding: 30px 20px 40px 20px;
}
td.product-thumbnail img{
    width: 60px!important;
}
.cart-plus-minus input{
    width: 70px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
table.cart-table td{
    vertical-align: middle;
    padding: .75rem;
    border-top: none;
}
.woocommerce a.remove{
    display: inline-block;
    color: #212529!important;
}
.woocommerce a.remove:hover {
    color: #f2ab26!important;
    background: none;
}
.product-subtotal bdi{
    font-weight: bold;
}
.wc-proceed-to-checkout{
    display: inline-flex;
}
a.checkout-button{
    font-size: 15px!important;
    text-transform: capitalize;
}
a.go-shop{
    margin-right: 36px;
    background-color: #f0542d!important;
    border: 1px solid #f0542d!important;
}
a.go-shop:hover{
    background-color: #f2ab26!important;
    border: 1px solid #f2ab26!important;
}
.cart_totals  h3{
    margin-bottom: 20px;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row{
    display: block;
}
.woocommerce form .woocommerce-billing-fields input{
    display: block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.woocommerce form .woocommerce-billing-fields span.select2-selection--single{
    height: calc(1.5em + 1.2rem + 2px);
    padding: 0.375rem 0.25rem;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.woocommerce form .form-row label{
    margin-bottom: 5px;
}
.woocommerce-shipping-fields{
    margin-top: 40px;
}
.woocommerce form .woocommerce-shipping-fields textarea{
    display: block;
    width: 100%;
    height: 100px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.woocommerce-checkout-review-order{
    margin-top: 20px;
}
.added_to_cart{
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 6px 30px!important;
    line-height: 1.3333333;
    border-radius: 3px;
    margin-top: 10px;
}
.woocommerce .item-caption .woocommerce-product-rating .star-rating{
    float: right;
}
.item-cart{
    float: none;
}
.item-bottom {
    margin: 15px 0px 0px 0px;
    text-align: center;
}
span.site-button,
.woocommerce span.onsale{
    background-color: #f2ab26;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    position: relative;
    left: -40px;
}
.woocommerce .woocommerce-message .wc-forward{
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 30px;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 1.3333333;
    letter-spacing: 1px;
    font-weight: 600;
    color: #FFF;
    background-color: #f2ab26;
    border: 1px solid #f2ab26;
    border-radius: 3px;
}
.woocommerce .woocommerce-message .wc-forward:hover{
    background-color: #f0542d;
    border: 1px solid #f0542d;
    color: #fff;
}
.woocommerce-message{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #020202;
    border-top-color: #f2ab26;
}
.woocommerce-message::before{
    color: #f2ab26;
}
input.coupon-form{
    width: auto;
}
.coupon-code{
    margin-top: 30px;
}
.pages-title h1{
    color: #fff!important;
    font-size: 45px;
}
.pages-hero{
    height: 440px;
}