/*
 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 */
.main-page-wrapper {
    padding-top:  0 !important;
}

.page-title {
    margin-bottom: 0 !important;
}

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

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

.contentBox .info-box-title {
    color: #46331E;
    font-size: 42px;
    font-family: 'Mont-Heavy', sans-serif;
}

.contentBox .info-box-subtitle {
    font-family: 'Mont-Light' , sans-serif;
    font-size: 25px;
    color: #8C7458;
    font-weight: 700;
}

.contentBox .info-box-inner {
    color: #000;
    font-size: 18px;
}

.btn.btn-color-primary {
    /* border: 2px solid transparent; */
    /* background: #0c4da2; */
    background: #46331E;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
}

.btn.btn-color-primary:hover {
    /* border: 2px solid #0c4da2; */
    /* background: transparent; */
    /* color: #0c4da2; */
}
/* theme */

/* header */
.whb-general-header .wd-nav[class*="wd-style-"]>li:hover>a {
    color: #46331e !important;
    border-bottom: 2px solid #46331e;
}

.whb-general-header .wd-nav[class*="wd-style-"]>li a {
    transition: all ease 1s;
    border-bottom: 2px solid transparent;
}

.whb-general-header .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #46331e;
    font-weight: bold;
    border-bottom: 2px solid #46331e;
}

.whb-general-header ul li .wd-sub-menu li a {
    text-transform: capitalize;
}

.headerContact a {
    color: #fff;
    font-size: 13px;
    padding: 0 20px 0 10px;
    position: relative;
}

.headerContact a:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    width: 18px;
    height: 15px;
    /* background: red; */
}

