/**
Theme Name: Kakivak Child Theme
Author: Aisha Badar
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kakivak-child-theme
Template: astra
*/

/* Menu */
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 10px !important;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu {
    width: 19rem;
}
.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu li{
        line-height: 2.5rem !important;
    }
.ast-builder-menu-1 .menu-item > .menu-link{
        font-size: 0.9rem !important;
}

.main-header-menu .menu-link, .main-header-menu > a{
        padding: 0 7px !important;
    }

/*Misc */
.footer-widg-title{
   color: #F2E594;
}

/* Funding Programs - Attachments & Application Forms */
.attachments-list, .forms-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.attachment-box, .form-box{
    display: flex;
    width: 100%;
    margin-bottom: 4rem;
}

.attachment-box .attachment-image-icon, .form-box .form-image-icon{
    max-width: 10rem;
    
}

.attachment-box .attachment-filename a, .form-box .form-filename a{
   font-size: 1.2rem;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
   
}

.attachment-box .attachment-filename, .form-box .form-filename{
    margin-left: 2rem;
    align-self: center;
}

.attachment-box .attachment-image-icon .attachment-icon i, 
.form-box .form-image-icon .form-icon i{
    font-size: 8rem;
    color: #1366B0;
}


/* About Us - Staff & Board of Directors */
.section-title{
    width: 100%;
    margin-bottom: 0.5rem;
     text-align: center;
}

.sub-section-title{
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: left;
}

.section-title .entry-section-title{
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 0.5px;
}

.sub-section-title .entry-sub-section-title{
    /*color: #000;*/
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 0.5px;
}

.divider{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 3rem;
    display: flex;
}

.divider-separator{
    border-top: 5px solid #D96558;
    width: 10%;
    margin: 0 auto;
    /*margin-left: 0;*/
    
}
.members-section img {
    display: none;
}
.members-section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}


#membersCallout{
    display: flex;
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0;
    margin-bottom: 1rem;
}

#membersCallout .members{
    background-color: #f6f6f6;
    border-radius: 10px;
}

#membersCallout figure.members img{
    height: 350px;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    display: none;
}

#membersCallout .members .entry-header{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
   
}

#membersCallout .members .entry-header .member-name{
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
    text-align: left;
}

#membersCallout .members .entry-header .member-designation{
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.7px;
    margin-bottom: 0.5rem;
}

#membersCallout .members .entry-header .member-bio{
    font-weight: 500;
}

/* About Us - Intro text */
.staff.section-intro, .bod.section-intro{
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 600;
}

/* About Us - Annual Reports */
.reports-section{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-top: 5rem;
}


#reportsCallout{
    display: flex;
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0;
    margin-bottom: 1rem;
    justify-content: center;
    
}


#reportsCallout .reports{
    border-radius: 10px;
}

#reportsCallout figure.reports img{
    height: 15rem;
    object-fit: cover;
    overflow: hidden;
    
}

#reportsCallout figure.reports .report-icon i{
    font-size: 15rem;
    color: #1366B0;
}

#reportsCallout figure.reports .report-icon i:hover{
    color: #3F4F60;
}

#reportsCallout .reports .entry-header{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    margin-left:0;
    padding-left: 0;
}

#reportsCallout .reports .entry-header a{
    text-decoration: none;
}

#reportsCallout .reports .entry-header .report-name{
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    padding-left: 0;
}

.report-content-wrapper {
  /*text-align: center;*/
}


/* Home Page */
.funding-programs-section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: -8rem;
}

.funding-program-box {
   padding: 1.5rem 1rem;
  border-radius: 7px;
  text-align: center;
}


.funding-program-box a{
    text-decoration: none !important;
}

.funding-program-box .funding-program .funding-icon-box{
    background-color: #fff;
    max-width: 6rem;
    border-radius: 100%;
    padding: 0.8rem 0.8rem;
    margin: 0 auto;
    height: 6rem;
}

.funding-program-box .funding-program img{
   border-radius: 100%;
    height: 4rem;
}

.funding-program-box .funding-program figcaption{
    color: #fff;
}

.funding-program-box .funding-program figcaption .entry-header{
    margin-top: 0.7rem;
    color: #fff;
    
}

.funding-program-box .funding-program figcaption .entry-header .funding-program-title, .funding-program-box .funding-program figcaption .entry-header .funding-program-desc{
    color: #fff;
}

.funding-program-box .funding-program figcaption .entry-header .funding-program-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.funding-program-box .funding-program figcaption .entry-header .funding-program-desc{
    font-size: 17px;
    font-weight: 600;
}
.covid-relief-section{
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.covid-relief-section-title{
    font-weight: 700;
}

.covid-attachment-title{
    font-weight: 700;
    font-size: 18px;
    text-decoration: none !important;
}

.covid-attachment-title:hover, .covid-attachment-title:focus, .covid-attachment-title:active{
    text-decoration: underline !important;
    
}


.covid-section-description, .covid-relief-attachments{
    margin-top: 2rem;
    
}
.covid-section-description p{
    font-size: 18px;
    font-weight: 700;
    color: #3F4F60;
}

.covid-section-description p a{
    text-decoration: none !important;
}

#home-annual-reports-section .entry-section-title{
    text-align: center;
    color: #1366B0;
}

#home-reports-section-divider .divider-separator{
    margin: 0 auto;
}

#home-success-stories .elementor-post__read-more{
    background-color: #1366B0;
    color: #fff; 
    padding: 10px 30px;
    border-radius: 30px;
}


.elementor-icon i{
    display: none;
}

@media(min-width: 280px) and (max-width: 600px){
    .attachments-list, .forms-list{
        display: grid;
        grid-template-columns: 1fr;
    }
    
    
}

@media(min-width:280px) and (max-width: 480px){
     .funding-programs-section{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .members-section{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .more-details-slider{
        font-size: 17px;
    }
    
    .reports-section{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .divider-separator{
        width: 30%;
    }
    
    #stories-cat-hero{
        padding: 150px 10px !important;
    }
}

@media(min-width:481px) and (max-width: 767px){
     .funding-programs-section{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .members-section{
        grid-template-columns: repeat(2, 1fr);
    }
    
    .more-details-slider{
        font-size: 22px;
    }
    
    .reports-section{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .divider-separator{
        width: 30%;
    }
    
     #stories-cat-hero{
        padding: 150px 20px !important;
    }
}

@media(min-width: 922px) and (max-width: 1110px){
    .ast-builder-menu-1 .menu-item > .menu-link{
        font-size: 0.7rem !important;
    }
}


@media(min-width: 922px) and (max-width: 1145px){
    
    .main-header-menu .menu-link, .main-header-menu > a{
        padding: 0 5px !important;
    }
    
    .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu{
        margin-top: 2rem !important;
    }
    
    .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu li{
        line-height: 2.5rem !important;
    }
    
    #stories-cat-hero{
        padding: 150px 40px !important;
    }
    
}

