/*

Theme Name: Radium

Theme URI: http://ovidiunicolae.com/themes/radium

Author: Ovidiu Nicolae

Author URI: http://flatinspire.com/

Description: Radium is a clean, responsive and beautifully crafted WordPress theme for bloggers. Designed with the reader in mind, it features great typography and includes some of the best open-source web fonts. When it comes to WordPress themes, less is definitely more, so with Radium you get just the right amount of options and a clean design, letting your awesome content do the talking. It features custom header images and logo, custom link colors, custom fonts and the unique ability to set a post's featured image as header background image. All these options are effortlessly handled via the Theme Customizer, allowing admins to live preview their changes. Radium also offers support for the following post formats: aside, image, video, quote, link. 

Version: 1.0.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: radium

Domain Path: /languages/

Tags: light, responsive-layout, two-columns, custom-header, post-formats, sticky-post, editor-style, custom-colors, threaded-comments, translation-ready, featured-images

*/
/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

1.0 Reset

2.0 Structure

3.0 Typography

4.0 Elements

5.0 Forms

6.0 Navigation

	6.1 Links

	6.2 Menus

7.0 Header

8.0 Accessibility

9.0 Alignments

10.0 Clearings

11.0 Widgets

12.0 Content

	12.1 Posts and pages

	12.2 Posts formats

	12.3 Archives

	12.4 Comments

13.0 Footer

14.0 Infinite scroll

15.0 Media

	15.1 Captions

	15.2 Galleries

--------------------------------------------------------------*/
/*--------------------------------------------------------------

1.0 Reset

--------------------------------------------------------------*/
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;
}

html {
font-size: 62.5%;
/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll;
/* Keeps page centered in all browsers regardless of content height */
-webkit-text-size-adjust: 100%;
/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%;
/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
box-sizing: border-box;
/* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}

body {
background: #FFF;
/* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}

ol,
ul {
list-style: none;
}

table {
/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}

caption,
th,
td {
font-weight: normal;
text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}

blockquote,
q {
quotes: "" "";
}

a:focus {
outline: thin dotted;
}

a:hover,
a:active {
outline: 0;
}

a img {
border: 0;
}

/*--------------------------------------------------------------

2.0 Structure

--------------------------------------------------------------*/
.inner-wrap {
margin: 0 auto;
max-width: 1500px;
padding: 0 4%;
}

@media screen and (min-width: 1000px) {
.inner-wrap {
padding: 0 3%;
}
}

.site-header {
margin-bottom: 6%;
position: relative;
}

.site-content {
margin-bottom: 4em;
}

#secondary {
display: none;
margin-top: 2em;
}

@media screen and (min-width: 1000px) {
#secondary {
display: block;
}
}

/*--------------------------------------------------------------

3.0 Typography

--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #404040;
font-family: 'Lato', sans-serif;
font-size: 18px;
font-size: 1.8rem;
font-weight: normal;
line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: 'Roboto Condensed', sans-serif;
font-weight: normal;
}

h1 {
font-size: 38px;
font-size: 3.8rem;
}

h2 {
font-size: 32px;
font-size: 3.2rem;
}

h3 {
font-size: 28px;
font-size: 2.8rem;
}

h4 {
font-size: 24px;
font-size: 2.4rem;
}

h5 {
font-size: 20px;
font-size: 2rem;
}

h6 {
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
}

p {
margin-bottom: 1.7em;
}

.entry-content h1,
.hentry h2 {
line-height: 1.2;
margin-bottom: 1em;
}

.hentry h3 {
margin-bottom: 0.7em;
}

.hentry h4,
.hentry h5,
.hentry h6 {
margin-bottom: 0.7em;
}

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
line-height: 1.2;
}

b,
strong {
font-weight: bold;
}

dfn,
cite,
em,
i {
font-style: italic;
}

blockquote {
margin-bottom: 1.5em;
}

address {
margin: 0 0 1.5em;
}

pre {
background: #EEE;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}

code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 1.5rem;
}

abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}

mark,
ins {
background: #FFF9C0;
text-decoration: none;
}

sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sup {
bottom: 1ex;
}

sub {
top: 0.5ex;
}

small {
font-size: 75%;
}

big {
font-size: 125%;
}

/*--------------------------------------------------------------

4.0 Elements

--------------------------------------------------------------*/
hr {
background-color: #CCC;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}

ul,
ol {
margin: 0 0 1.5em 3em;
}

ul {
list-style: disc;
}

ol {
list-style: decimal;
}

li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}

