/*
Theme Name: 	ELASTIC ARTS V3
Theme URI: 		
Description: Theme for ELASTIC ARTS
Version: 	1.0
Author: 	Johnathan Crawford
Author URI: http://domowit.com
Tags: 	SIMPLE FRAMEWORK 
*/
@import "css/ie.css";
@import "css/reset.css";
@import "css/responsive.gs.16col.css";
@import "css/headhesive.css";
/*	EXAMPLE STYLES */
body {
	font-family: 'Karla', sans-serif;
	font-weight:400;
	color:#231F20;

}
.internal_page {
	max-width:1140px;
	padding-top:120px;
	padding-bottom:80px;
	margin:0 auto;
	padding: 120px 20px 80px 20px;
}
.home_page {
	max-width:1140px;
	margin:0 auto;
	margin-bottom:80px;
	padding: 0 20px 0 20px;
	
}
.news_page {
	max-width:1140px;
	margin:0 auto;
	padding: 60px 20px 80px 20px;
}

.header_container {
	width: 100%;
    margin: 0 auto;
    padding: 0;
}
.header_container.normal, .banner--stick .header_container {
	max-width: 1140px;
	position: relative;

}
.header_container.normal .social, .banner--stick .header_container .social {
	display:inherit;
}
.social {
	display:none;
}
p {
	line-height:1.5em;
}
h1 {
}
h2 {
	font-size:1.50em;
	font-weight:700;
	line-height:1.25em;
}
h2.title { font-weight:300;
margin-bottom:1.5em
}
h3 {
	font-size:1.15em;
	font-weight:700;
	line-height:1.25em;
}
h4 {
	font-size:1.24em;
	font-weight:700;
	
}
hr {
	 padding: 0;
    border: none;
    border-top: 5px double #231F20;
    color: #231F20;
    text-align: center;  
}
.lineMargin {
	 margin:4em 0;
}
.current_underline {
	border-bottom: 1px dotted #989898;
	text-decoration: none;
	display:;
	/*cursor: pointer; */
	  color: #959595;
  	text-transform: uppercase;   
	
}
.underline {
	border-bottom: 1px dotted #989898;
	text-decoration: none;
	display: inline;
	/*cursor: pointer;    */
	
}
.underline:hover {
	border-bottom: none;
}
.colophon {
	font-size: .75em;
	margin-top: 59px;
	text-align:right;
}
strong {
	font-weight:700;
}
hr.arts:after {
  	content:url(images/ARTS_TXT.png);
    display: inline-block;
    position: relative; 
    top: -10px;  

    padding: 0 5px;
    background: white;
   
 
}

.center {
	margin:0 auto;
}
a {
	color:#231F20;
	text-decoration:none;
	transition: color 0.25s ease;

		
}
a:hover {
	color:#CCC;
	text-decoration:none;
		
}
p a {
	color:#3A99AB;
	text-decoration:none;
}
p a:hover {
	color:#636363
}
.clear {
	clear:both;
}
.first {
	float:left;
}
.last {
	float:right;
}
.last dt {
	display:none;
}
.last dd {
	display:inline;
}
.dtend {
	display:none;
}
.page-top {
	padding-top:120px;
}

header {
	text-align: center;
	padding: 10px;
	width:100%;
	opacity:.9
	
}

