/*
Theme Name: The Pantiles Events
Author: Jason Wightman
*/

/* Fonts:


@font-face {
    font-family: 'Champ-ExtraBold';
    src: url('fonts/Champ-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

/* Main Colors:
Yellow: #fbff4a;
Black: #000000;
Gray: #f5f5f5;
*/

html,
body {
  height: 100%;
  width: 100%;
}

html {
    font-size: 62.5%; 
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.4;
	color: black;
	margin: 0;
	background-color: #f7f5f3;
}

p, ul {
    margin: 0 0 10px 0;
}

.single p {
	margin-bottom: 20px;
}
  
p.no-space {
	margin-bottom: 0
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

b, strong {
	font-weight: 600;
}


/* Blockquote */

blockquote {
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-top: 40px;
}

blockquote p {
	color: #f7f5f3;
    background-color: #232d32;
    display: inline;
    padding: 2px 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-bottom: 10px;
}

blockquote::before {
    content: url("https://pantilesevents.com/wp-content/themes/the-pantiles-events/images/quotemarks.svg");
 	color: #f7f5f3;
   padding: 10px 15px;
    display: block;
    background-color: #232d32;
    width: 68px;
    height: 45px;
    margin-bottom: 1px;
}

.blockquote-author {
    font-size: 1.2rem;
    padding-left: 15px;
    margin-bottom: 40px!important;
}


img {
	width: 100%;
	height: auto;
}

.wp-caption {
	width: 100%!important
}

.wp-caption-text {
	font-size: 1.0rem;
	margin-top: 10px;
	margin-bottom: 50px;
}


/* Font Sizes */
    
h1, h2, h3, h4, h5, h6 {
	font-family: 'Champ-ExtraBold';
    font-weight: normal;
    font-style: normal;
	color: #000000;
	text-wrap: balance;
}

h1, h2, h3, h4, h5 {
    line-height: 1.0;
}

/* h1 */

h1 {
    font-size: 3.6rem;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
h1 {
    font-size: 5.0rem;
    }
}

/* h2 */

h2 {
    margin-bottom: 30px;
    font-size: 2.6rem;
}

@media (min-width: 1200px) {
h2 {
    font-size: 5.0rem;
    }
}

/* h3 */

h3 {
    font-size: 3.6rem;
	margin-bottom: 5px;
}

/* h4 */

h4 {
    font-size: 3.0rem;
	margin-bottom: 5px;
}

/* h5 */

h5,
.woocommerce-loop-product__title {
    font-size: 2.4rem;
	margin-bottom: 10px;
}

/* h6 */

h6 {
	font-size: 1.6rem;
	line-height: 1.4;
	color: #000000;
	margin-bottom: 2.0rem;
}


h1 #event-date,
h2 #event-date,
h3 #event-date,
h4 #event-date,
h5 #event-date {
    display: none;
}

.small-title {
	font-size: 1.4rem;
}

.small-title span {
	font-family: 'Champ-ExtraBold';
    font-weight: normal;
    font-style: normal;
	font-size: 1.6rem;
}

#archive-intro {
	padding-top: 12px;
}

/* Buttons */


button, 
.button {
	padding: 10px 35px;
	background: transparent;
	box-shadow: none;
	border: 2px solid #232d32;
	color: #232d32;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	/*border-radius: 6px;*/
	line-height: 1;
}

button:hover, 
.button:hover {
    color: #f7f5f3;
    background: #232d32;
}

.link-wrap {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    z-index: 20;
}


.g-custom {
	--bs-gutter-x: 40px;
	--bs-gutter-y: 40px;
}

.gx-custom {
	--bs-gutter-x: 60px;
}


/* :::::::::::::::::::::::::::::

ACCORDION STYLES

::::::::::::::::::::::::::::: */

.accordion-button {
	font-size: 1.7rem;
	text-transform: none;
	font-weight: inherit;
}

.accordion-button:not(.collapsed) {
	color: inherit;
	background-color: #f7f5f3;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

#accordionFees {
	margin-top: 20px;
	margin-bottom: 50px
}

#accordionFees h5 {
	font-size: 1.7rem;
	padding-top: 20px;
	margin-bottom: 0;
}


/* :::::::::::::::::::::::::::::

HEADER STYLES

::::::::::::::::::::::::::::: */


header {
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: rgba(247,245,243,0.95);
}

/*.home header {
    background-color: transparent;
}

.fp-viewing-1 header, 
.fp-viewing-2 header, 
.fp-viewing-3 header, 
.fp-viewing-4 header, 
.fp-viewing-5 header, 
.fp-viewing-24 header {
    display: none;
}*/

header .row {
	height: 100px;
}

.headerBorder {
    border-bottom: 1px solid #F5F5F5;
}

#events-button,
#login-button {
    width: 220px;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    #events-button,
#login-button {
    width: auto;
}
}


.page-id-531 #events-button,
.page-id-531 #login-button,
.page-id-792 #events-button,
.page-id-792 #login-button {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991.98px) { 
    #events-button button,
    #login-button button {
        border: none;
        padding: 0;
    }
    
    #events-button button:hover,
    #login-button button:hover {
        background-color: transparent;
    }     
}

.home #events-button button svg path,
.home #login-button button svg path {
    fill: #f7f5f3!important;
}


#logo-wrapper {
	width: 180px;
	height: 50px;
    margin-top: 20px;
    padding: 0;
}

@media (min-width: 992px) {
	#logo-wrapper {
		width: 211px;
		height: 50px;
	}
}

#logo {
	width: 211px;
	height: 50px;
	max-width: 180px;
	background-image: url("https://pantilesevents.com/wp-content/themes/the-pantiles-events/images/the-pantiles-logo.svg");
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100%;
}

@media (min-width: 992px) {
	#logo {
		max-width: unset;
	}
}

