/*
Theme Name:Kelly Aerospace Theme
Theme URI: /Divi-child
Description: Divi Child Theme
Author: William Cahalin
Author URI: http://www.cahalincreations.com
Template: Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         aerospace, super, awesomeness, responsive-layout, accessibility-ready
Text Domain:  divi-child
*/


.fas p {
font-weight: 500;
}

.fas .et-pb-icon { font-size: 0; }
.fas .et-pb-icon::after { font-family: "Font Awesome 5 Free" !important; }


.et-fixed-header#main-header {
	background-color: #ed1c24;
}


.et-fixed-header#main-header .nav li ul, .et-fixed-header .et-search-form {
	background-color: rgb(10,10,10,0.7);
}

#top-menu li > ul > li > a {
    
	line-height: 1em;
    padding: 7px 10px;
    margin-bottom: 1px;
}

/* sub-menu items - 2nd level */
    .nav li li li a {
        font-size: 18px;}
 
    #top-menu li li a {
        padding: 0px 3px;
        color: #fff;
    }

#main-header .nav li ul a:hover, .et-fixed-header#main-header .nav li ul a:hover {
	color: #2ea3f2;
}


    /* drop down menu items on hover */
    .nav ul li a:hover {
        opacity: 1;
        color: #2ea3f2;
        background-color: #FFF;
        border-radius: 1px;
    }

