|
/* |
|
*CSS for Featured background image with post title overlay |
|
*Edit to suit your site color scheme |
|
*/ |
|
|
|
|
|
/*Spacing in Main Header Div*/ |
|
#entry-header-wrap.entry-header-wrap { |
|
background-color: #20232c; |
|
margin-bottom: 10px; |
|
padding: 5% 10% 7% 10%; |
|
position: relative; |
|
text-align: center; |
|
} |
|
|
|
/*Post Header Featured Background Image Properties*/ |
|
#entry-header-wrap .entry-header-bg { |
|
background-repeat: no-repeat; |
|
background-position: center center; |
|
display: block; |
|
background-size: cover; |
|
width: 100%; |
|
height: 100%; |
|
opacity: .6; |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
z-index: 0; |
|
overflow: hidden; |
|
} |
|
|
|
/*Post Header Featured Meta Properties*/ |
|
#entry-header-wrap p.entry-meta { |
|
color: #adaeb3; |
|
font-family: "museo-sans-rounded",sans-serif; |
|
font-size: 13.5px; |
|
font-weight:700; |
|
color:#fff; |
|
font-style: normal; |
|
letter-spacing: .65px; |
|
margin-bottom: 20px; |
|
text-transform: uppercase; |
|
} |
|
|
|
|
|
#entry-header-wrap .entry-meta a:hover { |
|
color: #fff |
|
} |
|
|
|
|
|
#entry-header-wrap .entry-categories a { |
|
border: none; |
|
color: #fabd29; |
|
font-style: normal; |
|
} |
|
|
|
|
|
#entry-header-wrap .entry-header, #entry-header-wrap .entry-meta { |
|
position: relative; |
|
z-index: 99; |
|
} |
|
|
|
/*Post Header Featured Title Properties*/ |
|
div#entry-header-wrap.entry-header-wrap .entry-header { |
|
margin-top: 0%; |
|
margin-bottom: 5%; |
|
top:-10px; |
|
|
|
} |
|
|
|
.single-post header.entry-header { |
|
margin-top: 10%; |
|
} /*Fall back for main post header title in content area*/ |
|
|
|
|
|
.page-header-image-single.grid-container.grid-parent { |
|
margin-top: 10%; |
|
} /*Fall back for main post featured image in content area*/ |
|
|
|
#entry-header-wrap .entry-header .entry-title { |
|
color: #fff; |
|
line-height: 1.15; |
|
margin: 50px 0 0; |
|
padding: 0; |
|
font-size: 61px; |
|
font-weight: 700; |
|
} |
|
|
|
/*Post Header Author Avatar Properties*/ |
|
.single .header-avatar { |
|
margin-bottom: -110px; |
|
position: relative; |
|
top: -40px; |
|
text-align: center; |
|
z-index: 9999; |
|
} |
|
|
|
|
|
.single .header-avatar img { |
|
border: 7px solid #f5f5f6; |
|
border-radius: 50%; |
|
float: none; |
|
height: 66px; |
|
width: 66px; |
|
} |
|
|
|
.single .header-avatar p { |
|
font-size: 14px; |
|
letter-spacing: 1px; |
|
margin-bottom: 0; |
|
text-transform: uppercase; |
|
font-family: "museo-sans-rounded",sans-serif; |
|
font-weight:700; |
|
|
|
|
|
} |
|
|
|
/*Post Header Featured Author Avatar Url Properties*/ |
|
.single .header-avatar p a { |
|
color: #adaeb3; |
|
} |
|
|
|
|
|
.single .header-avatar p a:hover { |
|
color: #fabd29; |
|
} |
|
|
|
|
|
|
|
/*Mobile Responsive CSS */ |
|
|
|
/*Mobile Responsive CSS Max width 400px*/ |
|
@media only screen and (max-width: 400px) { |
|
|
|
#entry-header-wrap .entry-header .entry-title{ |
|
line-height: 1.15; |
|
padding: 0; |
|
font-size: 27px; |
|
line-height: 1.11; |
|
margin:25px 0; |
|
} |
|
|
|
div#entry-header-wrap { |
|
|
|
} |
|
|
|
#entry-header-wrap.entry-header-wrap{ |
|
margin-bottom: 10px; |
|
padding: 5% 5% 12.5% 5%; |
|
} |
|
|
|
div#entry-header-wrap.entry-header-wrap .entry-header { |
|
top: 0px; |
|
} |
|
|
|
#entry-header-wrap p.entry-meta { |
|
font-size: 12px; |
|
} |
|
} |
|
|
|
/*Mobile Responsive CSS Min width 400px and max 960*/ |
|
@media only screen and (min-width: 401px) and (max-width: 960px){ |
|
|
|
#entry-header-wrap .entry-header .entry-title{ |
|
line-height: 1.15; |
|
padding: 0; |
|
font-size: 27px; |
|
line-height: 1.11; |
|
margin:25px 0; |
|
} |
|
|
|
#entry-header-wrap.entry-header-wrap{ |
|
margin-bottom: 10px; |
|
padding: 5% 5% 12.5% 5%; |
|
} |
|
|
|
div#entry-header-wrap.entry-header-wrap .entry-header { |
|
top: 0px; |
|
} |
|
} |
|
|
|
/*Mobile Responsive CSS Min width 641px and max 960*/ |
|
@media only screen and (min-width:641px) and (max-width: 960px){ |
|
#entry-header-wrap .entry-header .entry-title { |
|
font-size: 40px; |
|
margin: 25px 0; |
|
} |
|
|
|
} |
|
|
|
/*Post Header Featured Meta and Title Text Decoration*/ |
|
|
|
/*Post Header Featured Meta and Title Background Color*/ |
|
#entry-header-wrap .entry-header .entry-title, #entry-header-wrap time.entry-modified-time, #entry-header-wrap span.entry-categories{ |
|
background-color: rgba(83, 75, 75, 0.3) |
|
} |
|
|
|
/*Post Header Featured Meta and Title Decoration*/ |
|
#entry-header-wrap span.entry-categories,#entry-header-wrap time.entry-modified-time ,#entry-header-wrap .entry-header .entry-title{ |
|
border-radius: 2px; |
|
padding: 1px 6px; |
|
|
|
} |
|
|
|
/*Post Header Featured Category tag Decoration*/ |
|
#entry-header-wrap span.entry-categories { |
|
border: 1px solid #ff9525; |
|
} |
|
|
|
|
|
#entry-header-wrap span.entry-categories:hover { |
|
background: #ff9525; |
|
|
|
} |