/*!
 * Theme Name:  Promenade Child Theme
 * Theme URI:   https://audiotheme.com/view/promenade/
 * Description: Promenade Child Theme
 * Version:     1.0.0
 * Author:      AudioTheme
 * Author URI:  https://audiotheme.com/
 * License:     GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Domain Path: /languages
 * Text Domain: promenade
 * Template:    promenade
 */


/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Suravaram);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* Body Styling */
body {
	background: url('http://elephantrevival.com/wp-content/uploads/bkgr-body.jpg') no-repeat top center /*scroll*/; 
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	font-family: 'Open Sans', sans-serif;
	color: #6a5134;
}

/* Heading Styling */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Suravaram', serif;
    font-weight: 400;
	text-transform: uppercase;
	color: #4e564b;
	letter-spacing: 0;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 18px;
}

p {
	font-size: 13px;
	line-height: 30px;
}

a {
	font-family: 'Suravaram', serif;
    font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #4e564b;
}

a:hover,
a:focus,
a:active {
	color: #4e564b;
}

/* Logo */
.site-logo {
    margin-bottom: -20px;
}

/* Navigation Styling */
.site-navigation {
    font-family: 'Suravaram', serif;
/*    font-size: 16px;*/
    text-transform: uppercase;
	color: #6a5134;
}

.site-navigation .menu a {
    font-size: 18px;
	color: #6a5134;
}

.site-navigation .menu ul a {
    font-size: 16px;
}

/* Mobile Navigation Styling */

.is-open .site-navigation-toggle:focus {
  background: #6a5134;
}

.site-navigation-toggle:focus {
  background: #6a5134;
}

.site-navigation-toggle {
    color: #6A5134;
}

.is-open .site-navigation-toggle {
    background: #6a5134 none repeat scroll 0% 0%;
}


@media (max-width: 767px) {
.site-navigation .menu {
	background: rgba(255,255,255,0.9) none repeat scroll 0% 0%;
	border-bottom: 1px solid #6A5134;
}

.site-navigation .menu li {
    border-top: 1px solid #6A5134;
}
}

/* Homepage Styling */

.front-page .content-area .entry-content {
    font-family: 'Open Sans', sans-serif;
	color: #6a5134;
}

/* Page Title Styling */

.site-content-header-title, .layout-page-header .entry-header .entry-title {
    font-size: 32px;
	font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
	color: #6a5134;
}

.site-content-header, .layout-page-header .entry-header {
    border-bottom: 1px solid #4E564B;
    border-top: 1px solid #4E564B;
}

/* Hide Site Title */

.site-title {
    display: none;
}

/* Remove Border from Header */

.site-header {
    border-bottom: none;
    border-top: none;
}

/* Remove Border from Hero Image */

.hero-image {
    border-bottom: none;
}


/* Home Page Upcoming Gigs & Recent Posts Styling */

.widget-area--home .widget_audiotheme_upcoming_gigs .widget-title, .widget-area--home .widget_recent_posts .widget-title {
    font-family: 'Suravaram', serif;
    font-weight: 400;
	text-transform: uppercase;
	color: #4e564b;
	letter-spacing: 0;
}

.gig-card .date .month {
    font-family: 'Suravaram', serif;
    font-weight: 400;
	color: #6a5134;
}

.gig-card .date .day {
    font-family: 'Suravaram', serif;
    font-weight: 400;
	color: #6a5134;
	font-size: 28px;
}

