/**
 *
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: 'Roboto';
  font-weight: 400;
  color: #444;
}

html {
  overflow: hidden;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      -webkit-align-content: stretch;
          align-content: stretch;
  background: #ececec;
}

a {
  color: #E65100;
}

.header {
  width: 100%;
  height: 156px;
  background: #FF8F00;
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  padding: 0 0 0 72px;
  z-index: 1;
  position: fixed;
  will-change: transform;

}

.header__title-wrapper {
  position: absolute;
  bottom: 16px;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.header__title {
  font-size: 40px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.header__subhead {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  opacity: 0.54;
}
/*
body.details-active .story__title,
body.details-active .story__by,
body.details-active .story__score {
  transition: opacity 0.5s ease-out;
  opacity: 0 !important;
}*/

/*body.details-active .story {
  background: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
}*/

body.raised .header {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.23);
}

main {
  padding-top: 156px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  position: relative;
  will-change: transform;
}

main.loading {
  background: url(../images/loader.png) center center no-repeat;
  background-size: 24px 24px;

  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.story {
  padding: 16px 16px 16px 72px;
  background: #FFF;
  background: linear-gradient(to bottom, #FFF 0%,#F4F4F4 100%);
  position: relative;
  min-height: 90px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

.story:after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #dedede;
}
/*
.story:nth-last-child(-n+1):after {
  display: none;
}*/

.story__title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0,0,0,0.87);
  margin: 0;
  padding: 0;
  line-height: 32px;
}

.story__by,
.story-details__by {
  color: rgba(0,0,0,0.54);/**/
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.story__score {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFB300;
  border-radius: 50%;
  color: rgba(255,255,255,0.87);
  font-weight: 500;
  font-size: 13px;
  left: 16px;
  top: 16px;
  text-align: center;
  line-height: 40px;

  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
}

.story-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      -webkit-align-content: stretch;
          align-content: stretch;

  /*opacity: 0;*/
  position: fixed;
  top: 0;
  left: 0;
  /*left: 100%;*/
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);

  overflow: hidden;
  /*transition: opacity 0.3s ease-out;*/
  transition: all 0.3s ease-out;
  will-change: transform;
  animation: sd-out 0.3s ease-in-out 0s 1;
  transform:translate3d(100%, 0, 0);
}

/*.story-details * {
  will-change: transform;
  transform: translateZ(0);
}*/

.story-details.visible{
  transform: translate3d(0,0,0);
  animation: sd-in 0.3s ease-in-out 0s 1;
}

@keyframes sd-in {
  0% {
      visibility: hidden;
      transform:translate3d(100%, 0, 0);
  }
  100% {
      transform:translate3d(0, 0, 0);
      visibility: visible;
  }
}

.story-details__content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;

  -webkit-overflow-scrolling: touch;

  padding: 0 16px 72px 72px;
}

.story-details__title {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.story-details__title-link {
  color: #FFF;
  opacity: 0.6;
}

.story-details__url {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  font-weight: 400;
}

.story-details__header {
  padding: 16px 16px 64px 72px;
  background: #FFA000;
  position: relative;
  /*left: 0;
  top: 0; done in .story-details */
  width: 100%;
  z-index: 1;
}

.story-details__close {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -48px;
  background: url(../images/ic_close_24px.svg) center center no-repeat;
  border: none;
  text-indent: -10000px;
  border-radius: 0;
}

.story-details__meta {
  background: #FFC107;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 72px;
  line-height: 40px;
  color: rgba(0,0,0,0.57);
}

.story-details__comment {
  font-size: 14px;
  line-height: 22px;
  padding: 16px 0;
  word-wrap: break-word;
  border-bottom: 1px solid #9c9c9c;
}

.story-details-comment__author {
  font-weight: 700;
  font-size: 16px;
}

.story-details__comments-title {
  font-weight: 400;
  margin: 0;
  padding: 48px 0 0 0;
}

.story-details__link {
  display: inline-block;
  padding: 10px;
  background: #FF8F00;
  color: #FFF;
  border-radius: 2px;
  text-decoration: none;
  margin-top: 30px;
}

footer {
  font-size: 13px;
  height: 40px;
  background: #ececec;
  color: #888;
  text-align: center;
  line-height: 40px;
}

footer a {
  color: #666;
  font-weight: 500;
}
