/*
  Theme Name: SND 2015 Light
  Author: Wilson Andrews
  ===================== */

body {
  background: #fff;
  color: #2e3233;
  font: 400 18px/1.4em 'IdealSans', Helvetica, Arial, sans-serif;
  
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

h1,h2,h3 {
  font-family: 'Quarto', Georgia, serif;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.3em;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 40px;
  
}

h3 {
  font-size: 28px;
}

.medium {
  font-weight: 400;
}

h4 {
  font: 700 14px/1.2em 'IdealSans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 1em;
}

figure,
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #2e3233;
  border-bottom: 2px solid #caf200;
  text-decoration: none;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}

.no-border a {
  border: 0;
}

a:hover {
  border-bottom-color: #515b5e;
}

.no-border a:hover {
  text-decoration: underline;
}

p,
li {
  font: 400 18px/1.45em 'IdealSans', Helvetica, Arial, sans-serif;
}

.accent {
  color: #caf200;
}

.diminish {
  color: #515b5e;
}

.light {
  color: #e2e3df;
}

.logo {
  font-family: 'Quarto', Georgia, serif;
  font-weight: 700;
  text-transform: lowercase;
  color: #515b5e;
}

.credit,
.wp-caption-text {
  color: #515b5e;
  margin: 0.3em 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2em;
}

.gallery .wp-caption-text {
  font-size: 16px;
  line-height: 1.3em;
}

.stripe-pattern {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAMElEQVQIW2P88uXLfwYkwM7OzsCILAgS+PnzJ0IQJgDSBFaJLAAW/P3793+QFmQAAH5mH2K20KCdAAAAAElFTkSuQmCC) repeat;
}

.header {
  margin-bottom: 10px;
}

.navigation {
  position: relative;
  margin: 20px 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e3df;
}

.navigation a {
  border: 0;
}

.navigation .home-item {
  font-size: 40px;
  line-height: 1em;
  display: inline-block;
  margin-right: 7px;
}

.home .navigation .home-item {
  font-size: 90px;
}

.navigation .home-item:hover {
  text-decoration: none;
}

.nav-items {
  display: inline-block;
  margin-bottom: 0;
}

.nav-items .nav-item {
  display: inline-block;
  font: 700 28px/1em 'Quarto', Georgia, serif;
}

.nav-item a {
  display: block;
  margin: 0 15px;
  color: #515b5e;
}

.nav-item a:hover {
  color: #2e3233;
}

.event-date {
  position: absolute;
  bottom: 15px;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
  padding: 15px 20px;
  border: 1px solid #e2e3df;
}

/* MAIN ELEMENTS */

.main-content {
  margin-top: 45px;
}

/* COLUMN LAYOUT */

.main {
  margin: 0 auto;
  max-width: 900px;
}

.promo-content {
  margin: 0 0 25px;
}

.home .promo-content-featured {
  margin-bottom: 70px;
}

.image {
  margin-bottom: 14px;
}

.post .featured-image {
  margin-bottom: 2em;
}

.speaker-image .featured-image {
  margin-bottom: 0;
}

.home .promo-content-featured .image {
  margin-bottom: 25px;
}

.gallery-item {
  margin-bottom: 3em;
}

.cycle-gallery {
  margin: 2em 0;
  position: relative;
}

.gallery-button {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 200;
  top: 20%;
  font-size: 30px;
  padding: 0.5em 0.5em 0.65em;
  vertical-align: middle;
  background: #515b5e;
  color: #e2e3df;
  border: 1px solid #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.gallery-button:hover {
  color: #fff;
}

.gallery-button.prev {
  left: -63px;
}

.gallery-button.next {
  right: -62px;
}

.gallery-button.prev:hover {
  box-shadow: 3px 3px 0 #000;
}

.gallery-button.next:hover {
  box-shadow: -3px 3px 0 #000;
}

.gallery .cycle-slide {
  margin: 0;
}

/* NEXTGEN GALLERY */

.ngg-imagebrowser h3,
.ngg-imagebrowser .counter {
  display: none;
}

