/*
Theme Name: Brauhaus
Theme URI: Brauhaus
Author: Brauhaus
Description: Brauhaus custom template.
*/

@font-face {
	font-family: "Tyrium";
	src: url("fonts/38C5E3_0_0.eot.eot");
	src: url("fonts/38C5E3_0_0.ttf") format("truetype");
	font-weight: 400;
}
@font-face {
	font-family: "Monroe";
	src: url("fonts/38C5E3_2_0.eot.eot");
	src: url("fonts/38C5E3_2_0.ttf") format("truetype");
	font-weight: 300;
}
@font-face {
	font-family: "Monroe";
	src: url("fonts/38C5E3_1_0.eot");
	src: url("fonts/38C5E3_1_0.ttf") format("truetype");
	font-weight: 400;
}
@font-face {
	font-family: "Monroe";
	src: url("fonts/38C5E3_3_0.eot");
	src: url("fonts/38C5E3_3_0.ttf") format("truetype");
	font-weight: 700;
}
@font-face{
	font-family: Neptune;
	src: url('fonts/neptunelight.otf'),url('fonts/neptunelight.ttf'),url('fonts/neptunelight.eof'),url('fonts/neptunelight.woff'),
	url('fonts/neptunelight.woff2');
	font-weight: 300;
}
@font-face {
    font-family: Neptune;
    font-weight: 400;
    src: url("fonts/neptuneregularnew.eot"),
    url("fonts/neptuneregularnew.ttf") format("truetype");
}
@font-face {
    font-family: Neptune;
    font-weight: 700;
    src: url("fonts/neptuneboldnew.eot"),
    url("fonts/neptuneboldnew.ttf") format("truetype");
}



