/* Enter Your Custom CSS Here */
.page-banner .header-title {
  /* padding: 100px 0px 30px; */
  display: none;
}

.clear {
  clear: both;
}
.video-wrapper {
  text-align: center;
}

#content .home_splash {
  background-image: url('/wp-content/uploads/2016/04/POP-Background-short.png');
  height:270px;
}

#content .home_splash .home_splash_text {
  margin: 0 auto;
  padding: 120px 15px 0 15px;
  max-width: 700px;
  color: #ffffff;
}

#content .home_splash .home_splash_text h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

#content .home_splash .home_splash_text h2 {
  font-size: 20px;
}

.site-content {
  padding-top: 20px;
}

#content #event_info .fw-col-xs-12 {
  max-width:500px;
  margin-right: 100px;
}


/* LINKS */
#content a, .pps-single-popup a {
 color: #FD9C00; 
  font-weight: bold;
}

#content a:hover, .pps-single-popup a:hover {
 text-decoration: underline;
}
/* LINKS */


/* LISTS */
div.icon-box ul li, #content ul li {
  text-indent: -.8em;
  margin-left: 1.6em
}

#content ol li {
  text-indent: 5px;
  margin-left: 15px;
}

.pps-popup ul {
  list-style: disc;
}
/* LISTS */


/*SPEAKERS*/
#content img.speaker_small {
  width:275px;
  height:275px;
}
#content p.speaker_name{
  font-size: 16px;
  line-height:22px;
  margin: 10px 0 0 0;
}
#content p.speaker_title {
  font-size:14px;
  font-family:'Georgia';
  font-style: italic;
  line-height:20px;
  color: #555;
}
.pps-single-popup img.speaker_large {
  width:275px;
  height:275px;
  margin:1.5em 0 0 0;
}
/*SPEAKERS*/


/* SCHEDULE PAGE &amp; SPEAKERS*/
#content div.sched_track {
  margin: -25px 0 20px 40px;
  font-weight: bold; 
}

#content img.speaker_tiny {
  width:125px;
  height:125px;
}

#content .sched_speakers {
 font-size: 12px; 
}

#content .sched_speakers .sched_speaker {
 float: left; 
 width: 125px;
 margin-right: 10px;
}

#content .sched_speakers .speaker_name {
 font-size: 12px;
 margin-top: 3px;
}

#content .sched_speakers div.speaker_title {
  font-size:12px;
  margin-top: -20px;
  font-style: italic;
}
/* SCHEDULE PAGE &amp; SPEAKERS*/

/* ACCORDION */
#content .accordions .accordion-content {
  background: rgb(243, 241, 241);
  margin-bottom: 10px;
  padding: 20px;
}

#content .accordion-content p {
  margin: 0 0 10px 0; 
}

#content .accordions .accordion-icons {
  color: #ffffff;
  font-size: 16px;
}

#content .accordions .accordions-head {
  font-weight: bold;
  color: #fff;
}
/* ACCORDION */

/* INDIE EXPO, SPONSORS */
#indieexpo .fw-testimonials-item {
  width: 85%;
  left: auto !important;
  right:0;
}

#content .indie_expo {
  margin-bottom: 30px;
  border-bottom: 2px solid;
}

#content .indie_expo, #content .sponsors {
  margin-bottom: 30px;
}

#content .indie_expo .indie_logo, #content .sponsors .sponsors_logo {
  float: left;
  margin: 0 30px 20px 0;
  width: 225px;
  text-align: center;
}

#content .indie_expo .indie_description, #content .sponsors .sponsors_description {
  float: left;
  max-width: 580px;
}

#content .indie_expo .indie_description .indie_title {
  font-size: 18px;
  font-weight: bold;
}
/* INDIE EXPO, SPONSORS */
