/*
Theme Name: WCD
Theme URI: http://onmilwaukee.com
Author: Luke Stevens
Author URI: http://twitter.com/lukargo
Description: Sometimes to achieve greatness, you need to start again
Version: 1.0
*/

/* Reset CSS*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

						html, body, div, span, applet, object, iframe,
						h1, h2, h3, h4, h5, h6, p, blockquote, pre,
						a, abbr, acronym, address, big, cite, code,
						del, dfn, em, img, ins, kbd, q, s, samp,
						small, strike, strong, sub, sup, tt, var,
						b, u, i, center,
						dl, dt, dd, ol, ul, li,
						fieldset, form, label, legend,
						table, caption, tbody, tfoot, thead, tr, th, td,
						article, aside, canvas, details, embed, 
						figure, figcaption, footer, header, hgroup, 
						menu, nav, output, ruby, section, summary,
						time, mark, audio, video {
							margin: 0;
							padding: 0;
							border: 0;
							font-size: 100%;
							font: inherit;
							vertical-align: baseline;
						}
						/* HTML5 display-role reset for older browsers */
						article, aside, details, figcaption, figure, 
						footer, header, hgroup, menu, nav, section {
							display: block;
						}
						body {
							line-height: 1;
						}
						ol, ul {
							list-style: none;
						}
						#mainContent ol, #mainContent ul{
							list-style: initial;
							padding: initial;
							margin: initial;
						}
						#mainContent ol{
							list-style-type: decimal;
						}
						blockquote, q {
							quotes: none;
						}
						blockquote:before, blockquote:after,
						q:before, q:after {
							content: '';
							content: none;
						}
						table {
							border-collapse: collapse;
							border-spacing: 0;
						}

/* End of Reset */

/* Restore <strong> and <b> font-weight */
strong, b
{
  font-weight: bold;
  line-spacing: inherit;
}

/* Restore <em> tag style */
em, #mainContent p i{
  font-style: italic;
}

body
{
	font-size: 16px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
	background-color: rgb(56,57,49);
}

#container
{
	max-width: 1200px;
	margin: auto;
	background-color: white;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

h2
{
	font-weight: bold;
	line-height: 110%;
	margin-bottom: 10px;
}

.paintItRed
{
	color: rgb(190,47,27);
	font-weight: bold;
}

.featuredEventLinks{
  margin-top: 30px;
}
#topTicketButton
{
	background-color: white;
	color: rgb(190,47,27);
	padding: 15px 25px;
	margin-top: 30px;
	margin-right: 10px;
	border-radius: 10px;
}

#dividingBar
{
	width: 100%;
	height: 22px;
	background-color: rgb(226,162,153);
}

#headerContent 
{
    color: white;
    display: inline-block;
    background-color: black;
    width: 255px;
    vertical-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#headerContent a
{
	text-align: center;
}

#headerContent p:first-of-type {
    padding-top: 20px;
}

#headerContent p {
    padding-left: 35px;
    padding-top: 5px;
}

#socialBlock
{
	display: inline;
	float: right;
}

.featuredEventLeftImage
{
	background-image: url("celtic-woman.jpg");
	background-size: cover;
	background-position-y: 25%;
	min-height: 218px;
}

#featuredEventInfoArea
{
	background-color: rgb(235,228,202);
	min-height: 218px;
	display: flex;
    align-items: center;
    padding: 25px 10px;
}

#featuredEventRow
{
	display: flex;
}

#featuredEventInfoArea h1
{
	font-size: 2.6em;
	font-weight: 600;
	padding: 5px 0px;
	margin-bottom: 10px;
}

#featuredEventInfoArea .cardIcons
{
	font-size: 1em;
}

#featureEventGroupingDiv
{
	flex: 1;
}

#sidebar
{
	min-height: 400px;
	flex: 0 0 300px;
	max-width: 300px;
}

