/*
Theme Name: Atomic
Theme URI: http://KyleGabriel.com/mytheme
Author: Kyle Gabriel
Author URI: http://KyleGabriel.com/
Description: Atomic is a theme developed for a website to showcase my portfolio and travel. With so many themes cluttered with unused or unwanted features, Atomic brings a refreshingly minimal, full-width, responsive, and fluid layout that is also mobile friendly. Many complex aspects have been stripped so you may choose which features you would like to use, as plugins. For extra customization of the header and footer, go to Appearance -> Atomic Options. Featured images are displayed in the header and are recommended to be greater than or equal to 1400x400 resolution.
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, custom-header, custom-menu, dark, featured-image-header, fluid-layout, full-width-template, light, one-column, responsive-layout, theme-options, threaded-comments, white
Text Domain: atomic
*/

.content-area {
    padding: 2.0em;
}

.indent {
    text-indent: 1em;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

a.body-button {
    background-color:transparent;
    border:3px solid #000;
    color:#FFF;
    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:400;
    letter-spacing:1px;
    line-height:1;
    padding:16px;
    text-transform:uppercase;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.body-button:hover {
    background:#000;
    border:3px solid #FFF;
    color:#FFF;
}

/*--------------------------------------------------------------
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:100%;
/* Corrects text resizing in IE6/7 when body font-size set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y:scroll;
/* Keeps page centered in 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
}

/* Fallback for when there is no custom background color defined. */
body {
    background:#fff
}

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:400;
    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
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.inner-wrap {
    margin:0 auto;
    max-width:1500px;
    padding:0 2%
}

@media screen and (min-width: 1000px) {
.inner-wrap {
    padding:0 2%
}
}

.site-header {
    margin-bottom:0;
    position:relative
}

.site-content {
    margin-bottom:4em;
    margin-top:40px;
    //margin-left:1em;
}

#secondary {
    display:none;
    margin-top:2em
}

@media screen and (min-width: 1000px) {
#secondary {
    display:block
}
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,button,input,select,textarea {
    color:#404040;
    font-family:'Lato',sans-serif;
    font-size:1.125em;
    font-weight:400;
    line-height:1.6
}

h1,h2,h3,h4,h5,h6 {
    clear:both;
    font-family:'Roboto Condensed',sans-serif;
    font-weight:400
}

h1 {
    font-size:2.7rem
}

h2 {
    font-size:2.4em
}

h3 {
    font-size:2.1rem
}

h4 {
    font-size:1.8em
}

h5 {
    font-size:1.5em
}

h6 {
    font-size:1.2em;
    font-weight:700
}

p {
    margin-bottom:10px;
}

p.indent {
    text-indent: 2.2em;
}

.entry-content h1,.hentry h2 {
    line-height: 1.2;
    margin-bottom: 0.5em;
    margin-top:-1.5em
}

.hentry h3 {
    margin-bottom:.7em
}

.hentry h4,.hentry h5,.hentry h6 {
    margin-bottom:.7em
}

.hentry h1,.hentry h2,.hentry h3,.hentry h4,.hentry h5,.hentry h6 {
    line-height:1.2
}

b,strong {
    font-weight:700
}

dfn,cite,em,i {
    font-style:italic
}

blockquote {
    margin-bottom:1.5em
}

address {
    margin:0 0 1.5em
}

pre {
    background-color: #eee;
    font-family:"Courier 10 Pitch",Courier,monospace;
    padding: 0.2em 0.3em 0.2em 0.3em;
    margin-bottom:0.5em;
    margin-left: 0.5em;
    font-size:100%;
    line-height:1.6;
    max-width:98%;
    font-size: 90%;
    overflow:auto;
}

code,kbd,tt,var {
    font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    padding: 0.3em;
    margin: 0;
    margin-left: 0.5em;
    font-size: 90%;
    background-color: rgba(0,0,0,0.04);
    border-radius: 3px;
}

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:.5ex
}

small {
    font-size:75%
}

big {
    font-size:125%
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
hr {
    background-color:#ccc;
    border:0;
    height:1px
}

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:3.0em
}

dt {
    font-weight:700
}

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:0.9em;
    margin:0 0 1.5em;
    padding:0;
    width:100%
}

thead {
    background:#f5f5f5
}

th {
    font-weight:700
}

td,th {
    padding: 0.5em;
}

table tr:last-child td {
    border-bottom:none
}

