/*
Theme Name: Sadies Ice Cream
Theme URI:
Description: Sadies Ice Cream WordPress Theme
Version: 10.13
Author: Stinger Studios
Author URI: https://www.stingerstudios.com
Tags: Sadies, Hand-Crafted, Mexican, Ice Cream

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#10140e;
}
/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/

body {
	background: #fdf6f7;
	font: 16px 'Montserrat', sans-serif;
}

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	height: 103px;
	border-bottom: 8px solid #10140e;
	position: relative;
}

#hero {
	width: 100%;
	position: relative;
	height: 40vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#hero img {
	width: 100%;
}
/* logo */
.logo {
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -137px;
	width: 274px;
	height: 97px;

	overflow: visible;
	z-index: 5;
}

.logo a {
	display: block;
}

.logo-img {
	width: 274px;
}

.address {
	background: #f5ccd7;
	padding: 20px;
	text-align: center;
}


/*.address {
background-color: rgba(253, 246, 247, 0.8);
padding: 20px;
width: 80%;
margin: 0 10%;
position: absolute;
bottom: 40px;
left: 0;
text-align: center;
border-radius: 7px;
}*/

.address .left {
	width: 70%;
	float: left;
	border-right: 3px solid #c44160;
}

.address p {
	font-size: 16px;
	font-weight: bold;
}

.address .right {
	width: 30%;
	float: right;
}
/* nav */
.nav {
	display: flex;
	align-items: center;
	height: 103px;
}

.nav li a {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.nav li a.social {
	text-transform: lowercase;
}

.nav li a:hover,
.copyright a:hover,
.footer-social a:hover {
	color: #c44160;
}

.nav-left {
	float: left;
}

.nav-right {
	float: right;
}

.nav-left li {
	margin-right: 200px;
}

.nav-right li {
	margin-left: 100px;
}

/* footer */
.footer {
	min-height: 300px;
	padding-bottom: 20px;
}

.footer-box {
	text-align: center;
	width: 30%;
}

.footer-box.left {
	float: left;
}

.footer-box.right {
	float: right;
}

.footer-box p.title {
	text-transform: uppercase;
	font-size: 24px;
}

.footer-top {
	height: 130px;
	background-image: url('img/ice-cream-bg.jpg');
	background-repeat: repeat-x;
	border-bottom: 8px solid #10140e;
	position: relative;
}

.logo-footer {
	position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -140px;
	width: 280px;
	height: 97px;
	overflow: visible;
	z-index: 5;
}

.footer-social {
	width: 280px;
	position: absolute;
	left: 50%;
	margin-left: -140px;
	top: 250px;
	text-align: center;
	z-index: 37;
}

.logo-footer a {
	display: block;
}

#menu,
#contact {
	min-height: 800px;
}

.menu-item {
	width: 33.333%;
	float: left;
	text-align: center;
	padding: 20px;
}

.menu-title {
	text-transform: uppercase;
	font-size: 20px;
}

.menu-img {
	width: 100%;
}

.menu-desc {
	font-size: 18px;
}

.sandwich-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.sandwich-content {
	padding-left: 30px;
}

h1, h2, h3, h4, h5, h6,
.flavor-inside p.title,
.menu-title,
.sandwich-title,
.wpcf7-submit,
.footer-box p.title {
	font-family: 'Raleway', sans-serif;
}

#flavors {
	margin-bottom: 30px;
}

#flavors .flavor-list {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	align-content: center;
	justify-content: center;
}

#flavors h1,
#menu h2 {
	padding: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 44px;
	background: #cffaf7;
	margin: 0 0 50px 0;
}

.flavor {
	width: 33.333%;
	color: #fff;
	position: relative;
	padding: 30px;
}

.flavor-inside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flavor-inside p.title {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}

#contact {
	margin-top: 90px;
	/*background-image: url('img/contact-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;*/
	background: #f5ccd7;
}

#contact h4 {
	text-transform: uppercase;
	text-align: center;
	color: #c44160;
	font-size: 30px;
}

.wpcf7-submit {
	width: 100%;
	display: block;
	background: #c44160;
	color: #fff;
	border: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	opacity: 1;
	padding: 15px 0;
	border-radius: 5px;
	cursor: pointer;
}

