/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: Simple Strat
Author URI: http://simplestrat.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child
*/

/*Pull quotes in blogs*/
blockquote {
text-align: left;
padding-left: 40px;
font-style: italic;
font-size: 24px;
color: #6D8393;
border-left:10px solid #6AC9D0 !important;
}

/*make whole blurb clickable when it has the blurb-link class*/
.blurb-link:hover a {
font-weight:900;
}
.blurb-link:hover img{
	-webkit-transform: rotate(2deg) scale(1.1);
	transform: rotate(2deg) scale(1.1);
}
.blurb-link img{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*vertically center content when column has vertically-center class -equalize column height must be on*/
.vertically-center { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 



/*Social Icons*/
.et-social-linkedin a:before { 
	content: '\e09d';
}
.et-social-youtube a:before { 
	content: '\e0a3';
}

/*CTA Button in Menu*/
.menu-cta a {
    border: 2px solid #003468!important;
	padding: 12px!important;
    text-align: center;
}

@media only screen and (min-width: 981px){
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 28px 0 0 0 !important;
}
}

@media only screen and (min-width: 768px)
{
#top-header #et-info
{float:none;}

#top-header #et-info .et-social-icons
{float:right;}
}