/* Custom Styles */

body {
	font-family: 'Sofia Pro Regular';
	font-size:18px;
	color:#4c4c4c;
	line-height:25px;
	font-weight:400;
}

a {
	color:#00b4e5;
}

a:hover,
a:focus {
	color:#f24e61;
}

a,
a:hover,
input.button,
input.button:hover {
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.btn, .wpcf7 input[type="submit"] {
	color: #4c4c4c;
}

.button,
.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
	display:inline-block;
	padding:15px;
	line-height:1;
	width:auto;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	font-family: 'Sofia Pro Bold';
	background-color:#f24e61;
	text-decoration:none;
	border:1px solid #f24e61;
}

.button:hover,
.button:focus {
	color:#f24e61;
	background-color:#fff;
	text-decoration:none;
}

.btn-primary,
.btn-secondary {
	background-color: #f24e61;
	border-color: #f24e61;
	color:#fff;
}

.btn-primary:hover,
.btn-primary.focus, 
.btn-primary:focus,
.btn-secondary.focus, 
.btn-secondary:focus,
.btn-secondary:hover {
	color:#f24e61;
	border-color:#f24e61;
	background-color:#fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.focus, 
.btn:focus, 
.wpcf7 input.focus[type="submit"], 
.wpcf7 input:focus[type="submit"] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-blue {
	background-color:#0f89c6;
	border-color:#0f89c6;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.btn-blue:hover {
	color:#0f89c6;
	background-color:#fff;
}


p:empty,
p:last-child {
	margin-bottom:0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'Sofia Pro SemiBold';
	margin-bottom:15px;
}

.site-header {
	padding:8px 0;
}

.top-header {
	text-align:right;
	background-color:#F3F1F1;
	padding:15px 0;
}

.top-header .d-flex > div {
	-moz-flex:0 0 auto;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
}

.top-header .d-flex > div:first-child {
	margin-left:auto;
}

.top-header img {
	display:inline-block;
	vertical-align:middle;
	max-width:21px;
	margin-right:15px;
}

.top-header span {
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:26px;
}

.top-header span br {
	display:none;
}

.top-header a.social-media {
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	display:inline-block;
	vertical-align:middle;
	margin-right:40px;
}

.top-header a.social-media#facebook-icon {
	background-image:url('images/facebook-icon.png');
}

.top-header a.social-media#instagram-icon {
	background-image:url('images/instagram-icon.png');
}

.header-logo {
	width:100%;
	max-width:164px;
	margin-right:auto;
	-moz-flex:0 0 164px;
	-webkit-flex:0 0 164px;
	flex:0 0 164px;
}

.navbar-brand {
	padding:0;
	margin:0;
}

.header-left > *,
.header-right > * {
	display:inline-block;
	vertical-align:middle;	
}

.header-left {
	font-size:21px;
	font-family: 'Sofia Pro SemiBold';
}

.header-left img {
	margin-right:10px;
}

.header-right .d-flex {
	padding-top:15px;
}

.header-right .d-flex > div:not(:first-child) {
	margin-left:50px;
}

.header-right .d-flex > div:first-child {
	font-size:20px;
	font-family: 'Sofia Pro SemiBold';
}

.header-right .d-flex > div:last-child {
	margin-left:0;
	margin-top:39px;
	margin-bottom:-9px;
	width:100%;
	-moz-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
}

.header-right span,
.mobile-menu-header-right span {
	display:inline-block;
	width:24px;
	height:19px;
	vertical-align:middle;
	margin-right:10px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}

.header-right span#email-icon,
.mobile-menu-header-right span#email-icon {
	background-image:url('images/email-icon.png');
}

.header-right span#phone-icon,
.mobile-menu-header-right span#phone-icon {
	background-image:url('images/phone-icon.png');
}

.header-right a,
.mobile-menu-header-right a {
	color:#1d1f22;
}

.header-right .header-btn,
.header-btn {
	font-size:20px;
	line-height:1;
	color: #fff;
	width:165px;
	padding:13px 15px;
	font-family: 'Sofia Pro SemiBold';
	background-color: #e854a1;
	border: 1px solid #e854a1;
	text-transform:uppercase;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.header-btn:hover,
.header-btn:focus {
	color: #e854a1;
	background-color:#fff;
}

.header-right .social-media {
	width:50px;
	height:50px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:26px;
	line-height:1;
	background-color:#3b5998;
	padding:12px;
	margin-left:15px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.header-right .social-media#instagram {
	background-color:#d01476;
}

.navbar {
	padding:0;
}

.navbar-expand-md .navbar-nav {
	margin-left:auto;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding:0 20px 20px;
	font-size:18px;
	text-transform:uppercase;
	line-height:1;
	font-family: 'Sofia Pro SemiBold';
	position:relative;
}

.navbar-expand-md .navbar-nav .nav-link:before {
	content:'';
	height:5px;
	width:100%;
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

.navbar-expand-md .navbar-nav .menu-item:first-child > .nav-link,
.navbar-expand-md .navbar-nav .menu-item:nth-last-child(2) > .nav-link {
	color:#f24e61;
}

.navbar-expand-md .navbar-nav .menu-item:nth-child(2) > .nav-link,
.navbar-expand-md .navbar-nav .menu-item:last-child > .nav-link {
	color:#00b4e5;
}

.navbar-expand-md .navbar-nav .menu-item:nth-child(3) > .nav-link {
	color:#e854a1;
	color:#f38f00;
}

.navbar-expand-md .navbar-nav .menu-item:nth-child(4) > .nav-link {
	color:#8465c0;
}

.navbar-expand-md .navbar-nav .menu-item:nth-child(5) > .nav-link {
	color:#f38f00;
	color:#97c524;
	border-right-width:2px;
}

.navbar-expand-md .navbar-nav .menu-item.active > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item:hover > .nav-link:before {
	display:block;
}

.navbar-expand-md .navbar-nav .menu-item.active:first-child > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item:first-child > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item:first-child:hover > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item:nth-last-child(2):hover > .nav-link:before {
	background-color:#f24e61;
}

.navbar-expand-md .navbar-nav .menu-item:nth-child(2):hover > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item.active:nth-child(2) > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item.active:last-child > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item:last-child > .nav-link:before {
	background-color:#00b4e5;
}

.navbar-expand-md .navbar-nav .menu-item:nth-child(3):hover > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item.active:nth-child(3) > .nav-link:before {
	background-color:#f38f00;
}

.navbar-expand-md .navbar-nav .menu-item:nth-child(4):hover > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item.active:nth-child(4) > .nav-link:before {
	background-color:#8465c0;
}

.navbar-expand-md .navbar-nav .menu-item:nth-child(5):hover > .nav-link:before,
.navbar-expand-md .navbar-nav .menu-item.active:nth-child(5) > .nav-link:before {
	background-color:#97c524;
}

.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link {
	color: #fff;
}

.dropdown-menu {
	padding:0;
	border:none;
	margin:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.dropdown-item {
	padding: 15px 25px;
	line-height: 1;
	position:relative;
	border:none;
	border-left:5px solid #00b4e5;
	color:#00b4e5;
	text-transform:uppercase;
}


.wrapper {
	padding:0;
}

#wrapper-footer-full {
	padding:50px 0;
	background:url('images/footer-bg.webp') no-repeat 50% 50%;
	background-size:cover;
	border-top:10px solid #cbcbcb;
}

#wrapper-footer-full .widget-title {
	color:#0f89c6;
	text-transform:uppercase;
	font-size:25px;
	font-family: 'Sofia Pro Bold';
	margin-bottom:25px;
}

#wrapper-footer-full .footer-widget-1 .widget-title {
	color:#b9961b;
}

.footer-box {
	padding:15px;
	font-size:25px;
	font-family: 'Sofia Pro SemiBold';
	color:#fff;
	background-color:#5aa00e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.footer-box:first-child {
	margin-bottom:20px;
	background-color:#5e4682;
}

.footer-box span {
	display:block;
	font-size:15px;
	text-transform:uppercase;
}

#wrapper-footer {
	background-color:#006e4c;
	color:#fff;
	padding:45px 0;
	font-size:15px;
}

#wrapper-footer .widget {
	-moz-align-self:center;
	-webkit-align-self:center;
	align-self:center;
}

#wrapper-footer .widget:last-child {
	text-align:right;
	font-size:16px;
	font-family: 'Sofia Pro SemiBold';
}

.static {
	visibility:hidden;
	opacity:0;
}

.mobile-menu-wrapper {
	display:none;
}

/* Front page */
.slider-section {
	position:relative;
}

.slider-section .slider-content-wrap {
	position:absolute;
	top:0;
	height:100%;
	left:0;
	width:100%;
	z-index:999;
}