/*.home #logo {
	background-image: url("https://pantilesevents.com/wp-content/themes/the-pantiles-events/images/pantiles-events-white-logo.svg");
}*/


/* Cart Button */

.cart-contents {
	display: flex !important;
	justify-content: left;
	background-color: #232d32;
	z-index: 10;
	position: fixed;
	width: 90%;
	height: 60px;
	/*border-radius: 12px 12px 0 0;*/
	padding: 12px 50px 12px 50px;
	bottom: 0;
	/*left: calc(50vw - 150px);*/
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) { 
	.cart-contents {
		width: 70%;
		height: 100px;
		padding: 32px 110px 32px 110px;
	}
}
/*@media (min-width: 768px) { 
	.cart-contents {
		justify-content: center;
		width: 60px;
		height: 100px;
		border-radius: 6px 0 0 6px;
		padding: 18px 0 0 0;
		bottom: unset;
		left: unset;
		top: calc(50vh - 50px);
		right: 0;	
	}
}*/

.cart-contents:after {
	content: url("https://pantilesevents.com/wp-content/themes/the-pantiles-events/images/ticket-icon.svg");
	display: block;
}

.cart-contents:hover {
	text-decoration: none;
}

.cart-contents-count {
	position: absolute; 
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 22px;
	height: 22px;
	width: 22px;
	text-align: center;
	color: #fff;
	padding: 7px 0 0 0;
	right: 110px; 
}

@media (min-width: 768px) {
	.cart-contents-count {
		right: 50px; 
	}
}

/*@media (min-width: 768px) {
	.cart-contents-count {
		line-height: 22px;
		padding: 1px;
	bottom: 18px;
		right: unset; 
	}
}*/

.woocommerce-cart .menu-item.cart-contents {
    display: none!important;
}

/* :::::::::::::::::::::::::::::

DEFAULT PAGE STYLES

::::::::::::::::::::::::::::: */

.page-template-default img {
    margin-top: 30px;
    margin-bottom: 50px;
}

.page-template-default .wp-caption img {
	margin-bottom: 0;
}

.page-template-default .corner {
    position: relative;
}

.page-template-default .corner:before {
    margin-top: 30px;
}


/* :::::::::::::::::::::::::::::

HOMEPAGE STYLES

::::::::::::::::::::::::::::: */

/*@media (min-width: 768px) { 
.home #yellow-fill {
    border-color: #fbff4a;
    background-color: #fbff4a;
}

.home #yellow-fill:hover {
    color: #000000;
}

.home #yellow-outline {
    border-color: #fbff4a;
    color: #fbff4a;

}

.home #yellow-outline:hover {
	color: #000000;
	background-color: #fbff4a;
}
}*/

/* :::::::::::::::::::::::::::::

HOMEPAGE STYLES

::::::::::::::::::::::::::::: */

/*.full-height {
	height: 100vh;
}*/


/* Menu Button */

/*.moveTo {
	position: fixed;
	width: 60px;
	color: #fff;
	bottom: -30px;
    background-color: #fff;
    border-radius: 30px;
    left: calc(50% - 30px);
    font-size: 1.2rem;
    padding: 0;
    text-align: center;
  z-index: 1000;
    display: none;
	height: 60px;
}

.fp-viewing-1 .moveTo,
.fp-viewing-5 .moveTo {
	color: #000;
    background-color: #000;
}

.moveTo.show  {
    display: block;
}

.fp-viewing-page1 .moveTo {
    display: none;
}*/

/* arrow common style */
/*.arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
}

.fp-viewing-1 .arrow,
.fp-viewing-5 .arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(15px) rotate(-45deg);

  }
  40% {
    transform: translateY(10px) rotate(-45deg);

  }
  60% {
    transform: translateY(12px) rotate(-45deg);
  }
}*/


/* Slider */

.slide-img {
    width: 100vw;
    height: 100vh;
    display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.slider-highlighted-h1 {
	font-size: clamp(2.4rem, 3vw, 5rem);
	line-height: clamp(1.2, 1.5, 2);
	margin-bottom: 0;
}

.slider-highlighted-h1 span {
	background-color: #fbff4a;
	padding: 0px 20px;
}

@media (min-width: 768px) {
	.slider-highlighted-h1 span {
	background-color: #fbff4a;
	padding: 0px 30px;
	}
}

.slider-highlighted-p,
.slider-highlighted-p1,
.slider-highlighted-p2,
.slider-highlighted-p3 {
	font-size: clamp(1.4rem, 1.5vw, 2.4rem);
	line-height: clamp(1.2, 2.1, 4);
	margin-bottom: 0;
}

.slider-highlighted-p span,
.slider-highlighted-p1 span, 
.slider-highlighted-p2 span, 
.slider-highlighted-p3 span {
	background-color: #fbff4a;
	padding: 7px 15px;
}

@media (min-width: 768px) { 
	.slider-highlighted-p span,
	.slider-highlighted-p1 span, 
	.slider-highlighted-p2 span, 
	.slider-highlighted-p3 span {
	padding: 15px 30px;
	}
}


/* Events */

.section.events h3 {
    padding-bottom: 30px;
    padding-right: 20%;
}

.event {
    width: 100vw;
    height: 50vh;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

@media (min-width: 768px) {
    .event {
        width: 50vw;
        height: 100vh;
    }
}

.section-id {
	font-size: 1.4rem;
    padding-bottom: 30px;
}

#event-info-home {
	margin: 0 0 50px 0;
	padding: 0;
}

#event-info-home li {
	list-style-type: none;
	display: inline-block;
	margin-right: 35px
}

.fp-bg{
	background-size: cover;
	background-position: center center;
	z-index: 10 !important;
    height: 50vh!important;
}


@media (min-width: 768px) { 
    .fp-bg{
        width: 50vw !important;
        left: 50%;
        height: 100vh!important;
    }
}

@media (max-width: 767.98px) {
#para-section.fp-table {
	justify-content: end;
}
}

