/*
Theme Name: Corpex Child Theme
Description:  Child theme for the Twenty Sixteen theme.
Author: wpcorsi
Author URI: http://www.tuosito.it/
Template:   corpex
Text Domain: corpex-child
Version: 0.1
*/

@import url("../corpex/style.css");

header.main-header.header-one {
          background-color: rgba(var(--sr-color), 0.8);
}

header.main-header .navbar.nav_bg {
    background: transparent;
}

footer.footer-section  {
    background-color: rgba(var(--sr-color), 0.8);
     background-image: unset;
}

body.kc-css-system .content-image img {
    
    width: 100%;
    height: auto;
}