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

.title-subtitle {
    margin-bottom: 0;
}

.product-labels {
	display: none !important;
}

.amount {
    color: #6B374B !important;
}


.wd-post-cat.wd-style-with-bg {
    background: #7c4add !important;
}

a.ban-btn {
    width: 152px;
    background: white;
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-family: 'Playfair Display';
    font-size: 13px;
    font-weight: 600;
    color: #222222;
    margin-top: 12px;
    transition: .5s all ease;
    box-shadow: 5px 5px #000000;
}

a.ban-btn:hover {
    background: #d55418;
    color: white;
}

.entry-content.wd-entry-content {
    width: 85%;
    margin: 0 auto 30px!important;
}

.hovered-social-icons, li.meta-reply {
    display: none !important;
}

.wd-entities-title a {
    font-size: 20px;
}

.header-banner-display .header-banner {
    display: none;
}

.header-banner-display .website-wrapper {
    margin: 0 !important;
}

.wd-header-nav a.woodmart-nav-link {
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Playfair Display';
    padding-right: 12px;
}

fieldset.hidden-fields-container {
    display: none;
}

.min-footer .col-right {text-align-last: right;}


.wd-social-icons.icons-size-default .wd-icon {
    color: #D55418;
    margin-left: 15px;
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #333;
}

.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: black !important;
}

.wd-nav .wd-dropdown-menu a {
    color: #404040;
}

.blog-design-masonry.has-post-thumbnail .post-date, .post-date.wd-post-date.wd-style-with-bg  {
    display: none;
}



@media only screen and (max-width: 1000px){
	
	.page-title .title {
    font-size: 26px !important;
    padding: 15px 0 !important;
	}
	
	
.wd-social-icons {
	justify-self: center;
	}
	
	#ban-sec .title-wrapper {
    text-align: center;
}

a.ban-btn {
    margin-top: 10px;
}

#ban-sec .title-subtitle {
    margin-bottom: 10px;
}
	
}