.headerContact.link1 a:before {
    background: url(/wp-content/uploads/2024/05/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.headerContact.link2 a:before {
    background: url(/wp-content/uploads/2024/05/call.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 1px;
    left: -10px;
}

.whb-row.whb-general-header .menu {
    padding-right: 40px;
    gap: 20px;
}

.whb-row.whb-general-header a.wd-inited {
    padding: 0 30px;
}
/* header */

/* mainBanner */
.mainBanner {
    padding: 30px 0 70px;
    position: relative !important;
}

.mainBanner .contentBox .info-box-title {
    color: #fff;
    font-size: 47px;
    font-weight: 600;
}

.mainBanner .contentBox .info-box-title strong {
    color: #fff;
    font-weight: 00;
    font-family: 'Mont-Heavy' , sans-serif;
}

.mainBanner .contentBox .info-box-inner {
    color: #fff;
    font-size: 18px;
}

/* .mainBanner:after {
    content: '';
    position: absolute;
    width: 800px;
    height: 600px;
    background: url(/wp-content/uploads/2024/05/bannerShape.png);
    background-size: contain;
    background-position: center;
    right: 8%;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: rotate-center 20s linear infinite alternate both;
} */

.mainBanner a.btn.btn-color-primary {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #46331E;
    position: relative;
    padding-right: 50px;
}

.mainBanner a.btn.btn-color-primary:hover {
    background: transparent;
    color: #fff;
}

.mainBanner a.btn.btn-color-primary:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2024/05/Symbol.png);
    background-position: center center;
    background-size: contain;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.mainBanner a.btn.btn-color-primary:hover:before {
    filter: invert(1);
}

.mainBanner .transparentBtn:before {
    display: none;
}

.mainBanner .transparentBtn {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    padding: 15px 25px !important;
}

.mainBanner .transparentBtn:hover {
    background: #fff !important;
    color: #46331e !important;
}

.rotate-center {
	animation: rotate-center 2s linear infinite alternate both;
}

@keyframes rotate-center {
  0% {
    transform: rotate(-360);
      right: 4%;
  }
  100% {
    transform: rotate(360deg);
    right: 30%;
  }
}
/* mainBanner */

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

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

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

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

.serviceRow .contentBox a.btn.btn-color-primary {
    background: transparent !important;
}

.serviceRow .contentBox a.btn.btn-color-primary:hover {
    background: #46331e !important;
}

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

.serviceRow .contentBox .info-box-inner h4 {
    color: #fff;
    font-size: 28px;
}

.serviceRow.broadcastingRow .contentBox  .info-box-inner {
    color: #686868;
}

.serviceRow .financialMain {
    padding: 20px 20px;
    background: #fff;
    transition: all ease 0.5s;
}

.financialMarket .row {
    display: flex;
    column-gap: 0;
    row-gap: 30px;
}

.serviceRow .financialMain img {
    margin-bottom: 10px;
    transition: all ease 0.5s;
}

.serviceRow .financialMain h2 {
    margin-bottom: 10px;
    transition: all ease 0.5s;
    font-size: 20px;
    font-family: 'Mont-Heavy' ,sans-serif;
    color: #46331e;
}

.serviceRow .financialMain p {
    color: #777777;
    transition: all ease 0.5s;
    margin-bottom: 10px;
}

.serviceRow .financialMain a {
    display: block;
    padding: 5px 0;
    width: 45%;
    position: relative;
    transition: all ease 0.5s;
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
}

.scrolDiv
{
	height: 108px;
	overflow-Y: scroll;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-bottom: 20px;
}


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

.scrolDiv::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

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

.serviceRow .financialMain:hover ul li {
    color: #ffffff8c;
}

.serviceRow .financialMain:hover img {
    filter: invert(1);
}

.serviceRow .financialMain:hover {
    background: #46331e;
}

.serviceRow .financialMain:hover h2 {
    color: #fff;
}

.serviceRow .financialMain:hover p {
    color: #ffffff8c;
}

/* .serviceRow .financialMain a:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/wp-content/uploads/2024/05/Symbol.png);
    background-position: center center;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.serviceRow .financialMain:hover a {
    filter: invert(1);
}
/* serviceRow */

/* broadcastingRow */
.serviceRow.broadcastingRow {
    display: flex;
    align-items: center;
}




.serviceRow.broadcastingRow .contentBox {
    width: 100%;
    padding-bottom: 20px !important;
}

.serviceRow.broadcastingRow .contentBox .info-box-title {
    color: #0C4DA2;
}

 .serviceRow .broadcastingMain {
    padding: 20px 20px;
    background: #EAEAEA;
    transition: all ease 0.5s;
}


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

.testiRow .testiTitle .woodmart-title-container {
    color: #46331E;
    font-size: 40px;
    font-family: 'Mont-Heavy', sans-serif;
}

.testiRow .testiTitle  .title-subtitle {
    color: #8C7458;
    font-size: 30px;
    font-family: 'Mont-Light' ,sans-serif;
    font-weight: 700;
}

.testiRow .testiTitle .title-after_title {
    color: #686868;
    font-size: 16px;
}

.testiContent .wd-info-box {
    border: 1px solid #000;
    padding-bottom: 20px;
    border-radius: 28px;
}

.testiContent .wd-info-box .info-box-content {
    padding: 0 20px;
}

.testiContent .wd-info-box:hover {
    background: #46331e;
}

.testiRow .testiContent {
    padding: 0px;
    /* background: #fff; */
    margin: 10px 5px;
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 15px #ddd; */
    /* transition: all ease 0.5s; */
}

.testiRow .testiContent .wd-text-block {
    text-align: center;
    color: #414141;
    transition: all ease 0.5s;
}

.testiRow .testiContent .info-box-title {
    color: #46331e;
    font-size: 22px;
    transition: all ease 0.5s;
    font-family: 'Mont-Heavy';
}

.testiRow .testiContent:hover {
    /* background: #0C4DA2; */
}

.testiRow .testiContent:hover .wd-text-block {
    color: #fff;
}

.testiRow .testiContent:hover .info-box-title {
    color: #fff;
}

.testiRow .testiContent:hover .info-box-inner {
    color: #fff;
}

.testiRow .testiContent .info-box-inner {
    transition: all ease 0.5s;
    color: #161616;
}

.testiRow .owl-carousel {
    padding-bottom: 0;
}
/* testiRow */


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

.formRow iframe {
    width: 100%;
    height: 230px;
}

.formCol .wpb_wrapper {
    padding: 0 15px;
}

.formCol .wpb_wrapper ul li {
    padding-right: 20px;
}

.formCol .wpb_wrapper ul {
    margin-bottom: 20px;
}

.formCol .wd-info-box {
    margin-bottom: 10px;
}

.formRow {
    box-shadow: 0px -6px 8px #0c4da21a;
    background: #fff;
}

.formRow input {
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    color: #444444;
    padding: 25px !important;
}

.formRow input::placeholder {
    color: #444444;
}

.formRow textarea {
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    color: #444444;
    padding: 25px !important;
}

.formRow textarea::placeholder {
    color: #444444;
}

.formRow input#gform_submit_button_1 {
    padding: 15px 30px !important;
    border: 2px solid transparent;
    background: #0c4da2;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 0;
}

.formRow .gform_footer.before {
    justify-content: end;
    margin-bottom: 0;
    padding-bottom: 0;
}

.formRow input#gform_submit_button_1:hover {
    border: 2px solid #0c4da2;
    background: transparent;
    color: #0c4da2;
}

