/*
Theme Name: gaunt
Theme URI: http://tylerfinck.com/gaunt
Author: Tyler Finck
Author URI: http://tylerfinck.com
Description: Description
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gaunt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gaunt is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-size: 20px;
	font-family: "fira_sanslight", Verdana, Arial, sans-serif;
	font-weight: normal;
}

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;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0 auto;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}



address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}



/*--------------------------------------------------------------
# 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: 100px;
	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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 2em;
	margin-left: 4em;

}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-right: 3em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: 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 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
	margin: 0 auto 40px !important;
}

/*--------------------------------------------------------------
## 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 {
	margin: 0.8075em 0;
	color: #aaa;
	font-family: 'fira_sanslight_italic';
	letter-spacing: -.33px;

}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	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 {
	display: block;
}


@font-face {
    font-family: 'fira_sanslight';
    src: url('FiraSans-Light-webfont.eot');
    src: url('FiraSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('FiraSans-Light-webfont.woff') format('woff'),
         url('FiraSans-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sanslight_italic';
    src: url('FiraSans-LightItalic-webfont.eot');
    src: url('FiraSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('FiraSans-LightItalic-webfont.woff') format('woff'),
         url('FiraSans-LightItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'fira_sansmedium';
    src: url('firasans-medium-webfont.eot');
    src: url('firasans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('firasans-medium-webfont.woff') format('woff'),
         url('firasans-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'fira_sansultra';
    src: url('FiraSans-Ultra-webfont.eot');
    src: url('FiraSans-Ultra-webfont.eot?#iefix') format('embedded-opentype'),
         url('FiraSans-Ultra-webfont.woff') format('woff'),
         url('FiraSans-Ultra-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}





#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content ol, #content ul, #content blockquote, #content small, #content iframe, .widget {
	max-width: 800px;
	margin: 0 auto 25px;
}

.textwidget, .widget_calendar {
	max-width: 500px;
	margin: 0 auto;
}

#content .textwidget p {
	text-align: left;
    font-family: 'fira_sanslight_italic', arial, sans-serif;
    font-size: 18px;
   	letter-spacing: -.33px;

}

#content h1 {
	margin-bottom: 50px;
}

#content img {
	max-width: 100%;
	margin: 0 auto 40px;
	display: block;
	line-height: 1;
}

#content .entry-meta {
	text-align: center;
	color: #aaa;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content .post-categories {
	margin: 0 auto 10px;
	padding: 0;
}

#content .post-categories li, .widget li {
	display: inline-block;
	list-style-type: none;
}

#content .post-categories li {
	margin-bottom :5px;
}

.entry-meta .post-categories li a, .widget_categories li a {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	background: #14d8fb;
	color: #fff;
	text-decoration: none;
	padding: 4px 9px;
	font-weight: bold;
	margin: 5px;
	border-radius: 100px;
}

.entry-meta .post-categories li a:hover, #archives .entry-meta .post-categories li a:hover {
	background: #ffee00;
	color: #222;
}

#archives li h1 {
margin-top: 30px;
}

#archives .entry-meta .post-categories li a  {
	background: #ccc;
}


#content .entry-meta + img {
	padding-top: 30px;
}

#content .entry-meta.date + .entry-content {
	padding-top: 50px;
}

#content p {
	font-size: 25px;
	letter-spacing: -.5px;
	margin-bottom: 40px;
}

#content ul, #content ol {
	font-size: 20px;
	font-family: 'fira_sanslight_italic';
	letter-spacing: -.33px;


}

a /*link color */ {
	color: #14d8fb;
	font-family: "fira_sansmedium", sans-serif;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

p a {
	letter-spacing: .26px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "fira_sansultra", Helvetica, Futura, Sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}

h1 {
	font-size: 4em;
	line-height: 1;
	text-align: left;
}

h1#entry-title {
    font-family: 'fira_sansultra';
	text-align: center;
	margin: 10px auto 30px;
	position: relative;
	z-index: 10;
	max-width: 1000px;
	color: #222;
}

.entry-content h1 {
	font-size: 56px;
	text-transform: uppercase;
}

h2 {
	font-size: 3.1em;
}

h3 {
	font-size: 2em;
	text-transform: uppercase;

}

h4 {
	letter-spacing: 1px;
	font-size: 1.5em;
}

