/*
 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 */
.contentBox {
    margin-bottom: 0 !important;
}

.contentBox .info-box-subtitle {
    font-size: 20px;
    line-height: 28px !important;
    color: #fff;
}

.contentBox .info-box-title {
    font-size: 49px;
    line-height: 65px !important;
    color: #fff;
}

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

.site-content {
    margin-bottom: 0 !important;
}

.page-title {
    margin-bottom: 0 !important;
    padding: 20px 0 30px !important;
}

.page-title h1.entry-title.title {
    font-size: 49px;
}

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

a.btn.btn-color-primary {
    text-transform: capitalize;
}
/* theme css */

/* header */
.whb-general-header ul {
    gap: 20px;
}
/* header */

/* mainBanner */
.mainBanner video {
    height: 645px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    margin-bottom: -10px !important;
}

.videoCal .vc_column-inner {
    padding-top: 0 !important;
}

.main-page-wrapper {
    padding-top: 0 !important;
}

.mainBanner .bannerContentRow {
    position: absolute !important;
    z-index: 999 !important;
    /* top: 4%; */
    bottom: 0;
    left: 0;
    right: 0;
    width: 83%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainBanner .wpb_raw_code.wpb_content_element {
    margin-bottom: 0;
}


.give-form-section .give-amount-heading, .give-tributes-dedicate-donation .give-tributes-legend, .give-tributes-dedicate-donation legend {
    text-align: center !important;
    color: #1e8cbe !important;
    font-size: 30px !important;
}

button.give-donation-level-btn.give-btn.give-btn-level-0 {
    border-radius: 30px !important;
}

.bannerContentRow .contentBox {
    padding: 20px;
    background: #00000070;
    background: #0000009e;
    border-radius: 20px;
    border: 2px solid #0267b6;
}
/* mainBanner */

/* testimonialsMain */
.testiSec {
    padding-top: 0;
}

.testimonialsMain {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.testimonialSec {
    position: relative;
    padding: 50px 0;
}

.testimonialSec img {
    margin-bottom: 20px;
    width: 141px;
    height: 161px;
}

.testimonialSec .testimonialsContent h2 {
    color: #fff;
}

.testimonialSec .testimonialsContent p {
    color: #fff;
}

.testiText {
    height: 130px;
    padding-right: 20px;
    overflow-y: scroll;
}

/* slide-arrow */
.slide-arrow {
    position: absolute;
    /* top: 10%; */
    margin-top: -15px;
}

.prev-arrow {
    left: 0%;
    width: 30px;
    height: 60px;
    background: url(/wp-content/uploads/2024/04/rightArrowHover.png), #3D4451;
    top: 30%;
    bottom: 0;
    margin: auto;
    /* background-size: contain; */
    background-repeat: no-repeat;
    transition: all ease 1s;
    background-position: center;
    border-radius: 100%;
    border: 10px solid #3d4451;
    transform: rotate(0);
    z-index: 999;
    box-shadow: 0px 0px 5px #a59e9e;
}

.prev-arrow:hover {
    border: 10px solid #fff;
    background: url(/wp-content/uploads/2024/04/rightArrowHover.png), #0267b6;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(360deg);
    box-shadow: 0px 0px 5px #7ab914;
}

.next-arrow {
    left: 95%;
    top: 490px;
    width: 30px;
    height: 60px;
    background: url(/wp-content/uploads/2024/04/rightArrowHover.png), #3D4451;
    top: 30%;
    bottom: 0;
    margin: auto;
    /* background-size: contain; */
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: all ease 1s;
    background-position: center;
    border-radius: 100%;
    border: 10px solid #3D4451;
    z-index: 99;
    box-shadow: 0px 0px 5px #a59e9e;
}

.next-arrow:hover {
    border: 10px solid #fff;
    background: url(/wp-content/uploads/2024/04/rightArrowHover.png), #0267b6;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(-180deg);
    box-shadow: 0px 0px 5px #7ab914;
}
/*slick arrow*/

/* slick dots */
.testimonialSec ul.slick-dots {
    display: flex;
    gap: 10px;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.testimonialSec ul.slick-dots li {
    margin: 0;
}

.testimonialSec ul.slick-dots li button {
    font-size: 0;
    padding: 0 15px;
    line-height: 7px;
    background-color: #297aba;
    border-radius: 7px;
}

.testimonialSec ul.slick-dots li.slick-active button {
    background-color: #fff !important;
}
/* slick dots */
/* testimonialsMain */

.bannerForm {
    /* max-height: 450px; */
    /* overflow-y: scroll; */
    background: #edf7f569;
    padding: 0px 10px 0px;
    border-radius: 25px;
    border: 2px solid #0267b6;
    box-shadow: 0px 0px 5px #0267b657;
    background: #0000009e;
}

.bannerForm::-webkit-scrollbar {
    width: 1px;
}

.paymentTypes ul li {
    width: 48% !important;
}

.paymentTypes ul li label.wpforms-field-label-inline {
    border-radius: 10px !important;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
}


.contentBox.styledSubTitle .info-box-subtitle {
    position: relative;
}

.contentBox.styledSubTitle .info-box-subtitle:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #67a4d3;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30%;
}

.contentBox.styledSubTitle .info-box-subtitle:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #67a4d3;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 59%;
    display: none;
}

/* whyChooseUsRow */
.whyChooseUsRow {
    padding: 50px 0;
}

.whyChooseUsRow .contentBox.styledSubTitle .info-box-subtitle {
    color: #252A34;
}

.whyChooseUsRow .contentBox.styledSubTitle .info-box-subtitle::after {
    display: none;
}

.whyChooseUsRow .contentBox.styledSubTitle .info-box-subtitle::before {
    background: #252a34;
    left: 110px;
}

.whyChooseUsRow.missionArea .contentBox.styledSubTitle .info-box-subtitle:before {
    left: 170px;
}

.whyChooseUsRow .contentBox.styledSubTitle .info-box-title {
    color: #0267B6;
    font-size: 40px;
    line-height: 50px !important;
}

.whyChooseUsRow .contentBox.boxedContent {
    background: #EDF7F5;
    padding: 25px;
    border-radius: 10px;
}

.whyChooseUsRow .contentBox.boxedContent p {
    color: #555555;
}

.whyChooseUsRow .contentBox.boxedContent .info-box-subtitle {
    color: #0267b6;
    font-weight: 800;
    padding-left: 30px;
    position: relative;
}

.whyChooseUsRow .contentBox.boxedContent .info-box-subtitle:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 25px;
    background: url(/wp-content/uploads/2024/04/Vector.png);
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.whyChooseUsRow .contentBox.styledSubTitle {
    padding-bottom: 25px;
}
/* whyChooseUsRow */

/* aboutRow */
.whyChooseUsRow.aboutRow.contentBox.styledSubTitle .info-box-subtitle::before {
    left: 150px !important;
}

.whyChooseUsRow .contentBox.styledSubTitle .info-box-inner {
    color: #444444;
}

.youtubeVideo {
    text-align: right;
    margin-bottom: 0;
}

.homeAbout .youtubeVideo iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.missionRow .youtubeVideo iframe {
    width: 100% !important;
    height: 400px;
    border: 8px solid #0267b6;
}

.youtubeVideo iframe {
    width: 71%;
    height: 250px;
    border-radius: 10px;
}
/* aboutRow */



/* serviceMain */
.serviceS {
    padding: 20px 0 100px;
    position: relative;
}

.serviceRow .contentBox.styledSubTitle .info-box-subtitle:before {
    left: 31%;
}

.serviceRow .contentBox.styledSubTitle .info-box-subtitle:after {
    left: 65%;
}

.serviceMain {
    background: #fff;
    margin: 10px;
    border-radius: 15px;
}

.progress-container {
  width: 100%;
  background-color: #C7E7DF;
  border-radius: 20px;
}

.progress-bar {
  /* width: 90%; */
  height: 10px;
  background-color: #0267B6;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 0;
  border-radius: 10px;
}

.serviceContent {
    padding: 20px;
}

.serviceContent .serviceFlexBox {
    display: flex;
    justify-content: space-between;
}

.serviceContent p.donationType {
    color: #0267b6;
    font-size: 20px;
}

.serviceContent .serviceFlexBox p {
    margin: 0;
    padding: 10px 0;
}

.serviceContent .serviceBtn {
    text-align: center;
    margin: 15px 0;
}

.serviceContent .serviceBtn a {
    padding: 10px;
    display: block;
    width: 50%;
    margin: auto;
    color: #0267b6;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #0267b6;
    border-radius: 20px;
}

.serviceContent h2 {
    color: #252A34;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.serviceContent p {
    color: #252A34;
    font-weight: 600;
    font-size: 15px;
}

.serviceS .prev-arrow {
    top: 85%;
    left: 44%;
	background: url(/wp-content/uploads/2024/04/blue-arrow-left.png), #fff;
    border: 10px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.serviceS .next-arrow {
    top: 85%;
    left: 52%;
    background: url(/wp-content/uploads/2024/04/blue-arrow-left.png), #fff;
    border: 10px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.serviceText {
    height: 100px;
    padding-right: 15px;
    overflow-y: scroll;
    margin-bottom: 10px;
}
/* serviceMain */

/* footerRow */
.footerRow {
    padding: 30px 0;
}

.footerRow .menu li a {
    color: #afafaf;
}

.footerRow h4.woodmart-title-container.title {
    color: #fff;
}

.footerRow form .gform_footer.before {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.footerRow form input {
    font-size: 12px;
    margin: 0 !important;
    border-radius: 20px;
}

.footerRow form .ginput_container input {
    background: #fff;
    font-size: 14px;
    color: #000;
}

.footerRow form {
    position: relative;
}

.footerRow form .gform_footer.before input {
    border-radius: 0 20px 20px 0;
    padding: 12px 16px;
    background: #0267b6;
    color: #fff;
    text-transform: capitalize;
}

.footerRow form input::placeholder {
    font-size: 14px;
	color: #555555;
}

.footerRow .wd-social-icons {
    padding: 15px 0;
}

.footerRow .wd-social-icons a.wd-social-icon {
    width: 30px;
    height: 31px;
    background: #0267b6;
}

.footerRow .wd-social-icons a.wd-social-icon span.wd-icon {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.footerRow .wd-social-icons a.wd-social-icon:hover {
    background: #fff;
}

.footerRow .wd-social-icons a.wd-social-icon:hover span.wd-icon {
    color: #0267b6;
}

.rightsRow {
    position: relative;
}

.rightsRow .wpb_column {
    border-top: 1px solid #454545;
}

.rightsRow p {
    color: #0267b6;
}

/* footerRow */

/* contactRow */
.contactRow {
    padding: 30px 0 50px;
}

.contactRow form .gform-body input {
    background: #fff;
}

.contactRow form .gform-body textarea {
    background: #fff;
}
/* contactRow */

/* comingSoon */
.comingSoon {
    padding-bottom: 70px;
}

.comingSoon .info-box-title {
    font-size: 65px;
}
/* comingSoon */

/* customForm */
form#wpforms-form-130 label.wpforms-field-label {
    font-size: 25px;
    color: #0267b6;
    text-align: center;
    padding-bottom: 15px;
}

.bannerForm label {
    width: 33.33%;
    color: #fff;
}

.bannerForm .wpforms-form li input {
    width: 100% !important;
    position: relative;
    height: 60px !important;
}

.bannerForm .wpforms-form li {
    background: #fff !important;
    width: 100%;
}

.bannerForm .wpforms-form li {
    border: 1px solid !important;
}

form#wpforms-form-130 label.wpforms-field-label-inline {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 5px 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    border: 2px solid #0267b6;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

form#wpforms-form-130 input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    opacity: 0;
}

form#wpforms-form-130 li {
    padding: 0 !important;
    position: relative;
    width: 32%;
    cursor: pointer;
}

form#wpforms-form-130 ul {
    display: flex;
    justify-content: space-between;
}

form#wpforms-form-130 li.wpforms-selected label.wpforms-field-label-inline {
    background-color: #0267B6;
    color: #fff;
}

