/*
|-----------------------------------------------------------------------------------------------------------
| FONTS
|-----------------------------------------------------------------------------------------------------------
|
*/
/* fonts */
:root {
	--proxima-nova-light-font: "proxima-nova", sans-serif;
	--proxima-nova-light-font-weight: 300;
	--proxima-nova-light-font-style: normal;

	/*
	font-family: var(--proxima-nova-light-font); 
	font-weight: var(--proxima-nova-light-font-weight); 
	font-style: var(--proxima-nova-light-font-style);
	*/

	--proxima-nova-light-italic-font: "proxima-nova", sans-serif;
	--proxima-nova-light-italic-font-weight: 300;
	--proxima-nova-light-italic-font-style: italic;

	/* 	
	font-family: var(--proxima-nova-light-italic-font); 
	font-weight: var(--proxima-nova-light-italic-font-weight); 
	font-style: var(--proxima-nova-light-italic-font-style);
	*/
	
	--proxima-nova-font: "proxima-nova", sans-serif;
	--proxima-nova-font-weight: 400;
	--proxima-nova-font-style: normal;

	/*
	font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
	*/

	--proxima-nova-italic-font: "proxima-nova", sans-serif;
	--proxima-nova-italic-font-weight: 400;
	--proxima-nova-italic-font-style: italic;

	/* 
	font-family: var(--proxima-nova-italic-font); 
	font-weight: var(--proxima-nova-italic-font-weight); 
	font-style: var(--proxima-nova-italic-font-style);
	*/

	--proxima-nova-medium-font: "proxima-nova", sans-serif;
	--proxima-nova-medium-font-weight: 500;
	--proxima-nova-medium-font-style: normal;

	/*
	font-family: var(--proxima-nova-medium-font); 
	font-weight: var(--proxima-nova-medium-font-weight); 
	font-style: var(--proxima-nova-medium-font-style);
	*/

	--proxima-nova-medium-italic-font: "proxima-nova", sans-serif;
	--proxima-nova-medium-italic-font-weight: 500;
	--proxima-nova-medium-italic-font-style: italic;

	/* 
	font-family: var(--proxima-nova-medium-italic-font); 
	font-weight: var(--proxima-nova-medium-italic-font-weight); 
	font-style: var(--proxima-nova-medium-italic-font-style); 
	*/

	--proxima-nova-semibold-font: "proxima-nova", sans-serif;
	--proxima-nova-semibold-font-weight: 600;
	--proxima-nova-semibold-font-style: normal;

	/*
	font-family: var(--proxima-nova-semibold-font); 
	font-weight: var(--proxima-nova-semibold-font-weight); 
	font-style: var(--proxima-nova-semibold-font-style);
	*/

	--proxima-nova-semibold-italic-font: "proxima-nova", sans-serif;
	--proxima-nova-semibold-italic-font-weight: 600;
	--proxima-nova-semibold-italic-font-style: italic;

	/* 
	font-family: var(--proxima-nova-semibold-italic-font); 
	font-weight: var(--proxima-nova-semibold-italic-font-weight); 
	font-style: var(--proxima-nova-semibold-italic-font-style); 
	*/

	--proxima-nova-bold-font: "proxima-nova", sans-serif;
	--proxima-nova-bold-font-weight: 700;
	--proxima-nova-bold-font-style: normal;

	/* 
	font-family: var(--proxima-nova-bold-font); 
	font-weight: var(--proxima-nova-bold-font-weight); 
	font-style: var(--proxima-nova-bold-font-style); 
	*/

	--proxima-nova-bold-italic-font: "proxima-nova", sans-serif;
	--proxima-nova-bold-italic-font-weight: 700;
	--proxima-nova-bold-italic-font-style: italic;

	/* 
	font-family: var(--proxima-nova-bold-italic-font); 
	font-weight: var(--proxima-nova-bold-italic-font-weight); 
	font-style: var(--proxima-nova-bold-italic-font-style); 
	*/

	--futura-pt-font: "futura-pt", sans-serif;
	--futura-pt-font-weight: 400;
	--futura-pt-font-style: normal;

	/* 
	font-family: var(--futura-pt-font); 
	font-weight: var(--futura-pt-font-weight); 
	font-style: var(--futura-pt-font-style); 
	*/

	--futura-pt-italic-font: "futura-pt", sans-serif;
	--futura-pt-italic-font-weight: 400;
	--futura-pt-italic-font-style: italic;

	/* 
	font-family: var(--futura-pt-italic-font); 
	font-weight: var(--futura-pt-italic-font-weight); 
	font-style: var(--futura-pt-italic-font-style); 
	*/

	--futura-pt-regular-bold-font: "futura-pt-regular-bold", sans-serif;
	--futura-pt-regular-bold-font-weight: 700;
	--futura-pt-regular-bold-font-style: normal;

	/* 
	font-family: var(--futura-pt-regular-bold-font); 
	font-weight: var(--futura-pt-regular-bold-font-weight); 
	font-style: var(--futura-pt-regular-bold-font-style); 
	*/

	--futura-pt-regular-bold-italic-font: "futura-pt-regular-bold", sans-serif;
	--futura-pt-regular-bold-italic-font-weight: 700;
	--futura-pt-regular-bold-italic-font-style: italic;

	/* 
	font-family: var(--futura-pt-regular-bold-italic-font); 
	font-weight: var(--futura-pt-regular-bold-italic-font-weight); 
	font-style: var(--futura-pt-regular-bold-italic-font-style); 
	*/

	--futura-pt-condensed-font: "futura-pt-condensed", sans-serif;
	--futura-pt-condensed-font-weight: 400;
	--futura-pt-condensed-font-style: normal;

	/* 
	font-family: var(--futura-pt-condensed-font); 
	font-weight: var(--futura-pt-condensed-font-weight); 
	font-style: var(--futura-pt-condensed-font-style); 
	*/

	--futura-pt-condensed-italic-font: "futura-pt-condensed", sans-serif;
	--futura-pt-condensed-italic-font-weight: 400;
	--futura-pt-condensed-italic-font-style: italic;

	/* 
	font-family: var(--futura-pt-condensed-italic-font); 
	font-weight: var(--futura-pt-condensed-italic-font-weight); 
	font-style: var(--futura-pt-condensed-italic-font-style); 
	*/

	--futura-pt-bold-font: "futura-pt-bold", sans-serif;
	--futura-pt-bold-font-weight: 700;
	--futura-pt-bold-font-style: normal;

	/* 
	font-family: var(--futura-pt-bold-font); 
	font-weight: var(--futura-pt-bold-font-weight); 
	font-style: var(--futura-pt-bold-font-style); 
	*/

	--futura-pt-bold-italic-font: "futura-pt-bold", sans-serif;
	--futura-pt-bold-italic-font-weight: 700;
	--futura-pt-bold-italic-font-style: italic;

	/* 
	font-family: var(--futura-pt-bold-italic-font); 
	font-weight: var(--futura-pt-bold-italic-font-weight); 
	font-style: var(--futura-pt-bold-italic-font-style); 
	*/
}

