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





/* theme css */
.wd-content-layout {
    padding-block: 0 !important;
}

.wd-prefooter {
    padding-bottom: 0 !important;
}

.contentBox .info-box-subtitle {
    font-size: 20px;
    position: relative;
    padding-left: 30px;
    color: #000 !important;
}

.contentBox .info-box-subtitle:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 22px;
    background-image: url(/wp-content/uploads/2025/10/Vector.png);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
}

.contentBox .info-box-title {
    font-size: 38px;
}

.contentBox .info-box-inner {
    font-size: 16px;
}

.btnFlexRow .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.btnFlexRow .contentBox {
    margin: 0;
    display: flex;
    flex-direction: row;
}

.btnFlexRow .vc_column-inner .wpb_wrapper .info-box-subtitle {
    font-size: 18px;
    padding-left: 0;
}

.btnFlexRow .vc_column-inner .wpb_wrapper .info-box-subtitle:before {
    display: none;
}

a.btn {
    background: linear-gradient(329deg, #5a15c8, #9432f3);
    border: 2px solid #7f2ee0;
    border-radius: 10px;
}

a.btn:hover {
    background: linear-gradient(329deg, #9432f3, #5a15c8);
    border-color: #ffffffad;
    box-shadow: 0px 0px 7px 2px #ffffff57;
}
/* form css */
.wpforms-container {
    margin-top: 0 !important;
    background: #000000b5 !important;
    padding: 10px 20px 30px !important;
    border: 2px solid #6a2bcd !important;
    border-radius: 0 10px 10px 10px !important;
}

.wpforms-container label {
    color: #fff !important;
    margin-bottom: 8px !important;
}

.wpforms-container select {
    background: transparent !important;
    border: 2px solid #fff !important;
    height: 45px !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.wpforms-container select option {
    color: #000 !important;
}

.wpforms-container input {
    background: transparent !important;
    border: 2px solid #fff !important;
    height: 45px !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.wpforms-submit-container button {
    background: linear-gradient(329deg, #5a15c8, #9432f3) !important;
    border: 2px solid #7f2ee0 !important;
    border-radius: 10px !important;
    color: #fff !important;
}

.wpforms-submit-container button:hover {
    background: linear-gradient(329deg, #9432f3, #5a15c8) !important;
    border-color: #ffffffad !important;
    box-shadow: 0px 0px 7px 2px #ffffff57 !important;
}

/* form css */
/* theme css */

/* header */
.whb-general-header {
    border: 0 !important;
}

.whb-general-header .menu li a {
    color: #fff !important;
    border-bottom: 2px solid transparent;
}

.whb-general-header .menu li a:hover {
    border-color: #fff;
}
/* header */

/* banner */
.bannerSec {
    height: 720px;
    display: flex;
    align-items: center;
    padding-top: 130px !important;
}

.bannerSec .bannerRow {
    display: flex;
    align-items: center;
}

.bannerSec .contentBox .info-box-subtitle, .bannerSec .contentBox a {
    color: #fff !important;
}

.bannerSec .contentBox .info-box-title {
    color: #fff;
    font-size: 42px;
}

.bannerSec .contentBox .info-box-inner {
    color: #fff;
}

.bannerSec .title-wrapper {
    margin: 0;
}

.bannerSec .title-wrapper .liner-continer {
    display: flex;
}

.bannerSec .title-wrapper .liner-continer .woodmart-title-container {
    color: #fff;
    background: #000000b5;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    border: 2px solid #6a2bcd;
    border-bottom: 0;
}

.bannerSec .wpforms-container {
    position: relative !important;
}

.bannerSec .wpforms-container .wpforms-submit-container {
    /* position: absolute !important; */
    /* width: 47%; */
    /* bottom: 52px; */
    /* left: 50%; */
}

.bannerSec .wpforms-container .wpforms-submit-container button {
    width: 100%;
}
/* banner */

/* aboutRow */
.aboutRow {
    padding: 80px 0 50px;
}

.aboutRow .aboutImgCol {
    position: relative;
}

.aboutRow  .wpb_text_column {
    position: absolute;
    bottom: 60px;
    left: 7%;
    width: 55%;
    background: linear-gradient(329deg, #5a15c8, #9432f3);
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 0;
}

.aboutRow .wpb_text_column strong {
    font-size: 33px;
}

.aboutRow .btnFlexRow .vc_column-inner .wpb_wrapper a.btn.wd-open-popup {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 0;
    gap: 0;
}

.aboutRow .btnFlexRow.btnFlexRow2 .vc_column-inner .wpb_wrapper .info-box-wrapper {
    width: 45%;
}

.aboutRow .btnFlexRow.btnFlexRow2 .vc_column-inner .wpb_wrapper .info-box-wrapper .contentBox {
    padding: 28px 40px 30px;
    margin-bottom: 30px;
    background: #f0eafa;
    border-radius: 15px;
}

.aboutRow .btnFlexRow.btnFlexRow2 .vc_column-inner .wpb_wrapper .info-box-wrapper .contentBox .info-box-subtitle {
    color: #000;
    padding-top: 5px;
}

.contentBox .info-box-title strong {
    color: #8b30ea;
    font-weight: 900;
}

.aboutBtnRow .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}
/* aboutRow */

/* partnerRow */
.partnerRow {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.partnerRow .liner-continer {
    text-align: left;
}

.partnerRow .liner-continer .woodmart-title-container {
    font-size: 24px;
    text-decoration: underline;
}

.partnerRow .listBox {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.partnerRow .listBox .info-box-title {
    font-size: 16px;
}

.partnerRow .listBox .info-box-inner {
    font-size: 14px;
    color: #000;
}

.partnerRow  .wd-button-wrapper {
    text-align: left;
}
/* partnerRow */

/* blogSec */
.blogSec {
    padding-top: 60px !important;
    padding-bottom: 40px;
}

.blogSec article .article-inner {
    padding: 15px;
    background: #fff;
    box-shadow: none !important;
}

.blogSec article .article-inner .wd-entities-title {
    font-size: 22px;
    text-align: left;
}

.blogSec article .article-inner .entry-content {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blogSec article .article-inner p.read-more-section {
    text-align: left;
    display: flex;
}

.blogSec article .article-inner p.read-more-section a.btn-read-more {
    background: linear-gradient(329deg, #5a15c8, #9432f3);
    border: 2px solid #7f2ee0;
    border-radius: 10px;
    color: #fff;
    padding: 15px 25px;
}

.blogSec article .article-inner p.read-more-section a.btn-read-more:hover {
    background: linear-gradient(329deg, #9432f3, #5a15c8);
    border-color: #ffffffad;
    box-shadow: 0px 0px 7px 2px #ffffff57;
}
/* blogSec */

/* footerBanner */
.bannerSec.footerBanner {
    height: auto;
    padding-top: 90px !important;
    padding-bottom: 70px !important;
}

.bannerSec.footerBanner .btnFlexRow .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.bannerSec.footerBanner .btnFlexRow .vc_column-inner .wpb_wrapper a.btn {
    border-radius: 30px;
}

.bannerSec.footerBanner .title-wrapper .liner-continer .woodmart-title-container {
    color: #000;
    background: #d5dce1;
}

.bannerSec.footerBanner .wpforms-container {
    background: #eaedf0 !important;
}

.bannerSec.footerBanner .wpforms-container label {
    color: #000 !important;
    margin-bottom: 8px !important;
}

.bannerSec.footerBanner .wpforms-container select {
    background: transparent !important;
    border: 2px solid #000 !important;
    height: 45px !important;
    color: #000 !important;
    border-radius: 5px !important;
}

.bannerSec.footerBanner .wpforms-container input {
    background: transparent !important;
    border: 2px solid #000 !important;
    height: 45px !important;
    color: #000 !important;
    border-radius: 5px !important;
}
/* footerBanner */




/* footerSec */
.footerSec {
    padding-top: 60px !important;
    background-size: cover;
}

/* footerMainRow */
.footerMainRow {
    display: flex;
    justify-content: space-between;
}

.footerMainRow .liner-continer {
    text-align: left;
}

.footerMainRow .liner-continer .title {
    color: #fff;
    font-size: 25px;
}

.footerMainRow .wd-info-box {
    display: flex;
    flex-direction: row;
}

.footerMainRow .wd-info-box .info-box-inner {
    color: #fff;
}

.footerMainRow .wpb_single_image {
    text-align: center;
}

.footerMainRow .menu li a {
    color: #fff;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
}

.footerMainRow .menu li a:hover {
    border-color: #fff;
}

a.wd-social-icon {
    color: #8c31ec;
    border: 2px solid #8c31ec;
}
/* footerMainRow */

/* rightsRow */
.rightsRow {
    padding-top: 20px;
    border-top: 2px solid #fff;
    margin-top: 40px;
}

.rightsRow .wpb_text_column {
    margin-bottom: 20px;
    color: #fff;
}
/* rightsRow */
/* footerSec */

/* regSec */
.bannerSec.footerBanner.regSec {
    justify-content: center;
}

.bannerSec.footerBanner.regSec .bannerRow.regRow {
    width: 100%;
    justify-content: center;
}

.bannerSec.footerBanner.regSec .bannerRow.regRow .wpforms-submit-container {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.bannerSec.footerBanner.regSec .bannerRow.regRow ul#wpforms-150-field_17 li {
    display: flex !important;
    align-items: center !important;
}

.bannerSec.footerBanner.regSec .bannerRow.regRow ul#wpforms-150-field_17 li label {
    margin-bottom: 0 !important;
}

.bannerSec.footerBanner.regSec .bannerRow.regRow ul#wpforms-150-field_17 li label a {
    color: #882cea !important;
}

.bannerSec.footerBanner.regSec .bannerRow.regRow ul#wpforms-150-field_17 li label a:hover {
    text-decoration: underline !important;
}
/* regSec */

/* privacyAndRefund */
.privacyAndRefund {
    padding: 50px 0 35px;
}

.privacyAndRefund  .wpb_text_column h2 {
    font-size: 45px;
}

.privacyAndRefund .wpb_text_column h3 {
    font-size: 36px;
}

.privacyAndRefund .wpb_text_column h4 {
    font-size: 28px;
}

.privacyAndRefund .wpb_text_column {
    color: #000;
}
/* privacyAndRefund */

/* refundForm */
.bannerSec.refundForm {
    height: auto;
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.bannerSec.refundForm .bannerRow {
    width: 100%;
}

.bannerSec.refundForm .bannerRow .formHeading h2 {
    color: #fff;
    font-size: 35px;
}

.bannerSec.refundForm .bannerRow .formHeading h3 {
    color: #fff;
    font-size: 35px;
}

.bannerSec.refundForm .bannerRow .formHeading h4 {
    color: #fff;
    font-size: 35px;
}

.bannerSec.refundForm .bannerRow .wpforms-field-layout {
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

.bannerSec.refundForm .bannerRow .wpforms-field-layout li.choice-1 input {
    height: auto !important;
}

.bannerSec.refundForm .bannerRow .flexRadio ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.bannerSec.refundForm .bannerRow .flexRadio ul li {
    width: 50%;
}

.bannerSec.refundForm .bannerRow .flexRadioFull ul li {
    width: 100%;
}

.bannerSec.refundForm .bannerRow .flexRadio ul li input {
    height: auto !important;
}

.bannerSec.refundForm .bannerRow textarea {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.bannerSec.refundForm .bannerRow .flexRadio .wpforms-field-description {
    color: #fff;
    font-size: 16px;
}
/* refundForm */


/**Footer**/
.footerMainRow .wd-info-box .info-box-content a {
    color: #fff;
}

.page-id-80 .aboutRow .btnFlexRow.btnFlexRow2 .vc_column-inner .wpb_wrapper .info-box-wrapper {
    width: 100%;
}