form#wpforms-form-130 .smallInput label.wpforms-field-label-inline {
    padding: 5px 5px;
    border-radius: 10px;
}

form#wpforms-form-130 .wpforms-submit-container {
    text-align: center;
}

form#wpforms-form-130 .wpforms-submit-container button#wpforms-submit-130 {
    padding: 10px 30px;
    background: red;
    color: #fff;
    background: #0267b6;
    border-radius: 15px;
}

.paymentTypes {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.customAmountInput input {
    text-align: left;
    padding: 20px !important;
    border: 2px solid #0267b6 !important;
    border-radius: 10px !important;
}

input#wpforms-130-field_13::-webkit-outer-spin-button,
input#wpforms-130-field_13::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input#wpforms-130-field_13[type=number] {
  -moz-appearance: textfield;
}
/* customForm */

/* boardDirectors */
.boardDirectors .contentBox {
    padding: 20px;
    background: #ffffffb0;
    border-radius: 20px;
    height: 500px;
    margin-bottom: 20px !important;
}

.boardDirectors .contentBox img {
    height: 370px;
    object-fit: cover !important;
    object-position: center top;
}

.boardDirectors .contentBox .info-box-title {
    font-size: 18px;
    line-height: 27px !important;
    color: #22262f;
}
/* boardDirectors */