.gig-card .gig-title {
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.gig-card {
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	border-top: 1px solid #4e564b;
}

.widget-area--home .widget_audiotheme_upcoming_gigs .widget-title {
    border-bottom: 1px solid #4e564b;
}	

.widget_audiotheme_upcoming_gigs footer {
	border-top: 1px solid #4e564b;
	    border-bottom: none;
}

.gig-card .gig-permalink {
    border: 1px solid #6a5134;
    color: #6a5134;
}

.widget_audiotheme_upcoming_gigs .upcoming-gigs-archive-link {
    font-family: 'Suravaram', serif;
    font-size: 15px;
    text-transform: uppercase;
	color: #4e564b;
	letter-spacing: 0;
	text-decoration: underline;
}

/* Arrows */

.arrow .icon {
	display: inline-block;
	font-size: 1.38461538em;
	line-height: 1.77777778;
	margin-left: 0.27777778em;
	text-decoration: none;
}

.arrow a {
	color: #4e564b;
}

.arrow .icon:before {
	content: "\f432";
	display: block;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Discography Thumbnail */

.block-grid-item-thumbnail {
    background: none;
}

/* Discography Link */

.block-grid-item-title a {
    text-decoration: underline;
}

/* Hide Footer & Credits */

.credits {
    display: none;
}

.site-navigation .menu li:hover,
.site-navigation .menu li.is-active {
	background: none;
	/*background: rgba(78,86,75,0.1);*/
}
	
.site-navigation .menu li:hover a,
.site-navigation .menu li.is-active a {
	color: #4e564b;
	text-decoration: underline;
}
	
.site-navigation .menu ul li {
	background-color: rgba(78,86,75,0.1);
	border-top: none;
}

.site-navigation .menu ul li:hover,
.site-navigation .menu ul li.is-active {
	background-color: rgba(78,86,75,0.1);
}
	
.site-navigation .menu ul {
	background: none;
	border-bottom: none;
}
	
.site-navigation .menu a {
    letter-spacing: 0;
    padding: 20px;
}


/* Home Page GigPress Styling */

.widget-area--home .widget_recent_posts .block-grid-item {
	border-color: #4E564B;
}

.widget-area--home .widget_recent_posts .widget-title, .widget-area--home .widget_audiotheme_upcoming_gigs .widget-title {
    border-color: #4E564B;
}

.widget-title {
    font-family: 'Suravaram', serif;
    font-weight: 400;
    border-bottom: 1px solid #4E564B;
    letter-spacing: 0;
    font-size: 24px;
}

/* Home Page Videos Styling */

.widget .recent-posts-feed-link, .widget .recent-posts-archive-link, .widget .upcoming-gigs-archive-link {
    font-family: 'Suravaram', serif;
    font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #4e564b;
    letter-spacing: 0;
    text-decoration: underline;
    text-transform: uppercase;
}

/* Music Page */

.lead, .archive-intro {
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 34px;
	color: #6a5134;
}

.archive-intro {
    border-bottom: none;
}

.entry-title {
    color: #6a5134;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.record-details {
    font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #6a5134;
    letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
}

.block-grid-item-excerpt p {
	font-size: 11px;
	line-height: 15px;
}

.block-grid-item-title {
    margin: 0 0 11px 0;
}

dt {
    font-family: 'Open Sans', sans-serif;
}

.tracklist .track {
    border-bottom: 1px solid #4e564b;
}

.tracklist {
    font-family: 'Suravaram', serif;
    font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #4e564b;
    letter-spacing: 0;
	border-top: 1px solid #4e564b;
}

/* Music - Sands of Now Renumbering */

#post-56 .track:nth-child(13) {
	counter-reset: dvd;
	padding-top: 50px;
}

#post-56 .track:nth-child(1n+13):before {
	content: counter(dvd);
	counter-increment: dvd;
}

/* Form Input Button Styling */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #6a5134;
	border: none;
	font-family: 'Suravaram', serif;
    font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0;
	text-decoration: none;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
	background: #4e564b;
        background: #6A5134;
	color: #fff;
	text-decoration: none;
}

/* GigPress Homepage Widget */

#gigpress-2 {
    width: 100%;
}

abbr[title] {
    border-bottom: none;
}

.widget {
	font-family: 'Suravaram', serif;
    font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
}

th, td {
    border-bottom: 1px solid #4e564b;
}

.gigpress-table {
    font-family: 'Suravaram', serif;
    font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
}

.widget a, .widget a.button, .widget a.button:hover {
    text-decoration: underline;
}

/* Video Page */

.block-grid-thumbnails--landscape .block-grid-item-thumbnail {
    padding-top: 75%;
}

/* Elephant Parade Page */

label {
    font-family: 'Suravaram', serif;
    font-weight: 400;
	font-size: 15px;
	color: #4e564b;
	text-transform: uppercase;
}

