:root {
    --button-radius: 0;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
}

.featured-listings-102 .f-info {
    font-family: var(--title-font-family);
}

.header-003 .clip-top,
.header-003 .clip-bottom,
.header-003-master .clip-top,
.header-003-master .clip-bottom,
.footer-006 .clip-top,
.footer-006 .clip-bottom,
.footer-006-master .clip-top,
.footer-006-master .clip-bottom,
.header-003-v2 .clip-top,
.header-003-v2 .clip-bottom,
.header-003-master-v2 .clip-top,
.header-003-master-v2 .clip-bottom,
.footer-006-v2 .clip-top,
.footer-006-v2 .clip-bottom,
.footer-006-master-v2 .clip-top,
.footer-006-master-v2 .clip-bottom {
    font-family: 'Italiana', serif;
    text-transform:uppercase;
    font-style:normal;
}

.header-003 .title,
.header-003-master .title,
.footer-006 .name-brand .title,
.footer-006-master .name-brand .title,
.header-003-v2 .title,
.header-003-master-v2 .title,
.footer-006-v2 .name-brand .title,
.footer-006-master-v2 .name-brand .title {
    font-family: 'Italiana', serif;
    text-transform:uppercase;
    font-weight:normal;
    font-style:normal;
}

.header-003 .small-title,
.header-003-master .small-title,
.header-003-v2 .small-title,
.header-003-master-v2 .small-title {
    font-family: 'Italiana', serif;
    font-size:1.3rem;
}

.subtitle {
    font-family: 'cardo' serif;
    text-transform: none;
    font-style: italic;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing:0.3rem;
    margin-bottom:0;
}

.themeb003 .button {
    border-radius: 0;
    font-size: 1rem;
    text-transform: uppercase;
    padding:0.65rem 3rem;
    font-family: var(--title-font-family);
    text-transform: uppercase;
}

.themeb003 .button:hover {
    background-color: var(--g-accent-color);
    filter: brightness(1.2);
}

/* FORM FIXES */

.footer-006 .block-form .form-group {
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-006 .block-form .form-group .control-error {
    margin-left:0;
}

@media (max-width: 35rem) {
    .footer-006 .block-form .control-error {
        padding-left:0;
    }
}

@media only screen and (max-width: 48rem) {
    .block-layout.featured-listings-102 .outer-container {
        height: 27rem;
    }
}

.search-box-102.search-box-102 .button-container button {
    border-radius: var(--button-radius);
}



/*** V2 COMPATIBILITY 2022-06-12 ***/

.themeb003 .button:hover label {
    color: #fff;
}

.themeb003 .button:hover svg, 
.themeb003 .button:hover label {
    color: #fff;
    fill: #fff;
}

.themeb003 .block-layout .button-list .button:hover {
    transform: none;
}

.themeb003 .block-layout .proto-block .title {
    font-family: var(--title-font-family);
}

.themeb003 .block-layout.shallow-block .title {
    font-family: var(--title-font-family);
    font-style: normal;
    /* letter-spacing: 0.2rem; */
    margin-bottom: 1rem;
    color: unset;
}

.themeb003 .block-layout .proto-block .sub-title,
.themeb003 .block-layout.shallow-block .sub-title {
    font-family: var(--title-font-family);
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.3rem;
}

.themeb003 .block-layout .proto-block .title-reverse .sub-title,
.themeb003 .block-layout.shallow-block .title-reverse .sub-title {
    margin-bottom:0;
}

/* 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 */

.header-003-master .outter-top-bar {
    z-index: 110;
}