/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-twelve-child/
 Description:  Twenty Twelve Child Theme
 Author:       Richard Holding
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

/* BODY */

body
{
	background-color: #fff !important;
}

body, body.custom-font-enabled
{
	font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
	text-rendering: auto;
}

body.custom-font-enabled
{
	font-size: 16px;
}

body div.site
{
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1400px;
	box-shadow: none;
	padding: 0;
}

@media screen and (max-width: 1480px)
{
	body div.site
	{
		padding-left: 30px;
		padding-right: 30px;
	}
}

header.site-header
{
	margin: 0;
	padding: 0;
}

header.site-header hgroup
{
	margin: 25px 0 0 0;
	padding: 25px 0;
	float: left;
}

#logo
{
	height: 144px;
    width: 137px;
    float: right;
    margin: 25px 0;
	padding: 0;
}

@media screen and (max-width: 1000px)
{
	header.site-header hgroup
	{
		width: 75%;
	}
}

@media screen and (max-width: 650px)
{
	header.site-header hgroup
	{
		width: 100%;
	}
	
	#logo
	{
		display: none;
	}
}

@media screen and (max-width: 760px)
{
	html
	{
		background: #fff;
	}
}

header.site-header h1 a, header.site-header h2 a, header.site-header h1 a:hover, header.site-header h2 a:hover
{
	color: #c93e00; /* red */
	font-weight: normal;
	font-size: 50px;
	line-height: 1;
}

