/*----------------------------- # Singular ------------------------------*/ .content-area{ @include padding($base__spacing); } article { } .entry-title { @include margin($small__spacing 0 0 0); @include padding(0); } //entry-meta .page { .entry-meta { display: none; } } .entry-meta { display: inline-block; width: 100%; clear: both; @include margin(0); @include padding(0); .byline { } .posted-on { } .edit-link { } &:empty { display: none; } } .single .byline, .group-blog .byline { display: inline; } //entry-footer .entry-footer { padding: $base__spacing; margin-bottom: -$base__spacing; margin-right: -$base__spacing; margin-left: -$base__spacing; .tags-links { margin-right: $small__spacing; } .cat-links { margin-right: $small__spacing; } .comments-link { margin-right: $small__spacing; } &:empty { display: none; } } //content .entry-image { margin-left: -$base__spacing; margin-right: -$base__spacing; margin-top: -$base__spacing; } .featured-img a { margin-left: -$base__spacing; margin-right: -$base__spacing; margin-top: -$base__spacing; margin-bottom:0; @include padding(0); @include border-radius(0); } .page-content, .entry-content, .entry-summary { @include margin(0); @include padding($small__spacing 0); } .page-links { clear: both; margin: 0 0 $small__spacing; } /*----------------------------- # Posts format ------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } .format-chat .entry-content { @include margin(0); @include padding(0); } /*----------------------------- # Archives page ------------------------------*/ .sticky { } .hentry { @include margin(0 null $base__spacing null); @include padding($base__spacing); @include box-shadow(1px, 2px, 2px, rgba(0, 0, 0, 0.05)); } .updated:not(.published){ display: none; } .page-header { @include margin(0); @include padding($base__spacing $base__spacing 0 $base__spacing); } .entry-meta:empty { display: none; } /*----------------------------- # Home ------------------------------*/ .home { .testimonials, .portfolio { display: inline-block; text-align: center; margin: $base__spacing; padding: $base__spacing; clear: both; @include box-shadow(1px, 2px, 2px, rgba(0, 0, 0, 0.05)); h2.title { background: none!important; } } .testimonials { .ig-testimonials-page { display: inline-block; clear: both; margin-top: $small__spacing; } .ig-testimonials { text-align: left; @include span-columns(6); @include omega(2n); } .page-numbers { display: none; } } .portfolio { .ig-portfolio-gallery { display: inline-block; margin-top: $small__spacing; } } }