/* Header*/

/* Footer */

.site-footer .ast-builder-grid-row-container-inner{
    padding-left: 20px;
    padding-right: 20px;
}

.site-footer h2, .site-footer .entry-content h2{
    font-size: 24px;
}
.site-footer h3, .site-footer .entry-content h3{
    font-size: 20px;
}
.site-footer h4, .site-footer .entry-content h4{
    font-size: 16px;
}
.site-footer p, .site-footer .entry-content p{
    font-size: 16px;
    line-height: 22px;
}
.site-footer li, .site-footer .entry-content li,
.site-footer li a, .site-footer .entry-content li a{
    font-size: 14px;
    line-height: 17px;
}

.site-footer,
.site-footer h1, .site-footer .entry-content h1, 
.site-footer h2, .site-footer .entry-content h2, 
.site-footer h3, .site-footer .entry-content h3, 
.site-footer h4, .site-footer .entry-content h4, 
.site-footer h5, .site-footer .entry-content h5, 
.site-footer h6, .site-footer .entry-content h6,
.site-footer a{
    color :#fff;
}
.site-footer h2, .site-footer .entry-content h2, 
.site-footer h3, .site-footer .entry-content h3, 
.site-footer h4, .site-footer .entry-content h4, 
.site-footer h5, .site-footer .entry-content h5, 
.site-footer h6, .site-footer .entry-content h6{
    margin-bottom: 35px;
}
.site-footer p, .site-footer .entry-content p{
    margin-bottom:20px ;
}
.site-footer li, .site-footer .entry-content li{
    margin-bottom: 16px;
}
.site-footer .widget {  
    margin-bottom: 0px;
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element div {
    display: flex;
    align-items: center;

}
.site-footer .ast-builder-grid-row-5-equal .ast-builder-grid-row{
    display: flex !important;
}
.site-footer-section{
    justify-content: flex-start;
}
.site-footer .footer-widget-area-inner{
    text-align: start !important;
}
@media screen and (min-width: 1025px){
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
        grid-column-gap: 65px;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row div:nth-child(2) {
        margin-left: auto;
    }
    .site-footer-below-section-2.site-footer-section.site-footer-section-2 {
        justify-content: end;
    }
}
@media screen and (min-width: 768px){
    .ast-builder-layout-element[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap{
        display: flex;
        flex-direction: column;
    }
    .ast-builder-layout-element[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap a{
        margin-bottom: 35px;
    }
    .ast-footer-social-1-wrap .ast-builder-social-element{
        margin-left: 0px; 
        margin-right: 0px; 
    }
}
@media screen and (max-width: 1024px){
    .site-footer .ast-builder-grid-row-5-equal .ast-builder-grid-row{
        grid-column-gap:0;
        grid-template-columns: unset;
    }
    .site-footer .ast-builder-grid-row-5-equal .ast-builder-grid-row{
        flex-wrap: wrap;
    }   
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section:not(:last-child)
    {
        width: 45%;
    }

    .site-footer h2, .site-footer .entry-content h2, 
    .site-footer h3, .site-footer .entry-content h3, 
    .site-footer h4, .site-footer .entry-content h4, 
    .site-footer h5, .site-footer .entry-content h5, 
    .site-footer h6, .site-footer .entry-content h6{
        margin-bottom: 25px;
    }
    .site-footer-primary-section-3.site-footer-section.site-footer-section-3,
    
    .site-footer-primary-section-4.site-footer-section.site-footer-section-4 {
        margin-top: 35px;
    }
}
@media screen and (max-width: 921px){
    .ast-builder-grid-row-2-rheavy .ast-builder-grid-row {
        grid-template-columns: auto auto !important;
        grid-column-gap:30px !important;
    }
}

@media screen and (max-width: 767px){
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section
    {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .site-footer-primary-section-2.site-footer-section.site-footer-section-2,
    .site-footer-primary-section-3.site-footer-section.site-footer-section-3,
    .site-footer-primary-section-4.site-footer-section.site-footer-section-4 {
        margin-top: 10px;
    }
    [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
        text-align: left;
    }
    .ast-builder-grid-row-2-rheavy .ast-builder-grid-row {
    grid-template-columns: auto !important;
    }
    .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element div{
        flex-direction: column;
    }
    
}