/*
 * Sterling Prime - Hero Top Spacing Fix
 * Load this file AFTER assets/css/style.css
 */

.hero-section,
.home-hero,
.hero,
main > .hero-section:first-child,
main > .home-hero:first-child,
main > .hero:first-child {
    padding-top: 105px !important;
}

.hero-section .container,
.home-hero .container,
.hero .container {
    padding-top: 0 !important;
}

.hero-content,
.home-hero-content,
.hero-section .hero-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 1199px) {
    .hero-section,
    .home-hero,
    .hero,
    main > .hero-section:first-child,
    main > .home-hero:first-child,
    main > .hero:first-child {
        padding-top: 85px !important;
    }
}

@media (max-width: 767px) {
    .hero-section,
    .home-hero,
    .hero,
    main > .hero-section:first-child,
    main > .home-hero:first-child,
    main > .hero:first-child {
        padding-top: 65px !important;
    }
}
