/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.2.0.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');



/*---- Global CSS ----*/
:root{
    --green: #6A8B47;
    --light-green:#99B25C;
    --light-black:#191919;
    --black:#000000;
    --blue:#4888C6;
    --mehroon:#913B42;
    --orange:#C7612E;
    --brown:#B44710;
    --golden:#D6AD2B;
    --white:#FFFFFF;
}

.content-area{overflow:hidden;}
.entry-content table tbody tr td
*[data-aos] {
  visibility: hidden;
}
*[data-aos].aos-animate {
  visibility: visible;
}
body[data-aos-duration='1000'] [data-aos],
  [data-aos][data-aos][data-aos-duration='1000'] {
    transition-duration: 1000ms;
  }
body[data-aos-duration='2000'] [data-aos],
  [data-aos][data-aos][data-aos-duration='2000'] {
    transition-duration: 2000ms;
  }
body[data-aos-duration='3000'] [data-aos],
  [data-aos][data-aos][data-aos-duration='3000'] {
    transition-duration: 3000ms;
  }

body[data-aos-duration='500'] [data-aos],
  [data-aos][data-aos][data-aos-duration='500'],
  [data-aos][data-aos].aosduration:nth-child(2) {
    transition-duration: 500ms;
  }
body[data-aos-duration='300'] [data-aos],
  [data-aos][data-aos][data-aos-duration='300'],
  [data-aos][data-aos].aosduration:nth-child(1){
    transition-duration: 300ms;
  }
body[data-aos-duration='700'] [data-aos],
  [data-aos][data-aos][data-aos-duration='700'],
  [data-aos][data-aos].aosduration:nth-child(3) {
    transition-duration: 700ms;
  }
body[data-aos-duration='900'] [data-aos],
  [data-aos][data-aos][data-aos-duration='900'],
  [data-aos][data-aos].aosduration:nth-child(4) {
    transition-duration: 900ms;
  }
h1{
    font-size:41px;
    line-height:60px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    color:var(--black);
}
h2{
    font-size:32px;
    line-height:45px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    color:var(--black);
}
h3{
    font-size:22px !important;
    line-height:35px !important;
    font-family: 'Poppins', sans-serif;
    font-weight:700 !important;
    color:var(--black);
}
h4{
    font-size:18px;
    line-height:34px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    color:var(--black);
}
h5{
    font-size:16px;
    line-height:32px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    color:var(--black);
}
p{
    font-size:16px;
    line-height:30px;
    font-family: 'Poppins', sans-serif;
    font-weight:normal;
    color:var(--black);
}
a{
    color:var(--green);
}
a:hover, a:active{
    color:var(--brown) !important;
}
.dropdown-menu a:hover{
    color:var(--golden) !important;
}

.container{
    max-width:1446px;
}
.site-main{
    max-width:1920px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
div#content{
    margin-top:145px !important;
    padding-top:0 !important;
}
div.section{
    margin:10px 0 46px;
}
a.top-button{
    background:var(--light-green);
    border:1px solid var(--light-green);
}
a.top-button:hover{
    background:var(--orange);
    border:1px solid var(--orange);
}
a.top-button:focus{
    background:var(--orange);
    border:1px solid var(--orange);
}
a.top-button:active{
    background:var(--orange);
    border:1px solid var(--orange);
}
a.top-button:focus-visit{
    background:var(--orange);
    border:1px solid var(--orange);
}
a.reg-button, a#reg-button{
    padding:17px 54px;
    background:var(--green);
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    color:#fff;
    border:2px solid var(--green);
    border-radius:10px;
    text-decoration:none;
}
a.reg-button:hover{
    padding:17px 54px;
    background:var(--orange);
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    color:#fff;
    border:2px solid var(--orange);
    border-radius:10px;
    text-decoration:none;
    cursor:pointer;
}

.offcanvas{background:var(--orange) !important;}