.footerSec {
    background: #46331e;
}

.footerRow {
    padding: 50px 0 20px;
    border-bottom: 2px solid #fff;
}

.formRow .gform_wrapper {
    padding: 50px 30px 0;
}

.footerRow .menu li {
    margin-bottom: 10px;
}

.footerRow .menu li a {
    color: #fff;
    border-bottom: 2px solid transparent;
}

.footerRow .menu li a:hover {
    border-bottom: 2px solid #fff;
}

.footerRow .wd-text-block p a {
    color: #fff;
}

.footerRow span.wd-icon {
    color: #02184c;
}

.woodmart-title-container {
    /* font-family: 'Mont-Heavy', sans-serif; */
    font-weight: 700 !important;
}

.contactIcon {
    color: #fff;
    padding-left: 25px;
    position: relative;
}

.contactIcon:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 23px;
    background: url(/wp-content/uploads/2024/05/f-Phone.png);
    background-size: contain;
    left: -5px;
    top: -3px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat !important;
}

.contactIcon.email:before {
    background: url(/wp-content/uploads/2024/05/f-email.png);
    background-size: contain;
}

.contactIcon.address:before {
    background: url(/wp-content/uploads/2024/05/f-address.png);
    background-size: contain;
}

.rightsRow .wpb_text_column {
    padding: 15px 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

/* contact page */
/* .page-id-112 .footerSec .formRow {
    display: none;
}

.page-id-112 .footerSec {
    background: #02184C;
}

.page-id-112 .footerSec .contentBox {
    display: none;
}

.page-id-112 .formRow {
    box-shadow: 0px 0px 11px #0c4da21a;
    border-bottom: 1px solid #0c4da21a;
} */
/* contact page */




.porchMemberShip {
    padding: 70px 0;
    display: flex;
    justify-content: center;
}

.serviceRow.porchMemberShip .contentBox .info-box-title {
    font-size: 39px;
}




/* testiRow */
/*slick arrow*/
.testiRow {
    position: relative;
}

.testimonialSlider {
    padding: 10px;
    position: relative;
}

.testimonialSlider .testiMain {
    padding: 50px;
    background: #fff;
    margin: 0 10px;
    transition: all ease 0.8s;
    box-shadow: 0px 1px 12px 2px #bcb9b9;
    margin: 20px;
    position: relative;
    border-radius: 20px;
}

.testimonialSlider .testiMain:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/05/quote.png);
    width: 120px;
    height: 119px;
    right: 20px;
    bottom: -20px;
}

.testimonialSlider .testiMain:hover:before {
    filter:invert(1);
}

.testimonialSlider .testiMain:hover {
    background: #46331e;
}

.testimonialSlider .testiMain .identity {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 15px;
}

