header.page-header {
    display: none
}

:focus-visible {
    outline: 0 !important
}

.page-content {
    overflow: hidden
}

.elementor-widget-container p:last-child {
    margin-bottom: 0 !important
}

.entry-content ul,
.elementor-text-editor ul,
.elementor-widget-theme-post-content ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 15px
}

.entry-content ol,
.elementor-text-editor ol,
.elementor-widget-theme-post-content ol {
    padding-left: 30px;
    margin-bottom: 15px
}

.entry-content ul li:not(:last-child),
.elementor-text-editor ul li:not(:last-child),
.elementor-widget-theme-post-content ul li:not(:last-child) {
    margin-bottom: 5px
}

.entry-content ol li:not(:last-child),
.elementor-text-editor ol li:not(:last-child),
.elementor-widget-theme-post-content ol li:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width: 1500px) {
    .e-con>.e-con-inner:not(.e-con-inner .e-con-inner) {
        padding-left: 5%;
        padding-right: 5%;
    }
}

strong {
    font-weight: 500;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    margin-top: -150px !important;
    visibility: hidden;
    pointer-events: none;
}

svg,
.elementor-button svg,
.elementor-icon svg {
    width: 100% !important
}

.elementor-button-text {
    align-self: center;
}



/** Gravityforms button styling */
.gform-footer input[type="submit"],
.gform-footer button[type="submit"] {
    background-color: transparent;
    font-family: "AvenirNext", Sans-serif;
    font-weight: 500;
    line-height: 150%;
    color: var(--e-global-color-a9caeb3);
    background-image: linear-gradient(90deg, var(--e-global-color-2539688) 0%, var(--e-global-color-bb482f4) 100%) !important;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 100px 100px 100px 100px;
    padding: 12px 24px 12px 24px;
}

button.gform_button[type="submit"] {
    min-width: 120px;
    min-height: 48px;
    display: block;
}

button.gform_button[type="submit"] svg.loading-spinner {
    animation: spin 1s linear infinite;
    margin: auto !important;
    display: block !important;
}

button.gform_button[type="submit"] svg.loading-spinner circle {
    opacity: 0.5;
}

.gform-loader,
[data-js-spinner-id] {
    display: none !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.gform_wrapper input:focus:not([type="button"]):not([type="submit"]),
.gform_wrapper textarea:focus,
.gform_wrapper .elementor-field-textual:focus {
    box-shadow: 0px 0px 0px 4px #6001a136;
}

.elementor-kit-5 input:not([type="button"]):not([type="submit"]):not(.facetwp-search),
.elementor-kit-5 textarea,
.elementor-kit-5 .elementor-field-textual {
    box-shadow: 0 0 #6001a100;
    transition: 0.2s box-shadow ease !important;
    /** if you want full rounded turn this off */
    border-radius: 8px !important;
}

label.gfield_label.gform-field-label {
    margin: 10px 0;
    font-weight: 600;
}

.gform-footer {
    float: right;
    padding-top: 1em !important;
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
    box-shadow: 0px 0px 0px 4px #a1010136 !important;
    border-color: #a10101 !important;
}