/*
Theme Name: Lucas Hitch
Theme URI: lucashitch.com
Author: Lucas Hitch
Author URI: lucashitch.com
This theme is bloat free, lean and mean
*/
@font-face {
    font-family: 'steelfish_regular';
    src: url('css/fonts/steelfish_rg.woff2') format('woff2'),
         url('css/fonts/steelfish_rg.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon';
    src: url('css/fonts/brandon.woff2') format('woff2'),
         url('css/fonts/brandon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon';
    src: url('css/fonts/brandon-italic.woff2') format('woff2'),
         url('css/fonts/brandon-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'brandon';
    src: url('css/fonts/brandon-bold.woff2') format('woff2'),
         url('css/fonts/brandon-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'brandon';
    src: url('css/fonts/brandon-bold-italic.woff2') format('woff2'),
         url('css/fonts/brandon-bold-italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@keyframes backgroundChange {
    	from {
    		background-color: transparent;
    		color: inherit;
    	}
    	to {
    		background-color: #24272e;
    		color:white;
    	}
}
html {
	margin-top:0;
}
h1, h2, h3, h4{
	font-family: 'steelfish_regular';
}
h1 {
	font-size: 2.3em;
}
h2 {
    font-size: 2em;
}
h3 {
	font-size:1.7em;
}
h4 {
	font-size:1.5em;
}
h5 {
	font-size:1.1em;
}
body {
	font-family: 'brandon';
    margin: 0 auto;
    padding: 0;
    background-color: #40d2f6;
    color: #24272e;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.the-navigation {
	background-color: #40d2f6;
	display: inline-block;
	width: 100%;
	max-height:85vh;
}
.the-full-background {
	width: 50%;
	right: 0;
	bottom: 0;
	height: 68.8%;
	position: fixed;
	background-image:url("/wp-content/themes/lucashitch/images/me-no-white.png");
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 2;
}

.announce-me {
    width: 92%;
    font-size: 3.5em;
    position: absolute;
    top: 31%;
    background-color: white;
    text-align: center;
    padding: 0.6em 0;
    padding-right: 8%;
    font-family: 'steelfish_regular';
}
#series {
    background-color: white;
}
#colophon {
    bottom: 0;
    width: 100%;
    text-align: center;
    color: white;
    display: block;
}
.home #colophon {
	position: absolute;
}
.menu-item {
    display: inline-block;
    font-size: 1.8em;
    text-transform: uppercase;
    font-family: 'steelfish_regular';
    background-color: white;
}
.menu-item a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    padding: 0.3em 0.75em 0.3em 0.75em;
    display:inline-block;
}
.menu-item a:hover {
	animation-name: backgroundChange;
    animation-duration: 0.5s;
    background-color: #24272e;
    color:white;
}
.sidebar {
    width: 100%;
    background-color: white;
    padding: 1em;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    font-size: 1em;
    border-radius: 4px;
    order: 1;
    z-index: 9;
}
.content-area {
    width: 64.3%;
    display: inline-block;
    background-color: #40d2f6;
    margin-top: 15px;
    margin-left: 0.7%;
    padding: 0.2em;
    font-size: 1.2em;
    border-radius: 4px;
    border: 13px solid white;
    position: relative;
    z-index: 9;
}
.entry-title {
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 20px;
}
.entry-title a {
    color: inherit;
    text-decoration: none;
    font-size: 1.2em;
}
article.post {
    margin-bottom: 3em;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    padding-bottom: 3em;
}
.blog-list-thumb {
    width: 12em;
    vertical-align: top;
    float: left;
    margin-right: 1em;
}
.wp-post-image {
    width: 100%;
    height: auto;
    margin: 1e;
}
.clear {
	clear:both;
	display:block;
}
.music-player {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.music-describe {
    display: block;
    width: 86%;
    margin: 0 auto;
    font-size:1.2em;
    padding-top: 0;
}
.a-music-entry {
    background-color: white;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
    padding: 2em;
    position: relative;
}
.a-music-entry:before {
	content: "";
	position: absolute;
	width: 47%;
	bottom: 0.6em;
	height: 3em;
	box-shadow: 6px 15px 5px rgba(0,0,0,0.2);
	z-index: -1;
	transform: rotate(-1.4deg);
}
.a-music-entry:after {
	content: "";
	position: absolute;
	width: 47%;
	bottom: 0.6em;
	height: 3em;
	box-shadow: 6px 15px 5px rgba(0,0,0,0.2);
	z-index: -1;
	transform: rotate(1.4deg);
	right:2.5em;
}
.music-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
audio {
    width: 86%;
    display: block;
    margin: 1em auto 0 auto;
}
.music-title .entry-title {
    margin-left: 7%;
}
.entry-content.music-describe {
    padding-top: 0;
}
.music-area #comments {
    display: none;
}
.entry-content {
    font-size: 0.9em;
    padding:1em;
}
.blog #page, .single-post #page {
    display: flex;
}
/*------Our Icon Font------*/

