#ft_background {
	background-image: url("../../img/organiser/46233d63e9654f2587d0dffc5c119e6d/template/background.jpg");
}

#ft_headerLogo {
	width: 135px;
	height: 55px;
	background-image: url("../../img/organiser/46233d63e9654f2587d0dffc5c119e6d/template/logo_header.png");
	background-repeat: no-repeat;
	background-size: 135px 55px;
}


#ft_introLogo {
	width: 300px;
	height: 300px;
	background-image: url("../../img/organiser/46233d63e9654f2587d0dffc5c119e6d/template/logo_intro.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


@media print {
	h1:before {
		position: relative;
		top: -50px;
		margin-right: -65px;
		content: url("../../img/organiser/46233d63e9654f2587d0dffc5c119e6d/logo_header.png");
	}
}


/* -- Custom CSS -- */
/* Accessibilty compatibility */
.ft_ed_buy label {
	/* As per ww3 accesibility */
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#ft_receipt #app .ft_receiptSharing .fticon-social-calendar,
#ft_receipt #app .ft_receiptSharing .fticon-social-x,
#ft_receipt #app .ft_receiptSharing .fticon-social-facebook {
  filter: invert(0) !important;
 
}

#app > div.ft_panelWhite.ft_panelContent.ft_tight.ft_left > div > div > div.ft_accountBox.ft_details > div.ft_membership.ft_scrollbarMinimal > a {
  	position: absolute;
    bottom: 20px; 
    left: 16px;
}

div.ft_image {
	aspect-ratio: unset !important;
    position: unset !important;
    margin: 0 !important;
  	overflow: unset !important;
}
.ft_event .ft_image img {
	position: unset !important;
}

.ft_grid1 .ft_event .ft_info {
	padding: 0 !important;
}

.ft_grid1 .ft_event .ft_title { 
	font-size: 12px !important;
	white-space: unset !important;
} 

#ddmenu .fticon-settings {
	display: none !important;
}

#app > div > div.ft_ep_memRow > div:nth-child(5) > label {
	font-weight:bold;
}
.ft_ep_memRowLabel {
	margin-bottom: 18px;
}

.ft_membership  {
    margin-bottom: 30px !important;
}

.ft_accountContent.ft_accountMain h1:nth-child(1) {
  display: none;
} 

#ft_checkoutRight {
    width: 450px !important;
    position: inherit !important;
    margin-left: auto !important;
    height: auto !important;
  	align-self: flex-start;
}

#ft_bookingItems .ft_fcItemThumbnail img {
    width: 50px !important;
    height: 50px !important;
}

.ft_checkoutListGroup {
    max-width: 570px !important;
}

@media (max-width: 655px) {
    #ft_checkoutRight {
        position: relative !important;
        left: 0 !important;
        top: 0;
        clear: both;
        width: 100% !important;
        padding: 10px !important;
    }
  
  .ft_bookingSummaryLineLeft {
        width: auto !important;
    }
      #ft_checkoutEditButton {
        top: -90px !important;
    }
	#checkout #ft_checkoutRight #ft_bookingItems #ft_fcContents .ft_fcItem {
		grid-template-columns: auto !important;
	}
}
/* -- Custom CSS -- */
