
/* Brandorr customizations */
.elementor-widget-text-editor {
    color: #3c4141;
    font-family: "proxima-soft", sans-serif;
    font-weight: 300;
}

/* Hide Home link in main nav on all pages */
/* Could be removed from WP Menu instead, but preserving existing functionality */
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-6621 {
    display: none;
}

/* Hide fullcolor logo on all pages */
.elementor-element.elementor-element-009bede {
    display: none !important;
}
/* Show fullcolor logo on integrations and homepage */
.page-id-6111 .elementor-element.elementor-element-009bede,
.page-id-5682 .elementor-element.elementor-element-009bede {
    display: block !important;
}

/* Bold CTA buttons */
.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
    font-family: "proxima-soft", sans-serif;
    font-weight: 700;
}

/* Search overlay focus bg */
.elementor-search-form button, .elementor-search-form input[type=search]:focus {
    background: #fff;
}

/* Search overlay close btn position */
.dialog-close-button {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 15px;
    line-height: 1;
}

/* Footer search CTA bg */
body .elementor-search-form__submit[type="submit"] {
    background-color: #8B2A6D !important;
}
body .elementor-search-form__submit[type="submit"]:hover {
    background-color: #555555 !important;
}

/* Read More links on search */
body .elementor-widget-archive-posts a.elementor-post__read-more {
    color: #3c8b8c;
    font-weight: 700;
}

/* Cell alignment in some tablepress scenarios */
.tablepress.tablepress-id-29 td,
body .tablepress.tablepress-id-19 td{
    text-align: center;
    padding: 10px 8px;
    width: 100px;
    vertical-align: middle;
}
body .tablepress.tablepress-id-19 td.column-4 {
    text-align: left;
    white-space: nowrap;
}

/* Play Button Aspect Ratio */
body .elementor-widget-video .elementor-custom-embed-image-overlay img {
    aspect-ratio: unset;
}

/* Search styles */
.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a {
    color: #8b2a6f;
    font-family: "proxima-soft", sans-serif;
    font-weight: 300;
}

/* Homepage Additional Features */
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px;
}
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    color: #3c4141;
}

/* Integrations hub image alignment */
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    align-content: center;
}
.elementor-location-footer.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    align-content: flex-start;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
    color: var(--e-global-color-primary);
    font-size: 20px;
}

/* Hero content alignment mobile */
@media (max-width: 767px) {
    .elementor-5682 .elementor-element.elementor-element-ba595ea > .elementor-container {
        align-content: center;
    }
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px;
}

.elementor-widget-heading .elementor-heading-title {
    font-weight: 300 !important;
}

.elementor-location-footer .elementor-widget-heading .elementor-heading-title {
    font-weight: 600 !important;
}



/* Kit styling */
body {
    --e-global-color-primary: #3a8c8c;
    --e-global-color-secondary: #8c2c70;
    --e-global-color-text: #3c4141;
    --e-global-color-accent: #fff;
    --e-global-typography-primary-font-family: "proxima-soft", sans-serif;
    --e-global-typography-primary-font-weight: 300;
    --e-global-typography-secondary-font-family: "proxima-soft", sans-serif;
    --e-global-typography-secondary-font-weight: 300;
    --e-global-typography-text-font-family: "proxima-soft", sans-serif;
    --e-global-typography-text-font-weight: 300;
    --e-global-typography-accent-font-family: "proxima-soft", sans-serif;
    --e-global-typography-accent-font-weight: 300;
}