/*
Theme Name:  Chet Mac
Theme URI:   http://chetmac.com
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for this site
Author:      chester
Author URI:  http://chetmac.com
Template:    Divi
*/


@import url("../Divi/style.css");


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

#footer-info {display:none;}

/* NEW STUFF */

	/* ICONS */
	.section-body img{
		display:block;
		width:65px;
		margin: 0px auto 25px auto;
	}

	.section-body i.fa {
	    font-size: 65px;
		display:block;
	    text-align: center;
		margin-bottom:25px;
	}

.section-hero{
	background-color: #1c1e29;
}

.section-hero span:after {
   content: ".";
   margin-right:6px;
}

.section-body h2 {
	text-transform: none;
	font-weight: 400;
	color:#999999;
	font-size:14px;
	text-align:center;
}

.section-body h2 em {
	text-transform: uppercase;
	font-style:normal;
	text-align: center;
	display:block;
	font-size: 24px;
	font-weight: 100;
	color: #000000;
	margin-top:10px;
}

.section-body p {
	text-align:justify;
}


.et_pb_promo_description h2 {
	font-size:24px;
}

.et_pb_promo_description p {
	text-align:center;
}




/* END NEW STUFF */

/*blue: 003BB2
orange: FF5333
light blue: 1A66FF
green: 89CC00
*/

a.et_pb_promo_button.et_pb_promo_button_small { color: #000000 !important; font-size:12px !important;}
a.et_pb_promo_button_small:after { font-size: 18px; }

#primary-message {
	background-color: #225B66;
}

#primary-message strong {

}

.home-ppp {
	margin-left: auto;
	margin-right: auto;
}

.home-services {
	background-color:#FFFFFF;
}

.home-services div.padded-content {
	padding:20px;
}

.home-services h1 {
	font-size:100%;
	line-height:20px;
}

.home-services h1 span {
	display:block;
	font-size:20px;
	font-weight:800;
}
.larger-text{
	font-size:20px;
	line-height:24px;
}

.smaller-column {
	max-width:667px;
	margin-left:auto;
	margin-right:auto;
}

.justified {
	text-align:justify;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



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



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

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



}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/



}

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



}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*-------------------[Menu]------------------*/

	.section-hero p {

	}

	.section-hero span {
		display: block;
		font-size:14px;
	}
	
	.section-hero span:after {
	   content: "";
	}


/*	.four-disciplines h2 {
		text-transform: none;
		font-weight: 800;
		color:#000000;
		font-size:16px;
		text-align:center;
	}

	.four-disciplines h2 em {
		text-transform: none;
		font-style:normal;
		display:inline;
	}

	.four-disciplines p {
		text-align:left;
	}

	.four-disciplines .et_pb_column {
		border-bottom: 1px solid #999999;
		  padding-bottom: 30px;
	}*/

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}