.slider-section .slider-content-wrap .d-flex {
	height:100%;
}

.slider-section .slider-content {
	font-size:16px;
	line-height:26px;
	color:#fff;
}

.slider-section .slider-content .box {
	padding:20px 30px;
	margin-left:-30px;
	margin-right:-30px;
	color:#fff;
	font-size:22px;
	background-color:#684f40;
	margin-bottom:30px;
	line-height:27px;
	letter-spacing:-1px;
}

.slider-section .slider-content .box p {
	margin-bottom:0;
}

.slider-section .slider-content h1 {
	font-size:80px;
	line-height:90px;
	color:#fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.slider-section .slider-content h2 {
	font-size:50px;
	line-height:60px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.slider-section .slider-content .btn {
	width:100%;
	max-width:160px;
	font-size:16px;
	line-height:31px;
	max-height:44px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}

.slider-section .slick-arrow {
	position:absolute;
	width:75px;
	height:75px;
	color:#fff;
	background-color:rgba(0,0,0,0.35);
	text-align:center;
	font-size:30px;
	line-height:1;
	padding:21px;
	z-index:1;
	left:5%;
	top:50%;
	margin-top:-38px;
	cursor:pointer;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.slider-section .slick-arrow.slick-next {
	left:auto;
	right:5%;
}

.front-page .section-1 {
	padding:70px 0;
}

.front-page .section-1 h3 {
	font-size:60px;
	color:#f24e61;
	font-family: 'Sofia Pro Regular';
	text-align:center;
	margin-bottom:55px;
}

.front-page .section-1 .feature {
	position:relative;
	overflow:hidden;
}

.front-page .section-1 .feature a {
	color:#fff;
	text-decoration:none;
}

.front-page .section-1 .feature img {
	-moz-transition:-moz-transform 0.2s ease-in-out;
	-webkit-transition:-webkit-transform 0.2s ease-in-out;
	-ms-transition:-ms-transform 0.2s ease-in-out;
	-o-transition:-o-transform 0.2s ease-in-out;
	transition:transform 0.2s ease-in-out;
}

.front-page .section-1 .feature a:hover img {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	-moz-transition:-moz-transform 0.2s ease-in-out;
	-webkit-transition:-webkit-transform 0.2s ease-in-out;
	-ms-transition:-ms-transform 0.2s ease-in-out;
	-o-transition:-o-transform 0.2s ease-in-out;
	transition:transform 0.2s ease-in-out;
}

.front-page .section-1 .feature span {
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	display:block;
	position:absolute;
	bottom:45px;
	width:100%;
	z-index:1;
	font-family: 'Hand Of Sean';
}

.front-page .section-2 {
	padding:75px 0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	font-size:18px;
	color:#fff;
}

.front-page .section-2 h4 {
	color:#ffee90;
	font-size:34px;
	font-family: 'Sofia Pro SemiBold';
	line-height:41px;
	margin-bottom:30px;
}

.front-page .section-3,
.testimonial-section {
	padding:70px 0 0;
	font-size:18px;
	background:url('images/testimonial-background.jpg') no-repeat 0px 100%;
}

.front-page .section-3 h4,
.front-page .section-4 h4,
.front-page .section-5 h4,
.front-page .contact-section .gform_wrapper h3.gform_title,
.testimonial-section h4,
.contact-section .gform_wrapper h3.gform_title {
	font-size:35px;
	margin-bottom:50px;
}

.front-page .section-3 .testimonial-column,
.testimonial-section .testimonial-column {
	margin-bottom:60px;
}

.front-page .section-3 .testimonials span,
.testimonial-section .testimonials span {
	display:inline-block;
	color:#f57b20;
	text-transform:uppercase;
	font-family: 'Sofia Pro SemiBold';
}
	
.front-page .section-4 {
	padding:90px 0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.front-page .section-4 h4 {
	margin-bottom:30px;
	color:#fff;
}

.front-page .section-4 .box {
	padding:20px 20px 50px;
	font-size:17px;
	color:#1d1f22;
}

.front-page .section-4 .box .school-price {
	color:#f57b20;
}

.front-page .section-4 .box.white {
	background-color:#fff;
}

.front-page .section-4 .box.dark {
	background-color:#003d2a;
	color:#fff;
	min-height:245px;
}

.front-page .section-4 .box.dark span {
	font-size:15px;
	font-family: 'Sofia Pro SemiBold';
	display:inline-block;
	background-color:#006e4c;
	padding:5px 10px;
	text-transform:uppercase;
	line-height:1;
	margin-bottom:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.front-page .section-4 .box.dark .school-time {
	font-size:30px;
	margin-bottom:30px;
}

.front-page .section-4 .box.white span {
	display:inline-block;
	font-size:18px;
	text-transform:uppercase;
	color:#f57b20;
	font-family: 'Sofia Pro SemiBold';
	position:relative;
	margin-bottom:50px;
}

.front-page .section-4 .box.white span:before {
	content:'';
	width:50px;
	height:2px;
	background-color:#f57b20;
	display:block;
	position:absolute;
	left:0;
	bottom:-15px;
}

.front-page .section-4 .button {
	background-color:#fff;
	color:#0fc6bc;
	border:1px solid #fff;
	font-size:18px;
	font-family: 'Sofia Pro SemiBold';
	margin-top:35px;
	width:100%;
	max-width:160px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.front-page .section-4 .button:hover {
	background-color:#0fc6bc;
	color:#fff;
}

.front-page .section-5 {
	padding:80px 0 25px;
}

.front-page .section-5 h4 {
	margin-bottom:40px;
}

.front-page .section-5 .grid-sizer {
	width:23.076923076923077%;
}

.front-page .section-5 .gutter-sizer,
.gutter-sizer {
	width:2.564102564102564%;
}

.front-page .section-5 .grid-item,
.grid-item {
	margin-bottom:2.564102564102564%;
	margin-bottom:30px;
	float:left;
	width:23.076923076923077%;
}

.front-page .section-5 .grid-item-2 {
	width: 48.717948717948715%;
}

.grid-sizer,
.grid-item {
	width:31.623931623931625%;
}

.front-page .section-5 .grid-item-big {
	width:48.717948717948715%;
}

.front-page .section-5 .gallery {
	margin-bottom:0;
}

.front-page .section-5 .button {
	background-color:#003d2a;
	font-size:18px;
	font-family: 'Sofia Pro SemiBold';
	border-color:#003d2a;
	width:100%;
	max-width:170px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.front-page .section-5 .button:hover {
	color:#003d2a;
	background-color:#fff;
}

.front-page .section-6 {
	padding:25px 0 50px;
}

.front-page .section-6 .d-flex {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	padding:20px 15px;
	height:100%;
	position:relative;
	z-index:2;
}

.front-page .section-6 .d-flex > *,
.contact-page .section-2 .d-flex > * {
	-moz-align-self:center;
	-webkit-align-self:center;
	align-self:center;
	color:#fff;
	
}

.front-page .section-6 .mobile-button,
.contact-page .section-2 .mobile-button {
	font-size:30px;
	background-image:url('images/button-red.jpg');
}

.front-page .section-6 .email-button,
.contact-page .section-2 .email-button {
	font-size:16px;
	background-image:url('images/button-blue.jpg');
}

.front-page .section-6 .address-button,
.contact-page .section-2 .address-button {
	font-size:22px;
	font-family: 'Sofia Pro SemiBold';
	background-image:url('images/button-green.jpg');
}

.front-page .section-6 .d-flex > span {
	width:50px;
	height:50px;
	padding:11px;
	color:#fd450f;
	font-size:25px;
	background-color:#fff;
	display:inline-block;
	line-height:1;
	text-align:center;
	margin-right:15px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.front-page .section-6 .email-button > span {
	font-size:15px;
	padding:15px;
	color:#0f88c5;
}

.front-page .section-6 .address-button > span {
	color:#188200;
}

.front-page .contact-section,
.contact-section {
	padding:80px 0;
	background:url('images/contact-section-bg_1.webp') no-repeat 50% 50%;
	background-size:cover;
	color:#fff;
}

.front-page .contact-section .gform_wrapper,
.contact-section .gform_wrapper,
.enrol-now-page .gform_wrapper {
	margin:0;
}

.front-page .contact-section .gform_wrapper .gform_heading,
.contact-section .gform_wrapper .gform_heading {
	margin-bottom: 0;
}

.front-page .contact-section .gform_wrapper h3.gform_title,
.contact-section .gform_wrapper h3.gform_title {
	font-weight:400;
	margin:0 0 20px;
}

.front-page .contact-section .gform_wrapper ul.gform_fields li.gfield,
.contact-section .gform_wrapper ul.gform_fields li.gfield,
.enrol-now-page .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0;
	margin-top:15px;
}

.front-page .contact-section .gform_wrapper .top_label .gfield_label,
.contact-section .gform_wrapper .top_label .gfield_label,
.enrol-now-page .gform_wrapper .top_label .gfield_label {
	display:none;
}

.enrol-now-page .gform_wrapper ul.gform_fields li.gfield#field_4_1045,
.enrol-now-page .gform_wrapper ul.gform_fields li.gfield#field_4_1048 {
	height:0;
	overflow:hidden;
	margin:0;
}



.front-page .contact-section .gform_wrapper .top_label div.ginput_container,
.contact-section .gform_wrapper .top_label div.ginput_container,
.enrol-now-page .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
	position:relative;
}

.front-page .contact-section .gform_wrapper .top_label div.ginput_container:before,
.contact-section .gform_wrapper .top_label div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label div.ginput_container:before {
	content:'';
	font-family:'FontAwesome';
	position:absolute;
	left:20px;
	top:50%;
	font-size:20px;
	height:20px;
	margin-top:-10px;
	color:#4c4c4c;
}

.front-page .contact-section .gform_wrapper .top_label #field_1_1 div.ginput_container:before,
.contact-section .gform_wrapper .top_label #field_1_1 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_3_2 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_3_3 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_3_4 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_3_1009 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_4_1009 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_3_1010 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_4_1010 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:first-child div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(2) div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-child(3) div.ginput_container:before {
	content:'\f2c0';
}

.front-page .contact-section .gform_wrapper .top_label #field_1_2 div.ginput_container:before,
.contact-section .gform_wrapper .top_label #field_1_2 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label div.ginput_container.ginput_container_email:before {
	content:'\f003';
}

.front-page .contact-section .gform_wrapper .top_label #field_1_3 div.ginput_container:before,
.contact-section .gform_wrapper .top_label #field_1_3 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_3_23 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label div.ginput_container.ginput_container_phone:before {
	content:'\f095';
}

.front-page .contact-section .gform_wrapper .top_label #field_1_4 div.ginput_container:before,
.front-page .contact-section .gform_wrapper .top_label #field_1_5 div.ginput_container:before,
.contact-section .gform_wrapper .top_label #field_1_4 div.ginput_container:before,
.contact-section .gform_wrapper .top_label #field_1_5 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label div.ginput_container.ginput_container_textarea:before,
.enrol-now-page .gform_wrapper .top_label #field_3_22 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_3_1011 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(3) div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_4_1021 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-last-child(3) div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label .column-4 div.ginput_container:before {
	content:'\f036';
}

