/* 	Ascend - Ghost Theme
*	
*	AFTERTYPE.COM
*
*	v1.0.0
*	Copyright (c) 2014
*
*
*
*	Styling Content:
*
*	0. IMPORTS (Normalize & Fonts Setup)
*	A. HEADER (SIDEBAR)
*	B. MAIN CONTENT
*	C. PAGINATION
*	D. SINGLE POST
*	E. TAG-AUTHOR PAGE
*	F. FOOTER
*	G. DYNAWIDGETS
*	H. MEDIA QUERIES (Smaller Screens)
*	I. MEDIA QUERIES (Medium to Large Screens)
*
* */
@import url("http://cdn.jsdelivr.net/normalize/3.0.3/normalize.min.css");
@import url("http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Droid+Serif:700,400italic");
@import url("http://cdn.jsdelivr.net/nanoscrollerjs/0.8.0/css/nanoscroller.min.css");
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
body {
  background-color: #fff;
  color: #363636;
  font-family: 'Lato', sans-serif;
  line-height: 1.45em;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Droid Serif', serif;
  font-weight: 700;
  line-height: 1.2em;
  margin: 1.414em 0 0.5em;
}
p {
  margin-bottom: 1.3em;
}
h1 {
  margin-top: 0;
  font-size: 2.074em;
}
h2 {
  font-size: 1.728em;
}
h3 {
  font-size: 1.44em;
}
h4 {
  font-size: 1.2em;
}
small,
.font_small {
  font-size: 0.833em;
}
/* ====================================
// A. HEADER (SIDEBAR)
==================================== */
#main-head-asnd {
  background-color: #f0f0f0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100;
}
#main-head-asnd a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#head-wrapper-asnd {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 110;
}
.nano .nano-pane,
.nano .nano-slider {
  background-color: transparent;
}
.nano .nano-pane {
  margin-right: -12px;
}
#main-logo-asnd {
  height: auto;
  margin: 0;
  max-height: 84px;
  max-width: 100%;
  width: auto;
}
#main-name-asnd {
  font-size: 1.4em;
  margin: 0;
  position: relative;
}
#main-name-asnd a {
  color: #bdbdbd;
  text-decoration: none;
}
#main-name-asnd a:hover {
  color: #7ad3aa;
}
#the-description-asnd {
  color: #bdbdbd;
  display: none;
  font-size: 0.78em;
  font-style: italic;
  font-family: 'Droid Serif', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  margin-top: 26px;
}
.home-template #the-description-asnd {
  display: block;
}
#main-nav-asnd {
  margin: 26px 0;
  position: relative;
}
#main-nav-asnd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-nav-asnd a {
  border-bottom: 1px solid transparent;
  color: #363636;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
  text-decoration: none;
}
#main-nav-asnd a:hover {
  border-color: #7ad3aa;
  color: #7ad3aa;
}
#mobile-menu-ignite-asnd {
  cursor: pointer;
}
#dynasocial-links {
  margin-top: 26px;
  position: relative;
}
#dynasocial-links a {
  font-size: 1.2em;
  margin-right: 10px;
}
/* ====================================
// B. MAIN CONTENT, LOOP
==================================== */
#main-asnd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 19%;
  padding: 0 42px;
  position: relative;
  max-width: 790px;
}
#main-asnd a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main-asnd article {
  border-bottom: 2px dotted #dbdbdb;
  padding: 42px 0;
  position: relative;
}
#main-asnd article .post-header {
  position: relative;
  width: 100%;
}
#main-asnd article .post-meta-info {
  color: #7ad3aa;
  display: inline-block;
  font-size: 0.8em;
  margin-bottom:16px;
}
#main-asnd article .post-meta-info time {
  font-weight: 700;
  text-transform: uppercase;
}
#main-asnd article .post-meta-info a {
  color: #7ad3aa;
  font-style: italic;
}
#main-asnd article .post-meta-info a:hover {
  color: #363636;
}
#main-asnd article .post-title {
  font-size: 2em;
  line-height: 1.4em;
  margin: 42px 0 16px 0;
}
#main-asnd article .post-title a {
  color: #363636;
  text-decoration: none;
}
#main-asnd article .post-title a:hover {
  color: #7ad3aa;
}
#main-asnd article .post-author-link {
  color: #bdbdbd;
  font-size: 0.9em;
  font-weight: 700;
}
#main-asnd article .post-author-link a {
  color: #bdbdbd;
}
#main-asnd article .post-author-link a:hover {
  color: #7ad3aa;
}
#main-asnd article .post-excerpt {
  position: relative;
}
#main-asnd article .post-excerpt p {
  margin: 42px 0;
}
#main-asnd article .read-more-link {
  color: #7ad3aa;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}