header .logo_home {
	height:98px;
	width:98px;
	background-image:url(images/elasticLogo_full.png);
	background-repeat:no-repeat;
	margin:16px auto 15px auto;
	display:block;
}
header .logo {
	height:72px;
	width:72px;
	background-image:url(images/elasticLogo_70.png);
	background-repeat:no-repeat;
	margin:0 0 0px 0;
	display:block;
	float:left;
}
header .elastic_txt {
	height:34px;
	width:116px;
	background-image:url(images/ELASTIC_TXT.png);
	background-repeat:no-repeat;
	margin:13px auto -15px auto;
	display:block;
	z-index:500	
}
header a{
	text-decoration:none;
	transition: color 0.25s ease;
	
}
header a:hover{
	text-decoration:underline;
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background-image: url(images/menu-icon.png);
	background-position: center;
	
}
.menu_home {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	margin-top:-7px;
}
.menu_home ul {
	list-style:none;
	position:relative;
	left:50%;
}
.menu_home li {
	float:left;
	position:relative;
}/* ie needs position:relative here*/
header .menu_home a {
	text-decoration:none;
	color:#231F20;
	text-transform:uppercase;
	font-weight:700;
	float:left;
	text-align:center;
	white-space:nowrap;
	margin:0 0 0 26px;
	font-size:14px;
	transition: color 0.25s ease;
}
header .menu_home a:hover, .menu a:hover{
	color:#ccc;
	underline:none;
}

header.banner--clone {
	background: #231F20;
}

header.banner .menu_activate {
	display: none;
}
header.banner--stick .menu_activate {
	display: block;
}

.menu_activate {
	display: block;
	float: right;
	margin-top: 50px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
.menu_activate:hover {
	color: #CCC;
}

.menu_dropdown, header.banner--stick .menu_home {
	display: none;
	position: absolute;
	top: 82px;
	left: -10px;
	right: -10px;
	padding: 0px 30px 10px 0px;
	background-color: #666;
}

header .menu li, .menu_dropdown li {
    width: 50%;
    margin-top: 10px;
}
@media (min-width : 480px) {
	header .menu li, .menu_dropdown li {
		width: 33.33%;
	}
}
@media (min-width : 740px) {
	header .menu li, .menu_dropdown li {
		width: 25%;
	}
}


header.banner--clone .menu a, .menu a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	float:right;
	text-align:center;
	white-space:nowrap;
	margin:0 0 0 26px;
	font-size:14px;
	transition: color 0.25s ease;
}
header.banner--clone .menu a:hover, .menu a:hover {
	color:#ccc;
	text-decoration:none !important;
}
header.fixed {
	position:fixed;
	z-index:3000;
	top:0;
	background-color:#231F20;
}
header .banner--clone .logo_home, .banner--clone .lines {
	display:none;
}

.banner--clone .logo_home {
	height:72px;
	width:72px;
	background-image:url(images/elasticLogo_70.png);
	background-repeat:no-repeat;
	margin:0 0 5px 0;
	display:block;
	float:left;
}
header .menu {
	float:right;
	text-align:left;
	margin-right:0;
}
header .menu ul, .banner--clone .menu_home ul {
	position:inherit;
}
header .menu li, .banner--clone .menu_home li {
	float:left;
}/* ie needs position:relative here*/

header .social {
	color:#231F20;
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing:2px;
	font-weight:700;
	position:absolute;
	right:73px;
}
header.banner--clone .social {
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing:2px;
	font-weight:700;
	position:absolute;
	right:0px;
}
header.banner--clone .social a, header.fixed .social a{
	color:#fff;
}
header .social {
	color:#231F20;
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing:2px;
	font-weight:700;
	position:absolute;
	right:0px;
}
.col {
	padding:0x;
}
article {
	padding:  0;

}
ul.homeList{
	margin:60px 0;
	
}

ul.homeList .eventCost{
	margin-bottom:20px
	
}ul.homeList li {
	background-color:#fff;
   transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}
ul.homeList li:hover {
	background-color:#333;
	color:#FFF;
}

.singleEvent ul.homeList li:hover, .singleEvent ul.homeList li:hover h2 a {
	background-color:inherit;
	color:inherit;
}
.singleEvent ul.homeList li:nth-child(odd) .arrow{
	display:none;
}

ul.homeList li:hover h2 a{
	color:#FFF;
}
ul.homeList li:nth-child(odd) .arrow{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent #ffffff transparent transparent;
position:absolute;
margin-top:54px;
right:0px
}
ul.homeList li:nth-child(odd):hover .arrow {
	border-color: transparent #3e3e3e transparent transparent;
}
ul.homeList li:nth-child(even):hover .arrow {
	border-color: transparent transparent transparent #3e3e3e;
}
ul.homeList li:nth-child(even) .arrow{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent transparent transparent #fff;
position:absolute;
margin-top:54px;
}