.testimonialSlider .testiMain .identity img {
    border: 3px solid #000;
    border-radius: 100%;
}

.testimonialSlider .testiMain p {
    font-size: 17px;
    text-transform: capitalize;
    font-style: italic;
    padding-left: 10px;
    border-left: 2px solid #000;
    color: #1A1A1A;
}

.testimonialSlider .testiMain .identity h2 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 200;
    color: #46331E;
}

.testimonialSlider .testiMain .identity .position {
    color: #8C7458;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
}

.testimonialSlider .testiMain:hover p {
    color: #fff;
}

.testimonialSlider .testiMain:hover h2 {
    color: #fff;
}

.testimonialSlider .testiMain:hover img {
    border: 3px solid #fff;
}

.testiRow .info-box-content .info-box-inner p span {
    color: #68523A !important;
    font-size: 16px !important;
}


.testimonialSlider  .slick-dots {
    position: absolute;
    display: flex;
    list-style: none;
    gap: 10px;
    left: -105%;
    bottom: -50px;
    margin-bottom: 0;
    padding: 0;
}

.testimonialSlider .slick-dots li {
    margin-bottom: 0;
    line-height: 0;
    padding: 4px;
    border: 1px solid #46331e;
    border-radius: 100%;
}

.testimonialSlider .slick-dots li button {
    font-size: 0;
    padding: 4px;
    line-height: 0;
    background: #46331e;
    border-radius: 100%;
}

.testimonialSlider .slick-dots li:hover {
    border-color: #9e7960;
}

.testimonialSlider .slick-dots li:hover button {
    background: #9e7a62;
}
/* testiRow */


/* single-benefit */

.single-benefit .sidebar-container {
    display: none;
}

.single-benefit .site-content {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-top: 100px;
}

.single-benefit .site-content .post-date {
    display: none;
}

.single-benefit .site-content  .wd-single-footer {
    display: none;
}

.single-benefit .site-content .wd-page-nav {
    display: none;
}

.single-benefit .site-content div#comments {
    display: none;
}

.single-benefit .site-content figure {
    display: none;
}

/* single-benefit */

/* popup */
.sgpb-popup-dialog-main-div-theme-wrapper-1 div {
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 div .wpb_column {
    width: 100%;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 .wd-info-box {
    display: flex;
    flex-direction: row;
    align-content: center;
    gap: 20px;
}

.sgpb-main-html-content-wrapper {
    display: flex;
    justify-content: center;
    height: 400px;
    padding-top: 40px;
    align-items: center;
}

.popupRow .info-box-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.popupRow .info-box-content .info-box-title {
    text-transform: inherit;
}
/* popup */

.addRow img {
    width: 100% !important;
}

.addRow .wpb_single_image figure {
    width: 100% !important;
}

.addRow .wpb_single_image figure .vc_single_image-wrapper {
    width: 100%;
}

/* bbpress */
div#new-topic-0 {
    margin: 0 !important;
}

.bbpress  div#bbpress-forums {
    padding-top: 50px;
}

.bbpress aside {
    display: none;
}

.bbpress .site-content {
    flex: 0 0 100%;
    max-width: 100%;
}
/* bbpress */

/* job_listing */
.single-job_listing .main-page-wrapper {
    padding: 50px 0 !important;
}

.single-job_listing  aside {
    display: none;
}

.single-job_listing  .site-content {
    flex: 0 0 100%;
    max-width: 100%;
}

.single-job_listing .wd-post-date.wd-style-with-bg {
    left: 94%;
}
/* job_listing */


.loginBtn {
    display: none;
}

.logged-in .registerBtn {
    display: none;
}

.logged-in .loginBtn {
    display: block;
}

.youzify-forum .youzify-page-main-content .youzify-main-column {
    float: none;
    margin: 0 auto;
}

.youzify-right-sidebar-layout {
    grid-template-columns: calc(72% - 35px) 28% !important;
}

