/**
Theme Name: Sparrow-Child
Author: Sparrow Media
Author URI: https://sparrow.media
Description: A custom theme built by Sparrow Media 
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: sparrow-child
Template: astra
*/

.auto_width_img{
    width:35%;
}

.ppi-widget {
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    overflow:hidden;
}

.ppi-widget div.elementor-container.elementor-column-gap-default{
    height:100%;
    min-height:auto;
}

.ppi-widget .ppi-widget-title .elementor-heading-title{
    height: 32px;
    overflow: hidden;
}

/*!
 * WordPress CSS Spinner
 * @license GPL-2.0+
 * @author kuus <kunderikuus@gmail.com> (http://kunderikuus.net)
 */
@-webkit-keyframes infinite-spinning {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes infinite-spinning {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.cssanimations .spinner {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #808080;
    -webkit-animation: infinite-spinning 1.08s linear infinite;
    animation: infinite-spinning 1.08s linear infinite;
}
.cssanimations .spinner:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin-left: -2px;
    background: #fff;
}

.hideuntil{
    visibility: hidden;
}

.top-ten-title{
    font-family: GothamBook !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.top-ten-title-bold{
    font-family: GothamBold !important;
    font-size: 18px !important;
}

#homepage-banner .eael-dual-header{
    margin-bottom: 0 !important;
}

.ppi_rank_score_header{
    visibility: hidden;
}