/*
	Theme Name: Pastaria
	Theme URI: http://pastariastl.com/
	Description: Theme for Pastaria website.
	Author: Tim Gieseking, Atomicdust
	Author URI: http://atomicdust.com/
	Version: 1.0

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =============================================================================
   HTMLstl-lo Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/

a {
	color: #00e;
}
/*a:visited { color: #551a8b; }*/
a:hover {
	color: #06e;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}

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

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

/* =============================================================================
   Primary styles
   Author: Atomicdust, based on blueprintcss.org.
   ========================================================================== */
/* typography */
body {
	font-size: 75%;
	color: #333;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-weight: 700;
	color: #fff;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 4em;
	margin-bottom: 0.25em;
	line-height: 1.1;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.25em;
	line-height: 1.1;
}
h3 {
	font-size: 2.416667em;
	margin-bottom: 0.5em;
	line-height: 1.15;
}
h4 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.25;
}
h5 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.35;
}
h6 {
	font-size: 1.16em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	margin: 0;
}
p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus,
a:hover {
	color: #08303e;
}
a {
	color: #fb5526;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em,
dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup,
sub {
	line-height: 0;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	line-height: 1.75;
}
del {
	color: #666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,
code,
tt {
	font: 1em "andale mono", "lucida console", monospace;
	line-height: 1.5;
}
li ul,
li ol {
	margin: 0 1.5em;
}
ul,
ol {
	margin: 0 1.5em 1.5em;
}
ul li {
	margin: 0 0 1em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #ddd;
	color: #333;
}
th,
td,
caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #999;
}
tfoot {
	font-style: italic;
}
caption {
	background: #444;
	color: #ddd;
}
.small {
	font-size: 0.2em;
	line-height: 1.2em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.loud {
	color: #000;
}
.added {
	background: #060;
	color: #fff;
}
.removed {
	background: #900;
	color: #fff;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
.smallbottom {
	margin-bottom: 0.25em;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.hidden {
	display: none;
}
input:focus,
textarea:focus {
	outline: none;
}
/* default wordpress styles */
.entry-content img {
	margin: 0 0 1.5em;
}
.alignleft,
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright,
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone,
img.alignnone {
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.sticky {
}
.bypostauthor {
}

/* =============================================================================
   Main Styles
   ========================================================================== */
#wrapper {
	overflow: hidden;
}

.innercontain {
	margin: 0 2.5%;
	position: relative;
}

#home {
	margin-top: 100px;
}

#gallery {
	margin-top: -20px;
}

@media (min-width: 767px) {
	.wrapper-2 {
		margin-top: -80px !important;
	}

	#online-store a {
		padding-right: 7% !important;
		background: url("images/icon-arrow.gif") no-repeat 97% 50% transparent;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#online-store a:hover {
		background-position: 98% 50%;
	}
}

/*.wrapper-2 {
	margin-top: -84px;
}*/

.section {
	position: relative;
	z-index: 1;
}

.fullimg-contain {
	display: block;
	height: 245px;
	overflow: hidden;
	position: relative;
}

.coming-this-summer {
	width: 100%;
	height: auto;
	background-color: #08303e;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 4%;
}

.entry-email {
	display: block;
	margin: 0 auto;
	width: 60%;
}

#social.fullimg-contain {
	margin-top: -15px;
}

.hours-to-come {
	color: #08303e;
	font-size: 29px;
	text-align: right;
	padding-right: 60%;
	line-height: 40px;
}

.new-main-sub {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
}

.to-come {
	padding-left: 260px;
}

.upper-select a {
	text-decoration: none;
	text-align: center;
}

.top-home {
	margin-bottom: 100px;
}

.upper-select {
	width: 100%;
	clear: both;
	/* 	position: absolute; */
	top: 0;
	/* 	padding-bottom: 1%; */
	z-index: 999;
}

@media (min-width: 1024px) and (max-width: 1024px) {
	.go-to {
		right: 64% !important;
	}

	#wood {
		margin-top: -10% !important;
	}

	.wrapper-2 {
		margin-top: 1.4%;
	}
	header {
		margin-top: 20px !important;
	}

	#stickylogo {
		margin-top: 55px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.location-block {
		height: 96px;
		width: 50%;
		float: left;
		position: relative;
		background-color: #dcdce0;
	}
	.location-block h1 {
		font-size: 24px !important;
	}
	.go-to {
		font-size: 16px !important;
		top: 32% !important;
		padding-right: 9% !important;
	}
}

@media (min-width: 1024px) {
	.location-block {
		height: 120px;
		width: 50%;
		float: left;
		position: relative;
		background-color: #dcdce0;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	#wood {
		margin-top: -12% !important;
	}
}

@media (min-width: 768px) and (max-width: 768px) {
	.location-block {
		height: 100px;
		width: 50%;
		float: left;
		position: relative;
		background-color: #dcdce0;
	}
	.wrapper-2 {
		margin-top: 7% !important;
	}
	.go-to {
		right: 60% !important;
		font-size: 16px !important;
	}
	#home-fullimg {
		height: 400px !important;
	}
}

@media (min-width: 1300px) {
	.wrapper-2 {
		margin-top: -84px;
	}
}

/* Template part location-hedaer css */

.blog-id-3 .location-block.stl {
	background-color: #ef5c36;
}

.blog-id-3 h1.location-stl {
	color: white !important;
}

.blog-id-2 .location-block.nashville {
	background-color: #ef5c36;
}

