:root {
    /** Font default */
    --font-family-default: "Open Sans", sans-serif;
    --font-family-title: "Cormorant", serif;
    --font-family-small-title: "Mulish", serif;
    --font-size-default: 14px;
    --font-size-title: 18px;
    --font-color-default: #000000;
    --font-color-title: #6c757d;
    /** Use for input, button, and any other element */
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
    --primary-color: #042338;
}

/* Global */
body {
    font-family: var(--font-family-default);
    font-size: var(--font-size-default);
    background: #FFFFFF;
    color: var(--font-color-default);
    margin: 0;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}









/* Global */
/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/
.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: var(--dark);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transform: translateX(-50%);
    top: auto;
    bottom: 20px;
    color: #fff;
}

.ip-banner .container #breadcrumbs a {
    color: inherit;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}











.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder {
    position: relative;
}

.image-holder canvas {
    display: block;
    height: 100%;
    width: 100%;

}

.image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;


}











.section-title .sc-innr span {
    font-family: var(--font-family-small-title);
    text-transform: uppercase;
    font-weight: 300;
    color: #411d1d;
    letter-spacing: 0.2em;
    font-size: clamp(14px, 1.25vw, 20px);
    display: block;
}


.section-title .sc-innr em {
    font-style: normal;
}

.section-title .sc-innr {
    color: #042338;
    text-transform: capitalize;
    font-size: clamp(44px, 6.25vw, 100px);
    font-family: var(--font-family-title);
}



.section-title .sc-innr em {
    margin-left: clamp(5px, 2.5vw, 40px);
    margin-top: -16px;
    display: block;
}

.section-title .sc-innr span:after {
    content: '';
    position: relative;
    width: clamp(40px, 12.875vw, 206px);
    height: 1px;
    display: block;
    background: #d9d9d9;
    margin-left: clamp(5px, 1.875vw, 30px);
}

.section-title .sc-innr span {
    display: flex;
    align-items: center;
    color: rgba(65, 29, 29, 50%);
}























/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7;
}
















.section {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0 15px;
}





.section-title {
    display: block;
    margin-bottom: clamp(16px, 2.125vw, 34px);
}

a.site-btn {
    font-family: var(--font-family-small-title);
    text-transform: uppercase;
    font-size: clamp(12px, 0.8750000000000001vw, 14px);
    letter-spacing: 0.2em;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #042338;
    width: clamp(180px, 15.312500000000002vw, 245px);
    justify-content: center;
    height: clamp(44px, 4.125vw, 66px);
    margin-top: 40px;
    text-decoration: none;
    transition: var(--default-transition);
}

a.site-btn i {
    font-size: clamp(4px, 0.625vw, 10px);
}


a.site-btn:hover {
    background: #042338;
    color: #fff;
    border-color: #042338;
}

a.site-btn.stw {
    border-color: #fff;
    color: #fff;
}

a.site-btn.stw:hover {
    background: #f5f1c1;
    color: #333333;
    border-color: #f5f1c1;
}













.section-title.stw .sc-innr {
    color: #fff;
}

.section-title.stw span {
    color: #fff;
    opacity: 50%;
}

.section-title.stw .sc-innr span:after {
    background: #fff;
    opacity: 15%;
}







div#main-wrapper {
    overflow: hidden !important;
}

html {
    scroll-behavior: smooth;
}










.section.footer>canvas {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}