.front-page .contact-section .gform_wrapper .top_label #field_1_5 div.ginput_container:before,
.contact-section .gform_wrapper .top_label #field_1_5 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label div.ginput_container.ginput_container_textarea:before {
	top:15px;
	margin-top:0;
}

.front-page .contact-section .gform_wrapper .top_label input.medium,
.contact-section .gform_wrapper .top_label input.medium,
.contact-section .gform_wrapper.gform_validation_error .top_label input.medium,
.enrol-now-page .gform_wrapper .top_label input.medium,
.enrol-now-page .gform_wrapper.gform_validation_error .top_label input.medium {
	width:100%;
}

.front-page .contact-section .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.front-page .contact-section .gform_wrapper textarea,
.contact-section .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-section .gform_wrapper textarea,
.enrol-now-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.enrol-now-page .gform_wrapper textarea {
	padding:15px;
	padding-left:55px;
	font-size:17px;
	border:none;
}

.front-page .contact-section .gform_wrapper textarea,
.contact-section .gform_wrapper textarea,
.contact-section .gform_wrapper textarea.medium {
	height:127px;
}

.front-page .contact-section .gform_wrapper .gform_footer,
.contact-section .gform_wrapper .gform_footer {
	padding: 0;
	text-align:left;
	margin-top:15px;
}

