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

.wd-spacing-10 {
    --wd-sp: 10px;
}

[class*=wd-spacing-]>[class*=col] {
    margin-bottom: 20px;
}

.footer-container .main-footer > .vc_row + p,
.footer-container .main-footer > style + p {
	margin: 0 !important;
}
.wd-prefooter {
	margin-bottom: 0px;
	padding-bottom: 0 !important;
}

.wd-custom-rounding {
	border-radius: 200px !important;
}

#cmplz-document {
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
}
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 400;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 6px;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] {
	
    position: relative;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}


.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: 1px solid #ee6a09;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    text-align: center;
    line-height: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-left: 25px;
    display: inline-block;
	margin-top: -24px;
}
.wpcf7-inline-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}