/*
===================================================
== CSS Amendments / Update History:
---------------------------------------------------
== Created using Vennersys CSS Helper. 
== Version: 1.0.0.4
== 
== 
===================================================
*/

/* PRIMARY COLOURS, SET THESE BELOW AS VARIABLES INSTEAD OF SETTING EACH OBJECT TO A SPECIFIC COLOR. */
/* YOU CAN CALL THIS BY SAYING 
.Something {
	color: var(--your-root-name);
	OR for background:
	background-color: var(--your-root-name);
}
 */
 
:root {
     --primary-Button:  #b0985d !important;
     --secondary-Button:  #3D2620 ;
     --nav-bar:  #b0985d !important;
     --footer-color:  #e5f2dd;
     --font-color:  #fff !important;
     --background-color:  #e5f2dd;
     --ticket-selector:  #e5f2dd !important;
     --header-color:  #fff;
}
/* #59265e    */
@media (max-width: 100%) {
.nav-container {
    z-index: 2;
    max-width: 100px !important;
}

.title, .title-sub {
	text-align: center;
	max-width: 250px !important;
}

.footer {
    margin-top: 4rem;
    padding: 2.5rem 0px 2rem;
    background-color: var(--color-brown-dark);
    color: var(--font-color);
    font-size: 0.93rem;
    max-width: 10px;
    position: fixed;
    bottom: 0px;
}

.page-description {
    margin-top: 0.7rem;
    font-size: 1.03rem;
    color: var(--color-brown-dark);
    max-width: 250px !important;
}

.main-container, .nav-content {
    display: inline-grid;
    max-width: 138px !important;
}

.nav-container > .nav-content.nav-content-padding {
    height: 1rem;
    max-width: 1px;
}

.footer .footer-logo {
    display: inline-block;
    height: 5rem;
    width: 6rem;
    padding: 0.5rem;
    margin-top: -5rem;
    vertical-align: top;
    border-radius: 5rem;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.background-yellow {
    max-width: 10px;
}

.tile-container > .tile {
    width: 240px;
    padding: 1rem;
    float: left;
    text-decoration: none;
}
.nav-basket-container .basket-button {
    display: flex;
    border-radius: 0.3rem;
    border: 1px solid var(--font-color);
    cursor: pointer;
}
.tile-container > .tile {
    padding: 0rem;
    float: left;
    display: block;
    text-decoration: none;
    max-width: 150px !important;
}
}
@media (max-width: 800px) {
  
html, body {
   margin: 0px;
   padding: 0px;
   height: 100%;
   overflow-x: hidden !important;
   max-width: 100% !important;
}
	
}

.nav-menu-container .menu-container span:hover {
    background-color: var(--font-color);
    display: block;
    color: black;
}

.background-yellow {
    background-color: var(--nav-Bar);
}

#nav-basket-container .header, #nav-basket-container .header-sub {
    color: rgb(69, 69, 69);
}

.background-yellow .header, .background-yellow .header-sub, #nav-basket-container .basket-price {
    color: rgb(69, 69, 69);
}

.web-sale-items-container .tab-container .tab.selected {
    color: var(--font-color) !important;
}
 .tile-container > .tile > .tile-content > .tile-details > button::before {
    content: "Book Now";
}

.nav-container > .nav-content .nav-logo {
    height: 1rem;
    width: 1rem;
}

.tile-container > .tile > .tile-content > .tile-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--color-grey-light);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
	height: 400px;
}

.tile-container > .tile {
    padding: 1rem;
    float: left;
    text-decoration: none;
}

.font-color-white {
    color: var(--font-color);
}

.button-container .button.orange {
    color: white !important;
    background-color: var(--primary-Button);
}

.button-container .button.orange:hover {
    background-color: #D1B8FF !important;
    color:#fff !important;;
}

.button-container .button.orange:disabled {
    background-color: var(--primary-Button);
}

.button-container .button.grey {
    background-color: var(--primary-Button);
    color: #ffff;
}

.button-container .button.grey:hover {
    background-color: #D1B8FF !important;
    color:#ffff !important;
}
.nav-menu-container .menu-container span {
    color: var(--font-color);
}

.footer {
    margin-top: 5rem;
    padding: 0.5rem 1rem 0.5rem 10px;
	background-image: url('');
    background-color: var(--footer-color);
    color: var(--font-color);
    font-size: 0.93rem;
    
}