h5 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

h6 {
	font-size: 16px;
}

body {
	padding-top: 70px;
}

header#navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 10px 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#navigation h1 {
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#navigation h1 a {
	color: #404040;
	text-decoration: none;
}

#navigation h1 a:hover, #navigation a:hover {
	color: #14d8fb;
}

#site-navigation {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -.75em;
	line-height: 1.5em;
	z-index: 3;
}

.has-site-logo #site-navigation {
margin-top: -.9em;
}

.has-site-logo #navigation h2 {
	top: 5px;
}

#site-navigation li {
	list-style-type: none;
	display: inline-block;
	padding: 0 0 0 10px;
	letter-spacing: -.25px;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 1;

}

#site-navigation a {
	text-decoration: none;
	font-family: "fira_sanslight", Verdana, Arial, sans-serif;
	color: #404040;
}

.logged-in body {
	padding-top: 90px;
}



.logged-in header#navigation {
	top: 20px !important;
}

.logged-in h2#small-title {
	top: 10px;
}

#navigation h2 {
	text-align: center;
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	z-index; 2;
	font-size: 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
}

#navigation h2.on {
	opacity: 1;
}

ul#primary-menu {
	margin: 0;
	padding: 0;
}

#navigation.downscrolled #site-navigation li, #navigation.downscrolled h1.site-title, .site-logo-link {
	opacity: .25;
}

#navigation.downscrolled.hover #site-navigation li, #navigation.downscrolled.hover h1.site-title, .site-logo-link {
	opacity: 1;
}

#navigation.thetop {
		opacity: 1 !important;
		top: 0 !important;
}


.page #navigation.downscrolled, .single #navigation.downscrolled, .search #navigation.downscrolled {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	top: -50px;
}

.page #navigation.upscrolled, .single #navigation.upscrolled, .search #navigation.upscrolled {
	opacity: 1;
	top: 0;
}


h1.site-title a, .site-logo-link {
	display: block;
}

h1.site-title {
	display: inline-block;
	position: relative;
	z-index: 3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.site-logo-link + h1.site-title {
display: none;
}

.site-logo-link{
	position: relative;
	z-index: 3;
	display: block;
	max-height: 40px;
	top: 0;
	margin-top: 0;
	left: 0;
	line-height: 1em;
}

.single .site-logo-link img, .page .site-logo-link img, .archive .site-logo-link img, .search .site-logo-link img, .error404 .site-logo-link img {
	max-height: 40px;
	width: auto;
}

.home .site-logo-link{
	position: absolute;
	z-index: 3;
	max-width: 100px;
	height: 100vh;
	max-height: 100vh;
	top: 0;
	display: table-cell;
	vertical-align: middle;
	left: 30px;
	line-height: 100vh;
}

.home .site-logo-link img {
	max-width: 150px;
	height: auto;
	max-height: auto;
	display: inline-block;
	vertical-align: middle;
}


#content blockquote {
	max-width: 90%;
}

#content blockquote p {
    font-family: 'fira_sansultra';
	max-width: 90%;
	font-size: 56px;
	line-height: 1.15;
	margin: 80px auto;

}

::selection {
  background: rgba(255,238,0,0.5); 
}
::-moz-selection {
  background: rgba(255,238,0,0.5);
}

#homefeature {
	height: 100vh;
	position: relative;
}

#latest {
	position: relative;
	top: 5vh;
	height: 90vh;
	border-radius: 5000px;
	width: 90vh;
	margin: 0 auto;
	background-size: cover;
	background-position: 50% 50%;
}



#bigbutton {
	background: rgba(20,216,251,0.9);
}

body.home {
	padding: 0;
}

#latest a h1 {
	position: absolute;
	line-height: 1;
	top: 0;
	border-radius: 5000px;
	right: 0;
	left: 0;
	margin: 0;
	padding: 42.5vh 30px;
	height: 90vh;
	font-size: 30px;
	text-align: center;
	color: #fff;
	font-family: 'fira_sansultra';
	letter-spacing: .25px;
	display: block;
	background: rgba(20,216,251,0.7);
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	letter-spacing: -.5em;
}

#latest a:hover h1 {
letter-spacing: .5px;

}


#homefeature.noimage #latest a h1 {
background: none;
opacity: 1;
letter-spacing: .5px;
}

