/*
    Theme Name: Apartment WP
    Theme URI: http://themeforest.net/user/johnnychaos/portfolio
    Description: Premium WordPress theme for Real Estate Websites.
    Author: Jan Skwara
    Author URI: http://themeforest.net/user/johnnychaos
    Version: 2.6
    Text Domain: apartment-wp
    Domain Path: /languages
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags: custom-background, translation-ready, one-column, two-columns, three-columns, four-columns, custom-menu, theme-options, left-sidebar, right-sidebar, featured-images, full-width-template, threaded-comments, post-formats, custom-colors
*/

.download-all-wrapper a:hover {
    left: 0px !important;
}

.download-all-wrapper a:hover,
.download-all-wrapper a:hover i {

    text-decoration: none;
    color: #004b8d !important;
}

.download-all-wrapper a:hover,
.download-all-wrapper a i {

    position: relative;
    left: -6px;
    font-size: 15px;
}

.download-all-wrapper+.title-separator-primary:after {
    background: transparent;
}

/* 2021 Changes */
#tpbr_box a {
    text-decoration: underline;
        font-family: 'tondo';
}

#menu-item-396 span {
    padding: 12px;
    background-color: #bc051c;
    color: #fff;
    border: 1px solid #fff;
}

#menu-item-396 span:hover {
    background-color: #347BBA;
}
.details-title h3 {
    color:  #042447;
}
#navbar,
.navbar {
    background-color: #004a8f !important;
}

header {
    border-bottom: 1px solid #fff;
    box-shadow: none;
}

header #menu-menu-1 a {
    color: #fff;
    font-weight: 600;
}

.footer-title-separator::after {
    background: #b80621 !important;
}

#features1 {
    border-top: 1px solid #fff;
}

#features1 .feature {
    border: 1px solid #fff;
}

#features1 h3 {
    color: #fff;
}

#features1 .title-separator {
    background-color: #fff;
}

.wdl-property-link {
    display: block;
    padding: 8px 7px;
    border: 1px solid #fff;
    background-color: #bc051c;
    color: #fff;
    font-weight: 600;
    transition: 1s ease all;
}

.wdl-property-link:hover {
    text-decoration: none;
    color: #fff;
    transform: scale(1.05);
}

.home .feature-icon {
    background: none !important;
}

#features1 img {
    width: auto !important;
    margin-top: -42px !important;
}

.home .navigation-box {
    display: none;
}

#agents .navigation-box {
    display: block;
}

ul.dropdown-menu {
    background-color: #004a8f;
}

.feature:hover .feature-icon {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

.feature p {
    color: #fff;
}

.feature-text {
    margin-top: -75px !important;
}

#featured .owl-wrapper {
    width: 100% !important;
    display: flex !important;
    justify-content: space-around;
}

#featured .owl-wrapper .featured-offer-front {
    width: 500px !important;
    margin: 0 20px !important;
}

#wdl-homepage-properties {
    background-image: url("https://landbridge.co.uk/wp-content/themes/apartment-wp/images/homepage-background.jpg");
}

#wdl-homepage-properties .wdl-property-link {
    margin: auto !important;
    width: 220px;
}

#wdl-homepage-casestudies {
    background: linear-gradient(180deg, #004a8f 50%, #FFF 50%);
    padding-bottom: 40px !important;
}

#wdl-homepage-properties,
#wdl-homepage-casestudies {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

#wdl-homepage-properties h3 {
    color: #fff;
}

#wdl-homepage-properties p {
    color: #f2f3f4;
}

#wdl-homepage-casestudies h1,
h5.subtitle-margin {
    color: #fff;
}

#wdl-homepage-casestudies h5 {
    font-weight: 100;
}
#wdl-homepage-properties h1 {
    color:  #042447;
}

#wdl-homepage-properties h5 {
    color: #5d5d5d;
    font-weight: 100;
}

.view-our-services-wrapper {
    text-align: center;
}

.view-our-services,
.view-all-case-studies {
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 16px;
    transition: 1s ease all;
    width: 190px;
    margin: auto;
    display: block;
    font-weight: 600;
}

.view-all-case-studies {
    color: #347BBA;
    border: 1.5px solid #347BBA;
    width: 220px;
    font-weight: 600;
}

.view-our-services:hover {
    text-decoration: none;
    color: #fff;
    transform: scale(1.05);
}

.wdl-property-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.wdl-property-image-commercial {
    background-image: url("https://landbridge.co.uk/wp-content/themes/apartment-wp/images/commercial-properties.jpg");
}

.wdl-property-image-residential {
    background-image: url("https://landbridge.co.uk/wp-content/themes/apartment-wp/images/residential-properties.jpg");
}

