/*
    Theme Name: myTheme
    Theme URI: http://www.hamiltrowebsitedesign.com
    Description: Theme for this site
    Version: 1
    Author: hamiltro
*/

.row_events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column_events {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;	 
}
.column_uno {
  text-align:center;
  
}
.event_content {
	text-align:left;
	align-content: center;
	padding-bottom:16px;
	position: relative;            
    max-width: 730px;
	margin-left:auto;
	margin-right:auto;
}
.home_content {
	margin-top:20px!important;	
}


.eventDetails,
.event_content,
.home .mobText .home_content p {
	width: 100%;
	max-width: 730px;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 0 0;
}

.eventDetails img	{
	margin-top: 30px;
}
.reception{color: #555; }
.dateDescription h4,
.reception  span	{color: BLACK;}

.event_content.location	{padding-top: 0;}

.ctct-disclosure{
	display:none;	
}
}

