/*
Theme Name: Dloober.
Theme URI: http://underscores.me/
Author: Gero Nikolov
Author URI: http://blogy.co?GeroNikolov
Description: Dloober. is simple design which is nice for every eye and it is compatible with every business. It is responsive & smooth, crafted for the biggest & for the smallest screens.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dloober
Tags: custom-logo, full-width-template, featured-image-header, featured-images, blog, photography, portfolio, food-and-drink, threaded-comments

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.

dloober is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	background: #000 !important;
	margin: 0;
}

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;
	outline: 0;
}

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: 1em 40px;
}

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-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-family: sans-serif;
	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;
}

blockquote {
	margin: 0 1.5em;
}

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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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"],
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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 300px;
	max-width: 80%;
	position: fixed;
	right: 0;
	top: 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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: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;
}

/*--------------------------------------------------------------
# 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-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;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}

/* GLOBAL CLASSES */
#content { 
	width: 100%;
	opacity: 0;

	-webkit-transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
    -moz-transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
    -o-transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
    transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
}

.reveal { opacity: 1 !important; }
.slide-in { transform: translate(0) !important; }

.z-index-99999 { z-index: 99999; }
.z-index-9 { z-index: 9; }
.z-index-8 { z-index: 8; }
.z-index-7 { z-index: 7; }
.z-index-6 { z-index: 6; }
.z-index-5 { z-index: 5; }

.min-full-height {
	display: block;
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: #000;
	left: 0;
	top: 0;
}

.inline-page { 
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	-webkit-transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
    -moz-transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
    -o-transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
    transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
}
.underlined { border-bottom: 3px solid #fff; }

#page-wrapper {
	opacity: 0;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.35s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 1, 1);
}

.flex-grid {
	display: flex;
	align-items: center;
	justify-content: center;
    flex-direction: column;
}