.wdl-case-study-1 {
    background-image: url("https://landbridge.co.uk/wp-content/themes/apartment-wp/images/case-study-1.jpg");
}

.wdl-case-study-2 {
    background-image: url("https://landbridge.co.uk/wp-content/themes/apartment-wp/images/case-study-2.jpg");
}

.wdl-property-inner {
    width: 80%;
    margin: -100px auto 0 auto;
    background-color: #004a8f;
    padding: 24px;
    text-align: center;
}

.case-study {
    background-color: #fff;
    text-align: left;
    box-shadow: 0 0px 20px rgb(0 0 0 / 6%), 0 0px 20px rgb(0 0 0 / 6%);
    width: 85%;
}
.case-study p {
  color:#898989;
}

.case-study * {
    text-transform: none;
}

.case-study h3 {
    color:  #042447;
}

.case-study .wdl-property-link {
    width: 114px;
    padding: 4px 12px;
}

.case-study .title-separator-primary {
    margin-left: -24px;
}

.wdl-property-inner *:not(img) {
    margin: 12px 0;
}

.wdl-property-inner img {
    margin: auto;
    margin-bottom: 12px;
}

.wdl-property-seperator {
    width: 20%;
    height: 2px;
    border: 1.5px solid #fff;
    background-color: #fff;
    margin: auto !important;
}

#agents {
    padding-bottom: 0;
    margin-bottom: -45px;
}

.slide-buttons {
    opacity: 1 !important;
    position: absolute !important;
    top: 96% !important;
}

#gform_fields_1 * {
    border: none !important;
}

#gform_fields_2 * {
    border: none !important;
}

#gform_fields_1 input,
textarea {
    width: 100% !important;
    border: none !important;
    padding: 12px;
}

#gform_fields_2 input,
textarea {
    width: 100% !important;
    border: none !important;
    padding: 12px;
}

#gform_widget-2 {
    background-color: #095aa1;
    padding: 20px;
}

#gform_widget-2 .gform_title {
    color: #fff;
}

#gform_submit_button_1,
#gform_submit_button_2 {
    display: block;
    border: 1px solid #fff;
    background-color: #bc051c;
    color: #fff;
    font-weight: 600;
    transition: 1s ease all;
    width: 100%;
}

.wdl-mobile-enquire {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #004b8d;
    z-index: 999;
}

.wdl-mobile-enquire .wdl-property-link {
    width: 80%;
    text-align: center;
    margin: 20px auto;
    padding: 18px !important;
}
.icon-bar1, .icon-bar2, .icon-bar3 {
    background:  #bc051c !important;
}
.sidebar {
    border: none !important;
}

.wdl-sidebar {
    border-left: 1px solid #ebebeb;
    padding: 0 0 0 30px !important;
}

.property-contact-form {
    display: flex;
    flex-direction: row;
    background-color: #004a8f;
}

.pcf-left {
    width: 30%;
    padding: 20px;
}

.pcf-left h5 {
    color: #fff;
}

.pcf-right {
    width: 100%;
    padding: 20px;
}

.pcf-right .title-separator-primary {
    display: none;
}

.available-from-button {
    padding: 12px;
    background-color: #095aa1;
    color: #fff;
    border-radius: 4px;
    transition: 1s ease all;
    display:  inline-block;
}

.available-from-button:hover {
    color: #fff;
}

.location-circle {
    margin-right: 6px;
    font-size: 18px;
    color: #095aa1;
}

.wdl-sidebar #gform_submit_button_1 {
    width: 95%;
}

#gform_submit_button_2 {
    width: 200px;
}

blockquote {
    border: none !important;
}

blockquote p:before {
    background-color: #095aa1;
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 16px;
    margin-top: 14px;
}

body.page blockquote p:before {
    width: 10px;
}

blockquote p {
    padding: 0;
    margin-left: 20px;
    color: #095aa1;
    font-size: 20px;
}

body.page .subtitle-margin {
    font-weight: 100;
}

section.short-image {
    height: 300px !important;
    display: flex;
    align-items: center;
}

.end-of-page-services {
    width: 100%;
    height: 590px;
    background-size: cover;
    background-image: url("https://landbridge.co.uk/wp-content/themes/apartment-wp/images/homepage-background.jpg");
    background-position: bottom;
    display: flex;
    align-items: center;
}

.view-our-services-block {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    background-color: #095aa1;
    padding: 30px;
}

.view-our-services-block h1 {
    color: #fff;
}
.view-our-services-block p {
    color: #fff;
}


.vosb-left {
    margin-right: 62px;
}

.gc-seperator::after {
    margin: auto !important;
}

.footer-socials {
    margin-top: -30px;
    display: flex;
    flex-direction: row;
}

.footer-socials * {
    margin: 0 4px;
}

.team-container {
    height: 550px;
}

