/*
Theme Name: Cerriana 2019
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color:#004592 !important;
    color:#fff !important;
}


#sidebar .widget {
    background-color:#004592;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 6px;
}
#sidebar  .widget .title { padding: 0 0 5px 10px; color:#fff;}
#sidebar .widget > *:not(.title) {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    padding: 10px 10px 6px;
}
#sidebar .widget input, #sidebar > .widget textarea {width:100%;}
