/*
Theme Name: The Granted Group
Theme URI: https://bookings.thegrantedgroup.com.au/
Description: Custom theme developed for bookings.thegrantedgroup.com.au
Text Domain: tggb
Author: Graphene Themes Solutions
Author URI: https://graphene-theme.com
Version: 1.3
*/

@font-face {
    font-family: 'gilroy';
    src: url('fonts/gilroy/gilroy-light-webfont.woff2') format('woff2'),
         url('fonts/gilroy/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('fonts/gilroy/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('fonts/gilroy/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
header {
	text-align: center;
	padding: 20px 0;
	border-bottom: 5px solid #A0A09F;
}
header .logo img {
	max-width: 55%;
	height: auto;
}
.page-heading {
	height: 602px;
	background-image: url(images/bg-page-heading.jpg);
	background-size: cover;
	background-position: bottom center;
	background-color: #90CFEB;
	overflow: hidden;
}
.page-heading h1 {
	position: relative;
	margin: 189px 0px 10px 50%;
	font-size: 85px;
	font-weight: normal;
	line-height: 1em;
	text-align: right;
	color: #262262;
}
footer {
	background: #262262;
	color: #fff;
	padding: 40px 0;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer .social {
	font-size: 25px;
}
.btn {
	border-radius: 0;
	padding-left: 50px;
	padding-right: 50px;
	border: none;
	font-weight: 600;
}
.btn-primary {
	background-color: #43B049;
}
.btn-primary:hover {
	background-color: #307FE2;
}
.footer-text {
	font-size: 14px;
	line-height: normal;
}
.footer-text p {
	margin-bottom: 0;
}
.content {
	padding: 100px 0;
	font-family: gilroy, arial, sans-serif;
}
.gform_wrapper.gravity-theme .gf_page_steps {
	margin-bottom: 40px;
	text-align: center;
	border-bottom: none;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background: #262262;
	border-color: #262262;
	color: #fff;
}
.gform_wrapper.gravity-theme .gf_step_label {
	font-size: 16px;
	font-weight: normal;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_label {
	color: #262262;
}
.gform_wrapper.gravity-theme .gsection {
	border-bottom: none;
}
.gform_wrapper.gravity-theme .gsection h3 {
	font-size: 60px;
	font-weight: bold;
	color: #262262;
}
.gform_wrapper.gravity-theme input:not([type=button]):not([type=submit]),
.gform_wrapper.gravity-theme select {
	border: 2px solid #262262;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 20px;
}
.gform_wrapper.gravity-theme .gfield {
	margin-bottom: 20px;
}
.inline-datepicker .ui-datepicker {
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th, 
.ui-datepicker .ui-datepicker-calendar td {
	height: 60px;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover,
.time-slots .btn:disabled,
.time-slots .btn:disabled:hover {
	background: none;
	color: #ccc;
	cursor: not-allowed;
	pointer-events: auto
}
.time-slots .btn span {
	position: relative;
}
.time-slots .btn span sup {
	position: absolute;
	top: 0.5em;
	left: 100%;
	text-align: left;
	min-width: 50px;
}
.alert > p:last-child {
	margin-bottom: 0;
}