.blog-id-2 h1.location-two {
	color: white !important;
}

.blog-id-2 .location-block.nashville .go-to {
	display: none;
}

.blog-id-3 .location-block.stl .go-to {
	display: none;
}

.go-to {
	position: absolute;
	top: 26.5%;
	right: 55%;
	font-size: 20px;
	color: white;
	margin: 10px;
	font-weight: 400;
	padding-right: 5%;
}

.location-block h1 {
	font-size: 21px;
	margin-bottom: 0;
	padding: 10px 0;
}

.location-block.nashville h1 {
	color: #939ca4;
}

.location-stl {
	color: #939ca4;
}

/*.nashville {
	background-color: #ef5c36;
}*/

#home-fullimg,
#home {
	height: 265px;
}

.fullimg,
.imgcontain,
.fullimg-contain .attachment-full {
	display: block;
	left: 0;
	height: auto !important;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.fullimg,
.fullimg-contain .attachment-full {
	min-width: 468px;
}

#home-fullimg .fullimg {
	min-width: 540px;
}

.imgcontain img.fullimg {
	position: static;
	z-index: 0;
}

.orb,
.orb-lrg {
	background: url("images/orb-orange.png") no-repeat left top;
	color: #fff;
	display: block;
	height: 31px;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding-top: 23px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 60px;
}

.orb-lrg {
	background-image: url("images/orb-orange-lrg.png");
	height: 44px;
	font-size: 17px;
	padding-top: 32px;
	width: 85px;
}

a.orb-lrg:hover {
	color: #08303e;
}

#stickylogo {
	background: url("images/logobg.png") no-repeat left top;
	background-size: 149px 140px;
	height: 108px;
	float: left;
	left: auto;
	margin: 12px 0 10px 0;
	padding: 32px 0 0;
	position: absolute;
	text-align: center;
	width: 149px;
	z-index: 99;
}

#stickylogo h1 {
	background: url("images/logo.png") no-repeat left top;
	background-size: 94px 44px;
	display: block;
	height: 44px;
	margin: 0 auto 10px;
	overflow: hidden;
	text-indent: 105%;
	width: 94px;
	white-space: nowrap;
}

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

#stickylogo li {
	display: inline;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0 0 0 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#stickylogo li:first-child,
#stickylogo #menu-item-60 {
	margin: 0;
}

#stickylogo #menu-item-59 {
	display: none;
}

#stickylogo #menu-item-1358 {
	display: block;
}

#stickylogo a {
	color: #fff;
	text-decoration: none;
}


/* Left Nav, */
/* .header-order-online {
	position: absolute;
	right: 0;
	top: -46px;
}
.header-order-online img { width: 170px; }
@media only screen and (max-width: 767px) {
	.header-order-online { position: absolute; right: 0; top: -38px; }
	.header-order-online img { width: 150px; }
} */

#home {
	position: relative;
	z-index: 1;
}

.bubble {
	display: none;
}

.bubble-two {
	display: none;
}

#home .header-link,
#home address,
#home .phone,
#home .note {
	background: rgba(255, 255, 255, 0.9);
	color: #08303e;
	display: block;
	clear: both;
	float: right;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 2px;
	padding: 12px 8px;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

#home a.header-link {
	text-decoration: none;
	color: #ff4612;
	font-size: 1.75em;
}
#home a.header-link:first-of-type {
	margin-top: 50px;
}
@media (max-width: 500px) {
	#home a.header-link {
		font-size: 1em;
	}
	#home a.header-link:first-of-type {
		margin-top: 146px;
	}
}

#home address a {
	color: #08303e;
	text-decoration: none;
	font-size: 1.5em;
}

#home .phone,
#home .note {
	clear: both;
	color: #b2b2b2;
	font-size: 1em;
}

#home .note {
	color: #ff4612;
	font-size: 0.916667em;
}

#home .note a {
	color: #ff4612;
	text-decoration: none;
}

#home .note a:hover {
	color: #08303e;
}

#home .phone a {
	color: #b2b2b2;
	text-decoration: none;
}

#home .phone span,
#home .phone span a {
	color: #ff4612;
	font-size: 1.25em;
}

#likefollow {
	clear: both;
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 20px;
	text-align: right;
}

#likefollow iframe.twitter-share-button,
#likefollow .fb-like {
	float: right;
	display: block;
	margin: 0 0 5px 10px;
}

#likefollow iframe.twitter-share-button {
}

#hours {
	background: url("images/orbs.png");
	padding: 30px 0;
}

#hours .innercontain {
	padding-bottom: 35px;
}

#hours .orb {
	margin: 0 auto;
}

#hours table,
#hours table td {
	border: none;
	margin: 0;
	padding: 0;
}

#hours table td {
	color: #08303e;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1;
	padding: 15px 12px 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: bottom;
}

#hours table td:first-child {
	font-size: 2.0833em;
	text-align: right;
}

/* use with brunch hours
#hours table tr:last-child td
{
	padding-top: 9px;
} */

#hours .noodle {
	display: none;
}

#app {
	position: relative;
	z-index: 2;
	margin-top: 32px;
	text-align: center;
	font-family: "Karla", Helvetica, Arial, sans-serif;
}

#app .bold {
	color: #ff4612;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;

	letter-spacing: 1px;
	text-transform: uppercase;
}

#app p {
	font-size: 1.4166667em;
	margin-bottom: 0.4em;
}

