/*
Theme Name: clancysfishpub_
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clancysfishpub_
Tags:

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.

clancysfishpub_ is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
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 20px 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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

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 li {
	float: left;
	position: relative;
}

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

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}

/* Custom */

@font-face {font-family: "PEIXE FRITO";
  src: url("fonts/8922afe22040ea0667c190c0b7325e13.eot"); /* IE9*/
  src: url("fonts/8922afe22040ea0667c190c0b7325e13.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/8922afe22040ea0667c190c0b7325e13.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/8922afe22040ea0667c190c0b7325e13.woff") format("woff"), /* chrome、firefox */
  url("fonts/8922afe22040ea0667c190c0b7325e13.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/8922afe22040ea0667c190c0b7325e13.svg#PEIXE FRITO") format("svg"); /* iOS 4.1- */
}

@font-face {
  font-family: 'AmerTypewriterITCbyBT-Medium';
  src: url('fonts/AmerTypewriterITCbyBT-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/AmerTypewriterITCbyBT-Medium.otf')  format('opentype'),
	     url('fonts/AmerTypewriterITCbyBT-Medium.woff') format('woff'), url('fonts/AmerTypewriterITCbyBT-Medium.ttf')  format('truetype'), url('fonts/AmerTypewriterITCbyBT-Medium.svg#AmerTypewriterITCbyBT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AmerTypewriterITCbyBT-Bold';
  src: url('fonts/AmerTypewriterITCbyBT-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/AmerTypewriterITCbyBT-Bold.otf')  format('opentype'),
	     url('fonts/AmerTypewriterITCbyBT-Bold.woff') format('woff'), url('fonts/AmerTypewriterITCbyBT-Bold.ttf')  format('truetype'), url('fonts/AmerTypewriterITCbyBT-Bold.svg#AmerTypewriterITCbyBT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'AmerTypewriterITCbyBT-Medium';
	font-size:16px;
	color:#000; }

	h1 {
		font-family: "PEIXE FRITO";
		font-size:70px;
		text-transform:uppercase;
		margin:0;
		background:transparent url(img/bg-h2-white.png) no-repeat bottom center;
		padding:0 0 10px 0;
	}

h2 {
	font-family: "PEIXE FRITO";
	font-size:70px;
	text-transform:uppercase;
	margin:0;
	background:transparent url(img/bg-h2-white.png) no-repeat bottom center;
	padding:0 0 10px 0;
}

h2.black, h2.tribe-events-page-title {
	background:transparent url(img/bg-h2.png) no-repeat bottom center;
	text-align:center;
	margin:0 0 20px 0;
}
h2.tribe-events-page-title {
	font-size:70px !important; }
	
.h2-left {
	text-align:left !important; }
	
h3 {
	font-family: 'AmerTypewriterITCbyBT-Bold';
	font-size: 22px;
	margin:0;
	padding:10px 0; }
	
header {
	background:transparent url(img/bg-header.png) repeat-x top center;
	width:100%;
	height:256px;
	position:relative;
	z-index:1; }
	
.container {
	width:1120px;
	margin:0 auto;
	position:relative; }

.container-top {
	background:transparent url(img/bg_map_bottom.png) repeat-x top center;
	height:32px;
	width:100%;
	position:relative;
	z-index:1;
	margin:-32px 0 0 0; }
	
.container-black-fade {
	background:rgba(0,0,0,0.5);
	padding:40px;
	box-sizing:border-box; }

.col {
	float:left;
	padding: 0 20px 0 0; }

.col:last-child {
	padding-right:0; }
	
.col-2 {
	width:50%; }

.col-3 {
	width:33%; }
	
.col-4 {
	width:25%; }

/* .col-4:nth-child(4n +4) {
	padding:0; } */
	
.col-5 {
	width:20%; }
	
.col-2:nth-child(even) {
	padding:0 0 0 20px;
	float:right;}	
	
#primary-menu {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	font-family: "PEIXE FRITO";
	font-size:36px;
	text-transform:uppercase;
	position:relative;
	top:90px; }

#primary-menu li {
	display:inline-block;
	margin:0 10px 0 0;
	width:150px;
	line-height:1;
	vertical-align:top; }

#primary-menu li:nth-child(3) {
	margin:0 0 0 145px; }
	
