/*
Theme Name: DW Timeline
Theme URI: http://www.designwall.com/wordpress/themes/dw-timeline/
Author: DesignWall
Author URI: http://www.designwall.com
Description: Timeline WordPress Theme
Version: 1.0.8
License: GNU General Public License
License URI: license.txt
Text Domain: dw-timeline
Domain Path: /languages/
Tags: black, gray, white, light, orange, pink, purple, two-columns, fixed-layout, custom-menu, featured-image-header, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

DW Timeline is based on Roots starter theme: http://roots.io/
*/

.banner .page-description {
  padding-top: 255px;
  margin-bottom: 0;
}

@import url(//fonts.googleapis.com/css?family=Alegreya+Sans+SC:300);
.banner .page-title,
.banner .page-description {
  font-family: "Alegreya Sans SC","HelveticaNeue-Light", "HelveticaNeue-Light", "Helvetica", Arial, sans-serif;
  text-transform: capitalize;
  font-weight: normal;
  color: #fff;
}

.banner .page-title {
  color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.2);
  border-bottom:  none;
  border-left: none;
  border-right: none;
  width: 100%;
  margin-top: 6px;
  padding-top: 0;
}

div.content {
  background: rgba(255,255,255,0.9);
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  top: -25px;
  padding-top: 25px;
}

.single .no-cover+.wrap .hentry header {
  border-bottom: 1px solid #12173f;
}

body {
  background: url(/wp-content/uploads/2014/04/body-bg.jpg) #12173f no-repeat center top;
  padding-bottom: 50px;
}

.no-cover .nav-main {
  background: rgba(255,255,255,0.8);
}

h1.entry-title ,
* {
  font-family: "HelveticaNeue-Light", "HelveticaNeue-Light", "Helvetica", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
}

.banner {
  z-index: 5;
}

.banner hgroup:after {
  display: none;
}
.banner #get-started {
  font-size: 13px;
}

.banner.cover {
  border-bottom: 2px solid rgba(18,23,63,0.7);
}
.banner.cover:before {
  background-color: none;
  background-repeat: none;
}

div.entry-format ,
.timeline-pale.dwtl.full {
  display: none;
}
.nav-main {
}

.timeline:before {
  background: rgba(0,0,0,0.1);
  width:1px;
}
.timeline .dwtl:before {
  border: 1px solid rgba(18,23,63,0.3);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
}

.timeline-scrubber {
  display: none;
}
.timeline-scrubber ul {
  border: none;
}

