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

/* GOOGLE RECAPTCHA */
.grecaptcha-badge {display:none;}

/* GLOBAL */
.site-content {margin-bottom:0px}

/* CONTACT FORM */

:is(.btn,.button,button,[type="submit"],[type="button"]) {
	padding: 15px 30px;
    font-size: 16px;	
}

:is(.btn,.button,button,[type="submit"],[type="button"]):hover {
	color: var(--btn-color-hover, #0a0d25);
    background-color: var(--btn-bgcolor-hover, #ffc127);
}

/* MENU */
.wd-nav-fs>li>a {padding-block:15px!important; font-size: 44px!important;}

/* MOBILE MENU */
.wd-side-hidden {background-color:#000000; width: min(100%, 100%)!important;}
.wd-side-hidden .wd-action-btn>a {color:#ffffff;}
.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {border-bottom:none!important; min-height: 70px!important;}

.wd-nav>li>a {font-weight: 700; font-size: 34px; justify-content: center;}
.wd-nav-mobile li:is(.current-menu-item,.wd-active)>a, .wd-nav-mobile>li>a {color:#ffffff!important;}