/*Responsive CSS overrides for child theme*/
/*These styles will override both the child theme styles, along with the parent theme style.css and responsive.css*/

/*TABLET PROFILES*/
@media screen and (min-width: 644px) and (max-width: 1024px){

}


/*PHONE PROFILE*/
@media screen and (max-width: 643px){
	
	/*on mobile, no need for drop down carrots in menu, its expanded*/
	.navbar .main-navigation .nav-menu li.menu-item-has-children > a:after,
	.navbar .main-navigation .sub-menu li.menu-item-has-children > a:after{
		display: none;
	}
	
	/*---SERVICES (Locations)---*/
	.service{
		width: 100%;
		margin: 0% 0% 20px 0%;
		float: left;
		clear: none;
	}
	.service:nth-of-type(2n-1),
	.service:nth-of-type(2n-0){
	    margin: 0% 0% 20px 0%;
	    width: 100%;
	    clear: left;
	}



}


/* responsive image slider */
#home-slider{
	height:0;
	width:100%;
	padding-bottom:30%;
}
#home-slider .slides{
	position:absolute;
	left:0;
	top:0;
	height:100% !important;
	width:100%
}