#para-section .full-height {
	height: 50vh;
}

@media (min-width: 768px) { 
	#para-section .full-height {
		height: 100vh;
	}
}


/* * * * * * * * * * * * * * * * * * 

SHOPS ARCHIVE

* * * * * * * * * * * * * * * * * */


/*.shops .container {
	padding-bottom: 100px;
}*/


/* Filter */

.shops-filter-wrap input[type="radio"] {
	display: none;
}

.shops-filter {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.shops-filter label {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #000;
	cursor: pointer;
}

#all:checked ~ .shops-filter label[for="all"],
#bars_and_eateries:checked ~ .shops-filter label[for="bars_and_eateries"],
#stores:checked ~ .shops-filter label[for="stores"] {
	background: #000;
	color: #fff;
}

/* SHOW ALL */
#all:checked ~ .row .store-item {
	display: block;
}

/* FOOD */
#bars_and_eateries:checked ~ .row .store-item {
	display: none;
}

#bars_and_eateries:checked ~ .row .store-item.bars_and_eateries {
	display: block;
}

/* SHOPS */
#stores:checked ~ .row .store-item {
	display: none;
}

#stores:checked ~ .row .store-item.stores {
	display: block;
}


/* Listings */

div.store-item-inner {
	background-color: #f7f5f3;
}

div.store-logo {
	text-align: center;
	border-bottom: 1px solid #f7f5f3;
	aspect-ratio: 3/2;
	background-color: rgba(255,255,255,0.5);
}

div.store-logo.corner {
    position: relative;
}

div.store-logo.corner:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 30px solid #f7f5f3;
    border-left: 30px solid transparent;
    width: 0;
}

div.store-logo a {
	display: inline-block !important;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}

div.store-logo a:hover,
div.store-logo a:active,
div.store-logo a:focus
{
	opacity: 0.5;
	filter: alpha(opacity=50); /*(For IE8 and earlier)*/
}

div.store-logo img {
	display: inline-block !important;
	margin: auto;
	vertical-align: middle;
}

div.store-item h3 {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 1;
	padding: 10px 10px 6px;
}

div.store-item h3 a:link,
div.store-item h3 a:visited {
	color: #232d32;
	text-decoration: none;
}

div.store-item h3 a:hover,
div.store-item h3 a:active {
	text-decoration: none;
}

div.store-item p {
	font-size: 1.2rem;
	padding: 0 10px 6px;
}



/* * * * * * * * * * * * * * * * * * 

SHOPS SINGLE PAGE

* * * * * * * * * * * * * * * * * */


/* Store Page */

#store-information h1 {
	padding-left: 0;
}

/* Opening Times */

#store-information .store-content p {
	font-size: 22px;
	line-height: 28px;
}

#store-opening-hours h2,
#store-contact-details h2,
.store-content h2 {
	margin-bottom: 20px;
	font-size: 3.0rem;
}

#store-contact-details a:link,
#store-contact-details a:visited {
	text-decoration: none;
	border: none !important;
}

/*#store-contact-details a:hover,
#store-contact-details a:active,
#store-contact-details a:focus {
	color: #d81e5b !important;
}*/

#store-opening-hours,
#store-contact-details{
	margin-bottom: 40px;
}

@media (min-width: 768px) { 
	#store-opening-hours,
	#store-contact-details {
		margin-bottom: 0;
	}
}


#store-opening-hours #store-day {
	font-weight: 600;
}

#store-opening-hours #store-time {
	text-align: right;
}

#store-opening-hours #store-day,
#store-opening-hours #store-time {
	margin-bottom: 6px;
}

/*#store-logo {
	margin-bottom: 40px;
	line-height: 250px;
	text-align: center;
	border: 1px solid #C6C6C6;
}

#store-logo span {
	display: block;
	width: 100%;
	background-color: #000;
}*/

#store-logo img {
	/*display: inline-block !important;
	margin: auto;
	vertical-align: middle;*/
	background-color: #ffffff;
}

.store-about {
	background-color: rgba(35, 45, 50, 0.04);
}

#share-buttons a {
	margin-right: 5px;
}

#store-info {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 40px;
}

/* Store guide download */

#store-map-download {
	text-align: center;
}

@media (min-width: 768px) { 
	#store-map-download {
		text-align: right;
	}
}


#store-map-download button {
	margin-left: 10px;
}



/* Store Previous/Next */

.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
 
.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
 
.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Buttons */

.shop-pagination {
	margin-top: 100px;
	margin-bottom: 100px;
}

.nav-previous a,
.nav-next a {
	background-color: transparent;
	/*border: 1px solid #232d32;*/
	padding: 8px 20px;
	box-shadow: none;
	font-size: 1.5rem;
	line-height: 1;
	color: #232d32;
	/*height: 30px;*/
	/*border-radius: 15px;*/
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
}

.nav-previous a {
	padding: 10px 35px 10px 0;
}

.nav-next a {
	padding: 10px 0 10px 35px;
}

.nav-previous a:hover,
.nav-next a:hover {
	background-color: #232d32;
	color: #f7f5f3;	
}

.nav-previous a svg {
	margin-right: 6px;
	max-height: 10px;
	margin-top: -3px;
}

.nav-next a svg {
	margin-left: 6px;
	max-height: 10px;
	margin-top: -3px;
}

.nav-previous a:hover svg path,
.nav-next a:hover svg path{
	fill: #f7f5f3;
}



/* Return to shop list */

#back-to-shops {
	margin-top: 30px;
}

@media (min-width: 768px) {
	#back-to-shops {
		margin-top: -37px;
	}
}

#back-to-shops button {
	width: auto;
	z-index: 10;
	padding-right: 35px;
	padding-left: 35px;
}






/* News */

.news-img-home,
.news-img-1,
.news-img-2,
.news-img-3 {
    width: 50vw;
    height: 100vh;
    display: block;
	position: absolute;
    left: 0;
    top: 0;
}