.ftr-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc((740/ 1600)* 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.footer {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    padding: 0;
}

.git-field input,
.git-field textarea {
    background: transparent;
    border: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 55px;
    padding-left: 20px;
    font-size: 14px;
    color: #cdcdcd;
    font-family: var(--font-family-small-title);
    font-weight: 300;
    letter-spacing: 0.05em;
    padding-right: 20px;
    width: 100%;
    resize: none;
}

.ftr-form {
    display: block;
    width: 100%;
}

.ftr-form .section-title {
    display: flex;
    justify-content: center;
}

.git-field.git-s {
    width: calc(100% / 2 - 10px);
}

.git-form-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.git-field {
    margin-bottom: 16px;
    position: relative;
}

.git-field.git-f {
    width: 100%;
}

.git-field textarea {
    height: 124px;
    padding-top: 22px;
}

.ftr-form .section-title .sc-innr span:after {
    background: #000;
    opacity: 15%;
}

.git-submit {
    display: block;
    margin: 0px auto;
    width: clamp(180px, 15.312500000000002vw, 245px);
    height: clamp(44px, 4.125vw, 66px);
    position: relative;
    text-align: center;
    margin-top: clamp(10px, 2.125vw, 34px);
}

.git-submit input {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 0;
    border: 0;
    position: relative;
    z-index: 2;
}

.gs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: var(--default-transition);
}

.gs span {
    font-weight: 300;
    font-size: clamp(12px, 0.8750000000000001vw, 14px);
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font-family-small-title);
    letter-spacing: 0.2em;
}

.gs i {
    color: #fff;
    font-size: clamp(4px, 0.625vw, 10px);
}

.git-submit .wpcf7-spinner {
    margin-top: 10px;
}

.git-submit:hover .gs {
    background: #042338;
    border-color: #042338;
}






















