/* Clear fixes */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.row {
	clear: left;
}

/* Fonts */
.roboto {
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
}

/* iFrame fixes for containers */
iframe, embed {
	max-width: 100%;
	padding: 10px 0 10px 0;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

/* Overall */.heading {
	font-weight: 400;
}

[role="main"] {
	padding: 0 40px 40px 40px;
}

@media (max-width: 767px) {
	[role="main"] {
		padding: 0 30px;
	}
}


/* Call to Action Button formatting */
.cta_button, .page_link {
	margin-top: 15px;
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.93px;
}

.cta_button span, .cta_button a, .page_link a {	
	background-color: #EFEDEA;
	padding: 5px 7px;
	font-weight: 400;
}

.cta_button span:hover, .page_link a:hover, .event_container_padding:hover .cta_button span {
	color: #000;
	background-color: #DDD;
}

/* Main page */
.event_heading {
	font-size: 40px;
	font-weight: 400;
	line-height: inherit;
}

.row .event_container:nth-child(2n+1), .event_group .event_container:nth-child(2n+1) {
    clear:left;
}

.event_container_padding {
	background-color: #FFF;
	padding: 20px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

.event_container_padding:hover {
	box-shadow: 0 0 3px #979797;
}

.event_container .event_header {
	font-family: 'FormaDJRText', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	letter-spacing: 0.8px;
	border-top: 4px solid #CBC0AC;
}

.event_container .event_header .category {
	float: left;
	padding: 10px 0 8px 0;
}

.event_container .event_header .date {
	float: right;
	padding: 10px 0 8px 0;
	text-transform: uppercase;
}

/* Wrapper creates a 16:9 area for images to appear within to maintain consistency */
.event_image_wrapper {
	width: 100%;
	display: inline-block;
	position: relative;
}

.event_image_wrapper:after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

.event_image_wrapper .image_container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-size: cover;
	background-position: center; 
    background-repeat: no-repeat;
}

.event_container .event_title {
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 28px;
	margin-top: 15px;
}

.event_container .event_times {
	letter-spacing: 0px;
	margin-bottom: 15px;
}

.event_container .event_description {
	margin-bottom: 10px;
}

.event_container .event_location_header {
	margin-right: 10px;
}

.event_container .cta_button {
	text-align: right;
}

.pagination_container, .box_title_small {
	clear: left;
}

@media (min-width: 768px) {
	.right_sidebar {
		border-left: 2px solid #979797;
		padding-bottom: 20px;
	}
}

/* Mini Calendar */
.mini_calendar_pagination{
	margin-bottom: 10px;
}

@media (min-width: 1000px) {
	.widget.mini_calendar {
		max-width: 280px;
	}
}

.widget.mini_calendar {
	margin-bottom: 0;
}

.widget.mini_calendar .subcal_actions {
	text-align: center;
	border-top: none;
	margin-top: 0;
}

.widget.mini_calendar .minicalendar th, .widget.mini_calendar .minicalendar tbody[data-minicalendar="calendar"] td.dimday a {
	color: #979797;
}

.widget.mini_calendar .minicalendar th {
	font-size: 20px;
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
}

.widget.mini_calendar .pagination_container {
	margin-bottom: 10px;
}

.widget.mini_calendar .page_heading {
	border-bottom: none;
	margin-bottom: 0;	
}

.calendar-month {
	font-size: 18px;
	font-weight: 400;
}

#localist-minical-next-month, #localist-minical-prev-month {
	color: #4A4A4A;
	font-size: 20px;
}

.widget.mini_calendar .minicalendar tbody[data-minicalendar="calendar"] {
	background: none;
}

.widget.mini_calendar .minicalendar .calendar-month, .widget.mini_calendar .minicalendar tbody[data-minicalendar="calendar"] td a {
	color: #4A4A4A;
}

.widget.mini_calendar .minicalendar tbody[data-minicalendar="calendar"] tr:first-child td {
	border-top: none;
	margin-top: 10px;
}

.widget.mini_calendar .minicalendar tbody[data-minicalendar="calendar"] td a {
	border-radius: 0;
}

.widget.mini_calendar .minicalendar tbody[data-minicalendar="calendar"] td a:hover {
	background-color: #FFF;
}

.widget.mini_calendar .minicalendar tbody[data-minicalendar="calendar"] td.selected a {
	border-radius: 0px;
	background-color: #FFF;
	color: #4A4A4A;	
}

.widget.mini_calendar .minicalendar tbody[data-minicalendar="calendar"] td.active a {
	font-weight: 400;
	color: #4A4A4A;
}

.widget.mini_calendar {
	background: none;
	border-radius: none;
	box-shadow: none;
	border: none;
}


/* Category filters */
.sidebar_filters {
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	font-size: 24px;
	color: #4A4A4A;
	letter-spacing: 0.5px;
	margin: 20px 0 10px 0;
}