#homefeature.noimage #latest span strong {
	background: rgba(0,0,0,0.25);
	color: rgba(255,255,255,0.85);
}

#homefeature + #homefeature.noimage {
	display: none;
}

#latest a:hover h1, #latest a:hover span strong {
	opacity: 1;
}

#latest span {
	position: absolute;
	bottom: 20%;
	left: 30px;	
	right:30px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


#latest a:hover span {
bottom: 22%;

}

#latest span strong {
	display: inline-block;
	list-style-type: none;
	font-size: 14px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	background: #14d8fb;
	color: #fff;
	text-decoration: none;
	padding: 4px 9px;
	font-weight: bold;
	margin: 5px;
	border-radius: 100px;
	opacity: 0;

	right: 30px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#footer {
	text-align: center;

}

#mobilebutton {
	width: 30px;
	height: 10px;
	font-size: 30px;
	line-height: 7px;
	position: absolute;
	top: 0;
	right: 20px;
	color: #222;
	z-index: 5;
	display: none;
	padding: 0 20px;
	cursor: pointer;
	letter-spacing: 5px;
}

.post-navigation {
	text-align: center;
	padding: 0px 30px 70px;
}

.nav-links div {
	width: 45%;
	margin: 0 0;
		position: relative;
		font-size: 20px;
		line-height: 1;
}

.nav-links a, .nav_links {
    font-family: 'fira_sansultra';
    color: #404040;
}

.nav-links a:hover {
	color: #14d8fb;
}

.nav-links .nav-previous {
	text-align: left;
	float: left;
}

.nav-links .nav-next {
	text-align: right;
	float: right;

}


.nav-previous:before {
	content: "Previous";
	position: absolute;
	top: -15px;
	left: 0;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #bbb;
	font-size: 10px;
}

.nav-next:before {
	content: "Next";
	position: absolute;
	top: -15px;
	right: 0;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #bbb;
	font-size: 10px;

}


.home header#navigation {
/* position: fixed;
height: 0;
padding: 0;
display: none; */
z-index:999999;
background:none;
}

.home header h1 {
/*	position: absolute;
	top: 50%;
	width: 11vw;
	margin-top: -20px;
	left: 30px;
	display: none;  */
	color:#000000;
	
}

.home #site-navigation {
/*	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;  */
	
}

.home #site-navigation ul#primary-menu {
/*	height: 100vh;
	display: table-cell;
	vertical-align: middle;  */
}

.home #site-navigation li, .home #site-navigation li a {
/*	display: block;
		line-height: 1.8;
		font-size: 16px;  
*/
}

ul.sub-menu {
	display: none !important;
}


footer {
	color: #aaa;
	padding: 50px 20px 100px;
}

#secondary {
		padding: 50px 0 25px;
	background: #f5f5f5;
}

footer a {
	color: #999;
	letter-spacing: .5px;
	font-family: "fira_sanslight", Verdana, Arial, sans-serif;

}

.page h1#entry-title {
	margin: 50px auto 130px;
	font-size: 80px;
}

#latest {
	background-image: url("gradient.jpg");
}

p.copyright {
	font-size: 10px;
	display: block;
	border: 1px solid #ccc;
	width: 230px;
	margin: 0 auto 20px;
	text-transform: uppercase;
	padding: 10px 5px;
	letter-spacing: 2px;
}

small {
	clear: both;
}

p.site-description {
	font-family: 'fira_sanslight_italic';
	letter-spacing: -.33px;

}

#content h1.post-titles, #content h2.post-titles {
	text-align: center;
	font-size: 49px;
	margin-bottom: 20px;
}

.page-template-page-archive hr {
	width: 200px;
	margin: 0 auto 50px;
}

ul#archives {
	margin: 0 auto;
	padding: 0;
	font-family: "fira_sanslight",Verdana,Arial,sans-serif;
}

ul#archives li {
list-style-type: none;
}

h1 a, #archives a, .category #main a{
	text-decoration: none;
}

.category #content h1, .search #content h1 {
	text-align: center;
}

#content ul#archives p {
	font-size: 16px;
	color: #999;
	max-width: 500px;
}

#content .wp-caption img {
	margin-bottom: 15px;
}


#content .widget-area h1 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 15px;
}

.widget {
	margin: 0 auto 50px;
	font-size: 16px;
}

