/* 
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.0
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 */


/*
 * class: .sticky-header
 */
header.sticky-header {
	--header-height: 110px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}
header.sticky-header .e-con>.e-con-inner {
	padding: 10px 0;
}

@media only screen and (min-width: 1025px) {
    header.sticky-header.elementor-sticky--effects {
        height: calc( var(--header-height) );
    }
}

/*
 * Sticky header activated
 */
header.sticky-header.elementor-sticky--effects {
	background-color: var( --e-global-color-primary );
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
}
header.sticky-header > div > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects .e-con>.e-con-inner {
	padding: 10px 0;
}
/*
 * class: .logo
 */

header.sticky-header .logo {
    transition: transform var(--transition);    
    transform-origin: left;
}
header.sticky-header.elementor-sticky--effects{
    height:80px;
}
header.sticky-header.elementor-sticky--effects .logo {
    transform: scale(.6);
}

header.sticky-header.elementor-sticky--effects .e-con-inner{
    display: flex;
    align-content: center;
}
@media only screen and (max-width: 1024px) {
    header.sticky-header.elementor-sticky--effects .elementor-element-6a54cb6,
    header.sticky-header.elementor-sticky--effects .elementor-element-737b361
    {
        transform: scale(.8);
    }
    .e-off-canvas__main{
        padding-bottom: 20px;
        align-items: flex-end!important;
    }
}


ul {
    margin-bottom: .9rem;
}


/*
 * Parking price table
 */
.data-table {
    width: 100%;
}
.data-table>div {
    border: 0;
    padding: 5px 0;
    background-color: var( --e-global-color-cb90449 );    
	margin-top: 3px;
}
.data-table>div.head {
    display: none;
    color: #FFF;
    background-color: var(--e-global-color-primary);
}
.data-table>div>div.title{
    margin-bottom: 5px;
}

.data-table>div>div {
	text-align: right;
}
.data-table>div>div:before {
	content: attr(data-column-title);
    float: left;
	color: var( --e-global-color-primary );
}
@media (min-width: 769px) {
    .data-table>div>div.title{
        margin-bottom: 0px;
    }
	.data-table {
		display: table;
	}
	.data-table>div, .data-table>div.head {    
		display: grid;
    	grid-template-columns: 1fr 1fr 1fr;
	}
	.data-table>div {
		border: 0;
		margin: 3px 0 0;
		padding: 0;
        border-bottom: 1px solid var(--e-global-color-secondary);
	}
	.data-table>div>div {
		display: table-cell;
		padding: 10px;
		margin-top: 2px;
	}
	.data-table>div>div:before {
		display: none;
	}
	.data-table>div>div {
		text-align: left;
	}
	ul.sub-menu li.menu-item a {
		padding: 15px 10px!important;
	}
	button.e-n-tab-title[aria-selected="true"] {
		background: var(--e-global-color-secondary);
	}
}
@media screen and (max-width:768px) {
    .parking-table .title {
        background-color: var(--e-global-color-primary);
        color: #fff;
        text-align: center;
        padding: 5px;
    }
}

.flipbook-main-wrapper .flipbook-menuTop, 
.flipbook-main-wrapper .flipbook-menuBottom {
    display: none;
}
.elementor-lightbox .elementor-lightbox-image {
    box-shadow: none;
}
.elementor-search-form--skin-minimal:focus-within {
  outline-width: 0px!important;
}
.wpgmza-infowindow {
    display: flex;
    gap: 20px;
    align-items: center;
}
@media only screen and (max-width: 1024px) {
    .wpgmza-infowindow {
            flex-direction: column;
    }
    .wpgmza_infowindow_image{
        display: none;
    }
}
.frm_form_field.parking-cost {
    display: flex;
    align-items: center!important;
    font-size: 32px;
}
.frm_form_field.parking-cost:before {
    content: "Parking total $";
    flex: none;
}
.frm_form_field.parking-cost input {
    border: 0 !important;
    padding: 0 !important;
    font-size: 32px;
    box-shadow: none;
    font-weight: bold;
    color: var(--e-global-color-primary);
}

/*
div[tooltip] h3:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/06/maori-translation-1.svg);
    width: 30px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    margin-left: 5px;
}
*/
div[tooltip] h3 {
    border-bottom:3px dashed var( --e-global-color-secondary );
    display: inline-block;
    cursor: help;
}
header .menu-item a[title] {
    transition: unset;   
}
.menu-item a[title]:after {
    content: attr(title) !important;
    font-size: 12px;
    color: var(--e-global-color-secondary);
    opacity: 1 !important;
    background-color: transparent !important;    
    top: 10px;
}

.menu-item a.elementor-item-active[title]:after {
    color:#FFFFFF;
}

#menu-2-a971098 .menu-item a.elementor-item-active .e-font-icon-svg{
    fill:#FFFFFF;
}

.elementor-widget-off-canvas ,
.elementor-widget-off-canvas *{
    z-index: 2001;
}

@media only (min-width: 768px)  and (max-width: 1024px) {
    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
        position: absolute;
        right: 22px;
        top: 27px;
    }
}
colgroup.fids-col-status {width:150px;}
.elementor-widget-n-accordion .e-n-accordion-item > summary > .e-n-accordion-item-title-icon > .e-opened { display: none!important; } .elementor-widget-n-accordion .e-n-accordion-item > summary > .e-n-accordion-item-title-icon > .e-closed { display: flex!important; } .elementor-widget-n-accordion .e-n-accordion-item[open] > summary > .e-n-accordion-item-title-icon > .e-opened { display: flex!important; } .elementor-widget-n-accordion .e-n-accordion-item[open] > summary > .e-n-accordion-item-title-icon > .e-closed { display: none!important; }

.fids-flights .fids-tabs .fids-tab.fids-active .fids-tab-button,
.fids-flights .fids-tabs .fids-tab.fids-active .fids-tab-content {
    border: none;
    background-color: #fff;
    border-radius: 0;
}
.fids-flights .fids-tabs .fids-tab.fids-active .fids-tab-content {
    border: 1px solid rgba(0,0,0,0.1);
}
.home .fids-flights .fids-tabs .fids-tab.fids-active .fids-tab-button{
    background-color: #fff;
    color:var(--e-global-color-primary);
}
.fids-flights .fids-tabs .fids-tab.fids-active .fids-tab-button{
    background-color: var(--e-global-color-primary);
    color:#fff;
}
.fids-tab:not(.fids-active) .fids-tab-button {
    background-color: var(--e-global-color-secondary);
    color: #fff;
}
.flight .fids-tab:not(.fids-active) .fids-tab-button {
    background-color: #fff;
    color: var(--e-global-color-secondary);;
}
.fids-flights .fids-flights-footer {
    background-color: #fff;
    padding: 10px;
    color: inherit;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 14px;
    line-height: 1.4em;
}
.fids-flights span.fids-info {
    /*display: none;*/
}

.fids-table th,
.fids-table td{
    border:none;
    border-block-start:none!important;
}

.fids-tab-content{
    border: 1px grey solid;
}