/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

nav.main_menu ul li.active a, nav.main_menu ul li:hover a {
    color: #de653c;
}

a.qbutton.small.default {
    border-color: #de653c !important;
    background-color: #de653c !important;
    color: #fff !important;
    transition: opacity .3s ease;
}

a.qbutton.small.default:hover {
    opacity: .8;
}

footer p {
    font-weight: 500 !important;
}

header .q_social_icon_holder:hover .simple_social {
    color: #91b7c7 !important;
}