:root {
  --mm-pink: #f9dcec;
  --mm-blue: #24ace1;
}

/*  home-page-logo */
.home-page-logo{
    margin-bottom:15px;
    max-height:285px;
}
/*  end of home-page-logo  */


body {
    margin-top: 0px!important;
    font-family: 'Montserrat'!important;
    overflow-x:hidden;
}

textarea{
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  1% { transform: translate(-1px, -2px) rotate(-1deg); }
  1.45% { transform: translate(-3px, 0px) rotate(1deg); }
  1.9% { transform: translate(3px, 2px) rotate(0deg); }
  2.35% { transform: translate(1px, -1px) rotate(1deg); }
  2.8% { transform: translate(-1px, 2px) rotate(-1deg); }
  3.25% { transform: translate(-3px, 1px) rotate(0deg); }
  3.7% { transform: translate(3px, 1px) rotate(-1deg); }
  4.15% { transform: translate(-1px, -1px) rotate(1deg); }
  4.5% { transform: translate(1px, 1px) rotate(0deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}

@keyframes shake-2 {
  0.5% {transform: translate3d(-1px, 0, 0);  }
  1% {transform: translate3d(2px, 0, 0);  }
  1.5% {transform: translate3d(-4px, 0, 0);  }
  2% {transform: translate3d(4px, 0, 0);  }
  2.5% {transform: translate3d(-4px, 0, 0);  }
  3% {transform: translate3d(4px, 0, 0);  }
  3.5% {transform: translate3d(-4px, 0, 0);  }
  4% {transform: translate3d(2px, 0, 0);  }
  4.5% {transform: translate3d(0px, 0, 0);  }
  100% {transform: translate3d(0px, 0, 0);  }
}

@keyframes scale {
        0% {transform: scale(1.0);  }
        1.5% {transform: scale(1.03);  }
        2.5% {transform: scale(1.0);  }
        3.5% {transform: scale(1.03);  }
        4.5% {transform: scale(1.0);  }
        100% {transform: scale(1.0); }
    }

[data-sequence="6"] img {
    animation: shake 11s infinite;
    animation-delay: 750ms;
}
[data-sequence="8"] img {
    animation: scale 11s infinite;
    animation-delay: 1500ms;
}
[data-sequence="18"] img {
    animation: shake 11s infinite;
    animation-delay: 3000ms;
}
[data-sequence="1"] img {
    animation: shake-2 11s infinite;
    animation-delay: 3600ms;
}
[data-sequence="11"] img {
    animation: scale 11s infinite;
    animation-delay: 4300ms;
}
[data-sequence="7"] img {
    animation: shake-2 11s infinite;
    animation-delay: 5300ms;
}
[data-sequence="20"] img {
    animation: shake 11s infinite;
    animation-delay: 5900ms;
}
[data-sequence="13"] img {
    animation: scale 11s infinite;
    animation-delay: 7000ms;
}
[data-sequence="4"] img {
    animation: shake 11s infinite;
    animation-delay: 7500ms;
}
[data-sequence="2"] img {
    animation: shake-2 11s infinite;
    animation-delay: 8500ms;
}
[data-sequence="17"] img {
    animation: shake 11s infinite;
    animation-delay: 9000ms;
}
[data-sequence="15"] img {
    animation: shake-2 11s infinite;
    animation-delay: 1000ms;
}
[data-sequence="9"] img {
    animation: scale 11s infinite;
    animation-delay: 10500ms;
}
[data-sequence="3"] img {
    animation: shake-2 11s infinite;
    animation-delay: 11000ms;
}

.photo-container {
    transition: .3s ease;
}
.photo-container:hover {
    transform: scale(1.03);
    transition: .3s ease;
}

.scrollFade {
  opacity: 1;
  pointer-events: all;
}
.scrollFade--hidden {
  opacity: 0;
  pointer-events: none;
}
.scrollFade--visible {
  opacity: 1;
  pointer-events: all;
}
.scrollFade--animate {
  transition: opacity 0.9s ease-in-out;
}

.se-bd .single-event-details {
    width: 100%;
    padding: 10px;
}
.se-bd .single-event-image.single-event-link {
    width: 100%;
}
.hideme {
    opacity:0;
}
.se-bd .single-event {
    min-height: 446px;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 24px 3px;
}
.content-surround {
    max-width: 1060px;
    width: 100%;
    position: relative;
    margin: 50px 0 0;
}
.si-height-control {
     height: 729px;
}
.site-menu-list {
    display: none;   
}
.mobile-images {
    width: 100%;
    max-width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mm-logo-mobile {
    margin-bottom: 10px;
    display: none;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:7px;
}
.event-nav {
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-size: 14px;
}
.elb-above {
    text-align: right;
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-size: 14px;
    margin-bottom: 0px;
    color: #666;
}
.epb-above {
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-size: 14px;
    margin-bottom: 0px;
    color: #666;
}
.book-call-2 {
    text-align: center;
}
.open-nav-click {
    display: none;
}
.np-events.row {
    margin-top: 173px;
}
.event-nav {
    cursor: pointer;
}
.next-event {
    text-align: right;
}
.single-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.single-image {
    margin-top: 5px;
}
.np-separate {
    color: #9c9c9c;
}
.nav-arrows {
    text-align: center!important;
    margin-top: 16px;
}
.animate__animated.animate__fadeIn {
  --animate-duration: 2s;
}
#navbar-menu {
    margin-top: -10px;
}
.nav-arrows div {
    display: inline-block;
    float: none!important;
    overflow: inherit!important;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
}
.logo-sl {
    padding-left: 14px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 16px;
    color: #aaa;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.mc-list {
    padding-left: 20px;
}
.page-surround {
    padding: 14px 56px 40px 40px;
    margin-right: 40px;
}
.logo-link-2 {
    text-decoration: none!important;
}
.mc-text {
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0px;
    margin: 0 0 1em;
    color: #666;
    text-align: justify;
}
.mc-list li {
    font-family: proxima-nova, sans-serif;;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0px;
    color: #666;
}
.pt-header {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
    text-transform: none;
    font-size: 26px;
    letter-spacing: 0px;
    margin: 1em 0 0.5em;
}
.mm-logo {
    max-width: 100%;
    width: 551px;
}
.mp-footer {
    margin-top: 32px;
}
label {
    font-family: proxima-nova, sans-serif;
    color: #666;
}
.gc-wrap {
    width: 157px;
}
#icsL1 {
    float: right;
}
.gc-wrap p {
    display: inline-block;
}
.logo-sl-mobile {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 16px;
    color: #aaa;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
    display: none;
}
.ms-rule {
    width: 40%;
    margin-bottom: 2px;
    margin-top: 2px;
}
.footer-mail {
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0px;
    margin: 0 0 1em;
    color: #666;
    font-family: proxima-nova, sans-serif;
}
.ph-sec.phone-field {
    width: 43%;
}

.cal-events {
    color: #000;
    text-decoration: none!important;
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    cursor: pointer
}
.cal-events:hover {
    color: #444;
}
.mc-sm-sub {
    padding: 0.5em 0 0.5em;
    font-size: 12px;
    opacity: .7;
    display: block;
    white-space: pre-wrap;
    margin-bottom: 0px;
    font-family: proxima-nova, sans-serif;
    color: #666;
}
.adr-text {
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0px;
    margin: 0 0 1em;
    font-family: proxima-nova, sans-serif;
    color: #666;
}
.close-button {
    position: absolute;
    top: 36px;
    right: 40px;
    font-size: 20px;
    cursor: pointer;
    padding: 20px;
    margin: -20px;
    font-family: proxima-nova;
    z-index: 200;
}

.booking-map {
    margin-top: 32px;
}

/* ***************** Party Slider ****** */

.sticky-slider{
    position: fixed;
    width: 436px;
    height: 502px;
    top: 60px;
    right: -394px;
    z-index: 100;
    transition: right 1s ease 0s;
}

#barking-slider{
    top: 272px;
}