.footer-inner {
    width: clamp(100px, 71.25vw, 1140px);
    margin: 0px auto;
    display: block;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ftr-line {
    background: #000;
    height: 72px;
    width: 1px;
    opacity: 10%;
    display: block;
    margin: 0 clamp(10px, 3.125vw, 50px);
}

.footer-section {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding-top: clamp(56px, 7.000000000000001vw, 112px);
    padding-bottom: clamp(64px, 8vw, 128px);
}

.footer-contact-info {
    display: flex;
    justify-content: center;
    margin-top: clamp(26px, 3.25vw, 52px);
    margin-bottom: clamp(31px, 3.875vw, 62px);
    gap: clamp(15px, 3.125vw, 50px);
}

.footer-menu {
    display: flex;
    justify-content: center;
    padding-bottom: clamp(33px, 4.125vw, 66px);
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
    width: 100%;
}

.footer-menu li {
    padding: 0 clamp(10px, 2.5vw, 40px);
    position: relative;
}

.footer-menu li a {
    text-transform: uppercase;
    font-family: var(--font-family-small-title);
    font-weight: 300;
    font-size: clamp(12px, 0.9375vw, 15px);
    color: #042338;
    letter-spacing: 0.05em;
}

.footer-menu li:before {
    content: '';
    position: absolute;
    top: 0;
    right: -0.5px;
    height: 100%;
    width: 1px;
    background: #042338;
}

.footer-menu li:last-child:before {
    display: none;
}

.ftr-email a,
.ftr-phone a {
    color: #042338 !important;
    !i;
    !;
    font-family: var(--font-family-small-title);
    font-weight: 300;
    font-size: clamp(12px, 0.8750000000000001vw, 14px);
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ftr-email a i {
    color: #042338;
    font-size: 11px;
}

.ftr-phone a i {
    color: #042338;
    font-size: 12px;
}

.ftr-dcr-wrapper {
    padding-top: 38px;
    display: flex;
    gap: 5.25vw;
}

.footer-disclaimer p {
    font-family: var(--font-family-small-title);
    font-size: 11px;
    color: #000;
    opacity: 50%;
    font-weight: 400;
    letter-spacing: -0.010em;
    line-height: 1.8;
}

.footer-disclaimer {
    margin-bottom: 20px;
}

.footer-copyright p {
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: var(--font-family-small-title);
    color: #000000;
}

.footer-copyright p a {
    color: #000000;
}

a.aiftr {
    text-decoration: underline;
    font-weight: bold;
}

.ftrealtor {
    display: flex;
    font-size: 25px;
    gap: 14px;
    padding-top: 8px;
}

.ftrealtor span {
    color: #000;
    opacity: 50%;
}








.footer-section>.accent {
    height: clamp(10px, 1.25vw, 20px);
    top: inherit;
    bottom: 0;
    background: #042338;
}

.footer-section>.accent canvas {
    opacity: 25%;
}



















header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: var(--default-transition);
}

.header-inner {
    width: clamp(200px, 87.5vw, 1400px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 44px;
    padding-bottom: 24px;
}

.header-logo .mlogo img {
    filter: brightness(0) invert(1);
}

.hdr-navs .primarymenu a {
    font-family: var(--font-family-small-title);
    font-size: clamp(12px, 0.8750000000000001vw, 14px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.hdr-navs .primarymenu {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2.6875vw, 43px);
}

.hdr-navs .primarymenu>li>.sub-menu {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translate(-50%, 108px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--default-transition);
}

.hdr-navs .primarymenu li {
    position: relative;
}

.hdr-navs .primarymenu li:hover>.sub-menu,
.hdr-navs .primarymenu li:focus-within>.sub-menu {
    transform: translate(-50%, 38px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hdr-navs .primarymenu .sub-menu a {
    background: #042338;
    width: 100%;
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    transition: var(--default-transition);
    text-decoration: none;
    font-weight: 400;
}

.hdr-navs .primarymenu .sub-menu a:hover {
    background: #f5f1c1;
    color: #010101;
}




.hdr-navs .primarymenu>li>a {
    padding-bottom: 38px;
}


.hdr-navs .primarymenu li li>.sub-menu {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    width: 100%;
    min-width: 200px;
    left: 200px;
    transform: translate(0%, 20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--default-transition);
    pointer-events: auto;
}


.hdr-navs .primarymenu li li:hover>.sub-menu,
.hdr-navs .primarymenu li li:focus-within>.sub-menu {
    transform: translate(0%, -45px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}






.hdr-phone a {
    color: #fff !important;
    font-family: var(--font-family-small-title);
    font-size: clamp(12px, 0.8750000000000001vw, 14px);
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--default-transition);
    text-decoration: none;
}

.hdr-phone a:hover {
    opacity: 60%;
}

.hdr-phone a i {
    font-size: 10px;
}

.hdr-phone {
    display: flex;
    justify-content: flex-end;
    padding-bottom: clamp(21px, 2.625vw, 42px);
}

.hdr-navs .primarymenu>li>a:before {
    content: '';
    position: absolute;
    bottom: -18px;
    width: 30px;
    height: 1px;
    background: #f5f1c1;
    left: 50%;
    transform: translate(-50%);
    transition: var(--default-transition);
    opacity: 0;
}

.hdr-navs .primarymenu>li:hover>a:before {
    opacity: 1;
}

span.hl {
    height: 14px;
    width: 1px;
    background: #fff;
    display: block;
}

span.hl:last-child {
    display: none;
}

















.hp-ss-inner {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.hp-ss-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    opacity: 50%;
}



.header-logo {
    position: relative;
    top: 32px;
}









header.header.show-fixed .header-logo {
    top: 0;
    max-width: 170px;
}

header.header.show-fixed .header-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header.show-fixed {
    background: rgba(4, 35, 56, 95%);
}

.header-logo img {
    width: 100%;
    height: auto;
    display: block;
}

header.header.show-fixed .hdr-contact {
    display: none;
}


.footer-menu li a {
    transition: var(--default-transition);
    text-decoration: none;
}

.footer-menu li a:hover {
    opacity: 60%;
}

.ftr-email a,
.ftr-phone a {
    text-decoration: none;
    transition: var(--default-transition);
}

.ftr-email a:hover,
.ftr-phone a:hover {
    opacity: 60%;
}

.footer-disclaimer a {
    transition: var(--default-transition);
    text-decoration: none;
}

.footer-disclaimer a:hover {
    opacity: 60%;
}

.footer-copyright p a {
    transition: var(--default-transition);
    text-decoration: none;
}

.footer-copyright p a:hover {
    opacity: 60%;
}


a.aiftr {
    text-decoration: underline !important;
}



.ftr-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    max-width: 200px;
    background: #dc3232;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

.ftr-form span.wpcf7-form-control-wrap {
    position: static;
}




.ftr-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    width: 100%;
}

.ftr-form .wpcf7 form .wpcf7-response-output {
    text-align: center;
    position: absolute;
    bottom: 66px;
    background: #ffb900;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.07em;
    border-color: #ffb900 !important;
    padding: 6px 4px;
    margin: 0;
}















#content .entry-title .sc-innr span {
    font-family: var(--font-family-small-title);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2em;
    font-size: clamp(14px, 1.25vw, 20px);
    display: flex;
    align-items: center;
    color: rgba(65, 29, 29, 50%);
}

#content .entry-title .sc-innr,
#content .archive-title {
    color: #042338;
    text-transform: capitalize;
    font-size: clamp(44px, 6.25vw, 100px);
    font-family: var(--font-family-title);
    line-height: 1;
    font-weight: 400;
}

#content .entry-title .sc-innr span:after {
    content: '';
    position: relative;
    width: clamp(40px, 12.875vw, 206px);
    height: 1px;
    display: block;
    background: #d9d9d9;
    margin-left: clamp(5px, 1.875vw, 30px);
}

#content .entry-title {
    margin: 50px 0;
}