#app a {
	color: #333;
}

#online-store {
	position: relative;
	z-index: 2;
	margin: 32px auto 0;
	width: 65%;
	text-align: center;
	font-family: "Karla", Helvetica, Arial, sans-serif;
	background-color: #08303e;
}
#online-store .bold {
	color: white;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;

	letter-spacing: 1px;
	text-transform: uppercase;
}

#online-store p {
	font-size: 1.4166667em;
	margin-bottom: 0.4em;
	color: white;
}

#online-store a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 5% 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wood {
	display: none;
}

#menus .orb {
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: -27px;
}

.sortaclose {
	background: url("images/sortaclose.png") no-repeat left top;
	background-size: 241px 58px;
	height: 58px;
	left: 50%;
	margin-left: -90px;
	overflow: hidden;
	position: absolute;
	text-indent: 105%;
	top: -40px;
	white-space: nowrap;
	width: 241px;
	z-index: 99;
}

.no-backgroundsize .sortaclose {
	height: 116px;
	width: 482px;
}

#prev,
#next {
	bottom: 0;
	display: block;
	left: 0;
	outline: none;
	position: absolute;
	top: 0;
	width: 45%;
	z-index: 99;
}

/*#prev { display: none; }*/

#prev span,
#next span {
	background: url("images/arrows_orb.png") no-repeat 0 0;
	background-size: 61px 61.5px;
	display: block;
	height: 29px;
	left: 10%;
	margin-top: -14px;
	text-indent: 105%;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	top: 50%;
	width: 30px;
}

#next {
	left: auto;
	right: 0;
	width: 100%;
}

#next span {
	background-position: -31px 0;
	left: auto;
	height: 31px;
	margin-top: -15px;
	right: 5%;
	width: 30px;
}

.menuimg {
	display: none;
}

.menunav,
.menunav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menunav {
	padding: 40px 0 0;
	min-height: 45px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.menunav li {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	line-height: 1;
	margin: 0 0 12px 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.menunav li:first-child {
	margin-left: 0;
}

.menunav a {
	color: #c2c2c2;
	text-decoration: none;
}

.menunav a:hover {
	text-decoration: underline;
}

.menunav a.active {
	color: #08303e;
}

.mainmenu {
	max-width: 90%;
}

#menu-kids-menu {
	padding-top: 40px;
}

#meettheteam {
	display: none;
}

.mainmenu .descrip,
#hours .entry p {
	color: #7b7073;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 1.4166667em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#hours .entry p {
	margin: 1.5em 0 0;
	text-align: center;
}

.submenu {
	margin: 0 0 55px;
}
#submenu-clearfix { display: none;}

.m_column .submenu:first-child {
	margin-top: 54px;
}

.submenu h3,
.submenu h4 {
	color: #2b2728;
}

.submenu h4 {
	font-family: "Karla", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: normal;
	margin: 10px 0 0;
	text-transform: none;
}

.submenu h4 .price {
	margin-left: 12px;
}

.submenu .entry {
	color: #988b8f;
	font-size: 1.33333em;
	font-family: "Karla", Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height: 1.25;
	margin: 0;
}

.submenu .entry p {
	margin: 0;
}

.submenu .entry.title {
	margin-top: -14px;
}

#social .innercontain {
	padding-top: 20px;
	z-index: 2;
}

.follow,
.follow li,
.aktt_tweets ul,
.aktt_tweets li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aktt_tweets li.aktt_more_updates,
.aktt_credit {
	display: none;
}

.lt-ie8 .aktt_tweets ul,
.lt-ie8 .follow {
	position: relative;
	z-index: 2;
}

.follow li {
	float: left;
	margin: 0 0 0 5px;
	margin-left: 2px !important;
}

.follow a {
	background: url("images/social.png") no-repeat left top;
	display: block;
	height: 26px;
	outline: none;
	overflow: hidden;
	text-indent: 105%;
	white-space: nowrap;
	width: 26px;
}

.follow a.twitter {
	background-position: -29px top;
}

.aktt_tweets li {
	background: #08303e;
	color: #fff;
	display: none;
	left: 10px;
	height: 210px;
	margin: 0 0 20px 0;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 210px;
	z-index: 2;

	-moz-border-radius: 125px;
	-webkit-border-radius: 125px;
	border-radius: 125px;
}

.aktt_tweets li:first-child {
	display: table;
}

.aktt_tweets li:before {
	background: url("images/speech.png") no-repeat left -37px;
	bottom: 2px;
	content: "";
	left: 0;
	display: block;
	height: 36px;
	position: absolute;
	width: 77px;
	z-index: 1;
}

.aktt_tweets li a {
	color: #fb5526;
	text-decoration: none;
}

.aktt_tweets li a:hover {
	text-decoration: underline;
}

.aktt_tweets li.tweet-iter-2 {
	background: #fb5526;
}

.aktt_tweets li.tweet-iter-2:before {
	background-position: left -74px;
	left: auto;
	right: 0;
}

.aktt_tweets li.tweet-iter-2 a {
	color: #08303e;
}

.aktt_tweets li.tweet-iter-3 {
	clear: both;
	margin: -30px 0 0 225px;
}

.aktt_tweets li.tweet-iter-3:before {
	background-position: left 0;
	left: auto;
	right: 0;
}

.aktt_tweets li .tweet {
	display: table-cell;
	line-height: 1.75;
	padding: 0 48px;
	vertical-align: middle;
	/*word-break: break-all;*/
	word-wrap: break-word;
}

