
/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#main-footer {
    background-color: #a06d51 !important;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
}

#top-menu li a, body .et-fixed-header #top-menu li a {
    color:black;
    font-size: 14px;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
}

#top-menu li.current-menu-item>a, body .et-fixed-header #top-menu li.current-menu-item>a  {
    color:#a06d51 !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 13px !important;
}

body .et-fixed-header #top-menu a {
    color:inherit !important;
}

#top-menu li.order a, body .et-fixed-header #top-menu .order a {
    padding: 16px 30px 14px !important;
    border-radius: 0px;
    font-weight: 500;
    transition:0.4s all;
    opacity: 1 !important;
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #a06d51;
}

.order a:hover {
	background:#a06d51;
    border-color:#a06d51;
	color:white !important;
    filter:brightness(115%);
}

@media (max-width:980px) {
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding-top:28px;
        padding-bottom:0;
    }
}