/* BANNER */

.banner {
  position: relative;
  top: -25px;
}

.banner-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  color: #2e3233;
  box-shadow: 4px 4px 0 #2e3233;
}

.banner-inner h3 {
  margin-bottom: 0.1em;
}

.banner-inner p {
  font-weight: 300;
}

.banner-inner :last-child {
  margin-bottom: 0;
}

.image img {
  display: block;
}

.featured-image img {
  margin-bottom: 8px;
  box-shadow: 0 0 1px rgba(0,0,0,0.25), 4px 4px 0 #2e3233;
}

.promo-content .credit {
  display: none;
}

.promo-excerpt > * {
  display: inline;
}

.promo-excerpt p {
  font-weight: 300;
  margin-right: 7px;
}

.read-more {
  font: 700 14px/1.2em 'IdealSans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.promo-video {
  margin-bottom: 14px;
}

.promo-video > * {
  display: none;
}

.promo-video .embed-container:first-of-type {
  display: block;
}

.home-schedule {
  margin-bottom: 50px;
}

.home-schedule-label {
  margin-bottom: 0.5em;
}

.sidebar-stories {
  padding: 45px 30px 20px;
  margin: 0 0 45px;
}

.sidebar-tweets {
  margin-bottom: 50px;
}

.sidebar-tweets #twitter-widget-0 {
  width: 100% !important;
}

.entry-content .twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* CONTENT */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%;
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.entry-content .embed-container {
  margin-bottom: 2em;
}

.entry-content h2,
.entry-content h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 2em 0 1em;
}

.entry-content p,
.entry-content li {
  font-weight: 300;
}

.entry-content h3,
.entry-content p {
  max-width: 560px;
}

.has-post-thumbnail h3,
.has-post-thumbnail p {
  margin-left: auto;
  margin-right: auto;
}

.entry-content figure {
  margin: 2em auto;
}

/* FOOTER */

.site-footer {
  padding: 40px 0 20px;
  border-top: 1px solid #e2e3df;
}

.footer-container {
  margin-bottom: 70px;
}

.footer-navigation {
  display: inline-block;
  width: 150px;
  margin-right: 60px;
}

.site-footer h3 {
  font-size: 22px;
}

.footer-navigation h3 a {
  display: inline-block;
  padding: 10px 0;
}

.footer-navigation h3:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.about-snd {
  display: inline-block;
  vertical-align: bottom;
}

.about-snd p {
  font-weight: 300;
}

.about-snd p:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.sponsors {
  margin: 20px 0;
}

.sponsors h4 {
  font-weight: 300;
  font-size: 13px;
}

.sponsors .sponsor-link:hover {
  text-decoration: none;
}

.sponsors .sponsor-link {
  display: inline-block;
  margin: 10px 20px 10px 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  text-align: center;
  border: 0;
}

.sponsors .sponsor-callout {
  margin-bottom: 0;
}

.sponsors .sponsor {
  display: block;
}

.sponsor.wp {
  width: 120px;
}

.sponsor.medill {
  width: 82px;
}

.sponsor.knight {
  width: 110px;
}

.sponsor.hoefler {
  width: 100px;
}

.sponsor.gulf-news {
  width: 90px;
}

.sponsor.maps-4-news {
  width: 64px;
}

.sponsor.alley {
  width: 84px;
}

.sponsor.espn {
  width: 50px;
}

.sponsor.vox {
  width: 90px;
}

.sponsor.rji {
  width: 140px;
}

.sponsor.scripps {
  width: 64px;
}

.sponsor.nat-geo {
  width: 76px;
}

.sponsor.jsk {
  width: 46px;
}

.sponsor.gannett {
  width: 85px;
}

.sponsor.font-bureau {
  width: 40px;
}

.sponsor.acbj {
  width: 50px;
}

.sponsor.microsoft {
  width: 70px;
}

.sponsor.statesman {
  width: 110px;
}

.sponsor.gatehouse {
  width: 70px;
}

.sponsor.nytimes {
  width: 120px;
}

.sponsor.american {
  width: 160px;
}

