/* BRC's Overrides */

body {
  background-image: url('../images/isos-bg.jpg');
  background-repeat: repeat-x;
  background-position: top center !important;
  background-color: #ffffff;
}

/*Fix logo padding*/
div.rt-block.logo-block {
  margin: 0 0 0 25px;
}

/* Front page image */
.fp-layout-image {
  position: relative;
}

.fp-layout-image:after {
  display: table;
  clear: both;
}

.event-image-container {
  position: relative;
  z-index: 2;
}

.event-image-container img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  position: relative;
}

.event-content {
  position: absolute;
  bottom: 30%;
  left: 21.5%;
  width: 60%;
  padding: 15px;
  border-radius: 5px;
  z-index: 2;
}

h2.event-title {
  color: #222222;
  font-size: 48px;
  margin: 0 0 20px 0;
  font-family: 'UbuntuMedium', Verdana, Helvetica, Arial, sans-serif;
}

.event-dates {
  color: #222222;
  font-weight: bold;
  font-size: 1.5em;
}

@media only screen and (max-width: 375px) {
  .layout-slideshow2 h2.sprocket-features-title {
    font-size: 1.0em;
  }

  div .layout-slideshow2 .sprocket-features-padding {
    padding: 0 25px 15px 25px;
  }

  div .layout-slideshow2 .sprocket-features-content {
    min-height: 55px;
  }

  .layout-slideshow2 div.sprocket-features-content::before {
    border-left-width: 7px;
    border-right-width: 7px
  }

  h2.event-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .event-content {
    width: 80%;
    left: 4%;
  }
}

@media only screen and (min-width: 376px)and (max-width: 480px) {
  .layout-slideshow2 h2.sprocket-features-title {
    font-size: 1.25em;
  }

  div .layout-slideshow2 .sprocket-features-padding {
    padding: 0 30px 15px 30px;
  }

  .layout-slideshow2 div.sprocket-features-content::before {
    border-left-width: 9px;
    border-right-width: 9px
  }

  h2.event-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .event-content {
    width: 80%;
    left: 5%;
  }
}


@media only screen and (min-width: 481px)and (max-width: 1200px) {
  body .rt-social-buttons {
    margin-bottom: 0;
  }

  div #rt-logo {
    background: url(/images/banners/ISOSLong188.png) 5% 50% no-repeat !important;
  }
}
