@import url('https://fonts.googleapis.com/css?family=Bungee+Inline|Lato:400,700,900');

body {
	letter-spacing: 0.1px;
	font-family: 'Lato', sans-serif;
	color: #000000;
	font-size: 15px;
}

a:hover, a:active, a:visited {
	color: #d0ad67;
	text-decoration: underline;
}

.content {
	margin: 0 auto;
	max-width: 715px;
	padding: 0 10px;
}

/* START TOP NAVIGATION */
#social {
	background: transparent url('../images/top.svg') repeat-x;
	background-size: 1008px 69.5px;
	/*background: transparent url('../images/sprite.svg#svgView(viewBox(4.9,840,1009,69))') repeat-x;*/
	z-index: 1;
	position: relative;
	padding: 10px;
	height: 78px;
	font-size: 28px;
	top: -1px;
}

#social a {
	padding: 0px 10px;
}

#social a,
#social a:hover {
	color: #ffffff;
	text-shadow: 1px 1px #302f30;
}

#social a:hover {
	top: -3px;
	position: relative;
}
/* END TOP NAVIGATION */

/* START TOP HEADER AREA */
#logo {
	background: transparent url('../images/logobg.svg') no-repeat top left;
	/*background: transparent url('../images/sprite.svg#svgView(viewBox(640, 240, 211, 271))') no-repeat top left;
	background-size: 455px;*/
	height: 271px;
	width: 211px;
	position: absolute;
	z-index: 2;
	/*top: 30px;*/
	margin-top: 30px;
	text-align: center;
	margin-left: -30px;
}

#logo svg,
#logo object,
#logo img {
	position: relative;
	top: 13px;
}

#banner {
	margin-top: -50px;
}

#banner img {
	width: 100%;
	height: auto;
}
/* STOP TOP HEADER AREA */

/* START AUTHENTIC ICECREAM SECTION */
#about {
	background: #1f1e1c url('../images/charcoal_bg.jpg') repeat-y top center;
	min-height: 451px;
	color: #ebd8b2;
	font-size: 18px;
	text-align: center;
}

#about h1 {
	padding-top: 20px;
	color: #e0ddd5;
	font-size: 27px;
	font-weight: 900;
}

#about .smaller-h1 {
	font-size: 26px;
}

#about p {
	margin: 0 0 18px 0;
	text-align: left;
}

#about-text {
	max-width: 500px;
	margin-top: 50px;
}

.authentic-title {
	top: -5px;
	width: 100%;
	height: 95px;
	padding-bottom: 15px;
}

.svg-wrapper {
	width: 100%;
	display: inline-block;
	position: relative;
}

.svg-wrapper svg,
.svg-wrapper object,
.svg-wrapper img {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.svg-wrapper:after {
	padding-top: 8.32%;
	display: block;
	content: '';
}
/* END AUTHENTIC ICECREAM SECTION */

/* START CONTENT AREA */
#main-divider {
	text-align: center;
	background-color: #d0ad67;
	overflow: hidden;
	padding-top: 20px;
}

#main {
	background-color: #d0ad67;
	text-align: center;
	margin-bottom: -20px;
	padding-bottom: 100px;
	overflow: hidden;
}

#main h1 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 900;
	z-index: 1;
	position: relative;
}

#main p {
	z-index: 1;
	position: relative;
}

#main .content {
	padding-top: 15px;
}

#main a {
	color: #ffffff;
}

.flavour-bg {
	text-align: center;
	height: 288px;
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
	margin-top: 25px;
}

#main .content div:first-child {
	margin-top: 50px;
}

.flavour-bg .circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.flavour-bg .flavour {
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.flavour-title {
	width: 100%;
	height: 102px;
	padding-top: 5px;
}

.flavour-name {
	font-family: 'Bungee Inline';
	font-size: 22px;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1em;
	z-index: 2;
	max-width: 200px;
	text-transform: uppercase;
}

.lamp-wrapper {
	position: relative;
	bottom: -100px;
	right: 0;
}

.lamp {
	width: 318px;
	height: 444px;
	position: absolute;
	bottom: 0;
	right: 0;
}
/* STOP CONTENT AREA */

/* START HISTORY AREA */
#history-divider {
	background: transparent url('../images/whitedivider.svg') repeat-x top left;
	/*background: transparent url('../images/sprite.svg#svgView(viewBox(5,918,1009,69))') repeat-x;*/
	text-align: center;
	z-index: 1;
	position: relative;
}

#history-divider h1 {
	font-size: 26px;
	font-weight: 900;
	color: #d0ad67;
	padding: 10px 0;
}