.clickable { 
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.sticky {
	display: inline-block;
	border-radius: 5px;
    line-height: normal;
    padding: 0.25em 0.5em;
}
.clickable.sticky:hover { background: #03a9f4; }
.sticky-yellow { color: #fff; background: #F3B200; }
.sticky-green { color: #fff; background: #77B900; }
.sticky-blue { color: #fff; background: #2572EB; }
.sticky-red { color: #fff; background: #AD103C; }
.sticky-purple { color: #fff; background: #4617B4; }

#menu-opener {
    position: fixed;
    top: 5.5em;
    right: 5em;
    background: #fff;
    z-index: 99;
    border: none;
    box-shadow: none;
    text-shadow: none;
    width: initial;
    display: inline-block;
    border-radius: 100%;
    padding: 1em 1.15em;
    color: #777;
    box-shadow: 0px 0 2px rgba(0, 0, 0, 0.15);
    outline: 0;
}

.main {
	z-index: 9999;

	h1 {
		display: block;
		color: #fff;

		font-family: "Lora", serif;
		font-size: 5rem;
		font-weight: normal;

		text-align: center;
		letter-spacing: 1px;

		margin: -1em auto 0.5em auto;
	}
	h2 {
		display: block;
		color: #fff;

		font-family: "Lora", serif;
		font-size: 3rem;
		font-weight: normal;

		text-align: center;
		letter-spacing: 1px;
		margin: 0.5em auto;
	}

	.navigation { color: #fff; }
	.navigation:hover { color: #c7c7c7; }
}

.error404 .navigation:hover { color: #c7c7c7; }

.navigation {
    display: block;
    font-size: 3rem;
    background: none;
    border: none;
    box-shadow: none !important;
    text-shadow: none;
    outline: 0;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    margin: 1em auto 0;

    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 0.25em;

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.section-header {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: none;
    width: 900px;
    max-width: 90%;
    margin: 0 auto 1em;
    position: relative;
}

.section-content {
    text-align: center;
    font-family: "Lora", serif;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 250%;
   	margin: 2em auto;
    width: 900px;
    max-width: 90%;
    display: block;
    position: relative;

    p { margin: 0; }
    a { color: #2196F3; text-decoration: none; border-bottom: 1px solid #2196F3; outline: 0; }
    a:hover { border-bottom: 1px solid transparent; }
}

.bottom-left-spining-wheel {
    display: inline-block;
    position: absolute;
    left: -0.25em;
    bottom: -0.32em;
    font-size: 15rem !important;
    opacity: 0.25;
}

.bottom-right-spining-wheel {
    display: inline-block;
    position: absolute;
    right: -0.22em;
    bottom: -0.30em;
    font-size: 7.5rem !important;
    opacity: 0.25;
}

.top-right-spining-wheel {
    display: inline-block;
    position: absolute;
    right: -0.22em;
    top: -0.30em;
    font-size: 7.5rem !important;
    opacity: 0.25;
}

.top-left-spining-wheel {
    display: inline-block;
    position: absolute;
    left: -0.22em;
    top: -0.30em;
    font-size: 15rem !important;
    opacity: 0.25;
}

.large-wheel { font-size: 35rem !important; }

.post-portfolio {
    display: block;
    font-family: "Lora", serif;
    font-size: 2rem;
    font-weight: normal;
    color: #333 !important;
    text-decoration: none;
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px solid #ddd;
    outline: 0 !important;
    text-shadow: none;
    letter-spacing: 1px;

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

    .post-logo {
	    display: inline-block;
	    width: 2em;
	    height: 2em;
	    vertical-align: middle;
	    border: 1px solid #ddd;
	    border-radius: 100%;
	    margin-right: 0.15em;
	    background-color: #eee;
	    background-size: cover;
	    background-position: center;
    }
}
.post-portfolio:hover { background: #f1f1f1; }
.post-portfolio:active { color: #fff !important; background: #333; }

.loading_message {
    text-align: center;
    font-family: "Lora", serif;
    font-size: 2rem;
    font-weight: normal;
    color: #777;
    letter-spacing: 1px;
    text-shadow: none;
    margin: 1em auto;
}

// Backgrounds
.background-green {
	background: #00C13F;
}
.background-white {
	background: #fff;
}
.background-black {
	background: #000;

	.section-header,
	.section-content { color: #fff; }
}
.background-gray {
	background: #eee;

	.section-header { color: #333; }
	.section-content { color: #555; }
}

.logos {
	margin-top: 2em;
	text-align: center;

	.logo-wrapper {
		display: inline-block;
		outline: 0;
		text-decoration: none;

		.logo-holder {
			display: block;
			width: 126px;
			height: 126px;
			border-radius: 5px;
			background: #999;

			margin: 0.75em;
			opacity: 0.5;

			-webkit-transition: all 0.15s ease-in-out;
		    -moz-transition: all 0.15s ease-in-out;
		    -o-transition: all 0.15s ease-in-out;
		    transition: all 0.15s ease-in-out;
		}
		.logo-holder:hover { opacity: 1; }
	}
}

// Animations
.slide-up { transform: translateY(-110%) !important; }
.fade-in { opacity: 1 !important; }
.fade-out { opacity: 0 !important; }
.pop-in { transform: scale(1) !important; }

.fading-pointer {
	display: inline-block;
	vertical-align: top;
	animation: 1s blink ease-out infinite;
}

@keyframes blink {  
  	from, to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

.sliding-up-down {
	animation: slide-up-down 5s ease-out infinite;
}

@keyframes slide-up-down {  
  	0% { transform: translateY(-0.25em); }
  	25% { transform: translateY(0.25em); }
  	50% { transform: translateY(-0.25em); }
  	75% { transform: translateY(0.25em); }
  	100% { transform: translateY(-0.25em); }
}

.spin {
    animation: spin 4000ms infinite cubic-bezier(0.91, 0.54, 0.6, -0.32);
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.spin-reverse {
	animation: spin-reverse 4000ms infinite cubic-bezier(0.91, 0.54, 0.6, -0.32);
}
@keyframes spin-reverse {
    from {transform:rotate(360deg);}
    to {transform:rotate(0deg);}
}

// Pages
#what-we-do,
#prizes {
	.navigation { color: #666; }
	.navigation:hover { color: #333; }
	.wheel { color: #333; }
}

#our-experience {
	.navigation { color: #fff; }
	.navigation:hover { color: #c7c7c7; }
	.wheel { color: #999; }
}

// Popup
#popup {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99;
    opacity: 0;

    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

    #popup-inner {
    	position: relative;
	    width: 600px;
	    height: 700px;
	    background: #fff;
	    border-radius: 0px;
	    max-width: 90%;
	    max-height: 90%;
	    transform: scale(0);

	    overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;

	    -webkit-transition: all 0.35s ease-in-out;
	    -moz-transition: all 0.35s ease-in-out;
	    -o-transition: all 0.35s ease-in-out;
	    transition: all 0.35s ease-in-out;

    	#popup-content {
    		display: block;
    		width: 100%;
    		height: 100%;    		

    		.message {
    			display: block;
			    text-align: center;
			    padding: 2em;
			    font-family: "Lora", serif;
			    font-size: 2rem;
			    font-weight: normal;
			    color: #333;
			    letter-spacing: 1px;
			    line-height: 175%;

			    p { margin: 0; }
    		}
    	}

	    #close-button {
    	    border: none;
		    background: none;
		    box-shadow: none;
		    text-shadow: none;
		    border-radius: 100%;
		    padding: 0.15em 0.25em;
		    font-size: 1.25rem;
		    color: #ddd;
		    position: absolute;
		    top: 0;
		    right: 0;
		    outline: 0;

		    -webkit-transition: all 0.15s ease-in-out;
		    -moz-transition: all 0.15s ease-in-out;
		    -o-transition: all 0.15s ease-in-out;
		    transition: all 0.15s ease-in-out;
	    }
	    #close-button:hover { color: #e61405; }
	    #close-button:active { transform: scale(0.9); }
    }
}

// Contact form
#contact-form {
	width: 100%;
	padding: 2em;

	#order-list {
		margin-top: 2em;
	}

	.problem-message {
		display: block;
	    font-family: "Lora", serif;
	    font-size: 1.15rem;
	    font-weight: normal;
	    letter-spacing: 1px;
	    text-align: center;
	    color: #ff0000;
	    margin: 0.5em auto;
	}

	input {
	    width: 100%;
	    display: block;
	    font-family: "Lora", serif;
	    font-size: 1.25rem;
	    letter-spacing: 1px;
	    padding: 0.25em 0.5em;
	    color: #333;
	    border: none;
	    border-bottom: 1px solid #ddd;
	    border-radius: 0;
	    text-shadow: none;
	    box-shadow: none;
	    outline: 0;
	}

	select {
		display: block;
	    width: 100%;
	    border: none;
	    padding: 0.25em 0.5em;
	    font-family: "Lora", serif;
	    font-size: 1.25rem;
	    font-weight: normal;
	    color: #333;
	    cursor: pointer;
	    outline: 0;
	    border-bottom: 1px solid #ddd;
	    border-radius: 0;
	    box-shadow: none;
	    -webkit-appearance: none;
	}
	
	#orders { border-right: 0.25em solid #ddd; }
	#orders:hover,
	#orders:focus { border-right: 0.25em solid #08c; }

	#add-orders,
	#submit-button {
	    display: block;
	    width: 100%;
	    border: none;
	    box-shadow: none;
	    text-shadow: none;
	    padding: 0.5em;
	    font-family: "Lora", serif;
	    font-size: 1.25rem;
	    font-weight: normal;
	    letter-spacing: 1px;
	    background: #eee;
	    border-radius: 0px;
	    margin: 0.25em auto 1em;
	    outline: 0;
	}
	#add-orders:hover,
	#submit-button:hover { background: #ddd; }

	#custom-wish {
	    color: #333;
	    border: none;
	    border-top: 1px solid #ddd;
	    border-bottom: 1px solid #ddd;
	    resize: none;
	    border-radius: 0;
	    padding: 0.25em;
	    font-family: "Lora", serif;
	    font-size: 1.25rem;
	    font-weight: normal;
	    outline: 0;
	    display: block;
	    width: 100%;
	    height: 250px;
	    margin-top: 2em;
		text-shadow: none;
		box-shadow: none;
	}
}

//Bill message
#bill-message {
    display: block;
    background: #fff;
    position: relative;
    width: 600px;
    max-width: 90%;
    margin: 2em auto;
    text-align: center;

    overflow-x: hidden;
    overflow-y: auto;

    transform: scale(0);

    -webkit-transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
    -moz-transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
    -o-transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);
    transition: all 0.35s cubic-bezier(0.69, 0.02, 1, 1);

    h1 {
	    font-family: "Lora", serif;
	    font-size: 2rem;
	    font-weight: normal;
	    color: #333;
	    letter-spacing: 1px;
	    margin: 0.5em auto;
    }

    #buy,
    #discard {
    	display: inline-block;
	    vertical-align: middle;
	    width: 150px;
	    margin: 0 0.5em 1em;
	    font-family: "Lora", serif;
	    font-size: 1.25rem;
	    font-weight: normal;
	    letter-spacing: 1px;
	    border: none;
	    box-shadow: none;
	    text-shadow: none;
	    border-radius: 0px;
	    cursor: pointer;
	    padding: 0.5em;
	    outline: 0;
    }

    #buy {
	    background: #00C13F;
    	color: #fff;
    }
    #buy:hover { background: #00d646; }

    #discard {
    	background: #eee;
    }
    #discard:hover { background: #ddd; }
}


// Menu
#menu-controller,
#menu-controller-pages {
	position: absolute;
    top: 10%;
    right: 2%;
    font-size: 1.25rem;
    margin-top: -0.75em;
    font-weight: normal;
    text-shadow: none;
    border-radius: 100%;
    padding: 0.95em 1em;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    background: none;
    border: none;

    z-index: 9;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#menu-controller:hover,
#menu-controller-pages:hover { transform: scale(1.1); }
#menu-controller:active,
#menu-controller-pages:active { transform: scale(0.9); }

#menu-controller-pages { position: fixed !important; right: 1em; z-index: 9; }

.black-nav { color: #fff; background: rgba(0, 0, 0, 0.5) !important; }
.black-nav:hover { box-shadow: 0px 0px 0px 2px #000 !important; }

.white-nav { color: #000; background: rgba(255, 255, 255, 0.75) !important; }
.white-nav:hover { box-shadow: 0px 0px 0px 2px #fff !important; }

#menu-page-holder {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateX(110%);

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

    #menu-holder {
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 60%;
	    height: 100%;
	    background: #000;

	    overflow-x: hidden;
	    overflow-y: auto;
	    -webkit-overflow-scrolling: touch;

	    transform: translateX(110%);
        box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.5);

	    -webkit-transition: all 0.35s ease-in-out;
	    -moz-transition: all 0.35s ease-in-out;
	    -o-transition: all 0.35s ease-in-out;
	    transition: all 0.35s ease-in-out;

	    #menu-header {
	    	display: block;
	    	position: relative;
	    	top: 0;
	    	left: 0;
    	    background: rgba(0, 0, 0, 0.95);
    		padding: 1.75em;
		    width: 95%;
			margin: 0 auto;
	    	
	    	.site-brand {
	    		display: inline-block;
			    color: #fff;
			    font-family: "Lora", serif;
			    font-size: 3rem;
			    font-weight: normal;
			    letter-spacing: 1px;
			    text-shadow: none;
			    margin: 0;		
	    	}

	    	#close-menu-button {
	    		padding: 0;
			    margin: 0;
			    font-size: 1.5rem;
			    font-weight: normal;
			    text-shadow: none;
			    background: none;
			    border: none;
			    box-shadow: none;
			    color: #fff;
			    position: absolute;
			    right: 0;
			    outline: 0;
		        padding: 0.35em 0.5em;
			    outline: 0;
			    border-radius: 100%;

			    -webkit-transition: all 0.25s ease-in-out;
			    -moz-transition: all 0.25s ease-in-out;
			    -o-transition: all 0.25s ease-in-out;
			    transition: all 0.25s ease-in-out;
	    	}
	    	#close-menu-button:hover { box-shadow: 0px 0px 0px 1px #e61405 !important; color: #e61405; }
	    	#close-menu-button:active { transform: scale(0.9); }
	    }

    	.menu {	
    		display: block;
		    width: 100%;
		    padding: 0 7.5em;
		    margin: 0 auto 60px;

    		/* .children,
    		.sub-menu { display: none; } */
    		li { list-style: none; }
    		a {
    		    font-family: "Lora", serif;
			    font-size: 1.75rem;
			    font-weight: normal;
			    letter-spacing: 1px;
			    text-decoration: none;
			    line-height: 200%;
			    display: block;
			    color: #fff;
			    padding: 0.25em;
			    border-bottom: 1px solid #fff;
			    outline: 0;
			    text-shadow: none;

			    -webkit-transition: all 0.15s ease-in-out;
			    -moz-transition: all 0.15s ease-in-out;
			    -o-transition: all 0.15s ease-in-out;
			    transition: all 0.15s ease-in-out;
			}
			a:hover { transform: translateX(-0.5em); }
    	}
    }
}

// Standart page elements
#page-banner {
	display: block;
	position: relative;
	width: 100%;

	z-index: 8;

	background-color: #000;
	background-attachment: fixed;

	.page-header {
	    font-family: "Lora", serif;
	    font-size: 5rem;
	    font-weight: normal;
	    color: #fff;
	    letter-spacing: 2px;
	    text-align: center;
        margin: 0;
		padding: 2.5em 1.5em;
	    text-shadow: none;
    	background-color: rgba(0, 0, 0, 0.5);
    	word-break: break-word;
	}
}
#page-banner:before,
#page-banner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  border-bottom: 3em solid white;  
}

#page-banner:before {
  left: 0;
  border-right: 0em solid transparent;
}

#page-banner:after {
  right: 0;
  border-left: 3em solid transparent;
}

#page-content {
	display: block;
    padding: 2.5% 5%;

    .main-text {
	    font-family: "Lora", serif;
	    font-size: 1.25rem;
	    font-weight: normal;
	    color: #333 !important;
	    line-height: 200%;
	    letter-spacing: 1px;
	    text-shadow: none;
        margin-bottom: 60px;
   		display: block;
    
   		form {
		    display: block;
		    width: 500px;
		    max-width: 95%;
		    margin: 40px auto;

		    input,
		    textarea {
	    	    color: #333;
			    border-radius: 0;
			    border: 1px solid #ddd;
			    font-family: "Lora", serif;
			    font-size: 1.25rem;
			    font-weight: normal;
			    letter-spacing: 1px;
			    padding: 0.25em;
			    width: 100%;
			    display: block;
			    outline: 0;

			    -webkit-transition: all 0.15s ease-in-out;
			    -moz-transition: all 0.15s ease-in-out;
			    -o-transition: all 0.15s ease-in-out;
			    transition: all 0.15s ease-in-out;
		    }
		    input:focus,
		    textarea:focus { border: 1px solid #08c; }

		    textarea { resize: none; }

		    input[type="submit"] {
	    	    display: block;
			    background: none;
			    text-shadow: none;
			    box-shadow: none;
			    cursor: pointer;
			    padding: 0.5em;
			    border: 1px solid #ddd;
			    background: #fafafa;
		    }
		    input[type="submit"]:hover {
		    	background: #333;
		    	color: #fff;
		    	border: 1px solid #333;
		    }
		    input[type="submit"]:active { transform: scale(0.9); }
   		}
    }

    #posts-list {
    	.post-anchor {
    		display: block;
    		text-shadow: none;
    		text-decoration: none;

    		-webkit-transition: all 0.35s ease-in-out;
		    -moz-transition: all 0.35s ease-in-out;
		    -o-transition: all 0.35s ease-in-out;
		    transition: all 0.35s ease-in-out;

    		.post-container {
    			display: block;
    			margin: 40px auto;

    			.featured-image {
    				display: inline-block;
    				vertical-align: top;

    				width: 264px;
    				height: 264px;

    				background: #ddd;   			
    				background-size: cover;
    				background-position: center;

    				border: 1px solid #fafafa;
    				margin-right: 20px;
    			}

    			#post-content {
    				display: inline-block;
    				width: calc(100% - 310px);
    				vertical-align: top;
    				text-align: left;
    				padding-right: 10px;

    				.post-title {
    					color: #333 !important;
					    font-family: "Roboto", sans-serif;
					    font-size: 2rem;
					    font-weight: normal;
					    letter-spacing: 1px;
				        margin: 10px 0 10px;
    				}
    				.post-content {
					    font-family: "Lora", serif;
					    font-size: 1.25rem;
					    font-weight: normal;
					    letter-spacing: 1px;
					    line-height: 200%;
					    color: #777 !important;
					    text-shadow: none;
					    word-break: break-word;
    				}
    			}
    		}
    	}
    	.post-anchor:hover { background-color: #fafafa; }
    }

    .content-area {
	    width: 100%;
	    max-width: 1100px;
	    margin: 0 auto;
    }

    .entry-header {
    	display: block;

    	.entry-title {
    		display: block;

    		font-family: "Roboto", sans-serif;
    		font-size: 3rem;
    		font-weight: normal;
    		color: #333;
    		letter-spacing: 2px;
    		text-shadow: none;
    		text-align: left;

    		display: none;
    	}

    	.entry-meta {
    		display: block;

    		font-family: "Lora", serif;
    		font-size: 1rem;
    		font-weight: normal;
    		color: #333;
    		letter-spacing: 1px;
    		text-shadow: none;
    		text-align: center;

    		a {
    			color: #08c;
    			text-decoration: underline;
    		}
    		a:hover { text-decoration: none; }
    	}
    }

    .entry-content,
    .main-text {
    	display: block;

    	display: block;
		margin: 1em auto;

		font-family: "Lora", serif;
		font-size: 1.25rem;
		font-weight: normal;

		text-shadow: none;
		color: #777;

		line-height: 200%;
		letter-spacing: 1px;

    	h1,
    	h2,
    	h3,
    	h4,
    	h5,
    	h6 {
    		display: block;

    		font-family: "Roboto", sans-serf;
    		font-weight: normal;
    		letter-spacing: 2px;

    		text-align: left;
    		text-shadow: none;

    		color: #333;
    		margin: 1em auto 0.5em;
    	}

    	h1 { font-size: 2.75rem; }
    	h2 { font-size: 2.5rem; }
    	h3 { font-size: 2.25rem; }
    	h4 { font-size: 2rem; }
    	h5 { font-size: 1.75rem; }
    	h6 { font-size: 1.5rem; }
    
    	blockquote {
    		display: block;
    		margin: 1em auto;

    		font-family: "Lora", serif;
    		font-size: 1.75rem;
    		font-weight: normal;

    		text-shadow: none;

    		border-left: 5px solid #08c;
    		padding: 0.25em 0.5em;

    		p { margin: 0; }
    	}

    	a {
    		text-decoration: none;
    		color: #08c;
    		padding: 0.15em;
    	}
    	a:hover { color: #333; }

    	pre {
    		background-color: #f9f9f9;
    	}

    	iframe {
    		width: 550px;
    		max-width: 100%;
    		height: 350px;

    		display: block;
    		margin: 1em auto;
    	}

    	img { 
    		margin: 40px auto;

    		-webkit-transition: all 0.15s ease-in-out;
		    -moz-transition: all 0.15s ease-in-out;
		    -o-transition: all 0.15s ease-in-out;
		    transition: all 0.15s ease-in-out;
    	}
    	img:hover {
    		transform: scale(1.1);
    		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
			-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    	}
    	img:active { transform: scale(0.9); }
    }

    .entry-footer {
		display: block;
		border-top: 3px solid #ddd;
	    margin: 2em auto;
		padding: 2em 0;

		.cat-links,
		.tags-links {
			display: block;
			margin: 1.5em auto;

			font-family: "Lora", serif;	
			font-size: 1.25rem;
			font-weight: normal;

			text-shadow: none;
			text-align: left;
			letter-spacing: 1px;

			color: #333;

			a {
				font-family: "Lora", serif;

				text-decoration: none;
				background-color: #000;
				color: #fff;
				border-radius: 100px;
			    padding: 0.25em 1em;
		        margin: 0.25em 0.15em;

				text-transform: lowercase;
				display: inline-block;
				outline: 0;

				-webkit-transition: all 0.15s ease-in-out;
			    -moz-transition: all 0.15s ease-in-out;
			    -o-transition: all 0.15s ease-in-out;
			    transition: all 0.15s ease-in-out;
			}
			a:hover { background-color: #08c; }
		}
	}
}

#footer {
	display: block;
	position: relative;
	background-color: #000;

	font-family: "Lora", serf;
	font-weight: normal;
	letter-spacing: 1px;

	color: #fff;

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		display: block;

		text-align: left;
		text-shadow: none;

		color: #fff;
	}

	h1 { font-size: 2.75rem; }
	h2 { font-size: 2.5rem; }
	h3 { font-size: 2.25rem; }
	h4 { font-size: 2rem; }
	h5 { font-size: 1.75rem; }
	h6 { font-size: 1.5rem; }

	#copyright-sign {
	    font-size: 1.25rem;
	    font-weight: normal;
	    text-align: center;
	    padding: 1em;
	}
}

// Team
#team-list {
	display: block;
	width: 100%;
	text-align: center;

	.user-link-holder { text-decoration: none; outline: 0; }
	.user {
	    display: inline-block;
	    width: 45%;
	    margin: 1.5%;
	    padding: 2.5%;
	    text-align: center;

	    img {
	    	height: auto;
		    max-width: 100%;
		    border: 1px solid #fafafa;
		    border-radius: 100%;
		    display: block;
		    margin: 0 auto;
	    }

	    .user-name {
    	    display: block;
		    font-family: "Lora", serif;
		    font-size: 2rem;
		    font-weight: normal;
		    text-shadow: none;
		    letter-spacing: 2px;
		    color: #333;
	        margin: 0em auto 0.5em;
		    border-bottom: 3px solid #eee;
		    padding: 0.5em 0em;
	    }

	    .user-description {
		    display: block;
		    margin: 0.25em auto;
		    font-family: "Lora", serif;
		    font-size: 1.25rem;
		    font-weight: normal;
		    letter-spacing: 1px;
		    color: #999;
		}
		.user-description:before { margin-right: 5px; content: "\201C"; }
		.user-description:after { margin-left: 5px; content: "\201D"; }
	}
	.user:hover { background-color: #fafafa; }
}

// Comments
#comments {
	.comments-title {
	    display: block;
	    font-family: "Roboto", sans-serif;
	    font-size: 1.75rem;
	    font-weight: normal;
	    text-shadow: none;
	    letter-spacing: 1px;
	    color: #333;
	    margin: 0 0 1em;
	}

	ol {
		list-style: none;
		padding: 0;
	}

	.comment-meta {
		.comment-author {
			img {
				display: inline-block;
			    vertical-align: middle;
			    border-radius: 100%;
			    border: 1px solid #ddd;
			    margin-right: 10px;
			}

			.url {
			    font-family: "Roboto", sans-serif;
			    font-size: 1.25rem;
			    font-weight: normal;
			    letter-spacing: 1px;
			    color: #08c;
			    text-decoration: none;
			    border-bottom: 3px solid #08c;
			    outline: 0;
			    padding: 0.15em;
			}
		}

		.comment-metadata {
			a {
			    display: block;
			    font-family: "Lora", serif;
			    font-size: 1rem;
			    font-weight: normal;
			    color: #08c;
			    margin: 1em 0;
			    text-decoration: none;
			    outline: 0;
			}
		}
	}

	.comment-content {
		font-family: "Lora", serif;
	    font-size: 1.25rem;
	    font-weight: normal;
	    color: #777;
	    letter-spacing: 1px;
	    line-height: 175%;
	    margin: 0.5em 0;
	}

	.reply {
		a {
		    font-family: "Lora", serif;
		    font-size: 1rem;
		    font-weight: normal;
		    color: #fff;
		    display: inline-block;
		    margin: 0 0 2em;
		    text-decoration: none;
		    background: #08c;
		    padding: 0.25em 1em;
		    border-radius: 100px;
		    letter-spacing: 1px;

		    -webkit-transition: all 0.15s ease-in-out;
		    -moz-transition: all 0.15s ease-in-out;
		    -o-transition: all 0.15s ease-in-out;
		    transition: all 0.15s ease-in-out;
		}
		a:hover { background: #77B900; }
	}

	.comment-respond {
		display: block;
		margin: 0 auto;
		width: 700px;
		max-width: 90%;

		.comment-reply-title {
			font-family: "Roboto", sans-serif;
		    font-size: 1.5rem;
		    font-weight: normal;
		    letter-spacing: 1px;
		    margin: 1em 0;

		    #cancel-comment-reply-link {
	    	    font-size: 1rem;
		        background: #fd6868;
			    color: #fff;
			    padding: 0.25em 1em;
			    float: right;
			    border-radius: 100px;
			    text-decoration: none;
			    display: inline-block;
			    vertical-align: bottom;		

			    -webkit-transition: all 0.15s ease-in-out;
			    -moz-transition: all 0.15s ease-in-out;
			    -o-transition: all 0.15s ease-in-out;
			    transition: all 0.15s ease-in-out;
		    }
		    #cancel-comment-reply-link:hover { background: #ff0000; }
		}

		.comment-notes {
		    font-family: "Lora", serif;
		    font-size: 1.15rem;
		    letter-spacing: 1px;
		    color: #333;
		    margin: 1em 0;
		}

		.form-submit { 
			margin-top: 2.5em;
			margin-bottom: 2.5em;

			input[type="submit"] {
				display: block;
			    width: 100%;
			    font-family: "Lora", serif;
			    font-size: 1.15rem;
			    font-weight: normal;
			    text-shadow: none;
			    box-shadow: none;
			    background: #fafafa;
			    color: #333;
			    letter-spacing: 1px;
			    padding: 0.75em;
			    border-radius: 0px;
			    border: 1px solid #ddd;

			    -webkit-transition: all 0.15s ease-in-out;
			    -moz-transition: all 0.15s ease-in-out;
			    -o-transition: all 0.15s ease-in-out;
			    transition: all 0.15s ease-in-out;
			}
			input[type="submit"]:hover {
				background: #333;
				color: #fff;
				border: 1px solid #333;
			}
		}

		.comment-form-comment,
		.comment-form-author,
		.comment-form-email,
		.comment-form-url {
			label {
				font-family: "Lora", serif;
				font-size: 1rem;
				font-weight: normal;
				letter-spacing: 1px;
				color: #777;
			}

			textarea,
			input { 
				outline: 0;
			 	font-family: "Lora", serif;
			    font-size: 1.25rem;
			    font-weight: normal;
			    color: #333;
			    border: 1px solid #ddd;
			    border-radius: 0;
   				width: 100%;

				-webkit-transition: all 0.15s ease-in-out;
			    -moz-transition: all 0.15s ease-in-out;
			    -o-transition: all 0.15s ease-in-out;
			    transition: all 0.15s ease-in-out;
			}
			textarea:focus,
			input:focus { border: 1px solid #08c; }

			input {
			    padding: 0.25em 0.5em;
   				display: block;
			}

			textarea {			   
			    resize: none;
			    padding: 0.5em 0.75em;
			    height: 200px;
			}
		}
	}
}

// Mobile
@media only screen and (max-device-width: 1024px) {
	#content { opacity: 1; }

	.section-header {
		margin-top: 2em; 
		font-size: 2.5rem;
	}
	.section-content { font-size: 1.25rem; }

	.min-full-height {
		position: relative;
	}
	
	.main {
		h1 { margin-top: 0; font-size: 4rem; }
		h2 { font-size: 2rem; }
	}

  	.navigation {
  		position: relative;
  		bottom: 0;
  		margin-bottom: 1em; 
  	}
  	.navigation:hover {}

  	#page-wrapper {
  		position: absolute;
  		height: 100%;    
    	width: 100%;
  	}

  	.inline-page { box-shadow: none; }

  	#menu-holder { 
  		width: 90% !important;

  		.menu { padding: 0 2.5em !important; }
  	}

  	#page-banner {
  		background-attachment: initial;

  		.page-header {
  			font-size: 4rem;
		    padding: 2em 1%;
  		}
  	}

  	// Blog
  	.post-anchor {
  		.post-container {
  			.featured-image {
  				display: block !important;
  				width: 100% !important;
  			}
  			#post-content {
  				display: block !important;
  				width: 100% !important;
  			}
  		}
  	}

  	// Users
  	.user { display: block !important; width: 95% !important; margin: 40px auto !important; }

  	// Menu
  	#menu-controller,
  	#menu-controller-pages { top: 5% !important; right: 2%; }

  	#page-banner:before,
	#page-banner:after {
	  content: '';
	  display: block;
	  position: absolute;
	  bottom: 0;
	  width: 50%;
	  border-bottom: 2em solid white;  
	}

	#page-banner:before {
	  left: 0;
	  border-right: 0em solid transparent;
	}

	#page-banner:after {
	  right: 0;
	  border-left: 2em solid transparent;
	}
}