.news-img-home {
    background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.image-small-list-item,
.image-small-list-item .container .row {
    height: 33.333333vh;
}

.image-small-list-item:nth-of-type(1),
.image-small-list-item:nth-of-type(2) {
	border-bottom: 1px solid #fbff4a;
}

.image-big-list-item.active,
.image-small-list-item.active {
	display: block;
    background-color: #fbff4a;
}

.image-big-list-item {
	display: none;
}


/* :::::::::::::::::::::::::::::

EVENTS STYLES

::::::::::::::::::::::::::::: */

.events-banner {
	padding-top: 250px;
	padding-bottom: 90px;
}

.first-event {
	padding-bottom: 100px;
}

.first-event > .container > .row {
    /*border-radius: 12px;*/
    overflow: hidden;
}

#event-info {
	margin: 0;
	padding: 0;
}

#event-info li {
  list-style-type: none;
  margin-right: 60px;
}

#event-info br {
	display: none;
}

@media (min-width: 768px) { 
	#event-info .colon-space {
		display: none;
	}
	
	#event-info br {
		display: inline;
	}

	#event-info li {
		display: inline-block;
	}
}


.first-event #event-info li {
	margin-right: 35px
}

.events-wrapper {
	position: relative;
}

.first-event .events-body {
	padding: 45px 11% 35px;
}

.events-body h3 {
	margin-bottom: 30px;
}

.events-body #event-info {
	margin-bottom: 50px;
}

#first-event-button {
    margin-top: 30px;
    z-index: 20;
    position: relative;
}

.events-image {
	background-image: none;
}

@media (min-width: 768px) {
	.events-image {
        height: 678px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
	}
}

@media (min-width: 768px) {
    .events-image img {
        display: none;
    }
}

.rest-of-events {
	padding-bottom: 40px;
}


.rest-of-events .events-body img {
	/*border-radius: 12px;*/
	margin-bottom: 20px;
}

.rest-of-events .small-title {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.rest-of-events h5 {
	padding-left: 15px;
	padding-right: 15px;
}

#rest-of-events-button {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 1.4rem;
    padding: 8px 25px;
    position: relative;
    z-index: 20;
}

/*.events-wrapper .overlay{
    position: absolute;
    width: 100%;
    transition: 0.5s;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    top: 0;
    opacity: 0;
    aspect-ratio: 3 / 2;
}

.overlay-outer {
    align-self: center;
}

.events-wrapper:hover .from-top {
    opacity: 1;
}

#rest-of-events-button {
    background-color: white;
}*/



/* Event Filter */

.filter-button {
	display: inline-block;
	border: none;
	font-weight: 600;
	margin-bottom: 50px;
	cursor: pointer;
    opacity: 0.5;
}

.filter-button:hover {
    opacity: 1;
}

.filter-button.active {
    opacity: 1;
}

.slash {
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}


/* Single Event */

.single-events-banner {
	padding-top: 250px;
	padding-bottom: 60px;
}

.single-events-banner h1 {
	margin-bottom: 60px;
}

.single-product .event-description h5 {
	margin-top: 30px;
}

.event-featured-image {
	margin-bottom: 100px;
}

.event-featured-image img {
	/*border-radius: 12px;*/
}

.description {
	padding-top: 30px;
}

#hours {
    margin-bottom: 0;
}

#hours:last-of-type {
	margin-bottom: 20px;
}

.trader-tariffs {
	padding-top: 30px;
}

#main-sponsor-outer {
    position: relative;
}

.sponsor-heading {
    width: 110px;
    position: absolute;
    text-align: center;
    left: calc(50% - 55px);
    font-size: 1.4rem;
}

.main-sponsor-logo {
    aspect-ratio: 3 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-sponsor-logo img {
	max-height: 100px;
	max-width: 350px;
}

.event-sponsor-logos {
}



#sponsor-heading {
    margin-top: 30px;
    padding: 0;
    font-size: 1.4rem;
}

#sponsor-logos {
    width: auto;
}

#association-logos {
    width: auto;
    /*margin-left: 30px;*/
}

.event-sponsor-logos ul {
    margin: 0;
    padding: 0
}

.event-sponsor-logos li {
    display: inline-block;
    margin-left: 50px;
}

.event-sponsor-logos li:nth-child(1) {
    margin-left: 0;
}

.event-sponsor-logos img {
    max-height: 50px;
	max-width: 175px;
}

section.event-description {
	padding-bottom: 100px;
}

.floating-box {
	font-family: 'Champ-ExtraBold';
    font-weight: normal;
    font-style: normal;
    margin-top: 60px;
}

@media (min-width: 768px) {
	.floating-box {
		margin-top: 0;
	}
}

.floating-box .small-title {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;    
    margin-bottom: 0;
}

.floating-box button {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
    margin-bottom: 50px;
}

.floating-box .box-links {
    margin-bottom: 30px;
}


.floating-box .share-buttons {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.floating-box .share-buttons li:before {
	display: none;
}

.single-news .news-description .floating-box .share-buttons {
	padding: 0;
}

.make-sticky {
    /*display: block;*/
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

/* Interested Banner */

.event-interested {
	margin-top: 50px;
}

.interested {
	background-color: black;
	padding: 20px 20px 1px 20px;
	/*border-radius: 10px;*/
	display: inline-block
}

.interested p,
.interested h4 {
	color: white
}

.interested p {
	font-size: 1.8rem
}

#pitch-interest {
  padding: 6px 20px;
  background: transparent;
  box-shadow: none;
  border: 2px solid #ffffff;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  /*border-radius: 6px;*/
  line-height: 1;
	margin: 10px 10px 0 10px;
}

#pitch-interest:hover {
  background: #ffffff;
  color: #000000;	
}


/* Stall holders attending */

.stallholder-grid-events {
	/*padding-top: 100px;*/
	padding-bottom: 50px;
}

