/*---------------------------------------------------------------------------------

 Theme Name:   Divi - Scale Squad Theme
 Theme URI:    https://scalesquad.com/
 Description:  This is a Divi Child Theme by Scale Squad
 Author:       Scale Squad 
 Author URI:   https://scalesquad.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

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

body{
	line-height: 1.5;
}

@media (min-width: 981px) {
	body .et_pb_menu ul li.menu-item-button a {
		background-color: #c8102e;
		border: 2px solid #c8102e;
		padding: 10px 20px !important;
		font-size: 18px !important;
		height: 50px;
		margin-top: 0;
		color: #fff !important;
	}
	
	body .et_pb_menu ul li.menu-item-button a:hover{
		background-color: #646464;
		border: 2px solid #646464;
	}
	
	 body .et_pb_menu ul {
		align-items: center !important;
	}
}