body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 0 !important;
}

button:focus-visible,
a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}

/* High contrast and Negative contrast break canvas elements with backgrounds */
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
    display: none !important;
}


#pojo-a11y-toolbar .pojo-a11y-btn-grayscale,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
    display: none !important;
}

.slick-slider,
.slick-slider *,
.slick-slider a,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

#listings-details .listings-address,
#listings-details h2,
#listings-details .listings-price {
    font-family: var(--font-family-title);
    font-variant-numeric: lining-nums;
}

#ip-amante-ii-about .welcome-text .section-title-a {
    color: var(--primary-color) !important;
    font-size: clamp(40px, 6.25vw, 70px) !important;
}

#ip-amante-ii-about .welcome-text p {
    font-size: clamp(12px, 0.9375vw, 15px);
    color: #000000;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1.8;
}

#aios-testimonials h3 {
    font-family: var(--font-family-title);
}

.ihf-details-template #listings-details .listings-cta.white>li>a.active,
.ihf-details-template #listings-details .listings-cta.white>li>a:hover,
.ihf-details-template #listings-details .listings-smi ul>li>a:hover {
    background: #f3f0c5 !important;
    color: var(--aios-ihf-template-global-page-secondary-color) !important;
    border-color: #f3f0c5 !important;
}

#content #agents-results .agents-name a {
    font-family: var(--font-family-title);
}

#content .agents-description p {
    font-size: clamp(12px, 0.9375vw, 15px);
    color: #000000;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1.8;
}

#ip-amante-ii-about .welcome-text p.bold {
    font-family: var(--font-family-title);
    font-size: 20px;
    font-weight: 600;
}

.page-id-25 #content .entry-title {
    margin: 0;
}

.page-id-25 #content .entry-title .sc-innr {
    margin-bottom: 0;
    font-size: clamp(44px, 6.25vw, 80px);
    letter-spacing: unset;
}

.page-id-25 button.site-btn {
    font-family: var(--font-family-small-title);
    text-transform: uppercase;
    font-size: clamp(12px, 0.8750000000000001vw, 14px);
    letter-spacing: 0.2em;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #042338;
    width: clamp(180px, 15.312500000000002vw, 245px);
    justify-content: center;
    height: clamp(44px, 4.125vw, 66px);
    margin: auto;
    margin-top: 40px;
    text-decoration: none;
    transition: var(--default-transition);
    background: none;
}

.page-id-25 button.site-btn i {
    font-size: clamp(4px, 0.625vw, 10px);
    font-style: normal !important;
}