button, input, select {
    font-family: 'Open Sans', sans-serif;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #6a5134;
	color: #6a5134;
    font-size: 13px;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.suravaram {
    font-family: 'Suravaram', serif;
    font-weight: 400;
	font-size: 15px;
	color: #4e564b;
	text-transform: uppercase;
}

/* Homepage Slider */

#advps_container1 .bx-wrapper .bx-viewport {
    background: transparent !important;
}

#advps_container1 .advs-title, #advps_container1 .advs-title a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
	margin: -7px 0 0 0 !important;
}

#advps_container1 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #4E564B none repeat scroll 0% 0%;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    outline: 0px none;
    border-radius: 5px;
    text-align: left;
}

#advps_container1 .bx-wrapper .bx-pager.bx-default-pager a:hover, #advps_container1 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #6A5134 none repeat scroll 0% 0% !important;
}

.bx-wrapper .bx-next {
    right: 15px;
}

.bx-wrapper .bx-prev {
    left: 15px;
}

.left-poster-float {
   float: left; 
   width: 30%; 
   margin-right: 25px;
}
.right-dates-float {
  float: left; 
  width: 60%;
}

@media 
only screen and (max-width: 500px),
(min-device-width: 500px) and (max-device-width: 1024px)  {
	.left-poster-float, .right-dates-float {
	  clear: both;
	  width: 100%;
	}
}
@media (min-width: 660px) {
	.no-header .site-content-inside {
    	  padding-top: 0px;
	}
	.no-header .site-navigation .menu a {
	  padding: 20px 20px 0 20px;
	}
	.no-header .support-row {
	  display: none;
	}
}

/****Styler for Lightbox Popup****/
.petals-preorder-popup {
  background-color: #6a5134;
  color: #ffffff;
}
.petals-preorder-popup button {
    background-color: #ffffff;
    color: #dc735d;
    font-weight: bold;
}
.petals-preorder-popup h2, .petals-preorder-popup h3, .petals-preorder-popup h4 {
  color: #ebebeb;
}
.petals-preorder-popup .PPP-header h2 {
  font-size: 2.4em;
}  
.petals-preorder-popup select {
  width: 100%;
}
.petals-preorder-popup h2, .petals-preorder-popup h4 {
  margin: 0 0 0 15px;
  padding: 0;
}
.petals-preorder-popup ul li {
  font-size: .7em;
}
.petals-preorder-popup ul {
  margin-left: 15px;
}
.PPP-header {
  width: 100%;
  text-align: center;
}
.PPP-header h3 {
  font-size: 1.7em;
  margin-top: -15px;
}
.PPP-left, .PPP-right {
  width: 48%;
  float: left;
  padding: 0 2% 0 2%;
}
.PPP-footer {
  width: 100%;
  clear: both;
  height: 40px;
  text-align: right;
  margin-right: 15px;
}
.PPP-footer a {
  color: #ffffff;
  margin-right: 15px;
}
.PPP-left h4, .PPP-right h4 {
  padding: 0;
  margin: 0;
}
.PPPage-item button {
  color: #fff;
}
.popmake-overlay {
  background-color: transparent;
}
@media 
only screen and (max-width: 500px),
(min-device-width: 500px) and (max-device-width: 1024px)  {
	.PPP-left, .PPP-right {
	  clear: both;
	  width: 100%;
	}
}

