/* Single Posts Area */ .single-header { background-position: center; position: relative; background-size: cover; .layer { top: 0; left: 0; padding: 45px 0; width: 100%; height: 100%; background: fade(black,0%); } .container { text-align: center; color: darken(@background, 5%); a { color: darken(@background, 10%);; } } } #primary-mono { padding: 0 10px; padding-left: 20px; @media screen and (max-width:767px) { padding-left: 10px; } h1.entry-title { font-weight: bold; color: @content; font-size: 36px; margin-top: 0px; padding: 2px 0px; margin-bottom: 0px; } .entry-meta, .entry-footer { font-size: 12px; border-bottom: solid 1px darken(@background, 6%); padding-bottom: 7px; overflow: auto; a { color: @content; text-decoration: underline; &:hover { color: @accent; } } } .entry-meta { color: lighten(@content, 10%); text-transform: uppercase; letter-spacing: 1px; display: inline-block; padding: 2px 0px; padding-bottom: 8px; font-size: 12px; border-bottom: none; a { color: @accent; &:hover { text-decoration: none; } } } .entry-footer { border-top: solid 1px #eee; padding-top: 7px; margin-top: 25px; .post-edit-link { float: right; } .cat-links { margin-right: 6px; } } #featured-image { border-top: solid 5px darken(@background, 5%); } .entry-content { color: @content; line-height: 1.7em; font-size: 14px; } } .page #primary-mono h1.entry-title { color: black; text-transform: uppercase; font-weight: bold; text-align: left; font-size: 25px; margin-bottom: 10px; margin-top: 20px; position: relative; @media screen and (max-width: 991px) { margin-top: 20px; } span { background: @background; position: relative; padding: 19px 15px; padding-left: 0; z-index: 1; } &:after { content: ""; display: block; width: 96%; height: 11px; background: @pattern; border-top: none; position: absolute; left: 2%; top: 27%; z-index: 0; } } .edit-link { display: inline-block; float: right; } .page-header { margin-top: 0px; border-bottom: none; h1 { font-size: 18px; font-weight: bold; text-transform: uppercase; display: inline-block; padding-bottom: 10px; margin-bottom: 0; } }