.sidebarWidget
{
    margin-top: 10px;
    border-bottom: 3px solid rgb(234,226,205);
    padding-top: 30px;
    margin-right: 35px;
    padding-bottom: 30px;
}

.sidebarWidget:last-of-type{
    border-bottom: 0px;
}

.sidebarWidget.upperSidebarWidget{
  margin: 0 35px 0 0;
  padding: 0;
}

.sidebarWidget.upperSidebarWidget:first-child{
  margin-top: 30px;
} 

.sidebarWidget.upperSidebarWidget:not(:last-of-type){
  border: 0;
}

.sidebarWidget.upperSidebarWidget:last-of-type{
  border-bottom: 3px solid rgb(234,226,205);
  padding-bottom: 30px;
}
.sidebarWidget .ticketButton
{
	width: 100%;
	margin-top: 20px;
}

.textwidget h2
{
	padding-top: 5px;
    padding-left: 60px;
    margin-right: 40px;
    padding-bottom: 0px;
}

.textwidget img
{
	float: left;
}

#contentArea{
  display: flex;
  flex-direction: row;
}
#mainContent
{
	flex: 1;
	margin: 20px 25px;
	min-width: 0;
}
#mainContent img.margin-bottom
{
	margin-bottom: 15px;
}
#mainContent img.margin-left
{
	margin-left: 15px;
}
#mainContent img.margin-right
{
	margin-right: 15px;
}
#mainContent img.margin-top
{
	margin-top: 15px;
}
#home-events{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homeEventFlex{
  display: flex;
  justify-content: space-between;
}
.homeEventLeft{
  width: 50%;
}
.homeEventRight{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.homeEventRight .eventButtonArea{
  width: 100%;
}
#main-events{
  width: 65%;
}
#list-events{
  width: 29%;
}
.eventCard
{
	border: solid 4px rgb(215,200,151);
	width: 250px;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 10px;
	width: 30%;
    min-width: 225px;
    background-color: white;
    vertical-align: top;
}
#main-events .eventCard{
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
}
#main-events .eventCard h2{
  padding: 0;
  margin-bottom: 10px;
}
.eventCard img
{
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
}
#main-events .eventCard img{
	padding: 0;
}
.cardIcons a
{
	color: rgb(190,47,27);
	font-size: 1.2vw;
}

span.cardIcons.cardLeft {
    margin-left: 5px;
    margin-right: 22px;
}

.eventCategory
{
	text-transform: uppercase;
	z-index: 2;
	background-color: rgb(215,200,151);
	color: white;
	padding: 5px;
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
}

.eventCategory a
{
	color: inherit;
}
#postCard.eventCard
{
	width: 100%;
	margin: 0px;
}

#postCard.eventCard .eventCategory
{
	display: block;
}

#postCard .blogContent img
{
	padding: 0px;
}

#postCard .eventInfoTextArea
{
	margin: 10px;
    display: inline-block;
    vertical-align: top;
}

#moreEvents
{
/*	display: none; */
}

.moreEventsImageHolder
{
	display: flex;
}

.moreEventsImage
{
	width: 100%;
	padding: 10px;
}

#postCard .eventButtonArea
{
	display: inline-block;
    background-color: transparent;
    margin-left: 0px;
    text-align: left;
    padding-left: 0px;
    width: 100%;
}

#postCard .eventImageHolder
{
	width: 200px;
    display: inline-block;
    margin: 10px;
}

#postCard .eventCategory
{
	margin-left: 0px;
	position: relative;
	text-align: center;
}

#postCard img
{
	padding: 0px;
}

#postCard hr
{
	margin-right: 10px;
}

#largeButton .otherInfoArea
{
	margin-bottom: 20px;
}

#postCardNonImageContent h2
{
	margin-bottom: 20px;
}

#postCardFlexContainer
{
	display: flex;
}

#postCardNonImageContent
{
	display: inline-block;
	vertical-align: top;
	display: flex;
    flex-direction: column;
	flex: 1;
}

