/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.site-header {background-color:white;}

.single-product #site-header-wrapper {background-color:white !important}

.site-header-wrapper-transparent {background-color:white !important;{background:white !important}}

#site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink), #site-header-wrapper.site-header-wrapper-transparent, #site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink) #top-area {
    background: #ffffff !important;
    border-bottom: 0 none;
}

#primary-menu.no-responsive > li > a {
    color: #3c3950 !important;
}

.single-product .page-title-title {display:none}

.single-product-content .rating-divider {
    height: 4px;
    margin-bottom: 30px;
	display:none;
}

.woocommerce .payment_methods .radio-sign {
    background-color: #000 !important;
}


.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 2.2em !important;
}

.wpb_text_column ul li {
    position: relative;
    list-style: disc !important;
    padding-bottom: 6px;
}

.footer-site-info {
    color: #ffffff !important;
}

@media (max-width: 991px) {
	.page-title-block {
    text-align: center;
    background-position: 50% 0;
    background-size: cover;
    padding: 40px 0 !important;
    position: relative;
}
.block-content {
    padding: 35px 0 100px !important; 
	padding-top: 35px !important;
    }
	.page-title-block {
    text-align: center;
    background-position: 50% 0;
    background-size: cover;
    padding: 30px 0 !important;
    position: relative;
}	
}
@media (min-width: 768px) {
#site-header .logo-position-center .site-title {
    padding-top: 15px !important;
    padding-bottom: 5px  !important;
    }
}