@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;800&family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400&display=swap');

:root {
    --primary-color: #003DA5;
    --secondary-color: #F1F0EE;
    --bg-color: #fff;
    --txt-color: #555555;
    --white: #ffffff;
    --alpha: rgba(0 0 0 30%);
    --main-font: Poppins, sans-serif;
    --alt-font: Source Serif Pro, serif;
}
h1, .h1 {
    font-size: 40px;
}
h2 {
    color: inherit;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--main-font);
}
body {
    font-family: var(--alt-font);
    background: var(--white);
}
p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.6;
}
.cta-btn {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    position: relative;
    padding-top: 20px;
    font-family: var(--main-font);
}

.cta-btn.left:before {
    border-top: 8px solid var(--primary-color);
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: -88%;
}

.cta-btn.right:before {
    border-top: 8px solid var(--primary-color);
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: -42%;
}

.cta-btn2 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: var(--main-font);
    background: var(--primary-color);
    width: 250px;
    text-align: right;
    padding: 8px;
    margin-top: 30px;
}

.navbar-default {
    background-color: var(--secondary-color);
}
.navbar.navbar-default.navbar-static-top .container {
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.logo-wrap h2 {
    display: none;
}
.logo-wrap {
    width: 250px;
}
#broker_logo span {
    background: url(https://store24-ubertor-com.s3.amazonaws.com/katiekertesz.myubertor.com/content/image/57962.png) no-repeat;
    display: block;
    text-indent: -9999px;
    height: 100px;
    background-size: contain;
    width: 250px;
    margin: 0;
}
#main_menu a {
    font-weight: 400;
    position: static;
    font-family: var(--main-font);
    font-size: 13px;
}
.navbar-default .navbar-nav li a {
    color: var(--text-color);
    text-transform: uppercase;
}
.navbar-default .navbar-nav li a {
    padding: 12px 7px;
}
li#up_menu9 a:hover {
    background: var(--primary-color);
    color: var(--white);
}
li#up_menu9 a {
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-color);
    transition: 0.8s ease all;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: var(--secondary-color);
    color: var(--txt-color);
    font-weight: 700;
}
.arrow {
    display: none;
}
.navbar-nav>li ul {
    background-color: var(--secondary-color);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: var(--txt-color);
}
.navbar-default .navbar-nav li a:hover {
    color: var(--primary-color);
}

section.sec-banner {
    background: linear-gradient(180deg, var(--secondary-color) 50%, var(--white) 50%);
    margin-bottom: 50px;
}

section.sec-banner img {
    position: relative;
}

section.sec-banner .editable-img {
    position: relative;
}

section.sec-banner .editable-img:after {
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}

section.sec-banner .content {
    position: relative;
    margin-top: -40%;
    left: 5%;
    margin-bottom: 150px;
}

section.sec-banner h1 {
    color: var(--white);
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 50px;
}


.w-banner .color-layer {
    background-color: var(--primary-color);
}

.w-banner.home .container-wrap, .wo-banner.home .container-wrap {
    padding: 10vh;
}

section.sec1 h2 {
    color: var(--white) !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 0 240px;
    line-height: 1.5;
}

.container-wrap p, footer p {
    color: #fff;
    text-shadow: 0 1px 5px #444;
    font-weight: 400;
}

.home .header_widgets {
    background: var(--white);
    padding: 10px 0;
}

div#custom_feature_listings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.sidebar .listing img {
    width: 380px;
    max-width: inherit;
    max-height: inherit;
    height: 300px;
    border: none;
    margin-bottom: -40px;
    padding: 15px;
}

div#custom_feature_listings {
    display: flex;
    align-items: center;
    font-family: var(--main-font);
    margin-bottom:30px;
}
.custom_featured_listings {
    transition: 0.5s ease all;
    padding-bottom: 40px;
}

.custom_featured_listings:hover {
    background: var(--secondary-color);
}

div.sidebar .price {
    color: #fff;
    font-size: 16px;
    background: var(--primary-color);
    position: relative;
    width: 250px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 8px;
    letter-spacing: 2px;
}

.short_address {
    color: var(--txt-color);
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 8px;
}
.bedrooms, .bathrooms, .living_area {
    color: var(--txt-color);
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 1px;
    display: inherit;
    padding-left: 10px;
}

.bathrooms, .living_area {
    border-left: 1px solid;
}

h2.sidebar-title {
    color: var(--primary-color);
    padding: 10px;
    font-size: 23px;
}

.sidebar.widget_listings h2.sidebar-title {
    margin-bottom: 0;
}

section.sec2 .cta-btn {
    color: var(--primary-color);
    text-align: center;
}

.banner-home1 {
    background: var(--white);
}

section.sec3 h3 {
    color: var(--primary-color);
    font-weight: 700;
}

section.sec3 p {
    line-height: 1.4;
}

div.sidebar h2 {
    text-align: center;
    color: var(--primary-color);
    padding: 10px;
    font-size: 23px;
}

section.sec4 h4 {
    color: #fff;
    font-size: 16px;
    background: var(--primary-color);
    position: relative;
    width: 250px;
    padding: 10px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    margin-top: -20px;
}

