/*
Theme Name: Seofy
Theme URI: http://seofy.webgeniuslab.net/
Author: WebGeniusLab
Author URI: http://webgeniuslab.net/
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.2.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: seofy
*/
dl.variation, .woocommerce div.product .summary p.price, div.product .summary span.price, .woocommerce div.product .summary .woocommerce-variation-price .price {
    display: none !important;
}
.woocommerce .summary .product_meta, .woocommerce-tabs.wc-tabs-wrapper{
	display:none!important
}
.wgl-theme-header .wgl-mobile-header {
    border-bottom: 1px solid #ebebeb;
}
.primary-nav>ul>li>a {
    color: #4192b4 !important;
}
h2, h2 a, h2 span {
    font-size: 45px !important;
}
.meta-wrapper .author_post img {
    display: none !important;
}
body input:not([type='checkbox']):not([type='submit']):not([type='radio']), select, textarea {
    height: 50px;
    max-width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 20px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 0;
    background: transparent;
    outline: 0;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: #f3f5fe;
}