#postCardNonImageContent .eventButtonArea
{
	display: block;
	align-self: flex-end;
    margin-right: auto;
}

#postCardNonImageContent .mobileEventCategory
{
	display: none;
}

#postCardNonImageContent .eventInfoTextArea
{
	display: block;
	align-self: flex-start;
    flex: 1;
    width: 100%;
}

#postCard #mobileButton
{
	display: none;
}

.related_events{
  margin-top: 50px;
}

.related_events > h2{
  font-size: 1.5em;
}

#mobileOtherInfo
{
	display: none;
}

.mobileEventCategory
{
	display: none;		
}

.eventInfoTextArea
{
	margin: 10px;
}

.eventInfoTextArea h2 a
{
	color: black;
}

h1 a, h1 a:visited, h1 a:hover
{
	color: black;
}

.ticketButton
{
	text-transform: uppercase;
	font-weight: 500;
	padding: 15px 50px;
	background-color: rgb(190,47,27);
	text-decoration: none;
	color: white;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	margin: auto;
	text-align: center;
}

.ticketButton:hover
{
	background-color: rgb(140, 30, 15);
}

#topTicketButton:hover
{
	background-color: #EAE7E7;
}

a.ticketButton:hover
{
	color: white;
}

.eventButtonArea
{
	background-color: rgb(235,228,202);
	padding: 15px 0px;
    text-align: center;
}

.featuredEventLinks .eventButtonArea{
  background: transparent;
  display: inline;
}
#largeTicketButtonArea
{
	width: 100%;
	text-align: center;
}

#topMenuBar
{
	background-color: rgb(71,71,71);
	padding-left: 5px;
}

form#searchtop
{
	display: inline-block;
	float: right;
    margin-right: 20px;
}

form#searchtop #s
{
	font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    margin-top: 7px;
    min-width: 230px;
}

.menu-header-nav-container
{
	display: inline-block;
}

#headerSplash
{
	height: 425px;
	background-image: url("Milwaukee-Theatre-cropped.jpg");
	background-position: 80% 90%;
	background-size: cover;
	flex: 1;
}

#headerRow
{
	display: flex;
}

#mainBrandLogo
{
	width: 190px;
}

i.menuSocial {
    color: white;
    padding-top: 8px;
    width: 45px;
    text-align: center;
    border: white 1px solid;
    border-width: 0px 1px;
    vertical-align: top;
    padding-bottom: 8px;
    font-size: 1.7em;
    margin-left: -6px;
}

i.fa-facebook
{
	background-color: #3b5998;
}

i.fa-twitter
{
	background-color: #55acee;
}

i.fa-instagram
{
	background-color: #125688;
}

i.fa-search
{
	background-color: rgb(71,71,71);
}

i.fa-youtube
{
	background-color: #e52d27;
}
i.fa-link
{
	background-color: #4285f4;
}
#tabletMenuSearch
{
	display: none;
}
.event-social-links
{
	margin: 20px 0px;
}
.event-social-links i.menuSocial{
  margin-left: 0;
}
/* Menu Related */

#menu-header-nav li {
    display: inline-block;
   /* padding: 10px;*/
    padding: 13px;
    border-right: 1px solid white;
    margin-left: -5px;
}

#menu-header-nav li a
{
	color: white;
	text-decoration: none;
}

.menu-item:hover ul.sub-menu {
    display: block;
}

#topMenuBar .menu-item
{
	border-bottom: 1px solid transparent;
}

#topMenuBar .menu-item:hover
{
	/*background-color: white;*/
	border-bottom: 1px solid white;
}

ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 5000;
    color: black !important;
    background-color: rgb(120,120,120);
    min-width: 200px;
    margin-left: -13px;
    border-top: 1px solid white;
    margin-top: 13px;
    overflow: hidden;
}

ul.sub-menu li:hover{
    background: rgb(71,71,71);
}
ul#menu-header-nav li:first-of-type ul.sub-menu {
    margin-left: -13px;
}