header.site-header h2
{
	font-size: 20px;
	color: #333;
	line-height: 1.3;
	margin-top: 10px;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image
{
	border-radius: 0;
	box-shadow: 0 0 0;
}

nav.main-navigation
{
	background: #cd7d04; /* orange */
	margin-top: 25px;
	clear: both;
}

nav.main-navigation ul, NAV.main-navigation UL
{
	border-bottom: none;
	border-top: none;
}

nav.main-navigation li, NAV.main-navigation LI
{
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}

nav.main-navigation li ul, NAV.main-navigation LI UL
{
	z-index: 2;
}

nav.main-navigation li ul li, NAV.main-navigation LI UL LI
{
	margin: 0;
}

nav.main-navigation li a, NAV.main-navigation LI A
{
	color: #FFF;
	line-height: 1.3;
}

nav.main-navigation .current-menu-item > a, 
nav.main-navigation .current-menu-ancestor > a, 
nav.main-navigation .current_page_item > a, 
nav.main-navigation .current_page_ancestor > a, 
nav.main-navigation li a:hover, 
nav.main-navigation li a:focus, 
nav.main-navigation li ul li a:focus,
NAV.main-navigation .current-menu-item > A, 
NAV.main-navigation .current-menu-ancestor > A, 
NAV.main-navigation .current_page_item > A, 
NAV.main-navigation .current_page_ancestor > A, 
NAV.main-navigation LI A:hover, 
NAV.main-navigation LI A:focus, 
NAV.main-navigation LI UL LI A:focus
{
	color: #444;
	background: #f2e3b6; /* pale */
	font-weight: normal;
}

nav.main-navigation li ul li a, NAV.main-navigation LI UL LI A
{
	background: #cd7d04; /* orange */
	border-top: 1px solid #fff;
	border-bottom: none;
	width: 185px;
}

nav.main-navigation li ul li ul li a, 
nav.main-navigation li ul li a,
NAV.main-navigation LI UL LI UL LI A, 
NAV.main-navigation LI UL LI A
{
	font-size: 1.35em;
	line-height: 1.3;
}

nav.main-navigation li ul li a:hover,
NAV.main-navigation LI UL LI A:hover
{
	color: #fff;
	background: #c93e00; /* red */
	font-weight: normal;
}

/* MOBILE NAV */

.site-header h1, .site-header h2
{
	text-align: left;
}

.menu-toggle
{
	padding: 0 20px;
	font-size: 0.85em;
	line-height: 3.2;
	font-weight: normal;
	color: #fff;
	background-color: #cd7d04; /* orange */
	background-repeat: no-repeat;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-transform: none;
	text-align: left;
	margin: 0;
	width: 100%;
}

.menu-toggle:active, .menu-toggle.toggled-on, .menu-toggle:hover, .menu-toggle:focus
{
	color: #fff;
	background: #c93e00; /* red */
	font-weight: normal;
	background-repeat: no-repeat;
	background-image: none;
	box-shadow: none;
	border: none;
}

nav.main-navigation li a,
NAV.main-navigation LI A
{
	text-decoration: none;
	text-transform: none;
	padding: 12px 18px !important;
	line-height: 1.3;
	display: block;
	border-top: 1px solid #fff;
	text-align: left;
	font-size: 16px;
}

nav.main-navigation li a:hover,
NAV.main-navigation LI A:hover
{
	background: #c93e00; /* red */
	color: #fff;
}

nav.main-navigation ul.nav-menu.toggled-on,
NAV.main-navigation UL.nav-menu.toggled-on
{
	display: block;
}

.menu-toggle
{
	display: none;
}

nav.main-navigation li a,
nav.main-navigation LI A
{
	border-top: none;
}

nav.main-navigation li ul li a,
nav.main-navigation LI UL LI A
{
	border-top: 1px solid #fff;
}

nav.main-navigation ul li.menu-item-has-children ul li a:before, 
nav.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children ul li a:before,
NAV.main-navigation UL LI.menu-item-has-children UL LI A:before, 
NAV.main-navigation UL LI.menu-item-has-children UL LI.menu-item-has-children UL LI A:before
{
	content: "";
}


@media screen and (max-width: 600px) {
	.menu-toggle
	{
		display: block;
		font-size: 16px;
	}
	
	nav.main-navigation li,
	NAV.main-navigation LI
	{
		margin: 0;
	}

	nav.main-navigation li a, 
	nav.main-navigation li ul li a,
	NAV.main-navigation LI A, 
	NAV.main-navigation LI UL LI A
	{
		width: auto;
	}

	nav.main-navigation ul li.menu-item-has-children ul li a:before,
	NAV.main-navigation UL LI.menu-item-has-children UL LI A:before
	{
		content: "- ";
	}
	
	nav.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children ul li a:before,
	NAV.main-navigation UL LI.menu-item-has-children UL LI.menu-item-has-children UL LI A:before
	{
		content: "- - ";
	}
	
	nav.main-navigation li a,
	nav.main-navigation LI A,
	nav.main-navigation li ul li a,
	nav.main-navigation LI UL LI A
	{
		border-top: 1px solid #fff;
	}
	
	#organised_by, #partners
	{
		border-left: none !important;
		padding-left: 0 !important;
		height: auto !important;
		padding-top: 20px;
	}
}

/* CONTENT */

#main
{
	position: relative;
	z-index: 1;	
	margin-top: 35px;
}

.site-content
{
	margin-top: 0;
	width: 72% !important;
}

@media screen and (max-width: 600px)
{
	.site-content
	{
		width: 100% !important;
	}
}

.site-content article
{
	border-bottom: none;
	margin-bottom: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, .entry-content h3
{
	color: #c93e00; /* red */
}

.entry-content h2, .comment-content h2, .mu_register h2, #content h2
{
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
}

.entry-content h6, .comment-content h6, .mu_register h6, #content h6
{
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	color: #c93e00; /* red */
	margin: 10px 0 30px 0;
}

.entry-content h3, .comment-content h3, #content h3
{
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5;
}

.entry-content h4, .comment-content h4, #content h4
{
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.5;
}

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6
{
	margin: 35px 0 5px 0;
}

.entry-header .entry-title, .archive-header .archive-title, #content h1
{
	color: #c93e00; /* red */
	font-size: 1.6rem;
	text-transform: none;
	line-height: 1.4;
	font-weight: normal;	
	margin-top: 10px;
}

.archive-header
{
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: none;
}

.entry-content h3.padded
{
	padding-top: 30px;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image
{
	border-radius: 0;
	box-shadow: none;
}

a, .widget-area .widget a, .comments-link a, .entry-content a:visited, .comment-content a:visited, .widget-area .widget a:visited
{
	color: #c93e00;
}

a:hover, .widget-area .widget a:hover, .comments-link a:hover, .entry-content a:hover, .comment-content a:hover
{
	color: #005dab;
}

.entry-header
{
	margin-bottom: 10px;
}

.entry-header .entry-title a
{
	text-decoration: underline;
}

.archive-title
{
	line-height: 1.2;
}

.entry-content li, .comment-content li, .mu_register li
{
	margin-bottom: 10px;
}

p.comment-form-url
{
	display: none;
}

#content h1.blog
{
	line-height: 1.2;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 10px;
}

#content p
{
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}

#content p.wellcome
{
	float: right;
	clear: both;
	background: #c93e00;
    color: #fff;
    font-size: 16px;
    padding: 3px 7px 5px 7px;
    margin: 10px 0;
}

.entry-header .comments-link
{
	margin: 20px 0;
}

.site-content article.post
{
	border-bottom: 1px solid #f2e9da; /* light brown */
	margin-bottom: 20px;
}

.more-link
{
	text-decoration: none;
}

.by-author
{
	display: none;
}

#breadcrumb
{
	padding: 5px 0 25px 0;
	line-height: 1.5;
}

.video
{
	clear: both;
	float: left;
}

.caption
{
	float: left;
	width: 515px;
	margin-left: 20px;
}

.caption h2
{
	margin-top: 0;	
}

hr
{
	clear: both;
	width: 100%;
	margin: 0 0 30px 0;
	height: 1px;
	background: #f2e9da; /* light brown */
}

img.alignright
{
	margin-top: 0;
}

div.meteor-slides
{
	margin-bottom: 35px !important;
}

/* Columns */
.ezcol.box
{
	margin-bottom: 10px;
	padding: 0;
}

@media screen and (max-width: 600px)
{
	.ezcol.box
	{
		width: 100% !important;
	}
}

.ezcol.box p
{
	font-size: 1.05em !important;
}

.ezcol.box h2
{
	margin: -66px 0 10px 0;
	background: rgba(17, 17, 17, 0.7);
	color: #FFF !important;
	padding: 0;
	font-size: 17px !important;
	font-weight: normal;
	border: none;
	display: block;
	position: relative;
	z-index: 1;
}

.ezcol.box img
{
	max-width: 100%;
}

.entry-content .ezcol.box h2 a, .entry-content .ezcol.box h2 a:visited
{
	color: #FFF !important;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

.entry-content .ezcol.box h2 a:hover
{
	color: #c93e00 !important;
}

/* Slideshow */

.slideshow_container
{
	margin-top: 25px !important;
	padding-bottom: 10px;
	clear: both;
}

.slideshow_container_style-light .slideshow_description_box div, .slideshow_container_style-light .slideshow_description_box div a, .slideshow_container_style-light .slideshow_description_box p, .slideshow_container_style-light .slideshow_description_box p a, .slideshow_container_style-light .slideshow_description_box h1, .slideshow_container_style-light .slideshow_description_box h1 a, .slideshow_container_style-light .slideshow_description_box h2, .slideshow_container_style-light .slideshow_description_box h2 a, .slideshow_container_style-light .slideshow_description_box h3, .slideshow_container_style-light .slideshow_description_box h3 a, .slideshow_container_style-light .slideshow_description_box h4, .slideshow_container_style-light .slideshow_description_box h4 a, .slideshow_container_style-light .slideshow_description_box h5, .slideshow_container_style-light .slideshow_description_box h5 a, .slideshow_container_style-light .slideshow_description_box h6, .slideshow_container_style-light .slideshow_description_box h6 a
{
	text-align: left !important;
}

.slideshow_container_style-light .slideshow_description_box
{
	background: rgba(17, 17, 17, 0.7) !important;
}

header.site-header .slideshow_container_style-light .slideshow_description_box h1,
header.site-header .slideshow_container_style-light .slideshow_description_box h2
{
	margin-top: 0;
}

header.site-header .slideshow_container_style-light .slideshow_description_box h1 a,
header.site-header .slideshow_container_style-light .slideshow_description_box h2 a
{
	font-size: 44px;
	line-height: 1;
	padding: 0 10px 10px 10px;
	color: #fff;
}

@media screen and (max-width: 600px)
{
	header.site-header .slideshow_container_style-light .slideshow_description_box h1 a,
	header.site-header .slideshow_container_style-light .slideshow_description_box h2 a
	{
		font-size: 18px;
	}
}

header.site-header .slideshow_container_style-light .slideshow_description_box h1 a:hover,
header.site-header .slideshow_container_style-light .slideshow_description_box h2 a:hover
{
	color: #c93e00;
}

.slideshow_container_style-light .slideshow_description_box p
{
	font-size: 15px;
	line-height: 1.5;
	padding: 0 15px 15px 15px;
}

.slideshow_container_style-light .slideshow_pagination
{
	bottom: 25px !important;
}

.slideshow_container_style-light .slideshow_transparent
{
    filter: alpha(opacity = 100) !important;
    opacity: 1 !important;
}

.slideshow_container .slideshow_button
{
	opacity: 1 !important;
}

/* Events */

#tribe-events-pg-template
{
	max-width: 72%;
	float: left;
	padding: 0 !important;
}

@media screen and (max-width: 600px)
{
	#tribe-events-pg-template
	{
		max-width: 100%;
	}
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop
{
	max-width: 100%;
}

#tribe-bar-form, .tribe-bar-views-inner
{
	background: #faf6e8;
}

#tribe-bar-form.tribe-bar-mini *
{
	font-size: 15px;
}

#tribe-bar-form label, .tribe-events-meta-group .tribe-events-single-section-title, #tribe-bar-form.tribe-bar-mini label
{
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	text-transform: none;
	color: #cd7d04; /* orange */
}

#tribe-bar-form .tribe-bar-views-inner label
{
	padding: 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt
{
	color: #cd7d04; /* orange */
	font-weight: normal;
	font-size: 16px;
}

#tribe-bar-form input[type=text]
{
	border-bottom: none;
	background: #fff;
	font-weight: normal;
	color: #444;
	padding: 2px 4px 3px 4px;
}

.tribe-bar-submit, .tribe-bar-mini .tribe-bar-submit
{
	margin-left: 0;
	margin-top: 20px;
	width: auto;
}

#tribe-bar-form .tribe-bar-submit input[type=submit], #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]
{
	background: #cd7d04;
    text-transform: none;
    padding: 12px 18px;
    line-height: 1.3;
    font-size: 16px;
	font-weight: normal;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover
{
	background: #c93e00; /* red */	
}

#tribe-bar-form #tribe-bar-views, #tribe-bar-form.tribe-bar-mini #tribe-bar-views
{
	width: 14.66667%;
	margin-right: 2%;
}

.tribe-bar-collapse #tribe-bar-collapse-toggle
{
    width: 64%;
    margin: 2% 2% 0 2%;
}

#tribe-bar-collapse-toggle
{
    background: #cd7d04;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    text-transform: none;
	color: #fff;
}

#tribe-bar-collapse-toggle:hover
{
	background: #c93e00; /* red */	
}

.tribe-bar-mini .tribe-bar-search-filter
{
	width: 33.3333%;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a
{
	background: #fff;
	border: 1px solid #cd7d04; /* orange */
	font-size: 15px;
}

#tribe-bar-form.tribe-bar-collapse #tribe-bar-views
{
	width: 30%;	
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:nth-child(2) a
{
	border-top: none;	
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover
{
	background: #f2e3b6 !important;
	color: #444;
}

h2.tribe-events-page-title, .tribe-events-list h2.tribe-events-list-event-title, h1.tribe-events-single-event-title
{
	color: #c93e00; /* red */
	font-size: 1.6rem;
	text-transform: none;
	line-height: 1.2;
	font-weight: normal;	
	text-align: left;
}

.tribe-events-schedule h2
{
	font-weight: normal;
}

.tribe-events-list h2.tribe-events-page-title
{
	margin-bottom: 0 !important;
}

#tribe-events-content a
{
	text-decoration: underline;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a
{
	font-weight: normal;
}

.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details
{
	line-height: 1.5;
}

.tribe-events-loop .tribe-events-event-meta, .tribe-events-list .tribe-events-venue-details
{
	background: none;
	border: 0;
	padding: 0;
	margin-top: 0;
}

.tribe-events-loop .tribe-events-event-meta
{
	margin-top: 10px;
}

.tribe-events-list .tribe-events-event-cost span
{
	border: none;
	background: #f2e3b6;
	font-weight: normal;
	color: #444;
}

.tribe-events-list-separator-month
{
	font-weight: normal;
	font-size: 1.5rem;
	color: #c93e00; /* red */
}

.tribe-events-list-separator-month:after
{
	border-bottom: 1px solid #cd7d04;
}

.tribe-events-loop .tribe-events-event-meta
{
	font-size: 14px;
}

#tribe-events .tribe-events-button
{
	background: #cd7d04;
	text-transform: none;
	-webkit-border-radius: 0;
    border-radius: 0;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0;
}

#tribe-events .tribe-events-button:hover
{
	background: #c93e00; /* red */	
}

#tribe-events-footer~a.tribe-events-ical.tribe-events-button
{
	float: right;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer
{
	border-top: none;
	padding-top: 0;
	margin: 0;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title
{
	font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
}

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a, .tribe-events-calendar td div[id*=tribe-events-daynum-], .tribe-events-calendar td div[id*=tribe-events-daynum-] a
{
	background: #f2e3b6;
	color: #444;
	font-weight: normal;
	font-size: 13px;
	margin-top: 0;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-]
{
	padding: 4px 9px 6px;
	text-align: left;
}

#tribe-events-content .tribe-events-calendar .mobile-active:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active
{
	background-color: transparent;
	color: #444;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-]
{
	background: #c93e00; /* red */
	color: #fff;
}

.tribe-events-calendar .tribe-events-has-events:after
{
	background: #c93e00 !important;
}

.tribe-events-event-body
{
	line-height: 1.3;
}

.tribe-events-calendar td.tribe-events-present, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active
{
	background: #fff;
}

.tribe-events-calendar thead th
{
	background: #cd7d04; /* orange */
	border-left: 1px solid #cd7d04; /* orange */
	border-right: 1px solid #cd7d04; /* orange */
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
	padding: 10px 0;
}

.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-]
{
	background: #f2e3b6;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a
{
	background: #faf6e8;
	color: #444;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth:hover
{
	background: #faf6e8;
}

#tribe-events-content .tribe-events-calendar td
{
	border: 1px solid #cd7d04; /* orange */
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#tribe-events-content .tribe-events-calendar td:hover
{
	box-shadow: none;
	background: none;
}

.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a
{
	font-size: 15px;
}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical
{
	color: #005dab;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a
{
	font-size: 16px;
	font-weight: normal;
}

.tribe-events-loop .tribe-events-event-meta
{
	font-size: 15px;
}

.tribe-events-meta-group h3
{
	margin-top: 3px !important;
}

#tribe-mobile-container .type-tribe_events h4
{
	font-weight: normal;
}

#tribe-events-content .tribe-events-tooltip h4
{
	font-weight: normal;
	color: #c93e00; /* red */
}

.tribe-events-tooltip .tribe-events-event-body
{
	font-size: 13px;
}

.tribe-event-duration
{
	padding: 10px 0;
}

#tribe-events-content
{
	margin-bottom: 0;
}

.single-tribe_events .tribe-events-schedule .tribe-events-divider
{
	display: none;
}

.single-tribe_events .tribe-events-schedule .recurringinfo, .single-tribe_events .tribe-events-schedule .tribe-events-cost, .single-tribe_events .tribe-events-schedule .tribe-events-divider
{
	font-size: 1em;
}

.tribe-events-schedule h2
{
	padding-bottom: 10px;
}

.single-tribe_events .tribe-events-event-meta
{
	background: #faf6e8;
	border: 1px solid #f2e3b6;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group
{
	padding: 0 1%;
}

.single-tribe_events .tribe-events-venue-map
{
    background: none;
    border: none;
    border-radius: 0;
    margin: 1% 1% 1% 0;
}

#tribe-events-footer~a.tribe-events-ical.tribe-events-button
{
	font-size: 14px;
}

.tribe-events-sub-nav li a, .tribe-events-sub-nav li a:visited
{
    color: #c93e00;
    background: none;
}

.single-tribe_events .tribe-events-schedule
{
	padding: 0;
	background: none;
	border: 0;
}

.single-tribe_events .tribe-events-event-meta
{
	padding: 0;
}
@media screen and (max-width: 600px)
{
	.single-tribe_events .tribe-events-venue-map
	{
		width: 96%;
		margin: 1%;
	}
}

#tribe-bar-views .tribe-bar-views-list, #tribe-bar-views .tribe-bar-views-option:last-child a
{
	border-radius: 0;
}

.tribe-events-list .type-tribe_events, .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first
{
	padding-top: 0;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details
{
	font-style: normal;
}

.tribe-events-list .tribe-events-category-project-events, 
.tribe-events-list-separator-month+.tribe-events-category-project-events.tribe-events-first
{
	background: #faf6e8;
	padding: 2%;
	margin-bottom: 4%
}

.tribe-events-list .tribe-events-category-project-events h2.tribe-events-list-event-title:before, 
.events-archive.events-gridview #tribe-events-content table .tribe-events-category-project-events h3.tribe-events-month-event-title:before
{
	content: "Project Event";	
	background: #c93e00;
	color: #fff;
	padding: 4px 10px 6px 10px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

a.tribe-event-url
{
	line-height: 1.5;
}

.events-archive.events-gridview #tribe-events-content table .tribe-events-category-project-events
{
	margin-top: 5%;
	background: #faf6e8;
}

.events-archive.events-gridview #tribe-events-content table .tribe-events-category-project-events h3.tribe-events-month-event-title:before
{
	font-size: 15px;
	color: #444;
	background: none;
	padding: 0;
	content: "Project Event: ";	
}

h2.tribe-events-page-title a
{
	color: #005dab;
}

h2.tribe-events-page-title a:hover
{
	color: #c93e00;
}

.tribe-events-single .tribe_events_cat-project-events:before
{
	content: "Project Event";	
	background: #c93e00;
	color: #fff;
	padding: 4px 10px 6px 10px;
	font-size: 1.2rem;
}

.tribe-events-category-project-events h4.summary:before
{
	content: "Project Event: ";
}

.tribe_events_cat-project-events, .tribe_events_cat-project-events .tribe-events-content
{
	margin-top: 30px;
}

.tribe-mobile-day .tribe_events_cat-project-events
{
	margin-top: 0;
}

#tribe-mobile-container .tribe_events_cat-project-events h4
{
	margin-top: 20px;
}

.tribe-events-notices
{
    background: #c93e00;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
	text-shadow: none;
}

#events_intro, .tribe-events-before-html
{
	font-size: 100%;
    line-height: 1.7;
    padding: 0 0 20px 0;
	font-weight: bold;
}

.single-tribe_events .tribe-events-before-html
{
	display: none;
}

/* SIDEBAR */

.widget-area
{
	margin-top: 0;
	width: 25%;
}

@media screen and (max-width: 600px)
{
	.widget-area
	{
		width: 100%;
		float: left;
		margin-top: 20px;
	}
}

.widget-area .widget
{
	margin-bottom: 25px;
}

.widget-area .widget h3
{
	margin-bottom: 0;
}

.widget-title
{
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	text-transform: none;
	color: #cd7d04; /* orange */
}

#easysignup-widget-2
{
	background: #f2e3b6;
	padding: 5px;
}

#easysignup-widget-2 .widget-title
{
	padding: 0 5px;
}

#easysignup-widget-2 input[type="text"]
{
	width: 100%;
	font-size: 14px;
}

#easysignup-widget-2 input[type="submit"], input[type="submit"]
{
	font-size: 13px;
	background: #cd7d04; /* orange */
	color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0;
	padding: 5px 10px;
}

#easysignup-widget-2 input[type="submit"]
{
	padding: 5px 7px 5px 10px;
}

#easysignup-widget-2 input[type="submit"]:hover, input[type="submit"]:hover
{
	background: #c93e00; /* red */
	color: #fff;
}

#easysignup-widget-2 .esu-form-div
{
	width: 95%;
}

#twitter-widget-0
{
	min-width: 100% !important;
}

/* FOOTER */

footer[role="contentinfo"]
{
	padding-top: 5px;
	border-top: 1px solid #cd7d04; /* orange */
	max-width: 1400px;
}

footer p#login
{
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

footer p#logos
{
	float: left;
	padding: 5px 20px 30px 0;
}

footer[role="contentinfo"] a
{
	color: #005dab;
}

footer[role="contentinfo"] a:hover
{
	color: #EE0000;
}

footer[role="contentinfo"] a img
{
	margin-right: 30px;
	vertical-align: text-top;
}