
.tribe-events-content a
{
	color: #7db22d;
}

#tribe-events-pg-template
{
    max-width: 1600px;
    width: 80%;
    padding: 0px!important;
    margin-bottom: 40px;
}

@media (max-width: 767px)
{
	#tribe-events-pg-template
	{
	    width: 90%;
	}
}


.tribe-common .tribe-common-l-container
{
    max-width: 100%!important;
    width: 100%!important;
	padding: 40px!important;
	background: #ffffff;
	margin-bottom: 40px;
}
	.post-type-archive-tribe_events .tribe-common-l-container
	{
		max-width: 1600px!important;
		width: 80%!important;
	}


	
@media (max-width: 767px)
{
	.tribe-common .tribe-common-l-container
	{
	    padding: 40px 0!important;
	}
}

/* Hide main image as its in the header */
.tribe-events-event-image
{
	display: none;
}

/** Change button colours to green **/
.tribe-events-page-template .tribe-common-c-btn,
.tribe-events-page-template .tribe-events-c-ical__link
{
	background: #7DB22D!important;
	border: 0!important;
	color: #FFFFFF!important;
}
	.tribe-events-page-template .tribe-common-c-btn:hover,
	.tribe-events-page-template .tribe-common-c-btn:focus,
	.tribe-events-page-template .tribe-events-c-ical__link:hover,
	.tribe-events-page-template .tribe-events-c-ical__link:focus
	{
		background: #000000;
	}
	
	.tribe-events-page-template .tribe-events-c-ical__link svg
	{
		color: #FFFFFF;
	}
	

/* For some reason on events page header padding from theme builder is not working, maybe because Events is not a page */
@media (min-width: 981px)
{
	.tribe-events-page-template .et-db #et-boc header.et-l .et_pb_section
	{
		padding: 0;
	}
}

@media (min-width: 768px)
{
	.tribe-events-event-meta.primary,
	.tribe-events-event-meta.secondary
	{
	    width: 100%;
	}
}

/* Rows inside Tribe events to be 100% wide due to tribe container */
.et-db #et-boc .tribe-events-content .et-l .et_pb_row
{
	width: 100%;
}



.event_list_row
{
	font-weight: 400;
    clear: both;
    margin-bottom: 40px;
    float: left;
}
	.event_list_date
	{
	    float: left;
	    width: 22%;
	    margin-right: 3%;
	    text-align: center;
	    background: #7db22d;
	    color: #ffffff;
	    padding: 25px;
	}
		.event_list_date_day
		{
			font-size: 52px;
			line-height: 52px;
			margin-bottom: 10px;
		}
		.event_list_date_month
		{
			font-size: 13px;
			line-height: 13px;
			text-transform: uppercase;
		}
	
	.event_list_info
	{
		float: left;
		width: 75%;
	}
		.event_list_title
		{
			font-size: 20px;
			line-height: 24px;
			margin-bottom: 8px;
		}
			.event_list_title a
			{
				color: #0d0d0d;
			}
		
		.event_list_start_date
		{
			font-size: 17px;
			line-height: 22px;
			margin-bottom: 12px;
		}
		
		.event_list_end_date
		{
			font-size: 17px;
			line-height: 22px;
			margin-bottom: 12px;
		}
		
		.event_list_summary
		{
			font-size: 17px;
			line-height: 20px;
		}
	
						

	@media (max-width: 767px)
	{
		.event_list_date
		{
			width: 150px;
			margin-bottom: 10px;
		}
			
		.event_list_info
		{
			width: 100%;
		}
	}					