dt {
font-weight: bold;
}

dd {
margin: 0 1.5em 1.5em;
}

img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}

figure {
margin: 0;
}

/* Tables */
table {
/*font-size: 16px;*/
/*margin: 0 0 1.5em;*/
margin: 0 0 1px;
padding: 1px;
width: 100%;
}

thead {
background: #F5F5F5;
}

th {
font-weight: bold;
}

td,
th {
padding: 1px;
}

table tr:last-child td {
border-bottom: none;
}

table tr:nth-child(even) {
/*background: #F5F5F5;*/
}

/*--------------------------------------------------------------

5.0 Forms

--------------------------------------------------------------*/
button,
input,
select,
textarea {
font-size: 100%;
/* Corrects font size not being inherited in all browsers */
margin: 0;
/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline;
/* Improves appearance and consistency in all browsers */
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #FFF;
border: 3px solid #00C8C8;
color: #00C8C8;
cursor: pointer;
/* Improves usability and consistency of cursor style between image-type 'input' and others */
font-size: 16px;
font-size: 1.6rem;
font-weight: normal;
letter-spacing: 1px;
line-height: 1;
padding: 16px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.hentry button,
.hentry input[type="button"],
.hentry input[type="reset"],
.hentry input[type="submit"] {
padding: 8px 6px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #00C8C8;
color: #FFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="checkbox"],
input[type="radio"] {
padding: 0;
/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
-webkit-appearance: textfield;
/* Addresses appearance set to searchfield in S5, Chrome */
box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
background: #F5F5F5;
border: 1px solid #CCC;
border-bottom: 3px solid #CCC;
color: #CCC;
padding: 2px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
background: #FFF;
border-color: #00C8C8;
color: #404040;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}

textarea {
overflow: auto;
/* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 6px;
vertical-align: top;
/* Improves readability and alignment in all browsers */
width: 100%;
}

/*--------------------------------------------------------------

6.0 Navigation

--------------------------------------------------------------*/
/*--------------------------------------------------------------

6.1 Links

--------------------------------------------------------------*/
a {
border-bottom: 1px solid #00C8C8;
color: #404040;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

a:visited {
color: #404040;
}

a:hover,
a:focus,
a:active {
color: #00C8C8;
}

/*--------------------------------------------------------------

6.2 Menus

--------------------------------------------------------------*/
.main-navigation {
background: rgba(255, 255, 255, 1);
display: none;
padding: 0 3%;
z-index: 1000;
}

@media screen and (min-width: 1000px) {
.main-navigation {
background: transparent;
position: relative;
}
}

.main-navigation.toggled {
display: block;
margin-bottom: 40px;
margin-top: 40px;
}

.menu-toggle {
background: transparent;
border: none;
color: #FFF;
padding: 0;
position: absolute;
right: 3%;
top: 20px;
}

.menu-toggle:hover {
background: transparent;
}

.menu-toggle:before {
content: "\f0c9";
font-family: "FontAwesome";
font-size: 32px;
}

.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}

.main-navigation a {
border-bottom: 1px solid #E6E6E6;
display: block;
padding: 20px 0;
text-transform: uppercase;
font-weight: bold;
font-size: 1.4rem;
letter-spacing: 1px;
color: #404040;
}

@media screen and (min-width: 1000px) {
.main-navigation a {
color: #FFF;
padding: 6px 0;
margin-right: 25px;
margin-top: 5px;
border-bottom: none;
}

.main-navigation ul li:last-child a {
margin-right: 0;
}
}

.main-navigation ul ul a {
padding-left: 30px;
}

.main-navigation ul ul ul a {
padding-left: 60px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
color: #00C8C8;
}

@media screen and (min-width: 1000px) {
.main-navigation {
display: block;
float: right;
padding: 0;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.main-navigation ul {
float: right;
clear: both;
}

.main-navigation a:hover {
border-bottom: 2px solid #FFF;
}

.main-navigation .menu-item-has-children > a {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}

.main-navigation .menu-item-has-children a:hover {
border-bottom: none;
}

.main-navigation ul ul a {
border-bottom: none;
text-shadow: none;
}

.main-navigation ul ul a:hover {
border-bottom: none;
color: #00C8C8;
}

.main-navigation ul li:hover > ul {
left: auto;
}

.main-navigation ul ul li:hover > ul {
left: 100%;
}

/*.main-navigation .current_page_ancestor > a,*/
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
border-bottom: 2px solid #FFF;
color: #FFF;
}

.main-navigation .menu-item-has-children .current-menu-item > a {
border-bottom: none;
color: #00C8C8;
}

.main-navigation li {
display: inline-block;
position: relative;
}

.main-navigation a {
border-bottom: 2px solid rgba(255, 255, 255, 0);
display: block;
text-decoration: none;
}

.main-navigation ul ul {
background: rgba(255, 255, 255, 0.9);
float: left;
padding: 1em 0;
position: absolute;
top: 2em;
left: -999em;
z-index: 99999;
}

.main-navigation ul ul ul {
left: -999em;
padding: 1em 0;
top: 0;
}

.main-navigation ul ul a {
color: #404040;
font-weight: normal;
}

.main-navigation ul ul li {
padding-left: 0;
width: 250px;
}

.main-navigation li.menu-item-has-children > a:after {
color: #FFF;
content: "\f107";
font-family: 'FontAwesome';
margin-left: 5px;
}

.main-navigation li.menu-item-has-children > a:hover:after {
color: #FFF;
}

.main-navigation ul ul li.menu-item-has-children > a:after {
color: #404040;
content: "\f105";
font-family: 'FontAwesome';
margin-left: 5px;
}

.main-navigation ul ul li.menu-item-has-children > a:hover:after {
color: #00C8C8;
}

.menu-toggle {
display: none;
}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
font-size: 20px;
font-size: 2rem;
font-style: italic;
font-weight: bold;
margin: 0 0 1.5em;
overflow: hidden;
}

@media screen and (min-width: 800px) {
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
font-size: 24px;
font-size: 2.4rem;
}
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}

/*--------------------------------------------------------------

7.0 Header

--------------------------------------------------------------*/
.overlay {
background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=) repeat;
min-height: 150px;
padding: 10px 0 0 0;
}

@media screen and (min-width: 800px) {
.overlay {
min-height: 150px;
}
}

@media screen and (min-width: 1200px) {
.overlay {
min-height: 150px;
}
}

.site-title a {
border-bottom: none;
border: 3px solid #FFF;
color: #FFF;
font-weight: normal;
letter-spacing: 4px;
line-height: 1;
padding: 0 10px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
}

.site-description {
color: #FFF;
font-size: 18px;
font-size: 1.8rem;
}

.site-branding {
margin-top: 10px;
}

@media screen and (min-width: 1000px) {
.site-branding {
float: left;
}
}

/* Search bar */
.header-search {
padding: 20px 0 20px 0;
}

.header-search .search-field {
background-color: transparent;
background-image: url(images/search.png);
background-position: right center;
background-repeat: no-repeat;
background-size: 24px 24px;
height: 37px;
padding: 0 34px 0 5px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition: width 400ms ease, background 400ms ease;
width: 230px;
}

@media screen and (min-width: 1000px) {
.header-search {
border-bottom: none;
padding: 0;
}

.header-search .search-field {
border: none;
cursor: pointer;
width: 0;
}

.header-search .search-field:focus {
background-color: #FFF;
border-bottom: 3px solid #00C8C8;
cursor: text;
outline: 0;
width: 180px;
}
}

.search-submit {
display: none;
}

/*--------------------------------------------------------------

8.0 Accessibility

--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-size: 1.4rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar */
}

