/*
Theme Name: The Hero of Maida Theme
Author: Aubergine 262
Author URI: https://aubergine262.com/
Description: A custom theme for The Hero of Maida
Version: 2.0
*/



/**
 * --------------------------------------------------------------------------------------------------------------------
 * Reset, headings, general defaults
 * @see http://git.io/normalize
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Reset and default heading tags  */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline: none !important;
}

::-moz-selection {
	background: #113c55;
	color: #fff;
}
::selection {
	background: #113c55;
	color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body,
button,
input,
select,
textarea {
	font-family: 'EB Garamond', serif;
	word-wrap: break-word;
}

body {
	color: #1d1f21;
	line-height: 1.5;
	margin: 0;
	font-size: 16px;
}

a {
	color: #1d1f21;
	text-decoration: none;

}

a:focus {
	outline: none;
}

a:active,
a:hover {
	color: #1d1f21;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

.menu-primary-menu-container a:after{
	content:"";
	background: #ffffff;
	display: block;
	height: 1px;
	width: 0;
	transition: width 0.3s;
	transition-timing-function: ease;
	margin:0 auto;
}
.menu-primary-menu-container a:hover:after
{
	content:"";
	width: 106%;
	transition: width 0.3s;
	transition-timing-function: ease;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'EB Garamond', serif;
	line-height: 1;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 40px;
	margin: 0;
}

h2 {
	font-size: 35px;
	margin: 0;
}

h3 {
	font-size: 30px;
	margin: 0;
}

h4 {
	font-size: 25px;
	margin: 0;
}

h5 {
	font-size: 20px;
	margin: 0;
}

h6 {
	font-size: 15px;
	margin: 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 25px;
}
p:last-child {
	margin-bottom: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-style: italic;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-weight: 600;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: circle;
}

nav ul,
nav ol {
	list-style: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	outline: 0;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

table {
	border-bottom: 1px solid #113c55;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}


th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-bottom: 1px solid #ededed;
	padding: 5px 10px 5px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}
/* .dashed class is using in private events booking script */
hr:not(.dashed) {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.screen-reader-text{
	display: none;
}

#page {
	overflow-x: hidden
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Form fields, and general form classes checkbox, radio
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region  Form fields, and general form classes  */
button,
input,
textarea {
	border: 1px solid #113c55;
	font-family: inherit;
}
input,
textarea{
	padding: 12px 10px 11px;
}
input[type="checkbox"],
input[type="radio"]{
	padding: 0;
}

/* Fix the autofill bug where it changes the line height */
input:-webkit-autofill{
	line-height: 1.4;
}

button:focus,
input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: none;
	background-color: #113c55;
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	line-height: 1;
	font: inherit;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #113c55;
	color: #ddd;
	outline: none;
	text-decoration: none;
}
/*
.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #DDECF2;
	color: #ccc;
	-webkit-box-shadow: inset 3px 3px 14px #113c55;
	-moz-box-shadow: 	inset 3px 3px 14px #113c55;
	box-shadow: 		inset 3px 3px 14px #113c55;
}*/


.buttons a{
	margin:20px 12px 0;
	background: #113c55;
	color:#ffffff;
	padding:8px 30px;
	text-align:center;
	font-size:16px;
	border:2px solid #113c55;
	text-transform: uppercase;
	transition: 0.2s;
}

.buttons a:hover{
	background: initial;
	color:#113c55;
	text-transform: uppercase;
	transition: 0.2s;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/* Styled checkboxes */
input.fancy-chk  {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	position: relative;
}
input.fancy-chk:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #113c55;
	content: "\f096";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-chk:checked:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #113c55;
	content: "\f046";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-rdo  {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	position: relative;
}
input.fancy-rdo:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #113c55;
	content: "\f10c";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-rdo:checked:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #113c55;
	content: "\f05d";
	position: absolute;
	top: -1px;
	left: -1px;
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * WP embeds - images alignment and gallery
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Images Alignment for wp embeds  */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Style wp gallery */
.gallery{
	margin-bottom: 15px;
}
.gallery:after{
	content: "";
	clear: both;
	display: table;
}
.gallery-item{
	float: left;
	width: 100%;
}
.gallery-item img{
	max-width: 100%;
	border: solid 1px #113c55;
}
.gallery-columns-1 .gallery-item{
	width: 98%;
	margin: 0 auto 10px;
}
.gallery-columns-2 .gallery-item{
	width: 49%;
	margin: 0 1% 10px 0;
}
.gallery-columns-3 .gallery-item{
	width: 32%;
	margin: 0 1% 10px 0;
}
.gallery-columns-4 .gallery-item{
	width: 23%;
	margin: 0 2% 10px 0;
}
.gallery-columns-5 .gallery-item{
	width: 18%;
	margin: 0 2% 10px 0;
}
.gallery-columns-6 .gallery-item{
	width: 14%;
	margin: 0 2% 10px 0;
}
.gallery-columns-7 .gallery-item{
	width: 12%;
	margin: 0 2% 10px 0;
}
.gallery-columns-8 .gallery-item{
	width: 10%;
	margin: 0 2% 10px 0;
}
.gallery-columns-9 .gallery-item{
	width: 8%;
	margin: 0 2% 10px 0;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Content Colours and List Styles
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Content Colours and List Styles  */
/* Lists */
#main ol{
	counter-reset: ol-counter;
	list-style-type: none;
	padding: 0 0 0 22px;
}
#main ol li{
	position: relative;
	margin-bottom: 10px;
}
#main ol li:last-child{
	margin-bottom: 0;
}
#main ol li:before {
	content: counter(ol-counter) '.';
	counter-increment: ol-counter;
	position: absolute;
	top: 0;
	left: -18px;
	color: #113c55;
	font-weight: 400;
}
#main ul{
	list-style-type: none;
	padding: 0 0 0 22px;
}
#main ul li{
	position: relative;
	margin-bottom: 10px;
}
#main ul li:last-child{
	margin-bottom: 0;
}
#main ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #113c55;
	top: 5px;
	left: -18px;
	position: absolute;
}