.sidebar_subheading {
	color: #7AC571;
	font-size: 16px;
	color: #7CC475;
	margin: 15px 0;
}

.sidebar_filter_links li {
	display: block;
}

@media (max-width: 999px) {
	.sidebar_filter_links li {
		margin: 5px 0;
	}
}

@media (min-width: 1000px) {
	.sidebar_filter_links li {
		max-width: 280px;
	}
}

.sidebar_filter_links a {
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	font-size: 16px;
	color: #4A4A4A;
	letter-spacing: 0px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 0px 6px;
	margin-left: -6px;
	display: block;
}

.sidebar_filter_links a:hover {
	background-color: #FFF;
}

.viewby_options li.selected {
	display: none;
}

/* Results Pages */
.pagination_container {
	padding: 12px 10px;
    border-top: 1px solid #CCC;
    margin-top: 15px;
    border-bottom: 1px solid #CCC;
}
.pagination_container h2 {
	font-weight: 400;
	margin: 0
}

/* Event Page */
.event_header {
	background-color: #FFF;
}

.event_header .event-action-button {
	position: absolute;
    z-index: 5;
    bottom: -25px;
    right: -20px;
}

.event_header .event-action-button a {
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	background-color: #7CC475;
    color: #FFF;
	font-size: 20px;
	letter-spacing: 1.33px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 90px;
}

.event_header .event-action-button a:hover {
	background-color: #91de8a;
}

.event_core_info_container {
	padding: 0 5px 40px 0;
}

.event_core_info {
	padding: 0 0 0 20px;
}

.event_core_info .event_date_time, .event_core_info .event_location {
	margin-top: 30px;
}

.event_core_info .header {
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.event_header .event-action-button {
		right: 20px;
	}
	
	.event_header .event-action-button a {
		padding: 15px 40px;
	}
	
	.event_core_info .event_date_time {
		margin-top: 40px;
	}
}

.event_core_info .info {
	font-size: 24px;
	line-height: 36px;
}

.event_image_container {
	padding: 0;
	line-height: 0;
}

.event_details_heading {
	font-size: 30px;
	letter-spacing: 0.91px;
	margin: 40px 0 15px 0;
}

.event_details_container h3 {
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0.82px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
}

p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 12px;
}

.event-body-map .widget {
	border: none;
	border-radius: none;
	background: none;
}

.event-body-map .widget .widget-header {
	padding: 0;
	border-bottom: none;
	font-weight: 400;
	margin-top: 0;
}

/* Subscribe box */
.subscribe h3 { 
	margin-bottom: 10px;
}

.subscribe .fa {
	margin: 0 5px;
}

/* Search Page  */
#groups_results .deck {
	padding: 10px 0;
}

.pagination_container a {
	padding: 3px 9px;
}

/*.pagination_container a:hover {
	background-color: #FFF;
	box-shadow: 0 0 2px #AAA;
	color: #000;
}*/

.pagination_container .active_page {	
    padding: 3px 9px;
    color: #7CC475;
    margin: 5px;

}
/* Place Page Shell */
.place_header {
	background-color: #FFF;
}
.place_heading {
	font-size: 40px;
	font-weight: 400;
	line-height: inherit;
}
.place_image_container {
	padding: 0;
	line-height: 0;
}
/* Wrapper creates a 16:9 area for images to appear within to maintain consistency */
.place_image_wrapper {
	width: 100%;
	display: inline-block;
	position: relative;
}

.place_image_wrapper:after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

.place_image_wrapper .image_container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-size: cover;
	background-position: center; 
    background-repeat: no-repeat;
}

.place_core_info_container {
	padding: 0 5px 40px 0;
}

.place_core_info {
	padding: 0 0 0 20px;
}

.place_core_info .place_address,
.place_core_info .place_phone,
.place_core_info .place_website,
.place_core_info .place_twitter,
.place_core_info .place_facebook {
	margin-top: 20px;
}

.place_core_info .header {
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

@media (max-width: 767px) {	
	.place_core_info .place_address {
		margin-top: 40px;
	}
}
.place_core_info .info {
	font-size: 18px;
	line-height: 36px;
}
@media (min-width: 767px) {	
	.place_core_info .info {
		font-size: 24px;
	}
}
.place_details_heading {
	font-size: 30px;
    letter-spacing: 0.91px;
    margin: 40px 0 15px 0;
}

.event_details_heading {
	font-size: 30px;
	letter-spacing: 0.91px;
	margin: 40px 0 15px 0;
}

.event_details_container h3 {
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0.82px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
}

/* for admin panel */
h3.admin-panel {
    background-color: #79c7e8;
    padding: 5px;
}
.admin-panel > a {
    float: right;
    text-decoration: underline;
}