/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.status-box {
    display: none;
    margin: 10px 0;
    height: 22px;
    padding: 6px 12px;
    background-color: #fff;
    border-left: 4px solid #46b450;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}


/* Override cookie-notice plugin and Impreza theme button styles */
#cookie-notice .cn-button.bootstrap {
    color: #ffffff !important;
    background-color: rgb(0, 102, 204);
    transition: none !important;
}

#cookie-notice .cn-button.bootstrap::after {
    transition: none;
    background-color: rgb(0,0,0,0);
}

#cookie-notice .cn-button.bootstrap:hover {
    transition: none;
}

/**
 * Override font-family: "fontawesome" in parent Impreza theme.
 * Configure or update Impreza to use new Font Awesome theme name.
 * See: https://fontawesome.com/how-to-use/on-the-web/using-with/wordpress
 */
.fa, .fas, .fal, .far {
    font-family: "Font Awesome 5 Pro" !important;
}