table tr:nth-child(even) {
    background:#f5f5f5
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,input,select,textarea {
    font-size:100%;
/* Corrects size not 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 .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    background:#fff;
    border:3px solid #EB7D00;
    color:#EB7D00;
    cursor:pointer;
/* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size:1.4em;
    font-weight:400;
    letter-spacing:1px;
    line-height:1;
    padding:0.5em;
    text-transform:uppercase;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.hentry button,.hentry input[type="button"],.hentry input[type="reset"],.hentry input[type="submit"] {
    padding:6px 4px
}

button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
    background:#EB7D00;
    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
/* Fixes excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance:textfield;
/* Fixes appearance set to searchfield in S5, Chrome */
    box-sizing:content-box
}

input[type="search"]::-webkit-search-decoration {
/* Fixes 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:#EB7D00;
    color:#404040
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"] {
    padding:3px
}

textarea {
    overflow:auto;
/* Removes vertical scroll bar in IE6/7/8/9 */
    padding-left:6px;
    vertical-align:top;
/* Improves readability/alignment in browsers */
    width:100%
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
    border-bottom:1px solid #EB7D00;
    color:#404040;
    text-decoration:none;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

a:visited {
    color:#404040
}

a:hover,a:focus,a:active {
    color:#EB7D00
}

/*--------------------------------------------------------------
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:700;
    font-size:1.0rem;
    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:#EB7D00
}

@media screen and (min-width: 1000px) {
.main-navigation {
    display:block;
    float:right;
    padding:0;
    text-shadow:1px 1px 0 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:#EB7D00
}

.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:#EB7D00
}

.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:400
}

.main-navigation ul ul li {
    padding-left:0;
    width:11em
}

.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:#EB7D00
}

.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:700;
    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:1.3em;
}
}

.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%
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-desc-wrap {
    height:320px;
    z-index:100;
    position:relative;
    width:100%;
    max-width:956px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin:0 auto;
    padding-top:80px;
    text-align:center;
    text-rendering:optimizeLegibility
}

.post-date {
    padding-bottom:10px;
    text-align:center;
    color:#fff;
    font-size:32px
}

.post-title {
    padding-bottom:10px;
    font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing:0;
    text-transform:none;
    line-height:1em;
    font-family:"proxima-nova";
    font-size:64px;
    text-transform:uppercase;
    letter-spacing:4px;
    font-weight:700;
    font-style:normal;
    text-decoration:none;
    color:#fff;
    text-align:center;
    color:#fff
}

.header-text-first {
    font-size:1.2em;
    padding-bottom:10px;
    text-align:center;
    color:#fff
}

.header-text-second {
    padding-top:20px;
    font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:400;
    letter-spacing:0;
    text-transform:none;
    line-height:1em;
    font-family:"proxima-nova";
    font-size:2em;
    text-transform:uppercase;
    letter-spacing:4px;
    font-weight:700;
    font-style:normal;
    text-decoration:none;
    color:#fff;
    text-align:center;
    color:#fff
}

.header-page-title {
    padding-top:1em;
    font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:400;
    letter-spacing:0;
    text-transform:none;
    line-height:1em;
    font-family:"proxima-nova";
    font-size:2.5em;
    text-transform:uppercase;
    letter-spacing:4px;
    font-weight:700;
    font-style:normal;
    text-decoration:none;
    color:#fff;
    text-align:center;
    color:#fff
}

.overlay {
    background:rgba(0,0,0,0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=) repeat;
    min-height:200px;
    padding:10px 0 0
}

@media screen and (min-width: 800px) {
.overlay {
    min-height:350px
}
}

@media screen and (min-width: 1200px) {
.overlay {
    min-height:400px
}
}

.site-title a {
    border-bottom:none;
    border:3px solid #fff;
    color:#fff;
    font-weight:400;
    letter-spacing:4px;
    line-height:1;
    padding:0.2em 0.25em;
    text-shadow:1px 1px 0 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
}
}

@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 #EB7D00;
    cursor:text;
    outline:0;
    width:180px
}
}

.search-submit {
    display:none
}

/*--------------------------------------------------------------
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:700;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
/* Above WP toolbar */
}

/*--------------------------------------------------------------
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;
    width:auto
}

img.alignleft,img.alignright {
    display:block;
    float:none;
    margin:1.5em auto
}
}

/*--------------------------------------------------------------
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
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
    margin:0 0 2em
}

/* 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:.5em
}

.widget-title {
    margin-bottom:1em
}

.page-content .search-field {
    margin-bottom:3em;
    width:80%
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.entry-title a,.entry-title,.page-title {
    border-bottom:none;
    font-weight:600;
}

a.featured-image {
    border-bottom:none
}

.sticky {
    display:block
}

.hentry {
    margin-bottom:4em
}

@media screen and (min-width: 1000px) {
.hentry {
    margin-top:0
}
}

.single .hentry {
    margin-bottom:6%;
    margin-top:0
}

.author:not(.published) {
    display:none
}

.updated:not(.published) {
    display:none
}

.page-content,.entry-content,.entry-summary {
    margin:0 0 0 0;
}

.page-links {
    clear:both;
    margin:0 0 1.5em
}

.entry-meta,.entry-footer {
    font-size:1.0rem;
    font-weight:300;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:1em
}

.posted-on,.byline,.comments-link,.edit-link {
    display:block;
    margin-bottom:1.5em
}

@media screen and (min-width: 600px) {
.entry-info {
    margin-bottom:10px
}

.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 #EB7D00;
    color:#EB7D00;
    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:#EB7D00;
    color:#fff
}

a.header-link {
/*border-bottom: 2px solid #EB7D00;
	font-style: italic;
	font-weight: bold;*/
    background-color:transparent;
    border:3px solid #FFF;
    color:#FFF;
    cursor:pointer;
/* Improves usability and consistency of cursor style between image-type 'input' and others */
    display:inline-block;
    font-size:16px;
    font-size:1.2rem;
    font-weight:400;
    letter-spacing:1px;
    line-height:1;
    padding:16px;
    text-transform:uppercase;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.header-link:hover {
    background:#FFF;
    border:3px solid #OOO;
    color:#000;
}

a.more-link {
    background-color:transparent;
    border:3px solid #F80;
    color:#F80;
    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:400;
    letter-spacing:1px;
    line-height:1;
    padding:10px 16px 10px 16px;
    margin-top: 0.75em;
    text-transform:uppercase;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.more-link:hover {
    background:#F80;
    border:3px solid #F80;
    color:#FFF
}

.more-link .meta-nav {
    margin-left:0;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.more-link:hover .meta-nav {
    margin-left:10px
}

.entry-title,.page-title {
    font-size:32px;
    font-size:3.2rem;
    line-height:1.2;
    -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;
}

.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;
    width:95%
}

.entry-content,.entry-summary,.page-content {
    float:right;
    width:99%;
}

.nav-links a {
    border-bottom:2px solid #EB7D00
}

/* Sticky posts */
.sticky {
    padding-top:60px;
    position:relative
}

.sticky-post {
    background:#EB7D00;
    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.2em;
}

.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:#000;
    height:1px;
    width:95%;
    text-align:center;
    margin:0 auto;
    margin-top:60px;
    margin-bottom:60px
}

.entry-content ol > li:last-child,.entry-content ul > li:last-child {
    margin-bottom:0
}

.page-links a {
    background:#EB7D00;
    border-bottom:none;
    color:#fff;
    margin:0 8px;
    padding:4px 12px
}

.page-links a:hover {
    color:#fff
}

/*--------------------------------------------------------------
Post formats
--------------------------------------------------------------*/
/* Quotes */
.format-quote .entry-header {
    display:none
}

.format-quote .entry-content {
    float:none;
    width:95%;
}

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:95%
}

