:root {
    --button-radius: 0;
}

.name,
.title,
.footer-t003 .contact-container,
h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-font-family);
    font-weight: normal;
}

.slogan {
    font-family: var(--body-font-family);
}

.themeb002 .button {
    border-radius: 0;
    font-size: 1rem;
    text-transform: uppercase;
} 

.themeb002 .button:hover {
    transform: scale(1.05);
    transition: all 0.2s linear;
} 

.block-layout .form-group > .control-wrapper > input.form-control,
.block-layout .form-group > .control-wrapper > textarea.form-control {
   border-radius: 0; 
}

.themeb002 .featured-listings-001 .button-container {
    text-align: right;
}

@media (max-width:40rem) {

    .themeb002 .button {
        font-size:0.7rem;
    }

    body .header-t002 .name {
        font-size: .75rem;
    }

    body .header-t002 .slogan {
        font-size: 0.6rem;
        line-height: normal;
    }

}

/* FIXES */

body .header-t002 .name-brand {
    transform-origin: unset;
    transform:none;
}

@media (max-width:40rem) {
    .footer-t003.footer-t003 .social-container {
        justify-content: center;
    }
}

.footer-t003.footer-t003 .block-form .form-group > .control-wrapper {
    display:block;
}

.footer-t003.footer-t003 .block-form .placeholders .form-group .control-error {
  margin-left:0;
  padding: .75rem 0 0 0.625rem;
  font-size: 0.75rem;
}

.footer-t003.footer-t003 .form-inner {
  align-items: flex-end;
}

.footer-t003.footer-t003 .block-form .form-group.required::before {
  content: "*";
  color: red;
  position: absolute;
  left:0;
  top: auto;
}

.footer-t003.footer-t003 .block-form .form-group.required::after {
  content: "";
}

.footer-t003.footer-t003 .block-form .form-group {
  position: relative;
  padding: 0rem;
}

@media (max-width: 35rem) {
  .footer-t003.footer-t003 .block-form .form-group > label,
  .footer-t003.footer-t003 .block-form .form-group > .control-wrapper {
    padding:0.5rem;
  }
}

.mrp-idx-inpage.mrp-idx-inpage .header-t002-master .sticky {
    position:relative;
}

.mrp-idx-inpage.mrp-idx-inpage .header-t002-master {
    --menu-height: auto;
}


/*** V2 COMPATIBILITY 2022-06-12 ***/

.header-t002-v2.header-t002-v2 .name,
.header-t002-master-v2.header-t002-master-v2 .name,
.footer-t003-v2.footer-t003-v2 .name   {
    text-transform: var(--title-case, uppercase);
}

.header-t002-v2.header-t002-v2 .agent-subtitle,
.footer-t003-v2.footer-t003-v2 .agent-subtitle {
   text-transform: var(--sub-title-case, uppercase); 
}


/* 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;
}