/* Backgrounds and colours - Use as guidance for the projects colour setup */

.White {
	color:#fff;
}
.Grey {
	color:#ddd;
}
.bgWhite {
	background:#fff;
}
.bgGrey {
	background:#ddd;
}
.obgWhite {
	background:rgba(255,255,255,0.6);
}
.obgGrey {
	background:rgba(220,220,220,0.6);
}

.LightBlue{
	color: #DDECF2;
}
.bgLightBlue {
	background:#DDECF2;
	color: #1d1f21;
}
.obgLightBlue {
	background:rgba(221, 236, 242,0.6);
}

.Blue{
	color:#113c55;
}
.bgBlue {
	background:#113c55;
	color:#ffffff;
}
.obgBlue {
	background:rgba(17, 60, 85,0.6);
}
.headerBG{
	background:#113c55;

}

	/* Errors */
.notice {
	background: #fff;
	border-left: 4px solid #4752ff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	margin: 6px 15px 7px 0;
	padding: 6px 12px 5px;
}
.notice-success {
	border-left-color: #46b450;
}
.notice-error {
	border-left-color: #b4322f;
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Columns and layouts
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Columns and layouts */
/* Main content width */
.site-width{
	width:95%;
	max-width:1280px;
	margin:0 auto;
}
.clear{
	clear: both;
	width:100%;
	display: block;
}

.left{
	float: left;
	width:50%;
}

.right{
	float: right;
	width:50%;
}

/* Basic Columns - 2,3,4,5 */
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5{
	position: relative;
}
.columns-1:after,
.columns-2:after,
.columns-3:after,
.columns-4:after,
.columns-5:after{
	content: "";
	clear: both;
	display: table;
}
.columns-1 .item,
.columns-2 .item,
.columns-3 .item,
.columns-4 .item,
.columns-5 .item{
	float: left;
	display: block;
}
/*1*/
.columns-1 .item{
	width: 98%;
	margin: 0 auto 10px;
}
/*2*/
.columns-2 .item{
	width: 49%;
	margin: 0 2% 2% 0;
}
.columns-2 .item:nth-child(2n){
	margin-right: 0;
}
/*3*/
.columns-3 .item{
	width: 32%;
	margin: 0 2% 2% 0;
}
.columns-3 .item:nth-child(3n){
	margin-right: 0;
}
/*4*/
.columns-4 .item{
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.columns-4 .item:nth-child(4n){
	margin-right: 0;
}
/*5*/
.columns-5 .item{
	width: 18.4%;
	margin: 0 2% 2% 0;
}
.columns-5 .item:nth-child(5n){
	margin-right: 0;
}

@media screen and (max-width: 1000px) {
	/* All columns into 3 column mode */
	/*4*/
	.columns-4 .item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.columns-4 .item:nth-child(4n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(3n){
		margin-right: 0;
	}
	/*5*/
	.columns-5 .item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.columns-5 .item:nth-child(5n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 850px) {
	/* All columns into 2 column mode */
	/*3*/
	.columns-3 .item{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.columns-3 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-3 .item:nth-child(2n){
		margin-right: 0;
	}
	/*4*/
	.columns-4 .item{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.columns-4 .item:nth-child(4n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(2n){
		margin-right: 0;
	}
	/*5*/
	.columns-5 .item{
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.columns-5 .item:nth-child(5n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 550px) {
	/* All columns into 1 column mode */

	/*2*/
	.columns-2 .item{
		width: 98%;
		margin: 0 2% 2% 0;
	}
	.columns-2 .item:nth-child(2n){
		margin-right: 2%;
	}
	/*3*/
	.columns-3 .item{
		width: 98%;
		margin: 0 2% 2% 0;
	}
	.columns-3 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-3 .item:nth-child(2n){
		margin-right: 2%;
	}
	/*4*/
	.columns-4 .item{
		width: 98%;
		margin: 0 2% 2% 0;
	}
	.columns-4 .item:nth-child(4n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(2n){
		margin-right: 2%;
	}
	/*5*/
	.columns-5 .item{
		width: 98%;
		margin: 0 2% 10px 0;
	}
	.columns-5 .item:nth-child(5n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(2n){
		margin-right: 2%;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Header
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Header*/

.site-header{
	position: relative;
	margin-bottom:16px;
}

.top-section{
	display: block;
	position:relative;
	margin: 26px auto 20px;
}
.site-logo{
	display: block;
	width:300px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.site-logo img{
	width:100%;
	max-height: 66px;
	object-fit: scale-down;
}
.site-header .social-links{
	margin-top:6px;
	float:left;
	margin-left:4%;
}
.social-links ul{
	list-style-type: none;
	margin:0 0 0 5px;
	padding:0;

}
.social-links li{
	display: inline-block;
	margin:10px 15px 0 0;
}
.social-links li img{
	height:20px;
}


.reservation-links{
	float:right;
	margin-top:10px;
	margin-right:4%;
	text-transform: uppercase;
	position: relative;
	display: inline-block;

}
.reservation-links .drop-down {
	position: absolute;
	z-index: 1000;
	display: none;
	width:100%;
	text-align:center;
}
.reservation-links:hover .drop-down{
	display: block;

}
.reservation-links button{
	color: #113c55;
	padding: 4px 14px;
	margin:0;
	line-height: 1.3;
	text-transform: uppercase;
	background-color: #fff;
	font-size:20px;
	border:2px solid #113c55;
	transition: 0.3s;
	display: block;
	width:100%;
}
.reservation-links:hover button{
	color: #fff;
	border:2px solid #fff;
	background-color: #113c55;
}
.reservation-links a{
	color: #113c55;
	padding: 4px 4px;
	background-color: #fff;
	font-size:20px;
	border:2px solid #fff;
	border-top:1px solid #fff;
	transition: 0.3s;
	display: block;
	width:100%;
}
.reservation-links a:hover{
	color: #fff;
	border:2px solid #fff;
	border-top:1px solid #fff;
	background-color: #113c55;
}
.contact-phone{
	display: none
}
.contact-phone a{
	font-size:20px;
}

@media only screen and (max-width: 950px) {
	.site-logo{
		left: calc(50% - 80px);
		width:240px;
	}
	.reservation-links{
		margin-top: 6px;
	}
	.site-header .social-links{
		margin-top: 0;
	}
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
	.site-logo{
		width:200px;
		margin-top:4px;
	}
}

@media only screen and (max-width: 600px) {
	.top-section {
		display: block;
		position: relative;
		height:60px;
	}
	.site-logo{
		display: block;
		width:260px;
		max-width:60%;
		position: relative;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin: 0 auto;
	}
	.site-header .social-links{
		float:left;
		margin-left:4px;
		position: absolute;
		left:0;
		top:0;
		width:70px;
	}
	.reservation-links{
		float:right;
		margin-top: 26px;
		margin-right:1%;
	}
	.contact-phone{
		margin-top: 30px;
		margin-left:2%;
		display: block;
		float:left;
	}
	.contact-phone i{
		margin-right:8px;
		vertical-align: -1px;
	}
	.hamburger{
		position: absolute;
		right:0;
		top:0;
	}
}

@media only screen and (max-width: 420px) {
	.reservation-links{
		text-align: center;
		margin-top: 30px;
		width:100%;
		display: block;
	}
	.contact-phone{
		text-align: center;
		margin-top: 30px;
		margin-left:0;
		display: block;
		width:100%;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Main Navigation, hamburger
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Main Navigation, hamburger*/
#navbar{
	text-transform: uppercase;
	font-size:16px;
	line-height: 1;
	max-width:1280px;
	width: 95%;
	margin:0 auto;
}
#navbar #primary-menu{
	margin: 0 4%;
	padding: 16px 0 0;
	display: flex;
	justify-content: space-between;
}
#navbar #primary-menu > li{
	display: inline-block;
	margin-right: 3%;
}
#navbar #primary-menu > li:last-child{
	margin-right: 0;
}
#navbar #primary-menu > li a{
	color:#ffffff;
	padding: 3px 5px;
}
#navbar #primary-menu > li a:hover{
	text-shadow: none;
	color:#ffffff;
}
/** Navigation Sub Menu **/
#navbar ul.sub-menu {
	margin: 0;
	position: absolute;
	display: none;
	z-index: 9999999999;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 	0 2px 6px -2px rgba(0,0,0,0.75);
	box-shadow: 		0 2px 6px -2px rgba(0,0,0,0.75);
	padding:0;
}
/* Show Sub Menu on hover */
#navbar li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
/* Sub Menu links */
#navbar ul.sub-menu li {
	margin: 0;
	width: 100%;
}
#navbar ul.sub-menu li a {
	width: 100%;
	padding: 10px 10px;
	display:block;
}
/* Mobile Navigation Burger */
.hamburger {
	display: none;
	float: right;
	cursor: pointer;
	margin-right:4%;
	margin-bottom:10px;
}
.hamburger .line {
	width: 50px;
	height: 5px;
	background-color: #ffffff;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0;
}
#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}
@media only screen and (min-width: 1280px){
	#navbar #primary-menu > li {
		margin-right: 82px;
	}
	#navbar #primary-menu > li:last-child {
		margin-right: 0;
	}
}

@media only screen and (max-width: 850px){
	#navbar #primary-menu{
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 600px){
	.hamburger {
		display:block;
	}
	#navbar {
		display:none;
	}
	#navbar ul {
		padding:0;
	}
	#navbar li {
		width: 100%;
	}
	#navbar a {
		padding: 10px;
		width:100%;
		display:block;
	}
	.menu-item-has-children > a:after {
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		display: inline-block;
		margin-left: 15px;
		transition: all 0.25s ease-in-out;
	}
	.menu-item-has-children > a.children-visible:after {
		transform: rotate(-90deg);
	}
	#navbar li.menu-item-has-children:hover ul.sub-menu {
		display: none;
	}
	#navbar ul.sub-menu {
		position: inherit;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#navbar ul.sub-menu li a {
		padding-left:30px;
	}
	#navbar #primary-menu > li a {
		margin:8px;
		padding:6px 30%;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * All Page Builders, Styles used by several row types
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region All PageBuilders */
#page-row-1.hero-image-row {padding-top:0}
.page-row,
.page-row-inner{
	width: 100%;
	display: block;
	position: relative;
}
.page-row-mt{
	margin-top: 0;
}
.page-row-mb{
	margin-bottom: 0;
}
.page-row-pt{
	padding-top: 56px;
}
.page-row-pb{
	padding-bottom: 56px;
}
.content-align-center{
	text-align: center;
}
.content-align-right{
	text-align: right;
}
.content-align-left{
	text-align: left;
}
.main-title{
	margin-bottom: 8px;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}