.widget ul {
margin: 0 auto;
padding: 0;	
font-size: 16px;
}

.widget li {
font-size: 16px;

}

.widget.widget_search, #content .widget.widget_search h1, .search-form, body.error404 h1, body.error404 p  {
text-align: center;
}



.widget, #content .widget h1 {
	text-align: center;
	font-family: "fira_sanslight",Verdana,Arial,sans-serif;
	color: #bbb;
}

.widget_recent_entries a, .widget_archive a, .widget_pages a, .widget_nav_menu a {
	display: inline-block;
	padding: 0 8px;
	font-family: "fira_sanslight",Verdana,Arial,sans-serif;
	color: #777;
	line-height: 1.15;
}

.widget a {
		font-family: "fira_sanslight",Verdana,Arial,sans-serif;
	color: #999;
	text-decoration: none;

}

.widget_categories li a {
	background: #aaa;
}

.widget_categories li a:hover {
	background: #14d8fb;
	color: #fff;
}

.widget a:hover {
	color: #14d8fb;
}

ul.children, .search #secondary {
	display: none;
}

#children {
	text-align: center;
}

#children li {
	list-style-type: none;
	width: 300px;
	height: 300px;
	border-radius: 300px;
	display: inline-block;
	margin: 30px;
	background-color: #222;
	background-size: cover;
}

#children li:nth-child(3n+2) {
	background-color: #777;
}

#children li:nth-child(even) {
	background-color: #444;
}

#content #children li a h2 {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
    font-family: 'fira_sansultra';
    width: 300px;
    line-height: 1;
    padding: 0 35px;
	border-radius: 300px;
	letter-spacing: .66px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#content ul#children {
	margin: 0 auto 50px;
	padding: 0;
	max-width: 90%;
}

#content #children li a {
	display: table-cell;
	height: 300px;
	width: 300px;
	text-decoration: none;
}

#content #children li a:hover h2 {
		background: rgba(20,216,251,0.7);

}


h5 {
	text-align: center;
}
h5 a {
display: inline-block;
padding: 15px 22px;
font-size: 14px;
text-decoration: none;
background-color: #14d8fb;
color: #fff;
border-radius: 100px;
line-height: 1;
margin: 0 auto;
text-align: center;
}

h5 a:hover {
	background: #ffee00;
	color: #222;
}

form {
	margin: 0 auto 30px;
	text-align: center;
	max-width: 500px;
}

video {
	max-width: 100%;
	height: auto;
}

#content li {
	margin-bottom: 25px;
}

#content .fve-video-wrapper iframe {
max-width: 100%;
margin-bottom: 90px;
}


#content a:hover h1 {
	text-decoration: underline;
}

#content ul#archives li, #content #secondary li {
	margin-bottom: 10px;
}



/* - - - - - - - -responsive layout starts here  - - - - - - - - */

@media only screen and (max-width: 1024px) {
	

	.home  #navigation h1.site-title {
		font-size: 12px;
		letter-spacing: 2px;
	
	}

	.wp-caption .wp-caption-text {
		font-size: 13px;
	}

	#site-navigation li {
		font-size: 15px;
		padding: 0 0 0 5px;
	}

	.home #site-navigation li, .home #site-navigation li a {
	display: block;
		line-height: 1.6;
		font-size: 14px;
	}


	#content p iframe {
		max-width: 100% ;
		height: auto;
		padding: 0;
		margin: 0 auto 30px;
		min-height: 200px;
	}

	.home .site-logo-link img {
		max-width: 90px;
	}

}

@media only screen and (max-width: 880px) {

#navigation.downscrolled #site-navigation li, #navigation.downscrolled h1.site-title  {
	opacity: 1;
}



.site-logo-link, .home .site-logo-link{
	position: relative;
	z-index: 3;
	display: block;
	max-height: 40px;
	top: 0;
	margin-top: 0;
	left: 0;
	line-height: 1em;
}

.home .site-logo-link img, .single .site-logo-link img, .page .site-logo-link img, .archive .site-logo-link img, .search .site-logo-link img  {
	max-height: 40px;
	width: auto;
}



#content h1 {
		font-size: 1.8em;
}

form {
	margin: 0 auto 30px;
}

.home header#navigation {
	height: auto;
	padding: 10px 20px;
	position: static;
	margin-bottom: 20px;
	border-bottom: 0px;
}

