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


.whb-main-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: transparent;
}
.page-title-default{
	margin-top: -300px !important;
	height: 600px;
}
.page-title .entry-title{
	margin-top: 300px;
}
/* .wd-nav-product-cat{
	display: none;
} */
.cf7-inline-form {
    display: flex;
    gap: 10px;
    align-items: center;
}
.cf7-inline-form input[type="email"] {
    flex: 1;
    height: 45px;
}

.cf7-inline-form input[type="submit"] {
    height: 45px;
    white-space: nowrap;
}

.wd-carousel-wrap {
	height: 100vh !important;
}

.home .wd-slider,
.home .elementor-swiper,
.home .rev_slider_wrapper {
    background-color: #1c1d1d;
    min-height: 80vh;
}
.site-content{
	margin-bottom: 0px !important;
}

@media (max-width: 600px) {
    .cf7-inline-form {
        flex-direction: column;
    }

    .cf7-inline-form input {
        width: 100%;
    }
}
