﻿/* 08/01/2018 - Michaels Property Consultants */
/* Author: billy.brown@paramet.co.uk */

/*@font-face {
    font-family: Harmonia;
    src: url('../fonts/HarmoniaSansProCyr-Regular.otf');
    src: url('../fonts/HarmoniaSansProCyr-Regular.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: Harmonia;
    src: url('../fonts/HarmoniaSansProCyr-Bold.otf');
    src: url('../fonts/HarmoniaSansProCyr-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
}

@font-face {
    font-family: Harmonia;
    src: url('../fonts/HarmoniaSansProCyr-Light.otf');
    src: url('../fonts/HarmoniaSansProCyr-Light.eot?#iefix') format('embedded-opentype');
    font-weight: lighter;
}*/

body * {
    font-family: 'Quicksand', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
}

@media (min-width:1140px) {
    #site-wrapper {
        max-width: 1140px;
        margin: auto;
    }

    #main {
        width: 100%;
        margin-top: 1em;
    }

    nav.nav {
        margin: auto;
    }
}

#site-wrapper, #footer {
    background-color: rgba(0, 0, 0, 0.6);
}

body {
    background-image: url('../images/bg_main.jpg');
    background-size: cover;
    background-attachment: fixed;
}

body {
    background-image: url('../images/bg_main.jpg');
    background-size: cover;
    background-attachment: fixed;
}

ul.nav.navbar-nav {
    margin: auto;
    float: none;
    display: table;
}

nav.navbar {
    background-color: rgb(191,215,48);
    border-radius: 0px;
    min-height: 0;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar-brand, .navbar-nav > li > a {
    color: #000;
}

.lr-no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#quick-search label {
    color: white;
}

button.btn.dropdown-toggle {
    border-radius: 0px;
    background-color: white;
    background-image: none;
    width: 100%;
}

div.bootstrap-select {
    width: 100% !important;
}

input.form-control {
    border-radius: 0px;
}

#footer {
    margin-top: 1em;
    padding-bottom: 8rem;
    border-top: 3px solid #bfd730;
    max-width: 1140px;
    margin: auto;
}

p {
    color: #fff !important;
}

h4 {
    color: #bfd730 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 7px;
    color: #fff !important;
}

button.dropdown-toggle .bs-caret {
    padding: 8px;
    padding-left: 16px;
    padding-right: 6px;
    background-color: #bfd730;
}

#quick-search label {
    font-weight: lighter;
}

#header-locations {
    color: #fff;
    list-style: none;
    padding: 0;
    text-align: center;
    display: table;
    margin: auto;
}

    #header-locations li {
        padding-left: 1em;
        /*text-indent: -.7em;*/
        padding-right: 1em;
        float: left;
    }

        #header-locations li::before {
            content: "• ";
            color: #bfd730;
            font-size: 2em;
            position: relative;
            top: 4px;
            line-height: 1px;
        }

.contact-detail-container p {
    margin: 0;
    font-size: 12px !important;
}

    .contact-detail-container p a {
        color: #fff;
        font-size: 12px !important;
    }


.contact-detail-container {
    margin-top: 1em;
}

#contact-details h3 {
    font-size: 22px !important;
    color: #fff;
    margin-top: 1em;
    margin-bottom: 0em;
}

.feature-property-container a {
    display: inline-block;
    padding: 0em;
}

    .feature-property-container a div.row {
        padding: 0.5em;
    }

.feature-property-container.prestige-property a {
    background-color: rgba(0, 0, 0, 0.6);
}

#main {
    margin-bottom: 1em;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    background-color: #bfd730 !important;
    color: #fff;
    background-image: none;
    border: none;
}

    .btn-primary:hover {
        background-color: #8ea022 !important;
    }

.footer-links a {
    display: block;
    color: #fff;
}

.slicknav_menu {
    background-color: #bfd730 !important;
}

.slicknav_nav a:hover {
    background: #fff !important;
    color: #bfd730 !important;
}

.slicknav_btn {
    background-color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #bfd730;
}


@media (max-width:768px) {
    #header-wrapper, #footer {
        text-align: center;
    }

    div.logo img {
        margin: auto;
    }
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

ul.nav li.dropdown ul.dropdown-menu {
    min-width: 0 !important;
    background-color: #bfd730;
    color: #000;
    text-align: center;
    border-radius: 0px !important;
}

    ul.nav li.dropdown ul.dropdown-menu li a {
        padding-left: 23px;
        padding-right: 23px;
    }

/*.back .front {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1em;
}*/
.card-face {
    overflow: hidden;
    /*min-height: 300px;*/
    position: absolute;
    /*width: 33.33333333%;*/
    /*display: inline-block;*/
    background-color: rgba(0, 0, 0, 0.0);
    padding: 0.5em;
    height: 264px;
}

.card-flip {
    width: 100%;
    height: 264px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.0) !important;
    /*background-color:#333;*/
    /*float: left;*/
    /*margin-right: 10px;*/
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    /*display: inline-block;*/
}

.card-face.back p {
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.6) !important;
    min-height: 250px;
    padding: 1em;
}

.slicknav_nav a:hover {
    border-radius: 0px !important;
}

.slicknav_btn {
    background-color: #fff !important;
    border-radius: 0 !important;
}

.slicknav_icon-bar {
    color: #bfd730 !important;
}