.stallholder-grid-events h4 {
	padding-bottom: 50px;
}

.stallholder-grid-events .col-3 {
	margin-bottom: 40px;
}



/* :::::::::::::::::::::::::::::

CENTRE INFO

::::::::::::::::::::::::::::: */

#information-content h2 {
	font-size: 3.0rem;
}

#information-content img {
    margin-top: 30px;
    margin-bottom: 50px;
}

#information-content .corner {
    position: relative;
}

#information-content .corner:before {
    margin-top: 30px;
}

#contact-details h3 {
	font-size: 2.4rem;
	margin-bottom: 10px;
}

#sat-nav {
	margin-bottom: 25px;
}

#contact-store-guide {
	margin-top: 40px;
}



/* :::::::::::::::::::::::::::::

THE CHALYBEATE SPRING

::::::::::::::::::::::::::::: */


#chalybeate-cluster .col-md-6 img {
	margin-bottom: 0;
}

#chalybeate-cluster .col-md-6:nth-of-type(2) img {
	margin-top: 0px;
}

#chalybeate-cluster .col-md-6:nth-of-type(2) .corner:before {
	margin-top: 0;
}

@media (min-width: 768px) { 
	#chalybeate-cluster .col-md-6:nth-of-type(2) img {
		margin-top: 30px;
	}

	#chalybeate-cluster .col-md-6:nth-of-type(2) .corner:before {
		margin-top: 30px;
	}
}


#chalybeate-cluster .col-12 img {
	margin-top: 0;
}

#chalybeate-cluster .col-12 .corner:before {
	margin-top: 0;
}



/* :::::::::::::::::::::::::::::

NEWS STYLES

::::::::::::::::::::::::::::: */

.news-banner {
	padding-top: 250px;
	padding-bottom: 90px;
}

.first-news {
	padding-bottom: 100px;
}



.first-news > .container > .row {
   /* border-radius: 12px;*/
    overflow: hidden;
}

#news-info {
	margin: 0;
	padding: 0;
}

#news-info li {
	list-style-type: none;
	display: inline-block;
	margin-right: 80px
}

.first-news #news-info li {
	margin-right: 35px
}

.news-wrapper {
	position: relative;
}

.first-news .news-body {
	padding: 45px 11% 35px;
}

.news-body h3 {
	margin-bottom: 30px;
}

.news-body #news-info {
	margin-bottom: 50px;
}

.news-image {
	background-image: none;
}

@media (min-width: 768px) {
	.news-image {
        height:448px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
	}
}

@media (min-width: 768px) {
    .news-image img {
        display: none;
    }
}

.rest-of-news {
	padding-bottom: 40px;
}

.rest-of-news .col-4 {
	margin-bottom: 40px;
}


.rest-of-news .news-body img {
	/*border-radius: 12px;*/
	margin-bottom: 20px;
}

.rest-of-news .small-title {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.rest-of-news h5 {
	padding-left: 15px;
	padding-right: 15px;
}

/* Single News */

.single-news-banner {
	padding-top: 250px;
	padding-bottom: 60px;
}

.single-news-banner h1 {
	margin-bottom: 60px;
}

.news-featured-image {
	margin-bottom: 100px;
}

.news-featured-image img {
	/*border-radius: 12px;*/
}

.news-description {
    padding-bottom: 80px;
}

.single-news .news-description h5 {
    padding-top: 30px;
}

.single-news .news-description img {
    /*border-radius: 12px;*/
    margin-top: 30px;
    margin-bottom: 50px;
}

.single-news .news-description img + h5 {
	padding-top: 0;
}


.single-news .news-description ul {
	list-style-type: none;
    padding-left: 14px;
}

.single-news .news-description ul li:before {
	content: "•";
	margin-left: -14px;
	position: absolute;
}

.single-news .news-description ol li {
    padding-left: 5px;
}




/*------------------------------------*\
	More Articles - NEWS/EVENTS
\*------------------------------------*/

  
section.other-events,
section.other-news {
		padding-top: 60px;
	padding-bottom: 60px;
  background-color: #f5f5f5;
	/*background-image: url("https://pantilesevents.com/wp-content/themes/the-pantiles-events/images/grey-dots.png");*/
}

@media (min-width: 768px) {
	section.other-events,
	section.other-news {
		padding-top: 90px;
        padding-bottom: 90px;
	}	
}

@media (min-width: 992px) {	
	section.other-events,
	section.other-news {
		padding-top: 100px;
        padding-bottom: 90px;
	}	
}    

section.other-events h3,
section.other-news h3 {
    margin-bottom: 60px;
}

.more-articles .slick-slide {
    margin-right: 30px;
}

.more-articles .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.more-articles .slick-list {
	margin-right: -30px;
}


.more-articles .events-body img,
.more-articles .news-body img {
	/*border-radius: 12px;*/
	margin-bottom: 20px;
}

.more-articles .small-title {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.more-articles h5 {
	padding-left: 15px;
	padding-right: 15px;
}


/* :::::::::::::::::::::::::::::

STALLHOLDER STYLES

::::::::::::::::::::::::::::: */

.stallholder-banner {
	padding-top: 250px;
	padding-bottom: 90px;
}

.stallholder-search {
    margin-bottom: 50px;
}

.stallholder-grid .col-3 {
	margin-bottom: 40px;
}

.stallholder-wrapper {
	position: relative;
}

.stallholder-grid-bkg {
	background-color: #f5f5f5;
	/*border-radius: 12px;*/
	margin-bottom: 20px;
	overflow: hidden;
}


/*.stallholder-fallback {
    aspect-ratio: 4 / 3;
}

#fallback {
    width: 1ch;
    overflow: hidden;
    white-space: nowrap;
    font-size: 80px;
    font-weight: 900;
    opacity: 0.6;
}*/


.stallholder-body .small-title {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.stallholder-body h5 {
	padding-left: 15px;
	padding-right: 15px;
}

.stallholder-grid {
	padding-bottom: 100px;
}

.single-stallholder .floating-box p {
    margin-bottom: 35px;
}

.single-stallholder .floating-box .small-title {
    margin-bottom: 0;
}


/*Search Bar */

.is-form-style input.is-search-input {
	height: 40px;
	border: 2px Solid #e0e0e0 !important;
	/*border-radius: 20px;*/
	background-color: transparent;
	padding: 0 15px;
}

.is-form-style input.is-search-input:active,
.is-form-style input.is-search-input:focus {
	background-color: #ffffff;
}

.is-search-form::before {
	content: "";
	display:block;
	height:20px;
	width:20px;
	background-size: 20px 20px;
	background-image: url('https://pantilesevents.com/wp-content/themes/the-pantiles-events/images/magnifier.svg');
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: 10px
}

/* Stallholder Single */

.single-stallholder-banner {
	padding-top: 250px;
	padding-bottom: 60px;
}

.single-stallholder-banner h1 {
	margin-bottom: 80px;
}

#stallholder-info {
    list-style-type: none;
    padding: 0;
}

.stallholder-featured-image {
	margin-bottom: 100px;
}

.stallholder-featured-image img {
	/*border-radius: 12px;*/
}

.stallholder-featured-image .slick-dots {
    bottom: 20px;
}

.stallholder-featured-image .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.stallholder-featured-image .slick-dots li.slick-active button::before {
    opacity: 1;
    color: white;
}

.stallholder-featured-image .slick-dots li button::before {
    opacity: .50;
    color: #f7f5f3;
}

.stallholder-description {
    padding-bottom: 80px;
}



section.stallholder-nav {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
    /*background-image: url("https://pantilesevents.com/wp-content/themes/the-pantiles-events/images/grey-dots.png");*/
}

/*@media (min-width: 768px) {
	section.store-nav {
		padding-top: 90px;
        padding-bottom: 90px;
	}	
}

@media (min-width: 992px) {	
	section.store-nav {
		padding-top: 100px;
        padding-bottom: 100px;
	}	
} */


.previous p, .next p {
	margin-bottom: 0
}

.previous a, .next a {
	font-family: 'Champ-ExtraBold';
    font-weight: normal;
    font-style: normal;
}

.next {
	text-align: right;
}
#stallholder-tel {
	margin-bottom: 0;
}


/* :::::::::::::::::::::::::::::

Gallery Page

::::::::::::::::::::::::::::: */

.galleries-slider {
	margin-bottom: 100px;
}

.galleries-slider h3 {
	margin-bottom: 20px;
}

.galleries-slider #gallery-intro {
	margin-bottom: 40px;
}