#social .orb-lrg {
	display: none;
}

/* footer */
#site-footer {
	background: url("images/footericon.png") no-repeat center 17px;
	overflow: hidden;
	padding: 100px 0 25px;
	text-align: center;
}

#site-footer p {
	font-size: 16px;
	margin: 5px;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	color: #6d6d6d;
}

#site-footer h2,
#site-footer h3 {
	font-size: 1.3333em;
	line-height: 1.5;
	margin: 0;
}

#site-footer h2 {
	color: #404041;
}

#site-footer h3 {
	color: #c0bebe;
}

#emailsignup {
	margin: 36px auto 0;
	overflow: hidden;
	width: 246px;
}

.kidsform {
	margin: 0 20px;
	overflow: hidden;
	width: 302px;
}

#emailsignup label,
.kidsform label {
	display: none;
}

#emailsignup ul,
#emailsignup li,
.kidsform ul,
.kidsform li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kidsform .textarea {
	background: #e7e7e7;
	border: none;
	color: #6d6d6d;
	display: block;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 11px;
	padding: 5px;
	/* width: 236px; */
	height: 60px;
}

#emailsignup input[type="text"],
.kidsform input[type="text"] {
	background: #e7e7e7;
	border: none;
	color: #6d6d6d;
	display: block;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 11px;
	padding: 5px;
	/* width: 236px; */
}

#emailsignup input[type="submit"],
.kidsform input[type="submit"] {
	background: #fb5526;
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

/* email signup form, button inline */
#emailsignup .gform_body {
	width: 75%;
	display: inline-block;
	float: left;
}
#emailsignup .gform_footer {
	width: 25% !important;
	display: inline-block;
	margin: -17px 0 0 0 !important;
	padding: 0 !important;
}
@media (max-width: 767px) {
	#emailsignup .gform_body {
		width: 100% !important;
		display: block;
	}
	#emailsignup .gform_footer {
		display: block;
		margin: 10px auto !important;
		width: auto !important;
	}
}

#delivery-options .section-content .innercontain {
	display: flex;
	justify-content: space-evenly;
	padding: 100px 2%;
}

#delivery-options .section-content .del-col {
	display: flex;
	margin: 0 5%;
}

@media (max-width: 960px) {
	#delivery-options .section-content .innercontain {
		flex-direction: column;
	}
	#delivery-options .section-content .del-col {
		flex-direction: column;
	}
}

#delivery-options .section-content .delivery-logo {
	display: block;
	width: 200px;
	/* margin-right: 10px; */
	padding: 20px;
}

#delivery-options .section-content .delivery-logo img {
	width: 100%;
	height: auto;
}

#delivery-options h4,
#delivery-options p {
	font-family: "Karla", Helvetica, Arial, sans-serif;
	font-size: 1.33333333333333em;
	letter-spacing: normal;
	margin: 10px 0 0;
	text-transform: none;
	color: #2b2728;
	font-weight: 400;
}
#delivery-options h4 {
	font-size: 1.5em;
	font-weight: 700;
}
#delivery-options .section-content .column:last-child h4 {
	margin-bottom: 0;
}

#delivery-options .section-content .column:last-child p {
	margin-top: 0;
	margin-bottom: 24px;
}

#delivery-options .button {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #fb5526;
	padding: 5px 7px;
	font-weight: 700;
	font-size: 1.25em;
}
#delivery-options .button:hover {
	background-color: #08303e;
}

/* social links */
ul.social-links {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 1em 0 .25em;
	padding: 0;
	text-align: center;
	width: 100%;
}

ul.social-links li.social-link a {
	color: #c0bebe;
	cursor: pointer;
	display: block;
	font-size: 2em;
	margin: 0 .5em;
	padding: 5px;
	text-decoration: none;
}

ul.social-links li.social-link a:hover {
	color: #08303e;
}

ul.social-links li.social-link a i {
	font-family: "FontAwesome";
	font-style: normal;
}

.niche-link {
	margin: 25px auto;
}

