/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Colour change of text on scroll */
.red {
    display: inline!important;
}

.yellow {
    display: inline!important;
}

/* Gradient hero headline */
.gradient-headline {
    background: rgb(223,69,48);
    background: linear-gradient(90deg, rgba(223,69,48,1) 0%, rgba(251,191,36,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1em !important; 
    font-size: 1.4em;
	padding-bottom:20px;
}

@media (max-width: 1024px) { /* Adjusted for tablets */
    .gradient-headline {
        line-height: 1em !important;
        padding-bottom: 20px;
    }
}


/* React Top bar */

.already-student-link {
	color: white !important;
	font-weight: 600;
	font-size: 16px;
	text-align: right;
}

.customize-unpreviewable {
	color: white !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	border: none !important;
}

/** React Components **/
/** Login Menu button **/
#header-login-button-holder span:hover {
	cursor: pointer;
	color: #DF4530;
}

#header-login-button-holder a {
	border: none !important;
	color: white !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

#header-login-button-holder a:hover {
	cursor: pointer;
	color: #DF4530 !important;
}

/** Booking Search Form */
#react-suburb-dropdown .ant-col:first-of-type {
	margin-left: 0;
	width: 75%;
	padding-right: 2px
}

#react-suburb-dropdown
.ant-select-search__field {
  box-shadow: none !important;
  border-radius: 3px !important;
	border-width:1px !important;
}


#react-suburb-dropdown .ant-col:first-of-type input {
		font-family: var(--e-global-typography-text-font-family), sans !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    line-height: var(--e-global-typography-text-line-height) !important;
    letter-spacing: var(--e-global-typography-text-letter-spacing) !important;
	color: var(--e-global-color-text) !important;
}

#react-suburb-dropdown .ant-col:last-of-type {
	width: 25%;
	padding-left: 8px
}

#react-suburb-dropdown .ant-col:last-of-type button {
	width: 100%;
	background-color: var(--e-global-color-accent);
	color: #ffffff !important;
	border: none;
	border-radius: 3px;
	padding: padding: 12px 24px !important;
	max-height: 40px;
	font-size: 15px;
	line-height: 1;
}

#react-suburb-dropdown .ant-col:last-of-type button span {
		 font-family: var(--e-global-typography-accent-font-family), sans !important;
    font-weight: 600 !important;
}

dialog {
	display: none;
}

@media (max-width: 1200px) {
	#react-suburb-dropdown .ant-col:first-of-type {
		width: 60%;
	}
	#react-suburb-dropdown .ant-col:last-of-type {
		width: 40%;
	}
}

@media (max-width: 978px) {
	#react-suburb-dropdown .ant-col:first-of-type {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#react-suburb-dropdown .ant-col:last-of-type {
		width: 100%;
		margin: 5px 0;
		padding: 0;
	}
}



/* Menu Drop Down */
@media (min-width: 1024px) {
	.e-n-menu-heading .e-n-menu-item:nth-of-type(3) .e-n-menu-content {
		width: 260px !important;
    position: absolute !important;
    left: 50% !important;
	}
	
	.e-n-menu-heading .e-n-menu-item:nth-of-type(3) ul {
		justify-content: left;
	}
}

/* REF#11866481 - @TE */
textarea.ant-input {
	border: 1px solid #d9d9d9  !important;
	padding: .5rem 1rem !important;
	transition: all .3s !important;
}

textarea.ant-input:hover {
	border: 1px solid #d9d9d9 !important;
	padding: .5rem 1rem !important;
	transition: all .3s !important;
}


input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, .ant-calendar-picker input {
	border-radius: 8px !important;
}

input.ant-input {
	border: 1px solid #d9d9d9 !important;
}

span.ant-calendar-picker input {
	background: #fff !important;
	border: 1px solid #d9d9d9  !important;
}

td.ant-calendar-cell {
	background-color: #fff !important;
}

#p_plater_readiness_quiz [type=button].ant-btn-default,
.ant-modal-content button.ant-modal-close {
	color: initial;
	border: initial;
	background-color: #fff;
}


#StartButton {
	padding: 0 15px;
}

/** END - REF#11866481 */

/* React Subscribe Form */


#react-newsletter-form-only .paragraph-lg {
	visibility: hidden;
	margin-top: -35px;
}

@media (max-width: 1200px) {
	#react-newsletter-form-only .paragraph-lg {
		visibility: hidden;
		margin-top: -45px;
	}
}

@media (max-width: 800px) {
	#react-newsletter-form-only .paragraph-lg {
		visibility: hidden;
		margin-top: -45px;
	}
}

#react-newsletter-form-only .paragraph-sm {
	visibility: hidden;
	margin-top: -55px
}

@media (max-width: 1200px) {
	#react-newsletter-form-only .paragraph-sm {
		visibility: hidden;
		margin-top: -25px;
	}
}

@media (max-width: 800px) {
	#react-newsletter-form-only .paragraph-sm {
		visibility: hidden;
		margin-top: -50px;
	}
}

/* END React Subscribe Form */

/*** Mobile menu customisation **/
#menubar-235 li.e-n-menu-item a {
	  display: inherit;
    width: 100%;
    position: relative;
}

/* DKT Form*/
#react-dkt-download-form .ant-col.ant-col-12 {
	padding-left: 20px !important;
}

@media (min-width:1025px) and (max-width:1050px) {
	.elementor-element-4cbbd71b ul.e-n-menu-heading {
	flex-wrap: unset;
}
}

@media (min-width:1024px) {
	.elementor-element-4cbbd71b #menubar-235 li.e-n-menu-item {
		cursor: pointer;
		display: contents;
	}
	.elementor-element-4cbbd71b #menubar-235 li.e-n-menu-item li.e-n-menu-item > div {
		padding-left: 0;
		padding-right: 0;
	}
}

.ant-calendar-date:not('.ant-calendar-disabled-cell') {
	cursor: pointer !important;
}