Untitled diff

Created Diff never expires
/*
/*
Theme Name: Metro Child Theme
Theme Name: Metro Child Theme
Theme URI: http://my.studiopress.com/themes/metro/
Theme URI: http://my.studiopress.com/themes/metro/
Description: Metro is a responsive child theme created for the Genesis Framework.
Description: Metro is a responsive child theme created for the Genesis Framework.
Author: StudioPress
Author: StudioPress
Author URI: http://www.studiopress.com/
Author URI: http://www.studiopress.com/
Version: 1.0
Version: 1.0
Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Template: genesis
Template: genesis
Template Version: 1.9
Template Version: 1.9
License: GPL-2.0+
License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
*/
/* Table of Contents
/* Table of Contents
01 Defaults
01 Defaults
02 Typography
02 Typography
- Font Color
- Font Color
- Font Family
- Font Family
- Font Size
- Font Size
- Font Miscellaneous
- Font Miscellaneous
03 Layout
03 Layout
- Structure
- Structure
- 1080px CSS Grid
- 1080px CSS Grid
- Header
- Header
- Main Content
- Main Content
- Post Info & Meta
- Post Info & Meta
- Column Classes
- Column Classes
- Miscellaneous
- Miscellaneous
04 Menus
04 Menus
- Primary Navigation Extras
- Primary Navigation Extras
- Secondary Navigation
- Secondary Navigation
05 Headings
05 Headings
06 Lists
06 Lists
07 Post Navigation
07 Post Navigation
08 Comments
08 Comments
09 Sidebars
09 Sidebars
10 Footer
10 Footer
- Footer Widgets
- Footer Widgets
11 Forms & Buttons
11 Forms & Buttons
- Gravity Forms
- Gravity Forms
12 Images & Captions
12 Images & Captions
13 Theme Colors
13 Theme Colors
- Metro Blue
- Metro Blue
- Metro Green
- Metro Green
- Metro Pink
- Metro Pink
- Metro Red
- Metro Red
14 Media Queries
14 Media Queries
- max-width: 1024px
- max-width: 1024px
- max-width: 768px
- max-width: 768px
- max-width: 480px
- max-width: 480px
*/
*/
/*
/*
01 Defaults
01 Defaults
---------------------------------------------------------------------------------------------------- */
---------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
b, u, i, center,
dl, dt, dd, ol, ul, li,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
time, mark, audio, video {
border: 0;
border: 0;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
vertical-align: baseline;
vertical-align: baseline;
}
}
html {
html {
font-size: 100%; /* 16px browser default */
font-size: 100%; /* 16px browser default */
}
}
body {
body {
line-height: 1;
line-height: 1;
}
}
a.social-buttons,
a.social-buttons,
body,
body,
input,
input,
select,
select,
textarea,
textarea,
.footer-widgets-1,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-3,
#content,
#content,
#inner {
#inner {
-moz-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
}
}
a,
a,
a:visited,
a:visited,
button,
button,
input[type="button"],
input[type="button"],
input[type="submit"],
input[type="submit"],
.btn {
.btn {
-moz-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
}
::-moz-selection {
::-moz-selection {
background-color: #222;
background-color: #222;
color: #fff;
color: #fff;
}
}
::selection {
::selection {
background-color: #222;
background-color: #222;
color: #fff;
color: #fff;
}
}
a img {
a img {
border: none;
border: none;
}
}
/*
/*
02 Typography
02 Typography
-------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
This section covers font colors, families, size, styles and weight.
This section covers font colors, families, size, styles and weight.
This style sheet uses rem values with a pixel fallback.
This style sheet uses rem values with a pixel fallback.
The rem values are calculated per the examples below:
The rem values are calculated per the examples below:
10 / 16 = 0.625rem
10 / 16 = 0.625rem
12 / 16 = 0.75rem
12 / 16 = 0.75rem
14 / 16 = 0.875rem
14 / 16 = 0.875rem
15 / 16 = 0.9375rem
15 / 16 = 0.9375rem
16 / 16 = 1rem
16 / 16 = 1rem
18 / 16 = 1.125rem
18 / 16 = 1.125rem
20 / 16 = 1.25rem
20 / 16 = 1.25rem
24 / 16 = 1.5rem
24 / 16 = 1.5rem
30 / 16 = 1.875rem
30 / 16 = 1.875rem
36 / 16 = 2.25rem
36 / 16 = 2.25rem
42 / 16 = 2.625rem
42 / 16 = 2.625rem
48 / 16 = 3rem
48 / 16 = 3rem
Further reading on the use and compatibility of rems:
Further reading on the use and compatibility of rems:
http://caniuse.com/rem
http://caniuse.com/rem
http://snook.ca/archives/html_and_css/font-size-with-rem
http://snook.ca/archives/html_and_css/font-size-with-rem
*/
*/
/* 02a - Font Color ----------- */
/* 02a - Font Color ----------- */
a:hover,
a:hover,
body,
body,
input,
input,
.post-info a:hover,
.post-info a:hover,
.post-meta a:hover {
.post-meta a:hover {
color: #222;
color: #222;
}
}
h1,
h1,
h2,
h2,
h2 a,
h2 a,
h2 a:visited,
h2 a:visited,
h3,
h3,
h4,
h4,
h4 a,
h4 a,
h4 a:visited,
h4 a:visited,
h4.widgettitle a,
h4.widgettitle a,
.entry-title a {
.entry-title a {
color: #333;
color: #333;
}
}
a,
a,
h2 a:hover,
h2 a:hover,
.genesis-nav-menu li.right a:hover,
.genesis-nav-menu li.right a:hover,
#footer a:hover,
#footer a:hover,
#subnav .subnav-left a:hover {
#subnav .subnav-left a:hover {
color: #f96e5b;
color: #f96e5b;
}
}
blockquote::before,
blockquote::before,
blockquote p,
blockquote p,
input,
input,
select,
select,
textarea,
textarea,
.post-info,
.post-info,
.post-info a,
.post-info a,
.post-meta,
.post-meta,
.post-meta a {
.post-meta a {
color: #999;
color: #999;
}
}
button,
button,
input[type="button"],
input[type="button"],
input[type="submit"],
input[type="submit"],
.btn,
.btn,
.sidebar .enews-widget p,
.sidebar .enews-widget p,
.sidebar .enews-widget .widgettitle,
.sidebar .enews-widget .widgettitle,
.genesis-nav-menu a,
.genesis-nav-menu a,
.genesis-nav-menu li.right,
.genesis-nav-menu li.right,
.navigation li a,
.navigation li a,
.navigation li a:hover,
.navigation li a:hover,
.navigation li.active a,
.navigation li.active a,
.navigation li.disabled,
.navigation li.disabled,
.post-comments a,
.post-comments a,
.post-comments a:hover,
.post-comments a:hover,
#footer a,
#footer a,
#footer p,
#footer p,
#subnav .subnav-left,
#subnav .subnav-left,
#subnav .subnav-left a,
#subnav .subnav-left a,
#title a,
#title a,
#title a:hover {
#title a:hover {
color: #fff;
color: #fff;
}
}
/* 02b - Font Family ----------- */
/* 02b - Font Family ----------- */
h1,
h1,
h2,
h2,
h3,
h3,
h4,
h4,
h5,
h5,
h6,
h6,
body,
body,
input,
input,
textarea,
textarea,
.entry-title a {
.entry-title a {
font-family: Helvetica, Arial, sans-serif;
font-family: Georgia, "times new roman", serif;
}
}
.widgettitle,
.widgettitle,
#comments h3,
#comments h3,
#respond h3,
#respond h3,
#title {
#title {
font-family: 'Oswald', sans-serif;
font-family: 'Oswald', sans-serif;
}
}
/* 02c - Font Size ----------- */
/* 02c - Font Size ----------- */
h1,
h1,
.entry-title,
.entry-title,
.entry-title a,
.entry-title a,
#title {
#title {
font-size: 48px;
font-size: 48px;
font-size: 3rem;
font-size: 3rem;
font-family: 'Proxima Nova', sans-serif;
}
}
blockquote::before {
blockquote::before {
font-size: 32px;
font-size: 32px;
font-size: 2rem;
font-size: 2rem;
font-family: 'Proxima Nova', sans-serif;
}
}
h2 {
h2 {
font-size: 24px;
font-size: 24px;
font-size: 1.5rem;
font-size: 1.5rem;
font-family: 'Proxima Nova', sans-serif;
}
}
h3,
h3,
h4,
h4,
.after-post h4,
.after-post h4,
.archive-title,
.archive-title,
.home-bottom .entry-title a,
.home-bottom .entry-title a,
.home-middle .entry-title a,
.home-middle .entry-title a,
.home-top .entry-title a,
.home-top .entry-title a,
.taxonomy-description h1 {
.taxonomy-description h1 {
font-size: 20px;
font-size: 20px;
font-size: 1.25rem;
font-size: 1.25rem;
}
}
h5 {
h5 {
font-size: 18px;
font-size: 18px;
font-size: 1.125rem;
font-size: 1.125rem;
}
}
h6,
h6,
.author-box h1,
.author-box h1,
.genesis-nav-menu,
.genesis-nav-menu,
.sidebar h2 a,
.sidebar h2 a,
.widgettitle {
.widgettitle {
font-size: 16px;
font-size: 16px;
font-size: 1rem;
font-size: 1rem;
}
}
.footer-widgets,
.footer-widgets,
.sidebar {
.sidebar {
font-size: 15px;
font-size: 15px;
font-size: 0.9375rem;
font-size: 0.9375rem;
}
}
input,
input,
select,
select,
textarea,
textarea,
.genesis-nav-menu a,
.genesis-nav-menu a,
.genesis-nav-menu li.right,
.genesis-nav-menu li.right,
.post-info,
.post-info,
.post-meta,
.post-meta,
.wp-caption,
.wp-caption,
#content div.gform_wrapper input[type="submit"] {
#content div.gform_wrapper input[type="submit"] {
font-size: 14px;
font-size: 14px;
font-size: 0.875rem;
font-size: 0.75rem;
}
}
.genesis-nav-menu.menu-primary li li a,
.genesis-nav-menu.menu-primary li li a,
.genesis-nav-menu.menu-secondary,
.genesis-nav-menu.menu-secondary,
.genesis-nav-menu.menu-secondary a,
.genesis-nav-menu.menu-secondary a,
.post-info,
.post-info,
.post-meta,
.post-meta,
#footer p,
#footer p,
#subnav {
#subnav {
font-size: 12px;
font-size: 12px;
font-size: 0.75rem;
font-size: 0.75rem;
}
}
a.social-buttons {
a.social-buttons {
font-size: 10px;
font-size: 10px;
font-size: 0.625rem;
font-size: 0.625rem;
}
}
/* 02d - Font Miscellaneous ----------- */
/* 02d - Font Miscellaneous ----------- */
blockquote p {
blockquote p {
font-style: italic;
font-style: italic;
}
}
cite {
cite {
font-style: normal;
font-style: normal;
}
}
body {
body {
font-weight: 300;
font-weight: 300;
}
}
.widgettitle,
.widgettitle,
#comments h3,
#comments h3,
#respond h3,
#respond h3,
#title {
#title {
font-weight: 400;
font-weight: 400;
}
}
h1,
h1,
h2,
h2,
h3,
h3,
h4,
h4,
h5,
h5,
h6,
h6,
strong,
strong,
.entry-title a,
.entry-title a,
.wp-caption,
.wp-caption,
#footer p,
#footer p,
#subnav {
#subnav {
font-weight: 700;
font-weight: 700;
}
}
a.social-buttons,
a.social-buttons,
.after-post,
.after-post,
.wp-caption {
.wp-caption {
text-align: center;
text-align: center;
}
}
a.social-buttons,
a.social-buttons,
h2 a,
h2 a,
h2 a:visited,
h2 a:visited,
.genesis-nav-menu a,
.genesis-nav-menu a,
.navigation li a,
.navigation li a,
.post-info a,
.post-info a,
.post-meta a,
.post-meta a,
.widgettitle a,
.widgettitle a,
#footer a,
#footer a,
#subnav .subnav-left a,
#subnav .subnav-left a,
#title a {
#title a {
text-decoration: none;
text-decoration: none;
}
}
a.social-buttons,
a.social-buttons,
button,
button,
input[type="button"],
input[type="button"],
input[type="submit"],
input[type="submit"],
span.uppercase,
span.uppercase,
.btn,
.btn,
.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-primary,
.post-info,
.post-info,
.post-meta,
.post-meta,
.widgettitle,
.widgettitle,
#comments h3,
#comments h3,
#respond h3,
#respond h3,
#title a {
#title a {
font-family: 'Proxima Nova', sans-serif;
font-weight:400;
letter-spacing: 0.2rem;
text-transform: uppercase;
text-transform: uppercase;
}
}
/*
/*
03 Layout
03 Layout
---------------------------------------------------------------------------------------------------- */
---------------------------------------------------------------------------------------------------- */
/* 03a - Structure ----------- */
/* 03a - Structure ----------- */
.footer-widgets,
.footer-widgets,
#wrap {
#wrap {
background-color: #fff;
background-color: #fff;
margin: 32px auto;
margin: 32px auto;
margin: 2rem auto;
margin: 2rem auto;
max-width: 1080px;
max-width: 1080px;
overflow: hidden;
overflow: hidden;
}
}
.metro-landing #wrap {
.metro-landing #wrap {
max-width: 700px;
max-width: 700px;
}
}
#wrap {
#wrap {
clear: both;
clear: both;
padding: 36px;
padding: 36px;
padding: 2.25rem;
padding: 2.25rem;
}
}
#inner {
#inner {
clear: both;
clear: both;
overflow: hidden;
overflow: hidden;
padding-top: 32px;
padding-top: 32px;
padding-top: 2rem;
padding-top: 2rem;
}
}
.metro-landing #inner {
.metro-landing #inner {
padding-top: 0;
padding-top: 0;
}
}
.metro-landing .entry-title {
text-align: center;
}
/* 03b - 1080px CSS Grid ----------- */
/* 03b - 1080px CSS Grid ----------- */
#sidebar-alt {
#sidebar-alt {
width: 15.555555555%; /* 168px / 1080px */
width: 15.555555555%; /* 168px / 1080px */
}
}
.footer-widgets-1,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-3,
.sidebar,
.sidebar,
.subnav-left,
.subnav-left,
#header .widget-area {
#header .widget-area {
width: 31.111111111%; /* 336px / 1080px */
width: 31.111111111%; /* 336px / 1080px */
}
}
.content-sidebar-sidebar .sidebar,
.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
.sidebar-sidebar-content .sidebar {
width: 38.356164383%; /* 336px / 876px */
width: 38.356164383%; /* 336px / 876px */
}
}
.content-sidebar-sidebar #content,
.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
.sidebar-sidebar-content #content {
width: 57.534246575%; /* 504px / 876px */
width: 57.534246575%; /* 504px / 876px */
}
}
.home-middle-left,
.home-middle-left,
.home-middle-right {
.home-middle-right {
width: 47.457627118%; /* 336px / 708px */
width: 47.457627118%; /* 336px / 708px */
}
}
.content-sidebar #content,
.content-sidebar #content,
.sidebar-content #content,
.sidebar-content #content,
#title-area {
#title-area {
width: 65.555555555%; /* 708px / 1080px */
width: 65.555555555%; /* 708px / 1080px */
}
}
.content-sidebar-sidebar #content-sidebar-wrap,
.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
.sidebar-sidebar-content #content-sidebar-wrap {
width: 81.111111111%; /* 876px / 1080px */
width: 81.111111111%; /* 876px / 1080px */
}
}
.content-sidebar #content-sidebar-wrap,
.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
.sidebar-content #content-sidebar-wrap {
width: 100%; /* 1080px / 1080px */
width: 100%; /* 1080px / 1080px */
}
}
.footer-widgets-1,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-2,
.home-middle-left,
.home-middle-left,
.sidebar-content #sidebar,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content,
#content-sidebar-wrap,
#content-sidebar-wrap,
#footer .gototop,
#footer .gototop,
#sidebar-alt,
#sidebar-alt,
#title-area {
#title-area {
float: left;
float: left;
}
}
.content-sidebar-sidebar #sidebar-alt,
.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.footer-widgets-3,
.home-middle-right,
.home-middle-right,
.sidebar,
.sidebar,
.sidebar-content #content,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#footer .creds,
#header .widget-area {
#header .widget-area {
float: right;
float: right;
}
}
/* 03c - Header ----------- */
/* 03c - Header ----------- */
#header {
#header {
min-height: 87px;
min-height: 87px;
overflow: hidden;
overflow: hidden;
}
}
#title {
#title {
margin-bottom: 16px;
margin-bottom: 16px;
margin-bottom: 1rem;
margin-bottom: 1rem;
padding: 20px 0 16px;
padding: 20px 0 16px;
padding: 1.25rem 0 1rem;
padding: 1.25rem 0 1rem;
}
}
#title a {
#title a {
background-color: #f96e5b;
background-color: #f96e5b;
line-height: 1;
line-height: 1;
padding: 8px 16px;
padding: 8px 16px;
padding: 0.5rem 1rem;
padding: 0.5rem 1rem;
}
}
.header-image #title a {
.header-image #title a {
background: none;
background: none;
padding: 0;
padding: 0;
}
}
.header-image #title {
.header-image #title {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}
.header-full-width #title,
.header-full-width #title,
.header-full-width #title a,
.header-full-width #title a,
.header-full-width #title-area {
.header-full-width #title-area {
width: 100%;
width: 100%;
}
}
.header-image #title,
.header-image #title,
.header-image #title a,
.header-image #title a,
.header-image #title-area {
.header-image #title-area {
display: block;
display: block;
float: left;
float: left;
min-height: 87px;
min-height: 87px;
overflow: hidden;
overflow: hidden;
text-indent: -9999px;
text-indent: -9999px;
margin-bottom: 10px;
}
}
.header-image #title,
.header-image #title,
.header-image #title a {
.header-image #title a {
width: 100%;
width: 100%;
}
}
/* 03d - Main Content ----------- */
/* 03d - Main Content ----------- */
#content {
#content {
padding: 8px 16px 12px;
padding: 8px 16px 12px;
padding: 0.5rem 1rem 0.75rem;
padding: 0.5rem 1rem 0.75rem;
}
}
.metro-home #content {
.metro-home #content {
padding: 0;
padding: 0;
}
}
.entry,
.entry,
.page .post.entry {
.page .post.entry {
background: url(images/lines.png) bottom repeat-x;
background: url(images/lines.png) bottom repeat-x;
margin-bottom: 48px;
margin-bottom: 48px;
margin-bottom: 3rem;
margin-bottom: 3rem;
padding-bottom: 32px;
padding-bottom: 32px;
padding-bottom: 2rem;
padding-bottom: 2rem;
}
}
.metro-home .entry {
.metro-home .entry {
background: none;
background: none;
padding: 0;
padding: 0;
}
}
.metro-home .home-bottom .entry {
.metro-home .home-bottom .entry {
margin-bottom: 20px;
margin-bottom: 20px;
margin-bottom: 1.25rem;
margin-bottom: 1.25rem;
padding-bottom: 20px;
padding-bottom: 20px;
padding-bottom: 1.25rem;
padding-bottom: 1.25rem;
}
}
.page .entry,
.page .entry,
.single .entry {
.single .entry {
background: none;
background: none;
}
}
.page .entry {
.page .entry {
margin: 0;
margin: 0;
}
}
.single .entry {
.single .entry {
margin-bottom: 32px;
margin-bottom: 32px;
margin-bottom: 2rem;
margin-bottom: 2rem;
padding: 0;
padding: 0;
}
}
.entry-content {
.entry-content {
overflow: hidden;
overflow: hidden;
}
}
.entry-content,
.entry-content,
.entry-content p,
.entry-content p,
.metro-home .entry {
.metro-home .entry {
line-height: 1.625;
line-height: 1.625;
}
}
.after-post p {
.after-post p {
margin-bottom: 20px;
margin-bottom: 20px;
margin-bottom: 1.25rem;
margin-bottom: 1.25rem;
}
}
.entry-content p {
.entry-content p {
margin-bottom: 26px;
margin-bottom: 26px;
margin-bottom: 1.625rem;
margin-bottom: 1.625rem;
}
}
blockquote {
blockquote {
padding: 24px 64px;
padding: 24px 64px;
padding: 1.5rem 4rem;
padding: 1.5rem 4rem;
}
}
blockquote::before {
blockquote::before {
content: "“";
content: "“";
display: block;
display: block;
height: 0;
height: 0;
left: -20px;
left: -20px;
position: relative;
position: relative;
top: -10px;
top: -10px;
}
}
/* 03e - Post Info & Meta ----------- */
/* 03e - Post Info & Meta ----------- */
.post-info,
.post-info,
.post-meta {
.post-meta {
clear: both;
clear: both;
line-height: 1.5;
line-height: 1.5;
}
}
.post-info {
.post-info {
margin-bottom: 32px;
margin-bottom: 32px;
margin-bottom: 2rem;
margin-bottom: 2rem;
}
}
.widget .post-info {
.widget .post-info {
clear: none;
clear: none;
}
}
.post-comments a {
.post-comments a {
background-color: #f96e5b;
background-color: #D62932;
float: right;
float: right;
margin-top: -8px;
margin-top: -8px;
margin-top: -0.5rem;
margin-top: -0.5rem;
padding: 8px 16px;
padding: 8px 16px;
padding: 0.5rem 1rem;
padding: 0.5rem 1rem;
}
}
.post-comments a:hover {
.post-comments a:hover {
color: #fff;
background-color: #333;
background-color: #333;
}
}
.categories,
.categories,
.tags {
.tags {
display: block;
display: block;
}
}
/* 03f - Column Classes ----------- */
/* 03f - Column Classes ----------- */
.five-sixths,
.five-sixths,
.four-fifths,
.four-fifths,
.four-sixths,
.four-sixths,
.one-fifth,
.one-fifth,
.one-fourth,
.one-fourth,
.one-half,
.one-half,
.one-sixth,
.one-sixth,
.one-third,
.one-third,
.three-fifths,
.three-fifths,
.three-fourths,
.three-fourths,
.three-sixths,
.three-sixths,
.two-fifths,
.two-fifths,
.two-fourths,
.two-fourths,
.two-sixths,
.two-sixths,
.two-thirds {
.two-thirds {
float: left;
float: left;
margin-left: 3.333333333%; /* 36px / 1080px */
margin-left: 3.333333333%; /* 36px / 1080px */
}
}
.one-half,
.one-half,
.three-sixths,
.three-sixths,
.two-fourths {
.two-fourths {
width: 48.33333333%; /* 522px / 1080px */
width: 48.33333333%; /* 522px / 1080px */
}
}
.one-third,
.one-third,
.two-sixths {
.two-sixths {
width: 31.111111111%; /* 336px / 1080px */
width: 31.111111111%; /* 336px / 1080px */
}
}
.four-sixths,
.four-sixths,
.two-thirds {
.two-thirds {
width: 65.555555555%; /* 708px / 1080px */
width: 65.555555555%; /* 708px / 1080px */
}
}
.one-fourth {
.one-fourth {
width: 22.5%; /* 243px / 1080px */
width: 22.5%; /* 243px / 1080px */
}
}
.three-fourths {
.three-fourths {
width: 74.166666666%; /* 801px / 1080px */
width: 74.166666666%; /* 801px / 1080px */
}
}
.one-fifth {
.one-fifth {
width: 17.314814814%; /* 187px / 1080px */
width: 17.314814814%; /* 187px / 1080px */
}
}
.two-fifths {
.two-fifths {
width: 37.962962963%; /* 410px / 1080px */
width: 37.962962963%; /* 410px / 1080px */
}
}
.three-fifths {
.three-fifths {
width: 58.703703703%; /* 634px / 1080px */
width: 58.703703703%; /* 634px / 1080px */
}
}
.four-fifths {
.four-fifths {
width: 79.351851851%; /* 857px / 1080px */
width: 79.351851851%; /* 857px / 1080px */
}
}
.one-sixth {
.one-sixth {
width: 13.888888888%; /* 150px / 1080px */
width: 13.888888888%; /* 150px / 1080px */
}
}
.five-sixths {
.five-sixths {
width: 82.638888888%; /* 952px / 1152px */
width: 82.638888888%; /* 952px / 1152px */
}
}
.first {
.first {
margin-left: 0;
margin-left: 0;
}
}
/* 03g - Miscellaneous ----------- */
/* 03g - Miscellaneous ----------- */
.featuredpost .post,
.featuredpost .post,
.home-middle {
.home-middle {
overflow: hidden;
overflow: hidden;
}
}
.home-bottom .featuredpost .post {
.home-bottom .featuredpost .post {
border-bottom: 5px solid #f5f5f5;
border-bottom: 5px solid #f5f5f5;
}
}
.after-post,
.after-post,
.after-post .wrap {
.after-post .wrap {
overflow: hidden;
overflow: hidden;
}
}
.after-post {
.after-post {
background: url(images/lines.png);
background: url(images/lines.png);
margin-top: 32px;
margin-top: 32px;
margin-top: 2rem;
margin-top: 2rem;
padding: 16px;
padding: 16px;
padding: 1rem;
padding: 1rem;
}
}
.after-post .wrap {
.after-post .wrap {
background-color: #fff;
background-color: #fff;
padding: 32px;
padding: 32px;
padding: 2rem;
padding: 2rem;
}
}
p.subscribe-to-comments {
p.subscribe-to-comments {
padding: 24px 0 16px;
padding: 24px 0 16px;
padding: 1.5rem 0 1rem;
padding: 1.5rem 0 1rem;
}
}
p.pages,
p.pages,
.clear,
.clear,
.clear-line,
.clear-line,
.first,
.first,
.home-bottom,
.home-bottom,
.home-middle,
.home-middle,
#nav {
#nav {
clear: both;
clear: both;
}
}
.clear-line {
.clear-line {
border-bottom: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-bottom: 26px;
margin-bottom: 26px;
margin-bottom: 1.625rem;
margin-bottom: 1.625rem;
}
}
.alignleft,
.alignleft,
.archive-page {
.archive-page {
float: left;
float: left;
}
}
.alignright {
.alignright {
float: right;
float: right;
}
}
.archive-page {
.archive-page {
width: 50%;
width: 50%;
}
}
.after-post,
.after-post,
.author-box,
.author-box,
.author-box h1,
.author-box h1,
.taxonomy-description {
.taxonomy-description {
line-height: 1.5;
line-height: 1.5;
}
}
.author-box,
.author-box,
.sticky,
.sticky,
.taxonomy-description {
.taxonomy-description {
background-color: #f5f5f5;
background-color: #f5f5f5;
margin-bottom: 48px;
margin-bottom: 48px;
margin-bottom: 3rem;
margin-bottom: 3rem;
overflow: hidden;
overflow: hidden;
padding: 32px;
padding: 32px;
padding: 2rem;
padding: 2rem;
}
}
.breadcrumb {
.breadcrumb {
background: url(images/lines.png) bottom repeat-x;
background: url(images/lines.png) bottom repeat-x;
margin-bottom: 32px;
margin-bottom: 32px;
margin-bottom: 2rem;
margin-bottom: 2rem;
padding-bottom: 20px;
padding-bottom: 20px;
padding-bottom: 1.25rem;
padding-bottom: 1.25rem;
}
}
.author .author-box {
.author .author-box {
margin-bottom: 32px;
margin-bottom: 32px;
margin-bottom: 2rem;
margin-bottom: 2rem;
}
}
/*
/*
04 Menus
04 Menus
---------------------------------------------------------------------------------------------------- */
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
.genesis-nav-menu {
overflow: hidden;
overflow: hidden;
}
}
.menu-secondary,
.menu-secondary,
#header .genesis-nav-menu {
#header .genesis-nav-menu {
float: right;
float: right;
width: auto;
width: auto;
}
}
#header .genesis-nav-menu {
#header .genesis-nav-menu {
float: right;
float: right;
margin-top: 32px;
margin-top: 32px;
margin-top: 2rem;
margin-top: 2rem;
width: auto;
width: auto;
}
}
.genesis-nav-menu.menu-primary {
.genesis-nav-menu.menu-primary {
background-color: #333;
background-color: #333;
}
}
.genesis-nav-menu ul {
.genesis-nav-menu ul {
float: left;
float: left;
width: 100%;
width: 100%;
}
}
.genesis-nav-menu li {
.genesis-nav-menu li {
display: inline-block;
display: inline-block;
float: left;
float: left;
list-style-type: none;
list-style-type: none;
text-align: left;
text-align: left;
}
}
.genesis-nav-menu a {
.genesis-nav-menu a {
display: block;
display: block;
padding: 16px 20px 14px;
padding: 16px 20px 14px;
padding: 1rem 1.25rem 0.875rem;
padding: 1rem 1.25rem 0.875rem;
position: relative;
position: relative;
}
}
.genesis-nav-menu.menu-secondary a {
.genesis-nav-menu.menu-secondary a {
padding: 12px 16px;
padding: 12px 16px;
padding: 0.75rem 1rem;
padding: 0.75rem 1rem;
}
}
.genesis-nav-menu .current-menu-item a,
.genesis-nav-menu .current-menu-item a,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a {
.genesis-nav-menu li:hover a {
background-color: #f96e5b;
background-color: #D62932;
}
}
.genesis-nav-menu li li a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
.genesis-nav-menu li li a:visited {
background-color: #333;
background-color: #333;
padding: 16px 20px 14px;
padding: 16px 20px 14px;
padding: 1rem 1.25rem 0.875rem;
padding: 1rem 1.25rem 0.875rem;
position: relative;
position: relative;
width: 120px;
width: 120px;
}
}
.genesis-nav-menu.menu-secondary li li a,
.genesis-nav-menu.menu-secondary li li a,
.genesis-nav-menu.menu-secondary li li a:link,
.genesis-nav-menu.menu-secondary li li a:link,
.genesis-nav-menu.menu-secondary li li a:visited {
.genesis-nav-menu.menu-secondary li li a:visited {
padding: 12px 16px;
padding: 12px 16px;
padding: 0.75rem 1rem;
padding: 0.75rem 1rem;
width: 140px;
width: 140px;
}
}
.genesis-nav-menu li li a:hover {
.genesis-nav-menu li li a:hover {
background-color: #f96e5b;
background-color: #D62932;
}
}
.genesis-nav-menu li ul {
.genesis-nav-menu li ul {
left: -9999px;
left: -9999px;
position: absolute;
position: absolute;
width: 160px;
width: 160px;
z-index: 99;
z-index: 99;
}
}
.genesis-nav-menu.menu-secondary li ul {
.genesis-nav-menu.menu-secondary li ul {
width: 172px;
width: 172px;
}
}
.genesis-nav-menu li ul ul {
.genesis-nav-menu li ul ul {
margin: -42px 0 0 159px;
margin: -42px 0 0 159px;
}
}
.genesis-nav-menu.menu-secondary li ul ul {
.genesis-nav-menu.menu-secondary li ul ul {
margin: -36px 0 0 171px;
margin: -36px 0 0 171px;
}
}
.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
.genesis-nav-menu li.sfHover ul ul {
left: -9999px;
left: -9999px;
}
}
.genesis-nav-menu li:hover,
.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
.genesis-nav-menu li.sfHover {
position: static;
position: static;
}
}
ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
#header .genesis-nav-menu li.sfHover ul {
left: auto;
left: auto;
}
}
.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
.genesis-nav-menu li li li a .sf-sub-indicator {
position: absolute;
position: absolute;
text-indent: -9999px;
text-indent: -9999px;
}
}
#wpadminbar li:hover ul ul {
#wpadminbar li:hover ul ul {
left: 0;
left: 0;
}
}
/* 04a - Primary Navigation Extras ----------- */
/* 04a - Primary Navigation Extras ----------- */
.genesis-nav-menu li.right {
.genesis-nav-menu li.right {
float: right;
float: right;
padding: 16px 20px 14px;
padding: 16px 20px 14px;
padding: 1rem 1.25rem 0.875rem;
padding: 1rem 1.25rem 0.875rem;
}
}
.genesis-nav-menu li.right a {
.genesis-nav-menu li.right a {
display: inline;
display: inline;
padding: 0;
padding: 0;
}
}
.genesis-nav-menu li.search {
.genesis-nav-menu li.search {