/* =Ace Digital Theme Overrides
-------------------------------------------------------------- */

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 16px;
}

p {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 300;
}

:focus {
    outline-color: transparent !important;
    outline-style: none !important;
}

nav ul li a {
    color: #fff;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 14px;
}

nav ul li a:hover {
    color: #000;
}

nav {
    float: left;
    padding-left: 30px;
}

h2.chalmer-room-header.vertical-align {
    text-align: center;
    font-size: 35px;
    width: 90%;
    display: inline-block;
    padding-left: 110px;
    font-family: 'Lato';
    font-weight: 100;
    color: #fff;
}

.col-lg-12.p-0.logo-nav {
    display: none;
}

/* =Nav
-------------------------------------------------------------- */

.col-md-6.p-0.logo-nav {
    height: 100px;
    background-color: rgb(238, 59, 54);
}

.col-md-6.p-0.chalmer-room {
    background-color: #2E2D2D;
}

img.img-responsive.logo-header {
    margin-left: 40px;
}

header.header-1 {
    border: none;
}

#nav-icon3 span {
    background: #fff;
    height: 3px;
}

.wishlist-side {
    display: none;
}

.log-side {
    display: none;
}

/* =SVGs
-------------------------------------------------------------- */

header {
    display: block;
    height: 100px;
    width: 100%;
    background: #2d2d2d;
    overflow: hidden;
    background: #ee3b36;
    z-index: 998;
}

header .header-left {
    height: 100%;
}

header .header-right {
    height: 100px;
    position: relative;
    background: #212529;
}

header .header-right .header-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../svg/curve_2.svg);
    background-position: top left;
    background-repeat: no-repeat;
}

.page-template-homepage header .header-right .header-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../svg/curve.svg);
    background-position: top left;
    background-repeat: no-repeat;
}

content {
    display: block;
}

content .content {
    padding: 120px 120px 80px 120px;
}

content .content-left {}

content .content-right {
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

content .content-right .content-overlay {
    height: calc(100% + 100px);
    width: 100%;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: -1px;
    right: 0;
    background-image: url(../svg/cutout.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

content .content-right .content-overlay-circle {
    height: calc(100% + 100px);
    width: 100%;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../svg/circle.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* =Logged out styles
-------------------------------------------------------------- */

.agent-email-form {
    display: none;
}

.address-form {
    display: none;
}

.id-form {
    display: none;
}

.col-lg-3.col-md-6.col-sm-12.exc-column.exc-column-logged-out {
    padding-bottom: 50px;
}

.overlay-logged-out {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: transparent;
    border-radius: 50px;
    text-align: center;
    z-index: 997;
    left: 50%;
    bottom: 50%;
    margin: 0px 0px -15px -45px;
    transition: 0.2s;
}

.overlay-logged-out:hover:after {
    content: 'SIGN-IN TO VIEW';
    margin: 30px 0px 0px 0px;
    transition: 0.3s;
    max-width: 61px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    position: relative;
    transform: 0.3s;
    z-index: 999;
}

.overlay-logged-out:hover {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: rgba(238, 59, 51, 0.7);
    border-radius: 50px;
    text-align: center;
    z-index: 998;
    left: 50%;
    bottom: 50%;
    margin: 0px 0px -15px -45px;
}

.row.login-existing.login-logged-out {
    background-color: #ee3b36;
    margin: 10%;
    padding-bottom: 0px;
    padding-top: 53px;
}

/* =Top Bar
-------------------------------------------------------------- */

.row.header-bar {
    background-color: #F7F7F7;
    min-height: 40px;
}

p.top-bar-welcome.vertical-align {
    padding-left: 2%;
    font-size: 14px;
    font-weight: 300;
}

ul#menu-top-bar-menu {
    list-style-type: none;
    display: inline-flex;
    float: right;
}

ul#menu-top-bar-menu {
    padding: 0px;
    margin: 0px;
    margin-top: 8px;
    padding-right: 20px;
}

ul#menu-top-bar-menu a {
    font-size: 14px;
    padding-right: 10px;
    font-family: 'Helvetica Neue';
}

.wishlist-item a {
    font-weight: 700;
}

a.log-out {
    float: right;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    padding-right: 15px;
    font-family: 'Helvetica Neue';
    font-size: 14px;
}

/* =Homepage
-------------------------------------------------------------- */

h2.homepage-title {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 55px;
    color: #f2372d;
}

.homepage-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Helvetica Neue';
}