/***** Style for Preorder Page *****/
.PPPage-wrapper {
  margin-top: 25px!important;
}
.PPPage-wrapper .spacer {
  height: 15px;
}
.PPPage-wrapper hr {
  margin-bottom: 1em;
}
.PPPage-wrapper p {
  font-size: 1em;
  margin: 0 100px 0 100px;
  text-align: justify;
}
.PPPage-wrapper h1 {
  font-size: 4rem;
  text-align: center;
  color: #6a5134;
}
.PPPage-item {
  width: 29%;
  float: left;
  margin: 0 2% 0 2%;
  margin-top: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid gray;
}
.PPPage-item ul {
    margin: 0 35px 0 35px;
}
.PPPage-IMG, .PPPage-name {
  float: left;
}
.PPPage-IMG {
  padding-right: 15px;
  padding-left: 5px;
  width: 20%
}
.PPPage-name {
  width: 80%;
}
.PPP-IMG-tall {
  max-height: 50px;
}
.PPP-IMG-wide {
  max-width: 50px;
  padding-top: 15px;
}
.PPPage-item-content {
  clear: both;
  padding-bottom: 10px;
}
.PPPage-item-header {
  border-bottom: 1px solid black;
}
.PPPage-price {
  float: left;
  margin-left: 60px;
}
.PPPage-Button {
  float: right;
  padding-right: 10px;
}
.PPPage-item-footer h4 {
  margin: 0;
  padding: 0;
}
.PPPage-Listen {
  text-align: center;
  font-size: 1.3em;
}
.PPPage-Player {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.PPPage-PlayerWrap {
  border: 1px solid #6a5134;
}
.PPPage-wrapper .iTunesLink {
  font-size: 1em;
}

@media 
only screen and (max-width: 800px),
(min-device-width: 500px) and (max-device-width: 1024px)  {
	.PPPage-item {
	  clear: both;
	  width: 100%;
	}
        .PPPage-wrapper p {
          margin: 0;
        }
}

/****Videos on Petals Tour Page****/
.petals-tour-page-video {
     float: left;
     width: 50%;
     padding: 0 15px 0 15px;
}
@media 
only screen and (max-width: 800px),
(min-device-width: 500px) and (max-device-width: 1024px)  {
     .petals-tour-page-video {
          clear: both;
          width: 100%;
     }
}

#shows-page .gigpress-table {
    background-color: rgba(256, 256, 256, 0.4);
    border: 1px solid;
}
.email-signup-page {
	max-width: 600px;
        margin-left: 75px;
}
.email-signup-page input[type="radio"] {
	margin-left: 20px;
}
.messagepop {
  display: none;
  width: 150%;
}
@media 
only screen and (max-width: 1000px),
(min-device-width: 500px) and (max-device-width: 1024px)  {
     .messagepop {
          width: 100%;
     }
}

/******** Petals Video Popup Style *************/
.petalsvid-popup-container h2, .petalsvid-popup-container h3 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}	
.petalsvid-popup-video-container {
	width: 100%;
	position: relative;
	text-align: center;
}
.petalsvid-popup-overlay {
	width: 100%; 
	height: auto; 
	position: absolute; 
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
	left: 50%;
	top: 75%;
}
.petalsvid-popup-overlay button {
	width: auto;
	border-radius: 15px;
	border: 1px solid black;
	color: #f0f0f0;
}
.petalsvid-popup-overlay button:hover {
	color: #ffffff;
	background-color: #897864;
}
.petalsvid-popup-supporting-text {
	text-align: center;
}
.petals-video-still-mobile {
	display: none;
}
@media (max-width: 660px) {
	#petals-video {
		display: none;
	}
	.petals-video-still-mobile {
		display: block;
	}
}

@import "drew-style.css";