.sticky-tab {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 208px;
    width: 42px;
    background-color: var(--mm-blue);
    border-radius: 10px 0px 0px 10px;
    z-index: 900;
    vertical-align:top;
}
.tab-title {
    position: absolute;
    color: #fff;
    font-size: 18px;
    transform: rotate(270deg);
    top: 89px;
    width: 157px;
    right: -60px;
}
.tab-title:hover {
    text-decoration:none;
    color:#ffffff;
}
.sticky-container {
    position: relative;
    display: inline-block;
    background-color:#ffffff;
    width:390px;
    height:425px;
    border-top: solid var(--mm-blue) 4px;
    border-bottom: solid var(--mm-blue) 4px;
    border-left: solid var(--mm-blue) 4px;
    border-bottom-left-radius: 5px;
    margin-left:-4px;
}

.sticky-container .party-banner{
    height:417px;
}

.sticky-slider:hover{
    right: -4px;
    transition: right 1s ease 0s;
}

.party-banner{
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border: 25px solid var(--mm-pink);
    line-height: 1.75rem;
}
.party-banner h3{
    font-size:20px;
}
.party-banner div, .party-banner p, .party-banner h3{
    display:inline-block;
    vertical-align: top;
}
.party-banner-text{
    padding: 20px; 
    width:75%;
    max-width:430px;
}

