/*Default Template*/

.simple .qcpd-single-list-pd {
    margin-bottom: 35px;
}

.simple .qcpd-single-list-pd ul {
    padding: 0 !important;
    margin: 0px !important;
    background-color: #ffffff;
    margin: 0 0 5px;
    width: 100%;
}

.qcpd-list-column.opd-column-2 {

}

.qcpd-list-column.opd-column-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
}


.simple .qcpd-single-list-pd ul li {
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 45px;
    border-top: 5px solid #f86960;
}

.simple .qcpd-single-list-pd h3 {
    color: #262b35;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}

.simple .qcpd-single-list-pd ul li a {
    border-bottom: 1px solid #e8e8e8 !important;
    color: #828282;
    display: block;
    padding: 13px 50px 13px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 20px;
    -moz-box-shadow: 0px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff);
    align-items: center;
}

.simple .qcpd-single-list-pd ul li a:hover {
    background: #fafafa;
    color: #f86960;
    border-bottom: 1px solid #f86960 !important;
}

.simple .list-img {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 36px;
    max-width: 15%;
    border-radius: 50%;
    overflow: hidden;
    min-width: 37px;
}

.simple .list-img img {
    max-width: 40px;
}

/*Upvote Section*/
.simple .upvote-section {
    height: 100%;
    position: absolute;
    right: 2px;
    top: 0;
    color: #666;
    font-size: 12px;
    text-align: center;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 5;
}


#bookmark_list .bookmark-section {
    height: 100%;
    position: absolute;
    right: 10px;
    top: 39%;

    font-size: 12px;
    text-align: center;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}


.simple .new-icon-section > span {
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    font-size: 9px;
    font-weight: bold;
    height: 13px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
}

.simple .featured-section {
    bottom: 1px;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 25px;
    border-color: transparent transparent #FFEB3B transparent;

}

.new-icon-section i {
    cursor: pointer;
}


.simple .sbd-upvote-btn:hover, .simple .ca-menu li:hover .sbd-upvote-btn {
    cursor: pointer;
    color: #81D742;
}

.simple .sbd-upvote-btn, .simple .upvote-count {
    display: block;
}

.simple .sbd-upvote-btn {
    display: inline-block;
    height: 35px;
    padding-top: 0px;
    text-align: center;
    width: 100%;
    z-index: 805;
}

.simple .upvote-count {
    font-size: 11px;
    margin-top: 0px;
    width: 100%;
    z-index: 800;
}

.simple .upvote-section .sbd-upvote-btn, .simple .upvote-section .upvote-count {
    color: #828282;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.simple .upvote-section .sbd-upvote-btn:hover {
    color: #f86960;
}

.simple .bookmark-section .bookmark-btn:hover, .simple li:hover .bookmark-btn {
    color: #f86960;
}

/*RTL CSS*/
.direction-rtl .qcpd-single-list-pd, .direction-rtl .qcpd-single-list-pd h3, .direction-rtl .qcpd-single-list-pd ul li, .direction-rtl .qcpd-single-list-pd ul li a, .qcpd-single-list-pd ul li span {

}

.direction-rtl .simple .list-img {
    margin-left: 10px;
    margin-right: 0;
}

.direction-rtl .upvote-section {
    left: 10px !important;
    right: auto !important;
}

/*TPL Fix*/
.simple .upvote-section {
    height: 100% !important;
}

.simple .sbd-upvote-btn {
    height: 25px;
    width: 32px;
}

/* new custom css */

.qc-full-wrapper {
    display: flex;
    width: 100%;
}

.left-side-filter {
    background: none;
    float: left;
    margin-right: 25px;
    width: 30% !important;
    border-bottom: none;
}

.direction-rtl .qcpd-single-list-pd ul li a {
    padding-left: 40px;
}

.pd_spinner {
    margin: 0px auto;
    width: 70px;
    text-align: center;
}

.pd_spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.pd_spinner .pd_bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.pd_spinner .pd_bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#sbdopd-list-holder .pd_phone_link_section {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 20px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sbdopd-list-holder .pd_phone_link_section a {
    margin: 0px;
    padding: 0px !important;
    border-bottom: unset !important;
    width: 20px;
    height: 28px;
}

#sbdopd-list-holder .pd-bottom-area {
    height: 28px;
    width: auto;
    border-bottom: 1px solid #ddd;
    text-align: right;

    right: 0;
    position: absolute;
    border-left: 2px solid #ddd;
    border-right: 1px solid #ddd;
}

.opd-column-3 .pd-bottom-area {

}

#sbdopd-list-holder .pd-bottom-area p {
    display: inline-block;
    padding: 0px;
    margin: 7px 0px;
}

#sbdopd-list-holder .pd-bottom-area p a {
    padding: 0px 7px !important;
    border-bottom: none !important;
    font-size: 16px;
    background-color: #fff !important;
    color: #828282 !important;
    line-height: 13px;
}

.pd_business_container {
    text-align: center;
}

.pd-bottom-area {
    text-align: right
}

.simple .top-address {
    margin-bottom: 5px;
}