.social-twitter .wd-icon:before {
    content: '';
    background: url(/wp-content/uploads/2024/04/1690643777twitter-x-logo-png-white.webp);
    background-size: 100%;
    background-position: center center;
}

.social-twitter .wd-icon{
		color: transparent !important;
}

.whyChooseUsRow .contentBox.styledSubTitle.sloganTitle .info-box-title {
    line-height: 32px !important;
}

/******************* responsive css *******************/
@media screen and (max-width: 1416px) {

.contentBox .info-box-title {
    font-size: 39px;
    line-height: 50px !important;
}
    
}

@media screen and (max-width: 1299px) {

/* .contentBox .info-box-title {
    font-size: 20px;
    line-height: 50px !important;
} */

form#wpforms-form-130 label.wpforms-field-label {
    margin-bottom: 0;
    font-size: 22px;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0 !important;
}

form#wpforms-form-130 label.wpforms-field-label-inline {
    font-size: 18px;
}

.next-arrow {
    left: 84%;
    top: 5%;
}

.prev-arrow {
    left: 10%;
    top: 5%;
}

.mainBanner .bannerContentRow {
    width: 100%;
}

.serviceContent p.donationType {
    font-size: 18px;
    margin-bottom: 10px;
}

.serviceContent h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.serviceContent p {
    font-size: 13px;
}