button.home-header-button {
    background-color: #f2372d;
    color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    border: 0px solid;
}

.col-md-12.exc-listing-section-home.mobile.p-0 {
    display: none;
}

.exc-listing-section-home.p-0 {
    min-height: 150px;
    background-color: #2e2d2d;
    color: #fff;
    border-radius: 0px 100px 100px 0px;
    margin-right: 120px;
}

.col-md-12.exc-listing-section-home.p-0 {
    margin-top: 150px;
}

.page-template-homepage .container-fluid.post-gen {
    padding-top: 115px;
}

.page-template-homepage h2.exclusive-listing-title {
    margin-left: 36%;
}

/* =Listing Page
-------------------------------------------------------------- */

.col-lg-6.listing-details {
    padding: 120px 120px 80px 120px;
}

h2.listing-address {
    font-family: 'Lato';
    font-size: 50px;
    font-weight: 100;
    color: #EE3B33;
}

h2.listing-town-state-pc {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: 100;
    color: #292929;
    padding-bottom: 50px;
}

h4.listing-id {
    font-size: 16px;
    font-weight: 600;
}

p.listing-desc {
    padding-top: 24px;
}

p.listing-bed {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    font-family: 'Lato';
    font-size: 30px;
    font-weight: 100;
    color: #292929;
}

p.listing-bath {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    font-family: 'Lato';
    font-size: 30px;
    font-weight: 100;
    color: #292929;
}

p.listing-park {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    font-family: 'Lato';
    font-size: 30px;
    font-weight: 100;
    color: #292929;
}

h2.listing-price {
    font-family: 'Lato';
    font-size: 40px;
    font-weight: 300;
    color: #292929;
    padding-top: 14px;
}

svg.svg-inline--fa.fa-bed.fa-w-20 {
    font-size: 20px;
}

svg.svg-inline--fa.fa-bath.fa-w-16 {
    font-size: 20px;
}

svg.svg-inline--fa.fa-car.fa-w-16 {
    font-size: 20px;
}

img.featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 656px;
    object-fit: cover;
}

map,
map-footer {
    display: block;
    width: 100%;
    height: 100%;
}

.buiness-desc {
    padding-top: 40px;
}

.center-area {
    margin-bottom: 100px;
}

.acf-map,
.acf-map-footer {
    width: 100%;
    height: 100%;
}

.listing-featured {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.listing-featured-main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;

}

.row.map-features {
    min-height: 500px;
}

.vertical-align li {
    font-weight: 100;
}

.row.map-features {
    height: 100%;
    background: linear-gradient(180deg, #ffffff 50%, #f2372d 50%);
}

.col-lg-3.offset-1.features.order-lg-1.order-md-12.offset-md-0 {
    padding-right: -0px;
}

.col-lg-8.map-section.order-lg-12.order-md-1 {
    padding-left: 0px;
}

.floating-box {
    height: 100%;
    background-color: #fff;
    border-radius: 0px 0px 0px 100px;
}

h2.feature-title {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    font-family: 'Lato';
}

.floating-box {
    padding-left: 100px;
    padding-right: 80px;
    margin-right: -30px;
}

.floating-box li {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 300;
    padding-bottom: 10px;
}

svg.svg-inline--fa.fa-home.fa-w-18 {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 35px;
}

h2.floorplan-h2 {
    display: inline-block;
    font-size: 20px;
}

button.soi-button {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    border: 2px solid;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fc2d0f;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.listing-desc {
    padding-top: 10px;
    padding-bottom: 40px;
}

.listing-featured.circle-1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
    max-height: 150px;
    border-radius: 100px;
    border: 5px solid #fff;
    margin-right: 45px;
    width: 150px;
    top: 50%;
    bottom: 50%;
    margin-top: -250px;
}

.listing-featured.circle-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
    max-height: 150px;
    border-radius: 100px;
    border: 5px solid #fff;
    margin-right: 45px;
    width: 150px;
    top: 50%;
    bottom: 50%;
    margin-top: -75px;
}

.listing-featured.circle-3 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
    max-height: 150px;
    border-radius: 100px;
    border: 5px solid #fff;
    margin-right: 45px;
    width: 150px;
    top: 50%;
    bottom: 50%;
    margin-top: 100px;
}