/* Gallery */


.gallery-slider .slick-prev, .gallery-slider .slick-next {
	width: 40px;
	height: 40px;
}

.gallery-slider .slick-prev{
	left: 50px;
	z-index: 1
}

.gallery-slider .slick-next {
	right: 50px;
	z-index: 1
}

.gallery-slider .slick-prev::before, .gallery-slider .slick-next::before {
  font-size: 40px;
  line-height: 1;
	opacity: 1;
  color: #f7f5f3;
}

/* Video Specific */

.gallery-slider .slide.has-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.gallery-slider .slide.has-iframe iframe {
  width: 100%;
  height: 100%;
}

/* Gallery Nav */

.gallery-nav.slick-slider {
	overflow: hidden;
}

.gallery-nav .slick-slide {
    margin-right: 6px;
}

.gallery-nav .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.gallery-nav .slick-list {
	margin-right: -6px;
}


.gallery-nav .slick-slide img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.gallery-nav .slick-slide.slick-current img {
    opacity: 1;
}


/* :::::::::::::::::::::::::::::

GENERIC STYLES

::::::::::::::::::::::::::::: */

.single-banner {
	padding-top: 160px;
	padding-bottom: 60px;
}

.single-content {
	margin-bottom: 80px;
}

/* :::::::::::::::::::::::::::::

T&Cs

::::::::::::::::::::::::::::: */

.page-id-31112 h5 {
	margin-top: 40px;
}

/* :::::::::::::::::::::::::::::

FOOTER STYLES

::::::::::::::::::::::::::::: */

/* Form */

.wpcf7-select {
    margin-left: 20px;
    background-color: white;
    box-shadow: none;
    padding: 5px 0px;
    border: 1px solid rgba(0,0,0,1.0);
}

input[type="text"],
input[type="email"], 
input[type="password"],
input[type="url"],
input[type="tel"] {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #f7f5f3;
    /*border-radius: 0;*/
    box-shadow: none;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #232d32 !important;
	font-size: 1.6rem;
	margin-top: 6px;
}

form {
	font-size: 1.8rem;
	margin-bottom: 0;
}

.asterisk {
	color: red;
}

/*form p {
    margin-bottom: 15px
}*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus {
	border: none;
	border-bottom: 1px solid #cbd6e2;
}

textarea {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000000;
    width: 100%;
    padding: 10px;
    min-height: 165px;
    max-height: 165px;
    resize: none;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    font-size: 1.6rem;
    color: #000000 !important;
	margin-top: 6px;
}

/* Tick Box */

.wpcf7-acceptance span.wpcf7-list-item { 
	margin: 0 6px 0 0;
}

.wpcf7-list-item-label {
    margin-left: 7px;
    line-height: 1;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 26px;
}

input[type="checkbox"] {
	margin-left: -26px;
}

.wpcf7-acceptance input[type="checkbox"] {
	margin-left: 0;
}

/* Radio Buttons */

.wpcf7-radio span.wpcf7-list-item { 
	display: block;
	margin: 0;
	padding-left: 24px;
}

.wpcf7-radio span.wpcf7-list-item.first {
   padding-top: 6px
}

input[type="radio"] {
	margin-left: -24px;
}

/* File Upload */

