/*
Theme Name:		
Version:		
Author:			Dan Rumbauskas
Author URI:		www.designlabnj.com
Template:		Divi
*/

/*--------------------------------------------------------------------------------------------*/
/*-------------------------------        [ GENERAL STYLES ]        ---------------------------*/
/*--------------------------------------------------------------------------------------------*/

/* The following styles affect the entire site. */

.mfp-title {display: none!important; }

/*---------------------------------------------------*/
/*----------       [ SITE HEADER ]      -------------*/
/*---------------------------------------------------*/

/* These styles affect the header of the site. */
/* This includes the logo and anything related to the Navigation. */

[title="menuphone"]{
	color: #ffffff!important;
	background-color: #C81431;
	padding: 15px 20px 15px 20px!important;
	font-size: 20px!important;
}	


/* Increase width of dropdowns */
.nav li ul { width: 400px; }
	#top-menu li li a { 
	width: 375px!important; 

}


/*---------------------------------------------------*/
/*----------       [ SITE FOOTER ]      -------------*/
/*---------------------------------------------------*/

#footer-bottom { display: none!important; }



/*--------------------------------------------------------------------------------------------*/
/*-----------------------------        [ RESPONSIVE STYLES ]        --------------------------*/
/*--------------------------------------------------------------------------------------------*/

@media only screen and ( min-width: 320px) {

}
	


@media only screen and ( min-width: 480px) {	

}



@media only screen and ( min-width: 600px) {	

}



@media only screen and ( min-width: 768px) {

}



/*  These styles control everything for mobile devices only, which is why you see MAX WIDTH instead of MIN WIDTH.  */
@media only screen and ( max-width: 980px) {

}



/*This affects all desktop sizes*/
@media only screen and ( min-width: 981px) {

}



@media only screen and (min-width: 1200px) {

}



@media only screen and ( min-width: 1400px) {	

}