/*
Theme Name: Child Theme
description: 
Author: MyWork
Author URI: http://mywork.com.au
Template: hello-elementor
Version: 1.0.0
Text Domain: child-theme
*/

/*Safari 10.1+ Specific CSS */
@media not all and (min-resolution:.001dpcm) { 
	@media {
		.elementor-location-header ul.elementor-nav-menu > li.menu-item ul.sub-menu {
			position: relative;
			z-index: 0;
		}
		.elementor-location-header ul.elementor-nav-menu > li.menu-item:hover ul.sub-menu {
			display: inline-block !important;
			min-width: 200px;
			position: absolute;
			top: 20px !important;
		}
	}
}

body,html {
    overflow-x:clip;
}
.contact-tabs .pp-advanced-tabs-wrapper .pp-advanced-tabs-title {
    text-align: left;
    position: relative;
    border:0;
}
.contact-tabs .pp-advanced-tabs-wrapper.at-vertical {
    width: 230px;
}
.contact-tabs .pp-advanced-tabs-content-wrapper.at-vertical-content {
    width: calc(100% - 230px);
}
.contact-tabs .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:after {
    width: 3px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: var( --e-global-color-text );
    position: absolute;
    opacity: 0;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.contact-tabs .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:after {
    opacity: 1;
}
.contact-tabs .pp-advanced-tabs-wrapper #contact_tabs-1.pp-advanced-tabs-title:after {
    background-image: linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);
}
.contact-tabs .pp-advanced-tabs-wrapper #contact_tabs-2.pp-advanced-tabs-title:after {
    background-image: linear-gradient(180deg, var( --e-global-color-58bd3383 ) 0%, #FC592E 100%);
}
.contact-tabs .pp-advanced-tabs-wrapper #contact_tabs-3.pp-advanced-tabs-title:after {
    background-image: linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-6d53318c ) 100%);
}
.contact-tabs .pp-advanced-tabs-wrapper #contact_tabs-4.pp-advanced-tabs-title:after {
    background-image: linear-gradient(180deg, #6468EF 0%, var( --e-global-color-secondary ) 100%);
}

@media (max-width:768px){
    .ICON-SLIDER-NEW.elementor-tabs-view-horizontal.elementor-widget.elementor-widget-tp-tabs-tours {
        width: min-content;
    }

    .ICON-SLIDER-NEW ul.plus-tabs-nav {
        border-radius: 25px !important;
    }
    .ICON-SLIDER-NEW .elementor-widget-tp-tabs-tours.elementor-tabs-view-horizontal ul.plus-tabs-nav li {
        width: 100%;
    }
}

.ICON-SLIDER-NEW .elementor-widget-tp-tabs-tours .plus-tab-header.active {
    background: #2bb5fd;
    border-radius: 100px;
    color: #fff !important;
    text-decoration: none !important;
}


.ICON-SLIDER-NEW .theplus-tabs-wrapper .theplus-tabs-nav-wrapper .plus-tabs-nav:hover {
    border-color: #E3E3E3 !important;
}


@media (min-width: 1024px){
	.ICON-SLIDER-NEW .pp-info-box-icon img {
		MARGIN-TOP: 20PX;
	}
}


.fill-height .pp-grid-item,
.fill-height .pp-grid-item .elementor-template,
.fill-height .pp-grid-item .elementor-template > div,
.fill-height .pp-grid-item .elementor-template > div > .elementor-section-wrap,
.fill-height .pp-grid-item .elementor-template > div > .elementor-section-wrap > .elementor-section {
    display: flex;
    align-items: stretch;
}
.btn-arrow .elementor-button-text {
    display: none;
}

/* Contact Page Info Boxes */
.icon-box-contact .pp-info-box-container {
	display: flex;
}
.icon-box-contact .pp-info-box {
	display: flex;
	flex: 1 1 100%;
}
.icon-box-contact .pp-info-box-content {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
}
.icon-box-contact .pp-info-box-footer {
	margin-top: auto;
}
.icon-box-contact .pp-info-box-footer .pp-info-box-button {
	display: block;
}

/* Custom Form Styling */
.form-salesforce .custom-form-row + .custom-form-row {
	margin-top: 18px;
}
.form-salesforce .custom-form-row label {
	color: #33475b;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 4px;
}
.form-salesforce .custom-form-row label span.custom-form-required {
	color: red;
}
.form-salesforce .custom-form-row input:not(.custom-form-submit-btn) {
	box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
	width: 100%;
    max-width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
	background-color: #f5f8fa;
	display: inline-block;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.form-salesforce .custom-form-row textarea {
	padding: 10px 15px;
	width: 100%;
    max-width: 100%;
	background-color: #f5f8fa;
	-webkit-appearance: none;
    -moz-appearance: none;
	height: auto;
	display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.form-salesforce .custom-form-row.custom-form-submit {
	padding-top: 17px;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.form-salesforce .custom-form-row.custom-form-submit input.custom-form-submit-btn {
	margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    padding: 12px 24px;
}
.form-salesforce.form-support .custom-form-row.custom-form-submit input.custom-form-submit-btn {
    background-color: var( --e-global-color-58bd3383 );
    border-color: var( --e-global-color-58bd3383 );
}
.form-salesforce.form-sales .custom-form-row.custom-form-submit input.custom-form-submit-btn {
    background-color: var( --e-global-color-6d53318c );
    border-color: var( --e-global-color-6d53318c );
}


/* Gradients */
.grad-button a.elementor-button-link {
    background-image: -webkit-linear-gradient( 
15deg
 , #BB84FC, #BB84FC 20%, #2BB5FD 84%, #2BB5FD) !important;
    background-image: linear-gradient( 
75deg
 , #BB84FC, #BB84FC 20%, #2BB5FD 84%, #2BB5FD) !important;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}

.grad-button a.elementor-button-link:hover {
    background-image: -webkit-linear-gradient( 
15deg
 , #a059f3, #a059f3 20%, #6988f8 84%, #6988f8) !important;
    background-image: linear-gradient( 
75deg
 , #a059f3, #a059f3 20%, #6988f8 84%, #6988f8) !important;
     transition-duration: 0.5s;
    transition-timing-function: linear;
}

/* Inputs */
input#form-field-email {
    padding: 8px 16px !important;
}


/* Charts */
.charts .elementor-icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}