/*Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child 
ThemeAuthor: Elegant Themes
Author URI: http://www.elegantthemes.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*/
/*Theme Customization Starts Here*/
#mapid { 
	height: 480px; 
	
}
div.footer-widget h2 {
	clear: both;
}
div.fwidget {
	clear: both;
	margin-bottom: 10px;
}
@media (min-width: 981px) {
	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
	margin-bottom: 10px;
}
}

.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
    width: 20%;
	padding-right: 5%;
}

div#page-header {
	background-image: url(/wp-content/uploads/2023/08/meeting.jpg);
	background-color: rgba(0,0,0,0.6); 
	background-size: cover;
	background-blend-mode: multiply;
	background-position: 50% 50%;
}
div#page-header h1 {
	text-align: center;
	padding: 60px 0px 60px 0px;
	color: white; 
}

a.find-out-more {
 clear: both;
 padding: 5px 15px 5px 15px;
 display: block;
 width: fit-content;
 background: white;
 color: #0c575a;
 border: 2px solid #0c575a;
 text-align: center;	
}


a.find-out-more:hover {
 background: #0c575a;
 color: white;
}