/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


body.home .products
    {display: block;}

body.home .product-grid-item.col-md-4
    {max-width: 100%;}
    
    
body.single-post blockquote p {font-size: 26px;padding: 25px 0;}
body.single-post blockquote p em {font-size: 12px;}
    
body.single-post .site-content a {font-weight:500;text-decoration:underline;}    

.post-single-page .entry-header img,
body.single-post .vc_box_border_grey img {
    box-shadow: 0 0 20px 0 rgb(125 125 125 / 50%);
}

body.single .post-title {display: none!important;}
body .post-title {display: block!important}
body .hovered-social-icons {display: none;}

#recipient_name-476,
label[for="recipient_name-476"]
    {display: none;}
    
table.woo-vou-recipient-fields td
    {border: none;}    
	
body .wd-nav.wd-gap-m {
	--nav-gap: 24px;
}	

body .nav-link-text {
	font-size: 15px!important;
}
.wd-header-wishlist {
	display: none;
}

.vc_toggle {
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	padding:15px;
}

#faqs h2 {
	font-size: 24px;
}


.vc_toggle h4 {
	font-size: 16px;
}

.vc_toggle .vc_toggle_content,
.vc_toggle .vc_toggle_content p {
	padding-bottom: 0;
	margin-bottom: 0;
}


@media screen and (max-width:1240px) {
	body .nav-link-text {
		font-size: 13px!important;
	}
	body .wd-nav.wd-gap-m {
		--nav-gap: 14px;
	}	

}