@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;400;700&family=Merriweather:wght@400;700&display=swap');

@media only screen and (max-width: 991px) {
.top-navbar {
    background: linear-gradient(180deg, #171717 80.6%, #ffffff 17%) !important;
}
.tg-header li {
    padding: 5px !important;
}
section.sec2 .content {
    margin-top: -120px !important;
}
section.sec3 .content {
    margin: 30px 0 !important;
}
}

@media only screen and (max-width: 768px) {
.navbar-toggle .icon-bar {
    background: #fff !important;
}

.navbar-toggle {
    border-color: #fff !important;
}

.tg-header img {
    max-width: 100% !important;
}

#hf_header-right .col-md-12 {
    width: 100% !important;
}

.top-navbar {
    background: #161616 !important;
}
}


/* MASTHEAD */

.navbar-logo h2, .navbar-logo img {
    display: none;
}

.header-meta.col-sm-3.col-xs-12.pull-right {
    width: 100%;
    padding: 0px;
}

.header-meta ul {
    display: none;
}

li.realtor_phone, li.realtor_mobile, li.realtor_email{
    display:none;
}

body {
    background: #fff;
    color: #161616;
    font-family: Gothic A1;
    font-size: 15px !important;
    letter-spacing: 1px;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Merriweather;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    letter-spacing: 2px;
}

a {
    color: #dfc488;
}

.top-navbar {
    padding-top: 29px;
    border-radius: 0;
    border: none;
    background: linear-gradient(180deg, #171717 89.7%, #ffffff 10%);
}

.top-navbar .nav-collapse {
    background-color: #fff;
}

section.custom-header {
    background: #161616;
}

#main_menu a {
    color: #707070;
    font-size: 13px;
    padding: 8px 12px 7px 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
}

#main_menu li.active>a, #main_menu li.sel>a, #main_menu li:hover>a {
    color: #161616;
    background: transparent;
    border-bottom: 5px solid #E0C489;
    font-weight: 700;
}
section.custom-header {
    background: #161616;
    text-align: center;
}

.tg-header ul {
    display: initial;
}

.tg-header li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 30px 30px 0;
}

.tg-header ul a {
    color: #fff;
    font-size: 16px;
}
.home .banner-static img {
    margin-top: 0;
}
.banner-static img {
    width: 100%;
    margin-top: -10%;
}

/* SEC 1 - SEARCH */
#home-widgets {
    padding-top: 30px;
    background: #fff;
    padding-bottom: 30px;
}
.sidebar-title {
    margin-top: 0;
    margin-bottom: 30px;
    background: #fff;
    color: #161616;
    padding: 5px 10px;
    line-height: 100%;
    font-size: 18px;
    text-transform: uppercase;
}

.search_board_listings {
    padding: 10px 10px 0;
    background: #fff;
    border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #707070;
    background-color: #fff;
    background-image: none;
    border: 1px solid #707070;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-default {
    color: #707070;
    font-size: 12px;
    padding: 10px 12px;
    text-shadow: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    filter: none;
    background-repeat: repeat-x;
    border-color: #707070;
    border-radius: 0;
    border: 1px solid #707070 !important;
}

.btn {
    display: inline-block;
    padding: 11px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0px;
}

.search_board_listings .submit-btn {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    padding: 14px !important;
    background: #dfc488;
    border-radius: 4px;
}

/* SEC 2 - ABOUT */

section.sec2 {
    margin-top: 300px;
}


section.sec2 .content {
    text-align: center;
    margin-top: -250px;
}
section.sec2 h2:after {
    content: ' ';
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 6px;
    background: #E0C489;
    margin-top: 20px;
    margin-bottom: 30px;
}
section.sec2 ul {
    list-style: none;
}

section.sec2 li {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
}

section.sec2 .fa {
    margin-right: 10px;
    color: #E0C489;
}

section.sec2 a {
    color: #161616;
    transition: 0.6s ease all;
}

section.sec2 a:hover {
    color: #dfc488;
}

/* SEC 3 - CTA */

section.sec3 {
    padding-bottom: 100px;
}

section.sec3 .content {
    color: #fff;
    text-align: center;
    padding: 80px;
    border-radius: 10px;
}
section.sec3 img {
    width: 70px;
    margin: 0 auto;
}

section.sec3 span {
    font-weight: 700;
}
section.sec3 h3 {
    text-transform: uppercase;
    font-weight: 100;
    padding: 10px;
}

section.sec3 .content.one {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl1605/content/image/83389.png) no-repeat center;
}

section.sec3 .content.two {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl1605/content/image/83390.png) no-repeat center;
}

section.sec3 a:hover h3 {
    text-decoration: none !important;
    color: #dfc488 !important;
}

/* FOOTER */
section.tg-footer {
    background: #2F2F2F;
    padding: 60px 0 0 0;
    color: #fff;
}

section.tg-footer h5 {
    color: #707070;
}

section.tg-footer .row.one .content {
    text-align: center;
}

section.tg-footer .row.one .col-md-4:nth-child(3) {
    text-align: right;
}

section.tg-footer .row.one img {
    display: inherit;
    width: 60px;
    padding: 0 10px;
}

section.tg-footer .row.two {
    padding: 30px 0;
}

section.tg-footer .row.two .col-md-3 p {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
}

section.tg-footer .row.two ul {
    list-style: none;
    padding: 0;
}
section.tg-footer .row.two li {
    line-height: 25px;
}
section.tg-footer .row.two .fa {
    color: #dfc487;
    margin-right: 10px;
}
section.tg-footer .row.two a {
    color: #fff;
}

footer {
    background: #232323;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}
footer p.disclaimer {
    display: none;
}


/* INNER PAGES */
.has_afc .pagination a, .properties.list .pagination a {
    display: inline-block;
    float: none;
    color: #dfc488;
}

.has_afc .listing-row h2 a, .listing-row h3.price, .properties.list .listing-row h2 a, body .property_detail h2, body .property_detail h3 {
    color: #dfc488;
    text-decoration: none;
    outline: 0;
    font-size: 24px;
    font-weight: 300;
}

.has_afc .listing-row a:hover, .properties.list .listing-row a:hover {
    color: #dfc488;
    text-decoration: none;
}

.cms_content p {
    color: #161616;
}

.post_heading a {
    text-decoration: none;
    color: #dfc488;
    font-weight: 300;
    font-size: 24px;
}

.about_us .container.main-content .row {
    padding: 30px 0;
}

.theresa-content img {
    margin: 0 auto;
    width: 32%;
}
.theresa-content {
    text-align: center;
    padding: 30px 0;
}

.property_detail .lead {
    font-size: 16px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.theresa-content img {
  height: initial !important;w
}

/*jx - top banner css*/
.custom-header .tg-header img{
  padding-top:29px;
margin: 0 auto;
}
@media (max-width:991px){
  .custom-header .tg-header img{
  padding-top:12px;
}
}
@media (max-width:768px){
  .custom-header .tg-header img{
  padding-top:0;
}
}