.front-page .contact-section .gform_wrapper .gform_footer input.button,
.contact-section .gform_wrapper .gform_footer input.button,
.enrol-now-page .gform_wrapper .gform_footer input.button {
	background-color:#312600;
	border-color:#312600;
	margin:0;
	width:100%;
	font-size:17px;
	max-width:140px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.front-page .contact-section .gform_wrapper .gform_footer input.button:hover,
.contact-section .gform_wrapper .gform_footer input.button:hover,
.contact-section .gform_wrapper .gform_footer input.button:focus {
	color:#312600;
	background-color:#fff;
}

.front-page .contact-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.contact-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.enrol-now-page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.front-page .section-8,
.call-section {
	padding:50px 0;
	background-color:#312600;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Sofia Pro SemiBold';
	font-size:30px;
	text-align:center;
	letter-spacing:-1px;
}

.front-page .section-8 h2,
.call-section h2,
.about-page .call-section h2 {
	color:#ffd74b;
	font-size:60px;
	margin-bottom:20px;
}

.front-page .section-8 a,
.call-section a {
	color:#ffc701;
}

/* About page */
.about-page .section-1 {
	padding:70px 0;
	letter-spacing:-1px;
}

.about-page .page-section h2,
.about-page .call-section h2,
.enrol-now-page .section-2 h2 {
	font-size:35px;
	margin-bottom:70px;
	font-family: 'Sofia Pro Regular';
}

.about-page .page-section p {
	margin-bottom:35px;
}

.about-page .page-section p:empty,
.about-page .page-section p:last-child {
	margin-bottom:0;
}

.about-page .page-section .button {
	font-family: 'Sofia Pro SemiBold';
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.about-page .section-2 {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	padding:70px 0;
	color:#fff;
}

.about-page .section-2 h2,
.about-page .section-3 h2,
.enrol-now-page .section-2 h2 {
	margin-bottom:35px;
	font-family: 'Sofia Pro SemiBold';
}

.about-page .section-2 .button {
	background-color:#fff;
	color:#0f89c6;
	border-color:#fff;
}

.about-page .section-2 .button:hover {
	background-color:#0f89c6;
	color:#fff;
}

.about-page .section-3 {
	padding:70px 0;
	background-color:#eee;
}

.about-page .testimonial-section {
	background-image:none;
	background-color:#fff;
}

.about-page .call-section h2 {
	margin-bottom:35px;
	font-size:60px;
	font-family: 'Sofia Pro SemiBold';
}

/* Contact Page */
.contact-page .section-1,
.enrol-now-page .section-1,
.open-hours-section {
	color:#ffd74b;
	background-color:#312600;
	padding:20px 0;
	font-family: 'Sofia Pro SemiBold';
	letter-spacing:-1px;
}

.contact-page .section-1 .left-column span,
.enrol-now-page .section-1 .left-column span,
.open-hours-section .left-column span {
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	font-size:25px;
}

.contact-page .section-1 .left-column .fa,
.enrol-now-page .section-1 .left-column .fa,
.open-hours-section .left-column .fa {
	font-size:55px;
	line-height:1;
	display:inline-block;
	margin-left:45px;
	vertical-align:middle;
}

.contact-page .section-1 .right-column,
.enrol-now-page .section-1 .right-column,
.open-hours-section .right-column {
	font-size:30px;
}

.contact-page .section-1 .right-column span,
.enrol-now-page .section-1 .right-column span,
.open-hours-section .right-column span {
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
}

.contact-page .section-2 {
	padding:60px 0;
}

.contact-page .section-2,
.contact-page .section-2 a {
	color:#fff;
}

.contact-page .section-2 .mobile-button,
.contact-page .section-2 .email-button,
.contact-page .section-2 .address-button {
	padding:40px 20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.contact-page .section-2 .address-button {
	height:100%;
	background-image:url('images/button-dark-blue.jpg');
}

.contact-page .section-2 .address-button a {
	display:block;
	width:50px;
	height:50px;
	font-size:25px;
	line-height:1;
	background-color:#fff;
	color:#36518a;
	text-align:center;
	padding:11px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.contact-page .section-2 .email-button {
	font-size:19px;
}

.contact-page .section-2 span {
	display:block;
	text-transform:uppercase;
	font-family: 'Sofia Pro Regular';
	font-size:18px;
}

.contact-page .contact-section {
	background-image:none;
	background-color:#efefef;
	color:#0e7cb3;
	padding:70px 0;
}

.contact-page .contact-section .gform_wrapper .top_label #field_1_1 div.ginput_container:before,
.contact-page .contact-section .gform_wrapper .top_label #field_1_2 div.ginput_container:before,
.contact-page .contact-section .gform_wrapper .top_label #field_1_3 div.ginput_container:before,
.contact-page .contact-section .gform_wrapper .top_label #field_1_4 div.ginput_container:before,
.contact-page .contact-section .gform_wrapper .top_label #field_1_5 div.ginput_container:before {
	color:#94a1a7;
}

.contact-page .contact-section .gform_wrapper .gform_footer input.button {
	background-color:#0f89c6;
	border-color:#0f89c6;
}

.contact-page .contact-section .gform_wrapper .gform_footer input.button:hover,
.contact-page .contact-section .gform_wrapper .gform_footer input.button:focus {
	color:#0f89c6;
	background-color:#fff;
}

.contact-page .section-4 {
	position:relative;
}

.contact-page .section-4 iframe {
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	display:block;
}

.contact-page .section-4 .d-flex {
	height:490px;
	position:relative;
	z-index:1;
}

.contact-page .section-4 .address-wrap {
	padding:35px 40px;
	background:url('images/address-bg.jpg') no-repeat 50% 50%;
	background-size:cover;
	font-family: 'Sofia Pro Regular';
	color:#fff;
	font-size:25px;
	max-width:325px;
	line-height:32px;
	-moz-box-shadow:2px 2px 8px 3px rgba(0,0,0,0.20);
	-webkit-box-shadow:2px 2px 8px 3px rgba(0,0,0,0.20);
	box-shadow:2px 2px 8px 3px rgba(0,0,0,0.20);
}

.contact-page .section-4 .address-wrap h3 {
	font-size:18px;
	color:#ffd74b;
	text-transform:uppercase;
	font-family: 'Sofia Pro Bold';
	margin-bottom:45px;
	position:relative;
}

.contact-page .section-4 .address-wrap h3:after {
	content:'';
	width:45px;
	height:5px;
	background-color:#ffd74b;
	display:block;
	position:absolute;
	bottom:-25px;
	left:0;
}

/* Enrol Now */
.enrol-now-page .section-2 {
	padding:75px 0;
}

.enrol-now-page .section-2 h2 {
	color:#00b4e5;
}

.enrol-now-page .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html h3,
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_wrapper .gfield_label {
	color:#f24e61;
	font-size:24px;
	font-family: 'Sofia Pro Medium';
	margin-bottom:25px;
	margin-bottom:0;
}

.enrol-now-page .gform_wrapper ul.gform_fields li.gfield#field_4_1041,
.enrol-now-page .gform_wrapper ul.gform_fields li.gfield_price:not(.gfield_total) {
	height:0;
	overflow:hidden;
}

.enrol-now-page .gform_wrapper ul.gform_fields li.gfield_price:not(.gfield_total) {
	margin-top:0;
}

.enrol-now-page .gform_wrapper ul.gform_fields li.gfield_total {
	font-size:35px;
	font-family: 'Sofia Pro Medium';
	margin-top:30px;
	margin-bottom:30px;
}

.enrol-now-page .gform_wrapper ul.gform_fields li.gfield_total .gfield_label  {
	font-size:35px;
	font-family: 'Sofia Pro Medium';
	display:inline-block;
	vertical-align:middle;
	color:#0f89c6;
	margin:0;
	margin-right:15px;
}

.enrol-now-page .gform_wrapper ul.gform_fields li.gfield_total .ginput_container_total {
	display:inline-block;
	vertical-align:middle;
}

.enrol-now-page .gform_wrapper ul.gform_fields li.gfield#field_4_1018 .gfield_label {
	display:block;
	font-size:14px;
}

.enrol-now-page .gform_wrapper .top_label .gfield_label {
	font-weight:400;
	font-family: 'Sofia Pro SemiBold';
	font-size:18px;
}

.enrol-now-page .gform_wrapper .top_label #field_3_5 .gfield_label,
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_wrapper legend.gfield_label {
	display:block;
}

.enrol-now-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.enrol-now-page .gform_wrapper textarea {
	border:1px solid #c0c0c0;
	font-size:14px;
}

.enrol-now-page .gform_wrapper input.ginput_card_security_code,
.enrol-now-page .gform_wrapper .ginput_container_creditcard input {
	padding:5px 4px !important;
}

.enrol-now-page .gform_wrapper .top_label select.medium,
.enrol-now-page .gform_wrapper .top_label select.gfield_select {
	width:100%;
	padding:15px;
	border:1px solid #c0c0c0;
	font-size:14px;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.enrol-now-page .gform_wrapper .top_label .inner-row-1 select.medium {
	line-height:1;
	border-width:2px;
	padding:10px 15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.enrol-now-page .gform_wrapper .top_label div.ginput_container.ginput_container_date:before {
	content:'\f073';
	left:auto;
	right:20px;
}

.enrol-now-page .gform_wrapper .top_label div.ginput_container.ginput_container_select:before {
	content:'\f107';
	left:auto;
	right:20px;
	pointer-events:none;
}

.enrol-now-page .gform_wrapper .top_label .inner-row-1 div.ginput_container.ginput_container_select:before {
	color:#00b4e5;
}

.enrol-now-page .gform_wrapper ul.gfield_radio li {
	display:inline-block;
	margin-right:30px;
	margin-bottom:0;
}

.enrol-now-page .gform_wrapper ul.gfield_radio li label {
	font-size:14px;
	margin-left:0;
	margin-top:0;
	position:relative;
	padding-left:30px;
}

.enrol-now-page .gform_wrapper ul.gfield_radio li label:before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-10px;
	width:20px;
	height:20px;
	border:2px solid #c0c0c0;
	display:block;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.enrol-now-page .gform_wrapper ul.gfield_radio li input[type="radio"],
.enrol-now-page .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	display:none;
}

.enrol-now-page .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label:before {
	border-color:#008ee8;
}

.enrol-now-page .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label:after {
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-5px;
	display:block;
	background-color:#008ee8;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.enrol-now-page .gform_wrapper input#input_3_6,
.enrol-now-page .gform_wrapper input#input_3_8,
.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell input.datepicker {
	padding-left:15px;
	padding-right:55px;
}

.enrol-now-page .gform_wrapper .top_label #field_3_1015 div.ginput_container:before,
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-last-child(3) div.ginput_container:before {
	content:'\f0b1';
}

.enrol-now-page .gform_wrapper .top_label .gfield_repeater_wrapper input {
	width:100%;
}

.enrol-now-page .gform_wrapper .inner-row-1 .column-1 ul.gfield_checkbox li {
	min-height:39px;
	margin-bottom:30px;
}

.enrol-now-page .gform_wrapper .inner-row-1 .column-1 ul.gfield_checkbox li:last-child {
	margin-bottom:0;
}

.enrol-now-page .gform_wrapper .gfield_checkbox li label {
	padding-left:30px;
	position:relative;
}

.enrol-now-page .gform_wrapper .gfield_checkbox li label:before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-10px;
	width:20px;
	height:20px;
	border:2px solid #c0c0c0;
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.enrol-now-page .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:before {
	border-color:#008ee8;
}

.enrol-now-page .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:after {
	content:'\f00c';
	font-family:'FontAwesome';
	font-size:7px;
	line-height:1;
	height:7px;
	width:7px;
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-3.5px;
	display:block;
	color:#008ee8;
}

.enrol-now-page .gform_wrapper ul.gform_fields .inner-row-1 .column-2 li.gfield:not(.gfield_html),
.enrol-now-page .gform_wrapper ul.gform_fields .inner-row-1 .column-3 li.gfield:not(.gfield_html) {
	display:block !important;
	visibility:hidden;
	opacity:0;
	margin-bottom:30px;
	min-height:39px;
}

.enrol-now-page .gform_wrapper ul.gform_fields .inner-row-1 .column-2 li.gfield.show:not(.gfield_html),
.enrol-now-page .gform_wrapper ul.gform_fields .inner-row-1 .column-3 li.gfield.show:not(.gfield_html) {
	visibility:visible;
	opacity:1;
}

.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:first-child,
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(2),
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(4),
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(5),
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(6),
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(7),
.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-child(3) {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:first-child,
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(4),
.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(7),
.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-child(5) {
	margin-left:0;
}

.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(7) {
	clear:left;
}

.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(3) {
	clear:both;
	margin-top:0;
	padding-top:30px;
}

.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-child(3) {
	clear:none;
}

.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-child(4),
.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-child(7),
.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-last-child(2) {
	width:100%;
	clear:both;
}

.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-child(7) {
	width: 65.81196581196582%;
}

.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-last-child(2) {
	float:left;
}

.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell textarea {
	width:100%;
}


.enrol-now-page .gform_wrapper .column-8 li.gfield {
	font-size:14px;
}

.enrol-now-page .gform_wrapper .column-8 li.gfield,
.enrol-now-page .gform_wrapper .column-9 li.gfield {
	height:25px;
	line-height:1;
}

.enrol-now-page .gform_wrapper .column-8 h4,
.enrol-now-page .gform_wrapper .column-9 h4 {
	margin-bottom:0;
	font-size:18px;
}

.enrol-now-page .gform_wrapper .column-9 .gfield_checkbox li {
	display:inline-block;
	vertical-align:top;
	margin:0;
	line-height:1;
}

.enrol-now-page .gform_wrapper .column-9 .gfield_checkbox li:not(:last-child) {
	margin-right:15px;
}

.enrol-now-page .gform_wrapper .top_label .gfield#field_4_1030 label,
.enrol-now-page .gform_wrapper .top_label .gfield#field_4_1031 label,
.enrol-now-page .gform_wrapper .column-9 .gfield_checkbox li label {
	max-width:100%;
	font-size:14px;
	font-weight:400;
	margin:0;
}

.enrol-now-page .gform_wrapper .top_label .gfield .row-7 > div[class^="col-"] {
	-moz-align-self:center;
	-webkit-align-self:center;
	align-self:center;
}

.enrol-now-page .gform_wrapper span.ginput_total {
	color: #4c4c4c;
	margin-right:10px;
}

.enrol-now-page .gform_wrapper img.ui-datepicker-trigger {
	display:none;
}

.gfield_repeater_buttons {
	padding-top: 30px;
	clear:both;
}

div .gfield_repeater_cell {
	padding-top: 0;
	margin-top:30px;
}

.gfield_repeater .gfield_repeater_items, 
.gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
	padding-top: 0;
}

.gfield_repeater_wrapper input {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
	height:auto;
	font-size:17px;
	font-family: 'Sofia Pro SemiBold';
	color:#f24e61;
	border-color:#f24e61;
	background-color:#fff;
	text-transform:uppercase;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}

.gfield_repeater_buttons .add_repeater_item_text:hover,
.gfield_repeater_buttons .add_repeater_item_text:focus,
.gfield_repeater_buttons .remove_repeater_item_text:hover,
.gfield_repeater_buttons .remove_repeater_item_text:focus {
	background-color:#f24e61;
	border-color:#f24e61;
	color:#fff;
}

.enrol-now-page .gform_wrapper .gform_footer input.button {
	background-color:#0f89c6;
	border-color:#0f89c6;
}

.enrol-now-page .gform_wrapper .gform_footer input.button:hover,
.enrol-now-page .gform_wrapper .gform_footer input.button:focus {
	color:#0f89c6;
	background-color:#fff;
}

.enrol-now-page .ginput_container_checkbox a {
	text-decoration:underline;
}

.enrol-now-page .gform_wrapper ul.gform_fields li.gfield_html .btn {
	background-color:#834cb1;
	border-color:#834cb1;
	padding:5px 20px;
	color:#fff;
	margin-left:30px;
	text-transform:uppercase;
	font-family:'Sofia Pro Medium';
	font-weight:400;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}

.enrol-now-page .gform_wrapper ul.gform_fields li.gfield_html .btn:hover {
	color:#834cb1;
	background-color:#fff;
}

.enrol-now-page .gform_wrapper input.ginput_quantity:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding:0;
}

.enrol-now-page .gform_wrapper .top_label .gfield.disabled .gfield_label,
.enrol-now-page .gform_wrapper .top_label .gfield#field_4_1030 .gfield_label,
.enrol-now-page .gform_wrapper .top_label .gfield#field_4_1031 .gfield_label,
.enrol-now-page .gform_wrapper .top_label .gfield#field_4_1033 .gfield_label {
	display:block;
}

.enrol-now-page .gform_wrapper .top_label .gfield.disabled input {
	background-color:#fff;
	border-color:#fff !important;
	padding:0 !important;
	color:#4c4c4c !important;
	opacity:1 !important;
	font-size:17px !important;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.enrol-now-page .gform_wrapper .top_label .gfield#field_4_1032 {
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:-9999999999px;
	z-index:-999;
}

.enrol-now-page .gform_wrapper .ginput_quantity_label,
.enrol-now-page .gform_wrapper .ginput_quantity {
	display:none;
}

.enrol-now-page .ui-datepicker-calendar tbody td a {
	-moz-transition:none;
	-webkit-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}

.enrol-now-page .gform_wrapper .validation_message {
	font-size:18px;
}

/* Holiday Programme */
.holiday-programme-page .section-2 {
	position:relative;
}

.holiday-programme-page .event-list {
	margin:75px 0;
}

.holiday-programme-page .event-tab {
	margin-bottom:35px;
	border-bottom:5px solid #834cb1;
}

.holiday-programme-page .event-tab ul {
	padding:0;
	margin:0;
}

.holiday-programme-page .event-tab ul li {
	display:inline-block;
	vertical-align:middle;
	margin-right:0;
}

.holiday-programme-page .event-tab a {
	padding:20px 60px 15px;
	line-height:1;
	background-color:#f5f5f5;
	text-transform:uppercase;
	font-weight:300;
	display:block;
	color:#6a6a6a;
	text-decoration:none;
	-moz-border-radius:0.25rem 0.25rem 0 0;
	-webkit-border-radius:0.25rem 0.25rem 0 0;
	border-radius:0.25rem 0.25rem 0 0;
}

.holiday-programme-page .event-tab a.active,
.holiday-programme-page .event-tab a:hover {
	color:#fff;
	background-color:#834cb1;
}

.holiday-programme-page .event-item {
	position:absolute;
	left:-9999999px;
	top:0;
	opacity:0;
	visibility:hidden;
}

.holiday-programme-page .event-item.active {
	position:relative;
	opacity:1;
	visibility:visible;
	left:0;
	top:auto;
}


.holiday-programme-page .event-item .d-flex > div {
	font-size:16px;
	padding:0 15px;
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

.holiday-programme-page .event-item .event-item-content,
.holiday-programme-page .event-item .event-item-header {
	padding:10px;
}

.holiday-programme-page .event-item .event-item-header {
	padding-bottom:25px;
}

.holiday-programme-page .event-item .event-item-content {
	-moz-box-shadow:0 0 1px 1px rgba(0,0,0,0.10);
	-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,0.10);
	box-shadow:0 0 1px 1px rgba(0,0,0,0.10);
}

.holiday-programme-page .event-item .event-item-content:not(:last-child) {
	margin-bottom:5px;
}

.holiday-programme-page .event-item .event-item-header > div {
	color:#71757c;
	text-transform:uppercase;
}

.holiday-programme-page .event-item .event-item-header > div:first-child,
.holiday-programme-page .event-item .event-item-header > div:nth-child(4) {
	-moz-flex:0 0 25%;
	-webkit-flex:0 0 25%;
	flex:0 0 25%;
}

.holiday-programme-page .event-item .event-item-content #date-label {
	color:#0f89c6;
	font-weight:500;
	-moz-flex:0 0 25%;
	-webkit-flex:0 0 25%;
	flex:0 0 25%;
}

.holiday-programme-page .event-item .event-item-content #description-label {
	font-size:14px;
	-moz-flex:0 0 25%;
	-webkit-flex:0 0 25%;
	flex:0 0 25%;
}

