icon-facebook/*
Theme Name: Deeper Funner
Layout: Murmur
*/

/* =Global
----------------------------------------------- */

@-webkit-viewport {width: device-width;}
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@viewport {width: device-width;}

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #352f2d;
}

/* Clearing */
.nav-menu:before,
.nav-menu:after {
  content: '';
  display: table;
}

.nav-menu:after {
  clear: both;
}

/* =Typography
----------------------------------------------- */

/*
font-family: 'Coustard', serif;
font-family: 'Oleo Script', cursive;
*/

body,
button,
input,
select,
textarea {
    color: #342f2d;
    font-family: 'proxima-nova', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.35;
}
p {
  margin-bottom: 1em;
}
h1, h2, h3, h4,
.script,
.kicker .callout,
.pulldown {
  font-family: 'masqualero', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 2.25em;
  line-height: 1em;
}
h2 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 1.75em 0 .5em;
}
.spotlight-title {
  font-size: 2rem;
}
.spotlight-title .script {
  display: block;
  font-size: 2.5rem;
  margin: 0.25rem 0 1.45rem;
}
h3 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 1em;
}
a, a:active, a:visited {
  color: #ed1675;
  text-decoration: none;
  -webkit-transition: color 0.5s ease,
    background 0.3s ease;
  -moz-transition: color 0.5s ease,
    background 0.3s ease;
  -o-transition: color 0.5s ease,
    background 0.3s ease;
  transition: color 0.5s ease,
    background 0.3s ease;
}
a:hover {
  color: #ed1675;
}

.event-container .slides .event-dates a,
.event-container .slides .event-dates a:active,
.event-container .slides .event-dates a:visited {
  color: #fff;
  text-decoration: underline;
}
.event-container .slides .event-dates a:hover {
  color: #fff
}

.no-top-margin {
  margin-top: 0;
}

/* =Navigation
----------------------------------------------- */

.menu-toggle {
  display: block;
  font-size: 1.5em;
  text-align: center;
  background: #352f2d;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1rem 0 2rem;
}
.main-navigation.toggled .nav-menu {
  display: block;
}
.main-navigation {
  position: relative;
  float: none;
  font-size: 1.6rem;
  background: #352f2d;
}
.main-navigation .nav-menu {
  display: none;
}
.main-navigation .nav-menu > li {
  margin-bottom: 2rem;
}
.main-navigation .nav-menu > li > a {
  font-size: 1.8rem;
}

.main-navigation li {
  float: none;
  letter-spacing: 1px;
}
.main-navigation a {
  line-height: 3rem;
  padding: 0 35px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
}
.main-navigation ul ul a {
  line-height: 1.5em;
  margin: 0.5rem 0 1rem;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a {
  color: #ed1675;
}
.page-navigation {
  display: none;
}

/* =Structure
----------------------------------------------- */
#page {
  background: #fff;
}

#content {
  padding: 40px 20px 20px;
}

.container,
#content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}


/* =Header
----------------------------------------------- */
#masthead {
  text-align: center;
  background: #352f2d;
  color: #fff;
}
#header-content {
  position: relative;
  padding: 20px 0 0;
}
.site-title a {
  display: block;
  width: 349px;
  height: 88px;
  max-width: 100%;
  margin: 2rem auto 3rem;
  background: url(../img/filmed-by-bike-logo.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -5150em;
}
.newsletter {
  text-align: center;
  margin: 1rem auto 1.5rem;
}
.newsletter .email {
  vertical-align: top;
  background: transparent;
  margin-left: 10px;
  border-radius: 1rem 0 0 1rem;
  border-width: 1px;
  border-color: #ffffff transparent #ffffff #ffffff;
  height: 12px;
  padding: 0.5rem 1rem;
  font-size: 11px;
  width: 140px;
  color: #1d6469
}
.newsletter .submit {
  width: 30px;
  text-shadow: none;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  border-radius: 0 1rem 1rem 0;
  border-width: 1px;
  border-color: #ffffff #ffffff #ffffff transparent;
  height: 18px;
  background: transparent url(../img/signup.png) no-repeat center center;
  color: #1d6469;
  padding: 1.1rem 1rem;
  margin-left: -6px
}
.newsletter .submit:hover {
  border-color: #ffffff #ffffff #ffffff transparent;
  box-shadow: none;
}
.header-callout {
  display: inline-block;
  margin: 2rem 1rem;
  text-align: center;
}
.header-callout p {
  margin-bottom: 1rem;
}
.header-callout span {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-top: 0.5rem;
  text-transform: none;
}
.social-icons {
  list-style: none;
  margin: 0 0 0.5rem;
  text-align: center;
}
.social-icons li {
  display: inline-block;
}
.social-icons a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 7px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.social-icons li:first-child a {
  margin: 0;
}
.social-icons a.icon-facebook { background-image: url(../img/icon-24-facebook.png) }
.social-icons a.icon-twitter { background-image: url(../img/icon-24-twitter.png) }
.social-icons a.icon-play { background-image: url(../img/icon-24-play.png) }
.social-icons a.icon-instagram { background-image: url(../img/icon-24-instagram.png) }


.btn,
.btn:visited,
.btn:active {
  display: inline-block;
  color: #fff;
  background: #ed1675;
  padding: 1.1rem 2rem 1rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: normal;
}
.btn:hover {
  color: #fff
}

/* =Home
----------------------------------------------- */
.kicker {
  background: url("../img/kicker.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 580px;
  margin: 0;
}
.kicker:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.25);
}
.kicker .callout {
  display: table;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  height: 100%;
  margin: 0;
}
.kicker .callout a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 0 16px;
}
.kicker .callout a h1 {
  color: #fff;
  font-size: 2.5em;
  line-height: 1em;
  margin: 0 0 1.5rem;
}
.kicker .callout a p {
  font-size: 1.2em;
  line-height: 1em;
}
.kicker img { margin: 10px auto 0;}