.offcanvas-header{padding:10px 25px;color:#fff;}

.kn-details-group td.kn-value span, .kn-input .redactor-box .redactor-editor, .kn-modal .kn-form-group .redactor-editor, td.cell-edit span{
    display:inline !important;
}

.breadcrumb-box{border-width:3px !important }

.breadcrumb-box .breadcrumb{display:none;}

.top-nav-widget-2{max-width:237px;}

/*---- Header Style ----*/

div.container img.logo{
    max-width:191px !important;
}
header nav#nav-main{
    background-color:var(--green);
    padding:29px 0;
}
header nav#nav-main a{
    font-family: 'Poppins', sans-serif;
    color:var(--white);
    margin:0 13px; 
    padding:0;
    font-size:16px;
}
body .bg-green{
    background:var(--green) !important; 
}

@media only screen and (min-width:992px){
    body .bg-green .btn{
        color:#fff;
        border:1px solid #fff;
    }
    body .bg-green .btn:hover{
        color:var(--green);
        border:1px solid var(--green);
        background:#fff;
    }
}
@media only screen and (max-width:991px){
    div.top-nav-search button.btn-outline-secondary{
        border: 1px solid #fff;
        color:#fff;
    }
}
div.top-nav-widget-2 form.searchform input[type="text"]{
    border:none;
    border-radius:50px 0 0 50px;
    color:var(--light-black);
    font-size:14px;
    font-family: 'Poppins', sans-serif;
}
div.top-nav-widget-2 form.searchform button[type="submit"]{
    border:none;
    border-radius:0 50px 50px 0;
    color:var(--light-black);
    background-color:var(--white);
    font-size:14px;
}
.dropdown-menu{
    background:var(--orange);
    padding-right:20px;
    top:22px;
    left:0;
}
.dropdown-item{margin:0 !important;}
.dropdown-menu li{margin-bottom:0;}

.dropdown-menu li a{
    margin:10px 0 !important;
    padding-left:20px !important;
}
.dropdown-menu li a:hover{
    background:none;
    text-decoration:underline;
}
.dropdown-item.active, .dropdown-item:active{
    background:none;
}
li.menu-item.dropdown:hover ul{
    display:block;
}
li.menu-item.dropdown::after {
    display: inline;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 9px;
    right: -1px;
    color: #fff;
    font-size: 18px;
}
.nav-item{padding:0 !important;}

/*---- Footer Style ----*/

.bg-light{
    background-color:var(--light-black) !important;
}
small.bootscore-copyright{
    font-size:12px;
    color:#d3d3d3;
    font-family: 'Poppins', sans-serif;
    opacity:1;
}
small.bootscore-copyright a{
    color:#d3d3d3;
}

small.bootscore-copyright .custom-html-widget{
    padding-top:6px;
}
footer div.text-end{
    align-items: baseline;
    display: flex;
    flex-direction: row-reverse;
}
footer ul.footer-social-links{
    list-style:none;
    padding-left:0;
    margin-bottom:0;
}
footer ul.footer-social-links li{
    display:inline-block;
    margin:0 13px;
}
footer ul.footer-social-links li a{
    color:#d3d3d3;
    opacity:1;
}
footer img.footer-logo{
    max-width:140px !important;
}
footer .footer_widget h2.widget-title{
    font-size:14px;
    color:var(--green);
    font-family: 'Poppins', sans-serif;
}
footer .footer_widget a.custom-link-color{
    font-size:14px;
    color:var(--white);
    font-family: 'Poppins', sans-serif;
    text-decoration:none;
    width:100%;
    display:inline-block;
}
footer .footer_widget ul#menu-footer-menu a{
    font-size:14px;
    color:var(--green);
    font-family: 'Poppins', sans-serif;
    text-decoration:none;
    width:100%;
    display:inline-block;
}
footer .center-text-widget ul li{
    text-indent:50px;
}
div.footer-top-area{
    background:var(--green);
    padding:30px 0;
}
div.footer-top-area h3{
    color:var(--white);
    font-family: 'Poppins', sans-serif;
    margin-bottom:10px;
	font-size: 17px !important;
	line-height: 1.3rem !important;
}
div.footer-top-area form.footer-subscribe-form{
    width:100%;
    display:flex;
}
div.footer-top-area form.footer-subscribe-form input[type="email"]{
    width: 100%;
    border: var(--white);
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
div.subs-button,
div.footer-top-area form.footer-subscribe-form input[type="submit"]{
    border:2px solid var(--white);
    border-radius:10px;
    background-color:transparent;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    color:var(--white);
    padding:11px 0;
    width: 40%;
    margin-left: 1.5%;
    text-align:center;
    transition:all ease-in 0.2s;
}
div.subs-button a,
div.subs-button a:hover{
    color:#fff !important;
    text-decoration:none;
}
div.subs-button:hover,
div.footer-top-area form.footer-subscribe-form input[type="submit"]:hover{
    width:42%;
    background:var(--orange);
    border:2px solid var(--orange);
}
div.footer-top-area div.gform_wrapper{
    display:none;
}
div.footer-top-area div#gform_confirmation_message_1{
    color:var(--golden);
}
div.footer-top-area div.contact-box a.contact-button{
    border:2px solid var(--white);
    border-radius:10px;
    background-color:transparent;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    color:var(--white);
    padding:11px 0;
    width: 100%;
    display: block;
    transition: all ease-in 0.2s;
    text-align: center;
    text-decoration: none;
}