#history-divider p {
	font-size: 18px;
	font-weight: 700;
	color: #302f30;
	padding: 20px 0 0 0;
	text-align: left;
}

#history {
	margin-top: -75px;
}

.welcome-img {
	margin-top: -38px;
}
/* END HISTORY AREA */

/* START FOOTER AREA */
#footer-divider {
	text-align: center;
	background-color: #d0ad67;
	padding: 20px 0;
	overflow: hidden;
}

#footer-divider .svg-header {
	width: 100%;
	height: 22px;
}

#footer {
	background-color: #1f1e1c;
	color: #e0ddd5;
	font-size: 15.8px;
	padding: 35px 0 20px 0;
}

#footer .contact {
	clear: both;
}

#footer .contact div {
	padding-top: 5px;
}

#footer-logo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer-form input,
#footer-form textarea {
	border: 1px solid #ecdfc6;
	font-size: 12px;
	background-color: #1f1e1c;
	margin-bottom: 15px;
	border-radius: 0px;
	color: #e0ddd5;
}

#footer-form #contact-submit {
	padding: 8px 35px;
	background-color: #d0ad67;
	border-color: #d0ad67;
	color: #000000;
	font-size: 12px;
	border-radius: 4px;
}

#footer-form #contact-submit:after {
	content: "";
	clear: both;
}

#footer-form #contact-submit:hover,
#footer-form #contact-submit:active,
#footer-form #contact-submit:focus {
	background-color: #ecdfc6;
	border-color: #ecdfc6;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
	margin-top: -15px;
	font-family: 'Lato', sans-serif;
	font-size: 13px !important;
}

.wpcf7-response-output {
	border: 1px solid #ecdfc6 !important;
}

#email-success,
#email-fail {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	position: relative;
	top: 5px;
	display: none;
}

/*.navbar .content,*/
#social .content,
#footer .content {
	max-width: 840px;
}

#footer-social {
	background-color: #1f1e1c;
	font-size: 30px;
	text-align: center;
	padding-bottom: 50px;
}

#footer-social a {
	color: #1f1e1c;
	padding: 0 10px;
	position: relative;
}

#footer-social a:hover, #footer-social a:active {
	top: -2px;
}

.ribbon {
	background: transparent url('../images/ribbon.svg') no-repeat center;
	/*background: transparent url('../images/sprite.svg#svgView(viewBox(793, 14, 255, 42))') no-repeat center;
	background-size: 255px;*/
}
/* END FOOTER AREA */

/* SMALL SCREENS */
@media only screen and (max-width: 800px) {
	#history-divider p {
		margin-bottom: 100px;
	}

	#logo {
		transform: scale(0.5) translate(0, -150px);
	}

	#social a {
		font-size: 28px;
		padding: 3px;
	}

	.flavour-title {
		height: 80px;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 667px) {
	.content {
		padding: 0 30px;
	}

	.authentic-title {
		height: 65px;
		top: 5px;
	}

	.flavour-title {
		height: 60px;
	}

	.flavour-name {
		font-size: 20px;
	}

	.flavour-bg {
		margin-bottom: 0px;
	}

	#logo {
		margin-left: -60px;
	}

	#social .content {
		padding: 0 10px;
	}

	#about h1 {
		padding-top: 20px;
		line-height: 1.2em;
	}

	#about-text {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#main h1 {
		margin-top: 10px;
	}

	#main .lamp {
		display: none;
	}

	#footer-logo {
		padding-top: 10px;
		padding-bottom: 20px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#history-divider {
		background-size: 1009px 70px;
	}
}

/* SVG styling */
.st0{fill:#D0AD67;}
.st1{fill:#FFFFFF;}
.st2{fill:#231F20;stroke:#231F20;stroke-width:1.4173;stroke-miterlimit:10;}
.st3{fill:#393839;}
.st4{fill:#231F20;}
.st5{fill:#CFAD67;}
.st6{fill:#231F20;stroke:#231F20;stroke-miterlimit:10;}
.st7{fill:#2B2B2B;}
.st8{fill:#F0E9DB;}
.st9{fill:#EDDFC5;}
.st10{fill:#302F30;}
.st11{fill:#ECDFC6;}
.st12{fill-rule:evenodd;clip-rule:evenodd;fill:#D0AD67;}
.st13{fill:#D9BD85;}

/*

.navbar-default {
	background: transparent url('../images/sprite.svg#svgView(viewBox(4.9,840,1009,69))') repeat-x;
	border: 0px;
}

.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	height: 78px;
	font-size: 30px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
	text-shadow: 1px 1px #302f30;
}

.navbar-default .navbar-nav > li > a:hover {
	top: -3px;
}

*/
