/*
Theme Name: BoIS Bokningssida
Theme URI: https://boka.landskronabois.se/
Author: Fabian Lindfors & Kevin Alexandersson
Author URI: https://fabianlindfors.se/
Description: 
Version: 2.0
*/
@font-face {
	font-family: 'unineue-heavyitalic';
	src: url('assets/fonts/unineue-heavyitalic.woff2') format('woff2'),
			 url('assets/fonts/unineue-heavyitalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'unineue-regular';
	src: url('assets/fonts/unineue-regular-w00.woff2') format('woff2'),
			 url('assets/fonts/unineue-regular-w00.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'unineue-light';
	src: url('assets/fonts/unineue-light.woff2') format('woff2'),
			 url('assets/fonts/unineue-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'unineue-regular';
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #212529;
}

a {
	color: #db040e;
}

a:hover, a:focus {
	color: #db040e;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'unineue-heavyitalic';
	font-weight: normal;
}

h1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
}

header {
	text-align: center;
	padding: 32px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

header h1 {
	margin-bottom: 32px;
}

header h1 a {
	color: #000;
}

header h1 a {
	color: #000;
	text-decoration: none;
}

.login, .book, .create-account {
	padding-top: 16px;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.book .booking-info-wrapper, .login .login-info-wrapper, .create-account-wrapper {
	margin-bottom: 32px;
}

.username-wrapper, .password-wrapper, .login-submit-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
.starttime-wrapper, .endtime-wrapper, .bus-wrapper, .team-wrapper, .message-wrapper, .submit-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
.create-code-wrapper, .create-username-wrapper, .create-password-wrapper, .create-mail-wrapper, .create-firstname-wrapper, .create-lastname-wrapper, .create-submit-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

.error-wrapper {
	display: none;
	margin-top: 20px;
}

.login-validation-error-wrapper {
	display: none;
}

.show {
	display: block;
}
.hide {
	display: none;
}

.success-wrapper {
	margin-top: 20px;
}

.double-error-wrapper {
	margin-top: 20px;
}

.bookings-view {
	margin-bottom: 40px;
}

/* Event list */
.bookings-view .list-view {
	display: none;
}

.bookings-view .list-view h2 {
	margin-bottom: 20px;
}

.event-list-entry {
	margin: 10px 0;
	color: #fff;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.event-list-entry .title {
	margin: 0;
	font-size: 20px;
	font-family: 'unineue-heavyitalic';
	font-weight: normal;
}

.event-list-entry .date {
	margin: 0;
	font-weight: 300;
	margin-top: 8px;
	font-size: 16px;
}

.event-list-entry .date span {
	font-family: 'unineue-heavyitalic';
	font-weight: normal;
	margin-right: 10px;
}

.event-list-entry .excerpt {
	margin: 0;
	font-weight: 300;
	margin-top: 8px;
	font-size: 16px;
}

.event-list-entry .excerpt span {
	font-family: 'unineue-heavyitalic';
	font-weight: normal;
	margin-right: 10px;
}

.eo-fullcalendar .fc-toolbar h2 {
	font-family: 'unineue-heavyitalic';
	font-weight: normal;
	text-transform: capitalize;
}

.fc-day-grid-event .fc-time {
	font-family: 'unineue-heavyitalic';
	font-weight: normal;
}

.eo-fullcalendar-reset th.fc-day-header {
	font-family: 'unineue-heavyitalic';
	font-weight: normal;
	text-transform: uppercase;
}

.qtip-eo .qtip-titlebar {
	background-color: #000000!important;
	color: #fff!important;
	font-weight: normal;
}

@media screen and (max-width: 600px) {
	.bookings-view .list-view {
		display: block;
	}
	.bookings-view .calendar-view {
		display: none;
	}
}

/* My bookings */
.my-bookings-wrapper {
	height: 0;
	overflow: hidden;
}
.my-bookings-wrapper h2 {
	margin-bottom: 20px;
}

.my-bookings-wrapper .event-entry {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ececec;
}

/* Create account */
.create-success-wrapper, .create-error-wrapper {
	margin-top: 20px;
}