#property-details {
    color: #fff;
}

    #property-details ul, .property-points {
        color: #fff;
        list-style: none;
        padding: 0;
        display: table;
        margin: auto;
    }

        #property-details ul li::before, .property-points li::before {
            content: "• ";
            color: #bfd730;
            font-size: 2em;
            position: relative;
            top: 4px;
            line-height: 1px;
        }

        #property-details.prestige ul li::before, .property-points.prestige li::before {
            color: #c5aa02;
        }

#property-result-list, .property-result-container {
    padding: 1em;
}

.property-result-container {
    margin-bottom: 1em;
}

    .property-result-container.is-prestige {
        background-color: rgba(0, 0, 0, 0.6);
    }

#paging ul {
    list-style: none;
    width: 100%;
    display: inline;
    padding: 0;
}

    #paging ul li {
        float: left;
    }

        #paging ul li a {
            color: #fff;
            margin-right: 3px !important;
            padding: 3px;
            background-color: #bfd730;
            border: 1px solid #fff;
            line-height: 37px;
        }

            #paging ul li a.current-page, #paging ul li a:hover {
                color: #bfd730;
                background-color: #fff;
                border: 1px solid #bfd730;
            }

.property-points {
    columns: 2;
    margin: 0;
    display: block;
    margin: 0 !important;
}

.modal-content {
    border-radius: 0px !important;
    background-color: rgba(0, 0, 0, 0.8);
}

    .modal-content .modal-body {
        display: grid;
    }

        .modal-content .modal-body label {
            color: #fff;
        }

.modal-header {
    border-bottom-color: rgba(0, 0, 0, 0.8);
}

.modal-footer {
    border-top-color: rgba(0, 0, 0, 0.8);
}

.modal-header .close, .modal-header .close span {
    color: #fff;
}

.simplebar-scrollbar {
    opacity: 0.5 !important;
    background-color: #bfd730 !important;
}

::selection {
    background: #bed62f;
    text-shadow: none;
}

::selection {
    background: #bed62f;
    text-shadow: none;
}

.has-error input {
    background-color: pink;
}

.recent-post-container {
    margin-top: 1em;
}

    .recent-post-container img {
        width: 100%;
    }

    .recent-post-container h4 {
        font-size: 14px;
    }

    .recent-post-container p {
        font-size: 12px;
    }


img.img-team-member-effect {
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: 0.5s;
}

    img.img-team-member-effect:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
        transition: 0.5s;
    }

.card-face .simplebar-scroll-content {
    padding-right: 31px !important;
}

.contact-icon {
    max-height: 18px;
    margin-right: 8px;
    margin-left: 0;
}

.branch-contact-detail {
    margin-bottom: 0;
    margin-top: 0.5em;
}

.branch-location,
#recent-blog-posts {
    margin-bottom: 2em !important;
}

#quick-search .dropdown-menu.open {
    max-height: 200px !important;
}

.recent-post-container {
    padding: 1em !important;
    background-color: rgba(0,0,0,.2);
}

    .recent-post-container h4 {
        margin-top: 0 !important;
    }


nav li a.active {
    background-color: #fff !important;
}

#plusPandaYes .pluspanda-theme-modern .t-single .content {
    padding: 1em !important;
    background-color: rgba(0,0,0,.2) !important;
    color: white !important;
}

#plusPandaYes {
    font-family: Harmonia;
}

    #plusPandaYes .pluspanda-theme-modern ul.t-meta-data {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #bfd730 !important;
        background-color: rgba(0,0,0,.2) !important;
    }

    #plusPandaYes .pluspanda-theme-modern .t-single .content .head {
        margin-bottom: 5px;
        background-color: rgba(0,0,0,.2) !important;
    }

    #plusPandaYes .pluspanda-theme-modern .panda-header, #plusPandaYes .pluspanda-theme-modern .t-single .content .inner {
        border-bottom: 1px solid #bfd730 !important;
    }

    #plusPandaYes .pluspanda-theme-modern .t-single .content {
        width: 100% !important;
    }

    #plusPandaYes .pluspanda-theme-modern .t-single .image {
        display: none !important;
    }


.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#bfd730 0%, #bfd730 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #52575C;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #52575C;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #52575C;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #52575C;
        }


.is-prestige .ribbon span {
    background: linear-gradient(#c5aa02 0%, #c5aa02 100%) !important;
}


.dropdown-menu {
    border-radius: 0px !important;
}

nav li a.active {
    color: #bfd730 !important;
}

.post-list-item {
    background-color: rgba(0,0,0,.2);
    padding: 1em;
    display: flex;
}

#slider {
    clear: both !important;
}


span {
    color: #fff;
}


#quick-search span:not(.caret) {
    color: #000 !important;
}

h1 {
    color: #bfd730 !important;
}

.h1, h1 {
    font-size: 18px;
}

.green {
    color: #bfd730 !important;
}

.white {
    color: #fff !important;
}

#covid-modal h1 {
    font-size: 29pt !important;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -36px;
    padding: 0 35px;
    padding-top: 35px;
    padding-bottom: 320px;
    background-image: url('../images/welcome_mat.jpg');
    background-size: cover;
    background-position-y: -100px;
    background-repeat: no-repeat;
}

#covid-modal .modal-body > p {
    margin: 10px 25px 25px 25px;
}

#covid-modal .modal-content {
    background-color: #3c3c3c !important;
}

#contact-list p, #contact-list a {
    font-size: 12px;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
