/*-------------
# Normalize
--------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
}

main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	text-decoration: underline dotted;
	border-bottom: none;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	display: table;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	width: 100%;
}

[type='checkbox'], [type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*------
# Typography
-------*/
body, button, input, select, optgroup, textarea {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 2em;
	line-height: 1.2;
	color: #808285;
	margin: .67em 0;
}

h2 {
	font-size: 1.7em;
	line-height: 1.3;
	color: #808285;
}

h3 {
	font-size: 1.5em;
	line-height: 1.4;
	color: #808285;
}

h4 {
	font-size: 1.3em;
	line-height: 1.5;
	color: #808285;
}

h5 {
	font-size: 1.2em;
	line-height: 1.6;
	color: #808285;
}

h6 {
	font-size: 1.1em;
	line-height: 1.7;
	color: #808285;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

q {
	position:relative;
	padding: 30px;
    margin: 0;
    border-radius: 2px;
    border: 0;
}
address {
	margin: 0 0 1.5em;
}

pre {
    font-family: 'Courier 10 Pitch', Courier, monospace;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #eaeaea;
    border-radius: 4px;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
	white-space: pre-wrap;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 15px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;    
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

mark, ins {
	text-decoration: none;
	background: #fff9c0;
}

big {
	font-size: 125%;
}

/*------
# Elements
---------*/
*, *:before, *:after {
	box-sizing: inherit;
}

body{
	background: #fff;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
	overflow: visible;
	box-sizing: content-box;
	height: 0;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

table {
	width: 100%;
	margin: 0 0 1.5em;
}

select {
	border: 1px solid #ccc;
}

/*--------
## Links
--------*/
a {
	text-decoration: none;
	color: #8072fc;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #ff5a6e;
}

a:hover, a:active {
	outline: 0;
}

a {
	transition: all .3s linear;
}

#content[tabindex='-1']:focus {
	outline: 0;
}

/*-----------------
# Forms
-------------------*/
button, input[type='button'], input[type='reset'], input[type='submit'] {
	font-size: 16px;
    line-height: 1;
    padding: .6em 1em .4em;
    color: rgba(0, 0, 0, .8);
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
}

button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type='button']:active, input[type='button']:focus, input[type='reset']:active, input[type='reset']:focus, input[type='submit']:active, input[type='submit']:focus {
	border-color: #aaa #bbb #bbb;
	outline:none;
}

input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], textarea {
	padding: 3px;
	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, input[type='number']:focus, input[type='tel']:focus, input[type='range']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='time']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='color']:focus, textarea:focus {
	color: #111;
	outline: none;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	background: #f6f6f6;
    border: 1px solid rgba(211,211,211,.1);
    color: #666;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px;
    border-radius: 4px;
	outline: none;
    transition: all .3s ease;
}

.menu-toggle,button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"] {
	border-radius: 2px;
    padding: 16px 30px;
    color: #ffffff;
    border-color: #8072fc;
    background-color: #8072fc;
    cursor: pointer;
	transition: all .3s ease-in-out;
}

button:focus,.menu-toggle:hover,button:hover,.button:hover,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,.button:focus {
	color: #ffffff;
	border-color: #3a3a3a;
	background-color: #3a3a3a;
}

/*------
## Posts and pages
--------*/
.sticky {
	display: block;
}

.post, .page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content, .entry-content, .entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*------
# Media
--------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

embed, iframe, object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}