/*** When I Fall Video Page Styling ****/
.video-box {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(256, 256, 256, 0.4);
	border: 1px solid black;
	
}
.video-box .wif-header img.mobile {
	display: none;
}
.video-box .wif-header img.desktop {
	display: block;
}
.video-box .wif-desc img {
	width: 100%;
}
.video-box p {
	line-height: 1.5;
	font-size: 0.8em;
}
.video-box .wif-desc p {
	font-size: 0.7em;
}
.video-box blockquote {
	border: none;
	margin-bottom: 0px;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	padding-top: 0px;
}
.layout-page-header .entry-content > :first-child {
	margin-top: 0px;
}
.wif-header {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
.wif-header h2 {
	font-size: 30px;
	line-height: 1;
	margin: 10px 0;
}
.wif-header h1 {
	font-size: 45px;
	margin-bottom: 0;
	line-height: 0.7em;
}
.wif-video {
	float: left;
	width: 73%;
	text-align: center;
}
.wif-desc {
	float: right;
	width: 25%;
	font-size: .7em;
	margin-right: 5px;
	text-align: center;
}
.wif-desc {
	font-size: 1.1em;
	font-weight: bold;
	color: #4b1616;
}
.wif-video-footer {
	border-top: solid black 2px;
	margin-top: 20px;
	padding: 15px 10px 15px 10px;
}
p.no-bottom-border {
	margin-bottom: 0;
}
.quote-citation {
	float: right;
}
.family-photo {
	width: 100%;
	text-align: center;
}
.social-share {
	text-align: center;
	margin-top: 40px;
}
.ss-social-sharing {
	zoom: 0.66;
}
.download-btn {
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.wif-video, .wif-video-footer, .wif-desc {
		float: none;
		width: 100%;
	}
	.video-box .wif-desc img {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.wif-header h2 {
		font-size: 23px;
		line-height: 1;
	}
	.video-box .wif-header img.mobile {
		display: block;
	}
	.video-box .wif-header img.desktop {
		display: none;
	}
}
/**** End When I Fall Video Styling ****/

/******** RR Pre Sale Div on Tour Page ********/
.rr-pre-sale, .rr-vip {
    margin: 25px 0px;
    max-width: 350px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
}

/**** Start Condensed Header Template Styling ****/
.condensed-header #masthead {
	padding-top: 0;
}
/**** End Condensed Header Template Styling ****/

/******* Trail Revival Page Styling *********/
.woobox-offer {
	margin-left: auto;
	margin-right: auto;
}

.collapseomatic {
	font-weight: bold;
	font-size:1.3em;
}

img.trailrevival {
	margin-bottom: 35px;
}

.trailrevival p {
	font-size: 1.05em;
	line-height: auto;
	margin-left: 45px;
	margin-right: 45px;
}

.trailrevival a {
	font-size: 1em;
}

h1.trailrevival {
	margin-bottom: 25px;
}
.layout-page-header .entry-content .trailrevival-container > :first-child {
	margin-top: 45px;
}
button.trailrevival {
	border-radius: 25px;
	border: 2px solid #533129;
	color: #ffffff;
	background-color: #aa968b;
	margin: 25px 0px 0px 0px;
}
button.trailrevival:hover {
	border-radius: 25px;
	border: 2px solid #aa968b;
	color: #ffffff;
	background-color: #533129;
}

.trailrevival ul {
	margin-left: 175px;
	margin-right: 175px;
	text-align: left;
}
.trailrevival-desc {
	padding: 0px 25px 0px 25px;
	background-color: rgba( 256, 256, 256, 0.4);
	border: 2px solid brown;
}
.trailrevival-desc h2, .trailrevival h2 {
	font-size: 2.0em;
	color: #6a5134;
	line-height: 1em;
}
.trailrevival h3 {
	font-size: 1.5em;
	color: #6a5134;
}
.trailrevival-desc .trailrevival-bottom {
	font-size: 0.7em;
	margin: 0px;
}

p.trailrevival-section {
	padding: 0px 25px;
	color: #581f1f;
	font-size: 1.35em;
	margin-bottom: 10px;
}

.trailrevival-upper {
	margin-bottom: 20px;
}
p.trailrevival-sponsors {
	font-size: 0.75em;
	text-align: center;
}
p.trailrevival-sponsors a {
	font-size: 1.5em;
}

.trailrevival-container .audiotheme-embed {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.trailrevival-container .lowercase {
	text-transform: none;
}



@media (max-width: 800px) {
	.trailrevival ul {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/********************** Bridget Announce CSS *********************/
.bridget-note {
	padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    border: 1px solid black;
    background-color: rgba(256,256,256,.5);
}
.bridget-note p {
    line-height: normal;
}
.bridget-note h1 {
	text-align: center;
}
.bridget-note .closing {
	text-align: right;
}

/********************** Ojai CSS *************************/
.ojai-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	border: 2px solid black;
	background: url(http://www.elephantrevival.com/wp-content/uploads/ojai-background.jpg) top center;
	background-color: #008285;
	background-repeat:no-repeat;
	color: #fff;
	text-align: center;
	margin-top: 50px!important;
}
.ojai-container a {
	color: #fff;
	font-size: 22px;
}
.ojai-container button {
	padding: 15px;
	background-color: #008285;
	color: #fff;
	font-size: 16px;
	border: 1px solid black;
	text-transform: uppercase;
}

.ojai-left {
	float: left;
	width: 66%;
	max-width: 750px;
	text-align:center;
	margin-top: 15px;
}
.ojai-left p {
	margin-left: 50px;
	margin-right: 50px;
	line-height: 1.77777778;
}
.ojai-left h2 {
	font-size: 2em;
	text-decoration: underline;
}
.ojai-left h1 {
	font-size: 3em;
	padding-bottom: 25px;
}
.ojai-container h2, .ojai-container h3, .ojai-container h1, .ojai-container h4 {
	color: #fff;
	margin: 0;
}
.ojai-right{
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 50px;
}
.ojai-right img {
	width: 100%;
	max-width: 300px;
	margin-top: 15px;
}
.ojai-days-container {
	width: 100%;
}
.ojai-friday, .ojai-saturday, .ojai-sunday {
	width: 33%;
	float: left;
	margin-top: 25px;
}
.ojai-days-container {
	clear: both;
	text-align: center;
}
.ojai-days-title-container {
	padding-bottom: 20px;
}
.ojai-days-title-container h3 {
	text-decoration: underline;
	text-transform: uppercase;
}
.ojai-container ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.ojai-VIP, .camping-container {
	clear: both;
	margin-left: 70px;
	margin-right: 70px;
	border: 1px solid white;
	background-color: rgba(0,0,0,.2);
	text-align:center;
}
.ojai-VIP p {
	margin-bottom: 5px;
    line-height: 1.7em;
}
.ojai-day-title {
	min-height: 100px;
}
.ojai-saturday {
	border-right: 1px solid white;
	border-left: 1px solid white;
}
button.vip {
	margin-top: 15px;
	margin-bottom: 20px;
}
.ojai-days-title-container h1, .camping-container h1 {
	font-size: 2.3em;
}
.ojai-day-title h1 {
	font-size: 28px;
}
.camping-container {
	text-align: left;
    margin-top: 50px;
}
.camping-container h1 {
	text-align:center;
}
.camping-container ul {
	margin-left: 45px;
	margin-bottom: 15px;
}
.camping-container ul li {
    line-height: 20px;
    padding-left: 40px;
	margin-top: 15px;
}
.camping-container p {
    text-align: center;
}
@media only screen and (max-width: 750px) {
	.ojai-left, .ojai-right {
		width: 100%;
		clear: both;
		text-align: center;
	}
	.ojai-right img {
		max-width: 500px;
		margin-top: 25px;
	}
	.ojai-friday, .ojai-saturday, .ojai-sunday {
		width: 100%;
		clear: both;
	}
	.ojai-friday, .ojai-saturday, .ojai-sunday {
		border-bottom: 2px solid black;
		border-left: none;
		border-right: none;
	}
	.ojai-VIP, .camping-container {
		margin-left: 0;
		margin-right: 0;
	}
	.camping-container ul {
		margin-left: 0;
	}
	.camping-container ul li {
		padding-left: 10px;
	}
}

/************************ End Ojai CSS *************************/

/**************** Red Rocks 2018 VIP giveaway ******************/
#giveaway18-container {
	padding-top: 25px;
	text-align: center;
	line-height: 1em;
}
#giveaway18-form {
	text-align: center;
	width: 45%;
	float: left;
	padding-top: 15px;
	margin-top: 55px;
}
#giveaway18-form #mc_embed_signup {
	border: 1px solid black;
}
#giveaway18-text {
	padding-top: 25px;
	text-align: left;
	width: 45%;
	float: left;
	margin-left: 8%;
}
#giveaway18-header img {
	max-height: 350px;
}
#giveaway18-text button {
	background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
	font-family: 'Suravaram', serif;
}
#giveaway18-text button:hover {
    background-color: #777;
}
#giveaway18-footer button {
	margin-top: 50px;
}
@media only screen and (max-width: 750px) {
	#giveaway18-text, #giveaway18-form {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}