#primary-menu li:last-child {
	margin:0;}
	
#primary-menu li a {
	color:#faa635;
	text-decoration:none; }

#primary-menu li:hover {
	-webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
}

#primary-menu li:hover a {
	color:#fff; }
	
#menu-sub-primary-nav {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	font-family: "PEIXE FRITO";
	font-size:24px;
	position:absolute;
	bottom:-150px;
	text-transform:uppercase; }

#menu-sub-primary-nav li {
	display:inline-block;
	padding:0 10px; }	

#menu-sub-primary-nav li:hover {
	-webkit-animation: pulse 1s;
    animation: pulse 1s;
}

#menu-sub-primary-nav li a {
	color:#ede7dd;
	text-decoration:none; }
	
.logo {
	background:transparent url(img/logo.png) no-repeat 0 0;
	width:117px;
	height:171px;
	position:absolute;
	left:50%;
	top:10px;
	transform:translateX(-50%);
	z-index:1; }

.royalSlider {
	margin:-15px 0 0 0;
	height:calc(100vh - 241px) !important;
	overflow:hidden; }

.abBlackBox h2 {
	font-family: "PEIXE FRITO";
	font-size:70px;
	text-transform:uppercase;
	margin:0;
	background:transparent url(img/bg-h2-white.png) no-repeat bottom center;
	padding:0 0 10px 0;
}	
.abBlackBox {
	left:50% !important;
	margin-left:-400px;
	font-family: 'AmerTypewriterITCbyBT-Bold';
	font-size:22px;
	text-align:center;
	padding:20px !important;
	background:rgba(0,0,0,0.5) !important; }

.panel {
	padding:100px 0;
	margin:50px 0;}
	
