/* Hacks go here */


ul.calendar-view-day__rows .views-field.views-field-id-1 {
    visibility: hidden;
	height: 0;
	margin: 0;
}

.calendar-view-table thead tr th{
	background: #b58d5e;
}

.calendar-view-table tbody tr td{
	min-height: inherit;
}

.calendar-view-table .calendar-view-day__number {
    line-height: 1;
    background: #1a3459;
    font-weight: 700;
}

.calendar-view-table .calendar-view-day .calendar-view-day__rows time{
    font-weight: 700;
    /*color: #c90c0f;*/
}

.calendar-view-table .calendar-view-day__row:nth-child(odd) {
    background: #e7e7e7;
    padding: 0.75em;
}

.calendar-view-table .calendar-view-day__row:nth-child(even) {
    background: #f7f7f7;
    padding: 0.75em;
}

.calendar-view-table .calendar-view-day__row span br:last-of-type{
	display: none;
    /*display: flex;
    gap: 0.75em;
    flex-wrap: wrap;*/
}

.calendar-view-table .calendar-view-day__row a{
    font-weight: 700;
    display: block;
	line-height: 1;
    /*color: #a8a8a7 !important;
    color: #1a3459 !important;*/
}

article.contextual-region.new--booking--details,
.booking--status {
    color: transparent;
}

article.contextual-region.new--booking--details > a, 
.booking--details ~ time, 
.booking--status > article > article {
    display: none;
}

article.contextual-region.new--booking--details > a.back_booking_calendar,
.booking--status a.back_booking_calendar{
	display: block;
	margin-top: 1em;
	max-width: fit-content;
	color: #0b0b0b;
}

article.contextual-region.new--booking--details > a.back_booking_calendar:hover,
.booking--status a.back_booking_calendar:hover{
	text-decoration: none;
}

.new--booking--details > .booking--details,
.booking--details .title,
.booking--details .booked_court,
.booking--details .booking--time {
    color: #0b0b0b;
}

.booking--title a {
    /*font-size: 1.75em;*/
    font-family: 'NoeDisplayBold';
    color: #b58d5e;
	letter-spacing:0.0625em;
	text-decoration: none;
}

.booking--title a:hover {
	text-decoration: none;
}

.booking--title > a:first-of-type{
	font-size: 1.25em;
}
.booking--title > a:first-of-type:after{display: none;}

.booking--title a:not(:last-child) {
    padding-right: 1rem;
    position: relative;
    margin-right: 0.75rem;
}

.booking--title a:not(:last-child):after {
    content: '';
    width: 0.25em;
    height: 0.125rem;
    background: #b58d5e;
    position: absolute;
    right: -0.25rem;
    top: 52%;
}

/*.booking--time {
    font-size: 1.25em;
	margin-top: 0.25em;
}*/


.booking--status * {
    font-weight: 600;
	/*font-size: 1em;*/
}

.booking--title {
	margin-bottom: -1em;
	color: transparent;
}
.booking--title a{
	pointer-events: none;
}
.booking--title article{
	margin-top: 0.75em;
}
.booking--title article > a:first-of-type{
	display: none;
}
.booking--title .print__wrapper--pdf{
	margin: 0.5em 0;
}
.booking--title .print__wrapper--pdf a{
	pointer-events: inherit;
	text-decoration: underline;
}
.booking--title .print__wrapper--pdf a:hover{
	color: #000;
	text-decoration: none;
}
.view-full-calendar-view .field-id-value--calendar{
    visibility: hidden;
	height: 0;
}
.view-full-calendar-view .view-content{
    display: flex;
	gap: 3em 1.75em;
	flex-wrap: wrap;
}
.view-full-calendar-view .view-content .item-list h3{
    margin-top: 0;
	font-size: 1.5em;
}
.view-full-calendar-view .view-content .item-list ul{
    list-style: none;
	padding: 0;
	margin-left: 0;
	margin-top: 0.875em;
}
.view-full-calendar-view .view-content .item-list {
    padding: 1em;
	flex-grow: 1;
	max-width: 12.9375em;
	flex-basis: 12.9375em;
}
.view-full-calendar-view .view-content .item-list:nth-child(even) {
    background: #f9f9f9;
}
.view-full-calendar-view .view-content .item-list li {
    font-weight: 700;
	position: relative;
}
.view-full-calendar-view .view-content .item-list time {
    font-weight: 700;
}
.view-full-calendar-view .view-content .item-list li .alertmessage {
    position: absolute;
    background: #ffff;
    padding: 1.5em;
    box-shadow: 0 0 10px #000;
    width: 20em;
    z-index: 450;
    top: 1.5em;
    left: 4em;
}
.view-full-calendar-view .view-content .item-list li .alertmessage span.closeAlertmessage {
    font-size: 2em;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    padding: 0.125em 0.3125em 0.25em;
	border-radius: 50%;
}
.view-full-calendar-view .view-content .item-list li .alertmessage span.closeAlertmessage:hover {
    color: #f00;
}

