/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 768px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/

}

@media (min-width: 992px) {

	.menu-wrap {
		width: 100%;
	}

	ul.large__sr {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		flex: 1;
	}

	div.site-header {
		max-width: 1400px;
		margin: 0 auto;
	}

	.site-header .logo {
		padding: 0 !important;
	}

	.demo.col-md-2 {
		justify-content: flex-start;
		align-items: flex-start;
	}

	.theDemo {
		margin-top: 5px;
	}


	.content-navigation, .logo {
		margin-top: 3px;
	}

	div#see-demo {
		border-top: 2px solid #eee;
	}

	.demo a {
		font: 800 12.5px/18px 'Montserrat', sans-serif !important;
	}

	#tophead {
		height: 75px !important;
		display: inline-block;
		margin-bottom: -5px;
	}

	.dropdown-menu .active a {
		background: transparent !important;
	}

	.content-navigation .menu-wrap {
		width: 100% !important;
	}

}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

}

@media only screen and (max-width: 1499px) {
	.site-header .logo {
		padding: 0 0 0 2em !important;
	}
}


@media only screen and (max-width: 991px) {
	.demo.col-md-2 {
		display: none !important;
	}

	div#tophead {
		height: 75px !important;
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 999;
	}

	a.burgernav {
		right: auto !important;
		left: 15px !important;
	}

	a.phone__icon {
		display: block !important;
		position: absolute;
		right: 30px;
		top: 25px;
		font-size: 16px;
		color: #4f4f4f;
		z-index: 9999999;
	}

	.overflow-hidden a.phone__icon {
		color: #fff;
	}

	div#see-demo {
		margin-top: 70px;
	}
	
	.site-header .logo {
		max-width: 100% !Important;
		padding: .5em 0 0 !important;
	}
}