WordPress/wp-content/themes/twentyfourteen/style.css

3545 lines
60 KiB
CSS

/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The default theme for 2014 is a magazine theme with a sleek, modern, and beautifully crafted responsive design. As a magazine theme it highlights featured content prominently on the home page.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, fixed-width, responsive-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
* Table of Contents:
*
* 1.0 - Reset
* 2.0 - Repeatable Patterns
* 3.0 - Basic Structure
* 4.0 - Header
* 5.0 - Navigations
* 6.0 - Content
* 6.1 - Post Thumbnail
* 6.1 - Entry Header
* 6.2 - Entry Meta
* 6.3 - Entry Content
* 6.4 - Galleries
* 6.5 - Post Formats
* 6.6 - Post/Paging Navigation
* 6.7 - Attachments
* 6.8 - Archives
* 6.9 - Contributor Page
* 6.10 - 404 Page
* 6.11 - Full-width
* 6.12 - Comments
* 7.0 - Sidebar
* 7.1 - Widgets
* 7.2 - Content Sidebar Widgets
* 8.0 - Footer
* 9.0 - Featured Content
* 10.0 - Media Queries
* -----------------------------------------------------------------------------
*/
/**
* 1.0 Reset
*
* Resetting and rebuilding styles have been helped along thanks to the fine
* work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
* along with Nicolas Gallagher and Jonathan Neal
* http://necolas.github.com/normalize.css/ and Blueprint
* http://www.blueprintcss.org/
*
* -----------------------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
html {
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
color: #2b2b2b;
font-family: Lato, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
body {
background: #f5f5f5;
}
a {
color: #24890d;
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a:hover,
a:focus,
a:active {
color: #55d737;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
margin: 36px 0 12px;
}
h1 {
font-size: 26px;
line-height: 1.3846153846;
}
h2 {
font-size: 24px;
line-height: 1;
}
h3 {
font-size: 22px;
line-height: 1.0909090909;
}
h4 {
font-size: 20px;
line-height: 1.2;
}
h5 {
font-size: 18px;
line-height: 1.3333333333;
}
h6 {
font-size: 16px;
line-height: 1.5;
}
address {
margin-bottom: 24px;
}
abbr,
acronym {
border-bottom: 1px dotted #2b2b2b;
cursor: help;
}
b,
strong {
font-weight: 700;
}
dfn,
em,
i {
font-style: italic;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: monospace, serif;
font-size: 15px;
line-height: 1.6;
}
pre {
background: #eee;
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
padding: 12px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
blockquote {
color: #767676;
font-size: 19px;
font-style: italic;
font-weight: 300;
line-height: 1.2631578947;
margin-bottom: 24px;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote cite {
color: #2b2b2b;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dl {
margin-bottom: 24px;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 24px;
}
ul,
ol {
list-style: none;
margin: 0 0 24px 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin: 0 0 0 20px;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
}
figure {
margin: 0;
}
table,
th,
td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: bold;
}
td {
border-width: 0 1px 1px 0;
}
del {
color: #767676;
}
hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
height: 1px;
margin-bottom: 23px;
}
::selection {
background: #24890d;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #24890d;
color: #fff;
text-shadow: none;
}
p {
margin-bottom: 24px;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
}
button,
input {
line-height: normal;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="email"],
input[type="password"],
input[type="radio"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="url"],
textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
/**
* 2.0 Repeatable Patterns
* -----------------------------------------------------------------------------
*/
/* Buttons */
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background-color: #24890d;
border: none;
border-radius: 2px;
color: #fff;
font-size: 12px;
font-weight: 700;
padding: 11px 30px 10px;
text-transform: uppercase;
vertical-align: top;
}
button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background-color: #41a62a;
color: #fff;
}
button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #55d737;
}
/* Input Fields */
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
color: #2b2b2b;
}
textarea {
padding: 8px 10px;
width: 100%;
}
.search-field {
width: 100%;
}
.search-submit {
display: none;
}
/* Responsive images. Fluid images for posts, comments, and widgets */
.entry-content img,
.entry-summary img,
.comment-content img,
#site-header img,
.widget img,
.wp-caption {
max-width: 100%;
}
/**
* Make sure images with WordPress-added height and width attributes are
* scaled correctly.
*/
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image,
.post-thumbnail img {
height: auto;
max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
margin-bottom: 24px;
max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
margin-bottom: 0;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 24px;
}
.alignright {
display: inline;
float: right;
margin-left: 24px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
blockquote.alignleft,
img.alignleft,
.wp-caption.alignleft {
margin: 7px 24px 7px 0;
}
blockquote.alignright,
img.alignright,
.wp-caption.alignright {
margin: 7px 0 7px 24px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
margin-top: 7px;
margin-bottom: 7px;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 17px;
width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
margin-bottom: 17px;
}
.wp-caption {
margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption {
color: #767676;
}
.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
}
img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Assistive text */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
line-height: normal;
padding: 15px 23px 14px;
position: absolute;
left: 5px;
top: 5px;
text-decoration: none;
text-transform: none;
width: auto;
z-index: 100000; /* Above WP toolbar */
}
.hide {
display: none;
}
/* Clearing floats */
.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
content: "";
display: table;
}
.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
clear: both;
}
/* Genericons */
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: Genericons;
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: inherit;
vertical-align: top;
}
/* Separator */
.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
content: "\0020\007c\0020";
}
/**
* 3.0 Basic Structure
* -----------------------------------------------------------------------------
*/
.site {
background-color: #fff;
max-width: 1260px;
position: relative;
}
.main-content {
width: 100%;
}
/**
* 4.0 Header
* -----------------------------------------------------------------------------
*/
#site-header {
position: relative;
z-index: 3;
}
.site-header {
max-width: 1260px;
position: relative;
width: 100%;
z-index: 4;
}
.header-main {
background-color: #000;
min-height: 48px;
padding: 0 10px;
}
.site-title {
display: inline-block;
float: left;
font-size: 18px;
font-weight: 700;
line-height: 48px;
margin: 0;
}
.site-title a {
color: #fff;
}
/* Search in the header */
.search-toggle {
background-color: #24890d;
cursor: pointer;
float: right;
height: 48px;
margin-right: 48px;
text-align: center;
width: 48px;
}
.search-toggle:hover,
.search-toggle.active {
background-color: #41a62a;
}
.search-toggle:before {
color: #fff;
content: "\f400";
font-size: 20px;
margin-top: 14px;
}
.search-box-wrapper {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
width: 100%;
z-index: 2;
}
.search-box {
background-color: #41a62a;
}
.search-box .search-field {
background-color: #fff;
float: right;
font-size: 16px;
margin: 12px 10px;
padding: 1px 2px 2px 6px;
width: 300px;
}
/**
* 5.0 Navigations
* -----------------------------------------------------------------------------
*/
.site-navigation a {
color: #fff;
text-transform: uppercase;
}
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
color: #55d737;
}
.site-navigation ul {
list-style: none;
}
/* Primary Navigation */
.primary-navigation {
background-color: #000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
margin: 0 auto;
padding-top: 24px;
}
.primary-navigation.toggled-on {
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
margin-bottom: 36px;
padding-top: 72px;
}
.primary-navigation .nav-menu {
display: none;
}
.primary-navigation.toggled-on .nav-menu {
display: block;
}
.primary-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.primary-navigation li {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.primary-navigation ul ul li {
margin-left: 15px;
}
.primary-navigation a {
color: #fff;
display: block;
padding: 7px 0;
text-decoration: none;
}
.primary-navigation a:hover {
color: rgba(255, 255, 255, 0.7);
}
/* Secondary Navigation */
.secondary-navigation {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
font-size: 14px;
margin: 48px 0;
}
.secondary-navigation a {
display: block;
padding: 8px 0 9px;
}
.secondary-navigation a:hover {
color: #55d737;
}
.secondary-navigation ul {
margin: 0;
}
.secondary-navigation ul ul {
margin-left: 20px;
}
.secondary-navigation li {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-toggle {
background-color: #000;
cursor: pointer;
font-size: 0;
height: 16px;
margin: 0;
padding: 16px;
position: absolute;
top: 0;
right: 0;
}
.menu-toggle:before {
color: #fff;
content: "\f419";
}
/**
* 6.0 Content
* -----------------------------------------------------------------------------
*/
.content-area {
padding-top: 24px;
}
.hentry {
margin-bottom: 24px;
max-width: 672px;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
max-width: 474px;
}
/**
* 6.1 Post Thumbnail
* -----------------------------------------------------------------------------
*/
.post-thumbnail {
background: url(images/pattern-light.svg) #767676 repeat fixed;
display: none;
float: none;
height: auto;
margin: 0;
min-height: 192px;
position: relative;
width: 100%;
z-index: 0;
}
a.post-thumbnail:hover {
background: url(images/pattern-light.svg) #919191 repeat fixed;
}
.post-thumbnail img {
display: block;
margin: 0 auto;
}
.has-post-thumbnail .post-thumbnail,
.format-standard .post-thumbnail {
display: block;
}
/**
* 6.2 Entry Header
* -----------------------------------------------------------------------------
*/
.entry-header {
position: relative;
z-index: 1;
}
.site-content .entry-header {
background-color: #fff;
padding: 0 10px 12px;
}
.site-content .has-post-thumbnail .entry-header,
.site-content .format-standard .entry-header {
padding-top: 24px;
}
.site-content .format-standard.post-password-required .entry-header {
padding-top: 0;
}
.entry-title {
clear: none;
font-size: 15px;
font-weight: 900;
line-height: 1.2;
margin: 0 0 6px 0;
}
.site-content .entry-title {
font-size: 33px;
font-weight: 300;
line-height: 1.0909090909;
margin-bottom: 12px;
text-transform: uppercase;
}
.entry-title a {
color: #2b2b2b;
}
.entry-title a:hover {
color: #55d737;
}
/**
* 6.3 Entry Meta
* -----------------------------------------------------------------------------
*/
.entry-meta {
clear: both;
color: #767676;
font-size: 12px;
font-weight: 400;
line-height: 1.3333333333;
}
.site-content .entry-meta {
background-color: #fff;
margin-bottom: 8px;
text-transform: uppercase;
}
.entry-meta a {
color: #767676;
}
.entry-meta a:hover {
color: #2b2b2b;
}
.sticky .entry-date {
display: none;
}
.cat-links {
font-weight: 900;
text-transform: uppercase;
}
.cat-links a {
color: #2b2b2b;
}
.cat-links a:hover {
color: #55d737;
}
.byline {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.site-content footer.entry-meta {
margin: 12px auto 36px;
padding: 0 10px;
}
/* Tag links style */
.tag-links a {
background-color: #767676;
border-radius: 0 2px 2px 0;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
line-height: 1.2727272727;
margin: 0 4px 4px 10px;
padding: 3px 7px;
position: relative;
text-transform: uppercase;
}
.tag-links a:hover,
.tag-links a:focus {
background-color: #2b2b2b;
color: #fff;
text-decoration: none;
}
.tag-links a:before {
border-top: 10px solid transparent;
border-right: 8px solid #767676;
border-bottom: 10px solid transparent;
content: "";
height: 0;
position: absolute;
top: 0;
left: -8px;
width: 0;
}
.tag-links a:hover:before,
.tag-links a:focus:before {
border-right-color: #2b2b2b;
}
.tag-links a:after {
background-color: #fff;
border-radius: 50%;
content: "";
height: 4px;
position: absolute;
top: 8px;
left: -2px;
width: 4px;
}
@-moz-document url-prefix() { /* For Firefox to avoid jagged edge */
.tag-links a:before {
border-right: 10px solid #767676;
left: -10px;
}
}
/**
* 6.3 Entry Content
* -----------------------------------------------------------------------------
*/
.entry-content,
.page-content,
.entry-summary {
position: relative;
z-index: 2;
}
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
background-color: #fff;
padding: 12px 10px 0;
}
.page .entry-content {
padding-top: 0;
}
.entry-content a,
.page-content a,
.entry-summary a,
.comment-content a {
text-decoration: underline;
}
.entry-content a:hover,
.page-content a:hover,
.entry-summary a:hover,
.comment-content a:hover {
text-decoration: none;
}
.entry-content table,
.comment-content table {
font-size: 14px;
line-height: 1.2857142857;
margin-bottom: 24px;
}
.entry-content th,
.comment-content th {
font-weight: 700;
padding: 8px;
text-transform: uppercase;
}
.entry-content td,
.comment-content td {
padding: 8px;
}
.entry-content .edit-link {
clear: both;
display: block;
}
/* Mediaelements */
.hentry .mejs-container {
margin: 12px 0 18px;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
background: #24890d;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #595959;
}
.hentry .mejs-container .mejs-controls .mejs-time {
padding-top: 9px;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
border-radius: 0;
}
.hentry .mejs-overlay-loading {
background: transparent;
}
/* Page links */
.page-links {
clear: both;
font-size: 12px;
font-weight: 900;
line-height: 2;
margin-bottom: 24px;
text-transform: uppercase;
}
.page-links a,
.page-links > span {
background: #fff;
border: 1px solid #fff;
display: inline-block;
height: 22px;
margin: 0 1px 2px 0;
text-align: center;
width: 22px;
}
.page-links a {
background: #000;
border: 1px solid #000;
color: #fff;
text-decoration: none;
}
.page-links a:hover {
background: #55d737;
border: 1px solid #55d737;
color: #fff;
}
.page-links > span.page-links-title {
height: auto;
margin: 0;
padding-right: 9px;
width: auto;
}
/* More link */
.more-link,
.post-format-archive-link {
font-size: 14px;
text-transform: uppercase;
white-space: pre;
}
.more-link:hover,
.post-format-archive-link:hover {
text-decoration: none;
}
.more-link .meta-nav,
.post-format-archive-link .meta-nav {
position: relative;
left: 0;
}
.more-link:hover .meta-nav,
.post-format-archive-link:hover .meta-nav {
left: 5px;
}
/**
* 6.4 Gallery
* -----------------------------------------------------------------------------
*/
.gallery {
margin-bottom: 20px;
}
.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
display: table;
margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
box-sizing: border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: 100%;
}
.gallery-caption:before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
/**
* 6.5 Post Formats
* -----------------------------------------------------------------------------
*/
.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link.entry-summary {
padding-top: 0;
}
.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
display: none;
}
/**
* 6.6 Post/Image/Paging Navigation
* -----------------------------------------------------------------------------
*/
.nav-links {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.post-navigation,
.image-navigation {
margin: 24px auto 48px;
max-width: 474px;
padding: 0 10px;
}
.post-navigation [rel="prev"],
.post-navigation [rel="next"],
.image-navigation .previous-image,
.image-navigation .next-image {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: none;
padding: 11px 0;
text-align: left;
width: 100%;
}
.post-navigation .meta-nav {
color: #767676;
display: block;
font-size: 12px;
font-weight: 900;
line-height: 2;
text-transform: uppercase;
}
.post-navigation a,
.image-navigation a {
color: #2b2b2b;
display: block;
font-size: 14px;
font-weight: 700;
line-height: 1.7142857142;
text-transform: none;
}
.post-navigation a:hover,
.image-navigation a:hover {
color: #55d737;
}
/* Paging Navigation */
.paging-navigation {
border-top: 5px solid #000;
margin: 36px 0;
}
.paging-navigation .loop-pagination {
margin-top: -5px;
text-align: center;
}
.paging-navigation .page-numbers {
border-top: 5px solid transparent;
display: inline-block;
font-size: 13px;
font-weight: 900;
margin-right: 1px;
padding: 7px 15px;
text-transform: uppercase;
}
.paging-navigation .page-numbers.current {
border-top: 5px solid #24890d;
color: #24890d;
}
.paging-navigation a {
color: #2b2b2b;
}
.paging-navigation a:hover {
background-color: #f5f5f5;
border-top: 5px solid #55d737;
color: #2b2b2b;
}
/**
* 6.7 Attachments
* -----------------------------------------------------------------------------
*/
.attachment .content-sidebar {
display: none;
}
.attachment .entry-content {
padding-top: 0;
}
.attachment footer.entry-meta {
text-transform: none;
}
.entry-attachment .attachment {
margin-bottom: 24px;
}
/**
* 6.8 Archives
* -----------------------------------------------------------------------------
*/
.archive-header,
.page-header {
margin: 0 auto 12px;
max-width: 474px;
}
.archive-title,
.page-title {
font-size: 16px;
font-weight: 900;
line-height: 1.5;
margin: 0 0 24px;
}
.taxonomy-description {
color: #767676;
font-size: 12px;
line-height: 1.5;
margin-bottom: 18px;
}
.taxonomy-description p:last-child {
margin: 0;
}
/**
* 6.9 Contributor Page
* -----------------------------------------------------------------------------
*/
.contributor {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 48px 10px;
}
.contributor-info {
margin: 0 auto;
max-width: 474px;
}
.contributor-avatar {
border: 1px solid rgba(0, 0, 0, 0.1);
float: left;
margin: 0 30px 20px 0;
padding: 2px;
}
.contributor-name {
font-size: 16px;
font-weight: 900;
line-height: 1.5;
margin: 0;
text-transform: uppercase;
}
.contributor-bio {
color: #767676;
}
.contributor-posts-link {
display: inline-block;
line-height: 1;
padding: 13px 30px 11px;
}
.contributor-posts-link:before {
content: "\f443";
margin: -3px 5px -2px -3px;
}
/**
* 6.10 404 Page
* -----------------------------------------------------------------------------
*/
.error404 .page-header,
.error404 .page-content {
padding-top: 0;
}
.error404 .page-content .search-form {
margin-bottom: 36px;
}
/**
* 6.11 Full-width
* -----------------------------------------------------------------------------
*/
.full-width.singular .content-area {
padding-top: 0;
}
.full-width .hentry {
max-width: 100%;
}
.full-width.singular .hentry.no-post-thumbnail,
.full-width.singular .hentry.no-post-thumbnail.format-standard.post-password-required {
padding-top: 24px;
}
.full-width.singular .hentry.no-post-thumbnail.format-standard {
padding-top: 0;
}
/**
* 6.12 Comments
* -----------------------------------------------------------------------------
*/
.comments-area {
margin: 48px auto;
max-width: 474px;
padding: 0 10px;
}
.comment-reply-title,
.comments-title, {
font-size: 16px;
font-weight: 900;
line-height: 1.5;
margin-bottom: 0;
text-transform: uppercase;
}
.comment-form {
background: #fff;
}
.comment-list {
list-style: none;
margin: 0 0 48px 0;
}
.comment-author {
font-size: 14px;
line-height: 1.7142857142;
text-transform: uppercase;
}
.comment-list .reply,
.comment-metadata {
font-size: 12px;
line-height: 2;
text-transform: uppercase;
}
.comment-author .fn {
font-weight: 900;
text-transform: uppercase;
}
.comment-author a {
color: #2b2b2b;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
color: #767676;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
color: #55d737;
text-decoration: none;
}
.comments-area article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 24px;
padding-top: 24px;
}
.comment-list li:first-child article {
border: none;
}
.comments-area article {
background: none;
min-height: 48px;
}
.comment-author {
padding-left: 36px;
position: relative;
}
.comment-author .avatar {
border: 1px solid rgba(0, 0, 0, 0.1);
height: 18px;
padding: 2px;
position: absolute;
top: 0;
left: 0;
width: 18px;
}
.bypostauthor .avatar {
background-color: #000;
}
.says {
display: none;
}
.comment-author .fn {
font-style: normal;
}
.comment-content,
.comment-list .reply,
.comment-metadata {
padding-left: 36px;
}
.comment-edit-link {
margin-left: 10px;
}
.comment-edit-link:before {
content: "\f411";
margin: 3px 2px 0 0;
}
.comment-reply-link:before,
.comment-reply-login:before {
content: "\f412";
margin: 3px 3px 0 0;
}
.comment-content {
word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 24px 22px;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-list .children {
list-style: none;
margin-left: 18px;
}
.comments-area .children article {
border: none;
}
.comment-respond {
margin-bottom: 24px;
padding: 0;
}
.comment .comment-respond {
margin-left: 36px;
}
.comment-respond h3 {
margin-top: 0;
margin-bottom: 24px;
}
.no-comments {
color: #767676;
font-size: 16px;
font-weight: 900;
line-height: 1.5;
margin-top: 24px;
padding: 0 10px;
text-transform: uppercase;
}
.comment-form label {
display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
width: 100%;
}
.form-allowed-tags {
display: none;
}
.comment-form p:last-child {
margin-bottom: 0;
}
.comment-navigation {
font-size: 12px;
line-height: 2;
margin-bottom: 48px;
text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
display: inline-block;
}
.comment-navigation .nav-previous a {
margin-right: 10px;
}
#comment-nav-above {
margin-top: 36px;
margin-bottom: 0;
}
/**
* 7.0 Sidebars
* -----------------------------------------------------------------------------
*/
/* Primary Sidebar, Footer Sidebar */
#secondary {
background-color: #000;
border-top: 1px solid #000;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
clear: both;
color: rgba(255, 255, 255, 0.55);
font-size: 14px;
line-height: 1.2857142857;
margin-top: -1px;
padding: 0 10px;
position: relative;
z-index: 2;
}
.site-description {
color: rgba(255, 255, 255, 0.55);
display: none;
font-size: 11px;
font-weight: 400;
}
.primary-sidebar {
padding-top: 48px;
}
.secondary-navigation + .primary-sidebar {
padding-top: 0;
}
.footer-sidebar a,
.primary-sidebar a {
color: rgba(255, 255, 255, 0.75);
}
.footer-sidebar a:hover,
.primary-sidebar a:hover {
color: #55d737;
}
.footer-sidebar .widget-title,
.footer-sidebar .widget-title a,
.footer-sidebar .widget-title a:hover,
.primary-sidebar .widget-title,
.primary-sidebar .widget-title a,
.primary-sidebar .widget-title a:hover {
color: #fff;
}
/* Content Sidebar */
.content-sidebar {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #767676;
font-size: 14px;
line-height: 1.2857142857;
margin: 0 auto;
padding: 36px 10px 0;
position: relative;
}
/**
* 7.1 Widgets
* -----------------------------------------------------------------------------
*/
.widget {
margin: 0 auto 48px;
width: 100%;
}
.widget p {
margin-bottom: 18px;
}
.widget ul,
.widget ol {
list-style: none;
margin: 0;
}
.widget li > ol,
.widget li > ul {
margin-left: 10px;
}
.widget select,
.widget iframe {
margin-left: 1px;
max-width: 99%;
}
.widget-title {
font-size: 14px;
font-weight: 900;
line-height: 1.7142857142;
margin: 0 0 24px 0;
text-transform: uppercase;
}
.widget-area button,
.widget-area input[type="button"],
.widget-area input[type="reset"],
.widget-area input[type="submit"] {
font-size: 11px;
padding: 6px 15px;
}
.widget-area input[type="email"],
.widget-area input[type="password"],
.widget-area input[type="search"],
.widget-area input[type="text"],
.widget-area input[type="url"],
.widget-area textarea {
background-color: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
max-width: 100%;
padding: 4px;
}
/* Calendar Widget*/
.widget_calendar table,
.widget_calendar th,
.widget_calendar td {
border-color: rgba(255, 255, 255, 0.2);
}
.widget_calendar table {
line-height: 2;
margin: 0;
}
.widget_calendar caption {
color: #fff;
font-weight: 700;
line-height: 1.7142857142;
margin-bottom: 18px;
text-align: left;
text-transform: uppercase;
}
.widget_calendar thead th {
background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody td,
.widget_calendar thead th {
text-align: center;
}
.widget_calendar tbody a {
background-color: #24890d;
color: #fff;
display: block;
}
.widget_calendar tbody a:hover {
background-color: #41a62a;
}
.footer-sidebar .widget_calendar tbody a,
.footer-sidebar .widget_calendar tbody a:hover,
.primary-sidebar .widget_calendar tbody a,
.primary-sidebar .widget_calendar tbody a:hover {
color: #fff;
}
.widget_calendar #prev {
padding-left: 5px;
}
.widget_calendar #next {
padding-right: 5px;
text-align: right;
}
/* Cloud Widgets */
.widget_tag_cloud div {
word-wrap: break-word;
}
/* Ephemera Widget*/
.widget_twentyfourteen_ephemera .hentry {
margin-bottom: 0;
}
.widget_twentyfourteen_ephemera li {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin-bottom: 18px;
padding: 0;
}
.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .post-format-archive-link {
font-size: 11px;
line-height: 1.6363636363;
}
.widget_twentyfourteen_ephemera .entry-title {
display: inline;
font-weight: 400;
margin: 0 0 6px 0;
}
.widget_twentyfourteen_ephemera .entry-meta {
margin-bottom: 18px;
}
.widget_twentyfourteen_ephemera .post-format-archive-link {
display: inline-block;
}
.widget_twentyfourteen_ephemera .wp-caption-text {
margin: 6px 0 0;
padding: 0;
}
.widget_twentyfourteen_ephemera .format-gallery .wp-caption-text {
margin-bottom: 18px;
}
.widget_twentyfourteen_ephemera .entry-content a {
word-wrap: break-word;
}
.widget_twentyfourteen_ephemera .entry-content blockquote p cite {
font-size: 13px;
line-height: 1.3846153846;
}
/* List Style Widgets*/
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding: 8px 0 9px;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
border-top: none;
}
.widget_archive li li,
.widget_categories li li,
.widget_links li li,
.widget_meta li li,
.widget_nav_menu li li,
.widget_pages li li,
.widget_recent_comments li li,
.widget_recent_entries li li {
border-top: none;
padding-bottom: 0;
}
/* Recent Posts Widget */
.widget_recent_entries .post-date {
display: block;
}
/* RSS Widget */
.widget_rss a img {
margin-top: -5px;
}
.widget_rss li {
margin-bottom: 18px;
}
.widget_rss li:last-child {
margin-bottom: 0;
}
/* Text Widget */
.widget_text > div > :last-child {
margin-bottom: 0;
}
/**
* 7.2 Content Sidebar Widgets
* -----------------------------------------------------------------------------
*/
.content-sidebar.widget-area .widget-title {
border-top: 5px solid #000;
color: #2b2b2b;
font-size: 14px;
font-weight: 900;
margin-bottom: 18px;
padding-top: 7px;
text-transform: uppercase;
}
.content-sidebar.widget-area .widget-title a,
.content-sidebar.widget-area .widget-title a:hover {
color: #2b2b2b;
}
.content-sidebar.widget-area button,
.content-sidebar.widget-area input[type="button"],
.content-sidebar.widget-area input[type="reset"],
.content-sidebar.widget-area input[type="submit"] {
font-size: 12px;
}
.content-sidebar.widget-area input[type="email"],
.content-sidebar.widget-area input[type="password"],
.content-sidebar.widget-area input[type="search"],
.content-sidebar.widget-area input[type="text"],
.content-sidebar.widget-area input[type="url"],
.content-sidebar.widget-area textarea {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
color: #2b2b2b;
}
/* List Style Widgets*/
.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li {
border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget .children,
.content-sidebar .widget .sub-menu {
margin-left: 18px;
}
/* Calendar Widget */
.content-sidebar .widget_calendar table,
.content-sidebar .widget_calendar th,
.content-sidebar .widget_calendar td {
border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget_calendar caption {
color: #2b2b2b;
font-size: 14px;
font-weight: 900;
}
.content-sidebar .widget_calendar thead th {
background-color: rgba(0, 0, 0, 0.02);
}
/* Ephemera widget*/
.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
line-height: 1.2857142857;
padding-top: 1px;
}
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
background-color: #000;
color: #fff;
margin-top: -1px;
margin-right: 10px;
padding: 6px 0 9px;
text-align: center;
vertical-align: middle;
width: 36px;
}
.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
content: "\f104";
}
.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
content: "\f102";
}
.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
content: "\f103";
}
.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
content: "\f101";
}
.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
content: "\f106";
}
.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
content: "\f107";
}
.content-sidebar .widget_twentyfourteen_ephemera li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-title,
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta,
.content-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
.content-sidebar .widget_twentyfourteen_ephemera .more-link,
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
font-size: 12px;
line-height: 1.5;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-title {
font-weight: 400;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
color: #ccc;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
color: #767676;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover{
color: #2b2b2b;
}
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
color: #24890d;
font-weight: 900;
}
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link:hover {
color: #55d737;
}
/**
* 8.0 Footer
* -----------------------------------------------------------------------------
*/
#supplementary {
padding: 0 10px;
}
.site-footer {
background-color: #000;
color: #949a92;
font-size: 12px;
position: relative;
z-index: 3;
}
.footer-sidebar {
padding-top: 48px;
}
.site-info {
color: rgba(255, 255, 255, 0.75);
padding: 15px 10px;
}
#supplementary + .site-info {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-info a {
color: rgba(255, 255, 255, 0.75);
}
.site-info a:hover {
color: #fff;
}
/**
* 9.0 Featured Content
* -----------------------------------------------------------------------------
*/
.featured-content {
background: url(images/pattern-dark.svg) #4d4d4d repeat fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
width: 100%;
}
.featured-content-inner {
overflow: hidden;
}
.featured-content .hentry {
color: #fff;
margin: 0;
max-width: 100%;
width: 100%;
}
.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
background: transparent;
}
.featured-content .post-thumbnail {
display: block;
min-height: 0;
position: relative;
padding-top: 55.357142857%;
}
.featured-content .post-thumbnail img {
left: 0;
position: absolute;
top: 0;
}
.featured-content .entry-header {
background-color: #000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 96px;
overflow: hidden;
padding: 24px 10px;
}
.featured-content a {
color: #fff;
}
.featured-content a:hover {
color: #55d737;
}
.featured-content .entry-meta {
font-size: 11px;
font-weight: 700;
line-height: 1.0909090909;
margin-bottom: 12px;
}
.featured-content .cat-links {
font-weight: 700;
}
.featured-content .entry-title {
font-size: 18px;
font-weight: 300;
line-height: 1.3333333333;
margin-bottom: 0;
text-transform: uppercase;
}
/* Slider */
.slider .featured-content .hentry {
display: none;
-webkit-backface-visibility: hidden;
position: relative;
}
.slider .featured-content .post-thumbnail {
padding-top: 55.49132947%;
}
.slider-control-paging {
background-color: #000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
list-style: none;
margin: -24px 0 0 0;
position: relative;
width: 100%;
z-index: 3;
}
.slider-control-paging li {
float: left;
margin: 2px 4px 2px 0;
}
.slider-control-paging li:last-child {
margin-right: 0;
}
.slider-control-paging a {
cursor: pointer;
display: block;
height: 44px;
position: relative;
text-indent: -999em;
width: 44px;
}
.slider-control-paging a:before {
background-color: #4d4d4d;
content: "";
height: 12px;
left: 10px;
position: absolute;
top: 16px;
width: 12px;
}
.slider-control-paging a:hover:before {
background-color: #24890d;
}
.slider-control-paging a.slider-active:before {
background-color: #41a62a;
}
.slider-direction-nav {
clear: both;
list-style: none;
margin: 0;
position: relative;
width: 100%;
z-index: 3;
}
.slider-direction-nav li {
border-color: #fff;
border-style: solid;
border-width: 2px 1px 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
text-align: center;
width: 50%;
}
.slider-direction-nav li:last-child {
border-width: 2px 0 0 1px;
}
.slider-direction-nav a {
background-color: #000;
display: block;
font-size: 0;
height: 46px;
}
.slider-direction-nav a:hover {
background-color: #24890d;
}
.slider-direction-nav a:before {
content: "\f430";
color: #fff;
font-size: 32px;
line-height: 46px;
}
.slider-direction-nav a.slider-next:before {
content: "\f429";
}
.slider-direction-nav .slider-disabled {
display: none;
}
/**
* 10.0 Media Queries
* -----------------------------------------------------------------------------
*/
@media screen and (max-width: 400px) {
.list-view .site-content .post-thumbnail {
background: none;
min-height: 0;
width: auto;
z-index: 2;
}
.list-view .site-content .post-thumbnail img {
float: left;
margin: 0 10px 3px 0;
width: 84px;
}
.list-view .site-content .entry-header {
background-color: transparent;
padding: 0;
}
.list-view .content-area {
padding: 12px 10px;
}
.list-view .site-content .hentry {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 12px;
min-height: 60px;
padding-bottom: 9px;
}
.list-view .site-content .cat-links,
.list-view .site-content .entry-content,
.list-view .site-content .entry-summary,
.list-view .site-content footer.entry-meta {
display: none;
}
.list-view .site-content .entry-title {
font-size: 15px;
font-weight: 900;
line-height: 1.2;
margin-bottom: 6px;
text-transform: none;
}
.list-view .site-content .format-aside .entry-title,
.list-view .site-content .format-link .entry-title,
.list-view .site-content .format-quote .entry-title {
display: block;
}
.list-view .site-content .entry-meta {
background-color: transparent;
clear: none;
margin: 0;
text-transform: none;
}
.archive-header,
.page-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 12px;
}
.error404 .page-header {
border-bottom: 0;
padding: 0 10px;
}
}
@media screen and (min-width: 401px) {
a.post-thumbnail:hover img {
opacity: 0.85;
}
.full-size-link:before,
.parent-post-link:before,
.site-content span + .byline:before,
.site-content span + .comments-link:before,
.site-content span + .edit-link:before,
.site-content span + .entry-date:before {
content: "";
}
.attachment span.entry-date:before,
.entry-meta .edit-link a:before,
.site-content .byline a:before,
.site-content .comments-link a:before,
.site-content .entry-date a:before,
.site-content .featured-post:before,
.site-content .full-size-link a:before,
.site-content .parent-post-link a:before,
.site-content .post-format a:before {
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: Genericons;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-transform: none;
vertical-align: top;
}
.site-content .entry-meta > span {
margin-right: 10px;
}
.site-content .format-video .post-format a:before {
content: "\f104";
margin: -2px 2px 0 0;
}
.site-content .format-image .post-format a:before {
content: "\f102";
margin: -3px 3px 0 0;
}
.site-content .format-quote .post-format a:before {
content: "\f106";
margin: -3px 3px 0 0;
}
.site-content .format-gallery .post-format a:before {
content: "\f103";
margin: -3px 4px 0 0;
}
.site-content .format-aside .post-format a:before {
content: "\f101";
margin: -2px 3px 0 0;
}
.site-content .format-link .post-format a:before {
content: "\f107";
margin: -2px 3px 0 0;
}
.site-content .featured-post:before {
content: "\f308";
margin: -3px 3px 0 0;
}
.site-content .entry-date a:before,
.attachment span.entry-date:before {
content: "\f303";
margin: -2px 1px 0 0;
}
.site-content .byline a:before {
content: "\f304";
margin: -3px 0 0 0;
}
.site-content .comments-link a:before {
content: "\f300";
margin: -3px 2px 0 0;
}
.entry-meta .edit-link a:before {
content: "\f411";
margin: -3px 2px 0 0;
}
.site-content .full-size-link a:before {
content: "\f402";
margin: -3px 2px 0 0;
}
.site-content .parent-post-link a:before {
content: "\f301";
margin: -3px 2px 0 0;
}
.list-view .site-content .has-post-thumbnail .post-thumbnail,
.list-view .site-content .format-standard .post-thumbnail {
margin-top: -49px;
}
.list-view .site-content .hentry {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 48px;
}
.archive-header,
.page-header {
margin-bottom: 24px;
padding: 0 10px;
}
}
@media screen and (min-width: 642px) {
.site-content .entry-header {
padding-right: 30px;
padding-left: 30px;
}
.site-content .has-post-thumbnail .entry-header,
.site-content .format-standard .entry-header {
margin-top: -48px;
}
.site-content .format-standard.post-password-required .entry-header {
margin-top: 0;
}
}
@media screen and (min-width: 673px) {
.header-main {
padding: 0 0 0 30px;
}
.content-area {
float: left;
padding-top: 36px;
width: 100%;
}
.full-width.singular .content-area {
padding-top: 0;
}
.site-content {
margin-right: 33.33333333%;
}
.full-width .site-content {
margin-right: 0;
}
.site-content .has-post-thumbnail .entry-header,
.site-content .format-standard .entry-header {
margin-top: 0;
}
.full-width .site-content .has-post-thumbnail .entry-header,
.full-width .site-content .format-standard .entry-header {
margin-top: -48px;
}
.full-width.singular .hentry.no-post-thumbnail,
.full-width.singular .hentry.no-post-thumbnail.format-standard.post-password-required {
padding-top: 36px;
}
.full-width.singular .hentry.no-post-thumbnail.format-standard {
padding-top: 0;
}
.archive-header,
.comments-area,
.image-navigation,
.page-header,
.page-content,
.post-navigation,
.site-content .entry-content,
.site-content .entry-summary,
.site-content footer.entry-meta {
padding-right: 30px;
padding-left: 30px;
}
#secondary,
#supplementary {
padding: 0 30px;
}
.content-sidebar {
border: 0;
float: right;
margin-left: -33.33333333%;
padding: 36px 30px 24px;
width: 33.33333333%;
}
.grid .featured-content .hentry {
float: left;
width: 50%;
}
.grid .featured-content .hentry:nth-child( 2n+1 ) {
clear: both;
}
.grid .featured-content .entry-header {
border-color: #000;
border-style: solid;
border-width: 12px 10px;
height: 96px;
padding: 0;
}
.slider .featured-content .entry-title {
font-size: 22px;
line-height: 1.0909090909;
}
.slider .featured-content .entry-header {
bottom: 0;
min-height: inherit;
padding: 24px 30px 48px;
position: absolute;
width: 50%;
z-index: 3;
}
.slider-control-paging {
background: transparent;
margin-top: -48px;
padding-left: 20px;
width: 50%;
}
.slider-direction-nav {
clear: none;
float: right;
margin-top: -48px;
width: 98px;
}
.slider-direction-nav li {
border: none;
padding: 0 1px; 0 0;
}
.slider-direction-nav li:last-child {
padding: 0 0 0 1px;
}
.slider-direction-nav a {
height: 48px;
}
.slider-direction-nav a:before {
line-height: 48px;
}
.site-info {
padding: 15px 30px;
}
}
@media screen and (min-width: 782px) {
.search-toggle {
margin-right: 0;
}
/* Fixed Header */
.masthead-fixed .site-header {
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
position: fixed;
top: 0;
}
.admin-bar.masthead-fixed .site-header {
top: 28px;
}
.admin-bar.mp6.masthead-fixed .site-header {
top: 32px;
}
.masthead-fixed .site-main {
margin-top: 48px;
}
/* Primary Navigation */
.primary-navigation {
float: right;
font-size: 11px;
margin: 0 10px 0 -10px;
padding: 0;
text-transform: uppercase;
}
.primary-navigation .menu-toggle {
display: none;
padding: 0;
}
.primary-navigation .nav-menu {
display: block;
}
.primary-navigation.toggled-on {
border-bottom: 0;
margin: 0;
padding: 0;
}
.primary-navigation li {
border: 0;
display: inline-block;
height: 48px;
line-height: 48px;
position: relative;
}
.primary-navigation a {
display: inline-block;
padding: 0 10px;
white-space: nowrap;
}
.primary-navigation ul ul {
background-color: #24890d;
float: left;
position: absolute;
top: 48px;
left: -999em;
z-index: 99999;
}
.primary-navigation li li {
border: 0;
display: block;
height: auto;
line-height: 1.0909090909;
}
.primary-navigation ul ul ul {
left: -999em;
top: 0;
}
.primary-navigation ul ul li {
margin: 0;
}
.primary-navigation ul ul a {
padding: 18px 12px;
white-space: normal;
width: 144px;
}
.primary-navigation li:hover > a {
background-color: #24890d;
color: #fff;
}
.primary-navigation ul ul a:hover {
background-color: #41a62a;
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
left: auto;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
left: 100%;
}
.primary-navigation li .current_page_item > a,
.primary-navigation li .current_page_ancestor > a,
.primary-navigation li .current-menu-item > a,
.primary-navigation li .current-menu-ancestor > a {
background-color: #000;
}
}
@media screen and (min-width: 810px) {
.full-width .site-content blockquote.alignleft,
.full-width .site-content blockquote.alignright {
width: -webkit-calc(50% + 130px);
width: calc(50% + 130px);
}
.full-width .site-content blockquote.alignleft,
.full-width .site-content img.size-full.alignleft,
.full-width .site-content img.size-large.alignleft,
.full-width .site-content img.size-medium.alignleft,
.full-width .site-content .wp-caption.alignleft {
margin-left: -168px;
}
.full-width .site-content blockquote.alignrigh,
.full-width .site-content img.size-full.alignright,
.full-width .site-content img.size-large.alignright,
.full-width .site-content img.size-medium.alignright,
.full-width .site-content .wp-caption.alignright {
margin-right: -168px;
}
.attachment .entry-attachment .attachment {
margin-right: -168px;
margin-left: -168px;
max-width: 810px;
}
.attachment .site-content .attachment img {
display: block;
margin: 0 auto;
}
.contributor-avatar {
margin-left: -168px;
}
.contributor-summary {
float: left;
}
}
@media screen and (min-width: 870px) {
.content-area,
.content-sidebar {
padding-top: 72px;
}
.full-width.singular .content-area {
padding-top: 0;
}
.full-width.singular .hentry.no-post-thumbnail,
.full-width.singular .hentry.no-post-thumbnail.format-standard.post-password-required {
padding-top: 72px;
}
.full-width.singular .hentry.no-post-thumbnail.format-standard {
padding-top: 0;
}
.site-content .has-post-thumbnail .entry-header,
.site-content .format-standard .entry-header {
margin-top: -48px;
}
.site-content .format-standard.post-password-required .entry-header {
margin-top: 0;
}
.comment-list .trackback,
.comment-list .pingback,
.comments-area article {
margin-bottom: 36px;
padding-top: 36px;
}
.comment-author .avatar {
height: 34px;
top: 2px;
width: 34px;
}
.comment-author,
.comment-content,
.comment-list .reply,
.comment-metadata {
padding-left: 54px;
}
.comment-list .children {
margin-left: 37px;
}
.comment .comment-respond {
margin-left: 60px;
}
.featured-content {
margin-bottom: -24px;
}
}
@media screen and (min-width: 1008px) {
.search-box-wrapper {
padding-left: 182px;
}
.main-content {
float: left;
}
.site-content {
margin: 0 29.04761904% 0 182px;
}
.site-content .entry-header {
margin-top: 0;
}
.site-content .has-post-thumbnail .entry-header,
.site-content .format-standard .entry-header {
margin-top: 0;
}
.content-sidebar {
margin-left: -29.04761904%;
width: 29.04761904%;
}
.site:before {
background-color: #000;
content: "";
display: block;
height: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
width: 182px;
z-index: 2;
}
#secondary {
background-color: transparent;
border: 0;
clear: none;
float: left;
font-size: 11px;
line-height: 1.6363636363;
margin: 0 0 0 -100%;
min-height: 100vh;
width: 122px;
}
.primary-sidebar {
padding-top: 0;
}
.footer-sidebar .widget_archive li,
.footer-sidebar .widget_categories li,
.footer-sidebar .widget_links li,
.footer-sidebar .widget_meta li,
.footer-sidebar .widget_nav_menu li,
.footer-sidebar .widget_pages li,
.footer-sidebar .widget_recent_comments li,
.footer-sidebar .widget_recent_entries li,
.primary-sidebar .widget_archive li,
.primary-sidebar .widget_categories li,
.primary-sidebar .widget_links li,
.primary-sidebar .widget_meta li,
.primary-sidebar .widget_nav_menu li,
.primary-sidebar .widget_pages li,
.primary-sidebar .widget_recent_comments li,
.primary-sidebar .widget_recent_entries li {
border-top: none;
padding: 0;
}
.site-description {
display: block;
line-height: 1.6363636363;
margin: -3px 0 21px;
}
.secondary-navigation {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
font-size: 11px;
margin-top: 0;
}
.secondary-navigation ul,
.secondary-navigation ul ul {
list-style: none;
margin: 0;
}
.secondary-navigation li {
border-top: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
}
.secondary-navigation ul ul {
background: rgba(0, 0, 0, 0.9);
display: none;
position: absolute;
top: -1px;
left: 122px;
width: 122px;
z-index: 9999;
}
.secondary-navigation ul li:hover {
background: #000;
}
.secondary-navigation ul li:hover > ul {
display: block;
}
.primary-sidebar .widget-title,
.footer-sidebar .widget-title {
font-size: 11px;
font-weight: 700;
line-height: 1.6363636363;
margin-bottom: 18px;
}
#supplementary {
padding: 0;
}
.footer-sidebar {
font-size: 11px;
line-height: 1.6363636363;
}
.site-footer .widget {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 0 30px;
width: 25%;
}
.featured-content {
padding-left: 182px;
}
.grid .featured-content .hentry {
width: 33.3333333%;
}
.grid .featured-content .hentry:nth-child( 2n+1 ) {
clear: none;
}
.grid .featured-content .hentry:nth-child( 3n+1 ) {
clear: both;
}
.grid .featured-content .entry-header {
height: 120px;
}
}
@media screen and (min-width: 1040px) {
.site-content .has-post-thumbnail .entry-header,
.site-content .format-standard .entry-header {
margin-top: -48px;
}
.site-content .format-standard.post-password-required .entry-header {
margin-top: 0;
}
.archive-header,
.comments-area,
.image-navigation,
.page-header,
.page-content,
.post-navigation,
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content footer.entry-meta {
padding-right: 15px;
padding-left: 15px;
}
.full-width .archive-header,
.full-width .comments-area,
.full-width .image-navigation,
.full-width .page-header,
.full-width .page-content,
.full-width .post-navigation,
.full-width .site-content .entry-header,
.full-width .site-content .entry-content,
.full-width .site-content .entry-summary,
.full-width .site-content footer.entry-meta {
padding-right: 30px;
padding-left: 30px;
}
}
@media screen and (min-width: 1080px) {
.site-content {
margin-left: 222px;
}
.site:before {
width: 222px;
}
.search-box-wrapper,
.featured-content {
padding-left: 222px;
}
#secondary,
.secondary-navigation ul ul {
width: 162px;
}
.secondary-navigation ul ul {
left: 162px;
}
.slider .featured-content .entry-title {
font-size: 33px;
}
.slider .featured-content .entry-header,
.slider-control-paging {
width: 534px;
}
.slider-control-paging {
padding-left: 24px;
}
.slider-control-paging li {
margin: 12px 12px 12px 0
}
.slider-control-paging a {
height: 24px;
width: 24px;
}
.slider-control-paging a:before {
left: 6px;
top: 6px;
}
}
@media screen and (min-width: 1110px) {
.archive-header,
.comments-area,
.image-navigation,
.page-header,
.page-content,
.post-navigation,
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content footer.entry-meta {
padding-right: 30px;
padding-left: 30px;
}
}
@media screen and (min-width: 1218px) {
.archive-header,
.comments-area,
.image-navigation,
.page-header,
.page-content,
.post-navigation,
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content footer.entry-meta {
margin-right: 54px;
}
.full-width .archive-header,
.full-width .comments-area,
.full-width .image-navigation,
.full-width .page-header,
.full-width .page-content,
.full-width .post-navigation,
.full-width .site-content .entry-header,
.full-width .site-content .entry-content,
.full-width .site-content .entry-summary,
.full-width .site-content footer.entry-meta {
margin-right: auto;
}
}
@media screen and (min-width: 1260px) {
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
width: -webkit-calc(50% + 18px);
width: calc(50% + 18px);
}
.site-content blockquote.alignleft {
margin-left: -18%;
}
.site-content blockquote.alignright {
margin-right: -18%;
}
}