div#youzify {
    width: 100% !important;
}
ul.job_listings {
    background: #fff;
}
a.btn.btn-color-default.btn-style-default.btn-style-rectangle.btn-size-default {
    background-color: #000;
    color: #fff !important;
}
.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    display: none;
}

.tickerTxt {
    color: #fff;
}

.tickerTxt a {
    text-decoration: underline;
    color: #fff;
}


/* Rgstr Form */
.editfield.field_4.field_sports-name {
    display: none;
}

/* .editfield.field_8.field_thsca {
    display: none;
}

.editfield.field_9.field_tgca {
    display: none;
} */
.editfield.field_5.field_radio-btn a.clear-value {
    display: none !important;
}

.editfield.field_2.field_which-sports-they-coach {}

.editfield.field_2.field_which-sports-they-coach legend {
    display: none !important;
}

.editfield.field_2.field_which-sports-they-coach div#field_2 {
    padding-top: 10px !important;
}

a.youzify-scrolltotop.youzify-is-visible.youzify-fade-out {
    display: none !important;
}

/* .editfield.field_14.field_my-sports-name {
    display: none;
} */
/* Rgstr Form */






.post_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post_data {
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #ccc;
}
.post-form-area {
    display: none;
}
a.addPostArea {
    background-color: #46331e;
    color: #fff;
    padding: 13px 56px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
}
button#wpforms-submit-465 {
    background-color: #46331e;
    width: 100%;
    color: #fff;
    padding: 17px 30px !important;
    text-transform: uppercase;
    font-size: 20px;
}

/* advertisementMain */
.advertisementMain img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin: auto;
}

.advertisementMain:hover {
    transform: scale(1.1) !important;
}

.advertisementMain {
    transition: all ease 0.5s;
}

.addFormRow {
    display: flex;
    justify-content: center;
    padding: 75px 0 25px;
}

.addFormRow input {
    max-width: 100% !important;
}

.addFormRow .wpforms-submit-container {
    text-align: center;
}
/* advertisementMain */
.gfield input, .gfield.gfield--type-text select, .gfield p {
    color: #000 !important;
}

div#content.widecolumn {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #f9f9f9;
    padding: 50px 20px;
    color: #000;
    margin-top: 60px;
    margin-bottom: 90px;
}
body.home.page-template-default.page.page-id-8 footer.footer-container {
    display: none;
}

div#wpforo-menu {
    display: none !important;
}

.wpforo-subtop {
    display: none !important;
}

#wpforo #wpforo-wrap .wpforo-subtop {
    display: none !important;
}

#wpforo #wpforo-wrap #wpforo-title {
    display: none !important;
}

#wpforo #wpforo-wrap .wpf-sbtn {
    display: none !important;
}

#wpforo #wpforo-wrap #wpforo-footer {
    display: none !important;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name {
    display: none;
}
#wpforo #wpforo-wrap .wpf-author-nicename {
    font-size: 16px;
    font-weight: 700;
    color: #3f7996;
    margin-top:4px;
}

/* ad css */
.advertisementSlider {
    position: relative;
    padding-bottom: 70px;
}

.advertisementSlider button.slide-arrow.slick-arrow {
    position: absolute;
}

.advertisementSlider button.slide-arrow.next-arrow.slick-arrow {
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    bottom: 10px;
    z-index: 999;
    background: url(/wp-content/uploads/2024/09/leftARroW.png) !important;
    background-size: contain !important;
    background-position: center center;
    border-radius: 100%;
    border: 5px solid #46331e;
    transform: rotate(180deg);
    transition: all ease 0.5s;
}

.advertisementSlider button.slide-arrow.prev-arrow.slick-arrow {
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    bottom: 10px;
    z-index: 999;
    background: url(/wp-content/uploads/2024/09/leftARroW.png) !important;
    background-size: contain !important;
    background-position: center center;
    border-radius: 100%;
    border: 5px solid #46331e;
    transition: all ease 0.5s;
}

.advertisementSlider button.slide-arrow.slick-arrow:hover {
    filter: invert(1);
    background-color: #b9cce1 !important;
}
/* ad css */