/*************/
/* CSS Reset */
/*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"],input[type="email"],input[type="submit"],textarea{
	-webkit-appearance:none;
	border-radius:0;
}
body {
	line-height: 1.2;
	font-family: "Neptune";
	background-color: #f5efec;
}
p, a,.content-area li {
	color: #000;
	font-family: "Neptune";
	font-size: 20px;
	line-height: 1.6;
	font-weight: 300;
}
*{
	box-sizing:border-box;
}
ol, ul {
	list-style: none;
}
img{
	max-width:100%;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	height:auto;
}
a,a:hover{
	text-decoration:none;
}
.transition{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
button,input{
	font-family: "Monroe";
}
.container,.site-content-center{
	max-width: 1000px;
	width: 1000px;
	margin: 0 auto;
}
.home .site-content-center {
	max-width: 800px;
	width: 800px;
}
.website-logo img {
	max-width: 300px;
}
.website-logo {
	margin: 95px auto 70px;
	display: block;
	text-align: center;
}
.site-footer {
	background-color: #A1715A;
	padding: 40px 0;
	text-align: center;
}
.footer--logo img {
	max-width: 150px;
}
.footer--logo {
	margin-bottom: 25px;
}
.footer--menu--container ul {
	display: block;
	text-align: center;
}
.footer--menu--container ul li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
.footer--menu--container ul li::after {
	content: '/';
	color: #fff;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	position: absolute;
	right: -8px;
	top: 1px;
}
.footer--menu--container ul li:last-child::after{
	display:none;
}
.footer--menu--container .menu a {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
}
h1 {
	font-size: 153px;
	color: #a1715a;
	line-height: 0.95;
	font-family: "Tyrium";
	transform: rotate(-4deg);
	margin-bottom: 80px !important;
}
.separator--textbox {
	padding: 80px 0;
	position: relative;
}
.separator--textbox::before {
	content: '';
	width: 200px;
	height: 15px;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -100px;
	background-image: url(images/separator_image.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
h3,h5 {
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 2px;
	font-family: "Monroe";
	font-weight: 300;
	color: #5b504a;
}
strong{
	font-weight:700;
}
h1 strong {
	display: block;
	text-align: left;
}
h1 strong:last-child{
	text-align: right;
}
h2,h4,h6 {
	font-size: 40px;
	font-family: "Monroe";
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
	letter-spacing: 10px;
	color: #a1715a;
}
.home .content-area p,.home .content-area p a{
	font-size: 28px;
	line-height: 1.42;
	font-weight: 300;
	letter-spacing: 1px;
	color: #000;
}
.wpb_text_column h3,.wpb_text_column h5 {
	margin-bottom: 30px;
}
h4 {
	font-size: 35px;
	letter-spacing: 6px;
}
h5{
	font-size: 30px;
	letter-spacing: 3px;
}
h6{
	font-size: 25px;
	letter-spacing: 2px;
}
.wpb_text_column p{
	margin-bottom:30px;
}
.content-area ul,.content-area ol{
	margin-bottom:30px;
	padding-left:25px;
}
em{font-style:italic;}
.content-area p a{
	color:#a1715a;
}
.content-area li{
	padding-left:25px;
	position:relative;
}
.content-area ul li::after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	background-color: #a1715a;
	top: 14px;
	left: 0;
}
.content-area ol{
	counter-reset: orderedlist;    
}
.content-area ol li::after {
	counter-increment: orderedlist;
	content: counter(orderedlist);
	position: absolute;
	color: #a1715a;
	top: 0;
	left: 0;
	font-family: "Tyrium";
}

/* Responsive */
@media(max-width:1500px){
	.website-logo {margin: 50px auto 40px;}
	h1 {font-size: 120px;}
	.home h1 {max-width: 650px;margin-left: auto;margin-right: auto;}
	.separator--textbox {padding: 50px 0;}
	h3, h5, h2, h4, h6 {font-size: 35px;}
	.home .content-area p, .home .content-area p a {font-size: 22px;}
	.website-logo img {max-width: 275px;}
	p, a, .content-area li {font-size: 18px;}
}
@media(max-width:1350px){
	.website-logo {margin: 35px auto 25px;}
	.website-logo img {max-width: 230px;}
	h1 {font-size: 80px;}
	.home h1 {max-width: 450px;}
	.home .site-content-center {max-width: 55%;width: 55%;}
	h3, h5, h2, h4, h6 {font-size: 28px;}
	h2 {letter-spacing: 6px;}
	.home .content-area p, .home .content-area p a {font-size: 20px;}
	.footer--menu--container .menu a,.footer--menu--container ul li::after {font-size: 17px;}
	.footer--logo img {max-width: 115px;}
	.footer--logo {margin-bottom: 15px;}
	.site-footer {padding: 30px 0;}
	.container{width:90%;}
	.site-content-center {width: 90%;}
}
@media(max-width:959px){
	.home .site-content-center {max-width: 65%;width: 65%;}
}
@media(max-width:767px){
	.website-logo img {max-width: 200px;}
	h3, h5, h2, h4, h6 {font-size: 24px;}
	.home .content-area p, .home .content-area p a {font-size: 17px;}
}
@media(max-width:639px){
	.home .site-content-center {max-width: 80%;width: 80%;}
	.home h1 {max-width: 100%;}
	h3, h5, h2, h4, h6 {font-size: 23px;}
}
@media(max-width:479px){
	h1 {font-size: 52px;}
	.separator--textbox {padding: 40px 0;}
	h3, h5, h2, h4, h6 {font-size: 20px;}
	.home .site-content-center {max-width: 90%;width: 90%;}
	h2 {letter-spacing: 3px;font-size:22px;}
	.footer--logo img {max-width: 100px;}
	.footer--menu--container .menu a, .footer--menu--container ul li::after {font-size: 15px;}
	.website-logo {margin: 25px auto 40px;}
	.home h1 {max-width: 300px;}
	p, a, .content-area li {font-size: 16px;}
	h3, h5, h2, h4, h6 {margin-bottom: 15px !important;}
	h1{margin-bottom: 50px !important;}
}