/*
Theme Name: SkoolPAL
Theme URL: https://www.skoolpal.com.au
Description: SkoolPAL Theme
Author: OzWebApps
Author URL: https://www.ozwebapps.com.au
Template: mesmerize
Version: 1.0.0
Text Domain: skoolpal
*/

p{
	font-weight: 300;
}

#booked-profile-page{
	text-align: initial;
}

.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title{
	color: #FF9800 !important;
}

.cf-block .field:first-child{
	display: none;
}

.hero-title{
	text-transform: uppercase;
    font-weight: 800 !important;
}

.post-list .post-content{
	text-align: center;
}

.post-list .post-thumbnail{
	max-width: 300px;
    text-align: center;
    display: inline-block;
}

@media(max-width: 442px){
	h1{
		font-size: 2rem !important;
	}
}

.booked-tabs .edit-button{
	display: none !important;
}

.booked-cal-buttons .cancel{
    color: #000 !important;
	background-color: #fff !important;
    border: 1px solid !important;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5 !important;
}

.booked-cal-buttons .cancel:hover{
	border: 1px solid #aab9d4 !important;
}