.sub-menu li {
    /* border-bottom: 1px red solid; */
    text-align: left;
    padding-left: 20px;
}

.sub-menu li {
    display: block !important;
}

#menu-header-nav .sub-menu li {
    border-right: 0px;
}

#menu-header-nav .sub-menu li:not(:last-child) {
	border-bottom: 1px solid white;
}

#menu-header-nav .sub-menu li:last-child:hover {
	border-bottom: 1px solid transparent;
}

.dropdown > a:first-child::after{
    content: "\25BE";
    padding-left: 5px;
}

#navDropLink::after
{
	content: "\25BE";
    padding-left: 5px;
	float: right;
    padding-right: 15px;
}

.menu-item:hover ul.sub-menu li:hover a {
    text-shadow: 0px 0px 1px rgba(200, 16, 46, 0.31);
}

#menuDrop li.sub-item {
    border: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    /* margin-bottom: 0px; */
}

/* End of Menu */

/* Footer Related*/

footer
{
	background-color: rgb(56,57,49);
	color: white;
	padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    padding-bottom: 50px;
    display: flex;
}

footer section
{
	display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    width: 24%;
    text-align: left;
    flex: 1;
}

footer section li
{
	list-style: none;
	padding-bottom: 8px;
}

footer .menu-item
{
	font-weight: bold;
}

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

.footerPostContent
{
	padding: 0px 30px;
}

#mobileNavHolder
{
	display: none;
}

#mobileSocialBlock
{
	display: none;
}

div#secretSearch {
	display: none;
}

.fa
{
	cursor: pointer;
}

div#topContainer {
    display: flex;
    flex-direction: column;
    position: relative;
}

div#footerTail
{
	display: none;
}

i.fa.fa-instagram.menuSocial {
    border-right: 0px;
}

hr.recentPostSeperator
{
	border-bottom: 3px solid rgb(215,200,151);
	width: 100%;
}

a.postTitle
{
	color: black;
    font-weight: bold;
    padding-bottom: 20px;
    display: inline-block;
}

a.continue-link
{
	color: rgb(200,90,72);
	text-align: right;
	display: inline-block;
	padding: 20px 0px;
	width: 100%;
}

a.more-link
{
	display: none;
}


.postPreviewText
{
}

#anncoucementsHeading
{
	display: none;
}

#extendedFooter
{
	padding: 0px;
	background-color: white;
}

/*input::-webkit-input-placeholder {
    color: red;
}
input:focus::-webkit-input-placeholder {
    color: red;
}*/

#readMoreNewsLink
{
	display: none;
}

div#tripPlanningArea {
    background-color: rgb(217,217,217);
    clear: right;
}

#tripPlanningArea h2
{
	text-align: center;
	margin-bottom: 10px;
}

#tripPlanningArea a{
	color: inherit;
	display: inherit;
}
.planImgHolder {
    background-color: rgb(0,90,121);
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-raidus: 25px;
    border-radius: 10px;
}

.planChunk p {
    height: 68px;
    display: flex;
    /* vertical-align: top; */
    align-items: center;
    line-height: 130%;
    margin-left: 80px;
}

.planImgHolder {
    float: left;
}

#tripPlanningArea
{
	padding: 20px;
}

.blogContent
{
	margin: 30px 50px;
	padding-right: 30px;
	line-height: 120%;
	padding-top: 8px;
}

.pageContent h1
{
	padding-bottom: 20px;
}

.blogContent h1
{
	font-weight: bold;
	font-size: 2em;
	line-height: 110%;
	margin-bottom: 10px;
}

.blogContent img
{
}

.blogContent .css-events-list img {
    padding: 0px;
}

.blogContent p
{
	margin-bottom: 8px;
}

/*End of Footer*/

/* See what we can utilize here */

