/*
Theme Name: Jimmy Spices Global Buffet
Theme URI: http://www.colabdigital.co.uk
Author: Colab Digital
Author URI: http://www.colabdigital.co.uk
Description: Bespoke WordPress theme designed and developed by Colab Digital, Birmingham, UK.  
Version: 1.0.8
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ------------------------------------------------------
---------------------------------------------------------
		SNOW STYLES
---------------------------------------------------------
--------------------------------------------------------- */

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-size: 8px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SITE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

body {
	color:#434142;
	font-size:14px;
	background-color:#312E2B;
	font-family: urbane, sans-serif;
    font-weight: 300;
}
.theStage {
    display: flex;
}
.clearFix:after {
  content: "";
  display: table;
  clear: both;
}
input {
-webkit-appearance: none;
}
iframe {
    width: 100%;
}
.wrapper {
	margin:0 auto;
    width: 100%;
}
.wrapperNarrow {
	max-width:700px;
	margin:0 auto;
}
.wrapperContainerWhite {
	background-color:#FFFFFF;
}
#wrapperContainerSearch {
	background-color:#FFFFFF;
}
.wrapperContainerGrey {
    background-color: #ddd;
    padding-top: 20px;
    padding-bottom: 50px;
}
p, li {
	line-height: 1.4;
}
p {
	font-size:16px;
}
p.smallPrint.key {
	margin-top: 60px;
}
a {
	text-decoration:none!important;
	color:#019199;
    font-weight: 500;
}
a:hover {
	color:#fff;
}
h1 {
    font-family: gin, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #019199;
    margin: 40px 0;
}
h2 {
    font-family: gin, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #019199;
}
h3 {
	text-transform: uppercase;
    letter-spacing: 3.5px;
}
h4 {
	text-transform: uppercase;
    letter-spacing: 3.5px;
}
h5 {
    letter-spacing: 3.5px;
}
h6 {
    letter-spacing: 3.5px;
}
blockquote {
	margin:40px 0;
	padding:0;
}
blockquote p {
	font-size: 20px;
	color: #83A3AA!important;
}
blockquote p:before {
    content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	color: #C5E1E7;
	padding-right: 10px;
}
blockquote p:after {
    content: "\f10e";
	font-family: "Font Awesome 5 Pro";
	color: #C5E1E7;
	padding-left: 10px;
}
hr {
	border:none;
    margin: 40px 0;
}
img {
    width: 100%;
    height: auto;
}
a img {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
a img:hover {
    -webkit-transform: scale(1.025)!important;
    transform: scale(1.025)!important;
}
.smallPrint {
	font-size: 10px;
}
.notice {
	padding: 10px;
	margin: 15px 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
}
.mobileShow {
	display: none;
}
.noScale {
	width: inherit;
	height: auto;
}
.roundCorner {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0,0,0,0.20);
}
.green {
	color: #009d48;
}
.gold {
	color: #fffc28;
}
.slabFont {
	font-family: 'Alfa Slab One', cursive;
	font-weight: normal;
	text-transform: uppercase;
}
.wp-block-buttons.zeroBTmargin a.wp-block-button__link {
	margin: 0!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CUSTOM BLOCKS
---------------------------------------------------------
--------------------------------------------------------- */

.pushMe {
    margin-left: auto!important;
    margin-right: auto!important;
}
.wp-block-columns {
    justify-content: center;
}
.wp-block-columns {
	margin-bottom: 0!important;
	gap: 60px; 
}
.wp-block-cover,
.wp-block-cover-image {
    padding: 0!important;
    width: 100%!important;
    padding-left: 100px!important;
    padding-right: 100px!important;
}
.wp-block-column .wp-block-cover,
.wp-block-column .wp-block-cover-image {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.gap20 {
	gap:20px!important;
}
.gap30 {
	gap:30px!important;
}
.gap40 {
	gap:50px!important;
}
.gap50 {
	gap:50px!important;
}
.has-green-color {
	color: #019199!important;
}
.has-green-background-color,
.gform_body input[type="button"],
.gform_body input[type="submit"],
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
	background-color: #019199!important;
}
.has-red-color {
	color: #ed1941!important;
}
.has-red-background-color {
	background-color: #ed1941!important;
}
.has-orange-color {
	color: #AB6357!important;
}
.has-orange-background-color {
	background-color: #AB6357!important;
}
.has-blue-color {
	color: #376F8A!important;
}
.has-blue-background-color {
	background-color: #376F8A!important;
}
.has-black-color {
	color: #434142!important;
}
.has-black-background-color,
.af-submit button {
	background-color: #434142!important;
}
.has-white-color,
.gform_body input[type="button"],
.gform_body input[type="submit"],
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files,
ul.slides li a {
	color: #fff!important;
}
.has-white-background-color {
	background-color: #fff!important;
}
a.wp-block-button__link,
a.wp-block-button__link.no-border-radius,
.gform_body input[type="button"],
.gform_body input[type="submit"],
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files,
ul.slides li a {
    font-family: gin, serif!important;
    font-size: 16px!important;
    font-weight: 400!important;
    font-style: normal!important;
	text-decoration: none!important;
    border-radius: 0!important;
    border:1px solid!important;
    transition: all .2s ease-in-out!important;
    text-transform: uppercase!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    padding: 10px 20px!important;
    line-height: 1!important;
}
a.wp-block-button__link:hover,
.gform_body input[type="button"]:hover,
.gform_body input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files:hover,
ul.slides li a:hover {
    transform: scale(1.1)!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		TABS BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tab {
	display:flex;
	gap:10px;
	justify-content:center;
	flex-wrap: wrap;
}
.tab button {
	color: #376f8a;
	background:#fff;
	font-family: urbane, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	border: 1px solid;
	outline: none;
	cursor: pointer;
	padding: 7px 12px;
	transition: 0.3s;
}
.tab.small button {
	font-size:10px;
}
.tab.regular button {
	font-size:16px;
}
.tab.large button {
	font-size:20px;
}
.tab button:hover,
.tab button.active {
	background-color: #376f8a;
	color:#fff;
}
.tab button.active:after {
  content:none;
}
.tabcontent {
  display: none;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

header {
    position: relative;
	width: 300px;
    flex-shrink: 0;
    background-image: url("images/2021-JSB-BG.jpg");
    background-attachment: fixed;
    text-align: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    z-index: 2;
}
.headerContent {
    position: sticky;
    width: 100%;
    z-index: 1;
    height: 92vh;
    padding: 4vh 0;
    top: 0;
    display: flex;
    flex-direction: column;
}
header .overlay {
    background-color: #019199;
    opacity: 0.92;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
header .headerContacts {
    margin-top: auto;
}
header p {
    margin: 0;
    line-height: 1.75;
}
header p.tel {
    font-size: 21px;
    letter-spacing: 3.5px;
    color: #fff;
}
header p.email {
    font-size: 11px;
}
header p.social {
    font-size: 20px;
}
header p.social a {
    margin: 0 5px;
}
header p a {
    color: #B6E0E2;
}
header .headerContent .logo {
    width: 210px;
    margin: 0 auto 40px;
}
header .headerContent .logo img {
	width:100%;
	height:auto;
}
.mobileNavTel,
.mobileNavWhatsapp,
.mobileNavBook {
	display:none;
}
.mobileLogo {
	display: none;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FONT AWESOME STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.socialIcons {
	float:right;
	padding-top:6px;
}
.socialShareIcons {
    padding-top: 40px;
    padding-bottom: 40px;
}
.social-icons a {
	margin-right: 10px;
}
.social-icons a .fa {
	color: #C5E1E7;
	font-size: 28px;
}
.social-icons a .fa:hover {
	color: #B3CCD2;
}

/* ------------------------------------------------------
---------------------------------------------------------
		MAIN NAV STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.mMenuBT {
    display: none;
}

@media (max-width:10000px) and (min-width:1201px) {
    
#mobMenu {
}
#mobMenu ul {
	padding:0;
	margin:0;
}
#mobMenu ul li:first-child {
    border-top: 1px solid #fff;
}
#mobMenu ul li {
	list-style: none;
	margin:0;
    text-align: center;
    border-bottom: 1px solid #fff;
}
#mobMenu ul li a {
	font-size:11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
	padding: 11px 0;
	color: #fff;
	display: block;
	text-decoration:none;
}
#mobMenu ul li.highlight,
#mobMenu ul li:hover {
    background-color: #ED1941;
}
#mobMenu ul li ul {
	z-index:5000;
	display:none;
	position:absolute;
	clear:both;
}
#mobMenu ul li:hover ul {
	display: block;
	margin: 0;
}
#mobMenu ul li:hover ul li {
	display: block;
	float:none;
	margin:0;
	padding:0;
	text-align:left;
}
#mobMenu ul li:hover ul li:last-child {
	border-bottom: none;
}
#mobMenu ul li:hover ul li a {
	font-size:10px;
	margin:0;
	padding:10px;
	display:block;
}
#mobMenu ul li ul li a:before {
	content: none!important;
}
#mobMenu ul li:hover > a {
	background-color: inherit;
}
#mobMenu ul li.menu-item-has-children a {
}
#mobMenu ul li.menu-item-has-children:hover > a {
}
#mobMenu ul li.menu-item-has-children:hover ul li a {
	background-color:#000;
}
#mobMenu ul li.menu-item-has-children:hover ul li a:hover {
	background-color:#fff;
	color:#000;
}
    
}

/* ------------------------------------------------------
---------------------------------------------------------
		MOBILE NAV STYLES
---------------------------------------------------------
--------------------------------------------------------- */



/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers {
	margin: 20px 0 10px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	clear: both;
	float: left;
}
ul.page-numbers li {
	float: left;
	margin:0;
	list-style-type:none;
}
ul.page-numbers a,
ul.page-numbers span {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #424242;
}
#content ul.page-numbers a:hover,
#content ul.page-numbers span.current {	
	color:#fff;
	background: #ed1c24;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SLIDER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* SCROLL PROMPT */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 34px;
  height: 60px;
  margin-left: -17px;
  bottom: 80px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
/* SCROLL PROMPT END */

.slideBorder {
    position: absolute;
    z-index: 1;
    border: 3px solid #fff;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
}
section.slider {
	overflow:hidden;
}
ul.slides li {
	width:100%;
}
ul.slides li .wrapper {
    max-width: 700px;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.slide-caption-1 {
	margin:0 auto;
	color: #fff;
    text-align: center;
}
.slide-caption-1 p {
	text-transform: uppercase;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal;
    margin-top:0;
    margin-bottom: 10px;
	font-size:100px;
    line-height: 0.9;
}
.slide-caption-2 {
	margin:0 auto;
	color: #fff;
    text-align: center;
}
.slide-caption-2 p {
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
	margin-top:30px;
    margin-bottom: 30px;
	font-size:20px;
    font-weight: 500;
}
ul.slides li a {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.unslider {
    position: relative;
}
.unslider-arrow {
    display: none;
}
.unslider-arrow.prev {
    left: 0!important;
}
.unslider-arrow.next {
    right: 0!important;
}

/* SLIDER NAV */

a.unslider-arrow {
    top: 41%!important;
    font-size: 40px!important;
	color: rgba(255,255,255,1);
	
}
.unslider-nav {
    display: none;
    position: absolute!important;
    bottom: 15px!important;
	left: 0;
	right: 0;
}
.unslider-nav ol li {
    width: 10px;
    height: 10px;
    border: 2px solid #fff !important;
}
.unslider-nav ol li.unslider-active {
    background: #fff !important;
    cursor: pointer;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CONTENT STYLES
---------------------------------------------------------
--------------------------------------------------------- */

section.mainStage {
    width: 100%;
}
/* START COLUMNS */
.columns2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
	display: block;
}
.columns3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
	display: block;
}
.columns4 {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
	display: block;
}
ul.columns2 li,
ul.columns3 li,
ul.columns4 li {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}
/* END COLUMNS */
.content {
	width:60%;
	float:left;
}
.contentNarrow {
	width:80%;
	margin: 0 auto;
    padding: 40px 0;
}
.content5050Left {
	width:45%;
	margin: 0 auto;
	float: left;
}
.content5050Right {
	width:45%;
	margin: 0 auto;
	float: right;
}
.contentFullWidth {
	width:100%;
}
.contentArchive {
	width:60%;
	float:left;
}
.contentArchive ul {
    list-style-type: none;
}

/* YouTube iFrames */
.wysiwyg .video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.wysiwyg .video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ------------------------------------------------------
---------------------------------------------------------
		BANNER ROW STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.bannerRow  {
    padding: 20px 5%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		MAIN HEADER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.mainHeader {
	padding: 130px 10% 130px 10%;
	text-align: center;
	border-bottom: 3px solid #fff;
	position: relative;
}
.mainHeader h1,
.mainHeader h2,
.mainHeader h3,
.mainHeader h4,
.mainHeader h5,
.mainHeader h6,
.mainHeader p {
	color: #fff;
	text-shadow: 0 0 25px rgba(0,0,0,0.5);
}
.mainHeader h1 {
	margin: 0 0 20px;
}
.mainHeader h4 {
	margin: 0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		TINTED TEXT ROW STYLES
---------------------------------------------------------
--------------------------------------------------------- */



/* ------------------------------------------------------
---------------------------------------------------------
		TINTED TEXT ROW STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tintedTextRow {
	padding: 50px 50% 100px 5%;
	border-bottom: 1px solid #fff;
}
.tintedTextRow h1,
.tintedTextRow h2 {
	color: #CA2127;
}
.tintedTextRow h1,
.tintedTextRow h2,
.tintedTextRow h3,
.tintedTextRow h4,
.tintedTextRow h5,
.tintedTextRow h6 {
	text-shadow: 0 0 25px rgba(0,0,0,1);
}
.tintedTextRow h2,
.tintedTextRow h3,
.tintedTextRow h4,
.tintedTextRow h5,
.tintedTextRow h6,
.tintedTextRow p {
	color: #fff;
}
.tintedTextRow.right {
	padding: 50px 5% 100px 50%;
	border-bottom: 1px solid #fff;
}
ul.foodMenus li h3 {
    margin-bottom: 0;
    line-height: 1;
}
ul.foodMenus li p {
	margin-top: 0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		OFFER BANNERS BLOCK
---------------------------------------------------------
--------------------------------------------------------- */

/*.offerBanners img {
	margin: 0 0 1em;
}*/

/* ------------------------------------------------------
---------------------------------------------------------
		FANCY GALLERY BLOCK
---------------------------------------------------------
--------------------------------------------------------- */

.fancyGallery {
    display: flex;
    flex-flow: wrap;
	gap:5px;
	padding: 5px 0;
}
.fancyGalleryStageImage {
    position: relative;
    vertical-align: bottom;
    object-fit: cover;
    height: 100%;
    width: calc(50% - 2.5px);
}
.fancyGalleryStageImage img {
    vertical-align: bottom;
    object-fit: cover;
    height: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		ARCHIVE BLOCK
---------------------------------------------------------
--------------------------------------------------------- */

.archiveBlock ul.archiveBlockList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 50px 50px 38px;
	gap:20px;
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem {
    position: relative;
    font-size: 0;
    width: calc(33.333% - 20px);
    overflow: hidden;
	aspect-ratio:1/1;
    transition: all .2s;
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem .archiveBlockListItemBorder {
	position: relative;
	top: 5%;
	left: 5%;
	z-index: 2;
	width: 90%;
	aspect-ratio:1/1;
	box-shadow: inset 0 0 0 3px #fff;
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem:hover {
    transform: scale(1.025)!important;
    z-index: 10;
	box-shadow: 0 10px 60px 50px rgba(255,255,255,1.00);
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem .archiveBlockListItemTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem .archiveBlockListItemTitle p {
    font-family: gin, serif;
    font-size: 60px;
    line-height: 1;
    margin: 0;
    width: 230px;
    color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 0, 0, 0.75), 0 0 50px rgba(0, 0, 0, 0.75);
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem .archiveBlockColor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.92;
    z-index: 0;
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem a {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		BOOKING BLOCK
---------------------------------------------------------
--------------------------------------------------------- */

.bookingBlock {
    text-align: center;
    position: relative;
    padding: 120px 275px;
    background-color: #fff;
	z-index: 0;
}
.bookingBlock .bookingBlockBorder {
    position: absolute;
    z-index: 1;
    box-shadow: inset 0 0 0 3px #376F8A;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
}
.bookingBlock .bookingBlockContent {
    z-index: 2;
    position: relative;
}
.bookingBlock .bookingBlockImg1,
.bookingBlock .bookingBlockImg2 {
    position: absolute;
    width: 210px;
    z-index: 3;
}
.bookingBlock .bookingBlockImg1{
    bottom: 0;
    left: 0;
}
.bookingBlock .bookingBlockImg2{
    top: 20px;
    right: 0;
}
.bookingBlock form {
    text-align: left;
	padding: 30px 0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 2 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col2 {
	margin-top:20px;
	font-size: 0;
}
ul.col2 li {
	width:49%;
	float:left;
	margin-right:2%;
	height:300px;
	background-color:#CCC;
}
ul.col2 li:nth-child(2n) {
	margin-right:0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 3 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col3 {
	margin-top:20px;
	font-size: 0;
}
ul.col3 li {
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
	vertical-align:top;
	display:inline-block;
}
ul.col3 li:nth-child(3n) {
	margin-right:0;
}
.postImage {
	height:230px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 4 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col4 {
	font-size: 0;
}
ul.col4 li {
	width:25%;
	float:left;
	height:235px;
	position: relative;
}

/* OVERLAY STYLES */

.container {
	position: relative;
	height: inherit;
	overflow: hidden;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #CA2127;
	width: 100%;
	height: 60px;
	transition: .3s ease;
}
.container:hover .overlay {
	height: 100%;
}
.text {
	white-space: nowrap; 
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.text p {
	color: white;
	text-transform: uppercase;
	font-family: 'Alfa Slab One', cursive;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}
.text p.smallPrint {
	font-size: 14px;
}
.blog .container ,
.post-type-archive-offers .container,
.page-template-offers-archive {
	height: inherit;
}
.blog .container .text,
.post-type-archive-offers .container .text,
.page-template-offers-archive .text {
    white-space: normal;
    width: 90%;
    background-color: rgba(0,0,0,0.45);
    padding: 0 5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.blog .container .text:hover,
.post-type-archive-offers .container .text:hover,
.page-template-offers-archive .container .text:hover {
    background-color: rgba(0,0,0,0.65);
}
.blog .container .text p,
.post-type-archive-offers .container .text p,
.page-template-offers-archive .container .text p {
	line-height: 1.2;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 5 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col5 {
	margin-top:20px;
	font-size: 0;
}
ul.col5 li {
	width:18.4%;
	float:left;
	margin-right:2%;
	height:180px;
	background-color:#CCC;
}
ul.col5 li:nth-child(5n) {
	margin-right:0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 6 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col6 {
	margin-top:20px;
	font-size: 0;
}
ul.col6 li {
	width:15%;
	float:left;
	margin-right:2%;
	height:150px;
	background-color:#CCC;
}
ul.col6 li:nth-child(6n) {
	margin-right:0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SIDEBAR STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.sidebar {
	width:30%;
	float:right;
	padding: 0 1%;
	background-color:#FFF;
}

/* ------------------------------------------------------
---------------------------------------------------------
	FORM STYLES
---------------------------------------------------------
--------------------------------------------------------- */


.gform_body ul li {
	padding-left: 0;
	padding-right: 0;
}
.gform_body ul li:before {
	content: none;
}
.gform_wrapper ul.gform_fields li.gfield {
	margin-bottom: 25px!important;
}
.gform_wrapper input {
	height: 35px;
    border: none;
	padding-left:3%!important;
    border-radius: 3px;
	font-family: urbane, sans-serif;
	font-size: 14px!important;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=radio]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=checkbox]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type="button"]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type="submit"]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
	outline: none!important;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    box-shadow: 0 0 0 1px #019199;
}
.gform_wrapper .top_label .gfield_label {
    color: #000!important;
}
.gform_wrapper .field_description_below .gfield_description {
	font-size: 12px!important;
	font-weight: normal!important;
}
.gform_wrapper .gfield_required {
    color: #CA2127!important;
}
.gform_wrapper textarea {
	font-family: urbane, sans-serif;
	font-size: 14px!important;
	height:150px!important;
    border: none;
    background-color: #fff;
	padding-left:3%!important;
	padding-right:3%!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
    border-radius: 3px;
}
.gform_wrapper select {
	font-family: urbane, sans-serif;
	font-size: 14px!important;
	height:35px;
	padding-left:3%!important;
	padding-right:45px!important;
	border:none;
	-moz-appearance:none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-image: url(images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 35px 35px;
    border-radius: 3px;
}
select::-ms-expand {
    display: none!important;
}
.gform_wrapper select:hover {
	cursor: pointer;
}
.gform_wrapper input[type=checkbox] {
	height:20px!important;
	width: 20px!important;
	padding-left: 20px!important;
	border:none;
	background-color:rgba(255,255,255,0.00);
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-image: url(images/checkbox-tick-blank.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
}
.gform_wrapper input[type=checkbox]:hover {
	cursor: pointer;
}
.gform_wrapper input[type=checkbox]:checked {
	background-image: url(images/checkbox-tick.svg);
}
.gform_wrapper input[type=radio] {
	height:20px!important;
	width: 20px!important;
	padding-left: 20px!important;
	border:none;
	background-color:rgba(255,255,255,0.00);
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-image: url(images/radio-tick-blank.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	color: #000;
}
.gform_wrapper input[type=radio]:hover {
	cursor: pointer;
}
.gform_wrapper input[type=radio]:checked {
	background-image: url(images/radio-tick.svg);
}
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
	color: #fff!important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0!important;
}
.gform-theme-datepicker {
	transform: scale(.75);
}
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_year input {
	padding-left: 4px!important;
	text-align: center!important;
}
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
	text-align: left!important;
	color: #000;
}
.gfield_time_ampm,
.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
    margin-top: 0!important;
}
.gfield_time_ampm select,
.gfield_date_dropdown_month select,
.gfield_date_dropdown_day select,
.gfield_date_dropdown_year select {
	padding-left:10px!important;
	padding-right:55px!important;
	max-width: inherit!important;
}

/* THESE RULES OVERIDES A WEIRD RULE FOUND WITHIN THE PLUGIN THAT CONTROLS THE WIDTH OF THE AM/PM FIELD */
.timesPricing .gform_wrapper.gf_browser_chrome .gfield_time_ampm select, /*CHROME FIX*/
.timesPricing .gform_wrapper.gf_browser_safari .gfield_time_ampm select, /*SAFARI FIX*/
.timesPricing .gform_wrapper.gf_browser_gecko .gfield_time_ampm select, /*FIREFOX FIX*/
.timesPricing .gform_wrapper .gfield_time_ampm select { /*MS EDGE FIX*/
    max-width: none!important;
	width: auto!important;
}
.timesPricing .gform_wrapper .gfield_time_ampm {
    max-width: none!important;
}
/* WEIRD RULES END */

.gform_body input[type="button"],
.gform_body input[type="submit"],
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    padding: 0 20px!important;
    line-height: 35px!important;
    cursor: pointer!important;
    border: none!important;
}

.ginput_container_total {
	display: inline;
}
.gform_wrapper span.ginput_product_price_label,
.gform_wrapper .ginput_container_singleshipping span.ginput_shipping_price {
	color: #000;
}
.gfield_total {
	padding: 20px 0!important;
	background-color: rgba(0,0,0,.02);
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 20px;
	text-align: center;
}
.gform_wrapper span.ginput_total {
    color: #58B95D!important;
}
.gform_wrapper .gform_footer {
    text-align: center;
}
img.gform_ajax_spinner {
	width: auto;
	height: auto;
}
img.gform_delete {
	width: initial;
}
.gform_confirmation_message {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 5px solid #8fc13e;
	text-align: center;
	margin: 20px 0;
}
.gform_confirmation_message h3 {
    color: #8fc13e;
	margin: 0;
}
.gform_confirmation_message h3:before {
	font-family: "Font Awesome 5 Pro";
    content: "\f058";
    margin-right: 20px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FOOTER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

footer {
	padding:0 40px 25px;
	clear:both;
	color: #FFF;
}
footer .logo {
    width: 245px;
    margin: 40px 0 25px;
    background: none;
    padding: 0;
    z-index: 10;
	border: none;
	box-shadow: none;
}
footer p {
	font-size: 12px;
}
footer .socialIcons {
	float:none;
}
footer .social-icons .fa {
	color: #fff;
}
footer .social-icons .fa:hover {
	color: #666;
}
footer .logo {
	float:none;
}
.footerMenu {
	margin: 0 auto;
	display: inline-block;
}
.footerMenu ul {
	padding:0;
	margin:0;
}
.footerMenu ul li {
	list-style: none;
	float: left;
	font-size:12px;
	margin:0;
	padding-right:20px;
}
.footerMenu ul li:last-child {
	border-right: none;
}
.footerMenu ul li a {
	text-decoration:none;
}

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

.theStage {
    display: block;
}
.wp-block-cover,
.wp-block-cover-image {
    padding-left: 40px!important;
    padding-right: 40px!important;
}
header {
    width: 100%!important;
}
.headerContent {
    position: relative!important;
    height: 70px!important;
    padding: 0!important;
    display: block!important;
}
header .headerContent .logo {
    margin: 0!important;
    position: absolute!important;
    left: 50%!important;
    top: 14px!important;
    height: auto!important;
    width: 188px!important;
    margin-left: -94px!important;
}
header .headerContacts {
    display: none;
}
.mobileNavBook,
.mobileNavTel,
.mobileNavWhatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 0;
	color:#FFF;
	transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
.mobileNavTel {
    border-right: 1px solid #fff;
}
.mobileNavTel {
	left:70px;
}
.mobileNavWhatsapp {
	right:71px;
}
.mobileNavBook,
.mobileNavWhatsapp {
    border-left: 1px solid #fff;
}
.mobileNavBook {
	right:0;
}
.mobileNavBook a,
.mobileNavTel a,
.mobileNavWhatsapp a {
	color:#FFF;
}
.mobileNavBook p,
.mobileNavTel p,
.mobileNavWhatsapp p {
    font-size: 8px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 1;
}
.mobileNavBook i,
.mobileNavTel i,
.mobileNavWhatsapp i {
    font-size:22px;
}

/* MOBILE MENU START*/
a.mMenuBT {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    flex-direction: column!important;
    height: 70px!important;
    width: 70px!important;
	font-size: 22px!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    background-color: #FB0020!important;
    color: #fff!important;
}
a.mMenuBT p {
    font-size: 8px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 1;
}
a.mMenuBT:hover {
    color: #fff;
}
.mm {
    background: #FB0020!important;
}
.mm:before {
    border-top: 2px solid rgba(255,255,255,0.5)!important;
    border-left: 2px solid rgba(255,255,255,0.5)!important;
    opacity: 1!important;
}
.mm:after {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid rgba(255,255,255,0.25)!important;
    opacity: 1!important;
    color: rgba(255,255,255,0.5)!important;
}
.mm li:after {
    border-top: 1px solid rgba(255,255,255,0.25)!important;
    opacity: 1!important;
}
.mm li:before {
    content: "\f105"!important;
    font-family: "Font Awesome 5 Pro"!important;
    color: rgba(255,255,255,0.5)!important;
    top: 15px!important;
    right: 22px!important;
    width:  auto!important;
    height: auto!important;
    border-top: none!important;
    border-right: none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    opacity: 1!important;
}    
.mm li a {
    text-transform: uppercase!important;
    letter-spacing: 3px!important;
    padding: 15px 5% 12px!important;
    color: #fff!important;
}    
.mm a:not(:last-child) {
    width: calc(100% - 48px)!important;
} 
/* MOBILE MENU END*/
.slideBorder {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
ul.slides li .wrapper {
    height: calc(100vh - 70px);
    max-width: 780px;
}
.slide-caption-1,
.slide-caption-2 {
    width: 70%;
    display: block;
}
.icon-scroll {
    display: none;
}   
.bookingBlock {
    padding: 120px 145px;
}
.bookingBlock .bookingBlockBorder {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.bookingBlock .bookingBlockImg1,
.bookingBlock .bookingBlockImg2 {
	display: none;
}
.fancyGalleryStageImage {
    margin-bottom: 0.5vw;
}

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

/* ------------------------------------------------------
---------------------------------------------------------
		MAIN NAV STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.content {
	width:55%;
	margin-left:5%;
}
.content5050Left {
    width: 40%;
    margin-left: 5%;
}
.content5050Right {
    width: 40%;
    margin-right: 5%;
}
.contentFullWidth {
	width:90%;
	margin-left:5%;
}
.sidebar {
	width:25%;
	margin-right:5%;
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem {
    width: 49.5%;
    padding-bottom: 30%;
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem:nth-child(2n) {
    margin-right: 0!important;
}
.archiveBlock ul.archiveBlockList li.archiveBlockListItem:nth-child(3n) {
    margin-right: 1%;
}

footer {
	padding:25px 5%;
}

}

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

ul.col4 li {
	width: 50%;
}
#slider ul.slides li {
	height: 400px;
}
.tintedTextRow,
.tintedTextRow.right {
	position: relative;
	z-index: 1;
}
.tintedTextRow {
    padding: 50px 15% 100px 10%;
}
.tintedTextRow.right {
	text-align: right;
    padding: 50px 10% 100px 15%;
}
.tintOverlay {
	background-color: rgba(0,0,0,0.50);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.texture.narrow {
    padding: 20px 10% 40px 10%;
}
.locationAddress,
.locationMap {
    width: 50%;
}
.timesPricing .box1,
.timesPricing .box2,
.timesPricing .box3 {
    width: 80%;
    padding: 15px 10% 30px 10%;
    float: none;
	margin-bottom: 30px;
}
.timesPricing .box1,
.timesPricing .box2 {
    margin-right: 0;
}
	
}
	
@media only screen and (max-width : 615px) {


.mobileNavTel {
    border-left: 1px solid #fff;
    border-right: none;
    right: 0;
    left: auto;
}
.mobileNavBook,
.mobileNavWhatsapp {
    width: 50%;
    bottom: 0;
    top: auto;
    position: fixed;
    border: none;
}    
.mobileNavBook a,
.mobileNavWhatsapp a {
    display: flex;
    flex-direction: row;
}    
.mobileNavBook a i,
.mobileNavWhatsapp a i,
.mobileNavBook a p,
.mobileNavWhatsapp a p {
    font-size: 16px;
    margin: 0 5px;
}    
.mobileNavBook {
    right: 0;
    background-color: #FB0020;
}    
.mobileNavWhatsapp {
    left: 0;
    background-color: #019199
}    
    
    
.mobileShow {
	display: inline-block;
}
.mobileHide {
	display: none;
}
.mobileLogo {
	top:10px;
}
.mobileLogo img {
    height: 45px;
}
.menu-collapser {
    height: 60px!important;
}
.collapse-button {
    padding: 19px 0 0 0 !important;
    height: 60px!important;
    width: 60px!important;
}
h1, h2, .texture h2 {
	font-size: 28px;
}
h3, h4, h5, h6 {
	font-size: 18px;
}
    
ul.slides li .wrapper {
    height:602px;
}    
.slide-caption-1 p {
    font-size: 44px;
}
.slide-caption-2 p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.slideButtons {
    width: 70%;
}
ul.slides li a {
    display: block;
    text-align: center;
    margin-bottom: 0!important;
}
    
.flexslider .wrapper {
    bottom: 20px;
}
.flex-caption-1 p {
    font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
}
.flex-caption-2 {
    margin-bottom: 30px;
}
.flex-caption-2 p {
    font-size: 24px;
}
.flex-caption-1 p,
.flex-caption-2 p {
    text-shadow: 0 0 15px rgba(0,0,0,0.85);
}
.flexslider .button1,
.flexslider .button2 {
    padding: 10px 20px;
    display: block;
}
.flexslider .button1 {
    margin-bottom: 20px;
}
.flexslider .button2 {
    margin-left: 0;
}
    
/* START COLUMNS */
.columns2,
.columns3,
.columns4 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
	display: block;
}
/* END COLUMNS */
.mainHeader h1 {
	font-size: 36px;
	text-shadow: 0 0 15px rgba(0,0,0,0.85);
	line-height: 1;
}
.mainHeader h3 {
    font-size: 21px;
	text-shadow: 0 0 15px rgba(0,0,0,0.85);
	line-height: 1.75;
}
.booking h4 {
    font-size: 18px;
}
.tintedTextRow {
    padding: 50px 15% 100px 5%;
}
.tintedTextRow.right {
    padding: 50px 5% 100px 15%;
}
.tintOverlay {
    background-color: rgba(0,0,0,0.25);
}
.text p {
    font-size: 15px;
}
.blog .text {
	white-space: normal;
    width: 80%;
}
.blog .text p.smallPrint {
	display: none;
}
.content {
	width:90%;
	margin-left:5%;
	float:none
}
.content5050Left {
    width: 90%;
	float: none;
}
.content5050Right {
    width: 90%;
	float: none;
    margin-right: 0;
    margin-left: 5%;
}
.contentFullWidth {
	width:100%;
	margin-left:0;
}
#slider ul.slides li {
	height: 250px;
}
.locationMap {
    width: 100%;
	float: none;
}
.locationAddress {
    width: 90%;
	float: none;
	padding-top: 20px;
    padding-bottom: 5px;
	text-align: center;
}
.locationAddress h3 {
	font-size: 28px;
}
.locationMap {
    position: static;
    height: 300px;
}
.mainHeader h4 {
    margin: 0;
    font-size: 16px;
}
ul.col3 li {
	width:49%;
}
ul.col3 li:nth-child(3n) {
	margin-right:2%;
}
ul.col3 li:nth-child(2n) {
	margin-right:0;
}
ul.col4 li {
    height: 200px;
}
.sidebar {
    width: 90%;
    margin-right: 0;
    float: none;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bookingBlock .bookingBlockBorder {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.bookingBlock {
    padding: 80px 10%;
}
    
.archiveBlock ul.archiveBlockList li.archiveBlockListItem {
    width: 100%;
    padding-bottom: 60%;
    margin-right: 0!important;
}

    
footer {
    text-align: center;
    padding-bottom: 90px;
}
footer .logo {
    width: 60%;
    margin: 30px auto;
}
.footerMenu {
    width: 100%;
	margin: 40px 0;
}
.footerMenu ul li {
    float: none;
    border-right: none;
	background-color: rgba(0,0,0,0.10);
	margin-bottom: 2px;
	padding-right: 0;
}
.footerMenu ul li:hover {
	background-color: rgba(255,255,255,0.10);
}
.footerMenu ul li a {
	padding-top:10px;
	padding-bottom:10px;
	margin-right:0;
    display: block;
}
.footerMenu ul li a:hover {
	color: #fff;
}

}

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

ul.col3 li {
	width:100%;
}
ul.col3 li:nth-child(3n) {
	margin-right:0;
}

}