.listing-featured.circle-3:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(31, 31, 31, 0.8);
    border-radius: 100px;
}

.vertical-align.photo {
    text-align: center;
}

svg.svg-inline--fa.fa-camera.fa-w-16 {
    color: #fff;
    font-size: 32px;
}

.total-gallery {
    color: #fff;
    font-weight: 450;
    font-size: 20px;
}

.gallery-hidden {
    display: none;
}

.exc-listing-section.p-0 {
    min-height: 150px;
    background-color: #2e2d2d;
    color: #fff;
    border-radius: 100px 0px 0px 100px;
    margin-left: 120px;
}

h2.exclusive-listing-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 80px;
    font-size: 38px;
    font-family: 'Lato';
    font-weight: 100;
}

.fa-camera {
    color: #fff;
}

.single-listings i.fas.fa-bed {
    font-size: 22px;
}

.single-listings i.fas.fa-bath {
    font-size: 22px;
}

.single-listings i.fas.fa-car {
    font-size: 22px;
}

/* =Agent
-------------------------------------------------------------- */

.row.agent {
    min-height: 500px;
}

h2.enquire-h2 {
    font-family: 'lato';
    font-weight: 100;
    font-size: 32px;
}

h2.listing-address-agent {
    font-family: 'lato';
    font-weight: 100;
    font-size: 40px;
    color: #f73322;
    padding-bottom: 15px;
}

p.contact-agent {
    padding-bottom: 34px;
}

h4.listing-id {
    padding-bottom: 20px;
}

.col-md-6.agent-info-6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

img.agent-image {
    max-height: 300px;
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 200px;
}

.agent-name {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 14px;
}



/* =Agent Form
-------------------------------------------------------------- */

body .gform_wrapper ul li.gfield {
    margin-top: 10px;
    padding-top: 0;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
    display: none !important;
}

ul#input_1_5 {
    width: 50%;
    float: right;
    margin-top: -340px;
    margin-right: -80px;
}

li#field_1_1 {
    width: 60%;
}

li#field_1_2 {
    width: 60%;
}

li#field_1_3 {
    width: 60%;
}

form#gform_1 {
    padding-top: 100px;
    padding-left: 30px;
}

input#input_1_1 {
    font-size: inherit;
    font-family: inherit;
    padding: 8px 16px;
    letter-spacing: normal;
    margin-bottom: 20px;
    border: 2px solid;
    border-radius: 0px;
}

input#input_1_2 {
    font-size: inherit;
    font-family: inherit;
    padding: 8px 16px;
    letter-spacing: normal;
    margin-bottom: 20px;
    border: 2px solid;
    border-radius: 0px;
}


input#input_1_3 {
    font-size: inherit;
    font-family: inherit;
    padding: 8px 16px;
    letter-spacing: normal;
    margin-bottom: 20px;
    border: 2px solid;
    border-radius: 0px;
}


textarea#input_1_4 {
    font-size: inherit;
    font-family: inherit;
    padding: 8px 16px;
    letter-spacing: normal;
    margin-bottom: 20px;
    border: 2px solid;
    border-radius: 0px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: 100% !important;
    margin: 0 16px 0 0;
    background-color: #f73322;
    border-radius: 0px;
    border-color: transparent;
}

.col-md-6.register-right {
    padding-bottom: 100px;
}

.fav-button:after {
    content: 'Add to Favourites';
    padding-left: 5px;
    text-transform: uppercase;
}

.fav-button {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    border: 2px solid;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}

.fav-button.selected:after {
    content: 'Remove from Favourites';
}

.fav-button.selected {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    border: 2px solid;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fc2d0f;
    color: #fff;
    transition: all 0.3s ease-in-out;
}


/* =Listings (4)    
-------------------------------------------------------------- */