#main-asnd article .read-more-link:hover {
  color: #363636;
}
/* ====================================
// C. PAGINATION
==================================== */
#top-paged-nav-asnd {
  display: none;
}
.paged #top-paged-nav-asnd {
  border-bottom: 2px dotted #dbdbdb;
  display: block;
}
nav.pagination {
  color: #bdbdbd;
  font-size: 0.84em;
  position: relative;
  text-align: center;
}
nav.pagination .page-number {
  font-family: "Droid Serif", serif;
  font-weight: 700;
}
nav.pagination a {
  color: #7ad3aa;
  font-weight: 700;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav.pagination a:hover {
  color: #363636;
}
nav.pagination .newer-posts {
  left: 0;
}
nav.pagination .older-posts {
  right: 0;
}
/* ====================================
// D. SINGLE POST, PAGE
==================================== */
#post-page-asnd {
  position: relative;
}
#post-page-asnd img {
  margin: auto;
  max-width: 100%;
}
#post-page-asnd .post-header img {
  margin: 42px 0;
}
#post-page-asnd #post-content-asnd {
  position: relative;
}
#post-page-asnd #post-content-asnd a {
  color: #7ad3aa;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#post-page-asnd #post-content-asnd a:hover {
  color: #363636;
}
#post-page-asnd #post-content-asnd code {
  background-color: #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 8px;
}
#post-page-asnd #post-content-asnd blockquote {
  border-left: 5px solid #7ad3aa;
  font-family: "Droid Serif", sans-serif;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  margin: 26px 0;
  padding: 0;
  padding-left: 26px;
}
#post-page-asnd #post-content-asnd pre code {
  background-color: transparent;
}
.page-template #post-page-asnd .post-header img {
  margin-top: 0;
}
#author-share-asnd {
  position: relative;
}
#author-share-asnd a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#author-share-asnd .share-section {
  position: relative;
}
#author-share-asnd .share-label {
  font-family: "Lato", sans-serif;
  font-size: 1em;
}
#author-share-asnd .share-link {
  font-size: 0.9em;
  font-weight: 700;
  margin-right: 10px;
  text-decoration: none;
}
#author-share-asnd .share-link:hover {
  opacity: 0.4;
}
#author-share-asnd .share-link.twitter {
  color: #4099ff;
}
#author-share-asnd .share-link.facebook {
  color: #3b5998;
}
#author-share-asnd .share-link.google-plus {
  color: #d34836;
}
#author-share-asnd .author-section {
  background-color: #f0f0f0;
  position: relative;
}
#author-share-asnd .author-pic {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: auto;
  width: 67px;
}
#author-share-asnd .author-name {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  margin: 0;
}
#author-share-asnd .author-name a {
  color: #363636;
  text-decoration: none;
}
#author-share-asnd .author-name a:hover {
  color: #ababab;
}
#author-share-asnd .author-bio {
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 10px 0;
}
#author-share-asnd .author-website {
  color: #7ad3aa;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#author-share-asnd .author-website:hover {
  color: #ababab;
}
#author-share-asnd .jump-to-posts {
  background-color: #f0f0f0;
  margin-bottom: 67px;
  position: relative;
}
#author-share-asnd .jump-to-posts h4 {
  border-bottom: 1px solid #fff;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#author-share-asnd .jump-to-posts div {
  margin-bottom: 16px;
}
#author-share-asnd .jump-to-posts a {
  color: #7ad3aa;
}
#author-share-asnd .jump-to-posts p {
  font-size: 0.8em;
}
#author-share-asnd .next-post-label,
#author-share-asnd .prev-post-label {
  color: #ababab;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 10px;
}
#dynacomments a {
  color: #7ad3aa;
}
/* ====================================
// E. TAG, AUTHOR PAGES
==================================== */
#tag-author-page-section-asnd {
  border-bottom: 2px dotted #dbdbdb;
  padding: 42px 0;
  position: relative;
}
#tag-author-page-section-asnd a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#tag-author-page-section-asnd h1 {
  color: #7ad3aa;
  margin: 0;
  line-height: 0.6em;
}
#tag-author-page-section-asnd h1 span {
  color: #363636;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 0.48em;
  margin-bottom: 16px;
  vertical-align: top;
}
#tag-author-page-section-asnd .subscribe-to-it {
  color: #7ad3aa;
  font-size: 0.8em;
  font-style: italic;
  text-decoration: none;
}
#tag-author-page-section-asnd .subscribe-to-it:hover {
  color: #363636;
}
#tag-author-page-section-asnd .author-left-side,
#tag-author-page-section-asnd .author-right-side {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50%;
}
#tag-author-page-section-asnd .author-left-side {
  padding: 0 42px 0 83px;
}
#tag-author-page-section-asnd .author-pic {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 67px;
}
#tag-author-page-section-asnd .author-name {
  color: #363636;
  font-size: 1em;
  margin: 0;
}
#tag-author-page-section-asnd .author-website {
  color: #7ad3aa;
  font-size: 0.8em;
}
#tag-author-page-section-asnd .author-website:hover {
  color: #363636;
}
#tag-author-page-section-asnd .author-count {
  font-size: 0.8em;
}
#tag-author-page-section-asnd .author-bio {
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 0;
}
.tag-template .subscribe-to-it {
  position: absolute;
  right: 0;
  top: 42px;
}
/* ====================================
// F. FOOTER
==================================== */
#main-footer-asnd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #bdbdbd;
  font-size: 0.75em;
  position: relative;
  text-align: center;
}
#main-footer-asnd a {
  color: #363636;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main-footer-asnd a:hover {
  color: #dbdbdb;
}
/* ====================================
// G. DYNA WIDGETS
==================================== */
.dynawidgets-area {
  position: relative;
}
.dyna-spot {
  display: inline-block;
  margin: 0;
  margin-bottom: 42px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.dyna-spot h5 {
  color: #bdbdbd;
  font-family: "Lato", sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.dyna-spot .pics-container {
  position: relative;
}
.dyna-spot .grid-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  margin-top: 8%;
  padding: 23% 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: top;
  width: 46%;
}
.dyna-spot .grid-img:nth-of-type(2n) {
  margin-left: 8%;
}
.dyna-spot .grid-img:hover {
  opacity: 0.4;
}
/* ====================================
// I. MEDIA QUERIES(Smaller Screens)
==================================== */
@media only screen and (min-width: 320px) {
  body {
    font-size: 14px;
  }
  #main-head-asnd {
    margin-left: -148px;
    width: 190px;
  }
  #head-wrapper-asnd {
    padding: 16px 42px 16px 16px;
  }
  #mobile-menu-ignite-asnd {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px;
    width: 42px;
    z-index: 120;
  }
  nav.pagination {
    padding: 16px 0;
  }
  #main-asnd,
  #main-footer-asnd {
    margin-left: 42px;
    padding: 0 16px;
  }
  #author-share-asnd .share-section {
    border-top: 2px dotted #dbdbdb;
    text-align: center;
  }
  #author-share-asnd .author-section {
    margin: 26px 0;
    min-height: 67px;
    padding: 26px;
    text-align: center;
  }
  #author-share-asnd .author-pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
    position: relative;
  }
  #author-share-asnd .jump-to-posts {
    padding: 26px;
  }
}
@media only screen and (min-width: 540px) {
  body {
    font-size: 16px;
  }
  #author-share-asnd .share-section {
    border-top: none;
    text-align: left;
  }
  #author-share-asnd .share-label {
    display: inline-block;
    margin-right: 26px;
  }
  #author-share-asnd .author-section {
    margin: 67px 0;
    min-height: 67px;
    padding: 42px 42px 42px 125px;
    text-align: left;
  }
  #author-share-asnd .author-pic {
    left: 42px;
    position: absolute;
    top: 42px;
    width: 67px;
  }
  #author-share-asnd .jump-to-posts {
    padding: 42px;
  }
}
/* ====================================
// J. MEDIA QUERIES(Md Lg Screens)
==================================== */
@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
  #main-head-asnd {
    margin-left: 0;
  }
  #head-wrapper-asnd {
    padding: 26px;
  }
  #mobile-menu-ignite-asnd {
    display: none;
  }
  nav.pagination {
    padding: 26px 0;
  }
  #main-asnd,
  #main-footer-asnd {
    margin-left: 190px;
  }
  #main-asnd {
    padding: 0 26px;
  }
  #main-asnd article .tags-block {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
  }
  #main-footer-asnd {
    padding: 42px;
  }
}
@media only screen and (min-width: 960px) {
  body {
    background-color: #fff;
  }
  #main-head-asnd {
    max-width: 245px;
    width: 19%;
  }
  #head-wrapper-asnd {
    padding: 17.1%;
  }
  #main-asnd {
    margin-left: 19%;
    padding: 0 42px;
    max-width: 790px;
  }
  nav.pagination {
    padding: 42px 0;
  }
  #main-footer-asnd {
    margin-left: 19%;
    max-width: 790px;
  }
}