.page-id-25 button.site-btn:hover {
    background: #042338;
    color: #fff;
    border-color: #042338;
}

#content #agents-results .agents-button,
#content #agents-single .agents-button {
    font-family: var(--font-family-small-title);
    text-transform: uppercase;
    font-size: clamp(12px, 0.8750000000000001vw, 14px);
    letter-spacing: 0.2em;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #042338;
    width: clamp(180px, 15.312500000000002vw, 245px);
    justify-content: center;
    height: clamp(44px, 4.125vw, 66px);
    margin-top: 40px;
    text-decoration: none;
    transition: var(--default-transition);
}

#content #agents-single .agents-button {
    width: clamp(180px, 19.06vw, 305px);
    padding: 0 15px;
}

#content #agents-results .agents-button::after,
#content #agents-single .agents-button::after {
    position: relative;
    content: "\b0257";
    display: inline-block;
    font-family: agentimage !important;
    font-size: clamp(4px, 0.625vw, 10px);
}

#content #agents-results .agents-button:hover,
#content #agents-single .agents-button:hover {
    background: var(--aios-agents-primary-color);
    color: #ffffff;
}

@media only screen and (max-width: 1190px) {


    .git-field textarea {
        resize: none;
        height: 90px;
        padding-top: 14px;
    }

    .git-field input {
        height: 44px;
    }

}




/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
/* Styles for category/archive/search/etc subheadings (h2) */
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 991px) {
    /** Logo **/

    #pojo-a11y-toolbar {
        display: none;
    }

    .section>div:not(.accent) {
        width: 100% !important;
    }


    div#main-wrapper {
        margin-top: 52px;
    }

    .header-logo {
        max-width: 200px !important;
    }

    .header-menus {
        display: none;
    }

    .header-inner {
        justify-content: center;
        padding: 20px 0;
    }

    header.header {
        position: relative;
        background: rgba(4, 35, 56);
    }

    .header-logo {
        top: 0;
    }


    /* The following are used on inner pages. Please edit carefully. */
    .inner {
        width: 100%;
    }

    #content-sidebar,
    #content-full {
        width: 100%;
    }

    .outer {
        width: 100%;
        min-width: 100%;
    }

    #content-sidebar #content {
        width: 100%;
    }



    .section-title {
        display: flex;
        justify-content: center;
    }

    a.site-btn {
        margin-left: auto;
        margin-right: auto;
    }













    .section.footer>canvas {
        background-image: url(/wp-content/themes/mcleodteam/assets/images/ftr-form-mobile-accent.jpg) !important;
        opacity: 8%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .section.footer {
        background: #042338;
        padding: 0 15px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .ftr-inner {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
    }





















    .footer-contact-info {
        flex-flow: row wrap;
        justify-content: center;
        gap: 0px;
    }

    .footer-contact-info>div {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-menu li:before {
        display: none;
    }

    .footer-menu li {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-menu {
        flex-flow: row wrap;
        justify-content: center;
        text-align: center;
    }

    .ftr-dcr-wrapper {
        flex-flow: row wrap;
        gap: 0px;
    }

    .ftr-dcr {
        width: 100%;
        text-align: center;
    }

    .ftrealtor {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 30px;
    }

    .ftr-line {
        display: none;
    }

    .footer-logos {
        display: block;
        margin-bottom: 60px;
    }

    a.foter-site-logo {
        margin-bottom: 40px;
        display: block;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .image-holder.broker-logo {
        width: 100%;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-inner {
        width: 100%;
        padding: 0 15px;
    }


    .wpcf7 form .wpcf7-response-output {
        bottom: 47px;
    }


    .git-submit {
        margin-top: 27px;
    }


    #scroll-down {
        display: none !important;
    }




}

@media only screen and (max-width: 767px) {
    .ip-banner .container {
        width: 100%;
    }
}






@media only screen and (max-width: 480px) {





    .git-field.git-s {
        width: 100%;
    }



}