.exc-image {
    height: 220px;
    width: 220px;
    background-size: cover;
    border-radius: 150px;
    margin: auto;
    margin-bottom: 25px;
}

 @media all and (-ms-high-contrast:none) {

    .exc-image.exc-image-blur {
        background: url(https://images.pexels.com/photos/1575833/pexels-photo-1575833.jpeg?cs=srgb&dl=aircraft-airplane-boat-1575833.jpg&fm=jpg);
        background-position: left center;
    }

}

.overlay-exc:hover:after {
    content: 'VIEW';
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.overlay-exc {
    background: transparent;
    height: 220px;
    width: 220px;
    background-size: cover;
    border-radius: 150px;
    margin: auto;
    margin-bottom: 25px;
    position: absolute;
    transition: 0.3s;
}

.overlay-exc:hover {
    background: rgba(244, 0, 0, 0.5);
    height: 220px;
    width: 220px;
    background-size: cover;
    border-radius: 150px;
    margin: auto;
    margin-bottom: 25px;
    position: absolute;
}

.container-fluid.post-gen {
    padding-right: 200px;
    padding-left: 200px;
    padding-bottom: 150px;
}

.col-lg-3.col-md-6.col-sm-12.exc-column {
    text-align: center;
}

h2.exc-address {
    margin-top: 100px;
    font-size: 30px;
    font-family: 'Lato';
    font-weight: 100;
}

h2.exc-town-state-pc {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 100;
    padding-bottom: 25px;
}

h2.listing-price.exc {
    padding-top: 0px;
    font-size: 30px;
    font-weight: 400;
}

.col-md-3.exc-column svg.svg-inline--fa.fa-bed.fa-w-20 {
    font-size: 20px;
}

.col-md-3.exc-column svg.svg-inline--fa.fa-bath.fa-w-16 {
    font-size: 20px;
}

.col-md-3.exc-column svg.svg-inline--fa.fa-car.fa-w-16 {
    font-size: 20px;
}

p.listing-bed.exc {
    font-size: 20px;
}

p.listing-bath.exc {
    font-size: 20px;
}

p.listing-park.exc {
    font-size: 20px;
}

/* =Pre-Footer
-------------------------------------------------------------- */

.row.pre-footer {
    min-height: 800px;
    background-color: #E8E7E7;
}

.buiness-desc {
    font-size: 26px;
    line-height: 33px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: 300;
}

.center-area {
    background-color: #EE3B33;
    color: #fff;
    padding: 90px;
    margin-left: 100px;
    margin-right: 100px;
}

h2.contact-title {
    font-size: 20px;
    padding-bottom: 20px;
}

.phone-desc {
    font-weight: 600;
}

.fax-desc {
    font-weight: 300;
    padding-bottom: 20px;
}

.address-desc {
    font-weight: 600;
    padding-bottom: 20px;
}

.email-desc {
    padding-bottom: 20px;
}

/* =Page Specific Overlay (For curve in header1.php)
-------------------------------------------------------------- */

.page-template-user-profile .header-overlay,
.page-template-login .header-overlay {
    background-size: 100% 1000px !important;
}

/* =Profile Page
-------------------------------------------------------------- */

h2.profile-welcome {
    width: 80% !important;
    margin: auto;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 40px;
    color: #f44133;
    font-weight: 600;
}

input#input_3_5_3,
input#input_3_5_6,
input#input_3_8,
input#input_3_10 {
    border: 3px solid #000;
    border-radius: 0px;
}

li#field_3_10 {
    padding-top: 10px;
}

input#input_3_10 {
    margin-bottom: 30px;
}



/* =Login Page
-------------------------------------------------------------- */

.row.login-existing {
    background-color: #f7f7f7;
    margin: 10% 10% 0% 10%;
    padding-top: 120px;
    padding-bottom: 120px;
}

h2.heading-login-title {
    font-size: 30px;
    padding-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
}

p.login-username {
    width: 30%;
    padding-right: 40px;
    display: inline-block;
}

p.login-password {
    width: 30%;
    padding-right: 40px;
    display: inline-block;
}

p.login-submit {
    margin-top: 30px;
    display: inline-block;
}

input#user_login {
    border-radius: 0px;
    border: 2px solid;
}

input#user_pass {
    border-radius: 0px;
    border: 2px solid;
}

.btn-primary {
    border-radius: 0px;
    padding: 10px 50px 10px 50px;
    text-transform: uppercase;
    background: #f2372d;
    border: 0px;
}

.btn-primary:hover {
    background: #af2720;
}

label {
    float: left;
}

form#loginform {
    text-align: center;
}

.col-md-6.register-left {
    padding-bottom: 100px;
}

.row.register-content {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 150px;
}

img.register-image {
    max-width: 700px;
    width: 100%;
}

