/*
Theme Name: ikjs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ikjs
Tags:
*/

/* FONTS */
/* ---------------------------------------------------------------------- */
@font-face {font-family: 'Averta-Black';font-style: normal;src: url('fonts/305AEE_0_0.eot');src: url('fonts/305AEE_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/305AEE_0_0.woff2') format('woff2'),url('fonts/305AEE_0_0.woff') format('woff'),url('fonts/305AEE_0_0.ttf') format('truetype');}
@font-face {font-family: 'Averta-Black';font-style: italic;src: url('fonts/305AEE_1_0.eot');src: url('fonts/305AEE_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/305AEE_1_0.woff2') format('woff2'),url('fonts/305AEE_1_0.woff') format('woff'),url('fonts/305AEE_1_0.ttf') format('truetype');}

@font-face {font-family: 'Averta';font-weight:normal;font-style: normal;src: url('fonts/305AEE_A_0.eot');src: url('fonts/305AEE_A_0.eot?#iefix') format('embedded-opentype'),url('fonts/305AEE_A_0.woff2') format('woff2'),url('fonts/305AEE_A_0.woff') format('woff'),url('fonts/305AEE_A_0.ttf') format('truetype');}
@font-face {font-family: 'Averta';font-weight:normal;font-style: italic;src: url('fonts/305AEE_B_0.eot');src: url('fonts/305AEE_B_0.eot?#iefix') format('embedded-opentype'),url('fonts/305AEE_B_0.woff2') format('woff2'),url('fonts/305AEE_B_0.woff') format('woff'),url('fonts/305AEE_B_0.ttf') format('truetype');}

@font-face {font-family: 'Averta';font-weight:bold;font-style: normal;src: url('fonts/305AEE_2_0.eot');src: url('fonts/305AEE_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/305AEE_2_0.woff2') format('woff2'),url('fonts/305AEE_2_0.woff') format('woff'),url('fonts/305AEE_2_0.ttf') format('truetype');}
@font-face {font-family: 'Averta';font-weight:bold;font-style: italic;src: url('fonts/305AEE_5_0.eot');src: url('fonts/305AEE_5_0.eot?#iefix') format('embedded-opentype'),url('fonts/305AEE_5_0.woff2') format('woff2'),url('fonts/305AEE_5_0.woff') format('woff'),url('fonts/305AEE_5_0.ttf') format('truetype');}   

/* RESET */
/* ---------------------------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, html, body {
    padding: 0;
    margin: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/* STRUCTURE */
/* ---------------------------------------------------------------------- */
#container { 
    height: 100vh;
    width: 100vw;
    padding: 50px;
}
#navigation {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.menu-item-home a,
.menu-item-work a, 
.menu-item-about a {
    position: absolute;
    font-family: "Averta-Black", sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
}
.menu-item-home a:before,
.menu-item-work a:before,
.menu-item-about a:before {
    content: '';
    display: block;
    height: 200px;
    width: 200px;
    position: absolute;
    bottom: -50px;
}
.menu-item-home a:after,
.menu-item-work a:after,
.menu-item-about a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    z-index: -1;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: transparent;
    transition: border-width .15s; 
    pointer-events: none; 
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

