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

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

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




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

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


[title="get-started"]{
color: #ffffff !important;
background-color: #2e3192 !important;
padding: 15px 20px !important;
border-radius: 5px;
border: 2px solid #2e3192;
font-weight: bolder;
}

[title="get-started"]:hover {
color: #ffffff !important;
background-color: #e02b20 !important;
border: 2px solid #e02b20;
}


#menu-item-106 > a { color: #ffffff!important;}
.et-fixed-header #top-menu #menu-item-106  a { color: #ffffff!important;}



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





/*--------------------------------------------------------------------------------------------*/
/*-----------------------------        [ 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) {	

}