/**
Theme Name: Perth Energy
Author: Signifi Media
Author URI: https://signifimedia.com.au/
Description: Theme for Perth Energy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: perth-energy
Template: astra
*/

#header-menu a {
    text-align: center;
}

div#footer-copyright {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 26px;
}

div#slide-right-animation {
    overflow: hidden;
    transform: scaleX(0);
    transform-origin: left;
    animation: growLine 2s forwards;
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

div#home-slider a {
    text-decoration: none;
}

div#cta-box {
    justify-content: space-between;
    justify-items: flex-end;
}

#cta-box .elementor-widget-button {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin: 0;
}

div#no-underline a,
#no-underline,
.no-underline,
.no-underline a {
    text-decoration: none !important;
}

.center-align {
    margin: auto;
}

#cta-box .elementor-widget-button .elementor-widget-container {
    display: flex;
    align-items: end;
}

#breadcrumbs span a {
    text-decoration: none;
}

#full-height .elementor-cta {
    height: 100%;
}

#full-height .elementor-cta__content {
    align-content: space-between;
}

div#gradient-text {
    background-image: linear-gradient(to right, #001cb0, #00dfed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#fade-out {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
}

#table table tr:nth-child(2n+1) {
    background-color: #ffffff;
}

#table tbody tr:nth-child(odd) {
    background-color: #fcfcfc;
}

#no-padding .elementor-divider {
    padding: 0px;
}

@media (min-width: 1551px) {

    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: none;
    }
}

@media (max-width: 1551px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none;
    }

    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: initial;
    }

    .elementor-element.elementor-element-322c852c.e-con-full.e-flex.e-con.e-parent.elementor-sticky {
        justify-content: space-between;
    }
}

#mobile-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    height: 100vh;
    display: grid;
    justify-content: center;
    align-items: center;
}

#mobile-menu a.elementor-item.menu-link {
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
}

div#\33 0-3-vw-height .e-con-inner {
    padding-top: 30vw;
    padding-bottom: 3vw;
}

.top-align td {
    vertical-align: baseline;
}

#mobile-menu .st0 {
    fill: #273E98;
}

#contact-form {
    #wpcf7-f1963-p417-o1 label {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        font-family: "Open Sans", sans-serif;
    }

    div#wpcf7-f1963-p417-o1 {
        height: 100% !important;
    }

    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        background-color: transparent;
        background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    }

    span.wpcf7-form-control-wrap {
        margin-top: 8px;
    }
}

#form-code {
    input[type="submit"] {
        background-color: transparent;
        background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    }

    label {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        font-family: "Open Sans", sans-serif;
    }

    label strong {
        font-weight: 400;
    }

    input,
    textarea {
        margin-top: 8px;
        margin-bottom: 1.2em;
    }
}