/* PAGE */

.page-intro {
  max-width: 800px;
  margin-bottom: 40px;
}

.page-box {
  margin-bottom: 40px;
}

.page-box p {
  font-size: 16px;
  margin-bottom: 0;
}

.speaker {
  margin: 2em 0;
  padding: 2.5em;
}

.speaker-keynote {
  position: absolute;
  margin: -9px 0 0 -7px;
  padding: 5px 7px;
  background: #caf200;
  color: #2e3233;
  font-size: 12px;
  display: inline-block;
  box-shadow: 3px 3px 0 #2e3233;
}

.speaker-image {
  float: left;
  width: 22%;
  margin-right: 3%;
}

.speaker-image img {
  display: block;
  width: 100%;
}

.speaker-image .credit {
  font-size: 12px;
  text-align: left;
}

.speaker-info {
  float: left;
  width: 74%;
  margin-right: 1%;
}

.speaker-info h2 {
  margin-bottom: 0.2em;
}

.speaker-title {
  margin-bottom: 0.5em;
}

.speaker-twitter {
  font-size: 14px;
  margin-bottom: 0;
}

.speaker-twitter a {
  color: #515b5e;
}

.speaker-info p:last-child {
  margin-bottom: 0;
}

.speaker-bio {
  position: relative;
  margin: 1em 0 0;
}

.speaker-bio p {
  font-size: 20px;
  font-weight: 300;
  max-width: none;
}

.speaker-bio-more {
  display: none;
  position: absolute;
  bottom: 0;
  background: #2e3233;
  width: 100%;
}

/*
  SIDEBAR
  ===================== */

.content-sidebar {
  width: 28%;
  display: inline-block;
  vertical-align: top;
}

/*
  POSTS
  ===================== */

article.page,
article.post {
  margin-bottom: 50px;
}

article.post .entry-category {
  font: 700 14px/1.2em 'IdealSans', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0.5em 0 1.2em;
  color: #515b5e;
}

article.post .entry-category a {
  color: #515b5e;
}

article.post .entry-category-caret {
  margin: 0 4px;
}

article.post .entry-title {
  margin-bottom: 0.2em;
}

article.post .entry-meta {
  margin: 0 0 1.75em;
  letter-spacing: 0;
}

article.category-speaker .entry-meta {
  vertical-align: bottom;
  margin-bottom: 40px;
}

.byline-dateline {
  font-weight: 300;
}

.byline {
  position: relative;
  font-weight: 700;
  margin-right: 15px;
  padding-right: 16px;
  letter-spacing: 0.04em;
}

.byline:after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 0;
  height: 12px;
  border-right: 1px solid #ccc;
}

.byline-label {
  text-transform: none;
  letter-spacing: 0;
}

article.post .entry-time {
  position: relative;
  padding-right: 16px;
  margin-right: 15px;
}

article.post .entry-time:after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 0;
  height: 12px;
  border-right: 1px solid #ccc;
}

article.post .entry-location {
  font-weight: 300;
}

article.post .entry-speaker-title {
  display: block;
  margin-bottom: 8px;
}

article.post .entry-speaker-twitter {
  font-weight: 300;
  text-transform: none;
}

article.category-speaker .entry-speaker-image {
  display: inline-block;
  width: 150px;
  margin: 0 25px 20px 0;
}

article.category-speaker .entry-speaker-image img {
  width: 100%;
  border-top: 1px solid #caf200;
  border-bottom: 1px solid #caf200;
  padding: 5px 0;
}

article.category-schedule-event .speaker {
  padding: 1.5em;
}

article.category-schedule-event .speaker-info h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 30px;
}

article.category-schedule-event .speaker-title {
  margin: 0.5em 0 0.25em;
}
article.category-schedule-event .speaker-title,
article.category-schedule-event .speaker-twitter {
  font-size: 13px;
  line-height: 1.4em;
}

article.category-schedule-event .speaker-bio p {
  font-size: 15px;
  margin-bottom: 20px;
}

article.category-schedule-event .speaker-bio p:last-child {
  margin-bottom: 0;
}