.serviceContent .serviceFlexBox p {
    padding: 5px 0;
}

.serviceContent .serviceBtn {
    margin: 5px 0;
}

.serviceContent .serviceBtn a {
    font-size: 16px;
    border-radius: 10px;
}

.serviceContent {
    padding: 10px 20px;
}

.serviceText {
    height: 85px;
}
    
}

@media screen and (max-width: 1169px) {
	
.wd-nav[class*="wd-style-"]>li>a {
    font-size: 14px;
}

.whb-general-header ul {
    gap: 15px;
}

.contentBox .info-box-title {
    font-size: 32px;
    line-height: 43px !important;
}

.whyChooseUsRow .contentBox.styledSubTitle .info-box-title {
    font-size: 32px;
    line-height: 43px !important;
}

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

form#wpforms-form-130 li {
    margin-bottom: 0 !important;
}

form#wpforms-form-130 label.wpforms-field-label {
    padding-bottom: 10px;
}

.next-arrow {
    left: 83%;
    top: 5%;
}

.prev-arrow {
    left: 11%;
    top: 5%;
}

.contentBox.styledSubTitle .info-box-subtitle:before {
    /* left: 31%; */
}

.contentBox .info-box-subtitle {
    font-size: 18px;
}

.whyChooseUsRow .contentBox.styledSubTitle {
    padding-bottom: 10px;
}

.whyChooseUsRow .contentBox.boxedContent {
    padding: 15px;
}

.whyChooseUsRow .contentBox.styledSubTitle .info-box-subtitle::before {
    left: 100px;
}
	
}

@media screen and (max-width: 1024px) {
	
.slide-arrow {
    display: none !important;
}

.testimonialSec {
    padding: 0 0 25px;
}

.serviceS {
    padding-bottom: 0;
}

.serviceRow .contentBox.styledSubTitle .info-box-subtitle:before {
    display: none;
}

.contentBox.styledSubTitle .info-box-subtitle:before {
    display: none;
}

.contentBox .info-box-title {
    font-size: 28px;
    line-height: 35px !important;
}

.mainBanner video {
    height: 540px;
}

.bannerContentRow .contentBox {
    padding: 10px;
}

form#wpforms-form-130 label.wpforms-field-label {
    font-size: 18px;
    font-weight: bold !important;
}

.serviceS {
    padding: 20px 50px 0;
}

