/*
	Theme Name: Joe Mande Landing Page
	Theme URI: http://joemande.com
	Description: WP Theme for Joe Mande Landing Page
	Version: 1
	Author: Squatch Creative
	Author URI: http://squatch.us

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic,700italic);

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}











/* Starter CSS by RCNEIL */


body {
	margin:0px; padding:0px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	background:#000;
	font-size:18px; line-height:26px; 
	color:#eee;
} 
div { 
	display:block; 
	position:relative; 
	margin:0px auto; 
	padding:0px; 
}
.container {
	float:none; clear:both; margin:0px auto; padding:0px;
	width:100%; height:auto; 	
}
.row {
	float:none; clear:both; margin:0px auto; padding:0px; 
	width:100%; height:auto; 
	max-width:1080px; 
}

div[class*='span'] {
	float:left; margin:0px auto; padding:28px 28px; height:auto;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   	box-sizing: border-box;
}
.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }

.table {
	display:table; position:absolute; height:100%; width:100%;
}
.table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width:auto;
	height:auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:100; 
	color:#abbfa2;
}

p {
}

a {
	-webkit-transition: 190ms;
	-ms-transition: 190ms;
	-moz-transition: 190ms;
	transition: 190ms; 
	text-decoration:none;
	color:#abbfa2;
}

a:hover {
	color:#fff;
}
img, a img {
	display:inline-block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px auto;
}
small {font-size:80%;}
.bold, strong {font-weight:bold;}
.italic, em { font-style:italic;}
.hidden { display:none; }
.clear {	clear:both; float:none; display:block; position:relative; }
.text-center { text-align:center; }
.text-right { text-align:right; } 
.no-gap { margin:0px auto !important; padding:0px !important; } 

.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow:hidden; 
}

hr {
	display:block; clear:both; position:relative;
	max-width:640px;
	border:0px;
	border-bottom:2px #ab9c81 solid;
	height:1px;
}
input {
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   	box-sizing: border-box;
	width:auto;
	height:auto;
	padding:10px 18px 6px 18px;
	margin:0px auto; 
	
	font-size:14px;
	line-height:18px;
	
	border:1px #ccc solid; 
}

a.button, input[type="submit"], .content a {
	display:inline-block; position:relative;
	margin:10px auto; padding:10px 34px 10px 34px;
	width:auto; height:auto;
	
	font-size:18px; line-height:18px;
	text-transform:uppercase;
	background:#383838 !important;
	color:#fff !important; 
	
	-webkit-transition:200ms;
	transition:200ms;
}

a.button:hover, input[type="submit"]:hover, .content a:hover {
	background:#aaa !important;
	color:#fff !important; 
}















/* HEADER
================================*/

#mande-logo {
	margin:0px auto;
	width:100%;
	max-width:100%;
	height:auto; 
}

ul.menu {
	list-style:none; margin:0px; padding:0px;
	display:inline-block;
	position:relative;
}

ul.menu li {
	list-style:none; margin:0px; padding:0px;
	display:inline-block;
	position:relative;
}

ul.menu li a {
	display:block;
	height:auto; width:auto;	
	margin:0px; padding:18px 16px 14px 16px;
	text-transform:uppercase;
	font-size:18px; 
	line-height:26px;
	font-weight:400;
	color:#3d3d3d;
	text-decoration:none;
}

ul.menu li a:hover {
	
}

ul.sub-menu {
	display:none;
	position:absolute;
	z-index:9999 !important;
	background: #383838;	
	padding:10px 0px; 
	margin:0px;
	list-style:none;
	text-align:left; 
	box-shadow:none;
}

ul.sub-menu li {
	display:block; 
	float:none; 
	clear:both;
}

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


ul.sub-menu li a:link, ul.sub-menu li a:visited {
	font-size:16px;
	line-height:18px; 
	font-weight:300; 
	color:#fff; 
	padding:10px 20px; 
	border-bottom:0px; 
	width:300px;
}

ul.sub-menu li a:hover {
	color:#fff; 
}

ul.menu li:hover > ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 198, 0, 0);
	border-bottom-color: #383838;
	border-width: 8px;
	margin-left: -8px;
}

















/* CONTENT
================================ */

#mande-logo-holder {
	display:block;
	position:absolute;
	top:0; left:0;
	z-index:1;
	opacity:0.0; 
	min-height:300px; 
}

#mande-video-holder {
	display:block;
	z-index:10;
	min-height:300px; 
}

video {
	display:block; width:100%; height:auto;
	max-width:100%; 
	z-index:10; 
}

ul.instagram-pics, ul.good_old_twitter_widget {
	list-style:none;
	margin:0px auto;
	padding:0px;
}

ul.instagram-pics li {
	list-style:none;
	margin:0px auto;
	padding:0px;
	display:inline-block;
	max-width:300px; 
}

ul.good_old_twitter_widget li {
	list-style:none;
	margin:0px auto;
	padding:28px 20px;
	display:block; width:100%; height:auto;
	font-size:14px;
	font-weight:100;
	line-height:19px;
	
	border-bottom:1px #383838 solid; 
}

.row.shows-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.show-box {
    width: calc(33% - .5em);
    padding: 10px 12px;
    margin: 0px;
    margin-bottom: 1em;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   	box-sizing: border-box;
	
}

.show-box p {
	font-size:13px; line-height:18px;
	color:#efefef; 
}

.show-box p.date-listing {
	font-size:18px; line-height:24px;
	color:#aaa; 
}

table.show-table {
	margin:0px auto;
	padding:0px;
	width:100%;
	height:auto;
	border:0px;
}

table.show-table td {
	font-size:14px;
	line-height:18px; 
	text-align:left;
	padding:4px 8px !important;
	margin:0px auto; 
	vertical-align:middle;
	height:50px;
}

table.show-table th {
	font-size:15px;
	line-height:18px; 
	text-align:left;
	padding:4px 8px !important; 
	margin:0px auto;
	vertical-align:middle;
	height:50px;
}

.date-column { width:12%; }
.show-column { width:24%; }
.info-column { width:20%; }
.venue-column { width:28%; }
.ticket-column { width:16%; }

table.show-table tr {
	border-bottom:1px #696969 solid; 
	-webkit-transition:120ms;
	transition:120ms;
}

table.show-table tr:hover {
	background:#191919;
}

table.show-table td.show-column {
	font-size:18px !important; line-height:18px !important;
}








































/* FOOTER 
================================*/

.footer-row {
	padding-top:180px; 
	padding-bottom:40px; 
}

.footer-row p {
	font-size:12px; line-height:16px;
	color:#ddd; 
}

.footer-row img {
	display:block; clear:both; float:none;
	margin:0px auto;
	width:100%; height:auto;
	max-width:90px;
}

.builtby {
	max-width:90px; padding:20px 0px; 
	margin:0px auto; 
	display:block; float:none; clear:both; 
	z-index:100; 
	
	opacity:0.45; 
}

.builtby:hover {
	-webkit-animation:shake .2s 1;
	animation: shake .2s 1;
	opacity:1.0; 
}


@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
















/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
@media all and (max-width:768px) {


div[class*='span'] {
	float:none; clear:both; width:100%; padding:12px 10px; margin:0px auto;
}

ul.instagram-pics li {
	max-width:200px; 
}




}
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/