#login-block-section-for-booking .o-copy__hgroup,
#login-block-section-for-booking .section__hgroup,
.booking-contact-form .field--name-party-size,
.main__admin .messages.warning{display: none}

.commerce__product .o-media__item > div ~ img{
	width: auto;
}

.path-bookable-calendar .messages.status{
	display: none;
}

.role_burton_court_member .main__content > div .section__wrapper{
	padding-bottom: 5.5%;
}
ul.small-print__card--icons {
    display: flex;
    list-style: none;
    align-items: center;
    margin-left: 0;
    margin-bottom: 1em;
}

.commerce__product .o-media__item{
	position: relative;
	max-width: 100%;
}
.views-form form table td .slick__arrow{
	display: none;
}


nav.slick__arrow button.slick-arrow {
    position: absolute;
    top: 50%;
    border-width: 0.125em 0.125em 0 0;
    background: none;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-indent: -20em;
	outline: none;
}
nav.slick__arrow button.slick-prev.slick-arrow{
    transform: translateY(-50%) rotate(-135deg);
	left: -1em;
}
nav.slick__arrow button.slick-next.slick-arrow{
    transform: translateY(-50%) rotate(45deg);
	right: -1em;
}
.commerce-checkout-flow__payment-options ul.smallIcons{
	display: flex;
	gap: 0.5em;
	margin-top: 0.5em;
	align-items: center;
	max-width: 20em;
}
 
.checked .commerce-checkout-flow {
	margin-left: 0;
	max-width: 100%;
}
.checked .commerce-checkout-flow fieldset.fieldset.fieldset--commerce{
	display: contents;
}
.checked .commerce-checkout-flow nav.slick__arrow{
	display: none;
}
 
.checked .commerce-checkout-flow .order-total--summary{
	text-align: right;
}
.checked .commerce-checkout-flow .order-total--summary .order-total__line{
	font-weight: 700;
}
 
.checked .commerce-checkout-flow .form-type-radio, 
.checked .commerce-checkout-flow .form-item-radio{
	margin-bottom: 0.25em;
}
.checkout-order-summary {
	overflow-x: auto;
	padding-bottom: 1em;
}
.checkout-order-summary td{
	border: 1px solid #ddd;
}
.checkout-order-summary td:not(:first-child){
	max-width: 15em;
}
.checkout-order-summary td:last-child{
	text-align: right;
}
body .view-commerce-cart-form form {
	overflow-x: auto;
}
.checkout-order-summary td img,
body .view-commerce-cart-form form td > div > div img{
	max-height: 7em;
	width: auto;
	object-fit: contain;
}
.checkout-pane-coupon-redemption{
	margin-bottom: 1.5em;
}

input.address-book-edit-button {
    margin-bottom: 1em;
    max-width: max-content;
    margin-left: 0;
    margin-top: .5em;
}

.view-commerce-cart-form form table td{
	max-width: 12em;
	width: inherit;
	border: 1px solid #ddd;
}
.checked .form-type-radio input:checked+label:after,
.checked .form-item-radio input:checked+label:after{
	background-color: #b58d5e;
}

.slick{
	position: relative;
}

@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
	.commerce-checkout-flow .layout-region-checkout-secondary{
		width: calc(100% - 30em);
	}
	.commerce-checkout-flow .layout-region-checkout-main, 
	.commerce-checkout-flow .layout-region-checkout-footer{
		width: 25em;
	} 

	.checkout-pane-coupon-redemption{
		max-width: 20em;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 0;
	}
	.commerce-checkout-flow .layout-region-checkout-footer{
		clear: both;
	}
}

.addtoany_list{
	display: none;
}

.main__content > .header--meta--text{
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-top: 1.5em;
	margin-bottom: -1.5em;
}
@media screen and (min-width: 60em){
	.main__content > .header--meta--text{
		padding-left: 4.5%;
        padding-right: 4.5%;
        margin-bottom: -3%;
	}
}

