/*
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, andi 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.6.2
License: GNU General Public License v3 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
*/

@media screen and (max-width: 62.5em) {
.copyright {
    color:#000000 !important;
}
}

.content-area {
    padding:0 2.0em
}

.indent {
    text-indent:1em
}

.clearfix:after {
    content:"";
    display:table;
    clear:both
}

a.body-button {
    background-color:transparent;
    border:0.188em 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-weight:400;
    letter-spacing:0.063em;
    line-height:1;
    padding:1em;
    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:0.188em 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:93.75em;
    padding:0 2%
}

@media screen and (min-width: 62.5em) {
.inner-wrap {
    padding:0 2%
}
}

.site-header {
    margin-bottom:0;
    position:relative
}

.site-content {
    margin-bottom:4em;
}

@media screen and (max-width: 62.5em){
    .site-content {
        padding-top:3em;
        margin-bottom:0;
    }
}

#secondary {
    display:none;
    margin-top:2em
}

@media screen and (min-width: 62.5em) {
#secondary {
    display:block;
}
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,button,input,select,textarea {
    color:#404040;
    font-family:'Lato',sans-serif;
    font-size:16px;
    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:0.625em
}

p.indent {
    text-indent: 2.2em;
}

.entry-content h1,.hentry h2 {
    line-height:1.2;
    margin-bottom:0.5em;
    margin-top:0.5em
}

.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: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:0.188em;
}

abbr,acronym {
    border-bottom:0.063em 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:0.063em
}

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
}

ol,ul {
    list-style:none
}

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
}

ol.num {
    counter-reset: item;
    margin:0 0 1.5em 2em
}

ol.num li {
    display:block;
    position:relative;
}
ol.num li:before {
    content: counters(item, ".")".";
    counter-increment:item;
    position:absolute;
    margin-right:100%;
    right:0.625em; /* space between number and text */
}

/*--------------------------------------------------------------
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:0.188em 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:0.063em;
    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:0.375em 0.25em
}

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:0.063em solid #ccc;
    border-bottom:0.188em solid #ccc;
    color:#ccc;
    padding:0.125em
}

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:0.188em
}

textarea {
    overflow:auto;
/* Removes vertical scroll bar in IE6/7/8/9 */
    padding-left:0.375em;
    vertical-align:top;
/* Improves readability/alignment in browsers */
    width:100%
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
    border-bottom:0.063em 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
}

.donate {
    border-bottom:0.063em solid #EB7D00;
    color:#D47000;
    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
}

.donate:visited {
    color:#D47000
}

.donate: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: 62.5em) {
.main-navigation {
    background:transparent;
    position:relative
}
}

.main-navigation.toggled {
    display:block;
    margin-bottom:2.5em;
    margin-top:2.5em
}

.menu-toggle {
    background:transparent;
    border:none;
    color:#fff;
    padding:0;
    position:absolute;
    right:3%;
    top:1.25em
}

.menu-toggle:hover {
    background:transparent
}

.menu-toggle:before {
    content:"\f0c9";
    font-family:"FontAwesome";
    font-size:2em
}

.main-navigation ul {
    list-style:none;
    margin:0;
    padding-left:0;
}

.main-navigation a {
    border-bottom:0.063em solid #e6e6e6;
    display:block;
    padding:1.25em 0;
    text-transform:uppercase;
    font-weight:700;
    font-size: 0.95em;
    letter-spacing:0.063em;
    color:#404040
}

@media screen and (min-width: 62.5em) {
.main-navigation a {
    color:#fff;
    padding:0.375em 0;
    margin-right:1.563em;
    margin-top:0.313em;
    border-bottom:none
}

.main-navigation ul li:last-child a {
    margin-right:0
}
}

.main-navigation ul ul a {
    padding-left:1.875em
}

.main-navigation ul ul ul a {
    padding-left:3.75em
}

.main-navigation .current_page_item > a,.main-navigation .current-menu-item > a {
    color:#EB7D00
}

@media screen and (min-width: 62.5em) {
.main-navigation {
    display:block;
    float:right;
    padding:0;
    text-shadow:0.063em 0.063em 0 rgba(0,0,0,0.1)
}

.main-navigation ul {
    float:right;
    clear:both
}

.main-navigation a:hover {
    border-bottom:0.125em 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:0.125em 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:0.125em 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:0.313em
}

.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:0.313em
}

.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:1.25em;
    font-size:2rem;
    font-style:italic;
    font-weight:700;
    margin:0 0 1.5em;
    overflow:hidden
}