.holiday-programme-page .event-item .event-item-content #price-label {
	font-size:23px;
	font-size:15px;
	color:#f24e61;
	font-weight:500;
}

.holiday-programme-page .event-item .event-item-content .button {
	background-color:#834cb1;
	border-color:#834cb1;
	font-size:15px;
	padding:10px 0;
	width:100%;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}

.holiday-programme-page .event-item .event-item-content .button:hover,
.holiday-programme-page .event-item .event-item-content .button:focus {
	color:#834cb1;
	background-color:#fff;
}

body:not(.front-page) #wrapper-navbar {
	position:relative;
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.14);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.14);
}

.thank-you-page .section-1 {
	padding:190px 0;
	background:url('images/thank-you-page-bg.jpg') no-repeat 50% 50%;
	background-size:cover;
	text-align:center;
	text-transform:uppercase;
}

.thank-you-page .section-1 h3 {
	color:#ed1c24;
	font-family: 'Sofia Pro Bold';
	font-size:30px;
	text-transform:uppercase;
}

.thank-you-page .section-1 h4 {
	font-size:17px;
}

.thank-you-page .section-1 .button {
	font-size:17px;
	font-family: 'Sofia Pro SemiBold';
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.thank-you-page-2 .breadcrumbs {
	height:350px;
}

.thank-you-page-2 .section-1 {
	padding-bottom:125px;
}

.thank-you-page-2 .section-1 .entry-content {
	position:relative;
	z-index:2;
	text-align:center;
	font-size:17px;
	margin-bottom:-200px;
	-moz-transform:translateY(-200px);
	-webkit-transform:translateY(-200px);
	-ms-transform:translateY(-200px);
	-o-transform:translateY(-200px);
	transform:translateY(-200px);
}

.thank-you-page-2 .section-1 .entry-content h1 {
	font-family: 'Hand Of Sean';
	font-size:60px;
	margin-bottom:20px;
	color:#684f40;
	margin-top:35px;
	text-transform:uppercase;
}

.thank-you-page-2 .section-1 .entry-content h2 {
	font-size:45px;
	font-family: 'Sofia Pro Regular';
	margin-bottom:40px;
}

.thank-you-page-2 .section-1 .entry-content h3 {
	font-size:30px;
	font-family: 'Sofia Pro Light';
}

.thank-you-page-2 .section-1 .entry-content #total-payment,
.thank-you-page-2 .section-1 .entry-content #bank-account,
.thank-you-page-2 .section-1 .entry-content p > span {
	font-size:20px;
	padding:10px;
	color:#fff;
	line-height:1;
	display:inline-block;
	background-color:#684f40;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}

.thank-you-page-2 .section-1 .entry-content #bank-account {
	background-color:#4f6f18;
}

.thank-you-page-2 .section-1 .entry-content h3#total-amount {
	font-size:40px;
}