.contentinfo .big-social-media__item .big-social-media__btn{
	background-color: transparent;
	border-radius: 50%;
}
.contentinfo .big-social-media__item .big-social-media__btn:hover{
	background-color: #b58d5e;
}
.contentinfo .big-social-media__item .big-social-media__btn .big-social-media__icon svg path{
	fill: #b58d5e;
}
.contentinfo .big-social-media__item .big-social-media__btn:hover .big-social-media__icon svg path{
	fill: #fff;
}

.section__wrapper > h3{
	display: none;
}

.commerce__product .view-content{
	overflow: hidden;
}

/*.commerce__product .slider.slider-for,
.commerce__product .slider.slider-nav{
	display: flex;
	overflow: hidden;
}*/

/* Slider CSS for product page */

.commerce__product .o-media__item .slider-nav .slick-list{
	max-width: calc(100% - 10em);
}

.commerce__product .o-media__item img{
	height: auto;
	width: auto;
	max-height: 30em;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}
.commerce__product .o-media__item .slider-nav img{
	height: 7em;
	width: 100%;
	object-fit: contain;
	margin: 0 .5em;
}
.commerce__product .o-media__item .slider-nav button.slick-arrow{
	transform: translateY(-35%) rotate(135deg);
	text-indent: inherit;
    font-size: 1.25em;
    border: solid #b58d5e;
    border-width: 0 0.125em 0.125em 0;
}
.commerce__product .o-media__item .slider-nav button.slick-prev.slick-arrow{
	left: 0.5em;
}
/*.commerce__product .o-media__item .slider-nav button.slick-arrow:before{
	color: #000;
}*/
.commerce__product .o-media__item .slider-nav button.slick-next.slick-arrow{
	transform: translateY(-50%) rotate(-45deg);
}

.commerce__product.product.product--detail h4{
	margin-bottom: 1.5em;
	padding-left: 1.75em;
	position: relative;
	cursor: pointer;
	background: url(../img/more_icon.png) no-repeat left center;
	background-size: contain;
    font-weight: 400;
    font-family: 'NoeDisplay';
    letter-spacing: 0.0625em;
}

.product__shop__form form{
	max-width: 22em;
	margin-left: 0;
}

.commerce__product.product.product--detail .product__text.the-measure,
.product__shop__form > span{
	display: none;
}

/*For media Image align style*/
.align-center {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  float: right;
  margin: 1em 0 1em 1em;
}

.align-left {
  float: left;
  margin: 1em 1em 1em 0;
}
/*For media Image align style*/

body.user-logged-in .section--header-banner .o-splash__anchor img{height: auto}

#primary-nav ul.menu li:last-child a.menu--donate--button{
    display: inline-block;
    padding: 0.7em 0.7em;
    font-size: .9375em;
    min-width: 11em;
    font-weight: 600;
    letter-spacing: .33333333em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: .0625em solid #b58d5e;
    color: #b58d5e;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#primary-nav ul.menu li:last-child a.menu--donate--button{
	background-color: #c90c0f;
	border-color: #c90c0f;
	color: #fff;
}

#primary-nav ul.menu li:last-child a.menu--donate--button:hover{
	background-color: #b60b0e;
    border-color: #b60b0e;
    color:#FFF;
}
    
@media screen and (min-width: 68em) {
    .navigation__global-nav .menu {
    	width: inherit;
    }
}

@media screen and (min-width: 68em) and (max-width: 84em){
	#primary-nav ul.menu li:last-child a.menu--donate--button{
    	min-width: 8em;
    }
}

/*@media screen and (min-width: 85em) {
    .navigation__global-nav .menu {
    	width: 51em;
    }
}*/

.search--navigation form
{
    position: relative;
    width: 2em;
    transition: 0.4s;
    overflow: hidden;
}

.search--navigation:hover form
{
    width: 8em;
    transition: 0.4s;
}

.search.search--navigation form input{border-color:rgb(11 11 11 / 5%);}
.search.search--navigation:hover form input{border-color:#b58d5e !important;}
.search--navigation form.expanded-form{width: 8em;}
.search--navigation form.expanded-form input{border-color:#b58d5e;}
.svg .search form .form-submit{background-position: center 8px;}

@media screen and (min-width: 68em) and (max-width: 80em){
	.navigation__global-nav .menu > li span, 
	.navigation__global-nav .menu > li button, 
	.navigation__global-nav .menu > li a{
		padding-left: 0.625em;
		padding-right: 0.625em;
		letter-spacing: 0.0625em;
	}
}