.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:#EB7D00
}

.format-image .entry-content a {
    border-bottom:none
}

/*--------------------------------------------------------------
Archives
--------------------------------------------------------------*/
.archive .page-header,.search .page-header {
    color:#ccc;
    float:none;
    width:100%
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content {
    font-size:0.875em;
}

.comment-content a {
    word-wrap:break-word
}

.bypostauthor {
    display:block
}

.comments-area {
    background:#F5F5F5;
    margin-top:2.5em;
    padding:2% 3%
}

.comments-area ol {
    list-style-type:none
}

.comment-list {
    margin-left:0
}

.comment-reply-title,.comments-title {
    margin-bottom:1.0em
}

.comment {
    -ms-word-wrap:break-word;
    word-wrap:break-word
}

.comment-body {
    background:#fff;
    margin-bottom: 0.75em;
    padding: 1.0em
}

.comment-author {
    margin-bottom:1em
}

.comment-author .fn {
    display:block;
    font-size:1.5rem;
    letter-spacing:1px;
    margin-left:5px;
}

@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 #EB7D00;
    font-style:italic;
    font-weight:700
}

.comment-metadata {
    font-size:1.0rem;
    font-weight:300;
    letter-spacing:1px;
    margin-bottom:.8em;
    text-transform:uppercase
}

.comment-metadata .edit-link {
    margin-left:10px
}

li > ul,li > ol {
    margin-top:0.6em;
    //margin-left:3%;
}

.bypostauthor .comment-body {
    border-left:6px solid #EB7D00
}

.comment-form-comment label {
    display:inline-block;
    font-size:24px;
    font-size:2.4rem;
    margin-bottom:1em
}

.comment-form label {
    color:#aaa;
    display:inline-block;
    font-size:16px;
    font-weight:700;
    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
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
    background:#f5f5f5;
    font-size:16px;
}

#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:1em 0
}
}

.site-info {
    background:#201E1C;
    color:#fff;
    font-size:16px;
    font-size:1.6rem;
    padding:1em 0
}

.site-info a {
    color:#fff
}

.site-info a:hover {
    color:#EB7D00
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,/* Older / Newer Posts Navigation (always hidden) */
.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
}

/*--------------------------------------------------------------
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%
}

/*--------------------------------------------------------------
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:.8075em 0
}

/*--------------------------------------------------------------
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 #EB7D00
}