/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 144dpi) {
	background-image: url("images/logobg_sm.png");
	background-image: url("images/logo_sm.png");
}
@media only screen and (max-width: 768px) {
.main-menu-gift {
	position: absolute;
	top: 100%;
}
.page-template-page-home-nashville #menu-main-menu  {
	padding-bottom: 0px;
}
}
@media only screen and (min-width: 768px) {
	.innercontain {
		margin: 0 auto;
		width: 748px;
	}

	#stickylogo {
		background-size: 298px 279px;
		height: 215px;
		margin: 27px 0 0 0;
		padding: 64px 0 0;
		position: absolute;
		width: 298px;
	}

	#stickylogo h1 {
		background-size: 187px 87px;
		height: 87px;
		margin: 0 auto 20px;
		width: 187px;
	}

	#stickylogo #menu-item-59 {
		display: inline;
	}

	#stickylogo #menu-item-60 {
		margin-left: 14px;
	}

	#stickylogo li {
		font-size: 1.166667em;
	}

	#home .phone,
	#home .note {
		clear: none;
		font-size: 1.33333em;
		margin: 80px 0 5px;
	}

	#home .phone,
	#home .note {
		clear: both;
		margin: 0 0 5px;
	}

	#home .note {
		font-size: 1em;
		margin: 0 0 20px;
	}

	#home .phone span {
		font-size: 1.5em;
	}

	#likefollow {
		clear: both;
		top: auto;
		right: auto;
		position: static;
	}

	#home,
	.fullimg-contain,
	#home-fullimg {
		height: 412px;
	}

	#gallery .fullimg-contain {
		height: 369px;
		position: relative;
	}

	#prev span {
		background-size: 122px 123px;
		height: 57px;
		left: 30%;
		margin-top: -28px;
		width: 59px;
	}

	#next span {
		background-size: 122px 123px;
		background-position: -61px 0;
		height: 61px;
		left: auto;
		margin-top: -30px;
		right: 10%;
		width: 61px;
	}

	#prev:hover span {
		background-position: 0 -62px;
	}

	#next:hover span {
		background-position: -61px -62px;
	}

	.fullimg,
	.fullimg-contain .attachment-full,
	#home-fullimg .fullimg {
		min-width: 768px;
	}

	.mainmenu {
		padding-left: 40px;
		max-width: 100%;
		min-width: 650px;
	}

	#meettheteam {
		display: block;
		margin: 90px 0 10px;
	}

	.menunav li {
		margin-bottom: 0;
		font-size: 17px;
	}

	.m_column {
		float: left;
		margin-left: 40px;
		padding-right: 0;
		width: 285px;
	}

	.m_column:first-child {
		margin-left: 0;
	}

	.m_column .submenu:first-child {
		margin-top: 0;
	}

	#submenu-soups-salads-appetizers,
	#submenu-soups-salads-appetizers-lunch,
	#submenu-non-alcoholic {
		border: 4px double #d3d3d3;
		margin-left: -19px;
		padding: 25px 5px 15px 15px;
	}

	#menu-brunch-menu .m_column .submenu:first-child,
	#menu-desserts-menu .submenu:first-child {
		margin-top: 25px;
	}
	#social.fullimg-contain {
		height: 714px;
	}

	#social .fullimg {
		min-width: 1600px;
	}

	.aktt_tweets ul {
		float: right;
		min-width: 630px;
		/*width: 630px;*/
	}

	.aktt_tweets li {
		display: table;
		float: left;
		left: auto;
		top: auto;
		height: 250px;
		margin: 15px 0 20px 65px;
		position: relative;
		width: 250px;
		z-index: 2;
	}

	.aktt_tweets li.aktt_more_updates,
	.aktt_credit {
		display: none;
	}

	.no-borderradius .aktt_tweets ul {
		min-width: 690px;
	}

	.no-borderradius .aktt_tweets li {
		background: url("images/bubble.png") no-repeat left top;
		height: 251px;
		overflow: hidden;
		width: 269px;
	}

	.lt-ie8 .aktt_tweets li {
		display: block;
		height: 200px;
		padding-top: 51px;
	}

	.no-borderradius .aktt_tweets li.tweet-iter-2 {
		background-image: url("images/bubble_orange.png");
		width: 290px;
	}
	.no-borderradius .aktt_tweets li.tweet-iter-3 {
		background-image: url("images/bubble_flip.png");
		width: 290px;
	}

	.no-borderradius .aktt_tweets li:before {
		display: none;
	}

	/*#social .orb-lrg
	{
		clear: both;
		display: block;
		float: right;
		margin-right: -400px;
		margin-top: 60px;
		font-family: oswald;
		font-weight: bold;
		font-size: 17px;
	}*/

	#wood {
		display: block;
		height: 99px;
	}

	#emailsignup {
		width: 346px;
	}

	#emailsignup input[type="text"] {
		font-size: 16px;
		width: 336px;
	}

	#emailsignup input[type="submit"] {
		font-size: 20px;
	}

	.location-header-container {
		margin-bottom: 100px;
	}

	.upper-select {
		position: absolute;
		padding-bottom: 1%;
	}

	.location-block h1 {
		padding-top: 40px;
		font-size: 31px;
		padding-bottom: 0;
	}

	.location-block.nashville h1 {
		padding-top: 40px;
		font-size: 31px;
		color: #939ca4;
	}
}

