/*
Theme Name: Conmeca
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.22.4.1555914856
Updated: 2019-04-22 06:34:16

*/

#top-header {display: none !important;}

.subholder {
    max-width: 1200px;
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-evenly;
}

.subhead {
    background-color: #f3f3f3;
    border-bottom: 3px solid #f44611;
    margin-bottom: 10px;
}

.subhead a {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    width: 100%;
}

#et-secondary-nav li {
    border-right: 1px solid #ccc;
    text-align: center;
    margin: 0;
    width: auto;
    flex: 1 1 auto;
    -webkit-transition: background-color .4s,color .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s ease-in-out;
    transition: background-color .4s,color .4s ease-in-out;
    min-height: 49px;
    display: flex;
}

#et-secondary-nav li:hover, #et-secondary-nav li.current-menu-item {
    background-color: #f44611;

}

#et-secondary-nav li:hover a, #et-secondary-nav li.current-menu-item a {
    color: #fff;
}

#et-secondary-nav li:first-child {
    border-left: 1px solid #ccc;
}

ul#et-secondary-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.imgheader img {
    width: 100% !important;
}

.home .imgheader {
   display: none;
}

