/* 
 Theme Name:     Divi Child
 Author:         MPA Collaborative.org
 Author URI:     mpacollaborative.org
 Template:       Divi
 Version:        v.01
 Description:   A Child Theme of Divi
 Wordpress Version: 4.8.2
*/ 


/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100% !important;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}



.county_banner{
	width:100%;
	height:653px;



.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

}

.widget{
	margin-top: 20px;

}



/*** CSS for Collaborative Map ***/
.cls-1 {
        fill: #66b3dc;
      }

      .cls-1, .cls-2 {
        stroke: #fff;
        stroke-miterlimit: 1;
      }

      .cls-2 {
        fill: #0081c5;
      }
		#ca-map-counties, #ca-map-collabs {
		  display: block;
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		}
		.cls-2:hover, circle:hover {
		  stroke: #002868 !important;
		  stroke-width:2px;
		  stroke-linejoin: round;
		  fill: #002868 !important;
		  cursor: pointer;
		} 

/* Event Manager Single Page STRUCTURE */

#em-pagewrap {
	padding: 5px;
	width: 2000px;
	margin: 20px auto;
}
.em-single-pg-header {
	height: 100px;
	padding: 0 15px;
}
#em-single-pg-col-1 {
	width:25%;
	float: left;
	padding: 5px 15px;
}

#em-single-pg-col-2 {
	width: 400px; /* guessesss */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#em-single-pg-col-3 {
	width: 255px;
	padding: 5px 15px;
	float: left;
}