ol.numericControls {
  list-style: none;
  margin: -1.75em 0 1em 1em;
  padding: 0;
  height: 16px;
}
ol.numericControls li a {
  display: block;
  float: left;
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  text-indent: -5150em;
  position: relative;
  z-index: 100;
  margin: 0 4px 0 0;
}
ol.numericControls li.current a {
  background: #fff;
}

.talk {
  display: block;
  background: #342f2d;
  color: #fff;
  padding: 16px;
  position:relative;
}
.talk h1, .talk h2, .talk h3 {
  color: #fff;
}
.talk a {
  color: #ed1675;
  font-weight: bold;
}
.talk:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #342f2d transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
}
.talk h2 {
  margin-top: 0;
  text-transform: capitalize;
}
.event-descriptions .talk {
  margin-bottom: 40px;
  margin-left: 1% !important;
  margin-right: 1% !important;
}
.event-descriptions .talk img {
  display: none;
}


/* =Video
----------------------------------------------- */
.murmur-sponsor {
  margin: -1em auto 2em;
  text-align: center;
}
.murmur-sponsor img {
  display: block;
  margin: 1em auto;
}
.murmur-sponsor span {
  display: inline-block;
  position: relative;
  background: #342f2d;
  color: #fff;
  padding: 2px 26px;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.murmur-sponsor span:before,
.murmur-sponsor span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
}
.murmur-sponsor span:before {
  left: 0;
  border-width: 30px 0 30px 16px;
  border-color: transparent transparent transparent #fff;
}
.murmur-sponsor span:after {
  right: 0;
  border-width: 30px 16px 30px 0;
  border-color: transparent #fff transparent transparent;
}

a.video-block {
  display: block;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  height: 175px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
a.video-block.feature {
  height: 240px;
}
.video-meta {
  background: rgba(0,0,0,0.4) url("../img/icon-16-play-padding.png") no-repeat center right;
  width: 94%;
  padding: 4% 3% 2%;
  position: absolute;
  bottom: 0;
  -webkit-transition: padding 0.15s ease;
  -moz-transition: padding 0.15s ease;
  -o-transition: padding 0.15s ease;
  transition: padding 0.15s ease;
}
a.video-block:hover .video-meta {
  padding-bottom: 4%;
}
.video-meta h3,
.video-meta p {
  margin: 0;
}
.pp_details a {
  text-decoration: underline;
}

/* =Archive (blog + search)
----------------------------------------------- */
.archiveItem {
  display: flex;
  align-items: flex-end;
  background: #9a9a9a url('../img/filmed-by-bike-logo-square.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  min-height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.archiveItem__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.archiveItem__meta {
  position: relative;
  z-index: 1;
  background: rgba(0,0,0,0.65);
  padding: 4%;
  width: 100%;
  -webkit-transition: padding 0.15s ease, background 0.15s ease;
  -moz-transition: padding 0.15s ease, background 0.15s ease;
  -o-transition: padding 0.15s ease, background 0.15s ease;
  transition: padding 0.15s ease, background 0.15s ease;
}

.archiveItem:hover .archiveItem__meta {
  padding-bottom: 5%;
  background: rgba(0,0,0,0.85);
}

.archiveItem__header {
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
}

.archiveItem__header a,
.archiveItem__content a {
  color: #fff;
}

.archiveItem__content {
  margin: 0;
}

.archiveItem__content p {
  margin: 0 0 0.5rem;
}

/* =Item list with images
----------------------------------------------- */
.item-list-image img {
  float: left;
  width: 35%;
  overflow: hidden;
  border-radius: 50%
}
.item-list-description {
  width: 60%;
  float: right;
}
.item-list-description h2 {
  margin: 0 0 .5em;
}
.item-list-description .entry-content {
  margin: 0;
}
.item-list-description p {
  font-size: .75em;
}
.item-list.split2,
.home .split3 {
  margin-bottom: 40px;
  display: inline-block;
}


/* =Posts
----------------------------------------------- */
.entry-meta,
.comment-metadata {
  font-style: italic;
  font-size: .82em;
}
#secondary ul {
  list-style: none;
  margin: 0;
}