@media only screen and (min-width: 960px) {
	.location-header-container {
		margin-bottom: 120px;
	}

	.bubble {
		display: block;
		left: 710px;
		position: absolute;
		top: 280px;
		z-index: 1;
	}

	.bubble-two {
		display: block;
		left: 490px;
		position: absolute;
		top: 230px;
		z-index: 1;
	}

	.nashville-table {
		margin-left: 30% !important;
	}

	.innercontain {
		margin: 0 auto;
		max-width: 990px;
		min-width: 960px;
	}

	#home,
	.fullimg-contain,
	#home-fullimg {
		height: 695px;
	}

	#gallery .fullimg-contain {
		height: 642px;
	}

	.fullimg,
	.fullimg-contain .attachment-full,
	#home-fullimg .fullimg {
		min-width: 1300px;
		margin-top: 25px;
		padding-bottom: 10%;
	}

	#stickylogo_contain {
		z-index: 99;
	}

	#stickylogo {
		position: fixed;
		margin-left: -20px;
		margin-top: 110px;
	}

	#hours .orb {
		position: absolute;
		right: 290px;
		top: 29px;
	}

	#hours .innercontain {
		padding-bottom: 150px;
	}

	.sortaclose {
		background: url("images/sortaclose.png") no-repeat left top;
		background-size: 482px 116px;
		height: 116px;
		top: -70px;
		width: 482px;
	}

	#hours table {
		margin: 0 auto;
		width: 30%;
	}

	#hours .entry {
		position: relative;
		z-index: 2;
	}

	#hours .noodle {
		display: block;
		bottom: 0;
		margin-left: -690px;
		left: 50%;
		position: absolute;
		z-index: 1;
	}

	#menu .innercontain {
		max-width: 960px;
	}

	#menus .innercontain {
	}

	.mainmenu {
		padding-left: 328px;
		position: relative;
	}

	.menuimg {
		bottom: 0;
		display: block;
		position: absolute;
		right: 71%;
		top: -85px;
		width: 1300px;
		background-size: auto 100%;
		background-position: right top;
		background-repeat: no-repeat;
	}

	#menu-main-menu .menuimg {
		background-image: url("images/dinner_stl.jpg");
	}

	#menu-lunch-menu .menuimg {
		background-image: url("images/lunch_stl.jpg");
	}

	#menu-kids-menu {
		min-height: 1254px;
	}

	#menu-kids-menu .menuimg {
		background-image: url("images/kidsmenu.jpg");
	}

	#menu-brunch-menu {
		min-height: 1048px;
	}

	#menu-brunch-menu .menuimg {
		background-image: url("images/brunch_stl.jpg");
	}

	#menu-desserts-menu {
		min-height: 1134px;
	}

	#menu-desserts-menu .menuimg {
		background-image: url("images/dessert_stl.jpg");
	}

	#menu-deli-wine .menuimg {
		background-image: url("images/deli-wine-stl.jpg");
	}

	#menu-to-go-beverages .menuimg {
		background-image: url("images/beverages-stl.jpg");
	}

	#wood {
		height: 168px;
		margin-top: -2%;
	}

	.menunav {
		text-align: left;
	}

	.menunav li:first-child {
		margin-left: 310px;
	}
}

@media only screen and (min-width: 1300px) {
	.bubble {
		left: 53.3%;
		top: 34%;
	}
	.bubble-two {
		left: 43%;
		top: 226px;
	}
}

@media only screen and (min-width: 1600px) {
	#home,
	.fullimg-contain,
	#home-fullimg {
		height: 862px;
	}

	#gallery .fullimg-contain {
		height: 790px;
	}
}

@media (max-width: 500px) {
	#hours .orb {
		display: none;
	}
	#home {
		margin-top: 5px;
	}
	.location-header-container {
		margin-bottom: 0px !important;
	}
	.wrapper-2 {
		margin-top: 0px;
	}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.lt-ie8 .clearfix {
	zoom: 1;
}

/* =============================================================================
   Print Styles - Disabled because clients always ask why the page doesn't print like the screen.
   ==========================================================================

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
} */

/* Gravity Forms */

body .gform_wrapper .top_label div.ginput_container {
	margin-top: -21px !important;
	font-weight: bold !important;
	font-weight: 700 !important;
	font-size: 13px !important;
}

.gform_wrapper .textarea {
	background: #e7e7e7;
	border: none;
	color: #6d6d6d;
	display: block;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 11px;
	padding: 5px;
	width: 236px;
	height: 60px !important;
}

.pastaria-splash-page {
	width: auto;
	height: 100vh;
	background: url("images/splash-back.png");
	background-size: cover;
	clear: both;
	position: relative;
	/*padding-bottom: 5%;*/
}

@media (min-width: 768px) {
	.stl-location {
		font-size: 48px;
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 4%;
		letter-spacing: 2px;
	}

	.nashville-location {
		font-size: 48px;
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 4%;
		letter-spacing: 2px;
	}

	@media (min-width: 768px) {
		.pastaria-splash-page .location-block-one {
			/*background: url('images/splash1.png');
    background-size: cover;*/
			width: 50%;
			height: 100vh;
			text-align: center;
			float: left;
			position: relative;
		}

		.pastaria-splash-page .location-block-two {
			background: url("images/splash2.png");
			background-size: cover;
			width: 50%;
			height: 100vh;
			text-align: center;
			float: right;
			position: relative;
		}
	}

	@media (max-width: 767px) {
		.pastaria-splash-page .location-block-one {
			background: url("images/splash1.png");
			background-size: cover;
			width: 100%;
			height: 100vh;
			text-align: center;
			position: relative;
		}

		.pastaria-splash-page .location-block-two {
			background: url("images/splash2.png");
			background-size: cover;
			width: 100%;
			height: 100vh;
			text-align: center;
			position: relative;
		}
	}

	.pastaria-splash-page #stickylogo {
		position: absolute !important;
		top: 50px;
		left: 50%;
		margin-top: 0px !important;
		margin-left: -149px;
	}

	.location-content-one {
		position: absolute;
		top: 340px;
		right: 10%;
	}

	.location-content-two {
		position: absolute;
		top: 300px;
		left: 10%;
	}
}

@media (max-width: 767px) {
	.stl-location {
		font-size: 48px;
		color: white;
		font-weight: bold;
		text-align: center;
		padding-top: 64% !important;
		padding: 2%;
		letter-spacing: 2px;
	}

	.nashville-location {
		font-size: 48px;
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 4%;
		letter-spacing: 2px;
	}

	.pastaria-splash-page .location-block-one {
		text-align: center;
	}

	.pastaria-splash-page .location-block-two {
		text-align: center;
	}
	.contain_logo {
		position: absolute;
		top: 2px;
		left: 50%;
		margin-left: -75px;
	}
}