.close-link{
    display: block;
    position: absolute;
    bottom: 28px;
    left: 45%;
    text-decoration: underline;
    cursor: pointer;
}

.sticky-slider.nohover:hover {
    right: -394px!important;
}

.contact-button{
    border: 2px solid #000;
    padding:10px;
    transition: 0.1s background-color linear, 0.1s color linear;
    background-color: #ffffff;
    color: #272727;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    margin-top: 28px;
}
.contact-button:hover{
    text-decoration:none;
    color:#ffffff;
    background-color: #000000;
}

/* ***************** END Party Slider ****** */

.grecaptcha-logo iframe{
    margin-top: 0px;
}

input[type="submit"] {
    border: 2px solid #000;
    transition: 0.1s background-color linear, 0.1s color linear;
    background-color: transparent;
    color: #272727;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat'!important;
    width: 131px!important;
    margin-top: 28px;
}
input[type="submit"]:hover {
    color: #fff;
    background: #000;
}

.milkshake-button{
    border: 2px solid #000;
    transition: 0.1s background-color linear, 0.1s color linear;
    background-color: transparent;
    color: #272727;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat'!important;
    width: 131px!important;
    margin-top: 28px;
}

.milkshake-button:hover{
    color: #fff;
    background: #000;
}

.booking-call {
    margin-top: 35px;
    text-align: center;
    font-size: 38px;
}

.booking-c-number {
    text-align: center;
    font-size: 32px;
}