.single-event #main,  /* allow events to slurp up some post lovin */
.single-dvd #main,    /* allow dvd to slurp up some post lovin */
.single-jury #main,   /* allow jury to slurp up some post lovin */
.single-raffle #main, /* allow raffle to slurp up some post lovin */
.single-post #main {
  max-width: 660px;
  margin: 0 auto;
  padding-top: 0;
}

.post-header {
  margin-top: 3rem;
  text-align: center;
}

.post-header .entry-title {
  position: relative;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.65rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.post-header .entry-title::after {
  content: ' ';
  display: block;
  background: #333;
  height: 1px;
  width: 300px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post-featured-image {
  margin: 0 auto;
}

.post-featured-image img {
  display: block;
}

/* post navigation */

.nav-links a {
  display: block;
  margin: 0 0 0.5rem;
}

/* =filter Bar
----------------------------------------------- */

.partFilter {
  margin: 1rem 0 2rem;
}

.partFilter .search-form {
  display: flex;
}

.partFilter .search-form label {
  display: flex;
  flex-grow: 1;
  max-width: 310px;
}

.partFilter .search-field {
  padding: 0.75rem 2rem;
  border-radius: 0;
  width: 100%;
  border-right: none;
  border-color: #aaa;
}


.partFilter input[type="submit"].search-submit {
  padding: 0.75rem 1rem;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: rgba(0, 0, 0, .8);
  -webkit-appearance: none;
  padding: .6em 1em .4em;
  text-shadow: none;
  border-left: none;
  border-color: #aaa;
}

/* =Comments
----------------------------------------------- */
#commentform label {
  display: inline-block;
  width: 75px;
}
.form-allowed-tags {
  display: none;
}


/* =previoud Nav
----------------------------------------------- */
.previous-nav ul {
 list-style: none
}
.previous-nav > ul > li > a {
  display: block;
  margin: 1em 0 .25em;
  font-weight: bold;
}
.previous-nav ul ul a {
  display: block;
  font-size: .82em;
  margin: 0 1em .5em;
  color: #352f2d;
}



/* =Form Tweak
----------------------------------------------- */
form table {
  margin: 0;
}
select, textarea {
  margin: 5px 0;
}

/* =Footer
----------------------------------------------- */
#colophon {
  padding: 20px 0 0;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
#colophon a {
  color: #ed1675;
}
#colophon h2 {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  margin: 3rem 0 1rem;
}
.logos > a,
.logos > img {
  display: inline-block;
  vertical-align: middle;
  margin: 1rem 3rem 0;
}
.dark-strip {
  background: #211e1d;
  padding: 3rem;
  margin: 3rem 0 0;
  font-size: 0.75em;
}
.site-info {
  margin: 0 0 1rem;
}
.site-info span {
  margin: 0 1rem;
}


