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

.site-logo {
    max-width: 250px !important;
    max-height: 300px !important;
    position: relative !important;
    top: 30px !important;
}

.aBtinfo .info-box-subtitle {
    background: #FFFF00;
    width: 20%;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
}
.miSinfo .info-box-subtitle {
    background: #FFFF00;
    width: 30%;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
}

.serVinfo .wd-info-box {
    background: #F4F4F4;
    padding: 20px;
}
.miniSinfo .info-box-content {
    background: #F4F4F4;
    padding: 50px;
    padding-top: 85px !important;
}

.miniSinfo .info-box-icon {
    position: relative;
    z-index: 99;
    top: 70px;
}
.miSinfo1 .info-box-content {
    color: #fff !important;
}
.geTinfo .info-box-subtitle {
    background: #ff0;
    width: 30%;
    border-radius: 15px;
    padding: 4px;
    text-align: center;
    position: relative;
    left: 35%;
}

.miNinfo .info-box-subtitle {
    background: #ff0;
    width: 15%;
    border-radius: 15px;
    text-align: center;
    position: relative;
    left: 40%;
}
.testiSec .wd-carousel-inner:before {
    content: ' ';
    background: url(/wp-content/uploads/2024/05/Vector-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 52px;
    width: 100%;
    bottom: 85px;
    right: 70px;
}
.testiSec .wd-carousel-inner:after {
    content: ' ';
    background: url(/wp-content/uploads/2024/05/Vector-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 52px;
    width: 100%;
    bottom: 0;
    left: 100%;
}
.mailSec input#input_1_1 {
    background: #fff;
    border-radius: 20px;
}


.mailSec input::placeholder {
    color: #0009;
    font-size: 14px;
    padding: 5px;
}

.mailSec .gform_footer.top_label {
    text-align: right;
}

.mailSec input#gform_submit_button_1 {
    background: #ff0;
    border-radius: 25px;
    text-transform: capitalize;
}
.footMenu a {
    color: #fff;
}
.copyrights-wrapper {
    border-color: #fff;
}

.gaLinfo .info-box-subtitle {
    background: #ff0;
    width: 40%;
    text-align: center;
    border-radius: 15px;
    padding: 3px;
}

.infoiNer:hover img {
    filter: brightness(0) invert(1);
}

.infoiNer:hover {
    background: #333333;
}
.miniSinfo .info-box-content:hover {
    background: #333333;
}

.miniSinfo .info-box-content:hover h4 {
    color: #fff;
}

.miniSinfo .info-box-content:hover p {
    color: #fff;
}

.miniSinfo .info-box-content:hover a {
    color: #fff;
}
.infoiNer:hover p {
    color: #fff !important;
}
.infoiNer:hover ul {
    color: #fff !important;
}

.infoiNer:hover h4 {
    color: #fff;
}

.infoiNer:hover a {
    color: #fff;
}
.footLogo img {
    height: 200px;
    width: 200px;
    position: relative;
    top: 50px;
}

.contRow {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 1px #000;
    border-radius: 15px;
    padding: 70px;
}

.contRow input#gform_submit_button_2 {
    background: #ff0;
    border-radius: 12px;
    text-align: center;
    text-transform: capitalize;
}
.sociCon a.wd-social-icon {
    background: #ff0 !important;
}

.sociCon span.wd-icon {
    color: #000 !important;
}
/* pages */
/* .parent-input > .child-main-input {
    margin-left: 30px;
    margin-bottom: 30px;
    background-color: #fcfcfc;
    padding: 30px 28px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #ccc;
    margin-top: 17px;
}
.childcls {display: flex;justify-content: space-between;flex-direction: row-reverse;margin-bottom: 17px;}
.childcls label {
    width: 200px;
    display: flex;
    align-items: center;
    line-height: 16px;
}
.main-area input[type="number"] {text-align:left;padding-left:15px;}

span.label-flex, .main-area > .child-main-input {
    display: flex;
    background-color: #fcfcfc;
    padding: 17px 31px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #ccc;
    flex-direction: column;
}
span.label-flex {
    flex-direction: row-reverse;
}
span.label-flex label {
    width: 200px;
} */