.thank-you-page-2 .section-1 .entry-content #booking-details {
	margin-bottom:30px;
}

.thank-you-page-2 .section-1 .entry-content #booking-details table {
	width:100%;
	border:1px solid #4c4c4c;
}

.thank-you-page-2 .section-1 .entry-content #booking-details table th,
.thank-you-page-2 .section-1 .entry-content #booking-details table td {
	padding:10px;
	border-width:0 0 1px 1px;
	border-color:#4c4c4c;
	border-style:solid;
}

.thank-you-page-2 .section-1 .entry-content #booking-details table th {
	border-left:none;
}

/* FAQ */
.faq-page .section-2 {
	padding:70px 0;
}

.faq-page .faq-item {
	margin-bottom:15px;
	padding:20px;
	background-color:#e7e7e7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.faq-page .faq-item:last-child {
	margin-bottom:0;
}

.faq-page .faq-item .faq-question {
	font-size:25px;
	font-family: 'Sofia Pro SemiBold';
	line-height:27px;
	line-height:40px;
	position:relative;
	padding-left:60px;
	cursor:pointer;
}

.faq-page .faq-item .faq-question:before {
	content:'\f105';
	font-family:'FontAwesome';
	width:40px;
	height:40px;
	line-height:1;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	text-align:center;
	padding:7px;
	background-color:#8465c0;
	pointer-events:none;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.faq-page .faq-item .faq-question.open:before {
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.faq-page .faq-item .faq-answer {
	padding-left:60px;
	margin-top:25px;
	margin-bottom:25px;
	display:none;
}

.terms-page .section-1 h2 {
	font-family: 'Sofia Pro Regular';
	margin-bottom:65px;
	font-size:35px;
}

.terms-page .section-1 ul {
	padding-left:20px;
}

.terms-page .section-1 ul li {
	position:relative;
	list-style-type:none;
	margin-bottom:20px;
}

.terms-page .section-1 ul li:before {
	content:'';
	width:10px;
	height:10px;
	background-color:#ea534e;
	position:absolute;
	top:10px;
	left:-20px;
	line-height:1;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.inner-page .section-1,
.gallery-page .section-2,
.error404 .section-1,
.search .section-1,
.single .section-1 {
	padding:70px 0;
}

.breadcrumbs {
	padding:50px 0;
	background-color:#d3eff7;
	font-size:16px;
}

.breadcrumbs a {
	color:#4c4c4c;
}

.breadcrumbs .page-title {
	font-size:35px;
	margin:0;
	
}

.load-more {
	text-align:center;
}

.load-more span {
	display:none;
}


/* Media Queries*/
@media (min-width:768px) {
	
	.navbar-toggler {
		display:none;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
		left:-9999999px;
		display:block;
		opacity:0;
		visibility:hidden;
	}
	
	.navbar-expand-md .navbar-nav .menu-item-has-children:hover .dropdown-menu {
		left:auto;
		opacity:1;
		visibility:visible;
	}
	
}

@media (max-width:1280px) {
	
	.slider-section .slider-content .box {
		padding-top:5%;
		padding-bottom:5%;
		font-size:18px;
		margin-bottom:10px;
	}
}

@media (max-width:1200px) {
	
	.slider-section .slider-content {
		font-size: 13px;
		line-height: 18px;
	}
	
	.slider-section .slider-content .box {
		font-size: 16px;
		line-height: 18px;
	}
	
	.holiday-programme-page .event-item .event-item-content #description-label p br {
		display:none;
	}
	
	.holiday-programme-page .event-item .event-item-content .button {
		font-size: 12px;
	}
}

@media (max-width:1199px) {
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left:8px;
		padding-right:8px;
	}
	
	.thank-you-page-2 .section-1 .entry-content br {
		display:none;
	}
}

@media (max-width:1024px) {
	
	.front-page .section-4 .box.dark .school-time {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.front-page .section-6 .email-button,
	.contact-page .section-2 .email-button {
		font-size: 13px;
	}
	
	.contact-page .section-1 .right-column,
	.enrol-now-page .section-1 .right-column,
	.open-hours-section .right-column {
		font-size: 26px;
	}
	
	.faq-page .faq-item .faq-question {
		line-height: normal;
	}
}

@media (max-width:1023px) {
	
	.header-logo {
		max-width: 130px;
		-moz-flex: 0 0 130px;
		-webkit-flex: 0 0 130px;
		flex: 0 0 130px;
	}
	
	.header-right .d-flex > div:not(:first-child):nth-last-child(2) {
		margin-left: auto;
		margin-top:15px;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		font-size:12px;
	}
	
	.slider-section .slider-content .box {
		padding:2% 15px;
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.slider-section .slick-arrow {
		z-index:999;
	}
	
	.contact-page .section-1 .right-column,
	.enrol-now-page .section-1 .right-column,
	.open-hours-section .right-column {
		font-size: 18px;
	}
	
	.holiday-programme-page .event-content {
		overflow-x:scroll;
	}
	
	.holiday-programme-page .event-item.active {
		width:1200px;
	}
	
	.thank-you-page-2 .section-1 .table-wrap {
		max-width:100%;
		overflow-x:scroll;
	}
	
	.thank-you-page-2 .section-1 .table-wrap table {
		width:1024px;
	}

}


@media (max-width:991px) {
	
	.header-right {
		text-align:right;
	}
	
	.header-right .social-media {
		margin-left:0;
	}
	
	.navbar-expand-md .navbar-nav .menu-item:nth-child(6) {
		margin-left: 0;
	}
	
	.footer-box {
		font-size: 21px;
	}
	
	.site-footer .d-flex {
		-moz-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	#wrapper-footer .widget {
		text-align:center;
		font-family: 'Sofia Pro SemiBold';
		font-size:16px;
	}
	
	#wrapper-footer .widget:last-child {
		text-align: center;
		margin-top:15px;
		font-family: 'Sofia Pro Regular';
		font-size:15px;
	}

	.slider-section .slider-content {
		max-width: 100%;
	}
	
	.slider-section .slider-content h1 {
		font-size: 60px;
		line-height: 70px;
	}
	
	.slider-section .slider-content h2 {
		font-size: 40px;
		line-height:50px;
	}
	
	.slider-section .slider-content .box {
		margin-left: 0;
		margin-right: 0;
	}
	
	.front-page .section-4 div[class^="col-"],
	.front-page .section-6 div[class^="col-"] {
		margin-bottom:15px;
	}
	
	.front-page .section-5 .grid-item {
		margin-bottom:17px;
	}

	.front-page .section-5 .grid-item-big,
	.front-page .section-5 .grid-item img {
		width:100%;
	}
	
	.front-page .section-6 .email-button,
	.contact-page .section-2 .email-button {
		font-size: 16px;
	}
	
	.front-page .section-8 p,
	.call-section p {
		line-height: 1.2;
	}
	
	.contact-page .section-2 div[class^="col-"] {
		margin-bottom:30px;
	}
	
	.contact-page .section-2 div[class^="col-"]:last-child {
		margin-bottom:0;
	}
}

@media (max-width:767px) {
	
	.site-header {
		padding: 15px 0 30px;
	}
	
	.site-header .container {
		max-width:100%;
	}
	
	.site-header > .container > .d-flex {
		position:relative;
	}
	
	.header-logo {
		margin-left:auto;
		margin-right:auto;
		max-width: 164px;
		-moz-flex: 0 0 164px;
		-webkit-flex: 0 0 164px;
		flex: 0 0 164px;
	}
	
	.header-right {
		width:100%;
		text-align:left;
		margin-bottom:0;
	}
	
	.header-right span {
		text-align: center;
	}
	
	.header-right .social-media {
		margin-left: 0;
		margin-right: 0;
		display: inline-block;
	}
	
	.mobile-header-right {
		margin-top:20px;
	}
	
	.mobile-header-right > .d-flex {
		margin-bottom:0;
	}
	
	.mobile-header-right .d-flex > div {
		-moz-flex:0;
		-webkit-flex:0;
		flex:0;
	}
	
	.mobile-header-right .d-flex > div:last-child {
		margin-left: 15px;
		margin-top: 0;
		margin-bottom: 0;
		width: auto;
		-moz-flex:1;
		-webkit-flex:1;
		flex:1;
	}
	
	.mobile-menu-header-right > div:not(:last-child) {
		margin-bottom:20px;
	}
	
	.mobile-menu-header-right span#phone-icon + a {
		font-size:18px;
		line-height:28px;
	}
	
	.mobile-menu-header-right span#email-icon + a {
		font-size:13px;
		line-height:23px;
	}
	
	.mobile-header-right .btn {
		width: auto;
		min-width: 132px;
		padding: 17px 15px;
		font-size: 15px;
		line-height: 1;
		max-height: 50px;
	}
	
	.mobile-header-right .btn-blue {
		background-color:#00B4E5;
		border-color:#00B4E5;
		color:#fff;
		width:100%;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	
	.mobile-menu-wrapper {
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		z-index:-1;
		display:block;
		opacity:0;
		visibility:hidden;
		left:-9999999px;
		-moz-transform:translateX(-100%);
		-webkit-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		-o-transform:translateX(-100%);
		transform:translateX(-100%);
		-moz-transition:opacity 0.2s ease-in-out;
		-webkit-transition:opacity 0.2s ease-in-out;
		-ms-transition:opacity 0.2s ease-in-out;
		-o-transition:opacity 0.2s ease-in-out;
		transition:opacity 0.2s ease-in-out;
	}
	
	.mobile-menu-wrapper.show {
		visibility:visible;
		opacity:1;
		left:0;
		z-index:9999;
		-moz-transform:translateX(0);
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		-o-transform:translateX(0);
		transform:translateX(0);
		-moz-transition:opacity 0.2s ease-in-out;
		-webkit-transition:opacity 0.2s ease-in-out;
		-ms-transition:opacity 0.2s ease-in-out;
		-o-transition:opacity 0.2s ease-in-out;
		transition:opacity 0.2s ease-in-out;
	}
	
	.mobile-menu-wrapper #close-mobile-menu {
		width:40px;
		height:40px;
		background:url('images/close-menu-icon.png') no-repeat 50% 50%;
		background-size:contain;
		position:absolute;
		top:0;
		right:0;
		cursor:pointer;
	}
	
	.mobile-menu-wrapper .menu-inner-wrapper {
		background-color:#fff;
		height:100%;
		width:-moz-calc( 100% - 40px );
		width:-webkit-calc( 100% - 40px );
		width:calc( 100% - 40px );
	}
	
	.mobile-menu-header-right {
		padding:30px 0 30px 25px;
	}
	
	.navbar-toggler {
		position:absolute;
		left:0;
		top:50%;
		margin-top:-25px;
		border:none;
		padding:0;
		width:50px;
		height:50px;
		background:url('images/hamburger-icon.png') no-repeat 50% 50%;
		background-size:contain;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	
	.navbar-dark .navbar-toggler-icon {
		background:none;
	}
	
	.header-right span.navbar-toggler-icon {
		height:100%;
		margin:0;
		width:100%;
	}
	
	.navbar-toggler-icon {
		position:relative;
		border-bottom:3px solid #F38F00;
	}

	.navbar-toggler-icon:before,
	.navbar-toggler-icon:after {
		content:'';
		height:3px;
		width:100%;
		display:block;
		position:absolute;
		top:0;
		background-color:#7B61FF;
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}

	.navbar-toggler-icon:after {
		top:13px;
		background-color:#00b4e5;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		border-bottom-color:transparent;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
		top:13px;
		background-color:#F24E61;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
		background-color:#F24E61;
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar {
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.navbar-expand-md .navbar-nav .menu-item:last-child {
		margin-left: 0;
	}
	
	.navbar-expand-md .navbar-nav .nav-link,
	.navbar-expand-md .navbar-nav .menu-item:nth-child(6) > .nav-link {
		border-width: 0;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		font-size:18px;
		padding:15px 25px;
		text-align:left;
		border-bottom:1px solid #E5E5E5;
	}
	
	.navbar-expand-md .navbar-nav .menu-item:nth-child(6) > .nav-link {
		border-width: 1px;
	}
	
	.navbar-expand-md .navbar-nav .nav-link:before {
		height: 100%;
		width: 5px;
		display: block;
	}
	
	.navbar-expand-md .navbar-nav .menu-item:nth-child(2) > .nav-link:before {
		background-color: #00b4e5;
	}
	
	.navbar-expand-md .navbar-nav .menu-item:nth-child(3) > .nav-link:before {
		background-color: #f38f00;
	}
	
	.navbar-expand-md .navbar-nav .menu-item:nth-child(4) > .nav-link:before {
		background-color: #7B61FF;
	}
	
	.navbar-expand-md .navbar-nav .menu-item:nth-child(5) > .nav-link:before {
		background-color: #97c524;
	}
	
	.navbar-expand-md .navbar-nav .menu-item:nth-last-child(2) > .nav-link:before {
		background-color: #f24e61;
	}
		
	.dropdown-menu {
		position:relative;
		display:block;
	}
	
	#footer-full-content .footer-widget-1,
	#footer-full-content .footer-widget-2 {
		margin-bottom:15px;
	}
	
	.slider-section .hero-slide {
		height:500px;
	}
	
	.slider-section .hero-slide img {
		height:100%;
		object-fit:cover;
	}
	
	.slider-section .slider-content,
	.slider-section .slider-content .box {
		font-size: 16px;
		line-height: 25px;
	}
	
	.slider-section .slider-content .box {
		font-size:18px;
	}
	
	body:not(.front-page) #wrapper-navbar {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.front-page .section-1,
	.front-page .section-2,
	.front-page .section-3, 
	.testimonial-section,
	.front-page .section-5,
	.front-page .contact-section, 
	.contact-section {
		padding: 30px 0;
	}
	
	.section-1-mobile-slider .mobile-slider {
		overflow-x:hidden;
	}
	
	.section-1-mobile-slider .mobile-slider,
	.section-1-mobile-slider .mobile-slider .slick-list {
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.section-1-mobile-slider .mobile-slide {
		padding:0 0 0 15px;
		max-width:143px;
	}
	
	.section-1-mobile-slider .mobile-slider-nav {
		text-align:center;
		margin-top:40px;
	}
	
	.section-1-mobile-slider .mobile-slider-nav .slick-arrow {
		width:15px;
		height:29px;
		display:inline-block;
		background:url('images/red-slider-arrow.png') no-repeat 50% 50%;
		background-size:contain;
	}
	
	.section-1-mobile-slider .mobile-slider-nav .slick-arrow.slick-prev {
		margin-right:40px;
		-moz-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	
	.section-1-mobile-slider .mobile-slider-wrapper {
		margin:0 -15px;
		overflow:auto;
	}
	
	.section-1-mobile-slider .mobile-slider-wrapper {
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
		scrollbar-width: none;  /* Firefox */
	}
	
	.section-1-mobile-slider .mobile-slider-wrapper::-webkit-scrollbar { 
		display: none;  /* Safari and Chrome */
	}
		
	.section-1-mobile-slider .mobile-slider {
		margin:0;
		overflow:visible;
		display:-moz-flex;
		display:-webkit-flex;
		display:flex;
		-moz-flex-wrap:nowrap;
		-webkit-flex-wrap:nowrap;
		flex-wrap:nowrap;
	}
	
	.section-1-mobile-slider .mobile-slide {
		width:100%;
		max-width:40%;
		padding-left:15px;
		-moz-flex:0 0 40%;
		-webkit-flex:0 0 40%;
		flex:0 0 40%;
	}
	
	.section-1-mobile-slider .mobile-slide:first-child {
		margin-left:-15px;
	}
	
	.front-page .section-1 .feature span {
		bottom: 15px;
		font-size:20px;
	}
	
	.front-page .section-1 h3 {
		font-size: 40px;
		line-height:40px;
	}
	
	.about-page .section-1 div[class^="col-"],
	.about-page .section-2 div[class^="col-"] {
		margin-bottom:15px;
	}
	
	.front-page .section-2 {
		background-color:#0F8AC6;
		background-image:none !important;
		font-size:16px;
		line-height:26px;
	}
	
	.front-page .section-2 h4 {
		font-size: 24px;
		line-height: 34px;
	}
	
	.front-page .section-3, 
	.testimonial-section {
		background-image:none !important;
		background-color:#fff;
	}
	
	.front-page .section-4 .button,
	.front-page .section-5 .button {
		margin:30px auto;
		display:block;
	}
	
	.testimonial-section h4,
	.front-page .section-4 h4,
	.front-page .section-5 h4 {
		text-align:center;
	}
	
	.testimonial-slider img {
		max-width:50px;
		display:block;
		margin:0 auto 30px;
	}
	
	.testimonial-slide {
		text-align:center;
	}
	
	.testimonial-slider .slick-dots,
	.pricing-slider .slick-dots {
		padding:0;
		margin:30px 0 0;
		text-align:center;
		display:-moz-flex;
		display:-webkit-flex;
		display:flex;
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-moz-justify-content:center;
		-webkit-justify-content:center;
		justify-content:center;
	}
	
	.testimonial-slider .slick-dots li,
	.pricing-slider .slick-dots li {
		list-style-type:none;
		width:12px;
		margin:0 4px;
		-moz-flex:0 0 12px;
		-webkit-flex:0 0 12px;
		flex:0 0 12px;
	}
	
	.testimonial-slider .slick-dots li button,
	.pricing-slider .slick-dots li button {
		padding:0;
		border:none;
		width:12px;
		height:12px;
		background-color:#545454;
		text-indent:-999999px;
		overflow:hidden;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
	}
	
	.testimonial-slider .slick-dots li.slick-active button {
		background-color:#F38F00;
	}
	
	.front-page .section-4 {
		background-color:#10C5BC;
		background-image:none !important;
		padding:30px 0;
	}
	
	.front-page .section-4 .box {
		padding-left:15px;
		padding-right:15px;
	}
	
	.front-page .section-4 .box.dark {
		padding:20px;
		min-height:0;
	}
	
	.front-page .section-4 .box.dark > div:last-child .school-time {
		margin-bottom:0;
	}
	
	.pricing-slider .slick-dots li.slick-active button {
		background-color:#fff;
	}
	
	.front-page .section-5 .grid-item {
		width: 48.717948717948715%;
		margin-bottom:2.564102564102564%;
	}
	
	.front-page .section-5 .grid-item:last-child {
		display:none !important;
	}
	
	.front-page .section-5 .button {
		margin:30px auto 0;
	}
	
	.front-page .contact-section, 
	.contact-section {
		background-image:none !important;
		background-color:#BA961C;
	}
	
	.front-page .contact-section .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
	.front-page .contact-section .gform_wrapper textarea, 
	.contact-section .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
	.contact-section .gform_wrapper textarea, 
	.enrol-now-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
	.enrol-now-page .gform_wrapper textarea {
		width: 100%;
	}
	
	.front-page .contact-section .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]),
	.contact-section .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]),
	.enrol-now-page .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 2;
		min-height: 2rem;
	}
	
	
	.about-page .section-2 {
		background-image:none !important;
		background-color:#0F8AC6;
	}
	
	.contact-section .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1;
		min-height: 0;
	}
	
	.contact-page .section-1 .right-column,
	.enrol-now-page .section-1 .right-column,
	.open-hours-section .right-column {
		font-size: 24px;
	}
	
	.contact-page .section-1 .right-column div[class^="col-"],
	.enrol-now-page .section-1 .right-column div[class^="col-"],
	.open-hours-section .right-column div[class^="col-"] {
		margin-bottom:30px;
	}
	
	.contact-page .section-1 .right-column div[class^="col-"]:last-child,
	.enrol-now-page .section-1 .right-column div[class^="col-"]:last-child,
	.right-column div[class^="col-"]:last-child {
		margin-bottom:0;
	}
	
	.enrol-now-page .section-2 .container > .d-flex {
		-moz-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:first-child, 
	.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(2), 
	.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(4), 
	.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(5), 
	.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(6), 
	.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(7) {
		margin-left:0;
		width: 100%;
	}
	
	.grid-sizer,
	.grid-item {
		width:48.717948717948715%;
	}
	
	.enrol-now-page .gform_wrapper .top_label .gfield#field_4_1030 label, 
	.enrol-now-page .gform_wrapper .top_label .gfield#field_4_1031 label {
		margin-bottom:30px;
	}
	
	.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-child(3),
	.enrol-now-page .gform_wrapper .top_label #field_4_1100 .gfield_repeater_cell:nth-child(7),
	.enrol-now-page .gform_wrapper .top_label .gfield_repeater_cell:nth-child(7) {
		margin-left:0;
		width:100%;
	}
	
	.gform_wrapper .ginput_container span:not(.ginput_price) {
		display: inline-block;
	}
}

