/*
Theme Name: Carnivale Chicago
Theme URI: http://www.launchdigitalmarketing.com
Description: Custom site for Carnivale Chicago
Author: Launch Digital Marketing
Author URI: http://www.launchdigitalmarketing.com
Version: 1.0
Tags: flexible-width, responsive, widget-ready

License: Copyrighted


*/


@media screen and (max-width: 767px) {
	.events-tab {
	display: none;
}
}

.events-tab {
/* 	display: none; */
	width: 450px;
	position: absolute;
	left: 290px;
	color: white;
	text-shadow: 2px 2px 5px #000;
	z-index: 99999;
	-webkit-transition: ease all 1s;
	-moz-transition: ease all 1s;
	-o-transition: ease all 1s;
	transition: ease all 1s;
}

.events-tab.internal:hover {
	bottom: 0 !important;
	-webkit-transition: ease all 1s;
	-moz-transition: ease all 1s;
	-o-transition: ease all 1s;
	transition: ease all 1s;
}

.events-tab.home-open {
	bottom: 0 !important;
	-webkit-transition: ease all 1s;
	-moz-transition: ease all 1s;
	-o-transition: ease all 1s;
	transition: ease all 1s;
}

.events-tab.home-close {
	-webkit-transition: ease all 1s;
	-moz-transition: ease all 1s;
	-o-transition: ease all 1s;
	transition: ease all 1s;
}

.events-tab img {
	max-width: 100%;
}

.events-tab #tab {
	background: url('http://www.carnivalechicago.com/wp-content/themes/carnivale-new/library/images/events-tab.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 80%;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
}

.events-tab #eventContent {
	background: rgba(25,126,190,.75);
	padding: 10px;
}

.events-tab #eventContent p.event-title {
	color: #f8eb4b;
	font-size: 24px;
}

.events-tab #eventContent p {
	font-size: 17px;
}