form.scoring-form ul.input-field-list {
    padding-left: 0;
    list-style: decimal;
    box-shadow: 0px 0px 3px #ccc;
    padding: 20px 31px;
    border-radius: 12px;
}
form.scoring-form ul.input-field-list ul {
    padding-left: 50px;
    padding: 5px 31px 17px;
    margin-left: 21px;
    margin: 16px 0 32px 26px;
    display: none;
}
form.scoring-form ul.input-field-list input {
    text-align: left;
    padding-left: 20px;
    border-radius: 5px;
}
span.d-flex {
    display: flex;
    justify-content: flex-start;
}
form.scoring-form span.d-flex label {position: absolute;top: -13px;background-color: #fff;right: 10px;box-shadow: 0px 0px 3px #ccc;padding: 0px 15px;font-size: 12px;}
form.scoring-form span.d-flex {position: relative;}
.d-flex.name-field {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 0px 3px #ccc;
    padding: 10px 30px;
    margin-bottom: 21px;
    border-radius: 10px;
}
.d-flex.name-field p {
    width: 100%;
}
.d-flex.name-field > * {
    width: 49%;
    margin-bottom: 12px;
}
form.scoring-form li {
    margin-top: 25px;
	position:relative;
}
form.scoring-form input {
    border: 1px solid #ccc;
	border-radius:5px;
}
ul.input-field-list li.disabled:before {content: "";position: absolute;left: 0;right: 0;width: 100%;height: 100%;z-index: 2;}
ul.input-field-list li.disabled input {
    background-color: #f5f5f5;
}

@media only screen and (max-width: 767px){
	.site-logo img {
    height: 90px;
    position: absolute;
    left: -30px;
    bottom: -30px;
}
	.page-title.page-title-default {
    padding-top: 43px;
}
.banRow2 .info-box-content {
    text-align: center;
}

.banRow2 .wd-button-wrapper {
    text-align: center;
    margin-top: -26px;
}

.aBtinfo .info-box-subtitle {
    width: 50%;
    position: relative;
    left: 25%;
}

.aBtinfo  .info-box-content {
    text-align: center;
}
.miSinfo .info-box-subtitle {
    width: 50%;
    position: relative;
    left: 25%;
}
.infoiNer .info-box-content {
    text-align: left;
}
.miSinfo  .info-box-content {
    text-align: center;
}
	.info-box-content {
    text-align: center;
}
	.wd-button-wrapper{
		text-align: center;
	}
	p{
		text-align: center;
	}
	.abtRow1 .wd-button-wrapper {
    text-align: center;
}
	.abtRow2 .info-box-content {
    text-align: center;
}



.abtRow2 .wd-button-wrapper {
    text-align: center;
}
	
	.abtRow2 .info-box-content {
    text-align: center;
}

.abtRow1 {
    padding-top: 0px !important;
}

.abtRow2 {
    padding-top: 0px !important;
}
.abtinRow1 {
    padding-top: 0px !important;
    margin-top: -100px !important;
}
.abtRow2 .wd-button-wrapper {
    text-align: center;
}
	
.Row3col {
    padding-top: 0px !important;
    margin-top: -50px !important;
}	
	
.secRow3 {
    padding-top: 0px !important;
}
.thirRow1 {
    margin-top: -120px !important;
}
.geTinfo .info-box-subtitle {
    width: 50%;
    position: relative;
    left: 25%;
}
	.geTinfo {
    padding-top: 50px !important;
}

.geTinfo .info-box-content {
    text-align: center;
}
	.miNinfo .info-box-subtitle {
    width: 50%;
    position: relative;
    left: 25%;
}
.fortRow1 {
    padding-top: 0px !important;
}
	.fivSec {
    padding-top: 0px !important;
    margin-top: -40px !important;
}
	
	.testiSec .wd-carousel-inner:before {
    bottom: 131px;
    right: 29px;
}

.testiSec .wd-carousel-inner:after {
    left: 90%;
}
	.miSinfo p {
    color: #fff !important;
}
	.gaLinfo .info-box-subtitle {
    width: 80%;
    position: relative;
    left: 10%;
}
	.footLogo img {
    position: relative;
    top: 5px;
}
	.footMenu {
    text-align: center;
}
	.footiNfo .box-icon-wrapper {
    position: relative;
    left: 26%;
    bottom: 15px;
}

.footdet1 .box-icon-wrapper {
    position: absolute;bottom: 50px;
    left: 44%;
}
.footdet1 {
    padding-top: 25px;
}

.footdet1 .info-box-icon {
    padding-bottom: 15px;
}
	.footdet2 .box-icon-wrapper {
    position: absolute;
    bottom: 90px;
    left: 44%;
}
.footdet2 {
    padding-top: 25px;
}

.footdet2 .info-box-icon {
    padding-bottom: 15px;
}
	.footdet3 .box-icon-wrapper {
    position: absolute;bottom: 50px;
    left: 44%;
}
.footdet3 {
    padding-top: 25px;
}

.footdet3 .info-box-icon {
    padding-bottom: 15px;
}
	.wpb_single_image {
    justify-content: center;
		display: flex;
}
	
	.misspg2 {
        padding-top: 0px !important;
        margin-top: -40px !important;
    }
	.misspg3 {
    padding-top: 0px !important;
	margin-top: -40px !important;
}
	.misspg4 {
    padding-top: 0px !important;
	margin-top: -40px !important;
}
form.scoring-form ul.input-field-list input {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}	
	.minisSec2 {
    padding-top: 0px !important;
	margin-top: -40px !important;
}
}