.menu-item-home {
    position: absolute;
    display: block;
    height: 12%;
    width: 12%;
    z-index: 200;
}
.menu-item-home svg {
    width: 100%;
}
body.home .menu-item-home {
    z-index: 100;
}
.menu-item-home a {
    width: 100%;
    top: 50px;
    left: 50px;
}
.menu-item-home a,
.menu-item-home a * {
    box-sizing: content-box;
}
.menu-item-home a:before {
    top: -50px;
    left: -50px;
}
.menu-item-home a:after {
    top: 0;
    left: 0px;
    border-top-color: #6fc;
}
.menu-item-home a:hover {
    padding: 50px 0 0 50px;
}
.menu-item-home a:hover:after {
    border-width: 400px 400px 0 0;
}
.menu-item-home.current-menu-item a {
    border-top: none;
}
.menu-item-home.current-menu-item a:before,
.menu-item-home.current-menu-item a:after {
    display: none;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

.menu-item-work a {
    left: 50px;
    bottom: 50px;
    z-index: 101;
}
.menu-item-work a:before {
    left: -50px;
}
.menu-item-work a:after {
    left: 0px;
    border-left-color: #000;
}
.menu-item-work a:hover {
    padding: 0 0 50px 50px;
}
.menu-item-work a:hover:after {
    border-width: 250px 0 0 250px;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

.menu-item-about a {
    right: 50px;
    bottom: 50px;
    z-index: 102;
}
.menu-item-about a:before {
    right: -50px;
}
.menu-item-about a:after {
    right: 0px;
    border-bottom-color: #000;
}
.menu-item-about a:hover {
    padding: 0 50px 50px 0;
}
.menu-item-about a:hover:after {
    border-width: 0 0 250px 250px;
}
.menu-item-work.current-menu-item a:hover:after,
.menu-item-about.current-menu-item a:hover:after {
    border-width: 0;
}
.menu-item-home.current-menu-item a:hover,
.menu-item-work.current-menu-item a,
.menu-item-about.current-menu-item a {
    padding: 0;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

#navigation:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #000 transparent transparent;
}
#primary {
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20%;
    padding-left: 30%;
    font-family: "Averta", sans-serif;
    font-size: 17px;
    -webkit-overflow-scrolling: touch;
}
#main {
    padding-bottom: 100px;
    position: relative;
}
.top-link {
    display: none;
}
.summary {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0;
    margin-top: 10px;
}
.summary a {
    border: none !important;
}
.summary a:after {
    content: '';
    display: block;
    background: #6fc;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .3s;
}
.summary a:hover:after {
    opacity: .5;
}
.summary img {
    width: 100%;
}
.summary a:hover img {
    filter: grayscale(100%);
}
.blog .summary h1 {
    display: none;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

#submenu {
    width: 15%;
    top: 35%;
    position: fixed;
    left: 100px;
}
#submenu ul li {
    margin-top: 0;
    padding-left: 1.2em;
    position: relative;
    line-height: 1.1em;
}
#submenu ul a {
    position: static;
    cursor: pointer;
    border: none !important;
    font-family: "Averta", sans-serif;
    font-size: 14px;
    width: 100%;
    display: block;
    color: #666;
}
#submenu ul a:before {
    content: '';
    display: block;
    height: .4em;
    width: .4em;
    border-radius: 100%;
    background: #000;
    position: absolute;
    left: .2em;
    top: .5em;
    transition: all .2s;
}
#submenu ul a:hover {
    background: none;
    color: #000;
}
#submenu ul .current_page_item a:before,
#submenu ul .current-menu-item a:before,
#submenu ul a:hover:before {
    background: #6fc;
    height: .8em;
    width: .8em;
    top: .3em;
    left: 0;
}
#submenu ul .current_page_item a {
    color: #000;
}
.page #submenu {
    display: none;
}

/* HOME */
/* ---------------------------------------------------------------------- */
body.home #navigation {
    background-color: #bbb;
    xbackground-image: url(images/bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
body.home #navigation:after {
    display: none;
}
body.home .menu-item-home {
    top: 30%;
    width: 20%;
}
body.home .menu-item-home a,
body.home .menu-item-home a:hover {
    border-bottom: 3px solid #6fc;
    padding-left: 0;
    padding-bottom: 15%;
}
body.home #ikjs,
body.home .icon a, 
body.home .icon a:link,
body.home .icon a:visited {
    fill: #fff;
}
body.home .icon a:focus,
body.home .icon a:hover,
body.home .icon a:active {
    fill: #6fc;
}
body.home #navigation:after {
    border-right-color: #fff;
}
body.home #navigation a,
body.home #navigation a:link,
body.home #navigation a:visited {
    color: #fff;
}
body.home #navigation a:focus,
body.home #navigation a:hover {
    color: #000;
}
body.home .menu-item-work a:after {
    border-left-color: #6fc;
}
body.home .menu-item-about a:after {
    border-bottom-color: #6fc;
}
body.home #main {
    padding-top: 100px;
}
body.home #primary {
    width: auto;
    padding-right: 80px;
}
body.home .icon {
    margin-right: 0;
    margin-left: 1em;
}
body.home .info {
    margin-top: 1em;
}

