/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
ul#menu-custom-menu li a {
    color: #111 !important;
    padding: 0 20px !important;
}
.home .wd-content-layout {
    padding-top: 0 !important;
}
.products .wd-product h3 {
    font-size: 14px !important;
    color: #111 !important;
    font-weight: 400 !important;
}
.tnp.tnp-subscription form {
    display: flex;
    justify-content: center;
}
input#tnp-1 {
    width: 520px !important;
    border: 2px solid color(srgb 0.01 0.01 0.01 / .10);
    margin-right: 10px !important;
    height: 50px !important;
    background: transparent !important;
}
input.tnp-submit {
    height: 52px !important;
    width: 160px !important;
    background: #F8867C !important;
    font-family: 'Karla';
    font-size: 14px !important;
    line-height: 20px !important;
}
.tnp-field.tnp-field-button {
    margin-bottom: 0 !important;
    height: 50px !important;
}
div#nav_menu-16 {
    float: right;
}
div#nav_menu-19 {
    padding-left: 104px;
    padding-top: 40px;
}
ul#menu-footer-custom-menu li a, ul#menu-legal-status li a {
    font-family: 'Karla';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #5b5b5b;
}
ul#menu-footer-custom-menu li a:hover, ul#menu-legal-status li a:hover {
    color:#f27f7f;
}
.footer-sidebar {
    padding-top: 0 !important;
}
.wd-post-date.wd-style-with-bg {
    background: #201F25 !important;
    color: #fff !important;
}
.wd-post-cat.wd-style-with-bg {
    background-color: #88A064 !important;
}

@media only screen and (max-width: 1000px) {
	input#tnp-1 {
		width: 390px !important;
		margin: 0 !important;
	}
	.tnp.tnp-subscription form {
		display: block !important;
	}
	input.tnp-submit {
		width: 100% !important;
	}
	div#nav_menu-16 {
		float: left;
	}
	div#nav_menu-19 {
		padding-left: 0 !important;
		padding-top: 20px !important;
	}
}