h2.register-page-title {
    font-size: 40px;
    font-weight: 600;
    color: #f73322;
    padding-bottom: 30px;
}

.register-page-text {
    padding-bottom: 50px;
}



/* == Form == */

.gform_body input {
    float: left;
    margin-right: 10px;
}


ul#input_2_26 {
    padding-bottom: 20px;
}

.ginput_container.ginput_container_checkbox {
    margin-top: 0px !important;
}

.gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Lato';
    font-size: 16px !important;
}

.gform_wrapper *,
.gform_wrapper :after,
.gform_wrapper :before {
    box-sizing: border-box !important;
    font-size: 14px !important;
}

.gform_footer.top_label {
    width: 80% !important;
    margin: auto !important;
    padding-top: 40px !important;
}

p.intersted-form {
    font-weight: 900;
    display: inline-block;
    padding-top: 20px;
}

.gform_body {
    width: 80% !important;
    margin: auto;
}

img.register-image {
    max-width: 700px;
    width: 100%;
    min-height: 800px;
    object-fit: cover;
}

input#input_2_5_3,
input#input_2_5_6,
input#input_2_8,
input#input_2_10,
input#input_2_11,
input#input_2_7,
input#input_2_7_2,
input#input_2_17_1,
input#input_2_17_2,
    {
    border-radius: 0px;
    border: 2px solid;
    margin-bottom: 15px;
    padding-left: 1px;
}

input#input_2_5_3 {
    border: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 10px;
}

input#input_2_5_6 {
    border: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 10px;
}

input#input_2_8 {
    border: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 10px;
}

input#input_2_10 {
    border: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 10px;
}

input#input_2_11 {
    border: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 10px;
}

input#input_2_7 {
    border: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 10px;
}

input#input_2_7_2 {
    border: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 10px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
input[type=checkbox],
input[type=radio] {
    border: 2px solid #212529;
    height: 20px;
    width: 20px !important;
    border-radius: 0px;
    background: transparent;
    -webkit-appearance: none;
    margin-top: 0px !important;
    display: inline-block;
    vertical-align: middle;
}



.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]:checked:before,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked:before,
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

.gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
    text-transform: uppercase;
}

.gform_wrapper a {
    color: #f73322;
}

/* =Footer
-------------------------------------------------------------- */

.row.footer-row.p-0 {
    background: #292929;
    color: #EAEAEA;
    min-height: 200px;
}

.row.footer-row.p-0 p {
    font-size: 14px;
}

img.img-responsive.logo-footer {
    max-width: 230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 50px;
}

p.copyright-text {
    text-align: center;
}

.address-desc-footer {
    max-width: 245px;
    padding-bottom: 10px;
    padding-top: 50px;
    font-size: 14px;
}

.menu-footer-menu-container a {
    color: #EAEAEA;
}

.phone-desc-footer {
    font-size: 14px;
}

ul#menu-footer-menu {
    list-style: none;
    padding-top: 50px;
    font-size: 14px;
}

