/*
Theme Name: 	Divi Child Theme - awardstrustmark.org
Author:			Adz
Template:		Divi
Version:		1.0
*/

@import url(https://fonts.googleapis.com/css?family=Kalam);
@import url("../Divi/style.css");

/* Center Footer Menu */
  #menu-footer-menu,
  #menu-footer-menu a {
    float: none;
    text-align: center;
  }
  
.blurb_hover:hover{
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 11px 12px 29px -10px rgba(0,0,0,0.3);
	-moz-box-shadow: 11px 12px 29px -10px rgba(0,0,0.3);
	box-shadow: 11px 12px 29px -10px rgba(0,0,0.3);
	
}