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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
.column-separator {
    border-right: 1px solid #ccc !important;
}

rs-slide {
	box-shadow: 2px 4px 15px -3px rgba(0,0,0,0.1) !important;
}
.wpb_single_image img {
	border-radius: 25px !important ;
}
p {
	font-family: 'jost', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'jost', sans-serif !important;
	font-weight: bold !important;
}

ul li {
    font-family: 'jost', sans-serif !important;
}

.woodmart-nav-link {
	font-family: 'jost', sans-serif !important;
/* 	font-weight: bold !important; */
}
.wd-header-text {
	font-family: 'jost', sans-serif !important;
}
..whb-color-light .wd-tools-element {
    --wd-header-el-color: #620909;
    --wd-header-el-color-hover: rgba(255,255,255,0.8);
}
.text-center {
	text-align:center;
}