@font-face {
  font-family: 'icomoon';
  src:
  	url('css/fonts/icomoon.woff2?ylugc9') format('woff2'),
    url('css/fonts/icomoon.ttf?ylugc9') format('truetype'),
    url('css/fonts/icomoon.woff?ylugc9') format('woff'),
    url('css/fonts/icomoon.svg?ylugc9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="et-"], [class*=" et-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.et-snapchat:before {
  content: "\e900";
}
.et-facebook:before {
  content: "\ea90";
}
.et-instagram:before {
  content: "\ea92";
}
.et-twitter:before {
  content: "\ea96";
}
.et-youtube:before {
  content: "\ea9e";
}
.social-icons {
    display: inline-block;
    float: right;
    color: white;
    font-size: 1.7em;
    padding-right: 0.5em;
    z-index: 8;
}
.social-icon {
    color: inherit;
    text-decoration: none;
    padding: 0.34em 0.3em 0em 0.3em;
    display: inline-block;
    cursor: pointer;
}
.et-snapchat {
    margin-left: 0.3em;
    cursor: pointer;
}

.social-icons span:hover {
    color: #24272e;
}
#main {
    padding: 1em;
    border: 1px solid #40d2f6;
    background-color: white;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
#page {
    min-height:85vh;
}
figure {
    display: inline-block;
    margin: 0 0.1em 1em 0;
    vertical-align: middle;
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.7em;
    line-height: 1em;
    text-align: center;
}

figure#attachment_30 {
    margin-right: 0;
}
.comment-form-comment label {
    display: block;
    width: 70%;
    margin: 0px auto;
}

#comment {
    width: 70%;
    border-radius: 10px;
    margin: 0px auto;
    background-color: #40d2f6;
    border: 0;
    display: block;
}

input#submit {
    border-radius: 0;
    padding: 0.3em 1em;
    display: block;
    background-color: #40d2f6;
    border: 0;
    color: white;
    font-size: 1em;
    margin: 0px auto;
}
.entry-footer {
    font-size: 0.8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.posted-on {
    display: block;
}
time.updated {
    display: none;
}
.byline {
    display: block;
}
.post-navigation .nav-previous {
	background-image: none !important;
}
a {
    color: #40d2f6;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: black;
}
div#content {
    display: flex;
    flex-wrap: wrap;
    order: 1;
}

input.search-submit {
    background-color: #40d2f6;
    border: none;
    color: white;
    font-size: 1em;
    font-family: "steelfish_regular";
    text-transform: uppercase;
    padding: 0.2em 1em;
    display: inline-block;
    float: right;
    margin-top: 10px;
    /* margin-right: 5%; */
}

