body {
    letter-spacing:0.1rem;
}

.t009-header-001 .top-brand-letter,
.t009-header-001 .custom-brand-letter,
.t009-master-header-001 .top-brand-letter,
.t009-master-header-001 .custom-brand-letter,
.t009-footer-001 .bottom-brand-letter,
.t009-footer-001 .custom-brand-letter  {
    font-family: 'Monoton', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.t009-header-001 .banner-heading,
.t009-master-header-001 .banner-heading,
.t009-slider-001 .mrp-text-container .mrp-slide-title {
    font-family: var(--title-font-family);
    font-weight: var(--title-font-weight);
}

.featured-listings-008 .title {
    color: var(--g-accent-color, currentcolor);
    margin:1.5rem 0 0.5rem 0;
    font-size:1.4rem;
}

.block-layout .mrp-dynamic-form button.btn,
.themeb009 .button,
.block-layout .button-list .button {
    border-radius:0;
    padding: 1.5rem 2rem;
    font-family: var(--body-font-family);
    letter-spacing: 0.3rem;
    font-weight: bold;
}

.block-layout .mrp-dynamic-form button.btn:hover,
.themeb009 .button:hover {
    filter:brightness(120%);
}

.block-form .form-group > .control-wrapper > input.form-control,
.block-form .form-group > .control-wrapper > textarea.form-control {
    background-color:rgba(235, 235, 235, 1);
    border-radius:0;
    border:1px solid #333;
}

.block-layout .control-wrapper ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.block-layout .control-wrapper:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

.block-layout .control-wrapper::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}

/*FORM FIXES */

.t009-leads-005 .block-form .form-group .control-error {
    margin-left:0;
}

@media (max-width: 35rem) {
    .t009-leads-005 .block-form .control-error {
        padding-left:0;
    }
}




/*** V2 COMPATIBILITY 2022-06-12 ***/

/* themeb009-v2 COMPATIBILITY */

.themeb009 .block-layout .proto-block .button-list.small a,
.themeb009 .block-layout.shallow-block .button-list.small a {
    font-size: 1rem;
    padding: 0.5rem 2rem;
    text-transform:none;
}

.themeb009 .block-layout .proto-block .button-list .button:hover,
.themeb009 .block-layout.shallow-block .button-list .button:hover  {
    transform: none;
    filter:brightness(120%);
}

.themeb009.themeb009 .block-layout .title-reverse .sub-title,
.themeb009.themeb009 .block-layout .title-reverse .title {
    margin-bottom:0;
}

.themeb009 .block-layout .proto-block .title {
    font-family: var(--title-font-family);
}
.themeb009 .block-layout.shallow-block .title {
    font-family: var(--title-font-family);
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0rem;
    margin-bottom: 1rem;
    color: unset;
}
.themeb009 .block-layout .proto-block .sub-title,
.themeb009 .block-layout.shallow-block .sub-title {
    font-family: var(--body-font-family);
    text-transform: none;
    font-size: inherit;
    font-weight: normal;
    letter-spacing: 0rem;
}



/* 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 */

.t009-master-header-001.t009-master-header-001 .sticky {
    z-index: 110;
}

.t009-header-001.t009-header-001 .social-container {
    position: relative;
    right:auto;
    display: flex;
    bottom:auto;
    margin-top:1rem;
}

.t009-header-001.t009-header-001 .social-container a {
    margin:0.4rem;
}

.t009-master-header-001.t009-master-header-001 .social-container {
    display: none;
}