/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 body {
     -webkit-overflow-scrolling: touch;
 }

.side-nav {
	width: 200px;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.story {
  padding-left: 0;
}
.story p {
  text-align: left;
}
.story-image {
  /*background-color: #212121;*/
  text-align: center;
  padding: 0;
  margin: 0;
}
.add {
  margin: 0;
}
.detail {
  margin-bottom: 25px;
}
.cdetail {
  margin-bottom: 10px;
}
.filter {
  margin-top: 15px;
}
.filter .row {
  margin-bottom: 0;
}
.filter-btns {
  margin-top: 50px;
}
.filter-story {
  border-bottom: 1px dashed #000;
}

#story-list {
  margin: 50px 0 100px 0;

}

.remove-play {
  display: none;
}

.sshare {
	margin-top: 10px;
}

#play-cart {
  display: none;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  padding: 0;
}

#play-status {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 55px;
  padding: 0;
  
}

#play-cart .stats, #play-status .stats {
  margin: 5px 5px 5px 15px;
  font-size: 33px;
  color: #fff;
  float: left;
}

#play-cart span, #play-status span {
  margin: 0 15px 0 5px;
}

#play-cart .btn, #play-status .btn {
  margin: 10px 15px 10px;
}

#play-cart .return {
  display: none;
}

#view-cart {
  height: 100%;
}

#cart {
  margin: 50px 0 100px 0;
  height: auto;
}

#cart li {
  margin: 5px 0 5px 0;
}

.cart-btn {
  margin: 0 5px 10px 5px;
}

.thumb {
    display: block;
    width: 100%;
    height: 225px;
    max-height: 225px;
    margin-bottom: 15px;
    background-position: center center;
    background-size: cover;
}
.advice {
	display: none;
}

#sortable {
  margin-top: 60px;
}

.cartthumb {
  display: block;
  width: 100%;
  height: 150px;
  max-height: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-position: center center;
  background-size: cover;
}

.reorder {
  cursor: move;
}

.story-highlight {
  width: 915px;
  height: 160px;
  border: 1px dashed #000;
}

.modal {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 100%;
  border-radius: 0;
  will-change: bottom, opacity;
}

#send-complete .modal-content,
#send-complete .modal-footer {
  width: 55%;
  margin: auto;
}

#complete {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  padding-bottom: 16px;
}
#complete::after {
  content: " ";
  width: 100%;
  border-bottom: 1px dashed black;
  display: block;
  width: 100%;
}

#complete #completeContent {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 16px;
}

#complete h3 {
  margin-top: 0;
}

#complete .helptext {
  font-size: 14px;
  position: relative;
  top: -26px
}

#complete h3, #complete p {
  text-align: center;
}

#send-complete, #share-link {
  display: none;
  padding: 10px 20px 10px 20px;
  text-align: left;
}

/* label color */
   .input-field label {
     color: #000;
   }
   /* label focus color */
   .input-field input[type=email]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=email]:focus {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=email].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000;
   }

.noUi-target {
  margin-bottom: 50px;
}

.noUi-connect {
  background: #d84315;
  box-shadow: inset 0 0 3px rgba(51,51,51,.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/*.story-modal {
  top: 0;
  height: 100%;
}*/

@media only screen and (min-width: 601px) {
  .add {
    margin: 2.5rem 0 1.68rem 0;
  }
  .thumb {
    min-width: 215px;
    height: 161px;
    margin: 0 10px 0;
  }
  .cartthumb {
    min-width: 200px;
    height: 150px;
    margin-bottom: 0;
  }

  .list-item {
    margin: 0 10px 8px 0;
  }
  .list-item b {
    font-size: 11px;
  }
}

@media only screen and (min-width: 993px) {
  .story {
    border-right: 1px solid #000;
  }
  .detail {
    margin-bottom: 10px;
  }
  .thumb {
    min-width: 300px;
    height: 225px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .cartthumb {
    min-width: 240px;
    height: 180px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .list-btn {
    margin-top: 20px;
  }
  #play-cart, #play-status {
    padding: 0 120px 0 120px;
  }
  #play-cart .stats, #play-status .stats {
    padding: 10px;
  }
  #play-cart span, #play-status span {
    margin: 0 45px 0 10px;
  }
  #play-cart .btn, #play-status .btn {
    margin: 20px 0 20px;
  }
}
