/*
 Theme Name:   Business Kit Child
 Theme URI:    https://aarupadaiveedu.org/business-kit-child
 Description:  Child theme for the Business Kit theme
 Author:       Shriasys
 Author URI:   https://www.shriasys.com
 Template:     business-kit
 Version:      1.0.0
*/

:root{
    --primary-color: #0a73b3;
    --secondary-color: #97bd29;
    --bg-color-pmy: #ffffff;
}
html, body{
    overflow-x:hidden !important;
}
.site-header, .home.banner-inactive .site-header{
    z-index:10 !important;
}
.single-post .site-content{
	padding-bottom:0px !important;
}
.cstm-fixed-header {
  position:fixed;
  top: 0;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: top 0.3s ease;
}
body, h1, h2, h3, h4, h5, h6, a, p, li, li a, span{
    font-family: "Montserrat", sans-serif !important;
}
.popup-trigger-anc a{
    font-size: 20px !important;
}
a, p, li, li a, span{
    font-size:17px !important;
}
.site-header{
    position: relative !important;
}
#featured-banner{
    padding: 50px 0px !important;
}
p, li, span{
    line-height:32px;
}
.site-branding{
    display: flex;
    justify-content:flex-start;
    align-items:center;
    margin-top:0px !important;
}
.header-row{
    display: flex;
    justify-content:center;
    align-items:center;
}
.custom-logo-link{
    width:13%;
}
.site-title{
    padding-left:10px;
}
.site-title a{
    font-size: 25px !important;
}
.top-header{
    background: var(--secondary-color) !important;
    padding: 8px !important;
}
span.phone, span.email{
    font-size: 15px !important;
}
.bottom-header{
    background: var(--bg-color-pmy) !important;
    padding: 7px 0px !important;
}
.site-title a, .main-navigation ul li a{
    color: var(--primary-color);
    text-transform: capitalize;
}
.about-section-home h1{
    color: var(--secondary-color) !important;
}
.our-solutions-para p{
    color:#fff !important;
}
.latest-new-hme div{
    font-size: 17px !important;
}
#footer-widgets{
    background: transparent !important;
    border-top:1px solid #dfdfdf;
    padding:50px !important;
}
.footer-active-3 .widget, .footer-active-3 .widget p, .footer-active-4 .widget, .footer-active-4 .widget p{
    margin:0px !important;
}
.footer-active-4 .widget p a{
    color: #6a6a6a !important;
}
.footer-active-4 .widget h4{
    margin:20px 0px 10px 0px !important;
}
.mean-container a.meanmenu-reveal{
    color: var(--secondary-color) !important;
}
.cnct-addres-para ul{
    list-style:none;
    margin:0px !important;
}
.cnct-addres-para ul li a{
    color: #6A6A6A !important;
}
.contact-form{
    margin:0px !important;
}
@media only screen and (max-width:852px){
    .bottom-header{
        padding: 0px !important;
    }
    .mean-container .mean-bar{
        background:transparent !important;
        top:-1px;
        z-index:1;
    }
    .site-branding{
        z-index:10 !important;
    }
    .top-header{
        display:none;
    }
    .mean-container a.meanmenu-reveal span{
        background: var(--primary-color) !important;
    }
    .header-row{
        padding:20px 0px !important;
    }
    .meanmenu-reveal{
        top:calc(50% - 12px) !important;
    }
    .mean-container .mean-nav ul li ul li{
        background: #97bd29;
    }
    .mean-container .mean-nav ul li li a{
        opacity: 1 !important;
    }
    .mean-container .mean-nav ul li a.mean-expand{
        padding: 0px 12px !important;
        font-weight: 500 !important;
        font-size: 45px !important;
        height:auto;
    }
    .mean-container a.meanclose{
        top:20px !important;
    }
}
@media only screen and (max-width:768px){
    #footer-widgets{
        padding: 30px 0px !important;
    }
    .site-branding .custom-logo{
        width: 50px;
    }
    #primary-menu a.mean-expand{
        font-size:32px !important;
    }
}
@media only screen and (max-width:576px){
    .meanmenu-reveal{
        top:calc(50% - 20px) !important;
    }
    .site-title a{
        font-size: 20px !important;
    }
    
}
@media only screen and (max-width:500px){
    .custom-logo-link{
        width:auto;
    }
    .site-title{
        padding-right:5px;
    }
    .site-branding{
        padding-right:30px;
    }
}

#post-filter-form {
    margin-bottom: 20px;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
#post-filter-form input,
#post-filter-form select {
    padding: 10px;
    margin-right: 10px;
	width: 30%;
}
.post-card {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.thumbnail img {
    max-width: 100%;
    height: auto;
}
.meta {
    font-size: 0.9em;
    color: #666;
}
.wpcf7-form input[type="date"], .wpcf7-form .wpcf7-tel{
	height: 40px;
	border:1px solid rgb(204, 204, 204) !important;
	padding-left:10px;
}
#footer-widgets .wp-block-social-links li::before{
    content: '' !important;
}
#footer-widgets .wp-block-social-links li{
    padding-left: 10px !important;
}
#footer-widgets .wp-block-social-links li a svg{
    width: 32px;
    height: 32px;
}