div.footer-top-area div.contact-box a.contact-button:hover{
    width:102%;
    background:var(--orange);
    border:2px solid var(--orange);
    color:var(--white) !important;
}

/*---- Home Page CSS ----*/

.col-md-13 {
        flex: 0 0 auto;
        width: 20%;
    }

div.path10612{
    top: 77.800354px;
    left: -1029.6944580078125px;
    width: 3110px;
    height: 2804px;
    /* transform: matrix(0.87, -0.48, 0.48, 0.87, 0, 0); */
    border-top: 4px solid var(--orange);
    border-top: 4px solid #C7612E;
    border-left: 4px solid var(--orange);
    border-left: 4px solid #C7612E;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 1;
    background: transparent;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
div.path10780{
    top: 599.800354px;
    left: -658.6944580078125px;
    width: 3788px;
    height: 3576px;
    /* transform: matrix(0.87, -0.48, 0.48, 0.87, 0, 0); */
    border: 4px solid var(--light-green);
    border: 4px solid #99B25C;
    opacity: 1;
    background: transparent;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
div.path10781{
    top: -2717px;
    left: -935px;
    width: 4206px;
    height: 4000px;
    /* transform: matrix(0.87, -0.48, 0.48, 0.87, 0, 0); */
    border: 4px solid var(--mehroon);
    border: 4px solid #913B42;
    opacity: 1;
    background: transparent;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
div.path10784{
    bottom: 132px;
    left: -1249px;
    width: 4052px;
    height: 4000px;
    /* transform: matrix(0.87, -0.48, 0.48, 0.87, 0, 0); */
    border: 4px solid var(--golden);
    border: 4px solid #D6AD2B;
    opacity: 1;
    background: transparent;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
div.path10785{
    bottom: -2329px;
    left: -234px;
    width: 3703px;
    height: 3725px;
    /* transform: matrix(0.87, -0.48, 0.48, 0.87, 0, 0); */
    border: 4px solid var(--mehroon);
    border: 4px solid #913B42;
    opacity: 1;
    background: transparent;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
div.path10786{
    bottom: -2771px;
    left: -901px;
    width: 3394px;
    height: 3770px;
    /* transform: matrix(0.87, -0.48, 0.48, 0.87, 0, 0); */
    border: 4px solid var(--orange);
    border: 4px solid #C7612E;
    opacity: 1;
    background: transparent;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
div.section1 div.text-section {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}
div.section1 div.text-section h1{
    width:95%;
}
div.section1 div.text-section p{
    width:94%;
    margin-top:10px;
}
div.section1 div.text-section a.reg-button{
    padding:17px 54px;
    background:var(--green);
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    color:#fff;
    border:2px solid var(--green);
    border-radius:10px;
    text-decoration:none;
}
div.section1 div.text-section a.reg-button:hover{
    padding:17px 54px;
    background:var(--orange);
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    color:#fff;
    border:2px solid var(--orange);
    border-radius:10px;
    text-decoration:none;
    cursor:pointer;
}
div.section1 div.img-section img{
    max-width:initial;
}
div.section2 .text-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.section2 h2{
    width:65%;
    margin:40px 0;
}

div.section2 a{
    text-decoration:none;
}

div.section2 .boxes{
    width:90%;
}
div.section2 .boxes .box-item{
    padding-right: calc(var(--bs-gutter-x) * .2);
    padding-left: calc(var(--bs-gutter-x) * .2);
}
div.section2 .boxes .box-item .box-content{
    display: flex;
    height: 100%;
    padding: 18px;
    border-radius: 36px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    align-items: center;
    transition:all ease-in 0.1s;
}

div.section2 .boxes .box-item .box-content:hover{
    border:1px solid #fff !important;
}


div.section2 .boxes .box-item .box-content h3{
    width: 90%;
    text-align: center;
    height: auto;
    color: #fff;
    margin: 0 0;
    font-size: 21px !important;
    line-height: 1.4em !important;
    padding-bottom: 0.7em;
}
div.section2 .boxes .box-item .box-content p{
    width: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    color:#fff;
    font-size:15px;
    line-height:26px;
}
div.section2 .boxes .box-item .box-content img{
    height:75px;
    margin:30px 0;
    transition:all ease-in 0.1s;
    width:auto !important;
}
div.section3 .text-section{
    margin-top: 110px;
    padding: 0 50px;
}
div.section3 div.img-section{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
}
div.section3 div.img-section img{
    max-width:initial;
    margin-right:10px;
    margin-top:30px;
}

div.section3 .text-section p{margin-bottom:50px;}

div.links, 
div.link-item{
    width:100%;
}
div.link-item h3{
    text-decoration: none;
    padding: 15px 10px;
    float: left;
    border-bottom: 2px solid var(--light-green);
    width: 100%;
    position: relative;
    margin-bottom:0;
}

div.link-item h3 span{
    font-weight:400;
}

div.link-item .fa-caret-right{
    color: var(--black);
    font-size: 15px;
    position: absolute;
    top: 44%;
    right: 15px;
}

div.link-item:hover h3{
    color:var(--orange);
    border-bottom: 2px solid var(--orange);
}

div.link-item:hover h3{
    color:var(--orange);
}

div.link-item:hover .fa-caret-right{
    color:var(--orange);
}

div.section4{
    margin-bottom:250px;
}

div.section4 h2{
    margin:50px 0;
}
div.section4 .posts{
    width:90%;
    margin:0 auto;
}
div.section4 .posts h5{
    margin:13px 0;
}
div.section4 .posts a{
    text-decoration:none;
}
div.section4 .posts p{
    font-size:14px;
    line-height:25px;
}
div.section4 .reg-button{
    margin:50px auto;
    display:inline-block;
    padding:16px 64px;
}
div.post-box h3,
div.post-box h5{
    transition:all ease-in 0.1s;
}
div.post-box:hover h3{
    color:var(--orange);
    padding-left:2px;
}
div.post-box:hover h5{
    color:var(--orange);
}


/*---- News Page ----*/

div.breadcrumb-box{
    padding:19px 100px !important;
    margin-top:84px;
    border-radius:20px;
    margin-bottom:40px;
}
div.breadcrumb-box div.breadcrumb{
    font-size:14px;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
    margin-bottom:0;
}
div.breadcrumb-box div.breadcrumb a{
    text-decoration:none;
    color:var(--light-black);
}
div.breadcrumb-box div.breadcrumb i{
    font-size:8px;
    margin-top: 6px;
}
div.breadcrumb-box div.breadcrumb .bc-pt{
    font-weight:bold;
}
div.breadcrumb-box h1{
    margin-bottom:0;
}
div.news-page{
    padding:20px 100px;
}
.card{border:none;}
ul.wp-block-latest-posts, 
ul.wp-block-latest-posts li{
    width:100%;
}
ul.wp-block-latest-posts li a{
    text-decoration: none;
    padding: 26.5px 35px 25.5px 0;
    float: left;
    border-bottom: 2px solid var(--light-green);
    width: 100%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size:16px;
    font-weight:600;
    color:var(--light-black);
    line-height:22px;
}
ul.wp-block-latest-posts li a:after{
    font-family: "Font Awesome 6 Free";
    color: var(--black);
    font-size: 15px;
    position: absolute;
    top: 44%;
    right: 15px;
    content: "\f0da";

}

ul.wp-block-latest-posts a:hover{
    color:var(--orange);
    border-bottom: 2px solid var(--orange);
}
ul.wp-block-categories, 
ul.wp-block-categories li{
    width:100%;
}
ul.wp-block-categories li a{
    text-decoration: none;
    padding: 26.5px 35px 25.5px 0;
    float: left;
    border-bottom: 2px solid var(--light-green);
    width: 100%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size:16px;
    font-weight:600;
    color:var(--light-black);
    line-height:22px;
}
ul.wp-block-categories li a:after{
    font-family: "Font Awesome 6 Free";
    color: var(--black);
    font-size: 15px;
    position: absolute;
    top: 44%;
    right: 15px;
    content: "\f0da";

}

ul.wp-block-categories a:hover{
    color:var(--orange);
    border-bottom: 2px solid var(--orange);
}
div.posts-cards{
    padding-top:3rem;
}
div.posts-cards img.attachment-news-custom-size{
    max-width:357px;
    max-height:276px;
}
div.posts-cards .col{
    position:relative;
}
div.posts-cards .col .card-body{
    padding-top:0;
    padding-bottom:0;
}

div.posts-cards .col .card-body .post-meta-data{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
div.posts-cards .col .card-body .post-meta-data p{
    max-width:fit-content;    
    margin-bottom: 10px !important;
}

div.posts-cards .col .card-body .post-meta-data p.meta{
    font-size:14px;
    font-weight:600;
    line-height:20px;
}
div.posts-cards .col .card-body .post-meta-data p.meta:after{
    
}
div.posts-cards .col .card-body .post-meta-data p.category-badge{
    padding-left:0;
    line-height: 20px;
}
div.posts-cards .col .card-body .post-meta-data p.category-badge a{
    color: var(--green) !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: none !important;
    padding: 0;
}
div.posts-cards .col .card-body p.card-text{
    font-size:14px;
    line-height:25px;
    min-height:100px;
}
div.posts-cards .col .card-body p.read-more-button{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    margin-bottom:0;
    position:absolute;
    bottom:0;
    
}
div.posts-cards .col .card-body p.read-more-button a.reg-button{
    padding:11px 49px;
    font-size:14px;
    line-height:21px;
    font-weight:600;
}
.page-link.active, .active>.page-link{
    background-color: #6a8b47;
    border-color: #6a8b47;
}
.page-link{
    color: #6a8b47;
}
/*---- Custom Page (About) ----*/

body.page-id-88 div.entry-content p:first-child,
body.page-id-102 div.entry-content p:first-child,
body.page-id-138 div.entry-content p:first-child{
    padding-top:50px;
}

body.page div.breadcrumb-box,
body.blog div.breadcrumb-box{
    margin-top:50px;
    margin-bottom:60px;
}
body.page-template-custom-page div.page-content-area,
body.page-template-default .entry-content{
    max-width:87%;
    margin: 0 auto 70px;
}
body.page div.page-content-area br{
    margin-bottom:15px;
}
body.page div.page-content-area img.attachment-full{
    margin-top:-130px;
}
body.page div.page-content-area .text-section{
    margin-top:70px;
    
}
body.page .mobile-featured-image{
    display:none !important;
    margin-top:10px;
}
.extra-section{
    margin-top:50px;
}
.extra-section-item h2 {
    text-decoration: none;
    /* padding: 26.5px 35px 25.5px 0; */
    float: left;
    border-bottom: 2px solid var(--light-green);
    width: 100%;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: var(--light-black);
    line-height: 40px;
}

/*---- Single Post CSS ----*/

body.single-post .post-meta-data{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
body.single-post .post-meta-data p{
    max-width:fit-content;    
    margin-bottom: 10px !important;
}

body.single-post .post-meta-data p.meta{
    font-size:14px;
    font-weight:600;
    line-height:20px;
}
body.single-post .post-meta-data p.meta:after{
    
}
body.single-post .post-meta-data p.category-badge{
    padding-left:0;
    line-height: 20px;
}
body.single-post .post-meta-data p.category-badge a{
    color: var(--green) !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: none !important;
    padding: 0;
}
body.single-post .wp-post-image{
    max-height:334px;
    object-fit:cover;
}
body.single-post .entry-header{
    margin-bottom:50px;
}
body.single-post .page-link{
    padding: 17px 54px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: var(--green);
    border-radius: 10px;
    text-decoration: none;
    border:none;

}
body.single-post .page-link:hover,
body.single-post .page-link:active,
body.single-post .page-link:focus{
    color:var(--orange);
    background:none;
    border:none;
    box-shadow:none;
}
body.single-post .entry-content{
    margin-bottom:50px;
}
body.single-post .comments-area input[type="submit"]{
    padding: 17px 54px;
    background: var(--green);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border: 2px solid var(--green);
    border-radius: 10px;
    text-decoration: none;

}
body.single-post .comments-area input[type="submit"]:hover{
    background:var(--orange);
    border: 2px solid var(--orange);
}

.entry-content table:not(.tablepress){
    width: max-content;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    table-layout:auto;
    width:100%;
}
.entry-content table:not(.tablepress) tbody tr:nth-child(even) {
    background-color: #e9e9e9;
    color: #fff;
}

.entry-content table:not(.tablepress) tbody tr:first-child{
    background-color: #6a8b47;
}
.entry-content table:not(.tablepress){
    margin-bottom:20px;
}
.entry-content table:not(.tablepress) tbody tr:first-child td{
    color:#fff;
    padding:10px 5px;
}
.entry-content table:not(.tablepress) tbody tr td{
    color:#000;
    padding:10px 5px;
}

body.page-id-247 .entry-content table:not(.tablepress) tbody tr td,
body.page-id-962 .entry-content table:not(.tablepress) tbody tr td{
    color:#000;
}
body.page-id-247 .entry-content table:not(.tablepress) tbody tr:first-child,
body.page-id-962 .entry-content table:not(.tablepress) tbody tr:first-child{
    background-color:#fff;
}

.entry-content table:not(.tablepress) tbody tr:first-child td p{
    color:#fff !important;
}

.kn-table-wrapper{
    padding:10px;
    border:1px solid #000;
    border-radius:10px;
}
.dropdown-menu-child ul.dropdown-menu{
    left:159px;
    top:0px;
    display:none !important;
}
.dropdown-menu-child:hover ul.dropdown-menu{
    display:initial !important;
}


/*---- Responsive CSS ----*/

@media only screen and (max-width:991px){
    
    /*---- Global CSS ----*/
    
    button.btn-outline-secondary{
        border:none;
    }
    button.btn-outline-secondary .fa-bars{
        font-size:42px;
    }
    nav.navbar .fa-solid, .fas{
        color:#fff;
    }
    div.breadcrumb-box{
        padding: 15px 10px !important;
    }
    div.breadcrumb-box h1{
        font-size: 30px;
        line-height: 40px;
    }
    
    .section.row>*{
        padding-left:0;
        padding-right:0;
    }
    
    
    .section.row>* .row>*{
        padding-left:0;
        padding-right:0;
    }
    
    /*---- Footer CSS ----*/
    
    footer .center-text-widget ul li{
        text-indent:0px !important;
    }
    div.footer-top-area .col-md-1{
        display:none;
    }
    
    /*---- Header CSS ----*/
    
    header nav#nav-main a{
        line-height:35px;
    }
    div.top-nav-widget-2 form.searchform button[type="submit"]{
        background:var(--green);
    }
    .dropdown-menu{background:var(--green);}
    
    
    li.menu-item.dropdown::after {
        display: inline;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        position: absolute;
        top: 15px;
        right: 25%;
        color: #fff;
        font-size: 20px;
    }
    
    /*---- Custom CSS ----*/
    
    body.page .mobile-featured-image{
        display:block !important;
    }
    body.page .mobile-featured-image img{
        margin-top:0 !important;
    }
    body.page .desktop-featured-image {
        display:none !important;
    }
    
    /*---- Homepage CSS ----*/
    
    div.path{display:none;}
    div.section1 div.text-section h1{
        font-size:30px;
        line-height:32px;
        font-weight:700;
    }
    div.section1 div.text-section p{
        margin-top:30px;
        margin-bottom:30px;
    }
    div.section1 div.text-section a.reg-button{
        padding:12px 45px;
        font-size:14px;
    }
    div.section1 div.img-section img {
        max-width: 125%;
        margin-top: 30px;
    }
    div.section2 h2{
        width:100%;
        font-size:22px;
        line-height:27px;
    }
    div.section2 .boxes .box-item{
        margin-bottom:10px;
        height:fit-content;
		  width: 100%;
    }
    div.section3 div.img-section img {
        max-width: 115%;
    }
    div.section2 .boxes .box-item .box-content h3{
        width:100%;
        justify-content: center;
    }
    div.section3 .text-section{
        padding:0 40px;
        margin-top: 60px;
    }
    div.section3 .text-section p{
        font-size:15px;
        line-height:24px;
    }
    div.links{
        padding-top:0 !important;
        margin-right:0 ;
        margin-left:0 ;
    }
    div.links, div.link-item{
        padding-left:0;
        padding-right:0;
    }
    div.links, div.link-item a{
        padding:50px 0px;
    }
    div.links, div.link-item h3{
        font-size:12px !important;
        line-height:15px !important;
    }
    div.post-box{
        margin-bottom:30px;
    }
    div.footer-top-area form.footer-subscribe-form{
        flex-direction: column;
        flex-wrap: wrap;
    }
    div.footer-top-area form.footer-subscribe-form input[type="submit"]{
        margin-top:12px;
        width:100%;
        margin-left:0;
    }
    div.col-sm-12{
        width:100%;
    }
    div.subscribe-box{margin-bottom:20px;}
    div.section4 .posts{width:100%;}
    
    /*---- Custom Page ----*/
    
    body.page div.breadcrumb-box{
        margin-top:0;
        margin-bottom:30px;
    }
    body.page-template-custom-page div.page-content-area,
    body.page-template-default .entry-content{
        max-width:100%;
        margin: 0 auto 70px;
    }
    
    /*---- News/Blog Page ----*/
    
    div.news-page{
        padding:10px;
    }
    
    aside#secondary button{
        border: 1px solid var(--orange);
        color: var(--white);
        font-size: 15px;
        font-weight: 600;
        font-family: "Poppins";
        background: var(--orange);
        border-radius: 4px;
        padding: 10px 15px 15px 15px;
        margin-bottom: 0 !important;
        opacity: 1;
    }
    body.blog div#content,
    body.single div#content{
        padding-top:0 !important;
        margin-top:145px !important;
    }
    body.blog div.breadcrumb-box{
        margin-top: 0px !important;
        border-radius: 20px;
        margin-bottom: 0px;
    }
    
    body.blog div.posts-cards{
        padding-top:10px;
    }
    
    div.posts-cards .col .card-body{
        padding:10px 0;
    }
    
    div.posts-cards .col .card-body p.read-more-button{
        position:relative;
    }
    
    /*---- Category Page ----*/
    
    body.category div.breadcrumb-box{
        margin-top: 28px;
        border-radius: 20px;
        margin-bottom: 0px;
    }
    
    body.category div.posts-cards{
        padding-top:10px;
    }
    
    /*---- Single Post Page ----*/
    
    body.single-post .post-meta-data{
        margin-top:20px;
    }
    body.single-post .breadcrumb-box h1{
        display:none;
    }
    
    body.single div.breadcrumb-box{
        margin-bottom:10px !important;
        margin-top:0 !important;
    }
    aside.widget-area{
        display:none;
    }
}

/*---- Custom knack styles ----*/
a.knViewLink.kn-link {
    flex: 0 0 auto;
}

.elementor-tab-title {border-radius: 10px 10px 0px 0px;}
.elementor-tab-content {border-radius: 0px 0px 10px 10px;}
