/*
Theme Name: Hestia Pro Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia-pro
Version: 0.1
*/

/**
 *  Uproar Ink Customizations
 *
 */

.header-filter::before {
    background-color: rgba(0, 0, 0, .1) !important;
}

#very-top-bar-contact-info {
	font-size: 13px;
}

#carousel-hestia-generic span.sub-title {
    font-size: 300%;
    font-weight: 500;
}

@media (max-width: 1199px) {
    #carousel-hestia-generic span.sub-title {
        font-size: 200%;
        font-weight: 500;
    }
}

@media (max-width: 599px) {
    #carousel-hestia-generic span.sub-title {
        font-size: 150%;
        font-weight: 500;
    }
}

.footer-menu.hestia-center {
    display: none;
}

.fa-map-marker-alt {
    text-align: center;
    width: 36.4px;
}