@charset "utf-8";

/* CSS Document */

/*
 Theme Name:   divi child
 Author:       Web180
 Author URI:   http://www.web180.com
 Template:     Divi

*/

@import url("../Divi/style.css");

/* =Theme customization starts here
--------------------------------------------------------------- */

h1 {font-size:40px !important;}

.fp-main h1, .fp-main h3 {padding-bottom:20px !important;}

.service-copy ul li {margin-bottom:20px;}
.service-copy ul li ul li {margin-bottom:5px;}
.service-copy ul {margin-bottom:-20px !important; margin-top:20px;}
.service-copy ul li ul {margin-top:5px;}
.service-copy ul ul li {margin-top:15px;}

@media only screen and (min-width: 320px) and (max-width: 479px){ 
	
	.mobile-drop-back {background-image:none !important;}
	#fp-main-copy {margin-top:-90px !important; }
}

@media only screen and (min-width: 480px) and (max-width: 767px){
	
	.mobile-drop-back {background-image:none !important;}
	#fp-main-copy {margin-top:-90px !important; }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	
	#fp-main-copy {margin-top:-90px !important; }
}

@media only screen and (min-width: 992px) and (max-width: 1999px){

}