/**
 * Theme Enhancement Styles
 */

/* Advanced Header Options */

/* Transparent header */
.holler-transparent-header #masthead {
    background-color: transparent !important;
    box-shadow: none !important;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.holler-transparent-header #masthead .site-title a,
.holler-transparent-header #masthead .site-description,
.holler-transparent-header #masthead .main-navigation a {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Mobile Logo */
@media (max-width: 767px) {
    .holler-custom-mobile-logo .ast-site-identity .custom-logo,
    .holler-custom-mobile-logo .ast-site-identity .custom-logo-link img {
        display: none;
    }
    
    .holler-custom-mobile-logo .ast-site-identity .holler-mobile-logo-link {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .holler-custom-mobile-logo .ast-site-identity .holler-mobile-logo-link {
        display: none;
    }
}
 
