/*
Theme Name:     OutKick 3.0 Child Theme
Theme URI:      http://bimber.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       bimber
Version:        1.0
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/


/* Place all your CSS modifications below */

.g1-row-inner {
    max-width: 1400px;
}

@media screen {}

.g1-hb-row-mobile .g1-column {
    overflow-x: scroll;
}

.g1-hb-row-mobile .g1-column::-webkit-scrollbar {
    width: 1px;
    display: none;
}


/* .dollarz {
    display: flex;
    color: green;
}

.dollarz img {
    color: green;
    padding-right: 3px;
}

.entry-tpl-list .entry-title {
    margin-bottom: 1px;
}  */

.g1-collection-more-spinner {
    top: 15%;
}

.kicker h3 {
    text-transform: uppercase;
    color: white;
}

.h2.g1-delta.g1-delta-2nd.g1-collection-title {
    margin-bottom: 20px;
}

#site-navigation .g1-primary-nav {
    margin: 0 -10px;
}

.g1-column-1of2 {
    width: 100%;
}

.g1-prefooter ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
}

video {
    width: -webkit-fill-available;
}