/*
Theme Name: proweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.lang-item a img {
    width: 30px !important;
    height: 30px !important;
}
p.name.product-title.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.white {
    background-color: #fff !important;
    color: #000 !important;
}
.info-footer {
    margin-top: 6px !important;
    display: inline-block;
}
.pd-left {
    padding-left: 165px;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: #333;
    transition: all .2s;
}
.blog-archive .col-inner {
    background: #f6f4f5;
}
.blog-archive h5.post-title.is-large {
    min-height: 46px;
}
.blog-archive .box-text-inner.blog-post-inner {
    padding: 0 20px;
}
article.post {
    background: #f6f4f5;
}
article.post .entry-header-text.entry-header-text-top.text-left {
    padding: 30px 30px 0 30px;
}
article.post  .entry-content.single-page {
    padding: 0 30px 0 30px;
}
li.cat-item.cat-item-15 {
    display: none;
}
h3.widget-title, span.widget-title {
    text-transform: uppercase !important;
}
.post-sidebar.large-3.col {
    padding-right: 0;
}
aside#woocommerce_product_categories-2,
aside#woocommerce_product_categories-3 {
    background: #f6f4f5;
    padding: 20px;
}
li.cat-item a {
    padding-left: 11px !important;
    position: relative;
}
li.cat-item a:before{
    content:"\f105";
    font-family: fl-icons;
    position: absolute;
    left: 0;
 }
 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    box-shadow: none;
    background: #f6f4f5;
    border: 0;
    height: 50px;
    font-weight: normal;
    font-size: 16px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    box-shadow: none;
    background: #f6f4f5;
    border: 0;
    font-weight: normal;
    font-size: 16px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.pd-left {
    padding-left: 15px;
}

}