/*!
Theme Name: allaboardseafoods_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allaboardseafoods_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

allaboardseafoods_ is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 0 0 24px 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration:none;
	transition:all .5s;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* All Aboard Seafoods */

body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#333;
	background:transparent url(images/bg-body.jpg) repeat;
}

h1, h2, h3 {
	font-family: 'Titillium Web', sans-serif;
	line-height:1.2;
	margin:0 0 16px 0;
}
h2 {
	font-size:24px;
}
.container {
	width:1100px;
	margin:0 auto;
	position:relative;
}
.internal-container {
	padding:50px 0 26px 0;
}
.internal-container h2 {
	color:#d8261c;
	display:inline-block;
	padding:0 0 4px 0;
	margin:0 0 24px 0;
	text-transform:uppercase;
	font-size:40px;
	position:relative;
}
.internal-container h2:after {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:50%;
	height:5px;
	background:#666;
	content:'';
}
.internal-container h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:300;
	color:#000;
	padding:0 240px 0 0;
	margin:0;
	height:150px;
}
.internal-container ul, .internal-container ol {
	margin:0 0 24px 0;
	padding:0 0 0 16px;
}
.page-image {
	display:block;
	width:200px;
	height:200px;
	float:right;
	border-radius:50%;
	position:absolute;
	top:50px;
	right:0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border:2px dashed #666;
}
.col {
	display:table-cell;
	position:relative;
	vertical-align:top;
}
.col-25 {
	width:25%;
}
.col-75 {
	width:75%;
}
.col-50 {
	width:50%;
}
.btn {
	background:#fff;
	border-radius:30px;
	padding:10px 20px;
	text-transform:uppercase;
	display:inline-block;
	transition:all .5s;
}
.btn:hover {
	background:#333;
	color:#fff;
}
.panel {
	display:block;
	width:100%;
	clear:both;
	position:relative;
}
.panel .col {
	display:inline-block;
}
.panel .has-text {
	vertical-align:top;
}
.intro {
	text-align:center;
	background:url(images/bg-intro.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
}
.intro h2 {
	color:#0081c2;
	text-transform:none;
	font-size:24px;
}
.intro h2:after {
	display:none;
}
.intro .btn {
	background:#d8261c;
	color:#fff;
}
.intro .btn:hover {
	background:#0081c2;
}
.specials {
	background:url(images/bg-specials.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
}
.specials:before {
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,129,194,0.5);
}
.catering {
	background:url(images/bg-catering.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
}
.catering:before {
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(216,38,28,0.5);
}
.specials .btn {
	color:#0081c2;
}
.specials .btn:hover {
	color:#fff;
}
.catering .btn {
	color:#d8261c;
}
.catering .btn:hover {
	color:#fff;
}
.solid-red {
	background:#d8261c;
}
.has-image {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.has-text {
	padding:60px 30px;
	vertical-align:middle;
}
.has-text p:last-child {
	margin:0;
}
header {
	background:transparent url(images/bg-header.png) repeat-x;
	height:145px;
	font-family: 'Ultra', serif;
	color:#fff;
	text-align:right;
	line-height:45px;
	font-weight:lighter;
	position:sticky;
	z-index:10;
	top:0;
}
header .order-online {
	color:#fffa00;
}
header .order-online:hover {
	color:#000;
}
header a:hover {
	color:#fffa00;
}
body.home .site-branding {
	position:relative;
	margin:-105px 0 0 0;
	height:calc(100vh - 40px) !important;
	z-index:1;
	padding:50px 0 0 0;
	width:100%;
	overflow:hidden;
	color:#fff;
}
body.page .site-branding, body.single .site-branding, body.blog .site-branding {
	position:relative;
	margin:-105px 0 0 0;
	height:300px;
	z-index:1;
	padding:50px 0 0 0;
	width:100%;
	overflow:hidden;
	color:#fff;
}
.site-branding .container {
	z-index:2;
}
.site-branding h2 {
	color:#fff;
	text-shadow:1px 1px 15px rgba(0,0,0,0.5);
	font-size:40px;
	width:75%;
}
.site-branding p {
	font-size:20px;
	width:50%;
	text-shadow:1px 1px 5px rgba(0,0,0,0.5);
	line-height:1.2;
}
.site-branding p:last-child {
	margin:0;
}
.site-branding .slick a {
	background:#d8261c;
	box-shadow:1px 1px 10px rgba(0,0,0,0.5);
	color:#fff;
	padding:10px 20px;
	border-radius:20px;
	font-size:16px;
	text-shadow:none;
}
.site-branding .slick a:hover {
	background:#fff;
	color:#d8261c;
}
.drawing-9:before, .drawing-54:before {
	content:'';
	background-image:url(images/AAS_menu.png);
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.1;
}
.drawing-11:before {
	content:'';
	background-image:url(images/AAS_catering.png);
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.1;
}
.drawing-13:before, body.parent-pageid-13 .site-branding:before  {
	content:'';
	background-image:url(images/AAS_about.png);
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.1;
}
.drawing-484:before, .drawing-60:before {
	content:'';
	background-image:url(images/AAS_news.png);
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.1;
}
.logo {
	width:auto;
	height:250px;
	transition:filter .5s;
}
.logo:hover {
	filter:contrast(5);
}
.slick {
	width:100%;
	height:100%;
	position:absolute !important;
	top:0;
	left:0;
}
.slick div {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
}
.slick div .container {
	position:absolute;
	width:1100px;
	height:auto !important;
	left:50%;
	bottom:100px;
	-webkit-transform:translateX(-50%);
	z-index:2;
}
.slick-arrow {
	position:absolute !important;
	top:50% !important;
	-webkit-transform:translateY(-50%);
	z-index:1;
}
.slick-prev {
	left:10px !important;
}
.slick-next {
	right:10px !important;
}
.slick-specials .slick-arrow {
	bottom:-50px !important;
	top:auto !important;
}
.slick-specials .slick-next {
	right:auto !important;
	left:40px;
}
.slick-specials .slick-prev {
	left:auto !important;
}
.slick-specials img {
	width:150px;
	height:150px;
	object-fit:cover;
	float:right;
	margin:0 0 10px 10px;
	border-radius:50%;
	border:5px solid #fff;
}
#primary-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	right:10px;
	top:100px;
	font-family: 'Ultra', serif;
	font-size:20px;
	font-weight:lighter;
}
#primary-menu li {
	display:inline-block;
	text-align:center;
	background:rgba(0,129,194,0.5);
	padding:5px 20px 2px 20px;
	border-radius:30px;
	color:#fff;
	margin:0 10px;
	transition:all .5s;
	position:relative;
	border-bottom:3px solid transparent;
}
#primary-menu li ul {
	position:absolute;
	right:0;
	top:35px;
	padding:10px 0;
	font-size:14px;
	margin:0;
	display:none;
}
#primary-menu li ul li {
	display:block;
	margin:0 0 5px 0;
	text-align:right;
	white-space:nowrap;
}
#primary-menu li ul li:last-child {
	margin:0;
}
#primary-menu li:hover ul {
	display:block;
}
#primary-menu li:hover ul li {
	-webkit-transform:scale(1);
	border-bottom:0;
	padding:5px 20px;
}
#primary-menu li:last-child {
	margin:0 0 0 10px;
}
#primary-menu li:hover {
	background:rgba(0,129,194,0.9);	
	border-bottom:3px solid rgba(255,245,0,0.8);
	-webkit-transform:scale(1.1);
}
.news h2 {
	color:#0081c2;
}
.news input, .news button {
	width:100%;
	background:#fff;
	padding:10px 20px;
	border-radius:50px;
	border:0;
	margin:0 0 5px 0;
	outline:none;
	font-family:inherit;
}
.news input.birthday {
	width:50%;
}
.news form label {
	font-weight:bold;
}
.has-form {
	padding:60px 30px 0 0;
}
/* .has-form:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(images/0047---Voucher-Savings.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:contain;
	z-index:-1;
	opacity:0.25;
} */