@media screen and (min-width: 50em) {
.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:20em; [SG] */
    z-index:100;
    position:relative;
    width:90%;
    max-width:59.75em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin:0 auto;
    padding-top:5em;
    text-align:center;
    text-rendering:optimizeLegibility
}

@media screen and (max-width: 62.5em){
    .header-desc-wrap {
        padding-top:3em;
    }
}

.post-date {
    padding-bottom:0.625em;
    text-align:center;
    color:#fff;
    font-size:2em
}

.post-title {
    padding-bottom:0.625em;
    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:4em;
    text-transform:uppercase;
    letter-spacing:0.25em;
    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:0.625em;
    text-align:center;
    color:#fff
}

.header-text-second {
    padding-top:1.25em;
    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:0.25em;
    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:0.25em;
    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:12.5em; [SG] */
    padding:0.9em 0 0 
}

@media screen and (min-width: 50em) {
.overlay {
    /* min-height:21.875em [SG] */
}
}

@media screen and (min-width: 75em) {
.overlay {
    /* min-height:25em [SG] */
}
}

.site-title a {
    border-bottom:none;
    border:0.11em solid #fff;
    color:#fff;
    font-weight:400;
    letter-spacing:0.2em;
    line-height:1;
    padding: 0.25em 0.15em 0.25em 0.35em;
    text-shadow:0.063em 0.063em 0 rgba(0,0,0,0.1);
    text-transform:uppercase
}

.site-description {
    color:#fff;
    font-size:1.125em;
    font-size:1.8rem
}

.site-branding {
    margin-top:0.625em;
}

@media screen and (min-width: 62.5em) {
.site-branding {
    float:left
}
}

@media screen and (min-width: 62.5em) {
.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:0.188em solid #EB7D00;
    cursor:text;
    outline:0;
    width:11.25em
}
}

.search-submit {
    display:none
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip:rect(0.063em,0.063em,0.063em,0.063em);
    position:absolute!important;
    height:0.063em;
    width:0.063em;
    overflow:hidden
}

.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
    background-color:#f1f1f1;
    border-radius:0.188em;
    box-shadow:0 0 0.125em 0.125em rgba(0,0,0,0.6);
    clip:auto!important;
    color:#21759b;
    display:block;
    font-size:0.875em;
    font-size:1.4rem;
    font-weight:700;
    height:auto;
    left:0.313em;
    line-height:normal;
    padding:0.938em 1.438em 0.875em;
    text-decoration:none;
    top:0.313em;
    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: 50em) {
.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.5em 0 0.5em 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%
}

/*--------------------------------------------------------------
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: 62.5em) {
.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:0.063em;
    text-transform:uppercase;
    margin-bottom:1em
}

.posted-on,.byline,.comments-link,.edit-link {
    display:block;
    margin-bottom:1.5em
}

@media screen and (min-width: 37.5em) {
.entry-info {
    margin-bottom:0.625em
}

.posted-on,.byline,.comments-link,.edit-link {
    display:inline-block;
    margin-right:0.625em
}

.posted-on:after,.byline:after {
    color:#ccc;
    content:"\002F";
    font-size:1.6rem;
    margin-left:0.625em
}
}

@media screen and (min-width: 62.5em) {
.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: 50em) {
.meta-list {
    display:block
}
}

.cat-links a,.tags-links a {
    border:0.125em solid #EB7D00;
    color:#EB7D00;
    display:inline-block;
    padding:0.188em 0.75em;
    margin-bottom:0.625em;
    margin-right:0.188em;
    -webkit-border-radius:1.5em;
    -moz-border-radius:1.5em;
    border-radius:1.5em
}

.cat-links a:hover,.tags-links a:hover {
    background:#EB7D00;
    color:#fff
}

a.header-link {
/*border-bottom: 0.125em solid #EB7D00;
	font-style: italic;
	font-weight: bold;*/
    background-color:transparent;
    border:0.188em solid #FFF;
    color:#FFF;
    cursor:pointer;
/* Improves usability and consistency of cursor style between image-type 'input' and others */
    display:inline-block;
    font-size:1em;
    font-size:1.2rem;
    font-weight:400;
    letter-spacing:0.063em;
    line-height:1;
    padding:1em;
    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:0.188em solid #OOO;
    color:#000;
}

a.more-link {
    background-color:transparent;
    border:0.188em solid #F80;
    color:#F80;
    cursor:pointer;
/* Improves usability and consistency of cursor style between image-type 'input' and others */
    display:inline-block;
    font-size:1em;
    font-size:1.6rem;
    font-weight:400;
    letter-spacing:0.063em;
    line-height:1;
    padding:0.625em 1em 0.625em 1em;
    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:0.188em 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:0.625em
}

