/*
Theme Name: Brightlight theme
Template: Divi
Author: Child Theme Configurator
Version: 1.0.1444727560
Updated: 2015-10-13 09:12:40
*/

@charset "UTF-8";

/* top bar */
#et-info {
    float: right;
}


/* logo */


.et_header_style_centered #main-header .logo_container {
    height: 160px;
}

.et_header_style_centered #logo {
    max-height: 64%;
}

@media all and ( max-width: 980px ) {
	.et_header_style_centered #logo {
    	max-height: 80px !important;
	}
}

/* main slider */
.et_pb_slide_image, .et_pb_slide_video {
    width: 100%;
    margin-right:0;
    }

.et_pb_slides .et_pb_slide_description {
	//display:none;
	}
	
.et_pb_slide:first-child .et_pb_slide_image img.active {	
 	-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
 	filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
 	animation-name: fadeIn;
}

.et-pb-active-slide .et_pb_slide_image {
    animation-name: fadeIn;
}
@media all and ( min-width: 479px ) {
/* body h1's */
	.home .et_pb_text h1::before, .home .et_pb_text h1::after {
		content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
 	 	text-decoration: line-through;
 	   }
}
   
.home .et_pb_text h1::before {
    margin-right:10px;
    }
.home .et_pb_text h1::after {
    margin-left:10px;
    }

.home h1 {
    padding-bottom: 40px;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/
}

/* ingress */
.ingress {
   	font-size: 24px;
   	line-height: 1.4;
}

@media all and ( max-width: 479px ) {
	/* ingress */
	.ingress {
    	font-size: 18px;
	}
}

/* employees */
.et_pb_team_member_description {
    text-align: center;
}


/* reference blockquotes */    
.home blockquote {
	color: #5a82be;
	font-weight: 800;
	}

/* blurb icon sizes */
/*.et-pb-icon-circle {
    font-size: 68px;
    border-radius: 100px;
    padding: 45px;
}*/
	
/* some follow */
/*ul.et_pb_social_media_follow {
    display:table;
    margin:0 auto;
    }*/
    
/* footer bar */
#footer-bottom {
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
	font-weight:600;
}

