/*-------------------------------------------------------------- Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } h1.entry-title { color: #353535; font-weight: 700; margin-bottom: 0; padding-bottom: 0; text-transform: capitalize; } h1.entry-title a { color: $body_color; } .hentry { margin: 0 0 15px; } nav.navigation{ margin-bottom:20px; } .single .byline, .group-blog .byline, .posted-on, .blog-author, .blog-cat { display: inline; font-family: 'Roboto', sans-serif; font-size: 14px; font-style: italic; font-weight: 300; } .cat-links { margin-right: 10px; } .page-content, .entry-content, .entry-summary { margin: 15px 0 0; } .page-links { clear: both; margin: 0 0 15px; } .edit-link .post-edit-link { background: $primary_color; padding: 4px 10px; color: #FFF !important; line-height: 1; border-radius: 3px; font-size: 13px; } .edit-link .post-edit-link:before { content: "\f044"; font-family: FontAwesome; margin-right: 5px; } #blog-post article.hentry, .search article.hentry, .archive article.hentry, .tag article.hentry, .category article.hentry, .blog article.hentry { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #DDD; } article.hentry .edit-link { display: block; margin-top: 20px; } article.hentry h1.entry-title { margin-bottom: 5px; line-height: 1.2; } article.hentry .entry-footer>span { margin-right: 15px; font-size: 13px; } .posted-on:before { content: "\f073"; font-family: FontAwesome; font-style: normal; margin-right: 5px; } .cat-links:before { content: "\f07c"; font-family: FontAwesome; font-style: normal; margin-right: 5px; } .comments-link:before { content: "\f075"; font-family: FontAwesome; font-style: normal; margin-right: 5px; } .byline:before { content: "\f007"; font-family: FontAwesome; font-style: normal; margin-right: 5px; } .tags-links:before { content: "\f02c"; font-family: FontAwesome; font-style: normal; margin-right: 3px; } .entry-footer .tags-links a { border: 1px solid #e1e1e1; display: inline-block; margin: 0 5px; padding: 0 10px; } .updated { display: none; } .published.updated { display: inline-block; } .entry-footer a { color: #999; } .entry-footer a:hover { color: $primary_color } .nav-links{ &:after{ content:""; display:block; clear:both; } } .nav-links .meta-nav { display: none; } .nav-links .nav-previous, .nav-links .nav-next { width: 50%; float: left; } .nav-links .nav-next { text-align: right; float: right; } .nav-links .nav-previous a:before { content: "\f0d9"; font-family: FontAwesome; font-style: normal; margin-right: 5px; } .nav-links .nav-next a:after { content: "\f0da"; font-family: FontAwesome; font-style: normal; margin-left: 5px; } .nav-links .nav-previous, .nav-links .nav-next { float: left; width: 25%; } .nav-links .nav-next { float: right; } .nav-links .nav-next a, .nav-links .nav-previous a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .entry-thumbnail { width: 38%; float: left; } .entry-excerpt { width: 60%; float: right; } .short-content { margin-bottom: 10px; } .short-content+.bttn { float: right; } .entry-footer { margin-top: 10px; } .full-width { float: none; width: 100%; } /*-------------------------------------------------------------- Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } .logged-in-as{ a{ color: $primary_color; } } /*-------------------------------------------------------------- Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */ .infinity-end.neverending .site-footer { display: block; } #infinite-footer{ display: none; }