@font-face {
    font-family: 'DanielBlack';
    src: url('/includes/public/fonts/daniel-black-webfont.eot');
    src: url('/includes/public/fonts/daniel-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/fonts/daniel-black-webfont.woff2') format('woff2'),
         url('/includes/public/fonts/daniel-black-webfont.woff') format('woff'),
         url('/includes/public/fonts/daniel-black-webfont.ttf') format('truetype'),
         url('/includes/public/fonts/daniel-black-webfont.svg#danielblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font{
    font-family: var(--futura-pt-font); 
    font-family: var(--futura-pt-bold-font);
    font-family: var(--proxima-nova-font);
    font-family: var(--proxima-nova-bold-font);
    font-family: var(--proxima-nova-semibold-font);
    font-family: 'DanielBlack';
}


/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/
body{
    color: #46525d;
    font-size: 16px;
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
}
html,body{
    height: 100%;
    width: 100%;
}
.wrapper {  
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
h1 {
    color: #3d3d3d;
    font-size: 30px;
    font-family: var(--futura-pt-font); 
	font-weight: var(--futura-pt-font-weight); 
	font-style: var(--futura-pt-font-style);
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 15px;
}
h2 {
    color: #3d3d3d;
    font-size: 26px;
    font-family: var(--futura-pt-font); 
	font-weight: var(--futura-pt-font-weight); 
	font-style: var(--futura-pt-font-style);
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h3 {
    color: #3d3d3d;
    font-size: 24px;
    font-family: var(--futura-pt-bold-font); 
	font-weight: var(--futura-pt-bold-font-weight); 
	font-style: var(--futura-pt-bold-font-style);
    line-height: 34px;
    margin-bottom: 20px;
}
h4 {
    color: #3d3d3d;
    font-size: 24px;
    font-family: var(--futura-pt-font); 
	font-weight: var(--futura-pt-font-weight); 
	font-style: var(--futura-pt-font-style);
    line-height: 34px;
    margin-bottom: 20px;
}
h5 {
    color: #3d3d3d;
    font-size: 20px;
    font-family: var(--futura-pt-bold-font); 
	font-weight: var(--futura-pt-bold-font-weight); 
	font-style: var(--futura-pt-bold-font-style);
    line-height: 29px;
    margin-bottom: 20px;
}
h6 {
    color: #3d3d3d;
    font-size: 18px;
    font-family: var(--futura-pt-bold-font); 
	font-weight: var(--futura-pt-bold-font-weight); 
	font-style: var(--futura-pt-bold-font-style);
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 20px;
}
p{
    color: #3d3d3d;
    font-size: 18px;
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
    line-height: 26px;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
}
p a{
    font-weight: normal;
}
p, table tr th, 
table tr td {
    color: #3d3d3d;
    font-size: 18px;
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
    line-height: 25px;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
}
ul,
ol,
dl {
    color: #3d3d3d;
    font-size: 18px;
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
    line-height: 26px;
}
ul.no-bullet li {
    list-style: none;
}
.wrapper img {
    border: medium none;
}
a, 
a:link,
a:visited, 
a:focus {
    color: #3d3d3d;
    text-decoration: underline;
    font-weight: bold;
    transition: color ease 0.4s;
}
a:hover,
a:active {
    color: #3d3d3d;
    text-decoration: underline;
}
@media (min-width: 641px) {
    h1 {
        font-size: 44px;
        line-height: 52px;
    }

    h2 {
        font-size: 35px;
        line-height: 49px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 30px;
        line-height: 36px;
    }

    h5 {
        font-size: 22px;
        line-height: 32px;
    }

    h6 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (min-width: 64em) {
    h1 {
        font-size: 48px;
        line-height: 55px;
    }
}
/* JS Loaded */
.js-loaded {
	opacity: 1 !important;
	transition: opacity 200ms ease-in;
}
input[type="text"], input[type="password"] {
    border: solid 1px #7e7d81;
    color: #807e83;
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
    font-size: 18px;
    box-shadow: none;
    border-radius: 2px;
    padding-left: 20px;
}
.wrapper .ui-datepicker select {
    padding: 0;
}
.ui-datepicker {
}
.clear {
    clear: both;
    line-height: 1px;
    visibility: hidden;
}
.width-feature {
	max-width: 1125px;
	margin-left: auto;
	margin-right: auto;
}

.gray-bg {
	background-color: #f5f5f5;
}

.teal-bg {
	background-color: #007c87;
}

.blue-bg {
    background-color: #0193ca;
}

.black-font {
	color: #3d3d3d;
}

.teal-font {
	color: #007c87;
}

.uppercase {
    text-transform: uppercase;
}

.meetings-intro {
    padding: 0 15px;
    margin-bottom: 38px;
}

.meetings-intro .title {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 8px;
    text-transform: none;
}

.meetings-intro .subtitle {
    font-family: var(--futura-pt-bold-font); 
	font-weight: var(--futura-pt-bold-font-weight); 
	font-style: var(--futura-pt-bold-font-style);
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
}

.meetings-intro .title-cont {
    margin-bottom: 15px;
}

.meetings-intro a {
    font-family: var(--futura-pt-bold-font); 
	font-weight: var(--futura-pt-bold-font-weight); 
	font-style: var(--futura-pt-bold-font-style);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
    background-color: #0193ca;
    color: white;
    padding: 10px 16px;
    border-radius: 0;
    text-decoration: none;
}

.meetings-intro p {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 1025px) {
    .meetings-intro {
        margin-bottom: 85px;
    }

    .meetings-intro .title {
        font-size: 54px;
        line-height: 54px;
        margin: 0 0 18px;
    }

    .meetings-intro .subtitle {
        font-size: 24px;
        line-height: 34px;
    }

    .meetings-intro a {
        font-size: 18px;
        padding: 10px 22px;
    }

    .meetings-intro .title-cont {
        margin-bottom: 35px;
    }

    .meetings-intro p {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 32px;
    }
}

.button-style, input[type="submit"].button-style{
    cursor: pointer;
    height: 40px;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    padding: 4px 20px;
    font-family: var(--futura-pt-font); 
	font-weight: var(--futura-pt-font-weight); 
	font-style: var(--futura-pt-font-style);
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    background-color: #afbd22;
    -webkit-transition: all 175ms ease-in-out;
    -moz-transition: all 175ms ease-in-out;
    -o-transition: all 175ms ease-in-out;
    transition: all 175ms ease-in-out;
}
.button-style.yellow, input[type="submit"].button-style.yellow{
    background-color: #fff200;
    color: #ec008c;
}
.button-style.yellow:hover, input[type="submit"].button-style.yellow:hover{
    background-color: #fdfd3c;
    color: #ec008c;
}
.button-style.green, input[type="submit"].button-style.green{
    background-color: #afbd22;
    color: #fff;
    padding-top: 7px;
}
.button-style.green:hover, input[type="submit"].button-style.green:hover{
    background-color: #99a70c;
    color: #fff;
}
.button-style.orange, input[type="submit"].button-style.orange{
    background-color: #e4701e;
    color: #fff;    
    padding-top: 7px;
}
.button-style.orange:hover, input[type="submit"].button-style.orange:hover{
    background-color: #d4600e;
    color: #fff;
}

.title-blue {
    background-color: #4eaae9;
    color: #fff!important;
}
.texture-blue{
    background-image: url("/includes/public/assets/shared/texture-blue.png");
}
.texture-green{
    background-image: url("/includes/public/assets/shared/texture-green.png");
}
.texture-orange{
    background-image: url("/includes/public/assets/shared/texture-orange.png");
}
.texture-purple{
    background-image: url("/includes/public/assets/shared/texture-purple.png");
}
.texture-white{
    background-image: url("/includes/public/assets/shared/texture-white.png");
}
.texture-royal{
    background-image: url("/includes/public/assets/shared/texture-royal.png");
}


body .wrapper .row{
    max-width: 1150px;
}
.collapse > .columns{
    padding: 0;
}
i{
    color: #000;
}

/************** REMOVE ****************/
img.placehold{width: 100%;}
/************** REMOVE ***************/

.image-gradient::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(/includes/public/assets/shared/gradient-imagebox.png);
    height: 150px;
    left: 0;
    display: block;
}

/*
|-----------------------------------------------------------------------------------------------------------
| PANEL STYLES
|-----------------------------------------------------------------------------------------------------------
*/
.layout-panel{
    padding: 35px 0 30px;
}
.white{
    background-color: #fff;
}

/*
|-----------------------------------------------------------------------------------------------------------
| ONCE THERE BUTTON
|-----------------------------------------------------------------------------------------------------------
*/

.once-there-book-button{
    margin: 10px 0;
}

.once-there-book-button p{
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-weight: bold;
}   

.once-there-book-button .book-button.button{
    color: #FFF;
    background-color: #e36f1e;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    margin: 0;
}

.once-there-book-button .book-button.button:hover{
    background-color: #d4600e;
}

/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.header-section{
    background-image: url("/includes/public/assets/shared/texture-purple-header.png");
    height: 65px;
    position: relative;
}
.header-section.theme_sports{
    background-image: url("/includes/public/assets/shared/sports-header-pattern.png");
}
.header-section.theme_restaurantweek{
    background-image: url("/includes/public/assets/shared/sports-header-pattern.png");
}
.header-section .headerRow {
    display: flex;
    justify-content: space-between;
}
.header-section .section-main-nav{
    background-color: transparent;
    float: right;
    height: 50px;
    text-align: center;
    z-index: 200;
}
.header-section .section-search{
    display: inline-block;
    margin-right: 7px;
    padding-top: 18px;
    width: 37px;
}
.header-section .section-weather{
    display: none;
}
.header-section .section-top-nav{
    display: none;
}
.header-section .hamburger{
    background-image: url("/includes/public/assets/shared/hamburger.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    top: 9px;
    height: 46px;
    width: 46px;
    background-position: center;
}
.header-section .logoHeader{
    padding: 16px 15px 0;
    text-align: left;
}
.header-section.theme_sports .logoHeader {
    padding-top: 12px;
}
.header-section .logoHeader p {
    margin-bottom: 0;
}
.header-section .headerRight{
    padding-right: 8px;
}
.header-section .headerLeft{
    width: 210px;
}
.header-section.theme_sports .headerLeft{
    width: 150px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.slideshow-section{
   position: relative;
}
.header-images{}
.header-images img{
    width: 100%;
}
.header-images .mainImage{
    display: block;
    float: left;
    width: 100%;
}
.header-images .mainSlide{
    display: none;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.header-images .mainSlide.active{
    display: block;
}
.header-images .mainSlide .content{
    bottom: 30px;
    color: #fff;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    padding: 0 15px;
    position: absolute;
    right: 0;
    width: 660px;
    z-index: 60;
     -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.header-images .mainSlide .title{
    display: block;
    font-family: "DanielBlack";
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.header-images .mainSlide .text{
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
    font-size: 18px;
    line-height: 26px;  
    display: block;
}
.header-images .mainSlide .text a{
    font-weight: bold;
}
.header-images .mainSlide .gradient{
    background-image: url("/includes/public/assets/shared/gradient-header-images.png");
    bottom: 0;
    display: block;
    height: 384px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 50;
}
.header-images .gridImages{
    display: block;
    float: left;
    width: 100%;
}
.header-images .gridImages .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'DanielBlack';
    cursor: pointer;
    color: #fff;
    background-color: rgba(255,242,0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-images .gridImages .overlayInner{
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}
.header-images .gridImages .text{
    bottom: 0;
    display: block;
    font-size: 14px;
    height: 27px;
    left: 0;
    line-height: 17px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
/*color adjustment*/
.header-images .gridImages .red .overlay{
    background-color: rgba(161,6,51, 0.7);
}
.header-images .gridImages .green .overlay{
    background-color: rgba(0,124,135,0.7);
}
.header-images .gridImages .orange .overlay{
    background-color: rgba(227,111,30, 0.7);
}
.header-images .gridImages .pink .overlay{
    background-color: rgba(236,0,140,0.7);
}
.header-images .gridImages .blue .overlay{
    background-color: rgba(0,174,239,0.7);
}
/*text decrese for smaller desktop views*/
@media only screen and (min-width: 1025px) and (max-width: 1285px) { 
    .header-images .gridImages span.text{
        font-size: 14px;
        height: 39px;
        line-height: 22px;
    }
}
/*text decrese for smaller tablet views*/
@media only screen and (min-width: 641px) and (max-width: 760px) { 
    .header-images .gridImages span.text{
        font-size: 18px;
        font-size: 15px;
        height: 39px;
        line-height: 22px;
    }
}
.interior-header-images img{
    width: 100%;
}
.contentRender_name_plugins_collections_template_custom_header_slideshow_interior .interior-header-images .overlay-cont {
    position: absolute;
    bottom: 0;
    right: 0;
    background: black;
    opacity: .7;
    pointer-events: none;
}
.interior-header-images .overlay-cont span {
    color: #fff;
    font-family: var(--futura-pt-font); 
	font-weight: var(--futura-pt-font-weight); 
	font-style: var(--futura-pt-font-style);
    padding: 0 5px;
    font-size: 18px;
    letter-spacing: normal;
}


@media (min-width: 40em) {
    .contentRender_name_plugins_collections_template_custom_header_slideshow_interior .interior-header-images .overlay-cont {
        bottom: 50px;
        right: 50px;
    }
    
    .interior-header-images .overlay-cont span {
        font-size: 28.5px;
        letter-spacing: 1px;    
    }
}
/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.body-section{
    position: relative;
    overflow: hidden;
}
.body-section .bodyContent{
    position: relative;
    z-index: 10;
    padding-top: 26px;
}


/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footer-section{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    background-color: #490042;
}
.footer-section .footerUpper{
    padding: 0 15px;
}
.footer-section .section-footer-nav{
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto;
    text-align: center;
}
.footer-section .section-social-links-footer{
    padding: 38px 0 25px;
}
.footer-section .footer-logos{
    margin: 0 auto 3px;
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-section .footer-logos a{
    display: inline-block;
    /* margin-right: 17px; */
}
.footer-section .footer-logos a:last-child{
    margin-right: 0;
}
.footer-section .footerBottom {
    padding: 26px 15px 40px;
    text-align: center;
}
.footer-section .footerBottom p{
   font-size: 15px;
}
.footer-section .section-address{
    display: block;
}
.footer-section .footerBottom span{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer-section .footerBottom .providenceWarwick{
    color: #e67d34;
    display: block;
    font-family: var(--futura-pt-bold-font); 
	font-weight: var(--futura-pt-bold-font-weight); 
	font-style: var(--futura-pt-bold-font-style);
    font-size: 26px;
    line-height: 28px;
    margin: 0 -1px 16px;
    text-align: center;
    text-transform: uppercase;
}
/*
|-----------------------------------------------------------------------------------------------------------
| VIRTUAL TOUR CONTAINER
|-----------------------------------------------------------------------------------------------------------
*/
.virtual-tour-cont {
    margin-bottom: 40px;
}
.virtual-tour-cont .inner {
    display: flex;
    flex-direction: column;
}
.virtual-tour-cont .right-col {
    order: 1;
}
.virtual-tour-cont .left-col {
    order: 2;
}
.virtual-tour-cont .title-cont {
    padding: 16px;
    background-color: #0193ca;
}
.virtual-tour-cont .title {
    font-family: var(--futura-pt-bold-font); 
	font-weight: var(--futura-pt-bold-font-weight); 
	font-style: var(--futura-pt-bold-font-style);
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 1px;
}
.virtual-tour-cont .contents {
    padding: 25px 15px;
}
.virtual-tour-cont .contents * {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--proxima-nova-medium-font); 
	font-weight: var(--proxima-nova-medium-font-weight); 
	font-style: var(--proxima-nova-medium-font-style);
    color: #3d3d3d;
}
.virtual-tour-cont .contents :is(h1, h2, h3, h4, h5, h6, p, ul, ol) {
    margin-bottom: 10px;
}
.virtual-tour-cont .contents ul ::marker,
.virtual-tour-cont .contents ol ::marker {
    font-size: 12px;
}
.virtual-tour-cont .view-all {
    font-family: var(--futura-pt-bold-font); 
	font-weight: var(--futura-pt-bold-font-weight); 
	font-style: var(--futura-pt-bold-font-style);
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    background-color: #0193ca;
    padding: 10px 16px; 
    margin-left: 15px;
}
.virtual-tour-cont #t360-cont {
    display: none;
    height: 100%;
}
.virtual-tour-cont #t360-cont > * {
    height: 100% !important;
}
.virtual-tour-cont .c002 {
    padding: 0 0 69% 0 !important;
}
@media (min-width: 50em) {
    .virtual-tour-cont .inner {
        flex-direction: row;
    }
    .virtual-tour-cont .left-col {
        width: 42%;
        order: 1;
    }
    .virtual-tour-cont .right-col {
        width: 58%;
        order: 2;
    }
    .virtual-tour-cont .left-col-inner {
        width: 100%;
        max-width: 515px;
        margin-right: auto;
    }
    .virtual-tour-cont .c002 {
        padding: 0 0 51% 0 !important;
    }
}
@media (min-width: 64.063em) {
    .virtual-tour-cont {
        margin-bottom: 50px;
    }
    .virtual-tour-cont .title-cont {
        padding: 25px 55px;
    }
    .virtual-tour-cont .title {
        max-width: 420px;
        margin-right: auto;
        font-size: 34px;
        line-height: 42px;
    }
    .virtual-tour-cont .contents *,
    .virtual-tour-cont .view-all {
        font-size: 18px;
    }
    .virtual-tour-cont .view-all {
        padding: 10px 26px;
    }
    .virtual-tour-cont .contents li {
        margin-bottom: 8px;
    }
    .virtual-tour-cont .left-col-inner {
        padding-left: 40px;
    }
    .virtual-tour-cont .contents {
        padding-top: 45px;
    }
}

.panel-navigation-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.panel-navigation-share .addthis_counter .atc_s {
    background: no-repeat;
    background-color: transparent;
    margin: 0;
    color: #0193ca;
    /* ticket 549191 - /Restuarants page has addThis using Arial !important */
    font-family: var(--proxima-nova-font) !important;
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.panel-navigation-share .addthis_counter .atc_s::before {
    content: "\f064";
    font-family: "FontAwesome";
    color: #0193ca;
    margin-right: 5px;
}
.panel-navigation-share .addthis_counter .atc_s:hover {
    background-color: transparent;
}
@media (min-width: 1025px) {
    .panel-navigation-share {
        margin-bottom: 50px;
    }
}
/*
|-----------------------------------------------------------------------------------------------------------
| SOCIAL LINKS
|-----------------------------------------------------------------------------------------------------------
*/
.socialLinks{
    display: block;
}
.socialLinks a{
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 19px;
}
.socialLinks{
    text-align: center;
}
.socialLinks a:last-child{
    margin-right: 0;
}
.socialLinks a i.icon{
    color: #fff;
    font-size: 25px;
}
.socialLinks a i.fa-tripadvisor{
    font-size: 21px;
    position: relative;
    top: -3px;
}

.weatherCont{
    font-family: var(--proxima-nova-semibold-font); 
	font-weight: var(--proxima-nova-semibold-font-weight); 
	font-style: var(--proxima-nova-semibold-font-style);
    cursor: pointer;
}
.weatherCont > a , .mobilenav .weatherCont > a{
    color: #fff;
    font-family: var(--proxima-nova-semibold-font); 
	font-weight: var(--proxima-nova-semibold-font-weight); 
	font-style: var(--proxima-nova-semibold-font-style);
    font-size: 1rem;
    padding: 0;
}
.mobilenav .weatherCont > a .sv-weather-widget-temp {
    position: initial;
    display: inline-block;
}
.weatherCont .icon{
    display: inline;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    height: 35px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| SEARCH
|-----------------------------------------------------------------------------------------------------------
*/
.searchContainer{
    position: relative;
    display: inline-block;
}
.searchContainer .tabDeskInput{
    background-color: #afbd22;
    border: 1px solid #8a951b;
    border-radius: 2px;
    box-shadow: none;
    color: #4c4e39;
    font-family: var(--proxima-nova-semibold-font); 
	font-weight: var(--proxima-nova-semibold-font-weight); 
	font-style: var(--proxima-nova-semibold-font-style);
    font-size: 24px;
    height: 42px;
    opacity: 0;
    padding-left: 20px;
    position: absolute;
    right: -9px;
    text-transform: capitalize;
    top: -12px;
    z-index: 1;
}
.searchContainer .tabDeskInput:focus{
    border: solid 1px #afbd22;
    background-color: #afbd22;
    box-shadow: none;
}
.searchContainer ::-webkit-input-placeholder{
    color: #4c4e39;
}
.searchContainer  :-moz-placeholder{ /* Firefox 18- */
    color: #4c4e39;  
}
.searchContainer  ::-moz-placeholder{  /* Firefox 19+ */
    color: #4c4e39;  
}
.searchContainer  :-ms-input-placeholder{  
    color: #4c4e39; 
}
.searchContainer.active .tabDeskInput{
    opacity: 1;
    width: 248px;
    padding-right: 67px;
    z-index: 200;
}
.searchContainer.active .searchIcon{
}
.searchContainer .searchIcon.closei{
    color: #40403c;
    display: none;
	font-family: var(--proxima-nova-light-font); 
	font-weight: var(--proxima-nova-light-font-weight); 
	font-style: var(--proxima-nova-light-font-style);
    font-size: 29px;
    height: 16px;
    left: 6px;
    line-height: 0;
    overflow: hidden;
    padding-top: 4px;
    position: absolute;
    top: 3px;
    width: 21px;
}
.searchContainer.active .searchIcon.closei{
    display: block;
    background-image: none;
}
.searchContainer .searchIcon{
    background-image: url("/includes/public/assets/shared/icon-search.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    padding-left: 9px;
    padding-top: 3px;
    position: relative;
    width: 26px;
    z-index: 100;
}
.searchContainer.active .searchIcon{
    background-image: url("/includes/public/assets/shared/icon-search-open.png");
    right: 24px;
    z-index: 1000;
}
.searchContainer .searchIcon .icon{
    color: #fff;
}


/*
|-----------------------------------------------------------------------------------------------------------
| BOOKING
|-----------------------------------------------------------------------------------------------------------
*/
.booking{
    position: relative;
    display: block;
    background-color: #003957;
    z-index: 200;
    border-top: solid 2px #fff;
}
.booking.open{}
.booking .title{
    background-color: #003957;
    color: #fff;
    display: block;
    font-family: var(--proxima-nova-semibold-font); 
	font-weight: var(--proxima-nova-semibold-font-weight); 
	font-style: var(--proxima-nova-semibold-font-style);
    font-size: 25px;
    height: 50px;
    padding: 7px 53px 0 15px;
    width: 100%;
}
.booking .close{
    background-color: #afbd22;  
    border-radius: 50%;
    height: 27px;
    overflow: hidden;
    padding-top: 4px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 11px;
    width: 27px;
    cursor: pointer;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.booking.open .close{
    transform: rotate(-225deg);
}
.booking .close i{
    color: #003957;
    font-size: 20px;
}
.booking form{
    background-color: #004f79;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.booking.open form{
    max-height: 4000px;
    padding: 17px 0;
}
.booking input[type="text"], .booking select{
    height: 40px;
    border-radius: 2px;
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
    font-size: 16px;
    color: #858585;
    background-color: #fff;
    border: none;
    margin-bottom: 16px;
}
.booking input[type="text"]{
    
}
.booking select{
    background-image: url("/includes/public/assets/shared/dropdown-arrow-white.png");
     background-position: 94.5% center;
    -moz-appearance: none;
    color: #fff;
    background-color: #81ada8;
    background-repeat: no-repeat;
    cursor: pointer;
}
.booking .dateInput:nth-child(1){
    padding-right: 4px;
}
.booking .dateInput:nth-child(2){
    padding-left: 4px;
}
.booking .dateInput input[type="text"]{
     background-image: url("/includes/public/assets/shared/iconCal.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 37px;
}
.booking .dateInput span{
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}
.booking .submit {
    text-align: center;
}
.booking input[type="submit"].button-style{
}

.share{
    position: relative;
    display: block;
}
.share .icon{
    display: block;
    float: right;
}

.collections-slider{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 96px;
}
.collections-slider .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.collections-slider .title{
    color: #fff;
    font-family: var(--futura-pt-font); 
	font-weight: var(--futura-pt-font-weight); 
	font-style: var(--futura-pt-font-style);
    font-size: 30px;
    line-height: 33px;
    padding: 19px 13px 11px;
    text-transform: uppercase;
}
.collections-slider .title a{
    color: #fff;
}
.collections-slider .viewAll{
   color: #3d3d3d;
    display: block;
    float: right;
    font-family: var(--proxima-nova-semibold-font); 
	font-weight: var(--proxima-nova-semibold-font-weight); 
	font-style: var(--proxima-nova-semibold-font-style);
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 26px;
}
.collections-slider .content{
    position: relative;
    z-index: 100;
    display: block;
}
.collections-slider .item{}
.collections-slider .item img{
    width: 100%;
}
.collections-slider .item .title{
    color: #3d3d3d;
    font-family: var(--proxima-nova-semibold-font); 
	font-weight: var(--proxima-nova-semibold-font-weight); 
	font-style: var(--proxima-nova-semibold-font-style);
    font-size: 20px;
    margin: 10px 0 3px;
    padding: 0;
    text-transform: capitalize;
}
.collections-slider .item .title a{
    color: #3d3d3d;
}
.collections-slider .item .location{
    padding-left: 15px;
    color: #fff;
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
}
.collections-slider .item .location a {
    color: #fff;
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
}
.collections-slider .item .date{
    padding-left: 15px;
    color: #fff;
    font-family: var(--proxima-nova-bold-font); 
	font-weight: var(--proxima-nova-bold-font-weight); 
	font-style: var(--proxima-nova-bold-font-style); 
}
.collections-slider #event-arrows{
    top: 50%;
    left: 50%;
    position: absolute;
    webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.collections-slider #event-arrows button{
    background-color: #ac0636;
    border-radius: 45px;
    height: 45px;
    margin: 0 6px;
    padding-top: 3px;
    text-align: center;
    top: 0;
    width: 45px;
    float: left;
}
.collections-slider #event-arrows button::before {
    color: initial;
    opacity: 0;
}
.collections-slider #event-arrows button i{
    color: #fff;
    font-size: 30px;
    left: 8px;
    position: absolute;
    text-shadow: none !important;
    top: 7px;
    width: 32px;
}
.collections-slider #event-arrows button.slick-prev i{
    left: 5px;
}




/*
|-----------------------------------------------------------------------------------------------------------
| DEALS
|-----------------------------------------------------------------------------------------------------------
*/
.collections-imagebox{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
.collections-imagebox .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.collections-imagebox .title{
    color: #fff;
    font-family: var(--futura-pt-font); 
	font-weight: var(--futura-pt-font-weight); 
	font-style: var(--futura-pt-font-style);
    font-size: 30px;
    line-height: 33px;
    padding: 19px 13px 1px;
    text-transform: uppercase;
}
.collections-imagebox .title a{
    color: #fff;
}
.collections-imagebox .viewAll{
   color: #fce901;
    display: block;
    float: right;
    font-family: var(--proxima-nova-semibold-font); 
	font-weight: var(--proxima-nova-semibold-font-weight); 
	font-style: var(--proxima-nova-semibold-font-style);
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 26px;
}
.collections-imagebox .content{
    position: relative;
    z-index: 100;
    display: block;
}
.collections-imagebox .sub-title{
    color: #fce901;
    font-family: var(--proxima-nova-semibold-font); 
	font-weight: var(--proxima-nova-semibold-font-weight); 
	font-style: var(--proxima-nova-semibold-font-style);
    font-size: 20px;
    margin: 10px 0 3px;
    padding: 0 15px;
    text-transform: capitalize;
}
.collections-imagebox .sub-title a, .collections-imagebox .text a{
    color: #fce901;
}
.collections-imagebox .text,
.collections-imagebox .text p{
    padding-left: 15px;
    color: #fff;
    font-family: var(--proxima-nova-font); 
	font-weight: var(--proxima-nova-font-weight); 
	font-style: var(--proxima-nova-font-style);
}

.shared-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: white;
    font-size: 58px;
    pointer-events: none;
}

.shared-play-button:focus {
    background-color: transparent;
}

@media (hover: hover) {
    .shared-play-button:hover {
        background-color: transparent;
    }
}

.shared-play-button i {
    color: inherit;
}

.blog{
    overflow: hidden;
    display: block;
    margin-bottom: 32px;
    margin-top: -25px;
    position: relative;
    width: 100%;
}
.blog .border{
    padding-bottom: 34px;
	padding-top: 20px;
    border-bottom: solid 2px #c2d2d5;
}
.blog .title {
    color: #ac0636;
    font-family: var(--futura-pt-font); 
	font-weight: var(--futura-pt-font-weight); 
	font-style: var(--futura-pt-font-style);
    font-size: 30px;
    line-height: 33px;
    margin: 2px 0 4px;
    position: relative;
    text-transform: uppercase;
    top: -6px;
}
.blog .title a {
    color: #ac0636;
}
.blog .imageCol{
    margin: 2px 0 15px;
}
.blog .imageCol img{
    width: 100%;
}
.blog .subTitle {
    color: #007c87;
    font-family: var(--proxima-nova-bold-font); 
	font-weight: var(--proxima-nova-bold-font-weight); 
	font-style: var(--proxima-nova-bold-font-style); 
    font-size: 24px;
    line-height: 26px;
    margin: 2px 0 11px;
}
.blog .subTitle a {
    color: #007c87;
}
.blog .text{
    font-size: 16px;
}
.blog .text a{}
.blog .button-style{
    display: block;
    margin: 0 auto;
    width: 190px;
}

.section-footer-action{

}
.section-footer-action .background{
    padding-top: 23px;
    padding-bottom: 8px;
}
.section-footer-action .button-style{
    height: 65px;
    background-color: #003957;
    font-size: 22px;
    padding-top: 13px;
    line-height: 24px;
    font-family: var(--proxima-nova-light-font); 
	font-weight: var(--proxima-nova-light-font-weight); 
	font-style: var(--proxima-nova-light-font-style);
    color: #f9fafb;
    border: solid 1px #3d718e;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: block;
}
.section-footer-action .button-style i{
    color: #f9fafb;
    font-size: 29px;
    left: 0;
    position: relative;
    top: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.section-footer-action .button-style:hover{
    background-color: #002543;
}
.section-footer-action .button-style:hover i{
    left: 3px;
}

.social-hub{
    background-color: #007c87;
    max-width: 100%; 
    margin: 0 auto 40px; 
    width: 448px;
    padding: 30px 28px;
}
.social-hub .icons{
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.social-hub .icon{
    border-bottom: 2px solid #fff;
    display: block;
    float: left;
    height: 46px;
    padding-top: 2px;
    text-align: center;
    cursor: pointer;
    width: 50%;
}
.social-hub .tab.active .icon{
    border-bottom: 12px solid #fff;
    height: 57px;
}
.social-hub i{
    color: #4da4ab;
    font-size: 28px;
}
.social-hub .active i{
    color: #fff;
}
.social-hub .pane {
    display: none;
}
.social-hub .pane.active {
    display: block;
}
.social-hub .feed{
    display: block;
    width: 100%;
}
.social-hub .feeds div{
    opacity: 0;
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-hub .feeds div.active{
    opacity: 1;
    height: auto;
}
.social-hub .feeds div img{
    width: 100%;
}


.slick-slide {
    position: relative;
}
.imgcont img {
    width: 100%;
}
#arrows{
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 62.5rem;
    margin: auto;
    left: 0;
    right: 0;
}
#arrows .next{
    float: right;
    display: block;
    width: 40px;
    height: 40px;
}
#arrows .prev{
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 17px;
}
#arrows i{
    background-color: transparent;
    font-size: 60px;
    left: 0;
    margin-top: -36px;
    padding: 0;
    cursor: pointer;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6);
    color: #fff;
}
button.slick-prev, button.slick-next {
    background-color: transparent;
    font-size: 60px;
    margin-top: -36px;
    padding: 0;
    position: absolute;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6);
}
button.slick-prev {
    right: auto;
    left: 0;
}
button.slick-next {
    left: auto;
    right: 0;
}


/*
|--------------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|--------------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){
    /*
    |------------------------
    | GLOBAL TAG STYLES
    |------------------------
    */

    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */ 
    .header-section{
        
    }

    /*
    |------------------------
    | SLIDESHOW SECTION
    |------------------------
    */ 
    .slideshow-section{
        position: relative;
    }
    .header-images .gridImages .active .overlay{
        border: solid 14px rgba(255,242,0,1);
        background-color: rgba(0,0,0, 0.7);
    }
    .header-images .gridImages .active .overlay .text{
        color: rgba(255,242,0,1);
    }
    .header-images .gridImages .overlay{
        border: solid 13px rgba(10,10,10,0.00);
    }
    .header-images .gridImages .overlay:hover{
        border: solid 13px rgba(255,242,0,1);
    }
    /*color adjustment*/
    .header-images .gridImages .red .overlay:hover{
        border: solid 13px rgba(161,6,51, 1);
    }
    .header-images .gridImages .red.active .overlay{
        border: solid 14px rgba(161,6,51, 1);
        background-color: rgba(0,0,0, 0.7);
    }
    .header-images .gridImages .red.active .overlay .text{
        color: rgba(161,6,51, 1);
    }
    .header-images .gridImages .green .overlay:hover{
        border: solid 13px rgba(0,124,135,1);
    }
    .header-images .gridImages .green.active .overlay{
        border: solid 14px rgba(0,124,135,1);
        background-color: rgba(0,0,0, 0.7);
    }
    .header-images .gridImages .green.active .overlay .text{
        color: rgba(0,124,135,1);
    }
    .header-images .gridImages .orange .overlay:hover{
        border: solid 13px rgba(227,111,30,1);
    }
    .header-images .gridImages .orange.active .overlay{
        border: solid 14px rgba(227,111,30,1);
        background-color: rgba(0,0,0, 0.7);
    }
    .header-images .gridImages .orange.active .overlay .text{
        color: rgba(227,111,30,1);
    }
    .header-images .gridImages .pink .overlay:hover{
        border: solid 13px rgba(236,0,140,1);
    }
    .header-images .gridImages .pink.active .overlay{
        border: solid 14px rgba(236,0,140,1);
        background-color: rgba(0,0,0, 0.7);
    }
    .header-images .gridImages .pink.active .overlay .text{
        color: rgba(236,0,140,1);
    }
    .header-images .gridImages .blue .overlay:hover{
        border: solid 13px rgba(0,174,239,1);
    }
    .header-images .gridImages .blue.active .overlay{
        border: solid 14px rgba(0,174,239,1);
        background-color: rgba(0,0,0, 0.7);
    }
    .header-images .gridImages .blue.active .overlay .text{
        color: rgba(0,174,239,1);
    }

    
    /*
    |------------------------
    | BODY SECTION
    |------------------------
    */
    .body-section{

    }
    .body-section .bodyContent{
        padding-top: 17px;
    }



    /*
    |------------------------
    | FOOTER SECTION
    |------------------------
    */
    .footer-section{}
    .footer-section .section-social-links-footer {
        padding: 38px 0 21px;
    }
    .footer-section .footerBottom .providenceWarwick { 
        margin: 10px -1px 16px;
    }



    /*
    |------------------------
    | SECTION SOCIAL LINKS
    |------------------------
    */
    .socialLinks a i.icon {
        color: #fff;
        font-size: 39px;
    }
    .socialLinks a{
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 38px;
    }
    .socialLinks a i.fa-tripadvisor {
        font-size: 30px;
    }


    /*
    |------------------------
    | BOOKING
    |------------------------
    */
    .booking form .columns{
        padding-top: 35px;
    }
    .booking form .dateInput.columns{
        padding-top: 0;
    }

    /*
    |-----------------------------------------------------------------------------------------------------------
    | BLOG
    |-----------------------------------------------------------------------------------------------------------
    */
    .blog{
         margin: -13px 0 0;
    }
    .blog .border{
        padding-bottom: 34px;
		padding-top: 30px;
    }
    .blog .title{
        font-size: 42px;
        line-height: 42px;
        margin: 2px 0 14px;
        position: relative;
        top: 0;
    }
    .blog .imageCol{
        margin: 2px 0 17px;
    }
    .blog .subTitle{
        font-size: 32px;
        line-height: 34px;
        margin: 2px 0 24px;
    }
    .blog .text{
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 26px;
    }


    /*
    |---------------------------------
    | FOOTER ACTION BUTTONS
    |---------------------------------
    */
    .section-footer-action{

    }
    .section-footer-action .row.footer-action{
        max-width: 770px;
        margin: 0 auto;
    }
    .section-footer-action .background{
        padding-top: 23px;
        padding-bottom: 8px;
    }
    .section-footer-action .button-style{
        height: 90px;
        padding-top: 20px;
        padding-top: 26px;
    }

}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) { 
    /*
    |------------------------
    | GLOBAL TAG STYLES
    |------------------------
    */
    .columns.tabNoPadLeft{
        padding-left: 0;
    }
    /* h1 {
        font-size: 44px;
    } */
    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */
    .header-section{
        
    }
    .header-section .hamburger{
       background-image: url("/includes/public/assets/shared/hamburger-tablet.png");
       width: 96px;
    }

    /*
    |------------------------
    | SLIDESHOW SECTION
    |------------------------
    */
    .header-images .gridImages .text{
        font-size: 18px;
        line-height: 28px;
        height: 48px;
    }

    
    /*
    |------------------------
    | BODY SECTION
    |------------------------
    */
    .body-section {

    }
    

    /*
    |------------------------
    | FOOTER SECTION
    |------------------------
    */
    .footer-section{

    }
    .footer-section .footerUpper .lower{
        display: block;
        margin: 0 auto;
        overflow: hidden;
        width: 600px;
    }
    .footer-section .footerBottom {
        padding: 28px 15px 40px;
        text-align: center;
    }

    /*
    |------------------------
    | BOOKING
    |------------------------
    */
    .booking input[type="submit"].button-style{
        font-size: 15px;
        padding: 4px 0;
        width: 100%;
    }

    /*
    |------------------------
    | EVENTS
    |------------------------
    */
    .collections-slider{
        display: inline-block;
        width: 100%;
        padding-bottom: 16px;
    }
    .collections-slider .background{
        width: 9000%;
    }
    .collections-slider .title{
        font-size: 42px;
        line-height: 42px;
        padding: 24px 15px 16px;
    }
    .collections-slider .viewAll{
        font-size: 18px;
        top: 39px;
    }
    .collections-slider .item .title{
        font-size: 26px;
        line-height: 30px;
    }
    .collections-slider .item .date{
        font-size: 18px;
        padding-left: 20px;
    }
    .collections-slider .item .location{
        font-size: 18px;
        padding-left: 20px;
    }
    .collections-slider #event-arrows {
        bottom: 4px;
        left: 0;
        margin: auto auto auto 66%;
        right: 0;
    }


    /*
    |------------------------
    | DEALS
    |------------------------
    */
    .collections-imagebox{
        display: inline-block;
        width: 100%;
        padding-bottom: 16px;
        margin-top: -7px;
    }
    .collections-imagebox .background{
        width: 9000%;
    }
    .collections-imagebox .title{
        font-size: 42px;
        line-height: 42px;
        padding: 24px 15px 3px;
    }
    .collections-imagebox .viewAll{
        font-size: 18px;
        top: 39px;
    }
    .collections-imagebox .sub-title{
        font-size: 26px;
        line-height: 30px;
        padding-left: 55px;
    }
    .collections-imagebox .text,
    .collections-imagebox .text p{
        font-size: 18px;
        padding-left: 40px;
    }

    /*
    |-----------------------------------------------------------------------------------------------------------
    | BLOG
    |-----------------------------------------------------------------------------------------------------------
    */
    .blog{
        margin-bottom: 33px;
        padding-left: 50px;
        padding-right: 50px;
    }
    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
    /*
    |------------------------
    | PANELS
    |------------------------
    */
    /*side right*/
    .columns.deskNoPadLeft{
        padding-left: 0;
    }
    /* h1 {
        font-size: 48px;
    } */
    
    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */
    .header-section{
        position: relative;
       height: 110px;
    }
    .header-section.theme_sports .logoHeader {
        padding-top: 15px;
    }
    .header-section .headerRow{
        position: relative;
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .header-section .logoHeader {
        padding: 27px 0 0;
        text-align: left;
    }
    .header-section .headerLeft, .header-section.theme_sports .headerLeft{
        width: 320px;
    }
    .header-section .headerRight{
        padding-right: 0;
        height: 110px;
        z-index: 205;
        width: 780px;
    }
    .header-section .upper{
        display: inline-block;
        float: right;
        width: 100%;
    }
    .header-section .lower{
        display: inline-block;
        width: 100%;
    }
    .header-section .section-top-nav{
        display: block;
        float: right;
        padding-top: 9px;
    }
    .header-section .section-weather{
        background-color: #581a4c;
        display: block;
        float: right;
        height: 45px;
        margin-left: 40px;
        padding-top: 5px;
        text-align: center;
        width: 100px;
    }
    .header-section .section-main-nav{
        margin-top: 6px;
        padding-right: 25px;
        padding-top: 10px;
        text-align: right;
        /* width: 667px; */
    }
    .header-section .section-search {
        float: right;
        text-align: right;
    }
    .header-section .nav-bg {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #34002c;
        box-shadow: -5px 7px 7px -7px #000;
        z-index: 4;
    }


    /*
    |------------------------
    | SLIDESHOW SECTION
    |------------------------
    */
    .header-images .mainImage{
        float: left;
        width: 60%;
    }
    .header-images .gridImages{
        float: left;
        width: 40%;
    }
    .header-images .gridImages .text{
        font-size: 18px;
        height: 58px;
        line-height: 28px;
    }
    



    /*
    |------------------------
    | BODY SECTION
    |------------------------
    */
    .body-section {}


    /*
    |------------------------
    | FOOTER SECTION
    |------------------------
    */
    .footer-section{
        padding-bottom: 37px;
    }
    .footer-section .footerUpper{
        float: left;
        width: 62%;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-section .footerBottom{
        float: left;
        display: block;
        width: 38%;
        padding: 29px 15px 0;
        text-align: left;
    }
    .footer-section .footerBottom .providenceWarwick {
        text-align: left;
    }
    .footer-section .section-social-links-footer {
        padding: 32px 0 21px;
    }
    .footer-section .footer-logos {
        float: left;
    }
     .footer-section .section-footer-nav {
        float: left;
        padding: 10px 0 0 27px;
    }
    /*
    |------------------------
    | SOCIAL LINKS
    |------------------------
    */  
    .socialLinks {
        text-align: left;
    }
    .large-4 .social-hub .icon.active{
        height: 56.2px;
    }
    .large-4 .social-hub{
         padding: 30px 15px;
    }

    /*
    |------------------------
    | SEARCH
    |------------------------
    */ 
    .searchContainer.active .tabDeskInput {
        padding-right: 67px;
        width: 690px;
    }
    .searchContainer .tabDeskInput {
        right: -7px; 
        padding-left: 30px;
    }
    .searchContainer.active .tabDeskInput {
        padding-right: 107px;
    }
    .searchContainer.active .searchIcon {
         right: 60px;
    }
    .searchContainer .searchIcon.closei {
        left: -5px;
    }

    /*
    |------------------------
    | BOOKING
    |------------------------
    */
    .booking{
        height: 101px;
        overflow: hidden;
    }
    .booking .row{
        padding: 0 15px;
    }
    .booking .close{
        display: none !important;
    }
    .booking form,.booking.open form{
        max-height: none;
        position: relative; 
    }
    .booking .title{
        float: left;
        height: 100px;
        padding-right: 8px;
        padding-top: 29px;
        text-align: center;
        width: 24%;
    }
    .booking form{
        float: left;
        height: 100px;
        padding-top: 8px;
        width: 76%;
    }
    .booking form .button-style{
        width: 100%;
    }

    /*
    |------------------------
    | EVENTS
    |------------------------
    */
    .collections-slider{
        overflow: visible;
        display: inline-block;
        width: 100%;
    }
    .collections-slider .background{
        width: 9000%;
    }
    .collections-slider .title{
        font-size: 42px;
        line-height: 42px;
        padding: 24px 15px 16px;
    }
    .collections-slider .viewAll{
        font-size: 18px;
        top: 39px;
    }
    .collections-slider .item .title{
        font-size: 26px;
        line-height: 30px;
    }
    .collections-slider .item .date{
        font-size: 18px;
        padding-left: 20px;
    }
    .collections-slider .item .location{
        font-size: 18px;
        padding-left: 20px;
    }


    /*
    |------------------------
    | DEALS
    |------------------------
    */
    .collections-imagebox{
        display: inline-block;
        width: 100%;
        overflow: visible;
        padding-bottom: 16px;
    }
    .collections-imagebox .background{
        width: 9000%;
    }
    .collections-imagebox .title{
        font-size: 42px;
        line-height: 42px;
        padding: 24px 15px 2px;
    }
    .collections-imagebox .viewAll{
        font-size: 18px;
        top: 39px;
    }
    .collections-imagebox .sub-title{
        font-size: 26px;
        line-height: 30px;
        margin: 6px 0 2px 3px;
    }
    .collections-imagebox .text,
    .collections-imagebox .text p{
        font-size: 18px;
        padding-left: 20px;
    }


}

@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    .header-section .logoHeader {
        padding-top: 15%;
    }
    .header-section .headerLeft, .header-section.theme_sports .headerLeft{
        width: 21%;
    }
}

.kiosk {
    width: auto;
}
.kiosk-wrapper {
    overflow: hidden;
}
.kiosk-wrapper .kiosk-ads {
    text-align: center;
    height: 200px;
}
.kiosk-wrapper .kiosk-ads > div {
    display: inline-block;
}
.main-site-wrapper {
    width: 100%;
    height: 868px;
    border: none;
}