/*--------------------------------------------------------------

9.0 Alignments

--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}

.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}

.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}

@media all and (max-width: 800px) {
.alignleft,
.alignright,
.aligncenter {
float: none;
margin: 0 auto 1.5em auto;
width: auto;
}

img.alignleft,
img.alignright {
display: block;
float: none;
margin: 1.5em auto;
}
}

/*--------------------------------------------------------------

10.0 Clearings

--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}

/*--------------------------------------------------------------

11.0 Widgets

--------------------------------------------------------------*/
.widget {
margin: 0 0 2em 0;
}

/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
display: none;
}

.widget ul {
list-style-type: none;
margin-left: 0;
}

.widget li {
margin-bottom: 0.5em;
}

.widget-title {
margin-bottom: 1em;
}

.page-content .search-field {
margin-bottom: 3em;
width: 80%;
}

/*--------------------------------------------------------------

12.0 Content

--------------------------------------------------------------*/
/*--------------------------------------------------------------

12.1 Posts and pages

--------------------------------------------------------------*/
.entry-title a,
.entry-title,
.page-title {
border-bottom: none;
font-weight: bold;
}

a.featured-image {
border-bottom: none;
}

.sticky {
display: block;
}

.hentry {
padding-bottom: 6%;
margin-bottom: 8%;
margin-top: 3%;
}