.carousel-control {
    background-image: none !important;
    top: 50%;
    opacity: 1;
}
.carousel-control.right {
    width: 15px;
    right: -5%;
}
.carousel-control.left {
    width: 15px;
    left: -5%;
}

section.sec-5 {
    margin-top: 15vh;
    background: linear-gradient(180deg, var(--white) 30%, var(--secondary-color) 25%);
}

section.sec-5 img {
    position: relative;
}

section.sec-5 .editable-img {
    position: relative;
}

section.sec-5 .editable-img:after {
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}

section.sec-5 .content {
    position: relative;
    margin-top: -280px;
    margin-left: 70px;
    margin-bottom: 100px;
}

section.sec-5 h1 {
    color: var(--white);
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 50px;
}

section.sec-5 .cta-btn.left:before {
    left: -88%;
}

section.sec-6 {
    background: linear-gradient(180deg, var(--secondary-color) 95%, var(--white) 50%);
}
section.sec-6 .cta-btn2 {
    margin: 0 auto;
    margin-top: 30px;
}

.footer-contact {
    display: none;
}

.footer-wrap {
    background: var(--primary-color);
    padding-bottom: 0;
    padding: 10vh 0;
    color: var(--white);
    font-family: var(--main-font);
}

section.sec-footer .content.one img {
    width: 250px;
    margin-bottom: 30px;
}

section.sec-footer .content.one p {
    line-height: 2;
}

section.sec-footer .content.two li img {
    width: 50px;
    padding: 5px;
}

section.sec-footer .content.two ul {
    display: flex;
    justify-content: center;
}

section.sec-footer .content.three h5 {
    font-size: 16px;
    font-weight: 700;
}

section.sec-footer .content.three img {
    margin-bottom: 40px;
}
section.sec-footer .content.three {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

footer div#disclaimers p {
    font-family: var(--alt-font);
    margin-top: 30px;
    margin-bottom: 30px;
}

/* INNER PAGES */
.navbar-default {
    border-bottom: 20px solid var(--primary-color);
}
.ilist-btn, input[type=submit] {
    padding: 5px;
    border: none;
    border-radius: 3px;
    background: var(--secondary-color);
    color: var(--primary-color);
    font-weight: 700;
}
.pager li.nxt a, .pager li.prev a {
    background: var(--primary-color);
    font-family: var(--main-font);
}
.alisting-img .al {
    background: var(--primary-color);
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    text-align: left;
}
#listing_group .alisting-img h3 {
    background: var(--secondary-color);
    color: var(--txt-color);
}
#listing_group .alisting-img ul.info {
    background: var(--secondary-color);
    color: var(--txt-color);
    font-family: var(--main-font);
}
#listing_group a {
    color: var(--txt-color);
}
.dropdown-menu li a:hover, .dropdown-toggle.btn-default:hover, .selectpicker-sort:hover, .selectpicker:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}
#listing_group .alisting-img .al a {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    font-family: var(--main-font);
    text-transform: uppercase;
}
#listing_group .alisting-img .listing_provided_by, #listing_group .alisting-img .provided_by, #listing_group .alisting-img .time-modified {
    font-size: 12px;
    color: var(--txt-color);
    background: var(--secondary-color);
    padding-bottom: 10px;
}
img.board_logo {
    width: 50px;
    margin-top: 10px;
}
ul.al-lnav {
    font-size: 12px;
    background: var(--primary-color);
}
ul.al-tab.al-lnav li a {
    color: var(--white);
}
.lead {
    font-size: 15px;
    line-height: 1.5;
}
.alisting-img .img a {
    display: initial !important;
}
#listing_group .alisting-img .al a {
    display: initial !important;
}
.col-md-4.text-center.alisting-img a {
    display: none;
}

@media only screen and (max-width: 991px) {
section.sec-banner h1 {
    font-size: 4vw !important;
}
div#custom_feature_listings {
    display: inherit !important;
    }
.cta-btn.right:before {
    width: 84% !important;
    right: -22% !important;
}
section.sec4 .col-md-4 div {
    text-align: center !important;
}
section.sec4 h4 {
    margin-bottom: 30px !important;
}
section.sec-5 img {
    height: 100vh !important;
}
section.sec-5 .content {
    margin-top: -180px !important;
    margin-bottom: 50px !important;
}
section.sec-5 h1 {
    font-size: 3vw !important;
    margin-bottom: 20px !important;
}
    section.sec-5 .cta-btn.left:before {
    left: -80% !important;
}
section.sec-footer .content.one {
    text-align: center !important;
}
section.sec-footer .content.three {
    margin-top: 30px !important;
    align-items: center !important;
    text-align: center !important;
}
}

@media only screen and (max-width: 767px) {
ul#main_menu {
    padding: 30px !important;
}
section.sec-banner .content {
    display: none !important;
}
.logo-wrap {
    width: 100% !important;
}
#broker_logo {
    margin-top: 10px !important;
    margin-left: 30px !important;
}
.navbar.navbar-default.navbar-static-top .container {
    display: initial !important;
    }
.navbar-nav {
    margin: 0;
}
section.sec-banner .content {
    bottom: 30% !important;
    left: 10% !important;
}
.cta-btn.right:before {
    width: 70% !important;
    right: -8% !important;
}
}