#searchHead
	{
		text-align: center;
		padding: 30px;
	}

	#searchHead h1
	{
		font-style: normal;
		font-weight: 700;
		font-size: 2.5em;
	}

	h3.searchTitle {
		font-style: normal;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.searchListing a
	{
		text-decoration: none;
	}

	#sWrap
	{
		width: 90%;
		margin: auto;
	}

	.searchPageCounter
	{
		display: inline-block;
		float: right;
	}

	.rightNavArrow
	{
		border-left: 10px solid red;
    	border-top: 10px solid transparent;
	    border-bottom: 10px solid transparent;
	    margin-left: 10px;
	    margin-bottom: -3px;
	}

	.leftNavArrow
	{
		border-right: 10px solid red;
    	border-top: 10px solid transparent;
	    border-bottom: 10px solid transparent;
	    margin-right: 10px;
	    margin-bottom: -3px;	
	}

	.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	.alignleft {
		float: left;
		margin: 0.5em 1em 0.5em 0;
	}

	.alignright {
		float: right;
		margin: 0.5em 0 0.5em 1em;
	}
/*end of that */

/* Home page styling */
#home-upper-buttons{
  border-bottom: 2px solid #1885ac;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
#home-upper-buttons a{
  background: #1885ac;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  padding: 1em 2em;
  text-align: center;
  text-transform: uppercase;
  width: 31%
}
#attributes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
#attributes .attribute{
  width: 31%;
}
#attributes .attribute h1{
  font-size: 1.25em;
}
#attributes .attribute img{
  padding: 0;
  width: 100%;
}
#home-dropquote{
  font-size: 1.5em;
  line-height: 120%;
  padding: 0 2em 1em;
  margin-bottom: 2em;
  border-bottom: 2px solid #1885ac;
}
#home-dropquote .quoteauthor{
  text-align: right;
}
span.em-pagination{
  display: block;
  text-align: center;
}
span.em-pagination a, span.em-pagination span.current{
  border-radius: 5px;
  display: inline-block;
  padding: 5px 8px;
}
/*Mobile Rules*/