.team-photo {
    height: 300px !important;
}

.team-members h5 {
    color: #000;
}
.team-members h1 {
    color:  #042447;
}
.instagram {
    margin-left:  -10px;
}
.mobile-dl-fix {
    display: none;
}
section[data-id="ba0461e"] .elementor-container {
    box-shadow: 0 0px 20px rgb(0 0 0 / 6%), 0 0px 20px rgb(0 0 0 / 6%);

}
section[data-id="71ec996"] .elementor-container {
    box-shadow: 0 0px 20px rgb(0 0 0 / 6%), 0 0px 20px rgb(0 0 0 / 6%);

}
section[data-id="71ec996"] {
    background-image: url("http://landbridge.co.uk/wp-content/uploads/2021/06/homepage-background.jpg");
    background-repeat:  no-repeat;
    background-size:  cover;
    background-position:  bottom;
}
.gc-button {
    width:  35%;
}
.team-desc-line span:nth-child(2) {
    font-size:  12px;
}
.gform_confirmation_wrapper  h2 {
    color: #fff;
}
.gform_confirmation_wrapper {
    color: #fff;
}
nav .active a {
    background-color:  #004b8d !important;
}
.gc-mobile-quote {
    display:  none;
}
.expand-toggle {
    padding:  16px 100px;
    border:  1.5px solid #004b8d;
    margin:  24px 0;
    display:  block;
    width:  fit-content;
    color: #004b8d;
    text-transform: uppercase;
    cursor:  pointer;
    font-weight:  600;
}
.expand-wrapper {
    max-height: 350px;
    overflow: hidden;
    transition: all 0.3s;
}
.expand-wrapper.open {
    max-height: 10000px;
}
@media only screen and (min-width:75em) { 
    nav .container {
        width: 1290px;
    }
}
.feature {
    transition:  1s ease all;
}
.feature:hover {
    transform:  scale(1.05);
}
@media only screen and (max-width:48em) {
    .view-our-services-wrapper {
        margin-top:  -30px;
    }
    .wdl-property-inner { 
        margin: -150px auto 40px auto;
    }

    #wdl-homepage-casestudies {
        background: linear-gradient(180deg, #004a8f 25%, #FFF 25%);
        padding-bottom: 0 !important;
    }

    .wdl-mobile-enquire {
        display: block;
    }

    .wdl-sidebar {
        display: none;
    }

    .property-contact-form {
        flex-direction: column;
        align-items: center;
    }

    .pcf-left {
        width: 100%;
    }
    .case-study h3 {
      text-align:  center;
      font-size:  24px;
    }
    .dropdown-menu li a {
      background-color:  #00437e !important;
    }
    #menu-item-396 span {
    background-color:  #004b8d;
    color: #fff;
    border: none;
    padding:  0;
    }
    #agents .navigation-box {
      margin-top:  20px;
    }
    .single-apartment_property footer.small-cont {
        margin-bottom: 101px;
    }
    
    .view-our-services-block {
        flex-direction:  column;
    }
    .vosb-right {
        margin-top:  45px;
    }
    .footer-socials {
        margin-top:  0;
    }
    .slide-buttons {
        display:  none;
    }
    .footer-acreds {
        margin:  45px 0;
    }
    .footer-copyrights {
        text-align: center !important;
        line-height:  40px !important;
    }
    .mobile-dl-fix {
        display:  block;
    }
    .gc-button {
        width:  100%;
    }
    .mobile-image-makelarge {
        height:  500px;
    }
    section[data-id="71ec996"] {
        background-image:  none;
    }
    #slide-1-layer-9 {
        font-size:  16px !important;
        font-family: 'Open Sans' !important;
        font-weight:  400 !important;
        width:  210px !important;
        min-width:  210px !important;
    }
    #rev_slider_1_1_forcefullwidth {
        height:  300px !important;
    }
    #swiper-gallery {
        height:  350px !important;
    }
    #wdl-homepage-casestudies .wdl-property-inner {
        margin-top:  -70px;
    }
    #wdl-homepage-casestudies .wdl-property-image {
        height:  230px;
    }
    .view-our-services-wrapper {
        margin-top:  0px;
    }
    .gc-mobile-quote {
        display:  block;
    }
    .gc-desktop-quote {
        display:  none;
    }
}
.team-intro-content {
    margin-top:  36px !important;
}
.estate-type {
    display: none;
}
#cn-accept-cookie {
    background-color: #004b8d;
}
#cn-refuse-cookie {
    background-color: #004b8d;
}
figure.post_thumbnail_figure {
    display:  none;
}
#tpbr_box {
    display:  none;
}
body.home #tpbr_box {
    display:  block;
}
body.home footer a {
    font-size: 14px;
}
body.home .footer-copyrights {
    font-size: 14px;
}