@media (max-width:600px) {
	#ig-video video {
		width:100%;
		height:auto;
	}
}

@media (max-width:568px) {
	.front-page .section-8 h2,
	.call-section h2,
	.about-page .call-section h2 {
		font-size: 40px;
	}
}

@media (max-width:567px) {
	
	.top-header .d-flex > div:first-child {
		margin-left: 0;
	}
	
	.top-header .d-flex > div:last-child {
		text-align:left;
		-moz-flex:1;
		-webkit-flex:1;
		flex:1;
	}
	
	.top-header a.social-media {
		margin-right: 30px;
	}
	
	.top-header span br {
		display:inline;
	}
	
	.top-header img {
		margin-top: 2px;
	}
	
	.slider-section .slider-content h1 {
		font-size: 62px;
		line-height: 72px;
	}
	
	.slider-section .slider-content h2 {
		font-size: 25px;
		line-height: 35px;
	}
	
	.enrol-now-page .gform_wrapper .column-9 .gfield_checkbox li {
		display:block;
	}
	
	.enrol-now-page .gform_wrapper .column-9 .gfield_checkbox li:not(:last-child) {
		margin-right:0;
		margin-bottom:15px;
	}
	
	.enrol-now-page .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html .d-flex > div {
		width:100%;
		margin-bottom:30px;
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
}

@media (max-width:480px) {
	
	.front-page .section-1 .feature img {
		width:100%;
	}
	
	.front-page .section-6 .email-button,
	.contact-page .section-2 .email-button {
		font-size: 13px;
	}
	
	.breadcrumbs .d-flex {
		-moz-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.breadcrumbs .page-title {
		margin-bottom:30px;
	}
}

@media (max-width:479px) {
	
	.header-right > div {
		width:100%;
		margin:0 0 30px;
	}
	
	.header-right {
		text-align: center;
	}
	
	.enrol-now-page .row-3 {
		overflow-x:scroll;
	}
	
	.enrol-now-page .row-3 .inner-row-1 {
		width:400px;
	}
	
	.enrol-now-page .row-3 .inner-row-1 .column-2 li.gfield.gfield_html,
	.enrol-now-page .row-3 .inner-row-1 .column-3 li.gfield.gfield_html {
		font-size:15px;
		line-height:25px;
	}
	
}

@media (max-width:376px) {

	.slider-section .slider-content h1 {
		font-size: 55px;
		line-height: 65px;
	}
	
	.holiday-programme-page .event-tab ul li {
		width:100%;
		text-align:center;
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.thank-you-page-2 .section-1 .entry-content h1 {
		line-height: normal;
	}
	
	.thank-you-page-2 .section-1 .entry-content h2 {
		font-size: 40px;
	}
	
	.thank-you-page-2 .section-1 .entry-content h3 {
		font-size: 20px;
	}
}

@media (max-width:374px) {
	
	.top-header span {
		font-size: 14px;
		line-height: 24px;
	}
	
	.mobile-header-right .btn {
		padding: 17px 10px;
		font-size: 11px;
	}
	
	.slider-section .slider-content h1 {
		font-size: 50px;
		line-height: 60px;
	}
	
	.slider-section .slider-content h2 {
		font-size: 22px;
		line-height: 32px;
	}
	
	.front-page .section-1 .feature span {
		font-size: 20px;
	}
	
	.front-page .contact-section .gform_wrapper .top_label div.ginput_recaptcha, 
	.contact-section .gform_wrapper .top_label div.ginput_recaptcha, 
	.enrol-now-page .gform_wrapper .top_label div.ginput_recaptcha {
		max-width:100%;
		overflow-x:auto;
	}
	
	
	
	
}