/* =Event Info Dropdown
----------------------------------------------- */
.pulldown {
  display: none !important;
  font-size: .87em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  width: 123px;
  background: url("../img/banner-tab.png") no-repeat top center;
  text-align: center;
  line-height: 1.3em;
  position: absolute;
  top: -43px;
  right: 10px;
}
.pulldown a {
  color: #fff;
  position: relative;
  top: 10px;
}
.pulldown span {
  display: none;
  padding-top: 32px;
}
.container {
  padding: 0 20px;
  text-align: left;
}
.event-schedule {
  background: #f15a29;
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.event-header {
  margin:20px auto 30px
}
.event-nav {
  text-align: center;
  margin: 0 0 20px;
  list-style: none;
}
.event-nav li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.event-nav li a {
  display: block;
  height: 84px;
  width: 44px;
  overflow: hidden;
  text-indent: -5150em;
}
.event-nav li:last-child {
  margin: 0;
}
.event-nav li.today a {
  background: url(../img/event-icon-today.png) no-repeat;
}
.event-nav li.entire a {
  background: url(../img/event-icon-entire.png) no-repeat;
}
.event-nav li.events a {
  background: url(../img/event-icon-events.png) no-repeat;
}
.event-content {
  display: none;
  border-bottom: 2px solid #fff;
  padding: 0;
  text-align: center;

  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: #f15a29;
}
.event-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.event-container h2 {
  text-transform: inherit;
}
a.select-tab,
.event-select a.select-tab:hover {
  display: inline-block;
  font-family: 'masqualero', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  min-width: 210px;
  background: #fff;
  color: #f15a29;
  border: 2px solid #fff;
  position:relative;
  padding: 0 10px;
  margin: 0 0 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.event-descriptions {
  margin: 0 auto 50px;
}
.event-select {
  width: 350px;
  text-align: left;
  position: absolute;
  z-index: 20;
  border-right: 2px solid #fff;
  min-height: 150px;
}
.event-select .line {
  border-top: 2px solid #fff;
  position: relative;
  bottom: -18px;
}
a.select-tab.enabled {
  background: #f15a29;
  color: #fff;
}
a.select-tab:before,
a.select-tab:after {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  }
a.select-tab:before {
  border-width: 17px 0 17px 17px;
  bottom: -2px;
  right: -19px;
  border-color: transparent transparent transparent #fff;
}
a.select-tab:after,
.event-select a.select-tab:hover:after {
  border-width: 15px 0 15px 15px;
  bottom: 0;
  right: -15px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.select-tab.enabled:after {
  border-color: transparent transparent transparent #f15a29;
}
.event-dates {
  padding: 0 0 80px 20px !important;
  margin: 0 0 0 350px;
}
.event-dates h2 {
  color: #fff;
  margin: 0;
}
.event-dates h3 {
  color: #a53a16;
  margin: 1em 0 0;
}
.event-dates p,
.event-dates li {
  font-family: 'Montserrat', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .87em;
  letter-spacing: 1px;
  margin: 0 0 .25em;
}
.event-dates ul {
  list-style: none;
  margin: 0;
}
.website-enter img {
  position: absolute;
  z-index: 10;
  bottom: 25px;
  left: 50%;
  margin-left: -154px;
  cursor: pointer;
}
.event-ticket {
  position: absolute;
  bottom: 15px;
  right: 20px
}

/** remove woocommerce byline */
.product .entry-meta .byline {
  display: none;
}


/* =Responsive media break points
 * in console: window.innerWidth to get px value
 * px / 16 = em
 */


/* ~700px breakpoint
----------------------------------------------- */
@media only screen and (min-width: 40em) {
  .nav-links {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #333;
  }
  .nav-links a {
    position: relative;
    max-width: 180px;
    padding-top: 2rem;
  }

  .nav-links a[rel=next] {
    text-align: left;
  }
  .nav-links a[rel=prev] {
    text-align: right;
  }

  .nav-links .meta-nav {
    position: absolute;
    top: 0;
  }
  .nav-links a[rel=prev] .meta-nav {
    right: 0;
  }
  .nav-links a[rel=next] .meta-nav {
    left: 0;
  }
}

/* =930px breakpoint (navigation switch)
----------------------------------------------- */
@media only screen and (min-width: 58em) {
  .content-area.with-side {
    float: left;
    margin: 0 -30% 0 0;
    width: 100%;
  }
  .with-side .site-main {
    margin: 0 30% 0 0;
  }
  .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 25%;
  }
  .page-template-page-sidebar-nav-php .content-area.with-side {
    float: right;
  }
  .page-template-page-sidebar-nav-php .site-content .widget-area {
    float: left;
  }
  .page-template-page-sidebar-nav-php .sub-navigation {
    display: none;
  }


  .page-template-page-sidebar-nav-php .widget-area {
    position: relative;
    background: #352f2d;
    font-size: .87em;
    padding: 42px 0 16px;
    margin-top: -40px;
  }

  .page-template-page-sidebar-nav-php .widget-area ul {
    list-style: none;
    margin: 0;
    text-transform: uppercase;
  }
  .page-template-page-sidebar-nav-php .widget-area a {
    display: block;
    font-weight: bold;
    line-height: 2em;
    padding: 0.75em 1em;
    color: #fff;
    line-height: 1.2em;
  }
  .page-template-page-sidebar-nav-php .widget-area a:hover,
  .page-template-page-sidebar-nav-php .widget-area li.current_page_item > a,
  .page-template-page-sidebar-nav-php .widget-area li.current-page-ancestor > a {
    background: #fff;
    color: #0f4c4a;
    position:relative;
  }


  .event-schedule {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    background: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  }
  .main-navigation .nav-menu {
    display: block;
    margin: 20px 0 0;
    background: transparent;
    text-align: center;
  }
  .main-navigation ul {
    display: none;
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .main-navigation li {
    text-align: left;
  }
  .main-navigation .nav-menu > li {
    display: inline-block;
    margin: 0 2rem;
  }
  .main-navigation li:last-child {
    margin-right: 0;
  }
  .main-navigation a {
    line-height: 48px;
    padding: 0;
    background: transparent;
    color: #352f2d;
  }
  .main-navigation .nav-menu > li > a {
    font-size: inherit;
  }
  .main-navigation a:hover {
    color: #ed1675;
    position:relative;
  }
  /* prevent double nav activation hack */
  .main-navigation ul ul {
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 1.5em;
    z-index: 99999;
    background: #fff;
    top: 48px;
    padding: 0 3rem 2rem;
    margin-left: -3rem;
  }
  .main-navigation ul ul ul {
    left: 100%;
    top: 0;
  }
  .main-navigation ul li:hover > ul {
    display: block;
  }
  .main-navigation ul ul a {
    width: auto;
    line-height: 3.5em;
    white-space: nowrap;
    margin: 0;
  }
  /*
  .main-navigation li.current_page_item > a:after,
  .main-navigation li.current-page-ancestor > a:after {
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0px 0 20px;
    border-color: #cc5527 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    right: 0px;
  }
  */
  .site-title a {
    float: left;
  }
  #header-content {
    padding: 0 20px;
  }
  .pulldown {
    top: -19px;
    right: 230px;
  }
  .social-block {
    float: right;
    margin: 2.25rem 0 0;
  }
  .newsletter {
    margin: 0 0 1.5rem;
    text-align: right;
  }
  .newsletter .email {
    width: 160px;
  }
  .social-icons {
    margin: 0 0 3.5rem;
    text-align: right;
  }
  .header-callout {
    float: right;
    margin: 1rem 4rem 0 0;
  }
  .submit-badge {
    margin-top: 2.25rem;
  }
  .multi-column {
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;

    -moz-column-gap:50px;
    -webkit-column-gap:50px;
    column-gap:50px;

    column-rule: thin solid #ccc;
  }
  .split1-3 {
    width: 30%;
    float: left;
  }
  .split2-3 {
    width: 60%;
    float: left;
  }
  .split2 {
	display: block;
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .split2:nth-child(2) {
    margin-right: 0;
  }
  .item-list.split2 {
    min-height: 200px;
  }
  .split3 {
	display: block;
    width: 32%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
  }
  .home .split3 {
    width: 26.666%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 20px 2%;
  }
  .event-descriptions .split3 {
    width: 26.666%;
  }
  .split3:first-child,
  .split3:nth-child(3n+1) { margin-left: 0 }
  .split3:last-child,
  .split3:nth-child(3n+3) { margin-right: 0 }

  .kicker .callout {
    margin: 0 auto;
    max-width: 600px;
  }
  .kicker .callout a {
  }
  .kicker .callout a h1 {
    font-size: 4.5em;
  }
}

/* =1080px breakpoint
----------------------------------------------- */
@media only screen and (min-width: 1135px) {
  .murmur-sponsor img {
    display: inline-block;
    margin: 0 auto;
  }
  .murmur-sponsor span {
    top: -25px;
    display: inline-block;
    min-width: 380px;
  }
  .murmur-sponsor span.left {
    text-align: right;
    padding-right: 12px;
  }
  .murmur-sponsor span.right {
    text-align: left;
    padding-left: 12px;
  }
  .murmur-sponsor span.left:after,
  .murmur-sponsor span.right:before {
    display: none;
  }
  .header-callout {
    margin-right: 8rem;
  }
}


/* =high pixel ratio
----------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

  .site-title a {
    background: url(../img/filmed-by-bike-logo-x2.png) no-repeat;
    background-size: 100% auto;
  }
  .social-icons a.icon-facebook { background: url(../img/icon-48-facebook.png) no-repeat }
  .social-icons a.icon-twitter { background: url(../img/icon-48-twitter.png) no-repeat }
  .social-icons a.icon-play { background: url(../img/icon-48-play.png) no-repeat }
  .social-icons a.icon-instagram { background: url(../img/icon-48-instagram.png) no-repeat }
  .social-icons a.icon-facebook,
  .social-icons a.icon-twitter,
  .social-icons a.icon-play,
  .social-icons a.icon-instagram {
    background-size: 16px 16px;
  }
}


/* =Base Print Styles, inline to save the HTTP request
----------------------------------------------- */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