.home #site-navigation li {
		line-height: 1.25;
}

.home #site-navigation {
	width: auto;
	text-align: center;
	height: auto;
	display: none;
}

.home #site-navigation ul#primary-menu {
	width: auto;
	text-align: center;
	height: auto;	
	display: block;
}


.home header#navigation h1.site-title {
	margin: 0 auto;
	position: static;
	font-size: 16px;
	line-height: 1;
	margin: 0.67em 0;
	width: auto;
	letter-spacing: 3px;
}

.page h1#entry-title {
 font-size: 36px;
 margin: 10px auto 40px;
 position: static;
 z-index: 2;
 }

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content ol, #content ul, #content small, #content iframe, .widget {
	margin: 0 auto 15px;
	padding: 0 40px;
}

.widget {
	padding: 0 0 30px;
}

#content blockquote p {
	margin: 20px auto;
}



#content .entry-meta + img {
	padding-top: 10px;
}

#mobilebutton {
 display: block;
 }

.alignleft {
	display: block;
	float: none;
	margin: 0 auto;

}

.alignright {
	display: block;
	float: none;
	margin: 0 auto;

}

#content blockquote p {
padding: 0;	
line-height: 1;
}

#content ul, #content ol {
	margin-left: 20px;
}

#content .widget ul, #content .widget ol {
margin-left: auto;
}

.widget {
	padding-bottom: 15px;
}

#homefeature {
	height: 100vw;
}

.home #footer {
	padding-top: 1px;
}

#latest {
	top: 5px;
	height: 90vw;
	border-radius: 5000px;
	width: 90vw;
}

#latest a h1 {

	padding: 42.5vw 30px;
	height: 90vw;
	
}

#latest span {
	display: none;
}

body {
	padding: 0;
}


header#navigation {
	padding: 10px 20px;
}

#site-navigation {
	position: static;
	text-align: center;
	display: none;
	padding: 10px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#site-navigation li {
	padding: 0;
	display: block;
	line-height: 1.25;
}

#site-navigation li a {
	display: block;
	padding: 10px;
}

.category #content h1, .search #content h1 {
	margin-bottom: 35px;
}

h2#small-title {
	display: none;
	opacity: 0;
}

h1, #content blockquote p {
	font-size: 30px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

#navigation.active #mobilebutton {

}

header#navigation {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}


header#navigation.active {
border-bottom: 1px solid #eee;
}



#content p {
	font-size: 18px;
}

.post-navigation  {
	padding: 0 40px 50px;
	margin: 0 auto;
}

.nav-links div {
	width: auto;
	font-size: 20px;
	clear: both;
	margin: 0 auto;
}

.nav-links .nav-previous:before, .nav-links .nav-next:before {
text-align: center;
}

.nav-links .nav-previous {
	text-align: center;
	float: none;
	margin-bottom: 20px;
}

.nav-links .nav-next {
	text-align: center;
	float: none;
}

.nav-next:before, .nav-previous:before {
	left: 0;	
	position: static;
	display: block;
}

#navigation.active #site-navigation, 
.home #site-navigation.active, .home #site-navigation.active ul#primary-menu {
display: block ;
position: static;
width: auto;
margin: 0;

}

#latest  {
	position: relative;
}

#latest a h1 {
	opacity: 1;
	font-size: 20px;
}

#homefeature #latest a h1 {
letter-spacing: .5px;
background: none;
}


#children li {
	width: 200px;
	height: 200px;
	margin: 40px auto;
	display: block;
}


#content #children li a h2 {
	height: 200px;
    width: 200px;
    font-size: 16px;
}


#content #children li a {
	display: table-cell;
	height: 200px;
	width: 200px;
}

#content h1.post-titles {
	font-size: 30px;
	padding: 0;
}

ul#archives {
	margin: 0 auto;
}

ul#archives li .post-categories {
	display: none;
}

.logged-in #mobilebutton {
	top: 45px;
}

body {
	padding-top: 80px;
}

#navigation {
	z-index: 100;
}


#content {
	position: relative;
	z-index: 0;
}

.site-logo-link, .home .site-logo-link {
	max-width: 200px;
}

 
}
.site-footer h1#entry-title {
  margin: 10px auto 20px;
  font-size: 80px;
}