.work_item_blurb {
   
  position: relative; 
  height: 300px; 
  width: 100%; /* background-color: #0CF; */ 
  
}

.work_item_blurb .inside{
  
	position: absolute; 
  	top: -50px; 
  	border: 1px solid #000; 
  	padding: 50px 8px 8px 8px; 
  	text-align: center; 
  	width: 75%; 
  	height: 315px;
  	margin-left: 12.5%;
}

.work_item_title {
  
 	font-size: 12px; 
 
}

.work_item_sub_title {
  
 	font-size: 21px; 
  margin-bottom: 20px;
 
}


.work_item_blurb .inside p{
  
	font-size: 15px;  
}


/*********** OPEN MEET THE MAVEN ****************************/

.meet_content{
    
    width: 100%; 
    padding: 0px 25px 0 25px;
    
}

#meet_social_list{
  
  list-style: none; 
  margin: 0 0 20px 0;
    padding: 0;
}

#meet_social_list li {
  
  display: inline-block;
  padding-right: 15px;
  
}


#meet_bottom_container {

    position: relative; 
    margin-bottom: 25px;
    
}


#meet_connect {
    
    position: relative;
    background-color: #efd2cb; 
    padding: 25px;
}


#meet_connect_bottom{
    
}

/*********** EVENTS ****************************/

body.page-id-31691 .ck_form {display: none; } /* hide newsletter */

.event_banner{
	margin-bottom: 80px;
}

.event_banner img{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.event_name { padding-left: 25px; padding-right: 25px;}

.event_name h2 {
	font-family: b_bold_aug;
	font-weight: 700;
	color: #B7C678 !important;
	font-size: 17px;
}

.event_content a {
   font-family: b_bold_aug;
   font-size: 17px;
   letter-spacing: 1.5px;
   color: #4E4E4E;
   font-weight: 700;
}

.event_content p {
	font-size: 17px;
	color: #272727;
}

.event_content .cat_cat_border{
	border: 4px solid #E0E4C3;
	padding: 7px 55px 7px 55px;
}

/*************   Tablet View. **********************/

                     
@media screen and (min-width:768px){
    
    #meet_social_list li {
        
          padding-right: 30px;
    }


}

/*************  Desktop View. **********************/
                     
@media screen and (min-width:1050px){
    
    .meet_content{
            padding: 55px 25px 0 25px;
    }
	
	.event_content, .event_name{
		padding: 0;
	}	
	
	.events.isfullwidth { width: 900px}
    
    .event_container{
	  padding-top: 31px;
	  padding-bottom: 31px;
    }
	

	.events .inside-grid-column img{
		display: inherit;
		margin: inherit !important;
	}
	
   
#meet_bottom_container {
    
    margin-bottom: 150px;
    }
    
    #meet_connect{
        
        position: absolute; 
        bottom: -125px; 
        left: 25%; 
    }

}



/*********** Close MEET THE MAVEN ****************************/
