/*
Theme Name: Splice Machine Theme (2019)
Theme URI: https://www.splicemachine.com/
Author: 0to5
Author URI: http://0to5.com
Description: Custom Theme Built by 0to5 for Splice Machine
Version: 1
License: 
License URI: 
Tags: 
Text Domain: 0to5
*/


/*
Add Custom Theme Styles Below
Main Theme Build CSS ---> /_inc/css/build.css
------------------------------------------------------------------------
*/

@media(min-width:992px){
	#header .navs #top-nav>ul{
		display:flex;
		justify-content:space-evenly;
		min-width:750px;
	}
	#header .navs #top-nav>ul > li{
		margin-right:20px!important;
	}
}
@media(min-width:768px){
	.footer-nav > ul{
		width:100%;
		display:flex;
		justify-content:space-around;
	}
}
.footer-nav ul li{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
.footer-nav ul li ul li{
	display:block;
}

@media(max-width:564px){
	.footer-nav ul li{
		display:block;
	}	
}

#AlertBar{
	background-color:#f15d2a;
	color:#fff;
	padding:15px 0;
	font-size:18px;
	font-weight:600;
	text-align:center;
	position:relative;
	z-index:51;
}
#AlertBar a{
	color:#fff;
	font-size:18px;
	font-weight:600;
}
@media(max-width:992px){
	.alertPush{
		margin-top:56px;
	}
	.scrolled.alertPush{
		margin-top:0;
	}
}