img.img-responsive.ca-logo-footer {
    padding-top: 50px;
    max-width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

social {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 50px;
}

social-link {
    color: #fff;
    padding: 4px;
    font-size: 25px;
}

social-header {
    float: right;
    padding-right: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

social-header .fab.fa-facebook-f {
    font-size: 16px;
}

social-header .fab.fa-instagram {
    font-size: 16px;
}

footer-copyright {
    padding: 30px 100px;
    background: #EE3B33;
    display: block;
    overflow: hidden;
    color: #fff;
}

footer-copyright p {
    font-size: 13px;
    margin-bottom: 0px;
}

footer-copyright a {
    color: #fff;
}

footer-copyright .footer-copyright {
    width: 20%;
    float: left;
}

footer-copyright .footer-copyright p {

}

footer-copyright .footer-cash {
    width: 60%;
    float: left;
}

footer-copyright .footer-cash p {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

footer-copyright .footer-ace {
    width: 20%;
    float: right;
}

footer-copyright .footer-ace a {
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}

footer-copyright .footer-ace p {
    display: inline-block;
    vertical-align: middle;
}

footer-copyright .footer-ace img {
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
}

/* =Responsive Breakpoints
-------------------------------------------------------------- */

@media (max-width: 1299px) {


    .container-fluid.post-gen {
        padding-right: 100px;
        padding-left: 100px;
    }

    h2.chalmer-room-header.vertical-align {
        width: 80%;
    }

    .primary-menu a {
        font-size: 12px;
    }

}

@media (min-width: 1200px) {}

@media (max-width: 1199px) {
    
    .col-xl-6.map-section.p-0 {
    height: 500px;
}

    .wishlist-side {
        display: block;
    }

    .log-side {
        display: block;
    }

    .ace-spmenu-header {
        border: 0px;
    }

    .ace-spmenu-vertical a {
        border: 0px;
        text-align: center;
        font-family: 'Helvetica Neue';
        font-weight: 400;
        font-size: 16px;
    }

    .ace-spmenu-vertical a:hover {
        background-color: rgb(238, 59, 54);
        color: #fff;
        transition: 0.3s all;
    }

    .col-md-12.exc-listing-section-home.mobile.p-0 {
        display: block;
        min-height: 150px;
        background-color: #2e2d2d;
        color: #fff;
        border-radius: 0px;
        margin-right: 120px;
        margin: 0px;
    }

    .col-md-12.exc-listing-section-home.p-0 {
        display: none;
    }

    .homepage-header-background.content-right {
        background-size: cover;
        background-position: center center;
    }

    .content-overlay-circle {
        display: none !important;
    }

    ul#input_1_5 {
        width: 100%;
        float: none;
        margin-top: 0px;
        margin-right: 0px;
    }

    .floating-box {
        padding-left: 50px;
        padding-right: 40px;
        margin-right: -30px;
        border-radius: 0px 0px 0px 0px;
        background-color: #f7f7f7;
        padding: 120px;
    }

    .floating-box ul {
        padding-bottom: 20px;
    }

    .content-overlay {
        display: none;
    }

    .col-xl-8.col-lg-6.map-section.order-lg-12.order-md-1 {
        padding: 0;
    }

    .container-fluid.post-gen {
        padding-right: 50px;
        padding-left: 50px;
    }

    nav {
        display: none;
    }

    social-header {
        display: none;
    }

    trigger.menu-bttn {
        display: block;
    }

    div#nav-icon3 {
        margin-right: 25px;
    }

    .col-lg-12.p-0.logo-nav {
        display: block;
    }

    .col-md-6.p-0.chalmer-room.header-right {
        display: none;
    }

    .col-md-6.p-0.logo-nav {
        display: none;
    }

    .col-lg-12.p-0.logo-nav {
        height: 100px;
        background-color: rgb(238, 59, 54);
    }



}

@media (min-width: 992px) {}

@media (max-width: 991px) {
    
    footer-copyright p {
        float: none;
        text-align: center;
    }
    
    footer-copyright .footer-copyright {
        width: 100%;
    }
    
    footer-copyright .footer-cash {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
    
    footer-copyright .footer-ace {
        text-align: center;
        float: none;
        width: 100%;
    }
    
    footer-copyright .footer-ace a {
        text-align: center;
    }

    .gform_wrapper .gform_body {
        width: 100% !important;
    }

    .col-lg-6.col-md-12.order-lg-12.order-1.p-0 {
        min-height: 502px;
        background-position: center center;
    }

    .page-template-homepage h2.exclusive-listing-title {
        position: relative;
        margin-left: 0px;
        text-align: center;
        display: block;
    }

    li#field_1_1 {
        width: 100%;
    }

    li#field_1_2 {
        width: 100%;
    }

    li#field_1_3 {
        width: 100%;
    }

    .col-xl-8.col-lg-6.map-section.order-lg-12.order-1 {
        min-height: 400px;
    }

    .col-lg-8.map-section {
        min-height: 450px;
    }

    .content-overlay {
        display: none;
    }

    .col-lg-6.p-0.listing-gallery.order-1.order-lg-12 {
        min-height: 600px;
    }

}

@media (min-width: 768px) {

    li#field_2_27 {
        display: inline-block;
        vertical-align: middle;
    }

    li#field_2_28 {
        display: inline-block;
        vertical-align: middle;
    }

    li#field_2_22 {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px !important;
        padding-bottom: 20px;
    }

    li#field_2_23 {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px !important;
        padding-bottom: 20px;
    }


}