.has-form form {
	padding:0 0 205px 0;
}
.has-form img {
	position:absolute;
	bottom:0;
	left:0;
	width:45%;
	height:100%;
	object-fit:contain;
	object-position:bottom left;
}
.has-form .mailchimp-subscribe {
	width:50%;
	float:right;
}
.news input[type=submit], .news button {
	background:#0081c2;
	color:#fff;
	font-size:20px;
	font-weight:700;
	width:50%;
	float:right;
	text-transform:uppercase;
}
.ocean { 
	height: 25%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background: #015871;
	opacity:0.2;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	z-index:0;
	mix-blend-mode:multiply;
  }
  
  body.home .ocean {
	  opacity:0.4 !important;
  }
  .wave {
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x; 
	position: absolute;
	top: -198px;
	width: 6400px;
	height: 198px;
	animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
  }
  
  .wave:nth-of-type(2) {
	top: -175px;
	animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
	opacity: 1;
  }
  
  .text-right {
	  text-align:right;
  }
  .grid, .grid2 {
	max-width: 1100px;
	margin:0 auto 26px auto;
  }
  .col-menu {
	  width:210px;
	  border:1px solid #ccc;
	  padding:10px;
	  font-size:14px;
	  float:left;
	  margin:0 5px 10px 5px;
	  border-radius:20px;
	  transition:all .5s;
  }
  body.page-id-11 .col-menu {
	width:540px;
	border:1px solid #ccc;
	padding:10px;
	font-size:14px;
	float:left;
	margin:0 5px 10px 5px;
	border-radius:20px;
	transition:all .5s;
}
.col-menu ul {
	margin:0 0 24px 17px;
	padding:0;
}
  .col-menu:hover {
	  box-shadow:0 0 20px rgba(0,0,0,0.1);
  }
  .col-menu .menu-image {
	  width:100%;
	  height:100px;
	  background-size:cover;
	  background-position:center center;
	  background-repeat:no-repeat;
	  border-radius:20px;
  }
  .col-menu h4 {
	font-family: 'Titillium Web', sans-serif;
	margin:10px 0;
	font-size:18px;
	color:#0081c2;
  }
  .col-menu .menu-price {
	  color:#d8261c;
	  font-weight:900;
  }
  .menu-filter {
	  background:#d8261c;
	  border-radius:20px;
	  color:#fff;
	  border:0;
	  font-family: 'Titillium Web', sans-serif;
	  text-transform:uppercase;
	  font-size:16px;
	  padding:10px 20px;
	  margin:0 2.5px;
	  transition:all .5s;
	  outline:none;
	  cursor:pointer !important;
  }
  .menu-filter:hover {
	  background:#fff;
	  color:#d8261c;
  }
  .wpforms-container input, .wpforms-container textarea, #mc-embedded-subscribe-form input {
	  font-family:inherit;
	  font-size:14px !important;
	  background:rgba(255,255,255,0.4) !important;
  }
  #mc-embedded-subscribe-form input {
  width:100%;
  margin:0 0 5px 0;
  padding:5px;
  outline:none;}
  .mce_inline_error {
  font-size:12px;
  padding:0 0 5px 0;
  font-weight:bold;}
  .wpforms-container .wpforms-submit, #mc-embedded-subscribe-form input[type=submit] {
	  background:#0081c2 !important;
	  color:#fff !important;
	  font-family:'Titillium Web', sans-serif !important;
	  width:50% !important;
	  padding:20px 0 !important;
  }
  .display_archive {
	  clear:both;
  }
  .display_archive .campaign {
	  padding:5px 0;
	  border-bottom:1px solid #ccc;
  }
  .community-row {
	  padding:10px 0;
	  border-bottom:1px solid #ccc;
	  display:table;
	  width:100%;
  }
  .community-row .col-25 {
	  height:150px;
	  background-size:cover;
	  background-repeat:no-repeat;
	  background-position:center center;
  }
  .community-row .col-75 {
	  padding:0 0 0 20px;
  }
  .blog-container {
	  border-bottom:1px solid #ccc;  
	  padding:20px 0;
  }
  .blog-container h3 {
	  height:auto;
	  padding:0 0 10px 0;
  }
  footer {
	  background:url(images/bg-footer.jpg) no-repeat center center;
	  background-size:cover;
	  color:#fff;
	  font-size:14px;
  }
  footer .btn {
	  background:#d8261c;
	  color:#fff;
  }
  footer i {
	  font-size:25px;
	  margin:0 10px 0 0;
  }
  .copyright {
	  background:#fff;
	  font-size:12px;
	  padding:20px 0;
  }
  .copyright span {
	  float:right;
  }
  footer .has-text {
	  padding:60px 0;
  }
  footer a:hover {
	  color:#fff500;
  }
  footer .ubereats {
	  width:150px;
	  height:auto;
	  float:right;
  }
  @keyframes wave {
	0% {
	  margin-left: 0;
	}
	100% {
	  margin-left: -1600px;
	}
  }
  
  @keyframes swell {
	0%, 100% {
	  transform: translate3d(0,-25px,0);
	}
	50% {
	  transform: translate3d(0,5px,0);
	}
  }