@media screen and (min-width: 1000px) {
.hentry {
margin-top: 0;
}
}

.single .hentry {
margin-bottom: 6%;
margin-top: 0;
}

.updated:not(.published) {
display: none;
}

.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}

.page-links {
clear: both;
margin: 0 0 1.5em;
}

.entry-meta,
.entry-footer {
font-size: 1.4rem;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
}

.posted-on,
.byline,
.comments-link,
.edit-link {
display: block;
margin-bottom: 1.5em;
}

@media screen and (min-width: 600px) {
.entry-info {
margin-bottom: 2%;
}

.posted-on,
.byline,
.comments-link,
.edit-link {
display: inline-block;
margin-right: 10px;
}

.posted-on:after,
.byline:after {
color: #CCC;
content: "\002F";
font-size: 1.6rem;
margin-left: 10px;
}
}

@media screen and (min-width: 1000px) {
.posted-on,
.byline,
.comments-link,
.edit-link {
display: block;
margin-bottom: 1.5em;
}

.posted-on:after,
.byline:after {
content: none;
margin-left: 0;
}
}

.cat-links,
.tags-links {
display: block;
}

.meta-list {
display: none;
}

@media screen and (min-width: 800px) {
.meta-list {
display: block;
}
}

.cat-links a,
.tags-links a {
border: 2px solid #00C8C8;
color: #00C8C8;
display: inline-block;
padding: 3px 12px;
margin-bottom: 10px;
margin-right: 3px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
}

.cat-links a:hover,
.tags-links a:hover {
background: #00C8C8;
color: #FFF;
}