textarea#formMessage {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 128px;
}
label {
    font-size: 13px;
    margin-bottom: 0px;
}
.f--ter-mail-link {
    color: #666!important;
    text-decoration: none!important;
}
.soc-link {
    color: #444;
    transition-duration: 0.3s;
    margin-right: 8px;
}
.footer-social:hover .soc-link {
    color: rgba(0,0,0,.4);
}
.soc-link:hover {
    color: #444!important;
    transition-duration: 0.3s;
}
.ph-sec input {
/*    width: 60px; */
}
.ph-sec {
    display: inline-block;
/*    width: 60px; */
    margin-right: 6px;
}
input {
    width: 100%;
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mc-list a {
    color: #9c9c9c;
    text-decoration: none!important;
}
.mc-list a:hover {
    color: #000;
}
.form-contain input {
    width: 100%;
}
.form-contain select {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.date-field input {
    width: 60px;
}
.checkbox {
    width: 20px!important;
}
.field-label {
    font-size: 12px;
    font-family: proxima-nova;
    font-weight: 400;
}
.mc-text.fh-text {
    margin-bottom: -1px;
    margin-top: 0px;
}
.adr-text {
    padding-left: 17px;
}
.adr-text.adr-heading-2 {
    margin-top: 36px;
}
.adr-text.adr-heading-3 {
    margin-top: 36px;
}
.adr-text strong {
    font-weight: bold;
    margin-top: 18px!important;
    display: block;
}
.col-md-6.fi-col {
    padding-right: 0px;
}
.single-event {
    width: 100%;
    display: inline-block;
    margin-bottom: 68px;
}
.single-event-image {
    display: inline-block;
    width: 336px;
    height: 224px;
    overflow: hidden;
    float: left;
    position: relative;
}
.abt-img-1 {
    width: 100%;
    height: 362px;
    background-image: url(https://admin.dev.milkshake-madness.com/img/gallery_images/waffle-bueno.jpeg);
    background-size: cover;
    background-position: center center;
}
.abt-img-2 {
    width: 100%;
    height: 387px;
    background-image: url(https://admin.dev.milkshake-madness.com/img/gallery_images/valentines.jpg);
    background-size: cover;
    background-position: center center;
}
.range-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.range-list {
    text-align: center;
    font-size: 18px;
}
.mc-text.ac-1 {
    font-size: 18px;
}
.row.abt-top-row {
    padding: 30px 0px;
}
.single-event-image.single-event-link img {
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
}
.wb-end-date:empty {
    display: none;
}
.event-date-block small {
    display: block;
    text-align: center;
}
.wb-start-month {
    text-transform: uppercase;
    font-size: 14px;
}
.wb-end-date {
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    margin: 1px 0 0 0;
    padding-top: 6px;
    font-size: 11px;
}
.event-desc {
    display: block;
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 17px;
    color: #666;
}
.back-button:before {
    content: "\2190\0020 ";
}
.is-event .single-event-image {
    display: none;
}
.expired .strike {
    top: 0px;
    height: 68px;
    transform: rotate(38deg);
    display: block;
    background: #000;
    left: 35px;
    width: 1px;
    position: absolute;
}
.event-desc a {
    text-decoration: underline;
    color: #000;
}
.event-desc a:hover {
    color: #444;
}
.event-r-time {
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0px;
    color: #666;
}
.event-r-date {
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0px;
    color: #666;
}
.wb-start-num {
    font-size: 26px;
    font-weight: 400;
    margin-top: -5px;
}
.is-event .single-event-details {
    padding-left: 0px;
    width: 100%;
}
.is-event .event-r-date {
    display: block;
}
.is-event .event-desc {
    margin-top: 0px;
    max-width: 430px;
}
.booking-page-link {
    text-decoration: underline;
    color: #000;
}
.booking-page-link:hover {
    color: #444;
}
.mc-text.ep-mc-text {
    margin-bottom: 30px;
}
.single-event-header {
    margin: 0 0 17px 0 !important;
    padding: 0 !important;
    font-size: 28px !important;
    line-height: 1.2em !important;
    font-family: Montserrat;
    font-weight: 700;
}
.is-event .single-event-header {
    margin-bottom: 34px!important;
}
.event-date-block {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 70px;
    padding: 6px;
    color: #c2c2c2;
    font-family: proxima-nova;
}
.single-event-details{
    display:inline-block;
    width: 65%;
    padding: 0 0 0 34px;
    box-sizing: border-box;
}
.single-event-link{
    cursor:pointer;
}
.back-button {
    cursor: pointer;
    margin-bottom: 51px;
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-size: 14px;
    color: #000;
}



.sidebar-dark-primary{
	
	background-color:#1a1a1a;
	
}

.nav-link.active{
	
	background-color: #ffffff!important;
    color: #1a1a1a!important;
	
}

.content{
	
	padding-bottom:50px!important;
	
}

.category_select{
	
	width:100%;
	
}

.category_select ul{
	
	width:100%;
	list-style:none;
	padding-left:0px;
	
}

.category_select li{
	
	padding: 5px;
    background-color: #3e3440;
    color: white;
    margin-top: 5px;
	
}

.category_select li:hover{
	
    background-color: #5d505f;
	
}

.card-disabled{
	
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #3e3440bd;
    top: 0;
    left: 0;
    border-radius: 5px;
	
}

.opening-times-table{
	
	width:100%;
	
}

.checkout-tabs{
	
	height:100px;
	width:100%;
	margin-bottom:25px;
	color: #bfbfbf;
	cursor:pointer;
	margin-top:-16px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	
}

.icon-tab.selected{
	
	border-bottom:3px solid #1a1a1a;
	color:#1a1a1a;
	
}

.icon-tab:first-child{
	
	border-right: 1px solid rgba(0,0,0,.1);
	
}

.icon-tab{
	
	height:100px;
	width:50%;
	padding:10px 5px;
	float:left;
	text-align:center;
	
}

.icon-tab i{
	
	font-size:60px;
	
}

.quantity-input{
	
	width:30px;
	border:none;
	text-align:center;
	
}

.quantity-input{
	
	width:30px;
	border:none;
	line-height: 28px;
	float:left;
	text-align:center;
	
}


.single-event {
    transition: .3s ease;
}
.single-event:hover {
    transform: scale(1.05);
    transition: .3s ease;
}

.quantity-input-container{
	
	height:30px;
	
}
.milkshake-button {
    background: #a6d9f7;
}
.booking-c-mail {
    text-align: center;
    font-size: 19px;
}
.minus-button{
	
	height:30px;
	color:white;
	background-color:#1a1a1a;
	width:30px;
	line-height:30px;
	border-radius:15px;
	float:left;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
	margin-right:5px;
	text-align:center;
	
}

input:focus {
    outline-width: 0;
}

.plus-button{
	
	height:30px;
	color:white;
	background-color:#1a1a1a;
	width:30px;
	border-radius:15px;
	line-height:30px;
	float:left;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
	margin-left:5px;
	text-align:center;
	
}

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero.jpg");
	height: 600px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}

.hero-text{
	
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0px;
	color:white;
	width:100%;
	padding-bottom:200px;
	
}

.custom-button{
	
	background-color:#1a1a1a;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:30px;
	padding-left:30px;
	height:50px;
	border-radius:25px;
	border:none;
	
}

.custom-button:disabled{
	
	background-color:#bfbfbf;
	
}


.nav-links{
	
	grid-column: 2 / -1;
	
}

.nav-links ul{
	
	list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
	
}

.nav-links a{
	
	float:right;
	color:white;
	height:50px;
	line-height:50px;
	padding-right:15px;
	padding-left:15px;
	
	
}

.nav-links a:hover{
	
	background-color: #1a1a1a;
	text-decoration:none;
	
}

.menu-title{
	
	line-height: 60px;
	
}

.menu-description{
	
	margin-top: 1rem;
    font-size: 15px;
    color: #6b6e70;
	
}

.menu-parent{
	
	position: absolute;
    background-color: white;
    width: 100%;
    top: -100px;
	box-shadow: 0px 0px 20px #0000001f;
	padding:25px;
	border-radius:7px;
	margin-bottom:50px;
	left:0px;
	
}

.menu-list{
	
	list-style:none;
	padding-left:0px;
	background-color:white;
	
}

.menu-list li{
	
	padding-left:25px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid lightgrey;
	position:relative;
	cursor:pointer;
	
}

.back-link{
	
	color: #1a1a1a;
	
}

.item-price{
	
	position:absolute;
	right:5px;
	color: #48a34b;
	font-weight:bold;
	top: 50%;
    margin-top: -9.5px;
	
}

.menu-list li:hover{
	
	background-color:#e7e7e7;
	
}

.footer{
	
	background-color:#1a1a1a;
	width:100%;
	min-height:50px;
	padding-top:25px;
	padding-bottom:25px;
	
}

.footer-col{
	
	color:white;

}

.cart-link{
	
	display:none;
	
}

.cart-count{

	top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    color: black;
    position: absolute;
    line-height: 15px;
    text-align: center;
	
}

.cart-parent{
	
	position: absolute;
    background-color: white;
    width: 100%;
    top: -48px;
	left:0px;
	box-shadow: 0px 0px 20px #0000001f;
	padding:25px;
	border-radius:7px;
	margin-bottom:50px;
	
}

.cart-hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero.jpg");
	height: 300px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}

.account-hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero.jpg");
	height: 300px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}

.cart-text{
	
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0px;
	color:white;
	width:100%;
	padding-bottom:200px;
	
}

.cart-list{
	
	list-style:none;
	padding-left:0px;
	background-color:white;
	
}

.cart-list li{
	
	padding-left:35px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid lightgrey;
	position:relative;
	cursor:pointer;
	
}

.item-price{
	
	position:absolute;
	right:5px;
	color: #48a34b;
	font-weight:bold;
	top: 50%;
    margin-top: -9.5px;
	
}

.collapse-card-header{
	
	height:50px;
	width:100%;
	background-color:#1a1a1a;
	color:White;
	cursor:pointer;
	padding-left:10px;
	line-height:50px;
	
}

.collapse-card-header i{
	
	margin-right:10px;
	
}

.collapse-card{
	
	width:100%;
	transition:height 0.5s;
    height: 50px;
    overflow: hidden;
	
}

.remove-cart{
	
    position: absolute;
    color: #b80000;
    left: 12px;
    top: 50%;
    margin-top: -8px;
	
}

.cart-empty{
	
	display:none;
	
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-container:hover input ~ .radio-checkmark {
  background-color: #ccc;
}

.radio-container input:checked ~ .radio-checkmark {
  background-color: #1a1a1a;
}

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

.radio-container .radio-checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.account-page-nav{
	
	height: 40px;
    background-color: #1a1a1a;
	
}

.account-page-nav ul {
	
	list-style:none;
	padding-left:0px;
	margin: 0px;
	
}

.account-page-nav li {
	
	float:left;
	height:40px;
	
}

.account-page-nav a {
	
	color:white;
	line-height:40px;
	padding-right:10px;
	padding-left:10px;
	
}

.account-page-nav a:hover {
	
	text-decoration:none;
	
}

.account-page-nav li:hover {
	
	background-color:#1a1a1a;
	
}

.custom-card{
	
	min-height:300px;
	box-shadow: 0px 0px 20px #0000001f;
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
	background-color:white;
	padding:20px;
	position:relative;
	
}

.custom-card-title{
	
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
	
}

.checkout-parent{
	
	position: absolute;
    background-color: white;
    width: 100%;
    top: -100px;
	left:0px;
	box-shadow: 0px 0px 20px #0000001f;
	padding:25px;
	border-radius:7px;
	margin-bottom:50px;
	
}

.checkout-title{
	
	line-height: 60px;
	
}

.cart-list-display{
	
	list-style:none;
	padding-left:0px;
	background-color:white;
	
}

.cart-list-display li{
	
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid lightgrey;
	position:relative;
	cursor:pointer;
	
}

.custom-input{
	
	width: 100%;
    border: 1px solid #cacaca;
    padding: 5px;
    border-radius: 5px;
	
}

.custom-input:focus{
	
	outline-width: 0;
	
}

.spinner-container{
	
	height:100vh;
	width:100vw;
	position:fixed;
	background-color:#00000070;
	top:0px;
	left:0px;
	z-index:2000;
	display:none;

	
}

.lds-roller {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes progress-loader {
  0% {
	opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

.progress-loader{
	animation: progress-loader 1s infinite;
}

.order-view-text-container{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}

.order-icon-container{
    height: 150px;
    width: 150px;
    line-height: 150px;
    font-size: 50px;
    display: inline-block;
    border-radius: 75px;
    background-color: #1a1a1a;
	margin-bottom:50px;
}

.order-icon-container i{
	color:white;
}

.order-icon-container-sm{
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 25px;
    display: inline-block;
    border-radius: 39px;
    background-color: #1a1a1a;
	margin-bottom:50px;
}

.order-icon-container-sm i{
	color:white;
}

@media only screen and (max-width: 1217px) {
    .mc-sm-sub.ol-mar {
        margin-bottom: 18px;
    }
}
    
@media only screen and (max-width: 1174px) {
    .site-navbar {
        display: block!important;
    }
    .site-navbar ul li a {
        padding: 20px 20px 20px 20px!important;
    }
    .si-height-control {
         height: 601px;
    }
}

@media only screen and (max-width: 1143px) {
    .se-bd .single-event {
        min-height: 510px;
    }
}
    
@media only screen and (max-width: 1055px) {
    .single-event-details {
        width: 48%;
    }
}
    
@media only screen and (max-width: 979px) {
    .si-height-control {
        height: 523px;
    }
}


@media only screen and (max-width: 882px) {
.se-bd .single-event {
    min-height: 556px;
}
}

@media only screen and (max-width: 859px) {
    .si-height-control {
        height: 437px;
    }
    .is-event .event-desc {
        float: none;
        margin-top: 25px !important;
        max-width: 100%;
    }
    .hide-on-mobile {
        display: none;
    }
    .party-banner-text{
        width:100%;
    }
}

@media only screen and (max-width: 800px) {
    .mobile-images {
        display: block !important;
    }
    #image-gallery .picrow {
      display: none !important;
    }
    .page-surround {
        padding: 14px 26px 38px 26px !important;
    }
}

@media only screen and (min-width: 768px) {
    .logo-sl {
        padding-right: 14px;
        font-family: Montserrat;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        font-size: 16px;
        color: #aaa;
        padding-bottom: 12px;
        text-transform: uppercase;
        text-align: right;
        margin-top: -13px;
        max-width: 100%;
        width: 551px;
    }
}


@media only screen and (max-width: 767px) {
    .logo-sl-mobile {
        display: block !important;
    }
    .logo-sl {
        display: none;
    }
    .elb-above {
        text-align: left;
        margin-top: 20px;
    }
    .se-bd .single-event {
        min-height: 490px;
    }
    .logo-sl {
        margin-bottom: 30px;
        padding-bottom: 0px;
    }
    .next-event {
        text-align: left;
    }
    .logo-sl {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
        .single-event-details {
        padding-left: 0px;
        width: 100%;
        margin-top: 19px;
    }
    .single-event-image.single-event-link {
        max-width: 100%;
    }
    .event-r-time {
        display: block;
    }
        .mm-logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 20px;
    }
    .logo-sl {
        text-align: center;
    }
    .single-image img {
        max-width: 100%;
        height: auto;
    }
    .site-menu-list {
      display: block;
      height: 0;
      width: 100%;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #111;
      overflow-x: hidden;
      transition: 0.5s;  
    }
    .open-nav-click {
        display: block;
    }
    .site-menu-list a {
      padding: 8px 8px 8px 8px;
      text-decoration: none;
      font-size: 16px !important;
      color: rgba(156,156,156,.7);
      display: block;
      transition: 0.3s;
    }
    #mobile-navbar-menu a {
        text-align: center;
        text-transform: uppercase;
    }
    #mobile-navbar-menu {
        list-style: none;
        padding: 0;
    }
    .open-nav-click {
        text-align: center;
        cursor: pointer;
        display: block;
        font-size: 16px !important;
        color: #9c9c9c;
    }
    .site-menu-list a:hover {
      color: #f1f1f1;
    }
    .site-menu-list .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    .page-surround {
      transition: margin-top .5s;  
    }
    .nav-toggler {
      display: none !important;
    }
}


@media only screen and (max-width: 700px) {
  .nav-links{
		grid-column: 1 / -1;
	}
	
	.hero-text{
		padding-top:75px;
	}
	
}

@media only screen and (max-width: 570px) {
    .mm-logo-mobile {
        display: block !important;
    }
    
    .mm-logo {
        display: none;
    }

    .party-banner{
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 450px){
    .booking-c-mail {
        font-size: 12px;
    }
}
  
/* mobile breakpoint start */
@media screen and (max-width: 767px) {
    .container {
      max-width: 720px;
    }
    /* navbar css for mobile start */
    .nav-toggler{
      display: block;
    }
    .site-navbar {
      min-height: 60px;
    }
    .site-navbar ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 60px);
        left: 0;
        top: 0px;
        flex-direction: column;
        align-items: center;
        background-color: rgba(0,0,0,.75);
        max-height: 0;
        overflow: hidden;
        transition: .3s;
    }
    .site-navbar ul li {
      width: 100%;
      text-align: center;
    }
    .site-navbar ul li a {
      padding: 25px;
    }
    .site-navbar ul li a:hover {
      background-color: rgba(255,255,255,.1);
    }
    .site-navbar ul.open {
        max-height: 446px;
        overflow: visible;
        z-index: 100;
    }
    .site-navbar {
        display: block!important;
    }
    
    .site-navbar ul li a {
        color: #fff;
    }
    .nav-toggler {
        position: absolute;
        border: none!important;
        top: 5px;
        width: 58px;
        left: 50%;
        margin-left: -29px;
    }
    .intro-area h2 {
      font-size: 36px;
      margin-bottom: 15px;
    }  
    /* navbar css for mobile end */
  }
  /* mobile breakpoint end */

    .custom-card-body{
    	overflow-y:scroll;
    	padding:10px;
    	height:100%;
    }
    
    .custom-card-title .badge{
    	float:right;
    	margin-left:10px;
    	cursor:pointer;
    	margin-top: 3px;
    }
    
    .menu-parent .badge{
    	float: right;
        margin-top: -53px;
        font-size: 19px;
    }
    
    .opening-time-list{
    	list-style: none;
        padding-left: 0px;
    	font-size:14px;
    }
    
    .order-summary-list{
    	list-style: none;
        padding-left: 0px;
    }
    
    .footer {
        background: black;
        color: white;
    }
    .footer .links ul {
        list-style-type: none;
    }
    .footer .links li a {
        color: white;
        transition: color 0.2s;
    }
    .footer .links li a:hover {
        text-decoration: none;
        color: #4180CB;
    }
    .footer .about-company i {
        font-size: 25px;
    }
    .footer .about-company a {
        color: white;
        transition: color 0.2s;
    }
    .footer .about-company a:hover {
        color: #4180CB;
    }
    .footer .location i {
        font-size: 18px;
    }
    .footer .copyright p {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
      
  
    /* navbar regular css start */
    .header-area{
        width: 100%;
        z-index: 25;
        top: 0px;
    }

    .site-navbar {
        display: flex;
        align-items: center;
    }
    
    a.site-logo {
        font-size: 26px;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
    }
    
    .site-navbar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    
    .site-navbar ul li a {
        color: #9c9c9c;
        padding: 12px 20px 20px 20px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .site-navbar ul li a:hover {
        background: rgba(255,255,255,.1);
        color: #000;
    }
  
  /* navbar regular css end */
  
  
  /* nav-toggler css start */
  .nav-toggler {
    border: 3px solid #fff;
	padding: 5px;
	z-index: 32;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
  }
  .nav-toggler span, 
  .nav-toggler span:before, 
  .nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s;
  }
  .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
  }
  .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
  }
  .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
  }
  .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
  }
  /* nav-toggler css start */
  
  
  /* intro-area css start */
  .intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .intro-area h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .intro-area p {
    font-size: 18px;
  }
  /* intro-area css end */