.footer .footer-logo {
    display: inline-block;
    width: 26rem;
    padding: 0 0 0 0;
    margin-top: 2rem;
    vertical-align: top;
    border-radius: 5rem;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.quantity-control .quantity-down, .quantity-control .quantity-up {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    margin: 0.3rem;
    background-color: var(--ticket-selector);
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-block: 0.4rem solid var(--ticket-selector);
    transition-duration: 0.2s;
}

.quantity-control .quantity-down{
    background-color: #b0985d;
    border-block: 0.4rem solid #b0985d;
}

.quantity-control .quantity-up{
    background-color: #b0985d;
    border-block: 0.4rem solid #b0985d;
}

.quantity-control:hover .quantity-down:hover, .quantity-control:hover .quantity-up:hover {
   width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    margin: 0.3rem;
    background-color: #D1B8FF !important ;
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-block: 0.4rem solid  #D1B8FF !important;
    transition-duration: 0.2s;
    
}

.web-sale-items-container .web-sale-item .web-sale-item-header {
    padding: 0.5rem 0.7rem;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    background-color: var(--primary-Button);
    color: white !important;
    font-weight: 500;
}

.web-sale-items-container .tab-container .tab:last-child {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.font-color-orange-dark {
    color: black;
	font-size: 2rem;
	
}
.general-container .font-color-orange-dark{

	font-size: 1rem;
}

.nav-basket-container .basket-button {
    display: inline-block;
    padding: 0.15rem 0.5rem 0.15rem 0.25rem;
    border-radius: 0.3rem;
    border: 1px solid var(--font-color);
    cursor: pointer;
    background-color: var(--primary-Button);
}

.background-yellow .header, .background-yellow .header-sub, #nav-basket-container .basket-price {
    color: #fff;
}

.background-yellow {
    background-color: #b0985d !important;
	margin-top: -17px;
	min-height: 73px;
}

.tile-details {
    background-color: var(--primary-Button);
    color: var(--font-color);
    min-height: 253px;
}

.tile-container > .tile > .tile-content > .tile-details > button {
    border: none;
}

.tile-container > .tile > .tile-content > .tile-details > .tile-description {
     margin-bottom: 1.5rem;
     color: white;
     min-height: 48px;
	 white-space: wrap !important;
}

.tile-container > .tile > .tile-content > .tile-details > .tile-title {
    margin: 1rem 0px;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: white;
    min-height: 62px;
	/*white-space: wrap !important;*/
	
}

.tile-container > .tile > .tile-content > .tile-details > button {
    background-color: var(--footer-color);
	border-block-color:white !important;
	border-left-color:white !important;
	border-right-color: white !important;
    color: black !important;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;

}

.tile-container > .tile:hover > .tile-content > .tile-details > button {
  background-color: #b0985d;
  transition-duration: 0.2s;

}

.tile-container > .tile:hover > .tile-content:hover > .tile-details > button {
    background-color: #D1B8FF;
	color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #D1B8FF !important; 
}

.main-container .upsell-splash-container .upsell-splash .img-container {
    height: 35px;
    margin: 0px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: none !important;
}

.nav-menu-container .menu-button {
    display: inline-block !important;
    padding: 0.15rem 0.5rem 0.15rem 0.15rem !important;
    border-radius: 0.3rem !important;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    cursor: pointer !important;
}

.nav-menu-container {
    float: right;
    position: relative;
    margin-top: -0.35rem;
}

.nav-menu-container:not(menu-icon) {
    display: inline-block !important;
}


body {
    background-color: white !important;
    background-attachment: fixed;
    background-position: left bottom;
    overflow-x: hidden !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#powered-by {
    margin-top: 30px;
    color: white;
}

.web-sale-items-container .tab-container .tab.selected {
    color: white !important;
    cursor: default;
    background-color: var(--nav-bar) !important;
	
}

.web-sale-items-container .web-sale-item .web-sale-item-header {
    color: #ffff !important;
    background-color: var(--nav-bar) !important;
}



/* TWEAKS TO MAKE PAGE WIDER AND RESPONSIVE. */

.web-sale-item-details {
    margin-bottom: 0.5rem;
}

.web-sale-items-container {
    max-width: 50% !important;
}

.general-container {
    max-width: 100% !important;
    padding: 1.2rem 0.9rem;
}

.toggle-menu{
    display: none !important;
}

@media screen and (max-width: 769px){
.web-sale-items-container {
    max-width: 500px !important;
}

.general-container {
    max-width: 500px !important;
    padding: 1.2rem 0.9rem;
}
}


/* CUSTOM PER CUSTOMER */

@media screen and (max-width: 769px){
#header-logo img {
  padding: 0px 0px 0px 0px;
  margin-left: 0px;
  height: 120px;  
}
}