input.search-field {
    font-size: 1em;
    padding: 0.2em 0.5em;
    font-family: "brandon";
    border-radius: 0;
    width: 67%;
    height: 30px;
    line-height: 54px;
    display: block;
    position: relative;
    background-color: #40d2f6;
    border: none;
    color: white;
    margin-left: 10px;
}
.search-form label {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}
form.search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
h2.widget-title {
    margin-top: 0.5em;
}
.widget li {
    list-style: none;
    border-bottom: 1px dashed rgba(64,210,246,0.4);
    padding: 7px;
}
.widget ul {
    padding-left: 10px;
}
blockquote:before {
    content: '"';
    position: absolute;
    font-size: 4em;
    color: rgba(0,0,0,0.1);
    line-height: 1em;
    left: -26px;
    top: -11px;
}
blockquote {
    position: relative;
    font-style: italic;
    font-size: 1.2em;
    color: rgba(0,0,0,0.8);
}
.entry-footer .screen-reader-text:after {
    content: ":";
    margin-right: 3px;
    margin-left: -4px;
}
.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.post-navigation .nav-previous .post-title, .post-navigation .nav-previous a:hover .post-title, .post-navigation .nav-previous .meta-nav, .post-navigation .nav-next .post-title {
    color: inherit;
}
.nav-previous span.screen-reader-text, .nav-next span.screen-reader-text {
    color: black;
}
.post-navigation .nav-next .meta-nav, .post-navigation .nav-previous .meta-nav {
    display: none;
}
#snap-close {
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	top: 0;
	display:none;
	background-color: rgba(0,0,0,0.8);
	z-index:999;
}
#snapchat {
	display:none;
	width: auto;
	background-color: black;
	position: fixed;
	margin: 0 auto;
	z-index: 9999;
	height: 90vh;
	top: 5%;
	border-radius: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	padding-top: 17px;
}
h2.describe-snapchat {
    color: white;
    font-size: 1.1em;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-family: "brandon";
}
img.snapchat {
    width: auto;
    height: 77%;
    margin: 0 auto;
    display: block;
}
.snap-close {
    color: white;
    position: absolute;
    right: 8px;
    font-size: 27px;
}
.post-navigation .nav-next {
    background-image: none !important;
}
.post-navigation .nav-next .post-title {
    color: #40d2f6;
}
@media only screen and (max-width: 900px) {

.blog #page, .single-post #page {
    flex-wrap: wrap;
}

.content-area {
    width: 94%;
}

body {
    font-size: 1.3em !important;
}
}
@media only screen and (max-width: 600px) {
.blog #page, .single-post #page {
    flex-wrap: wrap;
}

.content-area {
    width: 94%;
}
.content-area {
    width: 91%;
    margin-left: 1%;
}
div.entry-content {
    font-size: 4vw;
}
.menu-item {
    font-size: 4vw;
}
h1.entry-title, .entry-title a {
	font-size:7vw;
}
div#snapchat {
    width: 90%;
}
.entry-footer {
    font-size: 2.1vw;
}
.content-area {
    font-size: 3vw;
}
img.snapchat {
    width: 100%;
    height: auto;
}
h2.describe-snapchat {
    font-size: 4vw;
}
.social-icons {
    font-size: 4vw;
}
.sidebar {
    width: 95.5%;
    font-size: 2.5vw;
}

input.search-field {
    width: 85%;
}

span.screen-reader-text {
    line-height: 6.5vw;
}
}
.wep-vs-sen {
    width: 96%;
    font-size: 0.7em;
}

.style-me-shnazzy tr {
    border-bottom: 1px solid black;
}

table.style-me-shnazzy {
    border-collapse: collapse;
    border-top: 1px solid;
    border-left: 1px solid;
}

table.style-me-shnazzy td {
    border-right: 1px solid;
    padding: 0.6em;
}

table.style-me-shnazzy ul {
    padding-left: 1em;
}
.entry-content em {
    font-size: 0.9em;
    line-height: 110%;
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    border-left: 4px solid #42d2f6;
    padding-left: 1em;
}
em sup {
    display: none;
}