.entry-title,.page-title {
    font-size:2em;
    font-size:3.2rem;
    line-height:1.2;
    -ms-word-wrap:break-word;
    word-wrap:break-word
}

@media screen and (min-width: 93.75em) {
.entry-title,.page-title {
    font-size:2.625em;
    font-size:4.2rem;
}

.entry-info {
    margin-bottom:2%
}

.posted-on,.byline,.comments-link,.edit-link {
    display:inline-block;
    margin-right:0.625em
}

.posted-on:after,.byline:after {
    color:#ccc;
    content:"\002F";
    font-size:1.6rem;
    margin-left:0.625em
}
}

@media screen and (min-width: 62.5em) {
.entry-header,.page-header {
    float:left;
    width:95%;
    padding-top:3em
}

.entry-content,.entry-summary,.page-content {
    float:right;
    width:99%
}

.nav-links a {
    border-bottom:0.125em solid #EB7D00
}

/* Sticky posts */
.sticky {
    padding-top:3.75em;
    position:relative
}

.sticky-post {
    background:#EB7D00;
    color:#fff;
    font-size:1em;
    font-size:1.6rem;
    font-weight:300;
    letter-spacing:0.063em;
    line-height:1;
    padding:0.5em 0.625em;
    position:absolute;
    right:0;
    text-transform:uppercase;
    top:0.75em
}

.archive .sticky-post {
    display:none
}

@media screen and (min-width: 62.5em) {
.sticky {
    padding-top:0
}

.sticky .entry-content {
    margin-top:3.75em
}

.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:0.063em;
    width:95%;
    text-align:center;
    margin:0 auto;
    margin-top:3.75em;
    margin-bottom:3.75em
}

.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 0.5em;
    padding:0.25em 0.75em
}

.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:1.375em;
    font-size:2.2rem;
    font-style:italic;
    padding-right:3.75em;
    position:relative
}

blockquote:after {
    color:#ccc;
    content:"\f10d";
    font-family:"FontAwesome";
    font-size:3em;
    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:1.375em;
    font-size:2.2rem;
    padding-right:3.125em;
    position:relative;
    text-align:center
}

.format-link .entry-content:after {
    color:#ccc;
    content:"\f0c1";
    font-family:"FontAwesome";
    font-size:3em;
    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.8em;
}

.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:0.8em
}

.comment-author .fn {
    display:block;
    font-size:1.5rem;
    letter-spacing:0.063em;
    margin-left:0.313em
}

@media screen and (min-width: 50em) {
.comment-author .fn {
    display:inline
}
}

.avatar {
    -webkit-border-radius:3.125em;
    -moz-border-radius:3.125em;
    border-radius:3.125em;
    vertical-align:middle
}

.says {
    display:none
}

.comment-reply-link {
    border-bottom:0.125em solid #EB7D00;
    font-style:italic;
    font-weight:700
}

.comment-metadata {
    font-size:0.8em;
    font-weight:300;
    letter-spacing:0.063em;
    margin-bottom:.8em;
    text-transform:uppercase
}

.comment-metadata .edit-link {
    margin-left:0.625em
}

li > ul,li > ol {
    margin-top:0.6em;
    //margin-left:3%;
}

.bypostauthor .comment-body {
    border-left:0.375em solid #EB7D00
}

.comment-form-comment label {
    display:inline-block;
    font-size:1.5em;
    font-size:2.4rem;
    margin-bottom:1em
}

.comment-form label {
    color:#aaa;
    display:inline-block;
    font-size:1em;
    font-weight:700;
    letter-spacing:0.063em;
    margin-bottom:0.75em;
    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:1em
}

#footer-widgets {
    //margin-bottom:4%
}

@media screen and (min-width: 62.5em) {
.site-footer {
    font-size:1.125em;
    font-size:1.8rem
}

.footer-widget-wrapper {
    float:left;
    margin: 0 1.5%;
    width:30%
}

#footer-widgets .footer-widget-wrapper:last-child {
    margin-right:0
}

.site-info {
    padding:1em 0 0 0
}
}

.site-info {
    background:#201E1C;
    color:#fff;
    font-size:1em;
    font-size:1.6rem;
    padding:1em 0 0 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:1em;
    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:1em
}

.gallery-item a {
    border-bottom:none
}

.figcaption a {
    border-bottom:0.063em solid #EB7D00
}