.coming-soon {
	font-size: 18px;
	color: white;
	font-weight: 200;
	text-align: center;
	margin-top: 125px;
}

.visit-button {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #fb5526;
	padding: 6px 42px;
	margin-top: 5%;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: oswald;
	font-weight: 700;
}

header {
	margin-top: 20%;
}

/* Twitter Feed CSS section */

#social a {
	padding-top: 32px !important;
}

.atf-retweet-credits {
	display: none;
}

@media (min-width: 1801px) {
	.atf-tweet-wrapper {
		background-color: transparent !important;
		width: 40%;
	}

	.atf-tweet-wrapper:first-of-type {
		min-height: 200px !important;
		min-width: 200px !important;
		background: url("images/bubble.png") no-repeat;
		color: white;
		margin-top: 10px !important;
		margin-left: 980px !important;
		padding: 5% !important;
	}

	.atf-tweet-wrapper:first-of-type .atf-tweet-text {
		width: 18% !important;
	}

	.atf-tweet-wrapper:last-of-type .atf-tweet-text {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) .atf-tweet-text {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.atf-tweet-wrapper:last-of-type {
		min-height: 200px !important;
		max-width: 200px !important;
		overflow: hidden;
		background: url("images/bubble_orange.png") no-repeat;
		color: white;
		margin-top: -600px !important;
		margin-left: 1400px !important;
		padding: 5% !important;
	}

	#social .orb-lrg {
		clear: both;
		display: block;
		float: right;
		margin-right: -700px;
		margin-top: 60px;
		font-family: oswald;
		font-weight: bold;
		font-size: 17px;
	}

	.atf-tweet-wrapper:last-of-type a {
		color: #08303e !important;
	}

	.atf-tweet-wrapper:first-of-type a {
		color: #fb5526 !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) {
		min-height: 200px !important;
		max-width: 200px !important;
		background: url("images/bubble_flip.png") no-repeat;
		color: white;
		margin-left: 1100px !important;
		padding: 5% !important;
	}
	.follow {
		float: right;
		margin-right: -840px !important;
	}
}

@media (min-width: 1400px) and (max-width: 1800px) {
	.atf-tweet-wrapper {
		background-color: transparent !important;
		width: 40%;
	}

	.atf-tweet-wrapper:first-of-type {
		min-height: 200px !important;
		min-width: 200px !important;
		background: url("images/bubble.png") no-repeat;
		color: white;
		margin-top: 10px !important;
		margin-left: 680px !important;
		padding: 5% !important;
	}

	.atf-tweet-wrapper:first-of-type .atf-tweet-text {
		width: 18% !important;
	}

	.follow {
		float: right;
		margin-right: -440px !important;
	}

	.atf-tweet-wrapper:last-of-type .atf-tweet-text {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) .atf-tweet-text {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.atf-tweet-wrapper:last-of-type {
		min-height: 200px !important;
		max-width: 200px !important;
		overflow: hidden;
		background: url("images/bubble_orange.png") no-repeat;
		color: white;
		margin-top: -600px !important;
		margin-left: 1100px !important;
		padding: 5% !important;
	}

	#social .orb-lrg {
		clear: both;
		display: block;
		float: right;
		margin-right: -400px;
		margin-top: 60px;
		font-family: oswald;
		font-weight: bold;
		font-size: 17px;
	}

	.atf-tweet-wrapper:last-of-type a {
		color: #08303e !important;
	}

	.atf-tweet-wrapper:first-of-type a {
		color: #fb5526 !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) {
		min-height: 200px !important;
		max-width: 200px !important;
		background: url("images/bubble_flip.png") no-repeat;
		color: white;
		margin-left: 900px !important;
		padding: 5% !important;
	}
}

@media (min-width: 1000px) and (max-width: 1399px) {
	.atf-tweet-wrapper {
		background-color: transparent !important;
		width: 40%;
	}

	.atf-tweet-wrapper:first-of-type {
		min-height: 200px !important;
		min-width: 200px !important;
		background: url("images/bubble.png") no-repeat;
		color: white;
		margin-top: 10px !important;
		margin-left: 200px !important;
		padding: 5% !important;
	}

	.follow {
		float: right;
		margin-right: -5px !important;
	}

	.atf-tweet-wrapper:first-of-type .atf-tweet-text {
		width: 18% !important;
	}

	.atf-tweet-wrapper:last-of-type .atf-tweet-text {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) .atf-tweet-text {
		width: 90% !important;
		margin: 0 auto !important;
	}

	#social .orb-lrg {
		clear: both;
		display: block;
		float: right;
		margin-right: 100px;
		margin-top: 60px;
		font-family: oswald;
		font-weight: bold;
		font-size: 17px;
	}

	.atf-tweet-wrapper:last-of-type {
		min-height: 200px !important;
		max-width: 200px !important;
		overflow: hidden;
		background: url("images/bubble_orange.png") no-repeat;
		color: white;
		margin-top: -600px !important;
		margin-left: 620px !important;
		padding: 5% !important;
	}

	.atf-tweet-wrapper:last-of-type a {
		color: #08303e !important;
	}

	.atf-tweet-wrapper:first-of-type a {
		color: #fb5526 !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) {
		min-height: 200px !important;
		max-width: 200px !important;
		background: url("images/bubble_flip.png") no-repeat;
		color: white;
		margin-left: 420px !important;
		padding: 5% !important;
	}
}

