/* #d83298 */
/* #7D0A50 */
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

/*-----------------GENERAL-----------------*/
.override-body-styles{
    line-height: 0;
    font-size: 1em;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.pr0 {
    padding-right: 0 !important;
}

.pr1 {
    padding-right: 1rem !important;
}

.pl1 {
    padding-left: 1rem !important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb2 {
    margin-bottom: 2rem;
}

.mt3 {
    margin-top: 3rem !important;
}

.mt5 {
    margin-top: 5rem !important;
}

section {
    padding: 5rem 0;
}

.primary-section{
    background-color: #ffffff;
}

.secondary-section{
    background-color: #f1f1f1;
}

.bold {
    font-weight: 600;
}

.light {
    font-weight: 100;
}

.text-center{
    text-align: center;
}

.full-width {
    width:100%
}

.row [class^=col] img{
    max-width: 100%;
}

.button-smaller {
    font-size: 0.8em !important;
    height: 30px !important;
    line-height: 28px !important;
    padding: 0px 12px !important;
}

.primary-section .button-primary:hover {
    background-color: #ec409b !important;
    border-color: #ec409b !important;
    color: #fff !important;
}

/*-----------------ALL PAGES-----------------*/
.top-image {
    min-height: 100vh;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.top-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

/*.iframeRes {*/
/*    height: 160px;*/
/*    display: block;*/
/*}*/

/*.iframeResMob {*/
/*    display: none;*/
/*    padding-top: 20px;*/
/*}*/

.top-text {
    color: white;
    background: rgba(0, 0, 0, 0.7);
    font-size: 58px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: italic;
    padding: 5px 20px;
    margin-bottom: 2rem;
    text-align: center;
}

@media (max-width: 768px) {
    .row.margin-on-small [class^=col] {
        margin-bottom: 6rem;
    }

    .row.margin-on-small [class^=col]:last-child {
        margin-bottom: 0;
    }

    header [class^=col] {
        margin-bottom: 0 !important;
    }

    .top-image {
        background-attachment: scroll !important;
    }
}

@media (max-width: 991px) {
    .top-text {
        font-size: 42px;
    }

    /*.iframeResMob {*/
    /*    display: block;*/
    /*}*/

    /*.iframeRes {*/
    /*    display: none;*/
    /*}*/
}

.booking-page {
    height: 100vh;
    padding-top: 200px;
    background-color: black;
    color: white;
    text-align: center;
}


/*-----------------HEADER-----------------*/
header {
    position: absolute;
    width: 100%;
    position: fixed;
    z-index: 999;
	transition: all 0.2s linear;
}

.header-content {
    padding: 25px 75px ;
    display: flex;
}

.header-shrink {
    background: rgba(1, 1, 1, 0.75);
}

.header-shrink #logo{
    max-width: 130px;
    transition: all 0.2s linear;
}

.header-shrink .header-content{
    padding: 12px 75px ;
}

#logo {
    width: 100%;
    max-width: 200px;
}

header .social-button{
    width: 22px;
    cursor: pointer;
}

/*---Shared Nav---*/

.nav {
    font-size: 15px;
    float: right;
    font-family: 'Montserrat', sans-serif;
    height: 23px;
}

.nav ul {
    list-style: none;
}

.nav li {
    text-align: center;
}

.nav li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.1s linear;
}

.nav li a.active {
    color: #d83298;
}

/*---Desktop Nav---*/

.desktop-nav-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.desktop-nav {
    float: right;
    height: 23px;
}

.desktop-nav ul {
    list-style: none;
    display: block;
    margin: 0 auto;
}

.desktop-nav li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

.desktop-nav li:first-child {
    padding-left: 0px;
}

.desktop-nav li:last-child {
    padding-right: 0px;
}

/*---Mobile Nav---*/

.mobile-nav ul {
    position: absolute;
    width: 350px;
    height: 100vh;
    margin: -70px 0 0 -280px;
    padding: 25px;
    padding-top: 95px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    font-size: 20px;
}

