/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.main-navigation {
	display: inherit;
	flex: 1 1 auto;
	margin-bottom: 1px;
	position: relative;
	z-index: 100;
}

.main-navigation a {
	margin-top: 7px;
	margin-bottom: 5px;
	Margin-left: 20px;
}

.menu-wrapper {
	align-items: flex;
	display: inline-block
	text-align: center;
	justify-content: space-between;
	max-width: none;
}

.jetpack-social-navigation {
	max-width: none;
	text-align: right;
	margin-top: 14px;
}

.menu-social-menu-container {
	margin-right: 20px;
	margin-left: 20px;
}

.header-wrapper {
	padding-top: 45px;
	padding-bottom: 12px;
}

#header-menu {
	margin-left: 0;
}

.site-header {
	padding-bottom: 0;
	border-top-width: 9px;
}

.entry-header {
	padding: 25px 0;
	display: none;
}

.widget-area {
	padding: 20px 0;
	background: #eee;
}

.widget {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}

.hentry {
	margin-bottom: 0;
}

.site-footer {
	background: black;
}

.wf-active .widget-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

h2.hero-area-title {
	font-size: 50px;
	line-height: 1.125;
	margin-top: 0;
	margin-bottom: 27px;
}

.jetpack_widget_social_icons ul, .jetpack_widget_social_icons li {
	list-style: none;
	text-align: center;
}

.site-info {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.58;
	margin: auto;
	max-width: 92%;
	padding: 0;
	text-transform: uppercase;
}

.hero-area {
	max-height: 470px;
}

.menu-toggle {
	background-color: #ca2017;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
}

body, button, input, select, textarea {
	line-height: 1;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

.main-navigation li.current-menu-item>a {
	background: #ca2017;
	border-radius: 3px;
	color: #fff;
}

.main-navigation li:hover > a, .main-navigation li.focus > a, .main-navigation li.current-menu-item > a {
	background: #ca2017 !important;
	border-radius: 3px;
}

.menu-wrapper {
	background: #eee;
	width: 100%;
}

.entry-content>[class^=wp-block-] {
	margin-bottom: 0;
}

.entry-content, .entry-summary, .entry-footer, .post-navigation, .posts-navigation, .comments-wrapper, .respond-wrapper {
	margin-top: 25px;
}
	
.mc-main .details p {
    margin: 0 0 0px;
}
	
.ticket-orders fieldset {
    margin: 1em 0;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    margin-right: 20px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    max-width: 100%;
}

p {
    margin: 0 0 10px;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    background: #222;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29;
    margin: 0;
    padding: 9px 18px;
}

.mc-main input[type=submit], .mc-main input[type=button], .mc-main button {
    margin: 0 !important;
    padding: 9px 18px !important;
}

.ticket-orders legend {
    font-weight: 700;
    padding: 2px;
		padding-left: 5px;
	  background-color: #eee;
		width: 100%;
}

.ticket-orders label {
    display: inline-block;
    width: 10em;
    margin-right: .5em;
    margin-left: .5em;
}

fieldset {
    border: 1px solid #fff;
    margin: 0 2px;
	  padding: 0;
}