.direction-rtl #bookmark_list .bookmark-section {
    left: 5px;
}

.sbd_custom_field {
    font-size: 12px;
    line-height: 15px;
}

@media only screen and (max-width: 1600px) {
    #sbdopd-list-holder .pd-bottom-area {
        max-width: 93%;
    }

    .opd-column-3 .pd-bottom-area {
        max-width: 100% !important;
    }

    #sbdopd-list-holder .pd-bottom-area p a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1170px) {
    #sbdopd-list-holder .pd-bottom-area {
        max-width: 100%;
    }

    #sbdopd-list-holder .pd-bottom-area p a {
        padding: 0px 5px !important;

    }
}

@media only screen and (max-width: 991px) {
    #sbdopd-list-holder .pd-bottom-area {
        max-width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    #sbdopd-list-holder .pd-bottom-area {
        max-width: 100%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .qcpd-list-column.opd-column-2 {
        width: 100%;
    }

    #sbdopd-list-holder {
        width: 99%;

        clear: none;
    }
}

.sbd-verified-simple {
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 20px;
    font-size: 14px;
}


.sld-page-numbers-item {
    display: inline-block;
    background: #eee;
    padding: 5px 7px;
    border-radius: 2px;
}

.sld-page-numbers-container {
    margin: 30px 0 0 0;
}

/*Customization Desktop*/

.sbd_pop_text h3 {
    font-size: 17px !important;
}

.sbd_radius_search button {
    font-size: 14px;
    color: black;
}

.simple .qcpd-single-list-pd h3 {
    line-height: 20px;
}

.simple .qcpd-single-list-pd ul li a {
    border-bottom: none !important;
}

.simple .qcpd-single-list-pd ul li a:hover {
    border-bottom: none !important;
}

.sbd_map {
    margin-bottom: 0px !important;
}

.ml-2 {
    margin-left: 15px;
    padding-bottom: 0px;
    font-size: 15px;
}

.simple .qcpd-single-list-pd ul li a {
    padding: 10px 0 0 0 !important;
}

.simple .qcpd-single-list-pd ul li {
    border-top: 0px !important;
}

.simple .qcpd-single-list-pd ul {
    background: none !important;
}

.qc-grid-container {
    background: none !important;
}

.qc-grid-item {
    max-width: 100% !important;
}

#list-item-1-15441.simple ul li:hover a {
    background: none !important;
}

.pd-top-area {
    width: 100%;
}

.pd-top-area .pd-half {
    width: 100%;
}

.sbd_radius_search {
    width: 100%;
    position: relative;
    display: inline-block;
/*    float: right;*/
/*    margin-top: -47px;*/
    padding-bottom: 15px;
    border-bottom: 0px solid #ffffff !important;
}

.sbd_radius_search input {
    height: 45px !important;
    width: 100% !important;
}

.sbd_radius_search button {
    width: 12.5%;
    height: 45px;
}

.pd-top-area.pd-border-bottom {
    margin-bottom: 0px;
    padding: 0px;
}

#list-item-1-15441.simple ul li a {
    background-color: white;
}

.qcpd-single-list-pd ul li a {
    border-bottom: 0px solid #e8e8e8 !important;
}

.simple .qcpd-single-list-pd ul li {
    margin: 0px !important;
    padding: 15px;
}

#live-search input {
    font-size: 16px;
}

.simple .qcpd-single-list-pd ul li {
    box-shadow: unset !important;
}

#list-item-1-15441.simple ul li {
    border: none !important;
}

.qc-grid-item-child {
    border: none !important
}

#sbd_location_name, #live-search {
    background: white !important;
}

@media only screen and (min-width: 1201px) and (max-width: 1920px) {
    .qcpd-list-column.opd-column-1 {
        width: 100%;
        margin-right: 0px;
    }
}

/*Customization Mobile*/

@media (max-width: 991px) {

    .pd-top-area .pd-half {
        width: 100%;
    }

    .pd-top-area {
        width: 100% !important;
    }

/*
    .sbd_radius_search {
        width: 100%;
        float: unset;
        padding-bottom: 0px !important;
    }

    .sbd_radius_search input {
        width: 100% !important;
    }
*/
}

/*
@media only screen and (min-width: 992px) and (max-width: 10000px) {
    .sbd_radius_search {
        margin-top: -47px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sbd_radius_search {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .sbd_radius_search {
        margin-top: -22px !important;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
    .sbd_radius_search {
        margin-top: -35px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
    .sbd_radius_search button {
        width: 100% !important;
        height: 45px;
        margin-top: 20px;
    }
}
*/


/* Default: Display for all screens less than 1024px (mobile screens) */
.display-desktop {
    display: none !important;
}

.display-mobile {
    display: block !important;
}

/* Media query for desktop screens (min-width: 1024px) */
@media (min-width: 1024px) {
    .display-desktop {
        display: block !important;
    }

    .display-mobile {
        display: none !important;
    }
}

@media (max-width: 999px) {
    .directoryflex {width:100%;margin:auto !important;}
}

@media (min-width: 1000px) {
    .directoryflex {width:50% !important;margin:auto !important;}
}