/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2024 | 21:54:38 */
header #nav-main {
	margin-bottom: 15px;
}

header #nav-main {
    margin-top: 30px;
}

header #logo {
	padding-bottom: 0px;
	padding-top: 25px;
}

@media (min-width: 0px) and (max-width: 767px)  {
	header #logo {
		padding-bottom: 15px;
        padding-top: 70px;
	}
}
	
@media (min-width: 768px) and (max-width: 992px)  {
	header #logo {
		padding-bottom: 15px;
        padding-top: 25px;
	}
}
@media (min-width: 0px) and (max-width: 767px)  {
	#kad-mobile-nav {
		width: 100%;
		position: fixed;
		margin-left: -20px;
		z-index: 1001;
		background-color: #fff;
		margin-top: 50px;
		top: 0;
	}
}
@media (min-width: 0px) and (max-width: 767px)  {
	#mobile-nav-trigger {
		width: 100%;
		position: fixed;
		margin-left: -20px;
		z-index: 1001;
		background-color: #fff;
		top: 0;
	}
}

@media (min-width: 768px) and (max-width: 992px)  {
	#kad-mobile-nav {
		width: 100%;
		position: fixed;
		z-index: 1001;
		background-color: #fff;
		margin-top: 50px;
		top: 0;
		left: 0;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#mobile-nav-trigger {
		width: 100%;
		position: fixed;
		z-index: 1001;
		background-color: #fff;
		margin-top: 50px;
		top: 0;
		left: 0;
	}
}