ul.homeList li .background {width: 100%;
	height:340px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:10000;
	background-position: center center;
}
ul.homeList li .end-time.dtend{
	display:none;
	
}
ul.homeList li .eventInfo {
	margin:50px  30px 0 30px;
}

@media (max-width : 767px) {
	ul.homeList li {
		padding: 20px 0;
	}
	ul.homeList li .listview_artist_image {
		width: 100%;
	}
	ul.homeList li .listview_artist_image .eventDate {
		display: block;
	}
	ul.homeList li .listview_artist_content .eventDate, ul.homeList .arrow {
		display: none;
	}
}
@media (min-width : 768px) {
	ul.homeList li .listview_artist_image .eventDate {
		display: none;
	}
	ul.homeList li .listview_artist_content .eventDate {
		display: block;
	}
}


ul.homeList li:nth-child(odd) .listview_artist_image {
	float:left;
	position:relative;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	
}
ul.homeList li:nth-child(odd):hover .listview_artist_image, ul.homeList li:nth-child(even):hover .listview_artist_image  {
	opacity: 0.4;
}

ul.homeList li:nth-child(odd) .listview_artist_content{
	float:right;
	position:relative;
}

.eventDate, .eventDateSingle {
	padding:6px 0;
	color: #959595;
	text-transform:uppercase;
	font-weight:300;
	font-size:15px;
	margin-bottom:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #959595;	
}

ul.homeList li:nth-child(even) .listview_artist_image {
	 opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	float:right;
}
ul.homeList li:nth-child(even) .listview_artist_content{
	float:left;
}
/*SINGLE PAGE STUFF */
.event_stats {
	background-color:#f1f1f1;
	padding:15px;
}
.gcal_link {
    background-color: #f1f1f1;
    padding:5px;
    font-size: 10px;
}
ul.homeList li .listview_artist_image_single {
	float:right;
}
ul.homeList li .listview_artist_content_single {
	float:left;
}


ul.homeList li .eventDate_single {
	padding:6px 0;
	color: #959595;
	text-transform:uppercase;
	font-weight:300;
	font-size:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #959595;
	margin-right:30px
	
	
}
.page_head {
	position: relative;
}


.page_head .detail {
	
width: 100%;
height: 99%;
display: block;
position: absolute;
top: 0px;
left: 0px;
z-index: 89;
opacity:1;
color:#FFF;

}
.page_head .detail .title {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	width: 100%;
	max-width: 100%;
	opacity: 1 !important;
	font-size:5em;
	font-weight:700;
}
.page_head .detail .title .overlay {
	display: block;
}


.page_head img {
	height: auto;
max-width: 100%;
padding:0;
}

.eg-item-skin-45-element-36 {
	display:block;
	background-color:#666;
	height: 80px;
}
.button {
	border: 4px solid #000;
	display:table-cell;
	padding:10px 20px;
	margin:0 auto;
	background-color:#FFF
	 transition: background-color 0.25s ease;
	  transition: color 0.25s ease;
}
.button:hover {
	border: 4px solid #000;
	display:table-cell;
	padding:10px 20px;
	margin:0 auto;
	background-color:#000;
	color:#FFF;
	
}
.currentArt {
	padding:0 60px 0 0 ;
	float:left;
	font-size:15px;
}
/* EVENTS LIST PAGE */

li.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past {
	list-style:none;
	
}
.tribe-bar-date-filter  {
	visibility:hidden;
}
#tribe-bar-form {
	background-color:inherit !important
}
.tribe-events-list .type-tribe_events {
	border:none !important;
}


footer {
	padding: 2em 0;
	
	background: #393536;
	color: #989898
}
footer a {

	color: #989898
}



