/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
header.whb-header.whb-header_562797.whb-scroll-stick.whb-sticky-real {
    margin-bottom: -36px !important;
}
ul#menu-custom-menu li a {
    margin-right: 30px !important;
    color: #000 !important;
}
.newsletter-col .tnp.tnp-subscription {
    display: flex !important;
    justify-content: center;
}
.newsletter-col .tnp.tnp-subscription input#tnp-1 {
    width: 286px !important;
    height: 42px !important;
    background: transparent !important;
    border: 2px solid rgb(0 0 0 / 10%) !important;
    margin-right: 10px !important;
    color: #767676 !important;
}
.newsletter-col .tnp.tnp-subscription form {
    display: flex;
    justify-content: space-between !important;
}
.newsletter-col .tnp.tnp-subscription input#tnp-1::placeholder {
    color: #767676 !important;
}
.newsletter-col .tnp.tnp-subscription input.tnp-submit {
    width: 122px !important;
    height: 42px !important;
    background: #E3242D !important;
    margin-top: 3px !important;
}
.newsletter-col .tnp.tnp-subscription .tnp-field.tnp-field-button {
    height: 42px !important;
    margin: 0 !important;
}
.newsletter-col .tnp.tnp-subscription .tnp-field.tnp-field-email {
    margin: 0 !important;
}
.footer-column.footer-column-2.wd-grid-col {
    padding-left: 30px;
}
.custom-btn a.btn.btn-style-bordered.btn-shape-rectangle.btn-size-default.btn-icon-pos-right {
    background: #E3242D !important;
}
.footer-column.footer-column-3.wd-grid-col {
    max-width: 84% !important;
    margin-left: -86px !important;
}

.footer-column.footer-column-4.wd-grid-col {
    max-width: 84% !important;
    margin-left: -80px !important;
}

.footer-column.footer-column-5.wd-grid-col {
    max-width: 100%;
    margin-left: -77px !important;
}

@media only screen and (max-width: 1000px) {
	.newsletter-col .tnp.tnp-subscription form {
		display: block;
	}
	.newsletter-col .tnp.tnp-subscription .tnp-field.tnp-field-button {
		margin: 0 auto !important;
		display: block !important;
		text-align: center !important;
	}
	.footer-column.footer-column-2.wd-grid-col {
    	padding: 0 !important;
	}
	.wd-page-title {
		padding: 60px 0 !important;
	}
	.wd-page-title .title {
		font-size: 26px !important;
	}
}