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

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
.sub-number {
    font-size: 58px;
    font-family: 'Playfair Display';
    line-height: .8;
    font-weight: 500;
}
.elementor-element-7f64f8b {

}
#uk-spa,
#eu-spa,
#usa-spa {
    scroll-margin-top:64px;
}
.wd-nav-header>li>a {
	white-space: nowrap;
}
.button-max-width {
    max-width:190px!important;
    width:100%;
    margin:0 auto;
}
.ttt_contact-form {
	padding-top:32px;
	    width: 100%;
    max-width: 700px;
    margin-inline: auto;
}
.ttt_contact-form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ttt_contact-columns {
    display: flex;
    gap: 16px;
}
.ttt_contact-columns > div {
    flex:1;
}

.ttt_contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #fff;
    border-radius: 100px;
    padding: 4px 32px;
	border:1px solid #000;
	color:#000;
	transition:all .3 ease-in-out;
}
.ttt_contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #000;
	color:#fff;
}
.acf-sidebar-gallery figcaption {
    font-weight: bold;
}
.elementor-element-e4c9711 {
    --gap: 10px 20px;
    --row-gap: 10px;
    --column-gap: 20px;
}
.miniman-author-credit {
    font-size: 18px;
    padding: 16px;
    border: 1px solid #000;
    text-align: center;
    margin-top: 16px;
}
.miniman-author-credit a {
    text-decoration:underline;
    color:#303030;
}
.miniman-author-credit a:hover {
    text-decoration:none;
    color:#000;
}