.wpcf7-submit:active,
.wpcf7-submit:focus {
	border: 0;
}

.wpcf7-submit:hover {
	background: #c10b36;
}



.contact-form {
	width: 50%;
	margin: 65px auto 50px;
	background-color: rgba(253, 246, 247, 0.8);
	padding: 20px 0 10px;;
	border-radius: 7px;
}

#contact .wpcf7-form {
	width: 70%;
	margin: 0 auto;
}

.contact-field-text {
	text-transform: uppercase;
}

.wpcf7-form-control-wrap,
.wpcf7-not-valid-tip {
	display: block;
	margin-top: 5px;
}

.wpcf7-spinner {
	margin: 5px auto 0;
	display: block;
}

#contact .wpcf7 .wpcf7-response-output {
	position: relative;
	margin: -24px 0 20px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	width: 100%;
	border: 2px solid #c44160;
	padding: 10px;
	background: #fff;
	opacity: 0.6;
	border-radius: 5px;
}

#note {
	position: relative;
}

.note-svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.note-inside {
	padding: 35px;
	color: #fff;
	z-index: 11;
	position: relative;
	text-align: center;
}

.note-inside h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 30px;
	margin-bottom: 60px;
}

.note-content {
	float: left;
	width: 56%;
}

.note-content p {
	font-size: 18px;
	line-height: 37px;
	text-align: left;
}

.note-image-wrap {
	float: right;
	width: 40%;
}

.note-image {
	width: 100%;
	height: 100%;
}

.signature {
	width: 200px;
	margin-top: 50px;
}

.copyright {
	text-align: center;
	margin-top: 10px;
}

#hamburger {
	font-size: 40px;
	padding: 25px;
	position: relative;
	z-index: 200;
	display: inline-block;
}

.nav-mobile {
	position: absolute;
	z-index: 2;
	background: rgba(255, 255, 255, 0.8);
	top: 105px;
	padding: 50px 0 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: none;
}

.nav-mobile li a {
	padding: 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}


@media only screen and (max-width:1200px) {
	.nav-left li {
		margin-right: 150px;
	}

	.nav-right li {
		margin-left: 50px;
	}

	.nav li a {
		font-size: 18px;
	}

}

@media only screen and (max-width:1024px) {
	.nav-left li {
		margin-right: 100px;
	}

	.nav-right li {
		margin-left: 30px;
	}

	.nav li a {
		font-size: 16px;
	}

}

@media only screen and (max-width:900px) {
	.nav-left li {
		margin-right: 50px;
	}

	.nav-right li {
		margin-left: 15px;
	}

	.nav li a {
		font-size: 14px;
	}

	.nav li a.social {
		display: none;
	}

}

@media only screen and (max-width:640px) {
	.nav-left li {
		display: none;
	}

	.nav-right li {
		display: none;
	}

}


@media only screen and (max-width:768px) {

	.note-content p {
		text-align: center;
	}

	#hero {
		height: 70vw;
	}

	.flavor {
		width: 100%;
		padding: 10px;
	}

	#flavors h1, #menu h2 {
		font-size: 30px;
	}

	.address .left {
		float: none;
		border-right: 0;
		width: 100%;
		border-bottom: 3px solid #c44160;
	}

	.address .right {
		float: none;
		width: 100%;
	}

	.menu-item {
		width: 100%;
	}

	.sandwich-wrapper {
		display: block;
		text-align: center;
	}

	.sandwich-wrapper img {
		margin: 0 auto;
	}

	.sandwich-content {
		padding: 0;
		text-align: center;
	}

	#contact {
		padding: 15px;
		min-height: auto;
	}

	.contact-form {
		width: 100%;
		margin: 0px;
	}

	#contact .wpcf7-form {
		width: 90%;
	}

	.note-content {
		float: none;
		width: 100%;
	}

	.note-image-wrap {
		float: none;
		width: 100%;
		text-align: center;
	}

	.note-inside {
		text-align: center;
	}

	.note-inside h3 {
		font-size: 27px;
		margin-bottom: 30px;
	}

	img.signature {
		position: static;
		margin: 0;
	}

	.footer-box.left {
		margin-top: 180px;
		width: 100%;
		float: none;
	}

	.footer-box.right {
		width: 100%;
		float: none;
	}

}
