/*
Theme Name: BigHearts Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: bighearts
Text Domain: bighearts-child
*/

body{
	line-height:1;
}
body section ul li{
	line-height: inherit;
}
/*
.wgl-theme-header {
    position: absolute;
    z-index: 10;
    background: transparent;
    width: 100%;
}*/

body.home main{
    margin-top:-100px;
}



.home  .primary-nav > ul > li > a,
.home .primary-nav > ul > li[class*="current"]:not(:hover) > a,
.home .header_search-button{
    color: #fff;
}


.wgl-clients .clients_image .image_wrapper > img {
    aspect-ratio: 4/2;
    object-fit: contain;
}

span.theme-header-font {
    white-space: nowrap;
    max-width: none;
}

#give-donor-dashboard{
    max-width:100% !important;
}

body #main {
padding: 0 !important;
}

body p {
    font-size: 18px !important;
}


body h2 {
    font-size: 50px !important;
}

body h3 {
    font-size: 25px !important;
    line-height: 1.5em !important;
}

body h6 {
    font-size: 18px !important;
}


.give-donor-container {
    padding: 20px;
}

@media screen and (max-width: 1025px)  {
    body p {
         font-size: 15px !important;
    }

    body h6 {
    font-size: 15px !important;
}

    body h2 {
    font-size: 35px !important;
}

}

@media screen and (max-width: 600px) { 
   

        body h6 {
         font-size: 13px !important;
    }

        body h2 {
         font-size: 25px !important;
    }

        body h3 {
         font-size: 20px !important;
    }

}