/* PAGE: WORK */
/* ---------------------------------------------------------------------- */
#gallery {
    font-family: "Averta", sans-serif;
    font-size: 17px;
}
.preview {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50%;
    margin-bottom: 2em;
    transition: all .15s;
    background: #ccc;
}
.preview:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    transition: all .3s;
}
.preview:hover:after {
    opacity: .5;
    background: #6fc;
}
.preview img {
    width: 100%;
    left: 0;
    position: absolute;
    transition: all 1s;
}
h1 a:hover .preview {
    opacity: .5;
}
.credit {
    color: #666;
    display: block;
}
.set {
    font-size: 0;
    line-height: 0;
}
.set a {
    display: inline-block;
    border: 1px solid #ccc !important;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    background: #ddd;
}
.set a:nth-child(n+2){
    width: 13%;
    padding-bottom: 13%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}
.set a:nth-child(n+2) img {
    position: absolute;
    height: 100%;
    filter: grayscale(100%);
}
.set a:hover img {
    filter: grayscale(0%);
}
.set a:hover {
    background: #ccc !important;
}
.set a:after {
    content: '+';
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 50%;
    line-height: 27px;
    text-align: center;
    border-radius: 100%;
    background: #6fc;
    transition: all .2s;
    height: 0;
    width: 0;
    margin-left: 0;
    margin-top: 0;
    filter: none !important;
}
.set a:hover:after {
    height: 30px;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
}
.set a:nth-child(7n+1) {
    margin-right: 0;
}
.set a:first-of-type {
    margin-bottom: 14px;
    border: none !important;
    background: none !important;
}
.set a:first-of-type img {
    width: 100%;
    border: 1px solid #ccc;
}
.nav-links {
    padding-top: 2em;
    padding-bottom: 1.5em;
    position: relative;
}
.post-navigation a {
    border: none !important;
}
.post-navigation a:hover {
    background: none !important;
}
.nav-previous {
    position: absolute;
    right: 0;
}
.nav-previous a:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: .5em 0 .5em .8em;
    border-color: transparent transparent transparent #000;
    margin-left: .5em;
    transition: border-color .2s;
}
.nav-previous a:hover:after {
    border-color: transparent transparent transparent #6fc;
}
.nav-next {
    position: absolute;
    left: 0
}
.nav-next a:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: .5em .8em .5em 0;
    border-color: transparent #000 transparent transparent;
    margin-right: .5em;
    transition: border-color .2s;
}
.nav-next a:hover:before {
    border-color: transparent #6fc transparent transparent;
}

/* TYPOGRAPHY */
/* ---------------------------------------------------------------------- */
h1 {
    font-size: 35px;
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
    margin-bottom: .5em;
    margin-top: 0;
    padding-top: 2.86em;
}
article:first-of-type {
    padding-top: 90px;
}
.home article:first-of-type {
    padding-top: 0;
}
article:first-of-type h1 {
    padding-top: 0;
}
p {
    margin-bottom: 1.5em;
}
th, td {
    vertical-align: top;
    padding: 1em 10px 1em 0;
    border-bottom: 1px solid #ccc;
}
th {
    font-size: 12px;
    padding-top: 1.5em;
}
ul li {
    margin-top: 1em;
    list-style: none;
}
ul ul li,
.bullets li {
    margin-top: 0;
    margin-left: 2em;
    line-height: 1.5em;
    list-style-type: disc;
}
.bullets li {
    margin-left: 1.2em;
}
ol li {
    vertical-align: top;
    padding: 1em 10px 1em 0;
    border-bottom: 1px solid #ccc;
}
ol {
    list-style: none;
    counter-reset: item;
}
ol > li {
    counter-increment: item;
}
ol li {
    padding-left: 2em;
    position: relative;
}
ol li:before {
    content: counter(item);
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 1.6em;
    font-size: 12px;
    font-weight: bold;
}
a,
a:link,
a:visited {
    text-decoration: none;
    color: #000;
    transition: color .1s, padding .2s;
}
a:focus,
a:hover {
    color: #6fc;
}
#main a,
#main a:link {
    border-bottom: 1px solid #ccc;
    transition: background-color .3s;
}
#main a:visited {
    color: #666;
}
#main a:focus,
#main a:hover,
#main a:active {
    color: #000;
    border-bottom: 1px solid #6fc;
    background: #6fc;
}
#main .icon a {
    border: none;
}
h1 a,
h1 a:link,
h1 a:visited {
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
    color: #000 !important;
    display: block;
    position: relative;
}
h1 a:focus,
h1 a:hover,
h1 a:active {
    border-bottom: 1px solid #6fc;
    color: #000;
    background: none !important;
}
h1 a:after {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    bottom: 0;
    z-index: -1;
    background: #6fc;
    position: absolute;
    transition: all .1s;
}
h1 a:visited:after,
h1 a:focus:after,
h1 a:hover:after {
    bottom: 0;
    height: 3px;
}
/*
.blog h1 {
    border-bottom: none;
    margin-bottom: 0;
}
*/
.page-id-278 em,
.date {
    white-space: nowrap;
    color: #afafaf;
}
.icon a path,
.icon a:link path,
.icon a:visited path,
.icon a circle,
.icon a:link circle,
.icon a:visited circle {
    transition: fill .2s;
}
.icon a:focus path,
.icon a:hover path,
.icon a:active path,
.icon a:focus circle,
.icon a:hover circle,
.icon a:active circle {
    fill: #6fc;
}
.icon a {
    background: none !important;
}
.icon {
    width: 2em;
    margin-right: 1em;
    display: inline-block;
    margin-bottom: 0;
}
.current-menu-item a {
    cursor: default;
}
.current-menu-item a {
    color: #000;
    border-top: 3px solid #6fc;
}