.archive-title,#reply-title{
	margin-bottom: 8px;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}
.bold-title{
	margin-bottom: 26px;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
}
.bold-body{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.btn-padding{
	padding: 4px 11px;
}
.lbl{
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.015em;
}
.lbl-lower{
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.015em;
}
.btn{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #113c55;
	padding: 10px 32px;
	color:#fff;

}
.btn:hover{
	text-decoration: none;
	color:#d8d8d8;
}
.builder_button{
	margin: 20px 0 0;
	display: inline-block;

}

.horizon-line{
	height:2px;
	width:10%;

	background-color: #113c55;
	margin:0 auto 30px;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: One Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region One Column */
.one-column .inner-content{

}
.one-column-image{
	margin-bottom: 15px;
	max-height: 300px;
	width: auto;
}
.one-column-image img{
	max-height: 300px;
	width: auto;
}
.content-width-full{

}
.content-width-narrow{
	width: 60%;
}

@media screen and (max-width: 600px) {
	.content-width-narrow{
		width: 95%;
	}

}




/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Two Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Two Column */

.two-column .inner-content{

}
.left .two-col-site-width{
	padding-right: 6%;
}
.right .two-col-site-width{
	padding-left: 6%;
}
@media screen and (max-width: 600px) {
	.two-column .left,
	.two-column .right{
		float: none;
		width: 100%;
	}
	.left .two-col-site-width,
	.right .two-col-site-width{
		padding-right: 0;
		padding-left: 0;
	}
	.two-column .left{
		margin-bottom: 25px;
	}
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Image + text
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Image + text */


.image-text-row{

}
.image-half{

}
.image-half img	{
	width:100%;

	object-fit: cover;
}
.image-text-main-image{
	margin:0;
	padding:0;
	width:100%;
	object-fit: cover;
}
.content-half{
	text-align: center;
	padding: 60px 10%;
	font-size:18px;
}
.content-half .main-title{
	display: inline-block;
	padding:20px 0 0;
	margin-bottom:8px;

}
.content-half .horizon-line{
	height:2px;
	width:20%;
	margin: 0 auto;
	background-color: #113c55;

}
.content-half .inner-content{
margin:20px auto;
}

@media screen and (max-width: 1300px) {
	.content-half{
		padding: 40px 7%;
	}
}

@media screen and (max-width: 1100px) {
	.content-half{
		padding: 40px 5%;
	}
}

@media screen and (max-width: 800px) {
	.image-text-row .left,
	.image-text-row .right{
		float: none;
		width: 100%;
		margin-top: 0 !important;
	}
	.image-text-row .image-half{
		margin-bottom: 25px !important;
	}
}

/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Carousel Image + Text
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Carousel Image + Text */

.carousel-image-text-row{}

.carousel-image-text-row .carousel .carousel-next, .carousel-image-text-row .carousel .carousel-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background: none;
	font-size:60px;
	color:#fff;
	font-weight: lighter;
	padding:0 20px;
	line-height: 0;
	opacity:0.4;
	transition: 0.2s;

}
.carousel-image-text-row .carousel .carousel-next:hover, .carousel-image-text-row .carousel .carousel-prev:hover{
	opacity:1;
	transition: 0.2s;
}
.carousel-image-text-row .carousel .carousel-next{
	right:0;
	display: block;
}
.carousel-image-text-row .carousel .carousel-prev{
	left:0;
	display: block;
}
@media screen and (max-width: 800px) {
	.carousel-image-text-row .left,
	.carousel-image-text-row .right{
		float: none;
		width: 100%;
		margin-top: 0 !important;
	}
	.carousel-image-text-row .image-half{
		margin-bottom: 25px !important;
	}
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Contact Page Template
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Contact Page Template */

.contact-page{

}
.contact-page .main-title{
	padding-top:40px;
}
.contact-page a:hover{
	text-shadow: 0 2px 3px rgba(17, 60, 85, 0.6);
}
.two-columns-contact{

}
.contact-left, .contact-right{
	padding:20px;
}
.contact-left{
	text-align:center;
	float:left;
	width:50%;
}
.contact-details{
 	text-align:center;
	padding:20px;
}
.contact-details p{
	font-size:20px;
}
.contact-left h3{
 	font-size:20px;
	font-weight: 500;
}
.contact-left .inner-content{
	margin-top:20px;
}
.contact-left .inner-content form input,.contact-left .inner-content form textarea{
	width:80%;
}
.contact-right{
	float:right;
	width:50%;
}
#map-container #map-canvas{
	height:710px;
}

div.wpcf7 .ajax-loader {
	position: absolute !important;
}

@media screen and (max-width: 900px) {
	.contact-left, .contact-right{
		width:100%;
		display: block;
	}
	#map-container #map-canvas{
		height:400px;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Contact form
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Contact form */
.contact-form{

}
.contact-form .image-half{
	width: 30%;
	position: relative;
}
.contact-form .content-half{
	width: 67%;
}
.contact-form .content-half .inner-content{
	margin-bottom: 25px;
}
.contact-form .form-row{
	width: 100%;
	display: block;
	margin-bottom: 25px;
}
.contact-form .form-row .label{
	float: left;
	width: 85px;
	padding: 4px 11px 4px 0;
}
.contact-form .form-row .input{
	float: right;
	width: calc(100% - 85px);
}
.contact-form .form-row .input input,
.contact-form .form-row .input textarea{
	width: 97%;
}
.contact-form .checkbox-privacy{
	display: block;
}
.contact-form .checkbox-privacy .wpcf7-list-item-label{
	margin-left: 5px;
}
@media screen and (max-width: 600px) {
	.contact-form .image-half{
		display: none;
	}
	.contact-form .content-half{
		width: 100%;
	}
}
/*#endregion*/



/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Hero Image
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Hero Image */

.hero-image-row{

}
.hero-image{
	position: relative;
	background-color: #113C55;

}
.hero-image img{
	opacity:0.7;
	object-fit: cover;
	width:100%;
	height:400px;
}

.hero-content{
	position: absolute;
	top:0;
	color:#fff;
	text-align:center;
	padding:40px 20%;
	width: 100%;
}

.hero-content .main-title{
	margin-top:20px;
 	font-size: 42px;
	display: inline-block;
	font-weight: 500;
}
.hero-content .horizon-line{
	height:2px;
	width:30%;
	background: #fff;
	margin:10px auto 30px;
}
.hero-content .inner-content{
	font-size: 22px;
}
@media screen and (max-width: 1200px) {
	.hero-content{
		padding:30px 10%;
	}
	.hero-content .main-title{
		margin-top:10px;
		font-size: 26px;
		display: inline-block;
	}

	.hero-content .inner-content{
		font-size: 20px;
	}
}
@media screen and (max-width: 600px) {
	.hero-content{
		padding:20px 2%;
	}
	.hero-content .horizon-line{
		margin:4px auto 10px;
	}
	.hero-content .main-title{
		margin-top:0px;
		font-size: 26px;
		display: inline-block;
	}
	.hero-content .inner-content{
		font-size: 20px;
	}
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Post Picker
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Post Picker */
.post-picker-row{
	display: block;
	position: relative;
}
.all-posts{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.post-picker-row .post-wrapper{
	background:#dbdad8;
	border-top: 1px solid #414141;
	display: inline-block;
	float:none;
}
.post-title{
	text-align:center;
	font-size:24px;
	font-weight: 500;
	padding:20px 0;
	text-transform: uppercase;

}
.flex-margin{
	display: flex;
	display: -webkit-flex;
	margin: auto;

}
.flex-margin .post-title{
	margin: auto;
}

.post-image{
	height:200px;
	overflow: hidden;
	margin-bottom:20px;
}
.post-image img{
	width:100%;
}

.post-content{
	padding:0 30px 20px;
	text-align:center;
	font-size:17px;
}
.post-content a{

}
a:hover .post-content{
	color:#ffffff;
}
.post-wrapper .post-content a:hover{
	color:#ffffff;
	text-shadow: 0 2px 3px rgba(17, 60, 85, 0.6);

}
.bottom{
	 background: #113c55;
	 color:#ffffff;
	 padding:10px;
	 text-align:center;
	 font-size:16px;
	 border:2px solid #113c55;
	 text-transform: uppercase;
	 transition: 0.2s;
 }

.post-wrapper .bottom:hover{
	background: initial;
	color:#113c55;
	padding:10px;
	text-align:center;
	font-size:16px;
	text-transform: uppercase;
	transition: 0.2s;
}


@media screen and (max-width: 550px) {
	.all-posts.columns-3 .item{
		margin: 0 0% 3% 1%;
	}
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Image Link Repeater
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Image Link Repeater */


.image-link-repeater-row{
}
.all-links{
	text-align:center;
}
.link-wrapper{
	position: relative;
	background-color: #232323;
}
.link-wrapper .link-image{

}
.link-wrapper .link-image img{
	opacity:0.5;
	object-fit: cover;
	width:100%;
	transition: 0.3s;
}
.link-wrapper .link-title{
	position: absolute;
	color:#fff;
	text-align:center;
	font-size: 42px;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	opacity:1;
	transition: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0.2s;
}
.link-wrapper .link-title .post-title{
	font-size: 42px;

}
.link-wrapper .horizon-line{
	background-color: #ffffff;
	width:40%;
}
.link-wrapper .link-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color:#fff;
	text-align:center;
	font-size:22px;
	padding:0 20%;
	width:100%;
	opacity:0;
	transition: 0.3s;
	transition-timing-function: ease;

}
.link-wrapper:hover .link-content{
	opacity:1;
	transition: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0.2s;
}
.link-wrapper:hover .link-title{
	opacity:0;
	transition: 0.3s;
	transition-timing-function: ease;

}
.link-wrapper:hover .link-image img{
	opacity:0.3;
	transition: 0.5s;

}
@media screen and (max-width: 1000px) {
	.link-wrapper .link-content {
		padding: 0 2%;
	}
}

@media screen and (max-width: 700px) {
	.link-wrapper .link-content{
		padding:0 2%;
	}
	.all-links .link-wrapper {
 		width:100%;
	}
}

/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Newsletter
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Newsletter */

.newsletter-row{


}
.newsletter-row .inner-content{
	font-size:18px;
	text-align: center;
	margin:20px;
}

.newsletter-form{
	width: 100%;
	text-align: center;
}

.newsletter-input{
	display: inline-block;
	margin:20px 10px 0;

}
.newsletter-form .long{
	width:calc(22% - 10px);
	min-width:200px;
}
.newsletter-form .short{
	width:calc(12% - 10px);
	min-width:126px;
}
.newsletter-input p{
	margin:0;
	padding:6px;
	font-size: 16px;

}

.newsletter-input select{
	padding:11px;
	min-width: 100px;
}
.newsletter-input select, .newsletter-input input{
	border: 1px solid #DDECF2;
	width:100%;
	font-size: 16px;
}
.newsletter-input select, .newsletter-input input:not([type="submit"]){
	border-radius: 3px;
}

.selectarrow {
	position: relative;
}

.selectarrow:after {
	content: '\f107';
	font: normal normal normal 17px/1 FontAwesome;
	color: #113c55;
	right: 14px;
	top: 14px;
	height: 34px;

	position: absolute;
	pointer-events: none;
}
.selectarrow select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ffffff;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal;
}


.newsletter-checkbox{
	display: inline-block;
	position:relative;
	margin:20px auto 0;
	width:100%;
	padding: 0 12%;

}
.newsletter-checkbox input[type="checkbox"] {
	font-size: 24px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border:none;
	color: #113c55;
	width:30px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	margin:20px 0;
	cursor: pointer;
}
.newsletter-checkbox input[type="checkbox"]:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f096";
	opacity: 1 !important;
	appearance: none;
	border:none;

}
.newsletter-checkbox input[type="checkbox"]:checked:before {
	content: "\f046";
}
.newsletter-checkbox p{
	display: inline-block;
	text-align: left;
	font-size:16px;
	margin:20px auto;
	width:calc(100% - 50px);

}

/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Slider
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Slider */


.slider-row{
}
.slider-container{
	position: relative;
}
.slide{
	position: relative;
}
.slider-container .image-frame{
	background-color: #113C55;
	width:100%;
	height:500px;
	overflow: hidden;
}
.slider-container .image-frame img{
	width:100%;
	height:500px;
	object-fit: cover;
	opacity:0.7;
}

.slider-container .text{
	color:#fff;
	width:100%;
	text-align:center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.slider-container .text .main-title{
	font-size:110px;
	line-height: 64px;
	font-weight: 500;
}
.slider-container .text .content{
}
.slider-container .text .slider-button{
	margin:40px;
}
.slider-container .slick-next, .slider-container .slick-prev{
	position: absolute;
	bottom:25px;
	background:none;
	text-transform: uppercase;
	font-size: 19px;
	z-index: 1;
}
.slider-container .slick-next img, .slider-container .slick-prev img{
	margin-bottom:6px;
}
.slider-container .slick-next span, .slider-container .slick-prev span{
	margin:0 12px;
}
.slider-container .slick-prev{
 	left:4%;

}
.slider-container .slick-next{
	right:4%;
}


.sldier-nav{
	display: block;
	position: absolute;
	bottom:15px;
	margin:0 auto;
	text-align:center;
	width:100%;

}
#main .slick-dots li:before{
	display: none
}

.slick-dots li{
	width:20px;
	margin:5px 10px;
	display: inline-block;
}

.slick-dots li button {
	text-align: center;
	color: black;
	font-size:0;
	border:1px solid #fff;
	-webkit-font-smoothing: antialiased;
	padding:7px;
	background:none;
}
.slick-dots li button:hover {
	background:#fff;
}
.slick-dots li.slick-active button {
	background:#fff;
}

@media screen and (max-width: 800px) {

	.slider-container .slick-next, .slider-container .slick-prev{
		bottom:50px;
	}
	.sldier-nav{
		bottom:0;
	}
	.slider-container .text .main-title{
		font-size:80px;
		line-height: 64px;
	}
}
@media screen and (max-width: 600px) {
	.slider-container .text .main-title{
		font-size:60px;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Reservation
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Reservation */

.reservation-row{

}
.reservation-box{
	width:100%;
text-align: center;
}
.reservation-script{
display: inline-block;
	margin:0 auto;
}
.reservation-script a {
	background:#113c55;
    color:#ffffff;
    font-size:20px;
    text-transform: uppercase;
    padding:4px 14px;
    border:2px solid #113c55;
    transition: 0.3s;
}
.reservation-script a:hover {
    background:#ffffff;
    color:#113c55;
    transition: 0.3s;
}


/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Single Event
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Single Event */
.single-event-intro .single-img {
	float: left;
	width: 49%;
}
.single-event-intro .single-img img {
	width: 100%;
}
.single-event-intro .intro-content {
	float: right;
	width: 49%;
}
@media screen and (max-width: 600px) {
	.single-event-intro .single-img,
	.single-event-intro .intro-content {
		width: 100%;
	}
	.single-event-intro .single-img {
		margin-bottom: 25px;
	}
}


/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Footer */


.footer-top{
	position: relative;
	display:block;
	text-align:center;
}
.footer-top .social-links{
	padding:40px;
}
.social-links-title{
	color:#fff;
	display: block;
	text-transform: uppercase;
}
.social-links-title .horizon-line{
	background-color: #fff;
	margin: 20px auto 26px;
	width:130px;
}
.footer-top .social-links ul li{
	margin:0 10px;
}
.footer-top .social-links ul li img{
	width:42px;
	height:42px;
}

.footer-columns{
	display:block;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-columns a:hover{
	text-shadow: 0 2px 3px rgba(17, 60, 85, 0.6);
}

.footer-col{
	width:33.3%;
	display: inline-block;
	padding:0 20px;

}
.footer-col.item{
	margin-bottom:0;
}

.footer-col .widgettitle{
	font-size: 16px;
	color:#113c55;
	text-align: left;
	margin-top:20px;
	margin-bottom:10px;
	text-transform: uppercase;
}
.footer-col .textwidget{
	font-size: 16px;
	font-weight: 500;
}
.footer-col .textwidget .social-ul{
	padding:0;
}
.footer-col .textwidget .sm-link{
	list-style-type: none;
	margin-right:10px;
	display: inline-block;
}
.footer-col .textwidget .sm-link img{
	height:20px;
}
.footer-col .menu-footer-menu-container{
	text-transform: uppercase;
}
.footer-col .menu-footer-menu-container ul{
	list-style-type: none;
	padding:0;
}
.footer-col .menu-footer-menu-container ul li{
	margin-top:10px;
}
.footer-col .menu-footer-menu-container ul li:first-child a{
	background-color:#113c55;
	padding: 4px 12px;
	color:#fff;
}
.footer-col .menu-footer-menu-container ul li a{
	font-size:16px;
}

.footer-col:nth-child(1){
	float:left;
}
.footer-col:nth-child(3){
	float:right;

}
.footer-col.item:nth-child(3n+1) {
	clear: left;
}

@media screen and (min-width: 551px) and (max-width: 850px) {
	.footer-columns .columns-3 .item:nth-child(3n) {
		margin-right: 0;
	}
}
/*Aubergine logo footer */

.aubergine-logo-footer{

	opacity:0.6;
	transition: 0.6s;
}
.aubergine-logo-footer:hover{
	transition: 0.2s;
	opacity:0.9;
}
.aubergine-logo-footer img{
	width: 50px;
	height: auto;
	margin-top: 10px;
}
/* Site custom */




/*#endregion*/





