/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body, html {
    font-family: 'Poppins', Montserrat;
    font-size: 18px;
}

h6 {
    font-size: 55px;
    margin: 0;
    font-family: 'Poppins';
}

@media (max-width: 750px) {
    h6 {
        font-size: 30px;
        margin: 0;
    }
}

h1 {
    font-size: 40px;
    margin: 0;
    font-family: 'Poppins';
}

@media (max-width: 750px) {
    h1 {
        font-size: 30px;
        margin: 0;
    }
}

body {
    padding: 0 20px;
}

.main-wrapper {
    height: 100%;
    width: 100%;
    background-color: #fffCF7;
    margin: 0;
}

#header {
    position: fixed;
    height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ED6F2B;
    display: flex;
    color: #FFF;
    text-align: center;
    z-index: 99993
}

#mobile_header {
    display: none;
}

#footer {
    position: fixed;
    height: 40px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #FFF;
    z-index: 99994;
}

#info-column {
    box-shadow: 17px 1px 60px -8px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 17px 1px 60px -8px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 17px 1px 60px -8px rgba(0, 0, 0, 0.64);
    padding-top: 10px;
    float: left;
    /*background: url("https://ywpadmin.com/imageserver/Textures/customhomes1.jpg");*/
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100% - 40px);
    z-index: 9992;
}

#map-column {
    float: left;
    background-color: #FFF;
    /*margin-top: 70px;*/
    overflow: hidden;
    height: calc(100% - 76px);
    padding-left: 0;
    padding-right: 0px;
}

#contractor-title {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 10px;
    text-align: center;
}

.actions_container {
    text-align: center;
}

.project-title {
    background-color: #007BFF;
    margin-top: 30px;
    padding: 10px;
    text-align:center;
}

#contact_form_wrapper {
    /*display:none;*/
    position: fixed;
    top: 0;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}


#map_canvas {
    height: calc(100% + 60px);
    width: 100%;
    margin-top: -60px;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.modal-info {
    transition: 0.5s;
    position: absolute;
    top: 105%;
    left: 0;
    width: max-content;
    max-width: 480px;
    padding: 20px;
    background: #fff;
    z-index: 999;
    border-radius: 3px;
    -webkit-box-shadow: 0px 11px 25px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 11px 25px 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
    display: none;
}

.modal {
    z-index: 99992;
    text-align: center;

}

.modal-dialog {
    margin-top: 100px;
    color: #000;

}

.modal-backdrop {
    z-index: 9998;
}

.project-row {
    border-bottom: 1px solid #e0e0e0;
    padding: 6px;
}

button.name-btn {
    width: 100%;
    font-size: 12px;
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.details-btn {
    font-size: 12px;
}


i.fa.fa-star {
    font-size: 16px;
}

i.fa.fa-star.pp {
    font-size: 26px;
}

.stars {
    padding-top: 7px;
}

.img-thumb {
    width: 150px;
}

.lg-outer {
    z-index: 999999;
}

.lg-backdrop {
    z-index: 99999;
}

.mobile_icons {
    font-size: 36px;
    margin: 10px 20px 0 20px;
    cursor: pointer;
    color: #007BFF;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
    }
}


hr {
    border: 2px solid #007BFF;
    background-color: #007BFF;
}

.project-details {
    border-bottom: solid 5px #007BFF;
    width: 100%;
    text-align: center;
}

#project-images {
    padding-right: 10px;
}

#project-images img {
    border: solid #007BFF 3px;
    margin: 20px 10px;
    transition: all .2s ease-in-out;
}

#project-images img:hover {
    transform: scale(1.1);
}

/* ======================================== *//* ======== Scrolling Testimonial ========= *//* ======================================== */

blockquote p {
    margin-bottom: 10px;
    font-style: italic;
}

blockquote cite {
    font-style: normal;
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px; /*font-weight: bold;*/
    letter-spacing: 1px;
}

blockquote {
    width: 100%; /* required */
    margin: 0 auto;
    font-size: 14px;
}

#quote_wrap {
    margin: 0;
    padding: 20px;
}

.viewTestimonials {
    display: inline-block;
    width: auto;
    padding: 5px;
}

.viewTestimonials a {
    display: block;
    padding: 5px;
    border-radius: 2px;
    background: #214192;
    border: #555 1px solid;
    transition: all ease-in-out 200ms;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.viewTestimonials a:hover {
    background: #2F5ACE;
}

@media (max-width: 981px) {
    #map-column {
        /*max-width: 50%;*/
    }

    #info-column {
        /*max-width: 50%;*/
    }

    #map-item {
        display: block;
        float: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        padding: 0 10px;
    }

    #desktop_header {
        display: none;
    }

    #mobile_header {
        display: block;
    }
}

@media (max-width: 400px) {
    #map-column {
        /*max-width: 50%;*/
    }

    #info-column {
        /*max-width: 50%;*/
    }

    #map-item {
        display: block;
        float: none;
        width: 100%;
    }


}

.sidenav {
    height: 350px;
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.sharenav {
    height: 350px;
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 75px;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.side-nav-item {
    background-color: #007bff;
    color: #FFF;
}

.filter-pane {
    background-color: #FFF;
    width: 250px;
    height: 300px;
    margin-left: 50px;
    border: 2px solid #007bff;
}

.social-icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#facebook {
    background: url(/imageserver/AdminMedia/Social-Icons/flat-social.png) -2px 280px;
}

#facebook:hover {
    background: url(/imageserver/AdminMedia/Social-Icons/flat-social.png) -2px 590px;
}

#twitter {
    background: url(/imageserver/AdminMedia/Social-Icons/flat-social.png) -60px -310px;
}

#twitter:hover {
    background: url(/imageserver/AdminMedia/Social-Icons/flat-social.png) -60px -1px;
}

#pinterest {
    background: url(/imageserver/AdminMedia/Social-Icons/flat-social.png) -117px 280px;
}

#pinterest:hover {
    background: url(/imageserver/AdminMedia/Social-Icons/flat-social.png) -117px 590px;
}

#gplus {
    background: url(/imageserver/AdminMedia/Social-Icons/flat-social.png) 339px 280px;
}

#gplus:hover {
    background: url(/imageserver/AdminMedia/Social-Icons/flat-social.png) 339px 590px;
}

#turnDeviceNotification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    z-index: 99999;
    display: none;
}

@media screen and (max-width: 812px) {

    @media all and (orientation: landscape) {
        #turnDeviceNotification {
            display: block;
        }

        #mainWrapper {
            display: none;
        }

        #project_pane_toggle_fixed {
            display: none;
        }
    }

    @media all and (orientation: portrait) {
        #turnDeviceNotification {
            display: none;
        }

        #mainWrapper {
            display: block;
        }

        #project_pane_toggle_fixed {
            display: block;
        }
    }
}


#project_pane_toggle_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: #FFF;
    z-index: 99999;
    text-align: center;
    font-size: 32px;
    padding-top: 6px;
    cursor: pointer;
    border-radius: 0px 0px 24px 0px;
}

#submit_loader{
    display: none;
}