/* ALTERNATE RESOLUTIONS */
/* ---------------------------------------------------------------------- */
@media all and (max-width:1400px) {
#primary {
    font-size: 17px;
}
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

@media all and (max-width:1000px), all and (max-height:800px) {
#container {
    padding: 0;
}
#primary,
#submenu ul a {
    font-size: 15px;
}
#main {
	padding-top: 0;
	padding-bottom: 50px;
}
body.home #main {
    padding-top: 50px;
}
body.home #primary {
    padding-right: 50px;
}
article:first-of-type {
    padding-top: 40px;
}
.blog #submenu,
.single #submenu {
    display: none;
}
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

@media all and (max-width:650px) {
#container {
    padding: 50px;
}
body.home .menu-item-home {
    top: 0;
}
html {
    overflow-y: scroll;
}
#container {
    height: auto;
    width: auto;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
#primary {
    position: static;
    height: auto;
    overflow: auto;
    padding: 0;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
#main {
    width: 100%;
    max-width: 800px;
    left: 0;
    padding: 0 0 50px 0;
}
.blog #main {
    border-top: 1px solid #000;
    padding-top: 1em;
}
body.home #main {
    position: static;
    padding: 0;
}
#navigation {
    margin-bottom: 1em;
    position: relative;
}
#navigation:after,
#navigation a:before,
#navigation a:after  {
    display: none;
}
#navigation a:hover {
    padding: 0;
}
.blog #submenu,
.single #submenu {
    display: block;
}
#submenu {
    position: static;
    width: 100%;
    border-top: 1px solid #000;
    padding: 1.5em 0;
}
#submenu ul li {
    line-height: 1.2em;
    padding-left: 2em;
    margin-bottom: .2em;
}
#submenu ul a {
    border-bottom: 1px solid #ccc !important;
    display: inline;
    width: auto;
}
#submenu ul a:hover {
    background: #6fc;
    border-bottom: 1px solid #6fc !important;
}
.menu-item-home {
    position: static;
    width: 100% !important;
    padding-bottom: 2em;
    margin-bottom: 2.3em;
    border-bottom: 1px solid #000;
}
.menu-item-home a {
    position: static;
    width: 50%;
}
.menu-item-home a:hover {
    border-bottom: none;
}
.menu-item-home a,
.menu-item-work a,
.menu-item-about a {
    font-family: "Averta-Black", sans-serif;
    margin: 0 !important;
    padding: 0;
}
.menu-item-home a:hover {
    padding: 0;
}
.menu-item-work a,
.menu-item-about a {
    position: absolute;
    bottom: 0 !important;
    width: auto;
    top: auto;
}
.menu-item-work a {
    left: 0;
}
body.home .menu-item-about a,
.menu-item-about a {
    right: 0;
    left: auto;
}
body.home #ikjs,
body.home .icon a, 
body.home .icon a:link,
body.home .icon a:visited {
    fill: #000;
}
body.home .icon a:focus,
body.home .icon a:hover,
body.home .icon a:active {
    fill: #6fc;
}
body.home .icon {
    margin-right: 1em;
    margin-left: 0;
    margin-bottom: 0;
}
body.home #navigation {
    background: none;
}
body.home #navigation a,
body.home #navigation a:link,
body.home #navigation a:visited {
    color: #000;
}
body.home #navigation a:focus,
body.home #navigation a:hover {
    color: #6fc;
}
body.home .menu-item-home a,
body.home .menu-item-home a:hover {
    border: none;
    padding-bottom: 0;
}
body.home .menu-item-work a {
    padding: 0;
}
body.home #main {
    padding-top: 0;
}
body.home #main:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 72%;
    background-color: #bbb;
    xbackground-image: url(images/bg-01_sm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 2em;
}
body.home #primary {
    position: relative;
    width: 100%;
    top: 50%;
    padding: 0;
}
body.home .ig {
    position: absolute;
    right: 0;
    margin-right: 0;
}
.blog #submenu {
    display: none;
}
.blog .summary h1 {
    display: none;
}
.single-post #main {
    display: flex;
    flex-direction: column;
}
.single-post #submenu {
    order: 2;
    margin-top: 2em;
}
.single-post .top-link {
    order: 3;
}
.summary {
    padding-bottom: 66%;
    overflow: hidden;
}
.summary img {
    position: absolute;
}
h1 {
	font-size: 21px;
}
article:first-of-type .summary {
    margin-top: 0;
}
article:first-of-type,
.blog article:first-of-type {
    padding-top: 0;
}
article:first-of-type h1:first-of-type {
    border-top: 1px solid #000;
    padding-top: .5em !important;
}
.blog article:first-of-type h1:first-of-type {
    border-top: none;
}
.infinite-wrap article:first-of-type h1 {
    border-top: none;
    padding-top: 2.5em !important;
}
.set a:after {
    line-height: 30px;
}
.current-page-ancestor,
.current_page_parent,
.current-menu-item {
	position: relative;
}
.current-menu-item a {
    background: none;
    border-top: none;
}
.menu-item-work a,
.menu-item-about a {
    font-size: 15px;
}
.current-page-ancestor.menu-item-about:after,
.current_page_parent.menu-item-about:after,
.current-menu-item.menu-item-about:after,
.current-page-ancestor.menu-item-work:after,
.current_page_parent.menu-item-work:after,
.current-menu-item.menu-item-work:after {
	content: '';
	position: absolute;
	top: -37px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .5em .4em 0 .4em;
	border-color: #000 transparent transparent transparent;
}
.current-page-ancestor.menu-item-work:after,
.current_page_parent.menu-item-work:after,
.current-menu-item.menu-item-work:after {
	left: 17px;
}
.current-page-ancestor.menu-item-about:after,
.current_page_parent.menu-item-about:after,
.current-menu-item.menu-item-about:after {
	right: 17px;
}
.top-link {
    display: block;
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #000;
}
.top-link a {
    position: relative;
    padding-left: 1.5em;
    border-bottom: none !important; 
}
.top-link a:hover {
    background: none !important;
}
.top-link a:before {
    position: absolute;
    left: 0;
    top: .2em;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .5em .8em .5em;
    border-color: transparent transparent #000 transparent;
    transition: border-color .2s;
}
.top-link a:hover:before {
    border-color: transparent transparent #6fc transparent;
}
.single-post .top-link {
    margin-top: 1em;
}
.home .top-link {
    display: none;
}
.post-navigation {
    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;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 0.875rem;
    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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/* Infinite scroll */
/* ---------------------------------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}
#infinite-handle {
    margin-top: 4em;
}
#infinite-handle span {
    background: #000;
    font-weight: bold;
    font-size: 20px;
    transition: all .15s;
}
#infinite-handle span:focus,
#infinite-handle span:hover,
#infinite-handle span:active {
    background: #6fc;
    color: #000;
}
#infinite-handle button {
    text-transform: uppercase;
}