.panel-purpose {
	background:url(img/bg-purpose.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	text-align:center;
	color:#fff;
	font-size:30px; }
	
.panel-purpose h2 {
	text-shadow:1px 1px #000; }
.panel-purpose p {
	margin-bottom:0;
}
.panel-whatson {
	padding:0; }
	
.panel-whatson .col {
	height:300px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	filter: grayscale(100%);
	transition:filter .5s;
	position:relative;}

.panel-whatson .col span {
	position:absolute;
	top:50%;
	left:50%;
	width:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding:10px;
	font-family: 'AmerTypewriterITCbyBT-Bold'; }
	
	.whatson-fremantle {
		background-image:url(img/home-whatson-fremantle.jpg);
	}
	
	.whatson-canningbridge {
		background-image:url(img/home-whatson-canningbridge.jpg);
	}
	
	.whatson-citybeach {
		background-image:url(img/home-whatson-citybeach.jpg);
	}
	
	.whatson-dunsborough {
		background-image:url(img/home-whatson-dunsborough.jpg);
	}
	
.panel-whatson .col:hover {	
	filter: grayscale(0%);
}
.gmap {
	width:100%;
	height:500px;
	margin:0 0 -75px 0;
	z-index:1;
	overflow:hidden; }

.gmap .gm-style-mtc {
  display: none;
}

.panel-split-bg-right {
	background:url(img/bg-content-split-right.png) repeat-y top center;
	padding:50px 0; }

.panel-split-bg-left {
	background:url(img/bg-content-split-left.png) repeat-y top center;
	padding:50px 0;
	overflow:hidden; }
	
.venue-details {
	text-align:right;
	font-family: "Courier New", Courier, monospace;
	font-size:14px; }

.footer-image {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	height:300px;
	width:100%;
	margin:0 0 -70px 0; }

.footer-5 {
	background-image:url(img/img-home.jpg) }
	
.footer-111, .footer-9 {
	background-image:url(img/img-fremantle.jpg) }

.footer-14 {
	background-image:url(img/img-canningbridge.jpg) }

.footer-16 {
	background-image:url(img/img-citybeach.jpg) }

.footer-18 {
	background-image:url(img/img-dunsborough.jpg) }
		
.footer-104 {
	background-image:url(img/img-events.jpg) }
	
footer {
	background:transparent url(img/bg-footer.png?123) repeat-x top center;
	margin:50px 0 0 0;
	padding:40px 0 0 0;
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	font-size:14px;
	clear:both;
	position:relative;
	z-index:10; }

.footer-container {
	background:#faa635;
	padding:20px 0; }
	
.menu-container {
	border-top:0 solid #fff;
	background:#000 url(img/bg-menu-container.jpg?12) repeat center center; }

.menu-container .container {
	padding:50px 0;
	color:#fff;
	width:80%; }

.menu-container .container .col-2:nth-child(even) {
	float:left; }
	
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.grid-item { width: 33.33%; }
.grid-item {padding:20px;box-sizing:border-box;float:left;}
.inner-grid {border:1px dashed rgba(255,255,255,0.2);padding:20px;box-sizing:border-box;}
.inner-grid h4 {margin:0;text-align:center;font-family: "PEIXE FRITO";color:#faa635;font-size:45px;font-weight:100;text-transform:uppercase;line-height:1;}
.inner-grid ul {padding:0;margin:0;list-style-type:none;}
.inner-grid ul li {padding:0 0 10px 0;margin:10px 0;font-family: "Courier New", Courier, monospace;font-size:15px;line-height:18px;}
.inner-grid ul li span {padding:0 0 0 10px;font-family: 'AmerTypewriterITCbyBT-Medium';font-size:16px;}
.inner-grid ul li span:before {content:'... ';}
.grid-item--width2 { width: 33.33%; }
body.page-id-14 .filter-button-group {display:none;}
body.page-id-14 .dietary {display:none;}
.filter-button-group {position:absolute;top:20px;left:50%;transform:translateX(-50%);z-index:1;width:100%;text-align:center;}
.filter-button-group button {border:1px solid rgba(255,255,255,0.5);background:none;box-shadow:none;text-shadow:none;color:#fff;font-family: "Courier New", Courier, monospace;font-size:16px;text-transform:uppercase;outline:none !important;transition:all .5s;}
.filter-button-group button:hover {background:rgba(255,255,255,0.2);}
.filter-button-group span {font-family: "PEIXE FRITO";color:#faa635;font-size:30px;line-height:34px;vertical-align:middle;padding:0 10px 0 0;}
.menu-legend {text-align:center;color:#666;}
.other-links {
	text-align:center;
	border-bottom:2px dotted #000; 
	padding:50px 0 0 0;
	margin:0 0 40px 0; }

.other-links div {
	transition:all .5s;
	cursor:pointer;
	float:none;
	display:inline-block;
	width:24%; }
	
.other-links .current {
	color:#faa635;
}
.other-links i {
	font-size:40px; }

.other-links h2 {
	font-size:40px; } 

.tab-content{
			display: none;
			padding: 0 0 100px 0;
		}

		.tab-content.current{
			display: inherit;
		}
		  
.default-text {
	text-align:center;
	padding:80px 40px; }

.col-whatson {
	position:relative;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	margin:0 0 20px 0;}

#tab-2 .col-whatson:nth-child(6) {
	clear:both; }
	
.col-whatson img {
	width:100%;
	height:200px;
	object-fit:cover; }

.col-whatson a {
	text-decoration:none;
	color:#000;
	display:block;
	padding:0 0 10px 0;
	font-weight:bold;
	font-family: 'AmerTypewriterITCbyBT-Medium';
	font-size:16px; }
	
.whatson-date-time {
	position: absolute;
    top: 120px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-family: "Courier New", Courier, monospace;
    text-transform:uppercase;
    font-size:16px;
}
.hide {
    opacity:0;
    height:0;
    padding:0;
    position:absolute;
    left:20px;
    top:0;
    -webkit-animation: fadeOutUp 1s;
    animation: fadeOutUp 1s;
	 }

dt a {
	text-decoration: none;
    font-weight: bold;
    color: #000 !important;
    border-bottom: 1px dashed #000;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0; }

dd {
	margin:0 0 20px 0; }
		
footer .footer-menu {
	text-align:right;
	font-size:18px;
	line-height:1.3;
}
footer h3 {
	font-size:16px;
	padding:0 0 5px 0; }

footer p {
	margin:0;
	padding:0; }
	
footer .warning {
	border-top:1px solid #000;
	text-align:center;
	font-size:12px;
	padding:20px 0 0 0;
	margin:20px 0 0 0; }
	
footer .warning .copyright {
	padding:20px 0 0 0; }

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
	width: 50%;
    border: 2px dotted #000;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'AmerTypewriterITCbyBT-Medium';
    font-size:16px;
    background:#fff;
    box-shadow:none;
    border-radius:0;
    outline:none !important; }

.wpcf7-form textarea {
	width:75%;
	height:150px; }
	
.wpcf7-form select {
	height:48px; }
	
.wpcf7 input.wpcf7-number {
	width:20%; }
	
.wpcf7 .your-am-pm select {
	width:100px; }
 
.wpcf7-form input[type=submit] {
	background:#faa635;
	border:0;
	text-shadow:none;
	box-shadow:none;
	font-family: "PEIXE FRITO";
	color:#fff;
	font-size:40px;
	width:25%;
}  

#tribe-events-pg-template {
	margin:50px auto;
	width:1120px;
	max-width:1120px;
}

.tribe-venue-widget-wrapper .tribe-venue-widget-venue { display:none; }

.tribe-venue-widget-wrapper .tribe-venue-widget-list { margin:0; padding:0; list-style-type:none; float:left; width:100%; margin:0 0 20px 0; }

.tribe-venue-widget-wrapper .tribe-venue-widget-list li {
	width:20%;
	margin:0;
	padding:0 10px;
	float:left;
	border-left:1px solid #ccc; }

.tribe-venue-widget-wrapper .tribe-venue-widget-list li .tribe-event-date-start, .tribe-venue-widget-wrapper .tribe-venue-widget-list li .tribe-events-event-cost {
	font-family: "Courier New",Courier,monospace; }
	
.tribe-venue-widget-wrapper .tribe-venue-widget-list li .tribe-events-divider {
	display:none; }
	
.tribe-venue-widget-wrapper .tribe-venue-widget-list li h4 {
	margin:0 0 10px 0; }

.tribe-venue-widget-wrapper .tribe-venue-widget-list li h4 a {
	text-decoration:none; }

.tribe-events-list .tribe-events-event-image img {
	height:200px;
	object-fit:cover; }

.tribe-events-ical {
	display:none !important; }

.tribe_events_filter_item {
	width:20%; }

.tribe-events-filters-group-heading {
	font-size:16px !important;
	font-family: 'AmerTypewriterITCbyBT-Medium' !important; }

#tribe_events_filters_wrapper .closed h3:before {
	top:3px !important; }

#tribe_events_filter_control {
	font-size:13px;
	padding:10px 0 0 0;
	color:#999; }
	
.tribe-events-filters-label {
	font-size:16px !important;
	padding:0 !important;
	margin:10px 5px !important; }

.tribe-events-button {
	text-shadow:none !important;
	line-height:24px;
	background:#faa635;
	color:#333; }

a#tribe_events_filters_toggle {
	font-size:24px;
	color:#666; }

.tribe_events_filters_close_filters, #tribe_events_filters_reset {
	font-size: 14px !important;
	color:#666; }

.tribe-events-list-photo-description {
	font-family:"Courier New",Courier,monospace;	
	font-size:15px;
}
.tribe-events-list-photo-description p {
	line-height:1.2 !important; }
.tribe-events-list-event-title {
	font-family:'AmerTypewriterITCbyBT-Medium';
	font-size:18px;
	background:none; }
.tribe-event-date-start {
	font-size:16px;
	display:block;
	padding:0 0 5px 0; }
#tribe-events-content.tribe-events-list {
	margin:0; }
#tribe-events-footer {
	display:none; }
body.tribe-events-photo #tribe-events-footer {
	display:block !important;
}
.single-tribe_events .tribe-events-event-image img {
	width:100%;
	height:400px;
	object-fit:cover; }
.single-tribe_events .tribe-events-cal-links {
	display:none; }
.single-tribe_events .tribe-event-date-start, .single-tribe_events .tribe-event-time, .tribe-events-schedule h2, .tribe-event-schedule-details span {
	font-family:'AmerTypewriterITCbyBT-Medium';
	font-size:18px;
	display:inline-block; }
.tribe-event-schedule-details {
	font-size:18px;}
.single-tribe_events .tribe-events-meta-group-details h3, .single-tribe_events .tribe-events-meta-group-details dl dt, .single-tribe_events .tribe-events-meta-group-details dl dd {
	 display:none; }
.single-tribe_events .tribe-events-meta-group-details dl dd.tribe-events-event-url {
	display:block !important;
	font-size:18px;
	background:rgba(0,0,0,0.1);
	padding:5px !important; }
.single-tribe_events .tribe-events-meta-group-details dl dd.tribe-events-event-url:before {
	content: 'Buy Tickets: '; }
.tribe-events-meta-group-details {
	padding:20px 20px 0 20px !important;
	width:100% !important;
	margin:0 !important;}
.single-tribe_events .tribe-events-meta-group-venue {
	width:100%;
	font-size:18px;
	padding:20px;
	margin:0; }
.single-tribe_events .tribe-events-meta-group-venue h3 {
	display:none; }
.single-tribe_events #tribe-events-footer {
	display:block; }
	.show-venue {
	    margin: 0 0 20px -30px;
    background: #000;
    color: #fff;
    padding: 5px;
	}
.event-is-recurring {display:none;}
.MGLField input {
	width:100%;
	border:1px dashed #ccc;
	padding:10px !important;
	font-family:"Courier New",Courier,monospace; }

.MGLField select {
	width:33%;
	border:1px dashed #ccc;
	padding:10px !important;
	font-family:"Courier New",Courier,monospace;
	background:#fff;
	height:40px; }
.MGLLabel {
	margin:0 0 10px 0;
}
#MGLSubmit input {
	border:0 !important;
	background:#faa635;
	box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    padding: 0 60px;
    line-height: 60px;
    font-family:"PEIXE FRITO";
    font-size:40px;
    text-transform:uppercase;
}
.MGLPoweredBy {
	margin:10px 0;
	color:#ccc;
	font-size:12px;
	text-transform:uppercase;
}
.menu-download {color:#fff; display:inline-block;padding:10px 20px;font-size:30px;border:1px dashed rgba(255,255,255,0.5);margin-bottom:20px;}
.menu-download i {color:#faa635;}
.menu-download a {text-decoration:none;}

.featherlight .featherlight-close-icon {
	box-shadow:-1px 1px 10px rgba(0,0,0,0.7) !important;
	background:#fff !important;
	border-radius:0;
	padding:10px 18px 10px 20px !important;
	width:auto !important;
	outline:none !important; }

.featherlight .featherlight-content {
	border-top:2px solid rgba(255,255,255,0.5);
	border-right:2px solid rgba(255,255,255,0.5);
	border-bottom:2px solid rgba(255,255,255,0.5) !important;
	border-left:2px solid rgba(255,255,255,0.5);
	padding:0 !important; }

.social-link {
	font-size:30px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.venue-image-rotate {
	width:100%;
	height:calc(100vh - 240px);
	margin-top:-15px;
	position:relative;
}
.venue-image-rotate h2 {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:99;
	color:#fff;
	text-shadow:1px 1px 10px #000;
	font-size:150px;
	padding:0 100px;
	opacity:0.9;
	font-weight:normal;
	line-height:1;
}
body.home .venue-image-rotate h1 {
	position:absolute;
	top:15%;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
	color:#fff;
	text-shadow:1px 1px 10px #000;
	width:100%;
	text-align:center;
	font-size:9vw;
	line-height:1;
	opacity:0.9;
}
body.home .venue-image-rotate h2 {
	background:none;
	font-size:75px;
	padding:0;
	width:100%;
	text-align:center;
	opacity:1;
}
body.home .venue-image-rotate h2 em {
	font-weight:bold;
	font-style:normal;
	color:#faa635;
}
body.home .venue-image-rotate h2 strong {
	display:block;
	font-weight:normal;
	font-size:60px;
	color:#faa635;
	padding-top:10px;
	text-shadow:2px 2px #fff;
}
.slick-active h2 strong {
	-webkit-animation: zoomIn 3s;
    animation: zoomIn 3s;
}
.venue-image-rotate div {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:100%;
	position:relative;
}
body.page-id-16 .takeaway-bar {
	display:none;
}
li#menu-item-7374, li#menu-item-7375, li#menu-item-7648 {
	display:none;
}
body.page-id-14 li#menu-item-7374, body.page-id-16 li#menu-item-7375, body.page-id-9 li#menu-item-7648  {
	display:inline-block;
}
@media (max-width: 575px) {

}

@media (max-width: 767px) {
	h2 {line-height:1;}
	.container {width:100%;padding:0 20px;}
	header {background-size:cover;height:205px;}
	#primary-menu, #menu-sub-primary-nav {display:none;}
	.abBlackBox {width:100% !important;left:0 !important;margin-left:0;top:0 !important;font-size:12px;height:100% !important;padding:20px 60px !important;}
	.abBlackBox h2 {line-height:1;font-size:45px;}
	.panel-whatson .col {width:100%;}
	.col-2, .col-5 {width:100%;float:none !important;padding:0 !important;}
	.panel-split-bg-right {background:none;}
	.venue-details {text-align:left;}
	.grid-item {width:100% !important;clear:both;float:none;}
	.menu-container .container {width:100%;}
	.filter-button-group span {display:block;}
	.filter-button-group {position:relative;top:0;margin-bottom:20px;}
	.other-links div {width:100%;padding:0;}
	.col-whatson {width:100%;padding:0;}
	.footer-container .col-5, footer .footer-menu {text-align:center;}
	footer .footer-menu {margin-top:20px;}
	#return-to-top {display:none !important;}
	.panel-purpose {padding:0;margin:0;}
	.container-black-fade {padding:20px;}
	.panel-whatson {margin:0;}
	.abBlackBox {padding:0 !important;}
	.abBlackBox p {display:none;}
	.abBlackBox h2 {position:absolute;top:50%;left:50%;transform:translate(-50%);}
	.rsArrow {top:55% !important;}
	.tribe-venue-widget-wrapper .tribe-venue-widget-list li {width:100%;padding:10px;border-left:0;}
	.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {width:100%;}
	.wpcf7-form textarea {width:100% !important;}
	.menu-legend {width:75%;margin:0 auto;}
	.filter-button-group button {margin:5px 0;}
	#tribe-events-pg-template {width:100%;}
	#tribe_events_filters_wrapper {position:relative !important;}
	.tribe_events_filter_item {width:100%;}
	#tribe_events_filters_wrapper .closed h3:before, #tribe_events_filters_wrapper h3:before {top:18px !important;}
	.show-venue {margin:0 0 20px 0;text-align:center;font-size:14px;}
	.tribe-event-schedule-details span {font-size:15px;}
	.tribe-events-sub-nav {display:none;}
	.single-tribe_events .tribe-events-event-image img {height:auto;}
	#responsive-menu-button {box-shadow:none !important;border:1px solid #fff !important;}
	#responsive-menu-wrapper {padding-top:25px !important;}
	#responsive-menu-wrapper br {display:inline-block;content:' ';width:5px;}
	#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {font-size:20px !important;}
	#responsive-menu-container li.responsive-menu-item {padding:5px 0;}
}

@media (min-width: 768px) and (max-width:1199px) {
	.container {width:100%;}
	#primary-menu li {width:13%;}
	.footer-container .col-5:first-child {padding:0 20px;}
	.panel-split-bg-right {padding:50px 20px;}
	.tab-content {padding:0 20px 100px 20px;}
	.col-whatson {padding:0 20px 0 0 !important;}
	.col-whatson:nth-child(5) {padding:0 !important;}
	.menu-container .container {width:100%;}
	#tribe-events-pg-template {max-width:95%;}
	body.page-id-111 .site-content .container {padding:0 20px;}
}