/*
  SCHEDULE
  ===================== */

.schedule-nav {
  margin: 20px 0 50px;
}

.schedule-nav-button {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  width: 31%;
  margin-right: 3%;
  padding-right: 3%;
  border-right: 1px solid #e2e3df;
  box-sizing: border-box;
}

.schedule-nav-date {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #caf200;
  margin-bottom: 0.5em;
}

.schedule-nav-button:hover .schedule-nav-date {
  border-bottom-color: #2e3233;
}

.schedule-nav-button:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.schedule-nav-description {
  margin: 0;
  font-weight: 300;
  line-height: 1.3em;
}

.schedule-label {
  vertical-align: top;
  margin-bottom: 0;
}

.schedule-day-label {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #515b5e;
  letter-spacing: 0;
}

.schedule-date-label {
  font-weight: 300;
}

.schedule-day-label-text {
  margin-right: 7px;
}

.schedule-time-slots {
  padding-bottom: 20px;
}

.home-schedule .schedule-time-slots {
  padding-bottom: 0;
}

.schedule-time-slot {
  border-top: 1px solid #e2e3df;
  padding-bottom: 25px;
}

.home-schedule .schedule-time-slot-1 .schedule-event {
  margin-right: 0;
  width: 58%;
}

.schedule-time-slot:first-child {
  border-top: 0;
}

.schedule-time-label {
  padding-top: 16px;
  display: inline-block;
  width: 90px;
  margin-right: 10px;
}

.home-schedule .schedule-time-label {
  width: 80px;
}

.schedule-event {
  display: block;
  vertical-align: top;
  padding: 16px 20px;
  box-sizing: border-box;
}

.home-schedule .schedule-event {
  padding: 16px 15px 8px;
}

.full-schedule .schedule-event {
  width: 29%;
  margin-right: 1.5%;
  display: inline-block;
}

.full-schedule .schedule-event:last-child {
  margin-right: 0;
}

