/**
 * General
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

body {
	margin: 0;
	color: #444;
	font: 1.3em/1.9 'Raleway', sans-serif;
	background: url(images/enter-in-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.white-box {
	margin: 0;
	padding: 4em 5%;
	background: #fff;
}

.transparent-box {
	margin: 0;
	padding: 4em 5%;
	color: #fff;
}

.transparent-box a:link,
.transparent-box a:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.white-box:after,
.transparent-box:after {
	content: '';
	display: block;
	clear: both;
}

#header {
	border-bottom: 1px solid #ddd;
	padding: 1em 5%;
	background: #eee;
}

#logo {
	line-height: 1.1;
}

.logo-small {
	display: block;
	float: left;
	font-size: .6em;
}

.logo-big {
	display: block;
	float: left;
	clear: left;
	font-size: 1.5em;
	color: #5a6a46;
	margin-left: 0.5em;
}

.buy {
	display: inline-block;
	position: absolute;
	text-align: center;
	height: 1.9em;
	transition: .3s height ease-in-out;
	overflow: hidden;
	margin: 0 auto;
	left: 0;
}

.buy-container {
	position: relative;
	left: 0;
	margin-bottom: 5em;
}

.buy-drop {
	margin-top: 0.7em;
}

.buy:hover {
	height: 9em;
	transition: .3s height ease-in-out;
}

.album {
	width: 100%;
}

#footer {
	text-align: center;
}


/**
 * Typography
 */

h1,
h2 {
	margin: 0;
	font-size: 2em;
	font-weight: 300;
	font-family: 'Satisfy', cursive;
	line-height: 1.3;
}

h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 300;
	font-family: 'Satisfy', cursive;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
}

h5,
h6 {
	font-size: 0.83em;
	text-transform: uppercase;
	font-weight: 500;
}

p {
	margin: 0 0 1.4em 0;
}

b,
strong {
	font-weight: 500;
}

em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 1em 0;
	padding: 0;
}

abbr[title],
acronym[title] {
	border-bottom: 1px dotted;
}

del {
	text-decoration: line-through;
}

dfn {
	font-style: italic;
}

small,
.small {
	font-size: 80%;
}

big,
.big {
	font-size: 120%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

pre {
	overflow: auto;
}

hr {
	clear: both;
	height: 1px;
	background: #ccc;
	border: 0;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

::selection {
	background: #5a6a46;
	color: #fff;
}


/**
 * Links
 */

a {
	color: #5a6a46;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
	color: #eb5b04;
	outline: 0;
	text-decoration: none;
}


/**
 * Images
 */

img {
	max-width: 100%;
	height: auto;
	border: 0;
	border-radius: 0.15em;
}

svg:not(:root) {
	overflow: hidden;
}

.size-thumbnail {
	max-width: 45%;
}

.alignnone {
	max-width: 100%;
	margin: 0.2em 0.8em 0.8em 0;
}

.aligncenter {
	max-width: 100%;
	margin: 0.2em auto;
}

.alignright,
.attachment-post-thumbnail {
	float: right;
	max-width: 48%;
	margin: 0.2em 0 0.8em 0.8em;
}

.alignleft {
	float: left;
	max-width: 48%;
	margin: 0.2em 0.8em 0.8em 0;
}

a img .alignright {
	float: right;
	margin: 0.2em 0 0.8em 0.8em;
}

a img .alignnone {
	margin: 0.2em 0.8em 0.8em 0;
}

a img .alignleft {
	float: left;
	margin: 0.2em 0.8em 0.8em 0;
}

a img .aligncenter {
	display: block;
	margin: 0 auto;
}

@media (max-width: 740px) {
	.alignleft,
	.alignright,
	a img .alignleft,
	a img .alignright,
	.attachment-post-thumbnail {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0.2em 0 0.4em 0;
	}

	.alignnone {
		margin: 0 0.4em 0.4em 0;
	}
}


/**
 * Layout
 */

.one-third {
	width: 31.33%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1.5em;
}

.one-half {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1.5em;
}

.two-thirds {
	width: 64.66%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1.5em;
}

.one-fourth {
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1.5em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* RESPONSIVE VIDEO (place each embed in div with class "responsive-video") */
.responsive-video,
.video-wrap {
	position: relative;
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.responsive-video iframe,
.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 950px) {
	.one-third,
	.one-half,
	.two-thirds,
	.one-fourth {
		width: 100%;
		float: none;
		clear: both;
		margin-right: 0;
	}

	body {
		font-size: 1.2em;
	}

	.comment-meta {
		line-height: 1.4;
	}
}

@media (max-width: 650px) {
	#content,
	#sidebar {
		width: 100%;
		float: none;
		clear: both;
		margin-right: 0;
	}

	body {
		font-size: 1.1em;
	}
}


/**
 * Forms
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0 0 0.2em 0;
	color: inherit;
	font: inherit;
}

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 {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

input,
textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0.2em 0.7em;
	color: #5a6a46;
	background: #fff;
	border-radius: 1.3em;
	border: 1px solid #5a6a46;
	transition: border-color 0.2s ease-in-out;
}

input:focus,
textarea:focus {
	outline: 0;
	border-color: #5a6a46;
}

.button,
input[type="submit"] {
	padding: 0.3em 2em 0.4em 2em;
	background: #5a6a46;
	color: #fff;
	border: 0;
	border-radius: 1.3em;
	transition: background-color 0.2s ease-in-out;
}

.button:hover,
.button:active,
.button:focus,
input[type="submit"]:hover {
	background-color: #eb5b04 !important;
	color: #fff;
}

input[type="submit"]:disabled {
	background: #ddd !important;
}

textarea {
	display: block;
	width: 25em;
	min-height: 5em;
	overflow: auto;
	border-radius: 0.5em;
}