@media (max-width: 999px) and (min-width: 768px) {
	.atf-tweet-wrapper {
		background-color: transparent !important;
		width: 40%;
	}

	.atf-tweet-wrapper:first-of-type {
		min-height: 200px !important;
		min-width: 200px !important;
		background: url("images/bubble.png") no-repeat;
		color: white;
		margin-top: 10px !important;
		margin-left: 80px !important;
		padding: 5% !important;
	}

	.follow {
		float: right;
		margin-right: -5px !important;
	}

	.atf-tweet-wrapper:first-of-type .atf-tweet-text {
		width: 28% !important;
		margin-top: 1% !important;
	}

	.atf-tweet-wrapper:last-of-type .atf-tweet-text {
		width: 98% !important;
		margin: 0 auto !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) .atf-tweet-text {
		width: 98% !important;
		margin: 0 auto !important;
	}

	#social .orb-lrg {
		clear: both;
		display: block;
		float: right;
		margin-right: 50px;
		margin-top: 60px;
		font-family: oswald;
		font-weight: bold;
		font-size: 17px;
	}

	.atf-tweet-wrapper:last-of-type {
		min-height: 200px !important;
		max-width: 200px !important;
		overflow: hidden;
		background: url("images/bubble_orange.png") no-repeat;
		color: white;
		margin-top: -600px !important;
		margin-left: 400px !important;
		padding: 5% !important;
	}

	.atf-tweet-wrapper:last-of-type a {
		color: #08303e !important;
	}

	.atf-tweet-wrapper:first-of-type a {
		color: #fb5526 !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) {
		min-height: 200px !important;
		max-width: 200px !important;
		background: url("images/bubble_flip.png") no-repeat;
		color: white;
		margin-left: 200px !important;
		padding: 5% !important;
	}
}

@media (max-width: 767px) {
	.atf-tweet-wrapper:first-of-type {
		min-height: 210px !important;
		min-width: 210px !important;
		background: url("images/bubble.png") no-repeat;
		background-size: 50%;
		color: white;
		margin-top: -5px !important;
		margin-left: 100px !important;
		padding: 3% !important;
		overflow: hidden !important;
	}

	#stickylogo li {
		letter-spacing: normal !important;
	}

	.atf-tweet-wrapper:first-of-type .atf-tweet-text {
		width: 38% !important;
		padding-left: 20px !important;
		padding-top: 10px !important;
	}

	.atf-retweet-credits {
		display: none;
	}

	.atf-tweet-wrapper:last-of-type .atf-tweet-text {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) .atf-tweet-text {
		width: 90% !important;
		margin: 0 auto !important;
	}

	#social .orb-lrg {
		display: none;
	}

	.follow {
		position: absolute;
		top: 6px;
		right: 3px;
	}

	.atf-tweet-wrapper:last-of-type {
		display: none;
	}

	.atf-tweet-wrapper:last-of-type a {
		color: #08303e !important;
	}

	.atf-tweet-wrapper:first-of-type a {
		color: #fb5526 !important;
	}

	.atf-tweet-wrapper:nth-of-type(2) {
		display: none;
	}
}

/* twitter feed css ends here */

.home-wrapper {
	overflow: hidden;
}

/*@media (max-width: 950px) and (min-width: 769px) {
	.location-header-container {
		margin-bottom: 20% !important;
	}
}*/

#menu-item-3747 {
	display: block !important;
	padding-top: 2% !important;
}

#menu-item-3811 {
	display: block !important;
	padding-top: 2% !important;
}

#menu-item-3786 {
	display: block !important;
	padding-top: 2% !important;
}

#menu-item-3756 {
	display: block !important;
	padding-top: 2% !important;
}

@media (max-width: 800px) {
	#stickylogo h1 {
		margin-top: -16px !important;
	}
}

@media (min-width: 800px) {
	.menu-main-container {
		width: 250px;
		margin: 0 auto;
	}
}

#customer-form h1 {
	font-size: 2.0833em;
	margin-bottom: 22px;
	color: #08303e !important;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
}

.customer-review-form {
	text-align: justify;
	padding: 2%;
}

#customer-form {
	background: url("images/orbs.png");
	font-family: "Karla", Helvetica, Arial, sans-serif;
	margin-top: -10px;
}

@media (max-width: 960px) {
	#customer-form {
		padding-right: 5%;
		padding-left: 5%;
	}
}

#customer-form .letter-writing {
	font-size: 16px;
	font-weight: 100;
}

#customer-form .letter-writing-2 {
	font-size: 14px;
	font-weight: 100;
}

#customer-review-form input[type="text"] {
	background: #e7e7e7;
	border: none;
	color: #6d6d6d;
	display: block;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 11px;
	margin-top: 10px !important;
	padding: 5px;
}

#gform_wrapper_2 {
	margin-top: 5%;
}

@media (min-width: 960px) {
	.innercontain-form {
		width: 40%;
		margin-left: 39%;
	}
}

#customer-form .seperator-line {
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
}

#customer-form input[type="submit"] {
	background: #fb5526;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

#customer-form textarea {
	height: 110px !important;
}

.gerard-bubble {
	font-size: 16px;
}

/* fancybox */
#homepage-popup {
	background: #fb5526;
	color: #fff;
	font-size: 16px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

#homepage-popup a {
	color: #fff;
}

#homepage-popup .fancybox-close-small:after {
	color: #fff;
}

#site-footer .getScoop {
	font-weight: 700;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #6d6d6d;
	margin: 5px;
}
