/*----------------------------- # Layout ------------------------------*/ @media screen and (min-width:769px) { .site-content { @include center(); display: block; clear: both; } .content-area { @include span(8/12); } .widget-area { @include span(4/12); } .sidebar-left { .content-area { @include span(8/12); float:right; } .widget-area { float: left; } } .page-template-page-focus { .content-area { @include center(980px); } } .sidebar-left .full-width, .full-width { .content-area { @include column(12/12); @include move(0); } } } .site-content { @include margin(0 null); @include padding($small__spacing 0 0 0); } .page-template-elementor, .page-template-beaver-builder { .site-content { @include center(); width:100%; padding: 0; } } /*----------------------------- # 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 { margin-top: $small__spacing; h2.title, .description { text-align: center; } } .testimonials { @include clearfix(); margin: $base__spacing; padding: $base__spacing; .ig-testimonials-page { padding-top: $base__spacing; } .ig-testimonials { @include column(6/12,$cycle: 2); text-align: left; } .page-numbers { display: none; } } .portfolio { .ig-portfolio-gallery { margin-top: $small__spacing; } } }