/*
 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=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

@font-face {
    font-family: 'Noir Pro';
    src: url('/wp-content/themes/woodmart-child/css/NoirPro-Medium.woff2') format('woff2'),
        url('/wp-content/themes/woodmart-child/css/NoirPro-Medium.woff') format('woff'),
        url('/wp-content/themes/woodmart-child/css/NoirPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Noir Pro Semi';
    src: url('/wp-content/themes/woodmart-child/css/NoirPro-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/woodmart-child/css/NoirPro-SemiBold.woff') format('woff'),
        url('/wp-content/themes/woodmart-child/css/NoirPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body
{
	font-family: 'Noir Pro';
}

span.nav-link-text {
    font-size: 18px;
    color: #777;
    text-align: left;
    font-weight: 400;
    font-family: 'Bebas Neue';
}

span.nav-link-text:hover {
    font-size: 20px;
    color: rgb(84, 40, 37);
    text-align: left;
    font-weight: 400;
    font-family: 'Bebas Neue';
}

.whb-general-header {
    border-color: rgba(129, 129, 129, 0.2);
    border-bottom-width: 0 !important;
    border-bottom-style: solid;
}

.wd-logo img[src$=".svg"] {
    height: 100%;
    margin-left: 20px !important;
    object-fit: cover;
}

.footer-copyrght-txt p {
    font-size: 14px;
    font-family: "Oswald";
    color: rgb(119, 119, 119);
    font-weight: 400;
	margin-left: 30px;
}

.website-wrapper {
    background-color: transparent !important;
}
.main-page-wrapper {
    background: transparent !important;
}
body {
    background-image: url(/wp-content/uploads/2022/06/Vector-Smart-Object-1.svg) !important;
    background-size: cover !important;
	background-repeat:no-repeat;
}


span.phne-num {
    font-size: 20px;
    font-family: "BebasNeue";
    color: rgb(119, 119, 119);
    font-weight: 600;
    margin-right: 30px;
}

.sisimg-quitsu img {
    margin-left: 100px;
    margin-top: 30px;
	
}

.kelly-main-h h1 {
    font-size: 42px;
    /* font-family: "NoirPro"; */
    color: rgb(84, 40, 37);
    font-weight: bold;
    line-height: 0.857;
    text-align: left;
    margin-left: 100px;
}

.kelly-main-h p {
    font-size: 20px;
    /* font-family: "NoirPro"; */
    color: rgb(0 0 0);
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-left: 100px;
}


.scrollToTop {
    
    display: none;

}

.tbs-bdy1-home p {
    margin-left: 100px;
    /* font-family: "NoirPro"; */
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-align: justify;
    color: #777;
}

.tbs-bdy2-home p {
    margin-left: 100px;
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    line-height: 26px;
    color: #777;
}

.btn-hme {
    padding: 12px 24px !important;
    margin-left: 100px;
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 14px;
    background: transparent !important;
    border-color: rgb(84, 40, 37) !important;
    font-weight: 400;
}


.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 25px !important;
}

.wd-social-icons {
    font-size: 0;
    margin-right: 30px;
}

.scrollToTop.button-show {
    opacity: 0 !important;
    transform: none;
    pointer-events: none !important;
}

.abt-welcome {margin-left: 34px;}

.tbs-abtbdy p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    color: #777;
}


.wd-sub-menu li a:hover {
    color: #542825 !important;
}