@media (max-width: 1115px)
{
	.eventCard{
		width: 45%;
	}
@media (max-width: 870px){
	.eventCard{
		width: 100%;
	}
}
@media (max-width: 800px)
{
	#sidebar
	{
		display: none;
	}
}

@media (max-width: 749px)
{

	#contentArea{
		flex-direction: column;
	}
	#largeTicketButtonArea
	{
	/*	display: none;*/
	}

	#moreEvents
	{
		display: block;
	}

	#featuredEventRow
	{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.eventCard
	{
		margin-top: 20px;
	}

	#mainContent.indexMain
	{
		margin-bottom: 0px;
	}

	.barExam
	{
		width: 95%;
    	margin: auto;
    	background-color: rgb(235,228,202);
    	padding: 8px;
	}

	#featuredEventRow
	{	
		display: block;
	}

	.featuredEventLeftImage
	{
		min-height: 180px;
	}

	#tripPlanningArea h2
	{
		color: white;
	}

	#headerContent p:first-of-type {
    	padding-top: 0px;
	}

	div#businessInfo
	{
		background-color: rgba(0,0,0,0.5);
		margin-top: 15px;
    	font-size: 0.8em;
	}

	div#businessInfo p
	{
		display: inline-block;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		line-height: 30px;
	}

	div#footerTail {
		display: block;
	    background-color: rgb(190,47,27);
	    color: white;
	    font-size: .8em;
	    text-align: center;
	    padding: 13px 0px;
	}

	span.subButton {
	    float: right;
	    /* padding-right: 30px; */
	    background-color: rgb(193,44,12);
	    color: white;
	    text-align: center;
	    margin: auto;
	    width: 40px;
	    /* display: block; */
	}

	.mobile-sub
	{
		display: none;
	}

	div#mobileNavHolder, div#mobileNavHolder a {
    	color: white;
	}

	#mobileNavHolder
	{
		display: inline-block;
		position: absolute;
	    /* background-color: red; */
	    width: 100%;
	    z-index: 1;
	    background-color: rgb(71,71,71);
	    /* right: 175px; */
	    /* padding-left: 175px; */
	    /* margin-right: 150px; */
	    /* padding-right: 175px; */
	    /* right: 0px; */
	    line-height: 42.5px;
	    /* top: -40px; */
	    cursor: pointer;
	}

	.menu-header-nav-container
	{
		display: none;
	}

	#menuSearch
	{
		display: inline-block;
	}

	form#searchtop
	{
		display: none;
	}

	#menuDrop
	{
		display: none;
	}

	#socialBlock
	{
		display: none;
	}

	#topMenuBar
	{
	    position: relative;
	    margin-right: 174px;
	    height: 42px;
	    order: 2;
	    padding-left: 0px;
	}

	img#mainBrandLogo
	{
		height: 165px;
	    width: auto;
	    background-color: black;
	    padding-top: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-bottom: 20px;
	}

	#headerSplash
	{
		height: 240px;
	}

	#headerRow #headerContent
	{
		position: absolute;
    	width: 100%;
    	background-color: transparent;
		padding-left: 0px;
		text-align: center;
	}

	#mobileSocialBlock
	{
		display: block;
	    position: absolute;
	    top: 239px;
	    right: 0px;
	    z-index: 50;
	}

	#menuDrop .menu-item:hover
	{
		border-bottom: 1px solid transparent;
		background-color: rgb(56, 54, 54);
	}

	#navDropLink
	{
		padding-left: 20px;
	}

	#mobileNavHolder nav
	{
		display: flex;
    	flex-direction: column;
    	min-width: 200px;
    	background-color: rgb(71,71,71);
	}

	#menuDrop .menu-item
	{
		padding-left: 20px;
	}

	div#secretSearch
	{
		order: 3;
	}

	div.menuType {
	    /* text-decoration: underline; */
	    border-bottom: 1px solid white;
	    font-weight: bold;
	    padding-bottom: 4px;
	    margin-bottom: 4px;
	}

	footer section
	{
		width: 100%;
	}

	footer li, footer .menu-item
	{
		padding-bottom: 0px;
	}

	footer
	{
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}

	/* Mobile Recent Posts Adjustments */

	#extendedFooter
	{
		padding: 10px;
		background-color: rgb(56,57,49);
	}

	#indexContainer
	{
		background-color: rgb(56,57,49);
		text-align: center;
	}

	.row .recentPost:first-of-type .recentPostSeperator {
    	display: none;
	}

	#recentPostsArea
	{
		width: 100%;
	    margin: auto;
	    border-radius: 10px;
	    overflow: hidden;
	    margin: 20px auto;
	    text-align: left;
	    background-color: white;
	    margin-top: 20px;
	}

	#recentPostsArea a, #recentPostsArea a:visited
	{
		color: black;
	}

	a.continue-link, .postPreviewText
	{
		display: none;
	}

	#anncoucementsHeading {
		display: block;
	    background-color: rgb(215,200,151);
	    padding-right: 25px;
	    color: black;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    margin-bottom: 25px;
	}

	a.postTitle
	{
		font-weight: normal;
		padding-bottom: 0px;
	}

	hr.recentPostSeperator
	{
		border-bottom-width: 2px;
	}

	#readMoreNewsLink {
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    padding: 20px 0px;
	}


	/* End of Mobile Recent Posts Adjustments */

	.planChunk {
	    background-color: rgb(0,90,121);
	    margin-top: 10px;
	    color: white;
	    border-radius: 8px;
	}

	#extendedFooter div#tripPlanningArea
	{
		background-color: transparent;
	}

	#featuredEventInfoArea
	{
		float: none;
    	width: 95%;
    	margin: auto;
    	border-radius: 0px 0px 5px 5px;
    	text-align: left;
	}

	/* Event Card Stuff */
 
	.homeEventFlex{
		display: block;
	}
	.homeEventLeft, .homeEventRight{
		width: 100%;
	}
	div:not(#postCard).eventCard
	{
		width: 100%;
		text-align: left;

	}

	.ticketButton
	{
		width: 95%;
	}

	.eventCard span.cardIcons.cardLeft
	{
		margin-left: 8px;
	}

	.eventCard span.cardIcons.cardRight
	{
		margin-top: 10px;
	}

	.eventCard .cardIcons
	{
		font-weight: bold;
		margin-left: 8px;
		font-size: 0.9em;
	}

	.otherInfoArea
	{
		padding: 10px;
	}

	.eventInfoTextArea
	{
		margin: 0px;
		position: relative;
	}

	.eventNameArea
	{
            position: absolute;
	    background-color: rgba(4, 4, 4, 0.66);
	    margin-top: -50;
	    bottom: 100%;
	    vertical-align: top;
	    width: 100%;
	    padding: 10px;
	    padding-top: 20px;
	    color: white;
	}

	.eventImageHolder
	{
		height: 300px;
		overflow: hidden;
	}

	.eventInfoTextArea h2 a
	{
		color: white;
	}


	/* End of Event Card Stuff */

	/* Post Event Card Mobile Adjustments */

	div#largeButton.eventButtonArea
	{
		display: none;
	}

	#postCardNonImageContent .eventInfoTextArea .eventNameArea
	{
		position: static;
		background-color: white;
		padding: 0px;
		color: black;
	}

	#postCardNonImageContent .eventInfoTextArea
	{
		margin-left: 0px;
	}

	#postCardNonImageContent .eventInfoTextArea h2 a
	{
		color: black;
	}

	#postCardFlexContainer .eventImageHolder
	{
		height: auto;
	}

	#postCard #mobileButton
	{
		text-align: center;
    	padding: 15px 0px;
    	background-color: rgb(235,228,202);
    	display: inline-block;
	}

	#postCard #mobileButton .ticketButton
	{
		width: auto;
		border-radius: 10px;
	}

	#postCard #postCardFlexContainer span.cardIcons
	{
		margin-left: 0px;
	}

	#mobileOtherInfo
	{
		display: inline-block;
		margin-left: 0px;
		width: 100%;
	}

	/* End of Post Event Card Mobile Adjustments */
}