.schedule-event > * {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.schedule-event:hover {
  text-decoration: none;
}

.schedule-event-title {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.schedule-event-sndmakes .schedule-event-title {
  font-weight: 400;
}

.schedule-event-category {
  font-weight: 300;
  margin-bottom: 0.75em;
}

.home-schedule .schedule-event-category {
  display: none;
}

.home-schedule .schedule-event h3 {
  font-size: 24px;
}

.home-schedule .schedule-event h4 {
  font-size: 12px;
}

.schedule-event-keynote .schedule-event-category {
  padding: 5px 7px;
  line-height: 1em;
  background: #caf200;
  font-weight: 700;
  letter-spacing: 0;
  color: #2e3233;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  box-shadow: 3px 3px 0 #2e3233;
}

.schedule-event-speakers .schedule-event-concat {
  text-transform: none;
  letter-spacing: 0;
}

.schedule-event-speaker {
  margin-right: 10px;
}

.schedule-event-time {
  display: none;
  letter-spacing: 0;
  font-weight: 400;
}

.schedule-event-meta {
  font: 300 13px/1.1em 'IdealSans', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
}

.schedule-event-location {
  font-weight: 400;
  line-height: 1.45em;
}

.schedule-event-content {
  color: #888;
}

.home-schedule .schedule-event-content {
  display: none;
}

.schedule-event-content * {
  display: none;
}

.schedule-event-content p:first-child {
  display: block;
  font: 400 14px/1.3em 'IdealSans', Helvetica, sans-serif;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3; /* number of lines to show */
  line-height: 1.3em;        /* fallback */
  max-height: 3.9em;       /* fallback */
}

.schedule-event:hover .schedule-event-content,
.schedule-event:hover .schedule-event-room {
  /*color: #e2e3df;*/
}

/* UPDATES */

.post-updates {
  max-width: 900px;
  margin: 0 auto;
}

.updates {
  margin: 40px 0;
}

.updates .promo-content {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e2e3df;
}

.updates .promo-content:last-child {
  border-bottom: 0;
}

.post-updates .promo-content .image {
  float: left;
  max-width: 30%;
  margin-right: 30px;
  margin-bottom: 0;
}

.post-updates .promo-content h1 {
  font-size: 34px;
}

.post-updates .credit {
  font-size: 12px;
}

/*
  RESPONSIVE
  ===================== */

@media screen and (max-width: 764px) {

  .hide-mobile {
    display: none !important;
  }
  
  h1 {
    font-size: 44px;
  }
  
  h2 {
    font-size: 36px;
  }
  
  .site-header {
    margin-bottom: 20px;
  }

  
  .site-container {
    margin: 0 15px;
  }
  
  .navigation {
    margin: 10px 0 5px;
  }
  
  .navigation .home-item,
  .home .navigation .home-item {
    font-size: 50px;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
  }
  
  .nav-items {
    display: block;
    margin: 7px auto 0;
    width: 250px;
  }
  
  .nav-items .nav-item {
    font-size: 18px;
  }
  
  .nav-items .nav-item a {
    margin: 0 8px;
  }
  
  .nav-items .nav-item:first-child a {
    margin-left: 0;
  }
  
  .nav-items .nav-item:last-child a {
    margin-right: 0;
  }
  
  .event-date {
    font-size: 12px;
    font-weight: 400;
    top: 50px;
    left: 25%;
    width: 50%;
    text-align: center;
    padding: 0;
    border: 0;
    bottom: auto;
    right: auto;
  }

  .banner {
    top: -5px;
    margin-bottom: 15px;
  }
  
  p,
  li {
    font-size: 16px;
  }
  
  .speaker {
    padding: 1.5em;
  }
  
  .speakers .speaker {
    margin: 0 -15px 2em;
  }
  
  .speaker-image,
  .speaker-info {
    float: none;
    width: 100%;
    margin: 0;
  }

  .speaker-bio p {
    font-size: 18px;
    font-weight: 300;
  }

  article.post .entry-title {
    font-size: 36px;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
  }

  article.post .entry-category {
    font-size: 12px;
  }

  article.post .entry-meta {
    font-size: 12px;
    line-height: 1.2em;
  }

  article.post .entry-time {
    margin-right: 10px;
    padding-right: 0;
  }

  article.post .entry-time:after {
    display: none;
  }

  article.post .entry-location {
    display: inline-block;
    margin-top: 0.3em;
  }

  article.category-speaker .entry-speaker-image {
    width: 100%;
    margin-right: 0;
  }

  .schedule-nav {
    margin-bottom: 35px;
  }

  .schedule-nav-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-right: 0;
    border: 0;
  }

  .schedule-time-label {
    display: none;
  }

  .full-schedule .schedule-event {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .schedule-event-time {
    display: inline-block;
  }

  .content-sidebar,
  .sidebar {
    width: 100%;
  }

  .sidebar-stories {
    padding: 20px 15px;
    margin: 0 0 30px;
  }

  .post-updates .promo-content .image {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
    float: none;
  }

  .gallery-button {
    top: 10%;
    border: 0;
    opacity: 0.3;
    font-size: 24px;
    padding-bottom: 0.6em;
  }

  .gallery-button:hover {
    box-shadow: none !important;
  }

  .gallery-button.prev {
    left: 0;
  }

  .gallery-button.next {
    right: 0;
  }

  .site-footer {
    padding-top: 10px;
  }

  .footer-container {
    margin-bottom: 70px;
  }

  .footer-navigation {
    margin-bottom: 30px;
  }

  .footer-navigation h3 {
    margin-top: 20px;
    line-height: 1.35em;
  }

  .footer-navigation h3:last-child {
    margin-bottom: 0.25em;
  }

  .footer-navigation h3 a {
    display: inline;
    padding: 0;
  }
}

/* above mobile */
@media screen and (min-width: 765px) {
  
  .error404 .page-content {
    min-height: 500px;
  }
  
  .float-left { float: left; }
  .float-right { float: right; }
  
  .site-container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .full-schedule .schedule-event-keynote .schedule-event-title,
  .full-schedule .schedule-event-closing-reception .schedule-event-title {
    font-size: 48px;
    line-height: 1em;
  }

  .home .full-schedule .schedule-event-keynote .schedule-event-title,
  .full-schedule .schedule-event-closing-reception .schedule-event-title {
    font-size: 32px;
  }

  .full-schedule .schedule-event-keynote .schedule-event-content p,
  .full-schedule .schedule-event-closing-reception .schedule-event-content p {
    font-size: 16px;
  }

  .footer-navigation h3 {
    margin-bottom: 10px;
  }

  .about-snd {
    display: inline-block;
    max-width: 500px;
    vertical-align: top;
  }
}

/* tablet only */
@media screen and (min-width: 765px) and (max-width: 974px) {

  .navigation {
    margin: 20px 0;
  }

  .navigation .home-item {
    margin-right: 12px;
  }

  .home .navigation .home-item {
    font-size: 70px;
  }
  
  .nav-item a {
    margin-left: 8px;
    margin-right: 8px;
  }

  .event-date {
    padding: 10px 12px;
    font-size: 13px;
  }

  .schedule-nav-date {
    font-size: 23px;
  }

  .schedule-time-label {
    width: 80px;
    margin-right: 5px;
  }

  .full-schedule .schedule-event {
    width: 28.32%;
    margin-right: 0.8%;
  }

  .home-schedule .schedule-event {
    margin-right: 0.8%;
  }

  .full-schedule .schedule-event.schedule-event-keynote,
  .full-schedule .schedule-event.schedule-event-closing-reception {
    width: 87.7%;
  }

  .schedule-event-title {
    font-size: 26px;
  }

  .single-post .main-content {
    width: 100%;
  }

  article.category-speaker .entry-speaker-image {
    width: 100px;
  }

  article.category-speaker .entry-title {
    font-size: 38px;
  }

  .gallery-button.prev {
    left: 0;
  }

  .gallery-button.next {
    right: 0;
  }
}

@media screen and (min-width: 975px) {
  .site-container {
    max-width: 945px;
  }

  .home .main {
    max-width: 540px;
    float: left;
  }

  .sidebar {
    width: 360px;
    float: right;
  }

  .sidebar-stories {
    margin-top: -45px;
  }

  .full-schedule .schedule-event {
    width: 28.84%;
    margin-right: 0.83%;
  }  

  .home-schedule .schedule-event {
    width: 27.04%;
    margin-right: 0;
  }

  .home-schedule .schedule-event h3 {
    font-size: 20px;
  }

  .full-schedule .schedule-event.schedule-event-keynote,
  .full-schedule .schedule-event.schedule-event-closing-reception {
    width: 58.58%;
  }

  .about-snd {
    max-width: none;
  }

  .about-snd p {
    display: inline-block;
    max-width: 307px;
    margin-right: 60px;
    vertical-align: top;
    margin-bottom: 0;
  }

}

@media screen and (min-width: 1245px) {
  .site-container {
    max-width: 1050px;
  }

  .home .main {
    max-width: 640px;
  }

  .full-schedule .schedule-event {
    margin-right: 1.41%;
  }  

  .home-schedule .schedule-event {
    width: 28%;
    margin-right: 0;
  }

  .home-schedule .schedule-event h3 {
    font-size: 24px;
  }

  .full-schedule .schedule-event.schedule-event-keynote,
  .full-schedule .schedule-event.schedule-event-closing-reception {
    width: 59.11%;
  }

  .about-snd {
    vertical-align: bottom;
  }

  .about-snd p {
    max-width: 386px;
  }

}

@media screen and (min-width: 1366px) {
  .site-container {
    max-width: 1200px;
  }

  .home .main {
    max-width: 760px;
  }

  .full-schedule .schedule-event {
    margin-right: 2.09%;
  }

  .home-schedule .schedule-event {
    margin-right: 1.3%;
  }

  .full-schedule .schedule-event.schedule-event-keynote,
  .full-schedule .schedule-event.schedule-event-closing-reception {
    width: 59.82%;
  }
}

/* Clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}