@media (max-width: 575px) { }

@media (max-width: 767px) {
	.container {width:90%;}
	header .container {font-size:11px;text-align:center;width:100%;}
	.menu-primary-nav-container {display:none;}
	.slick div .container {width:100%;bottom:50px;text-align:center;padding:0 20px;}
	.site-branding h2, .site-branding p {font-size:18px;width:100%;}
	.logo {margin:0 auto;display:block;}
	.col {width:100% !important;padding:20px !important;display:block;min-height:50vh;}
	.btn {width:100%;text-align:center;}
	div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {width:100%;}
	div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {margin-left:0;}
	footer {padding:20px 0;}
	footer .col {padding:0 !important;min-height:0;}
	footer .text-right {padding-top:20px !important;}
	.has-form .mailchimp-subscribe {width:100%;float:none;}
	.text-right {text-align:left;}
	.page-image {display:none;}
	.internal-container h3 {padding:0 0 24px 0;height:auto;}
	.col-menu {width:100% !important;left:0 !important;margin:0 0 10px 0 !important;border:0 !important;}
	.grid, .grid2 {padding:0 20px;}
	.alignright, .alignleft, .alignnone {display:block;float:none;margin:20px auto;}
	.copyright span {float:none;display:block;}
	.filter-button-group {text-align:center;}
	.menu-filter {width:45%;text-align:center;margin:0 2.5% 10px 2.5%;min-height:55px;vertical-align:top;}
	.community-row .col-75 {padding:10px 0 0 0 !important;}
}

@media (min-width: 768px) and (max-width:1199px) { }