input[type="file"] {
	padding-top: 10px;
}

/* Submit */

input[type="submit"] {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
    text-transform: uppercase;
	height: 42px;
	line-height: 1;
	color: #232d32;
	font-size: 1.6rem;
	letter-spacing: 0;
	/*border-radius: 6px;*/
	border: 2px solid #232d32;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 70px;
	margin-bottom: 0;
    background-color: transparent;
    margin-top: 40px;
}

input[type="submit"]:hover {
	color: #f7f5f3;	 
    background-color: #232d32;
}

.wpcf7 .watermark {
    color: #232d32 !important;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #232d32 !important;
    opacity: 1;
}
:-moz-placeholder {
    color: #232d32 !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #232d32 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #232d32 !important;
    opacity: 1;
}



/* Footer */
/*.footer-form {
	background-color: #fbff4a;
}



.home .half-height {
	height: 50vh;
}

.company-info {
	padding-top: 100px;
}

.company-info div:nth-of-type(1n+2) {
    margin-top: 40px;
}

@media (min-width: 768px) { 
	.company-info div:nth-of-type(1n+2) {
		margin-top: 0;
	}
}

.footer-company-info p {
	font-family: 'Eczar', serif;
    font-weight: 400;
    font-style: normal;
	font-size: 2.0rem;
	line-height: 4.0rem;
	margin-bottom: 0;
}

.copyright {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-style: normal;	
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 30px;
	text-align: left;
	margin-top: 40px;
	padding-top: 50px;
}

@media (min-width: 768px) { 
	.copyright {
		text-align: center;
		margin-top: 0;
	}
}/*


.fp-watermark {
    display: none;
}


/* Woocommerce Styles */

/*.single-product .content-area {
	padding-top: 100px;
}*/

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
  width: 100%;
}

.variations_form .variations .label {
    display: none;
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
  line-height: 1;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce-variation
 {
  display: none!important;
}

.woocommerce div.product form.cart .variations select {
    width:100%;
    margin-right: 0;
    background-color: transparent;
    border: 2px solid black;
   /* border-radius: 6px;*/
    padding: 10px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .button {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
  font-size: 1.3rem;
  background-color: transparent;
  color: #232d32;
  border: 2px solid black;
  /*border-radius: 6px;*/
  padding: 12px;
  /*float: right;*/
  opacity: 1;
}

.woocommerce div.product form.cart .button:hover {
	background-color: #232d32;
	color: #f7f5f3;
}

.woocommerce .quantity .qty {
  width: auto;
  border: 2px solid black;
  /*border-radius: 6px;*/
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
  font-size: 1.3rem;
  padding: 10px 0 10px 10px;
  line-height: 1;
	background-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods label img {
    max-width: 65px;
}

.woocommerce-form input[type="checkbox"] {
	margin-left: 0;
	appearance: checkbox;
	width: auto;
	display: inline-block;
}

p.form-row label[for="age_check"] {
    display: inline-block!important;
    margin-left: 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.add-extras {
    margin-bottom: 50px;
}


#alcohol-flash {
	padding: 20px 20px 10px 20px;
	background-color: rgba(0, 0, 0, 0.1);
	margin-top: 20px;
}


/* :::::::::::::::::::::::::::::

Woocommerce Login/Register

::::::::::::::::::::::::::::: */

section.login-content {
    padding-bottom: 80px;
}

#customer_login h2 {
    display: none;
}

#customer_login form {
    margin-top: 0
}

#customer_login .col-1,
#customer_login .col-2 {
    float: none;
    width: 100%
}

.login-content .col-md-6 > h2 {
	margin-bottom: 10px
}

.user-role-stallholder .register-prompt, 
.user-role-themed_event_stallholder  .register-prompt {
	display: none;
}


/* :::::::::::::::::::::::::::::

Stallholder Form

::::::::::::::::::::::::::::: */

.acf-field p.description {
    font-size: 1.2rem;
}

.acf-field-655ddee7fb50b li:first-of-type {
    display: none;
}

.acf-fields > .acf-field {
    padding: 16px 0;
    border-top: none;
}

.acf-input-wrap.acf-url .acf-icon {
    display: none;
}

.acf-field textarea {
  resize: none;
}

.acf-taxonomy-field .categorychecklist-holder {
  max-height: 400px;
}


/* :::::::::::::::::::::::::::::

Sankeys Form

::::::::::::::::::::::::::::: */

.page-id-4433 h5,
.page-id-5743 h5 {
	padding-top: 30px;
}

#wpcf7-f4432-o1,
#wpcf7-f5745-o1 {
	margin-top: 50px
}

#wpcf7-f4432-o1 .wpcf7-form .row p,
#wpcf7-f5745-o1 .wpcf7-form .row p {
	margin-bottom: 40px
}


/* :::::::::::::::::::::::::::::

Woocommerce Dashboard

::::::::::::::::::::::::::::: */

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    width: 80%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-of-type {
    border-top: 1px solid black;
}

.dashboard-events {
    padding-top: 60px;
}

.dashboard-events .events-body img {
	/*border-radius: 12px;*/
	margin-bottom: 20px;
}

.dashboard-events .small-title {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.dashboard-events h5 {
	padding-left: 15px;
	padding-right: 15px;
}

#dashboard-all-events {
    margin-top: 50px;
    text-align: center;
}

.woocommerce-edit-address .col-1.woocommerce-Address {
    width: 100%
}

.woocommerce-edit-address .col-1.woocommerce-Address header {
	z-index: auto;
	position: static;
	width: unset;
	height: auto;
	background-color: transparent;
    margin-bottom: 30px;
}

#billing_country_field {
	display: none;
}

/* WooCommerce My Account Orders */

.woocommerce table.my_account_orders .button {
	display: block;
	text-align: center;
	margin-bottom: 5px
}

.woocommerce table.my_account_orders .button:last-of-type {
	margin-bottom: 0
}