a.more-link {
/*border-bottom: 2px solid #00c8c8;

	font-style: italic;

	font-weight: bold;*/
background: #FFF;
border: 3px solid #00C8C8;
color: #00C8C8;
cursor: pointer;
/* Improves usability and consistency of cursor style between image-type 'input' and others */
display: inline-block;
font-size: 16px;
font-size: 1.6rem;
font-weight: normal;
letter-spacing: 1px;
line-height: 1;
padding: 16px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.more-link:hover {
background: #00C8C8;
color: #FFF;
}

.more-link .meta-nav {
margin-left: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.more-link:hover .meta-nav {
margin-left: 13px;
}

.entry-title,
.page-title {
font-size: 32px;
font-size: 3.2rem;
line-height: 1.2;
margin-bottom: 4%;
-ms-word-wrap: break-word;
word-wrap: break-word;
}

@media screen and (min-width: 1500px) {
.entry-title,
.page-title {
font-size: 42px;
font-size: 4.2rem;
margin-bottom: 6%;
}

.entry-info {
margin-bottom: 2%;
}

.posted-on,
.byline,
.comments-link,
.edit-link {
display: inline-block;
margin-right: 10px;
}

.posted-on:after,
.byline:after {
color: #CCC;
content: "\002F";
font-size: 1.6rem;
margin-left: 10px;
}
}

@media screen and (min-width: 1000px) {
.entry-header,
.page-header {
float: left;
margin-right: 3%;
width: auto;
}

.entry-content,
.entry-summary,
.page-content {
float: right;
width: 100%;
}
}

.nav-links a {
border-bottom: 2px solid #00C8C8;
}

/* Sticky posts */
.sticky {
padding-top: 60px;
position: relative;
}

.sticky-post {
background: #00C8C8;
color: #FFF;
font-size: 16px;
font-size: 1.6rem;
font-weight: 300;
letter-spacing: 1px;
line-height: 1;
padding: 8px 10px;
position: absolute;
right: 0;
text-transform: uppercase;
top: 12px;
}

.archive .sticky-post {
display: none;
}

@media screen and (min-width: 1000px) {
.sticky {
padding-top: 0;
}

.sticky .entry-content {
margin-top: 60px;
}
}

.entry-content li {
line-height: 170%;
margin-bottom: 0.5em;
}

.entry-content ul,
.entry-content ol,
.entry-content dl {
margin-bottom: 1.5em;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
margin-bottom: 0;
}

.entry-content ul {
list-style: disc;
}

.entry-content ul ul {
list-style: circle;
}

.entry-content ul ul ul {
list-style: square;
}

.entry-content ol {
list-style: decimal;
}

.entry-content ol ol {
list-style: lower-alpha;
}

.entry-content ol ol {
list-style: lower-roman;
}

.entry-content hr {
background: #F5F5F5;
height: 5px;
margin: 1.5em 0;
}

.entry-content ol > li:last-child,
.entry-content ul > li:last-child {
margin-bottom: 0;
}

.page-links a {
background: #00C8C8;
border-bottom: none;
color: #FFF;
margin: 0 8px;
padding: 4px 12px;
}

.page-links a:hover {
color: #FFF;
}

/*--------------------------------------------------------------

12.2 Post formats

--------------------------------------------------------------*/
/* Quotes */
.format-quote .entry-header {
display: none;
}

.format-quote .entry-content {
float: none;
width: 100%;
}

blockquote {
color: #CCC;
font-size: 22px;
font-size: 2.2rem;
font-style: italic;
padding-right: 60px;
position: relative;
}

blockquote:after {
color: #CCC;
content: "\f10d";
font-family: "FontAwesome";
font-size: 48px;
font-style: normal;
right: 0;
line-height: 1.2;
position: absolute;
top: 0;
}

/* Asides & Links */
.format-aside .entry-header,
.format-link .entry-header {
display: none;
}

.format-aside .entry-content,
.format-link .entry-content {
float: none;
width: 100%;
}

.format-link .entry-content {
font-size: 22px;
font-size: 2.2rem;
padding-right: 50px;
position: relative;
text-align: center;
}

.format-link .entry-content:after {
color: #CCC;
content: "\f0c1";
font-family: "FontAwesome";
font-size: 48px;
font-style: normal;
right: 0;
line-height: 1.2;
position: absolute;
top: 0;
}

a.permalink-icon {
border-bottom: none;
color: #00C8C8;
}

.format-image .entry-content a {
border-bottom: none;
}

/*--------------------------------------------------------------

12.3 Archives

--------------------------------------------------------------*/
.archive .page-header,
.search .page-header {
color: #CCC;
float: none;
width: 100%;
}

/*--------------------------------------------------------------

12.4 Comments

--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}

.bypostauthor {
display: block;
}

.comments-area {
background: #F5F5F5;
margin-top: 4.5em;
padding: 5% 6%;
}

.comments-area ol {
list-style-type: none;
}

.comment-list {
margin-left: 0;
}

.comment-reply-title,
.comments-title {
margin-bottom: 1.5em;
}

.comment {
-ms-word-wrap: break-word;
word-wrap: break-word;
}

.comment-body {
background: #FFF;
margin-bottom: 6%;
padding: 6%;
}

.comment-author {
margin-bottom: 1em;
}

.comment-author .fn {
display: block;
font-size: 24px;
font-size: 2.4rem;
letter-spacing: 1px;
margin-left: 5px;
text-transform: uppercase;
}

@media screen and (min-width: 800px) {
.comment-author .fn {
display: inline;
}
}

.avatar {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
vertical-align: middle;
}

.says {
display: none;
}

.comment-reply-link {
border-bottom: 2px solid #00C8C8;
font-style: italic;
font-weight: bold;
}

.comment-metadata {
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
letter-spacing: 1px;
margin-bottom: 0.8em;
text-transform: uppercase;
}

.comment-metadata .edit-link {
margin-left: 10px;
}

li > ul,
li > ol {
margin-left: 6%;
}

.bypostauthor .comment-body {
border-left: 6px solid #00C8C8;
}

.comment-form-comment label {
display: inline-block;
font-size: 24px;
font-size: 2.4rem;
margin-bottom: 1em;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
}

.comment-form label {
color: #AAA;
display: inline-block;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 12px;
text-transform: uppercase;
}

.comment-form input {
display: inline-block;
width: 100%;
}

.comment-form #submit {
width: auto;
}

.comment-notes {
color: #AAA;
font-style: italic;
}

.pingback .edit-link {
float: right;
}

.pingback .comment-body {
overflow: hidden;
}

/*--------------------------------------------------------------

13.0 Footer

--------------------------------------------------------------*/
.site-footer {
background: #F5F5F5;
font-size: 16px;
padding: 4em 0 0 0;
}

#footer-widgets {
margin-bottom: 4%;
}

@media screen and (min-width: 1000px) {
.site-footer {
font-size: 18px;
font-size: 1.8rem;
}

.footer-widget-wrapper {
float: left;
margin-right: 4%;
width: 30%;
}

#footer-widgets .footer-widget-wrapper:last-child {
margin-right: 0;
}

.site-info {
padding: 4em 0;
}
}

.site-info {
background: #201E1C;
color: #FFF;
font-size: 16px;
font-size: 1.6rem;
padding: 3em 0;
}

.site-info a {
color: #FFF;
}

.site-info a:hover {
color: #00C8C8;
}

/*--------------------------------------------------------------

14.0 Infinite scroll

--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
display: block;
}

/*--------------------------------------------------------------

15.0 Media

--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}

/*--------------------------------------------------------------

15.1 Captions

--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}

.wp-caption-text {
text-align: center;
}

.wp-caption .wp-caption-text {
color: #AAA;
font-size: 16px;
font-style: italic;
margin: 0.8075em 0;
}

/*--------------------------------------------------------------

15.2 Galleries

--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}

.gallery-item {
display: inline-block;
margin-bottom: 1.2em;
text-align: center;
vertical-align: top;
width: 100%;
}

.gallery-columns-2 .gallery-item {
max-width: 50%;
}

.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
max-width: 25%;
}

.gallery-columns-5 .gallery-item {
max-width: 20%;
}

.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}

.gallery-caption {
color: #AAA;
display: block;
font-size: 16px;
}

.gallery-item a {
border-bottom: none;
}

.figcaption a {
border-bottom: 1px solid #00C8C8;
}
