/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


h1,h2,h3,h4,h5,h6,p,body,a,span,li{
	font-family: "Space Grotesk", serif;
}


.btn {
    background: #000000;
    color: #ffffff;
    border-radius: 40px;
    padding: 11px 30px 12px;
    text-transform: capitalize;
    transition: .5s all;
    position: relative;
    z-index: 1;
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: 400;
}

.btn:hover {
    background: transparent;
    color: rgb(0 0 0);
    border-color: rgb(0 0 0);
}

.btn img {
    margin-left: 7px;
    /* filter: brightness(0); */
    transition: .5s all;
    position: relative;
    top: 1px;
}

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

.btn.btn-trans {
    COLOR: #000;
    background: #f5cf4a;
    border-color: #f5cf4a;
}

.btn.btn-trans:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn.btn-trans:hover img {filter: brightness(0) invert(1);}

.btn.btn-trans img {filter: brightness(0);}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #f8cf3e;
}

.wd-nav>li>a {
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.sec1 {
    padding-block: 90px 110px;
    position: relative;
}

.info-banner h5 {
    font-size: 1.5rem;
    color: #033768;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}

.info-banner h1 {
    font-size: 3.5rem;
    color: #033768;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 62px;
}

.info-banner h1 > span {
    color: #f8cf3e;
}

header .btn {
    color: #fff;
}

.info-banner p {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 30px;
}

.wd-marquee.wd-with-pause {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

span.wd-marquee-item {font-size: 300px;font-weight: 600;color: #004f811a;line-height: 300px;}

.wd-nav>li>a::before {
    position: absolute;
    content: "*";
    font-size: 28px;
    top: 6px;
    margin: auto;
    left: -10px;
    display: flex;
    align-items: center;
    opacity: 0;
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a::before {
    opacity: 1;
}


.box-sec2 .wpb_wrapper {
    background: #a9dcfe;
    border-radius: 25px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin: 0;
}

body.home .wd-content-layout {
    padding: 0;
}

.info-about {
    padding: 70px 90px;
}

h6 {
    padding-left: 20px;
    color: #033768;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    display: inline-block;
}

h6::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #f8cf3e;
    border-radius: 50%;
}

.btn.btn-black {
    background: #000;
    border-color: #000;
}

.btn.btn-black:hover {
    background: #fff;
    border-color: #fff;
    color: rgb(248,207,62);
}

h2 {
    font-size: 2rem;
    color: #033768;
    font-weight: 400;
    text-transform: uppercase;
}

.info-about h2 {
    width: 78%;
}

.info-about p {
    color: #ababab;
    font-size: 17px;
    margin-bottom: 25px;
}

.info-about h5 {
    font-size: 1.25rem;
    color: #f8cf3e;
    font-weight: 400;
    margin-bottom: 30px;
}

.info-text h6 {
    margin-bottom: 5px;
}

.sec3 .info-text {text-align: center;}

.sec3 {
    padding-block: 100px;
    position: relative;
    z-index: 1;
}

.sec3 .row-subs {
    justify-content: center !important;
    display: flex;
    margin-top: 40px;
}

ul.subs-ul {
    padding: 0;
    display: flex;
    column-gap: 30px;
    justify-content: center;
}

ul.subs-ul li {
    display: inline-flex;
    flex-direction: column;
    width: 170px;
    background: #125387;
    height: 170px;
    align-items: center;
    margin-bottom: 0 !important;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: .5s all;
    cursor: pointer;
    color: #fff;
}

ul.subs-ul li > span {
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

ul.subs-ul li br {
    display: none;
}

ul.subs-ul li > span img {
    filter: brightness(0) invert(1);
    transition: .5s all;
}

ul.subs-ul li:hover > span img {
    filter: revert;
    filter: hue-rotate(180deg);
}

ul.subs-ul li:hover {
    background: #000;
    color: #fff;
}

.sec3::before {
    position: absolute;
    content: "";
    background: url("/wp-content/uploads/2025/03/bg1.png") no-repeat;
    width: 970px;
    height: 506px;
    background-size: 100%;
    top: 20px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}

.sec5 {
    padding-block: 100px;
    border-bottom: 1px solid #2d2d2d00;
}

.info-cta {
    padding: 0 60px;
}

.info-cta h3 {
    color: #033768;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 40px;
}

.sec6{
	padding-block: 100px;
}
.txt-right{
	text-align:right;
}

a.btn-epi:hover {
    color: #fff;
}

.sec4 {
    padding-block: 100px;
    position: relative;
    z-index: 1;
}

.sec4::before {
    position: absolute;
    content: "";
    background: #a5dcff;
    border-radius: 20px;
    width: calc(100% + 200px);
    height: 100%;
    left: -100px;
    top: 0;
    z-index: -1;
}

.sec6 .info-text {
    margin-bottom: 35px;
    text-align: center;
}

.article-body-container {
    text-align: left !important;
    background: transparent !important;
    padding-inline: 0 !important;
    box-shadow: none !important;
}

.blog-design-masonry .post-title {
    color: #fff !important;
    font-weight: 400 !important;
    margin-bottom: 25px  !important;
}

.read-more-section a {
    text-transform: capitalize !important;
    font-size: 16px !important;
}

.read-more-section a img {
    margin-left: 10px;
}

.blog-design-masonry.wd-add-shadow .article-inner {
    box-shadow: none !important;
}

a.wd-entities-title:hover, .wd-entities-title a:hover {
    color: #1c5386;
}

.info-about p a {
    background: #1c1c1c !important;
    border-color: #1c1c1c !important;
    color: #fff !important;
}

.foot-sec {
    padding-block: 80px;
    background: #8ccef8;
    border-top: 1px solid #125387;
}

.foot-sec ul {
    padding: 0;
}

.foot-sec ul li {
    list-style: none;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
}

.foot-sec ul li a {
    color: #033768;
}

.foot-sec h4 {font-size: 1.25rem;margin-bottom: 18px;font-weight: 500;color: #000 !important;!i;!;}

.info-join {
    margin-top: -20px;
}

.info-join h5 {
    color: #f8cf3e;
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.info-join p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 25px !important;
}

.info-join .tnp.tnp-subscription {
    position: relative;
    z-index: 1;
}

.info-join .tnp.tnp-subscription label {
    display: none;
}

.info-join .tnp.tnp-subscription  input[type=email] {background: #fff !important;border: 2px solid #f8cf3e;border-radius: 30px;height: 50px;padding: 10px 15px;color: #000000;font-size: 14px;}

.info-join input.tnp-submit {
    font-size: 0;
    width: 30px;
    height: 30px !important;
    border-radius: 50%;
    min-height: 30px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    background: url("/wp-content/uploads/2025/03/btn-arr.png") no-repeat;
    background-color: #000000;
    background-position: 50%;
    background-size: 13px;
}

.info-join input.tnp-submit:hover {
    background-color: #1c5386;
}

.info-join .tnp.tnp-subscription ::placeholder {
    color: #333;
}

.foot-sec ul li a:hover {
    color: #fff;
}

.copy-txt {
    position: absolute;
    bottom: 0;
}

.copy-txt p {
	color: #000000;
}

.foot-sec .wpb_column.vc_column_container:first-child {
    padding-left: 40px;
}

.foot-sec .wpb_column.vc_column_container:last-child {
    margin-left: 0;
}

.foot-sec .wpb_column.vc_column_container:last-child .vc_column-inner {
    /* margin-left: -100px; */
    /* padding-right: 40px; */
}

.blog-design-masonry h5 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}

.info-epi {
    padding: 50px 40px 50px 40px;
    background: #005389;
    border-radius: 20px;
}

.info-epi h5 {
    color: #f5cf4a;
    font-size: 14px;
}

.info-epi h4 {
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.info-epi p {
    color: #ffffff;
    font-size: 16px;
    !i;!;
}

.info-epi p > a {
    /* margin-top: 35px; */
}

.btn.btn-grey {
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #f8cf3e;
}

.btn.btn-grey:hover {
    background: #000000;
    border-color: #000000;
}

.sec4 .row-tp {
    margin-top: 30px;
}

audio{
    width: 100%;
}

.sec2 {
    position: relative;
    z-index: 1;
}


.sec1::before ,  .sec3::after {
    position: absolute;
    content: "";
    background: url("/wp-content/uploads/2025/03/bg2.png");
    width: 456px;
    height: 1017px;
    right: 0;
    top: 90px;
	z-index: -1;
}

.sec1, .sec2 ,.sec3, .sec4 {
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

.sec3::after {
    transform: scaleX(-1);
    right: inherit;
    left: 0;
}

.sec3 {
    display: flex;
}
body.blog .wd-content-layout , .post-template-default.single.single-post .wd-content-layout {
    padding-block: 70px;
}

.post-template-default.single.single-post .wd-content-layout{
	text-align: center;
}

.blog .wd-page-content ,  .post-template-default.single.single-post .wd-page-content {
    background: #1c1c1c;
}

.blog .meta-post-categories.wd-post-cat.wd-style-with-bg {
    display: none;
}

.blog .entry-meta.wd-entry-meta {
    display: none;
}

.blog .hovered-social-icons.wd-tltp {
    display: none;
}

.wd-prefooter {
    display: none;
}

.post-template-default.single.single-post  textarea#comment {
    border: 1px solid #b0b0b0;
}

.post-template-default.single.single-post * {
    color: #fff;
}

.post-template-default.single.single-post  .wd-single-footer {
    justify-content: center;
}

.sec4 div#wpforms-87 {
    margin-top: 0 !important;
}

.sec4 label {
    color: #898888 !important;
}

.sec4 input,.sec4 textarea {
    background: transparent !important;
    border: 1px solid #676666 !important;
}

.sec4 ::placeholder {
    color: #cdcdcd !important;
}

.sec4 button#wpforms-submit-87 {
    width: 200px;
    border-radius: 40px;
    COLOR: #000;
    background: #f5cf4a;
    border-color: #f5cf4a;
}

.wd-page-title {
	background-color: transparent !important;
}

.wd-logo img[src$=".svg"] {
    width: 250px;
}

.info-about *, .info-about p , .info-about h5 {
    color: #000;
}

.sec4 .info-text * {
    color: #033768;
}

.sec4 a.btn-epi {
    color: #033768 !important;
}

.foot-sec ul li a:hover {
    color: #f5cf56;
}
.wd-logo img[width]:not([src$=".svg"]) {
    max-width: 300px !important;
    max-height: initial;
}

.whb-general-header-inner {
    height: auto !important;
    max-height: initial !important;
}

.sec4.board-sec h6 {display: table;margin-inline: auto;}

.sec4.board-sec .info-epi {
    padding: 30px 20px 90px;
    text-align: center;
}

.sec4.board-sec .info-epi p {
    font-size: 14px;
}

.sec4.board-sec .info-epi .btn.btn-grey {
    margin-top: 10px;
}

.sec4.board-sec {
    margin-bottom: 50px;
}

.sec4.board-sec .info-epi  p:first-of-type {
    min-height: 160px;
}

.btn.btn-grey.broad-btn {margin-top: -120px;}

.wd-popup-slide-from-left.mfp-ready .wd-popup {
    background: #a9dcfe;
    color: #000;
    padding: 40px;
    border-radius: 30px;
}

.pop-cont h3 {
    font-size: 2.5rem;
    font-weight: 700;
	line-height:2.8rem;
}

.pop-cont h5 {
    margin-bottom: 0;
    color: #125387;
}
.podcast-main-column  .vc_column-inner > .wpb_wrapper {
    background: #AEDDFD !important;
}

.page-id-75 .box-sec2 .wpb_wrapper {
    background: none;
}

.sec-podcast-text {
    padding: 50px 30px 30px;
}

.sec-podcast-boxes {
    padding: 0px;
    padding: 0px 30px 60px;
}

.sec-podcast-last-boxes {
    padding-bottom: 50px;
}

.sec-podcast-text h6, .sec-podcast-text h2 {
    color: #000;
}
ul#menu-home-main {padding-left: 15%;}
.page-id-79 .sec4 img {
	width: 21px;
	filter: brightness(0);
	height: 21px;
}

.page-id-79 .sec4 .wd-info-box {
    margin-bottom: 0px;
    padding-top: 20px;
}

.page-id-79 .sec4 .wd-info-box p a {
    color: #000;
    font-size: 15px;
}


.info-about.info-about2 {
    padding: 0;
}

.sec4.board-sec .info-about.info-about2 h6 {
    margin-inline: unset;
} 
.ab-img-box img {
    border-radius: 15px !important;
}

.sec4.board-sec .row-btm {
    margin-bottom: 100px;
}

.foot-logo img {
    width: 400px;
}
.wd-page-title .title {color: #033768;}

:is(.wd-breadcrumbs,.yoast-breadcrumb) {color: #000;--wd-bcrumb-color-active: #033768;}

nav.wd-breadcrumbs a {
    color: #033768b5;
}

nav.wd-breadcrumbs a:hover {
    color: #033768;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    color: #033768 !important;
}

.donatesec h2 {
    color: #033768;
    font-weight: 500;
    font-size: 48px;
    letter-spacing: -1px;
    text-transform: capitalize;
    line-height: 1.3;
}

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

.donatesec 
 a.btn.btnsec {
    background-color: #005389;
    border-color: transparent;
}

.donatesec {
    margin: 0 5px;
}

.donatesec a.btn.btnsec:hover {
    background-color: #1c1c1c;
    color: #fff;
}


.donatesec .vc_row {
    padding: 55px 0;
    margin-top: 100px;
}


.donatesec.donatesec1 .vc_row {
    padding: 55px 30px;
    margin-top: 100px;
    margin-bottom: 100px;
}


.donatesec.donatesec1 .vc_row {
    border-radius: 20px;
}

.donatesec.donatesec1 .vc_row h2 {
    color: #fff;
    font-size: 38px;
    line-height: normal;
}

.donatesec.donatesec1 .vc_row a.btn.btnsec {background-color: #fff;color: #000;}

.donatesec.donatesec1 .vc_row a.btn.btnsec:hover {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.donatesec.donatesec1 .vc_row a.btn.btnsec img {
    filter: brightness(0);
}

.donatesec.donatesec1 .vc_row a.btn.btnsec:hover img {
    filter: brightness(1);
}


@media only screen and (max-width: 980px) and (min-width: 220px) {
	
	.wd-logo img[width]:not([src$=".svg"]) {
    max-width: 160px !important;
}

.sec1 {
    padding: 50px 10px;
}

.info-banner h5 {
    font-size: 1.25rem;
}

.info-banner h1 {
    font-size: 1.8rem;
    line-height: 36px;
}

.info-banner h1 br {
    display: none;
}

span.wd-marquee-item {
    font-size: 80px;
}

.btn {
    font-size: 14px;
}

.info-about {
    padding: 30px 20px;
    text-align: center;
}

.info-about h2 {
    width: 100%;
    margin-bottom: 12px;
}

h2 {
    font-size: 28px;
    line-height: 32px;
    text-transform: capitalize;
}

h6 {
    margin-bottom: 10px;
}

.info-about p {
    font-size: 14px;
    margin-bottom: 12px;
}

.info-about h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
}

ul.subs-ul {
    column-gap: 10px;
    flex-wrap: wrap;
}

ul.subs-ul li {
    width: calc(50% - 10px);
    margin-bottom: 10px !important;
    height: auto;
    padding: 20px 0;
}

.sec3 .row-subs {
    margin-top: 20px;
}

ul.subs-ul li:nth-child(3),ul.subs-ul li:nth-child(4) {
    margin-bottom: 0 !important;
}

.sec3 {
    padding: 50px;
}

.sec4 {
    padding: 50px 15px;
    text-align: center;
}

.sec4 .info-text {
}

.sec4 .info-text h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.sec4 .txt-right {
    text-align: center;
}

.info-epi {
    padding: 30px 12px;
    margin-bottom: 10px;
}

.info-epi h5 {
    margin-bottom: 6px;
    font-size: 13px;
}

.info-epi h4 {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.sec4 .row-tp:last-of-type {
    margin-top: 0;
}

.sec4 .row-tp:last-of-type .vc_col-sm-4:last-child .info-epi {
    margin-bottom: 0;
}

.sec5 {
    padding-block: 50px;
}

.info-cta {
    padding: 0 15px;
}

.info-cta h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.foot-sec {
    border-color: #91ceff !important;
    padding-block: 40px;
    text-align: center;
}

.copy-txt {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.foot-sec h4 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.foot-sec ul li {display: inline-block;width: 49%;margin-bottom: 3px;}

.foot-sec ul {
    margin-bottom: 15px !important;
}

.foot-sec .vc_col-sm-4:last-of-type ul {
    margin-bottom: 0 !important;
}

.foot-sec .vc_col-sm-4:last-of-type ul li {
    width: 100%;
}

.foot-sec .vc_col-sm-4:last-of-type ul li a {
    font-size: 15px;
}

.foot-logo {
    margin-bottom: 0;
}

.foot-sec .wpb_column.vc_column_container:first-child {
    padding-left: 0;
}

.foot-logo img {
    width: 80%;
    display: table;
    margin: 0 auto 10px;
}


.sec4.board-sec .row-btm {
    margin-bottom: 30px;
}

.sec4.board-sec .info-about.info-about2 h6 {
    margin-inline: auto;
    margin-top: 20px;
}

p {
    font-size: 14px !important;
}

.sec4.board-sec .info-epi p:first-of-type {
    min-height: auto;
}

.wd-content-layout {
    padding-block: 0;
}

.sec-podcast-boxes {
    padding-bottom: 0;
}

.sec-podcast-boxes:last-of-type {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-id-75 .sec2 {
    margin-bottom:  0 !important;
}

.page-id-79 .sec4 .wd-info-box p a {
    font-size: 13px;
}

.page-id-79 .sec4 .wd-info-box {
    column-gap: 5px;
    justify-content: center;
    padding-top: 14px;
}

.page-id-79 .sec4 .info-box-wrapper {
    display: flex;
    justify-content: center;
}
	
}