.woocommerce table.my_account_orders .button:first-of-type {
	margin-top: 24px;
}

@media (min-width: 768px) { 
	.woocommerce table.my_account_orders .button:first-of-type {
		margin-top: 0;
	}
}

/* WooCommerce Cart Hide Table Columns */
.woocommerce-cart-form .product-thumbnail,
.user-role-stallholder .woocommerce-cart-form .product-quantity {
	display: none
}

/* WooCommerce Cart Mobile */

@media (max-width: 768px) {
	table.shop_table_responsive tbody tr.stall-section th,
	.woocommerce-page table.shop_table_responsive tbody tr.stall-section th,
	table.shop_table_responsive tbody tr.power-section th,
	.woocommerce-page table.shop_table_responsive tbody tr.power-section th,
	table.shop_table_responsive tbody tr.double-section th,
	.woocommerce-page table.shop_table_responsive tbody tr.double-section th {
		display: block;
	}
}

@media (max-width: 768px) {
	table.shop_table_responsive tbody tr.stall-section th,
	table.shop_table_responsive tbody tr.power-section th,
	table.shop_table_responsive tbody tr.double-section th {
		float: left;
		width: auto !important;
		padding-right: 1px;
	}
}

@media (max-width: 768px) {
	td.product-quantity {
		min-height: 46px;
	}
}



/* Woocommerce Checkout Page */

#order_review_heading {
	margin-top: 30px
}

#payment {
	margin-top: 50px
}



/* Woocommerce Shipping Cart Page */

.woocommerce-shipping-destination {
	display: none;
}

.woocommerce ul#shipping_method li {
	margin-bottom: 0;
}


/* Acoweb Cart Page */

.product-name .variation {
	display: none;
}

.product-subtotal small {
	display: none
}




/*------------------------------------*\
	Turnstile
\*------------------------------------*/

.turnstile-invisible .cf-turnstile {
    display:none;
}


/* Temp Codes for Hubspot Markets - Delete at later date*/

/*#start-form {
    margin-top: 60px;
    margin-bottom: 60px;
}

.note {
    margin-bottom: 100px;
}

.hours-inner {
    background-color: black;
    padding: 30px;
    color: white;
    border-radius: 12px;
}

.hours-inner h4,
.hours-inner h5 {
    color: white;
}

.hours-inner button {
    border-color: white;
    color: white;
    margin-top: 20px;
}
.hours-inner button:hover {
    color: black;
    background-color: white;
}*/


#booking-menu {
    width: 204px;
    right: 7.5px;
    display: none;
	margin-left: -168px;

}

@media (min-width: 992px) { 
	#booking-menu {
		margin-left: 0;
	}
}


#booking-menu ul {
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

#booking-menu li {
    padding: 5px 0;
    border: 2px solid #232d32;
    background-color: #f7f5f3;
    /*border-radius: 6px;*/
    margin-top: 6px;
}

/*.home #booking-menu li {
    border: 2px solid #232d32;
    background-color: #f7f5f3;
    color: #232d32;
}*/

#booking-menu li:hover {
    background-color: black;
    color: #f7f5f3;
}

/*.home #booking-menu li:hover {
    background-color: #232d32;
    color: black;
}*/

#login-button:hover #booking-menu {
    display: block; 
}

/* events menu */

#events-menu {
    width: 204px;
    display: none;
    position: absolute;
}

@media (min-width: 992px) { 
	#events-menu {
		margin-left: 0;
	}
}


#events-menu ul {
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

#events-menu li {
    padding: 5px 0;
    border: 2px solid black;
    background-color: white;
   /* border-radius: 6px;*/
    margin-top: 6px;
}

.home #events-menu li {
    border: 2px solid #fbff4a;
    background-color: transparent;
    color: #fbff4a
}

#events-menu li:hover {
    background-color: black;
    color: white;
}

.home #events-menu li:hover {
    background-color: #fbff4a;
    color: black;
}

#events-button:hover #events-menu{
    display: block; 
}





.installment-section {
    display: none;
}




/* * * * * * * * * * * * * 
 Gift Aid Boxes
* * * * * * * * * * * * */

.checkout-donation-panel {
	/*border-radius: 1em 1em 0 0;*/
	border-bottom: none;
	margin-bottom: 0;
}

.gift-aid-panel {
	/*border-radius: 0 0 1em 1em;*/
	border-top: none;
}

.gift-aid-panel h3 {
	font-size: 2.4rem
}


/* * * * * * * * * * * * * 
 Reapeater Form
* * * * * * * * * * * * */

.ccrf-repeater-row {
	background-color: transparent!important;
	border-bottom: 1px solid rgba(35,45,50,0.1)!important;
}

.ccrf-repeater-add {
  background: #232d32!important;
  color: #f7f5f3!important;
}


/* * * * * * * * * * * * * 
 404 Page
* * * * * * * * * * * * */

body.error404 { 
  background-color: #232d32; 
}

#error-text h1 {
	text-align: center;
	font-size: 12em;
	margin-top: 150px;
	color: #f7f5f3;
	/*text-shadow: 6px 6px #E485F8;*/
}

#error-text p {
	font-size: 3em;
	text-align: center;
	font-weight: 400;
	margin-bottom: 50px;
	color: #f7f5f3;
}

#error-text button {
	margin: 0 auto;
	display: block;
	color: #f7f5f3;
	border-color: #f7f5f3;
	background-color: #232d32;
}

#error-text button:hover {
	margin: 0 auto;
	display: block;
	color: #232d32;
	background-color: #f7f5f3;
}

#xmas-404 {
	padding: 30px;
	background-color: rgba(0,0,0,0.90);
	margin-bottom: 30px;
	/*border-radius: 15px;*/
}

#xmas-404 h5 {
	text-align: center;
	color: #ffffff;	
}

#xmas-404 p {
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
	text-wrap: balance;
}