.testiSec {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testiSec .contentBox.styledSubTitle .info-box-subtitle {
    text-align: center;
}

.testiSec .contentBox .info-box-title {
    text-align: center;
}
	
}

@media screen and (max-width: 991px) {
	
.testimonialSec .testimonialsContent p {
    font-size: 14px;
}

.testimonialsMain {
    width: 100%;
}

.testiSec .vc_column_container.vc_col-sm-6 {
    width: 100%;
}

.mainBanner .bannerContentRow {
    flex-direction: column-reverse;
    position: relative !important;
}

.mainBanner .bannerContentRow .bannerForm {
    position: absolute;
    top: -111%;
}

.mainBanner .bannerContentRow {
    padding: 70px 0;
}

.mainBanner .vc_column_container.vc_col-sm-5 {
    width: 50%;
}

.mainBanner .vc_column_container.vc_col-sm-6 {
    width: 50%;
}

.whyChooseUsRow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whyChooseUsRow .vc_column_container {
    width: 96%;
}

.footerRow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.footerRow .vc_column_container {
    width: 49%;
}

.contentBox .info-box-subtitle {
    font-size: 16px;
    text-align: center;
}

.contentBox .info-box-title {
    font-size: 26px;
    text-align: center;
}

.contentBox .info-box-inner {
    font-size: 12px;
    text-align: center;
}

a.btn.btn-color-primary {
    font-size: 12px;
}

.wd-button-wrapper {
    text-align: center;
}

.whyChooseUsRow .contentBox.boxedContent .info-box-subtitle {
    text-align: left;
}

.whyChooseUsRow .contentBox.boxedContent .info-box-inner {
    text-align: left;
}

.whyChooseUsRow .contentBox.styledSubTitle .info-box-title {
    font-size: 26px;
    line-height: 35px !important;
}

.homeAbout .youtubeVideo iframe {
    height: 400px;
}

.footerRow .menu li a {
    font-size: 14px !important;
}

.boardDirectors .contentBox {
    height: auto;
}

.boardDirectors .contentBox .info-box-title {
    font-size: 14px;
    line-height: 22px !important;
    height: 47px;
    overflow-y: scroll;
    padding-right: 10px;
}

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

@media screen and (max-width: 768px) {

.mainBanner .vc_column_container.vc_col-sm-6 {
    width: 96%;
}

.mainBanner .vc_column_container.vc_col-sm-5 {
    width: 76%;
    top: -115%;
}

form#wpforms-form-130 label.wpforms-field-label-inline {
    font-size: 14px;
    border-radius: 5px !important;
}

input#wpforms-130-field_13[type=number] {
    font-size: 14px;
    height: 30px !important;
    line-height: 1.2 !important;
    padding: 18px !important;
    border-radius: 5px !important;
}

input#wpforms-130-field_14-cardname {
    padding: 2px 8px !important;
    line-height: 1.2 !important;
    height: 30px;
    font-size: 14px;
}

div#wpforms-130-field_14 {
    padding: 4px 8px 2px !important;
    line-height: 1.2 !important;
    height: 30px;
        font-size: 14px !important;
}

.footerRow .wpb_single_image {
    text-align: center;
    margin: 0;
}

.footerRow .title-wrapper {
    text-align: center;
}

.footerRow li {
    text-align: center;
}

.footerRow form .gform_footer.before input {
    border-radius: 0 18px 19px 0;
    padding: 9px 16px;
    height: 42px;
}

.boardDirectors .contentBox {
    height: auto;
}

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

.serviceS {
    padding: 20px 0 0;
}
	
}

@media screen and (max-width: 476px) {
	
.footerRow form .gform_footer.before input {display: grid;}

.footerRow .vc_column_container .vc_column-inner {
    padding-top: 0 !important;
}

.footerRow .vc_column_container {
    width: 96%;
}
	
}
/******************* responsive css *******************/


/* serviceForm */
.bannerForm  input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


select#wpforms-232-field_15 {
    text-align: left;
    padding: 20px !important;
    border: 2px solid #0267b6 !important;
    border-radius: 10px !important;
}
/* serviceForm */


.getIntouchCol .vc_wp_custommenu {
    margin-bottom: 10px;
}

.getIntouchCol .wd-info-box  a {
    color: #a6afaf;
}

.getIntouchCol .wd-info-box a:hover {
    color: #0267b6;
}

