:root {
    --button-radius:0;
}

.block-layout .button-list .button {
    font-size:0.75rem;
}

.t004-header-001 .agent-title,
.footer-001 .agent-title {
    /* font-family: 'Allura', cursive; */
}

.title,
.subtitle,
.t009-slider-002 .slide-title {
    text-align:center;
    font-weight:200;
}

.title {
    font-size:2.5rem;
    margin-bottom:1.5rem;
}

.subtitle {
    font-size:1.5rem;
}

p {
    font-weight:200;
}

.t004-header-001 .omni-container {
    color: #000;
}

@media only screen and (max-width: 40rem) {

    .block-layout .button-list .button {
        font-size:0.6rem;
    }

    .block-layout .button-list {
        --gap: 0.75rem;
    }

}

/* FORM FIXES */

.t004-footer-001 .block-form .form-group .control-error {
    margin-left:0;
}

.t004-footer-001 .block-form .title {
    margin-left:0;
    width:100%;
}

@media (max-width: 35rem) {
    .t004-footer-001 .block-form .control-error {
        padding-left:0;
        margin-left: 0;
    }

    .t004-footer-001.t004-footer-001 .block-form .form-group > label {
        padding-left:0;
    }
}




/*** V2 COMPATIBILITY 2022-06-12 ***/

/* SHALLOW BLOCK BASE TITLES */

.block-layout.shallow-block .titles + .text {
    margin-top: 1rem;
}
.shallow-block .sub-title,
.shallow-block .title {
    margin-bottom: 1rem;
}
.shallow-block .sub-title {
    font-size: var(--text-small);
    letter-spacing: 0.1rem;
    /* line-height: 1; */
}
.shallow-block .sub-title:not(.text-size) {
    font-size: var(--text-small);
}
.shallow-block .title-underline .sub-title {
    line-height: 1.5;
}
.shallow-block .title-underline .title:after {
    content: "";
    width: 8rem;
    height: 2px;
    background-color: var(--title-underline-color, var(--g-accent-color));
    display: block;
    margin-top: 1rem;
}
.shallow-block .title-reverse {
    display: flex;
    flex-direction: column-reverse;
}
.shallow-block .title-underline .title.title[style*="center"]::after,
.shallow-block .content-center .title-underline .title:after {
    margin-left: auto;
    margin-right: auto;
}
.shallow-block .title-underline .title.title[style*="right"]::after,
.shallow-block .content-right .title-underline .title:after {
    margin-left: auto;
    margin-right: 0;
}
.shallow-block .title-underline .title.title[style*="left"]::after,
.shallow-block .content-left .title-underline .title:after {
    margin-left: 0;
    margin-right: auto;
}

/* SHALLOW BLOCK BASE CONTENT ALIGNMENT */

.shallow-block .image-container,
.shallow-block .title,
.shallow-block .content-left .image-container,
.shallow-block .content-left .title,
.shallow-block .content-left {
    text-align: left;
}
.shallow-block .content-left .button-list {
    justify-content: flex-start;
}
.shallow-block .content-center .image-container,
.shallow-block .content-center .title,
.shallow-block .content-center {
    text-align: center;
}
.shallow-block .content-center .button-list {
    justify-content: center;
}
.shallow-block .content-right .image-container,
.shallow-block .content-right .title,
.shallow-block .content-right {
    text-align: right;
}
.shallow-block .content-right .button-list {
    justify-content: flex-end;
}

/* menu fix */

.t004-header-001-master.t004-header-001-master .top-bar {
    z-index:110;
}