.customer-area-menu__button-icon {
    display: none !important;
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: top;
    margin-top: 0.1rem;
    background-image: url('https://uat.venpos.net/site/Styles/Bathurs827/images/person-white.svg') !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-basket-container .basket-button .basket-icon {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: top;
    margin-top: 0.1rem;
    background-image: url('https://uat.venpos.net/site/Styles/Bathurs827/images/basket.svg') !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-basket-container .basket-button .basket-icon {
    background-image: url("https://dev.venpos.net/VenPosJourneyUI/images/basket.png") !important;
}

.nav-menu-container .menu-button .menu-icon {
    z-index: -1;
    display: none !important;
    height: 3.5rem !important;
    width: 3.5rem !important;
    vertical-align: top !important;
    margin-top: 1.8rem !important;
    background-image: url('https://uat.venpos.net/site/Images/Resource/826827_menu-blue.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* CUSTOMER LOGO, LOGO SHOULD BE ADDED USING HTML IN THE HEADER TEXT. */
/* HEIGHT AND POSITIONING CAN BE CONFIGURED BELOW. */
.container img {
    height: 180px;
    visibility: visible;
     margin-bottom: 1rem;
	margin-top: -2rem;
	margin-right: auto !important;
	margin-left: 100px !important;
	
}

/* MOBILE CONFIGURATION FOR LOGO */

@media screen and (max-width: 769px){
.container img {
    height: 127px;
    visibility: visible;
    margin-top: -3rem;
    align: centre !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
}

body {
    overflow-x: hidden !important;
    /*background:linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('https://online1.venpos.net/site/Images/Resource/989990_21001829_PP_DesignOutput15.png') !important;*/
    background-color:  #ffffpeachpuff !important;
    background-attachment: fixed;
    background-size: cover!important;
    background-position: bottom left;
    background-repeat: no-repeat!important;

}

.nav-container:not(.background-yellow) {
    background-color: #white !important;
    Margin-top: -30px;
    
}

.nav-header {
    z-index: 0;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: contain !important;
}

.btn-primary{
    background-color: var(--header-color);
    border:none;
    color: #003A62;
}

.margin-button .btn-primary{
    display: none;
}

.day-cost{
    color:black;
}

.day-content{
    border-color: black !important;

}

.day-content .font-color-orange-dark {
    border-color: black !important;

}

.time-selector--grid .time-selector__time--selected{
    border-color: black !important;
}

.footer td img {
    height: 80px !important;
    width: 70px !important;
}

.footer td {
    color: white;
    
}

.web-sale-items-container .tab-container .tab {
  max-width: 100% !important;
}

#payment-icons-container {
    display: block;
    width: 100% !important;
    justify-content: center !important;
}

#payment-table {
    display: flex;
    justify-content: center;
}

.nav-basket-container .basket-container{
	width: 600px;
	margin-right: 20px;
}
@media (max-width: 800px) {
	.tile-container > .tile {
		width: 100% !important;
	    padding: 1rem;
	    float: left;
	    text-decoration: none;
}
}
.font-color-dark-brown{
	color: black;
}

.nav-basket-container .basket-container{
	width: 650px !important;
	
}
.payment-methods .method:nth-child(3) {
    display: none !important;
}
.payment-methods .method:nth-child(2) {
    background-image: url("https://online1.venpos.net/site/Images/Resource/987988_ma_symbol_opt_45_2x.png") !important;
}
.payment-methods .method:nth-child(1) {
    background-image: url("https://online1.venpos.net/site/Images/Resource/987988_Visa_Brandmark_Blue_RGB_2021.png") !important;
}

.footer td img {
    height: 65px !important;
    width: 70px !important;
}

.footer td {
    color: white; 
}
#payment-icons-container img {
	height: 4rem !important;
	object-fit: contain;
	aspect-ratio: auto;
}

#payment-icons-container {
    display: block;
    width: 100% !important;
    justify-content: center !important;

}

#payment-table {
    display: flex;
    justify-content: center;

}
.contact-container {
	display: block;
	width: 100%;
	text-align: center !important;
	font-size: 1rem;
	
}
.contact-container p{
	text-decoration: underline !important;
	color: white;

}
.customer-area-menu__button {
	display: none !important;
}
.footer .text-center{
	display: none;
}


#powered-by{
	display: contents !important;
}
.checkbox-container label {
	width: 100% !important;
}
	
.main-container .general-container.button-container {
  display: inline-flex !important;
  flex-direction: row-reverse !important;
  width: 100%  !important;
}
 
.main-container .general-container.button-container .button {
  margin-right: 1rem !important;
}

.time-selector__time--selected .time-selector__select:before {
	background-color: var(--header-color);
	color:#003A62;
}


.error {
	font-size: 1.6rem !important;
}

.time-selector__time.time-selector__time--sold-out:before {
   content: "SOLD OUT" !important
  
}

.time-selector__time.time-selector__time--sold-out .time-selector__availability {
  visibility: hidden;
}
.footer.text-bottom-container
{
	color:black!important;
}
p {
    color: black !important;
}