.mobile-nav li {
    padding: 5px 0;
}

.mobile-nav-toggle input {
    width: 30px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.mobile-nav-toggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}

.mobile-nav-toggle span:first-child {
    transform-origin: 0% 0%;
}

.mobile-nav-toggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.mobile-nav-toggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
}
.mobile-nav-toggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.mobile-nav-toggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

.mobile-nav-toggle input:checked ~ ul {
    transform: none;
}


@media (max-width: 991px) {
    .header-content {
        padding: 25px 25px ;
    }

    .header-shrink .header-content{
        padding: 12px 25px ;
    }
}


/*-----------------FOOTER-----------------*/
footer {
    background-color: #000000;
    color: #ffffff;
    padding: 5rem 0 2.5rem 0;
}

footer .social-button{
    width: 32px;
    margin-bottom: 15px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.1s linear;
}

.FTorange {
    font-family: "Cheddar Jack";
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
    text-decoration: none;
}

.FTorange:hover {
    color: #f79536;
}

@font-face {
    font-family: "Cheddar Jack";
    src: url('../fonts/cheddar_jack-webfont.eot');
    src: url('../fonts/cheddar_jack-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cheddar_jack-webfont.woff2') format('woff2'),
        url('../fonts/cheddar_jack-webfont.woff') format('woff'),
        url('../fonts/cheddar_jack-webfont.ttf') format('truetype'),
        url('../fonts/cheddar_jack-webfont.svg#cheddar_jack-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 768px) {
    footer {
       text-align: center;
    }
}

/*-----------------HOMEPAGE-----------------*/
#homepage-image {
    background: url(../img/header-images/homepage.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
}

.slick-container {
	margin: 0 auto;
	margin-top: 15px;
    display: none;
}

.slick-item img {
	margin: 0 auto;
	width:95%;
}

.slick-caption {
    margin-top: 10px;
    text-align: center;
}

.homepage-img{
    margin-bottom: 2rem;
    display: inline-block;
    border: 1px #f4f4f4 solid;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
}

/*-----------------PRIVATE & BIRTHDAYS-----------------*/
#private-hire-image {
    background: url(../img/header-images/private-hire.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
}

/*-----------------GALLERY-----------------*/
#gallery-image {
    background: url(../img/header-images/gallery.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
}

.gallery-photos{
    text-align: center;
}

.gallery-photos figure {
    display: inline-block;
    margin: 0.55rem;
}

.gallery-photos img {
    border: 1px #f4f4f4 solid;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    width:166px;
}

@media (max-width: 768px) {
    .gallery-photos img {
        width: 230px;
    }
}

.gallery-aftermovies video{
    width:100%;
    max-width: 600px;
}

/*-----------------EVENTS-----------------*/
#events-image {
    background: url(../img/header-images/events.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
}


.event {
    display: flex;
    margin-bottom:30px;
}

.event .event-date {
    background-color: #d83298;
    color: #ffffff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 75px;
    height: 75px;
    line-height: 1.2;
}

.event .event-date .event-day {
    font-size: 3rem;
    font-weight: bold;
}
.event .event-date .event-month {
    font-size: 1.6rem;
}

.event .event-description {
    margin-left: 20px;
    width: 650px;
}

.event .event-links {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .event .event-description .event-date-long h3 {
        font-size: 1.6rem !important;
    }
    .event .event-description .event-name h2 {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 768px) {
    .event .event-date {
        min-width: 60px;
        height: 60px;
    }

    .event .event-date .event-day {
        font-size: 2.4rem;
    }
    .event .event-date .event-month {
        font-size: 1.4rem;
    }
}

/*-----------------PRIVACY-----------------*/
#privacy-policy-button{
    cursor: pointer;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 1000;
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 3% auto; /* 15% from the top and centered */
    padding: 50px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    color: #222;
  }

  /* The Close Button */
  .privacy-policy-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.4;
    margin-top: -20px;
    margin-right: -20px;
  }

  .privacy-policy-close:hover,
  .privacy-policy-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
