/*Instagram Feed Styles*/

#sb_instagram {
    padding-bottom:20px!important;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a:focus {
    margin: 4rem auto 3rem!important;
    border:1px solid #002147;
    background: #002147!important;
    border-radius: 0 !important;
    padding:1em 2em;
    font-size: 1.6rem;
    text-transform: uppercase;
    box-shadow:none!important;
    letter-spacing: 1px;
}
 
#sb_instagram .sbi_follow_btn a:hover {
    color: #002147;
    border:1px solid #002147;
    background:#ffffff!important;
    box-shadow:none!important;
}

/*End of Instagram Feed Styles*/

/*MINI GALLERY*/

.mini-gallery-cta{
    position:absolute;
    top:50%;
    background:#0c2545;
    padding:50px 20px;
    width:auto;
    margin:0 auto;
    color:#fff;
    text-align:center;
    cursor:pointer;
    z-index:1;
}

.page-loaded .mini-gallery-cta.cr_start_animation{
    -webkit-animation: fade-in-fwd 0.85s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-fwd 0.85s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.mini-gallery-cta h3{
    font-family: 'Bodoni MT Regular';
    font-size:24px;
    margin-top:30px;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    min-width:12rem;
    text-transform: uppercase;
    max-width: 16rem;
    line-height:3.4rem;
}

.mini-gallery-cta:hover h3{
    color:#cab38c;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}


.page-loaded .mini-gallery-inner.cr_start_animation {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mini-gallery-inner .fw-grid-item:nth-child(1) {
    -webkit-transition: all .75s;
    transition: all .75s;
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
}

.mini-gallery-inner .fw-grid-item:nth-child(2) {
    -webkit-transition: all .75s;
    transition: all .75s;
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
}


.page-loaded .mini-gallery-inner .fw-grid-item.cr_start_animation {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mini-gallery-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.mini-gallery-col {
    width: 33.333%;
    padding: 0 .8rem 0;
}

.mini-gallery-col1,
.mini-gallery-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mini-gallery-col2-text {
    text-align: center;
    padding: 1rem;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.mini-gallery-col2-title {
    color: #fff !important;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 2.5rem;
    text-transform: uppercase;
}

.mini-gallery-col2-subtitle {
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 2.5rem;
}

.mini-gallery-col2-image {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mini-gallery-col-inner {
    position: relative;
    z-index: 1;
}

.mini-gallery-col2 .mini-gallery-col-inner {
    overflow: hidden;
}

.mini-gallery-col2 .mini-gallery-col-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.mini-gallery-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mini-gallery-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mini-gallery-slider .sliderInner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mini-gallery-slider div {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mini-gallery-slider img {
    width: 100%;
    height: auto;
}

.mini-gallery-slider img,
.mini-gallery-slider > b,
.mini-gallery-slider a > b {
    position: absolute;
    border: none;
    display: none;
}

.mini-gallery-slider a.imgLink,
.mini-gallery-slider .video {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.mini-gallery-slider div.navBulletsWrapper {
    display: none;
}

.mini-gallery-slider-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4em;
    padding: 1rem 0;
}

.mini-gallery-slider-mobile-sizer {
    display: none;
}
.cr-grid-col-1-of-2{
    width:50%;
}
.mini-gallery-inner {
    transform: translateY(0rem);
}

/* Accordion */

.vc_tta-panels-container{
    max-width:110rem;
    width:100%;
    margin:2.5rem auto;
}

.vc_tta-panels{
    padding:0 15px;
}

.vc_tta-panel{
    margin-bottom:10px;
}

.vc_tta-panel-heading {
    border: 1px solid #002147 !important;
    background-color: #002147 !important;
    background-image:none !important;
    margin-bottom:0 !important;
}

.vc_tta-panel-heading a{
    font-weight:300 !important; 
}

.vc_tta-panel-title > a{
    color:#fff !important;

}

.vc_tta .vc_tta-controls-icon{
    float:right;
    top:9px;
}

.vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

.vc_tta-panel-title > a{
    font-size: 2rem;
    line-height: 3rem;  
}

.vc_tta-panel .vc_tta-panel-body{
    background:#fff !important;
    border-left: 1px solid #002147 !important;
    border-right: 1px solid #002147 !important;
    border-bottom: 1px solid #002147 !important;
}

/*INUA Group Hotel Logos*/

.footer-hotel-group-logos-container {
       display:block;
        max-width:100%;
        background: black;
        padding: 0 5vw;
    }
    
    .footer-hotel-group-logos {
        max-width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        padding:2em 1em;
        background: black;
    }

    .footer-hotel-group-logos-header {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 1;
        align-self: auto;
        align-items: center;
    }


    .footer-group-logo {
        text-align: center;
        flex: 0 0 33.33%;
    }

    .footer-group-logo img {
        max-height: 100px;
    }

    .footer-group-logo-divider {
        flex: 0 0 33.33%;
    }

    .divider-line {
        display: block;
        width: 100%;
        border: 1.5px solid white;
    }
    


    .footer-hotel-group-logos-row-1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .footer-hotel-group-logos-row-1 a
    {
        width: 13% !important;
        padding: 1em;
    }
    

    .footer-hotel-group-logos-row-2 a
    {
        width: 15%;
        padding: 1em;
    }
    
    .voco-logo {
        //width: 14% !important;
    }
    
    .gateway-logo img {
        margin-top: -1.5em;
    }
    
    .springfield-logo  {
        width:14%!important;
    }
    
    .footer-hotel-group-logos-row-1 a img,
    .footer-hotel-group-logos-row-2 a img
    {
        height:auto;
    }

    .footer-hotel-group-logos-row-2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        flex-grow: 1;
        flex-shrink: 1;
        align-self: auto;
    }
    
    .footer-hillgrove-logo {
            margin-top: 10px;
        }
    
    @media (max-width:1100px) {
            .footer-hotel-group-logos-container {
                width: 100%;
                padding:0px!important;
            }

            .footer-hotel-group-logos {
                max-width: 100%;
                 padding:0px!important;
            }

            .footer-hotel-group-logos-header {
                flex-direction: column;
                grid-gap: 2em;
                 padding:1em!important;
                 margin-top: 1em;
            }

            .footer-group-logo {
                width: 100%;
                justify-content: center;
                text-align: center;
            }


            .footer-group-logo-divider {
                
                width: 100%;
                padding-top: 30px;
                padding-bottom: 30px;
                padding-left: 0px;
                padding-right:0px;
            }

            .divider-line {
                width: 100%;
                border: 1px solid white;
            }

            .footer-hotel-group-logos-row-1,
            .footer-hotel-group-logos-row-2 {
                width: 100%;
                flex-direction: column;
                align-items: center;
                margin-top:-2em;
            }
            
            .footer-hotel-group-logos-row-2 {
                margin-bottom:50px;
            }

            .footer-hotel-group-logos-row-1 a,
            .footer-hotel-group-logos-row-2 a {
                width: 100% !important;
                padding:0px;
                text-align: center;
            }
            
            .voco-logo {
                width:100% !important;
                //padding-top: 3em!important;
                //margin-bottom: -1.5em!important;
            }
            
            .gateway-logo img {
                margin-top: 0;
                }

            .footer-hotel-group-logos-row-1 a img,
            .footer-hotel-group-logos-row-2 a img {
                max-height: 150px;
            }

        }
        
/*End of INUA Group Hotel Logos*/

#test-slider {
    margin-bottom: 80px!important;
    
}


/*Things to Do page grid*/

.things-to-do-grid .fw-grid-item {
    padding: 2px!important;
}

.things-to-do-grid .cr-grid-row {
    background:#ffffff!important;
}

/*End of Things to Do page grid*/

/*Accordion Panel Tables on Mobile*/

.vc_tta-panel-body table {
    max-width:100%!important;
    margin:auto!important;
    float:none!important;
}

.vc_tta-panel-body table tr td {
    vertical-align:top!important;
}

@media (max-width:768px) {
    .vc_tta-panel-body {
        padding:14px 10px!important;
    }
    
    .vc_tta-panel-body table tr td {
        vertical-align:top!important;
        text-align:left!important;
        padding:5px;
    }
}

/*End of Accordion Panel Tables on Mobile*/