/*
 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::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0;
	background-color: #000;
}

body::-webkit-scrollbar
{
	width: 8px;
	background-color: #000;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}
.wd-header-nav.wd-header-main-nav.text-right {
    background-color: #0000004f;
    padding: 10px 40px;
    border-radius: 50px;
}
header.whb-header.whb-full-width {
    margin-bottom: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: transparent !important;
}

header.whb-header.whb-full-width .whb-row.whb-general-header {
    background-color: transparent !important;
}

header.whb-header.whb-full-width.whb-sticked .whb-row.whb-general-header {
    background-color: #0000008a !important;
    padding: 10px 0 !important;
}
.blog .page-title,.page-id-4439 .page-title
{
    padding: 200px 0px 80px;
}
ul.wd-sub-menu li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.shadow-bt:after {
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(23 26 29 / 5%) 100%);
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
}

.shadow-tp:before {
	background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
	content: "";
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
}
html .site-content {
    margin-bottom: 0 !important;
}
.footer-container {
    background-color: #000 !important;
    border-bottom: 10px solid red;
}

.site-logo img, .logofooter img {
    /*filter: brightness(0) invert(1);*/
}

@media only screen and (max-width : 767px) {

.elementor-widget-container * {
    text-align: center;
}
	
}