@media (max-width: 767px) {

    .overlay-logged-out {
        width: 100px;
        height: 100px;
        position: absolute;
        background-color: transparent;
        border-radius: 50px;
        text-align: center;
        z-index: 997;
        left: 50%;
        top: 40%;
        right: 40%;
        bottom: 50%;
        margin: 0px 0px -15px -45px;
        transition: 0.2s;
    }

    a.log-out {
        display: none;
    }

    .col-lg-3.col-md-6.col-sm-12.exc-column.exc-column-logged-out {
        padding-top: 80px;
    }

    li#field_2_27 {
        padding-top: 16px;
    }

    .col-md-6.register-left {
        padding-top: 90px;
    }

    img.register-image {
        min-height: 600px;
    }

    .row.register-content {
        padding-top: 0px;
    }

    p.login-username {
        width: 100%;
        padding-right: 40px;
        display: inline-block;
        margin: auto;
        padding-left: 40px;
        padding-bottom: 20px;
    }

    p.login-password {
        width: 100%;
        padding-right: 40px;
        display: inline-block;
        margin: auto;
        padding-left: 40px;
        padding-bottom: 20px;
    }

    h2.heading-login-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    h2.exclusive-listing-title {
        font-size: 28px;
    }

    .floating-box {
        padding: 80px;
    }

    .col-lg-6.listing-details {
        padding: 80px;
    }

    p.top-bar-welcome.vertical-align {
        padding-left: 0px;
        text-align: center;
    }

    ul#menu-top-bar-menu {
        display: none;
    }

    h2.homepage-title {
        font-size: 45px;
    }

    content .content {
        padding: 80px 40px 80px 40px;
    }

    .buiness-desc {
        padding-left: 20px;
        padding-right: 20px;
    }

    .center-area {
        margin-left: 20px;
        margin-right: 20px;
    }

    .page-template-homepage .container-fluid.post-gen {
        padding-top: 0px;
    }

    social {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        padding-top: 50px;
        text-align: center;
        padding-bottom: 60px;
    }

    ul#menu-footer-menu {
        list-style: none;
        padding-top: 50px;
        font-size: 14px;
        text-align: center;
        padding-left: 0px;
    }

    .address-desc-footer {
        max-width: 100%;
    }

    .col-md-2.address {
        text-align: center;
    }

    h2.exclusive-listing-title {
        position: relative;
        margin-left: 0px;
        text-align: center;
        display: block;
    }

    .exc-listing-section.p-0 {
        border-radius: 0px 0px 0px 0px;
        margin-left: 0px;
    }

    .col-md-6.contact-form-agent {
        padding-bottom: 100px;
    }

    .col-md-6.agent-info-6 {
        text-align: center;
    }

    .row.agent-info {
        text-align: center;
        padding-top: 30px;
    }

    form#gform_1 {
        padding-top: 0px;
        padding-left: 0px;
    }

    .col-md-6.agent-info-6 {
        padding-bottom: 50px;
    }

    .row.agent-info ul {
        padding: 0px;
    }


    .listing-featured.circle-1 {
        max-width: 100px;
        max-height: 100px;
        margin-top: -200px;
    }

    .listing-featured.circle-2 {
        max-width: 100px;
        max-height: 100px;
        margin-top: -75px;
    }

    .listing-featured.circle-3 {
        max-width: 100px;
        max-height: 100px;
        margin-top: 50px;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }


    overview .overview {
        margin-bottom: 80px;
    }

    overview .overview:last-of-type {
        margin-bottom: 0px;
    }

    posts-preview .posts-preview {
        margin-bottom: 80px;
    }

    posts-preview .posts-preview:last-of-type {
        margin-bottom: 0px;
    }

    right-content img,
    left-content img {
        margin-bottom: 45px;
        top: auto;
        transform: none;
    }

    left-content.left-content-4 .left-content-background {
        height: 300px;
    }

    right-content.right-content-4 .right-content-background {
        height: 300px;
    }

    repeat-left .repeat-left-background {
        height: 300px;
    }

    repeat-right .repeat-right-background {
        height: 300px
    }

    repeat-alternate .repeat-alternate-background {
        height: 300px
    }

}

@media (max-width: 599px) {

    .listing-featured.circle-2 {
        position: absolute;
        bottom: 0;
        border-radius: 100px;
        border: 5px solid #fff;
        margin-left: 17%;
        width: 150px;
    }
}

@media screen and (max-width: 400px) {}
