/*
Theme Name: Roneous Child
Theme URI: http://www.themelogi.com/themes/roneous
Description: A child theme of Roneous Theme
Author: THEMELOGI
Author URI: http://www.themelogi.com
Version: 1.0.0
Template: roneous
*/



/*==========ARQUIMTY STYLES==========*/

/*H2*/
h2 {
    font-size: 45px;
    line-height: 50px;
}
.max-width-80 img.vc_single_image-img {
    width: 80px;
}

/*Nav-utility*/
.nav-container nav .nav-utility {
    background-color: #e9b690;
    color: #ffffff;
}
.fixed.nav-hide.nav-show img.logo {
    max-height: 40px !important;
}

/*Nav-bar*/
.nav-container nav .nav-bar {
    border-bottom: 1px solid #ededed;
}
.nav-utility .module.left a{
    color: #ffffff;
}
nav .menu > li > a {
    letter-spacing: 0.5px;
}
nav .menu > li.active a {
    color: #ea826c;
}

.module.right .social-list a {
    color: #ffffff;
}

/*Title*/
.page-title-center, .page-title-basic {
    height: 200px;
    background-color: #d4cccc;
}

h1.heading-title {
    color: #fff;
    font-size: 50px;
}
.breadcrumb-style >.active {
    color: #ea826c;
}



/*Footer*/
section, footer {
    padding: 56px 0;
}
.footer-basic h5.fade-75 {
    font-size: 12px;
    line-height: 16px;
}
.footer-basic .large-container img.fade-hover {
    opacity: 1 !important;
}


/*Responsive*/

@media (min-width: 991px) {
    nav .menu > li {
        padding-right: 20px !important;
    }
}

@media (max-width: 990px) {
    .nav-container nav .module-group .menu > li > a, .nav-container nav .module-group .widget-wrap a, .nav-container nav .module-group .widget-wrap .search {
        background-color: #e9b690;
    }
    .nav-container nav .module-group .menu > li > a:hover, .nav-container nav .module-group .widget-wrap a:hover, .nav-container nav .module-group .widget-wrap .search:hover {
        background-color: #ea826c;
    }
    .nav-container nav .module-group .menu > li > a, .nav-container nav .module-group .module.widget-wrap i, .nav-container nav .module-group .widget-wrap a {
        color: #ffffff !important;
    }
}




    
    
    