@media (max-width: 955px)
{
	#tabletMenuSearch
	{
		display: inline-block;
	}

	form#searchtop
	{
		display: none;
	}

	div#secretSearch {
	    background-color: rgb(39, 39, 39);
	    width: 100%;
	    height: 40px;
	}

	div#secretSearch form {
	    background-color: transparent;
	    display: inline-block;
    	margin-left: 20px;
	}

	#secret {
	    background-color: transparent;
	    border: 0px;
	    color: white;
	    outline-width: 0;
	    font-size: 16px;
	    padding-top: 3px;
	    padding-bottom: 3px;
	    padding-left: 5px;
	    margin-top: 7px;
	    min-width: 230px;
	}

	#topTicketButton
	{
		width: 100%;
		margin-bottom: 15px;
		margin-top: 15px;
		padding: 15px 50px;
	}
}
@media (max-width: 1024px)
{
	.planChunk
	{
		margin-top: 10px;
	}
	#main-events{
		width: 100%;
	}
	#list-events{
		width: 100%;
	}
	.eventCard .homeEventRight span.cardIcons a
	{
		font-size: 1em;
	}
}

@media (max-width: 544px)
{
	div:not(#postCard).eventCard
	{
		width: 95%;
	}

	#mainContent
	{
		margin: 0px;
	}

	#mainContent.blogContent
	{
		margin: 30px 10px;
		padding-right: 0px;
	}
	#home-upper-buttons a{
		margin: 10px 0;
		width: 100%;
	}
	#attributes .attribute{
		margin: 10px 0;
		width: 100%;
	}
	#main-events{
		width: 100%;
	}
	#list-events{
		width: 100%;
	}
}

