/**
 * Description: CSS for meteor-slideshow.php
 * Version: 1.0.0
 * Author: Rockhouse Partners
 * Author URI: http://rockhousepartners.com
 */

@media only screen and (max-width: 480px ) {
	#rhino-slideshow {
		display: none;
	}
}

.meteor-slides-widget #meteor-slideshow { width: 100% !important; }

.no-content {
	display: none !important;
}

#meteor-slideshow {
	margin: 0 auto;
	width: 100%;
}

.meteor-slides { margin: 0 auto; }

.meteor-slides .mslide img {
	width: 100%;
	height: auto;
}

.meteor-slides .rhino-slide-left,
.meteor-slides .rhino-slide-right {
	text-align: center;
}

.meteor-slides .rhino-slide-left {
	padding: 10px 0;
}

.meteor-slides .rhino-slide-right {
	padding: 0 20px 20px 20px;
}

a.rhino-slide-header, h3.rhino-slide-title {
	font-size: 2.286em;
	line-height: 100% !important;
	margin-bottom: 10px;
}

.rhino-slide-details p.rhino-event-date,
.rhino-slide-details p.rhino-event-time,
.rhino-slide-details p.rhino-event-venue,
.rhino-slide-details p.rhino-event-price,
.rhino-slide-details p.rhino-slide-description,
.rhino-slide-details i.fa {
	font-size: 1.286em !important;
	line-height: 1.143em !important;
	display: inline-block;
	vertical-align: middle;
}

.rhino-slide-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* Tablet Portrait size and sizes above 768 (devices and browsers) */
@media only screen and (min-width: 768px ) {

	.meteor-slides .rhino-slide-left {
		width: 65%;
		margin: 20px;
		float: left;
		padding: 0;
		text-align: left;
	}

	.meteor-slides a.rhino-slide-header,
	.meteor-slides h3.rhino-slide-title:hover {
		text-decoration: none;
	}

	.meteor-slides .rhino-slide-details p.rhino-event-date,
	.meteor-slides .rhino-slide-details p.rhino-event-time  {
		margin: 0 20px 0 0;
		display: inline;
	}

	.meteor-slides .rhino-slide-right {
		width: 18%;
		margin: 20px;
		float: right;
		padding: 0;
		text-align: right;
	}

}
