/*
	Theme Name: Listingpro
	Text Domain: listingpro
	Theme URI: https://themeforest.net/item/listingpro-multipurpose-directory-theme/19386460
	Description: ListingPro is a complete solution for any type of directory/Listing theme.
	Author: Team of CridioStudio
	Author URI: https://themeforest.net/user/cridiostudio
	Version: 2.6.14
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags:one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/

/* Theme Styling Start */

/* ------------ BASE ------------- */

/* =WordPress Core
-------------------------------------------------------------- */

.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.fa {
    font-family: "FontAwesome" !important;
    font-weight: 500;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.gallery .gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
}

.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
}

.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
    max-width: 90%;
    height: auto;
    margin: 5% auto;
}

.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

/* Table */

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

table th,
table td {
    padding: 8px;
    border-top: 1px solid #f0f0f0;
    vertical-align: top;
    text-align: left;
    line-height: 20px;
}

table th {
    font-weight: bold;
}

table thead th {
    vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.sticky {
}

.bypostauthor {
}

/* Widgets Style */

aside > ul {
    padding: 10px 0px;
}

aside h2.widget-title {
    font-size: 22px;
    margin: 0 0 20px;
}

#sidebar li a {
    padding-right: 20px;
}

/*aside > ul li a{
    color: #888888;*/

/*font-weight: bold;*/

aside > ul li a:hover {
    color: #55a8e2;
}

.widget_archive select,
.widget_categories select,
.widget_text select {
    width: 100%;
    height: 30px;
}

.widget img {
    max-width: 100%;
}

#sidebar aside.widget,
#footer aside.widget {
    margin-bottom: 30px;
}

#sidebar aside.widget ul li {
    margin-right: 15px;
    padding: 14px 0 14px;
    border-bottom: 1px solid #e1e1e1;
}

#sidebar aside.widget ul li:first-child {
    padding-top: 4px;
}

#sidebar aside.widget ul li:last-child {
    padding-bottom: 4px;
    border-bottom: 0;
}

#sidebar aside.widget [class^="icon-"] a,
#sidebar aside.widget [class*=" icon-"] a {
    padding-left: 10px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sidebar form#searchform {
    position: relative;
}

#sidebar form#searchform .icon-search {
    position: absolute;
    top: 11px;
    left: 15px;
    color: #d6d6d6;
    font-size: 18px;
}

#sidebar form#searchform input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px 8px 40px;
    height: 40px;
    width: 100%;
    margin: 0 !important;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #888;
}

h3.widget-title {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 18px;
}

h3.widget-title span {
    color: #fff;
    font-weight: bold;
}

/* Recent Posts Widget */

#sidebar aside ul {
    list-style: none;
}

.imo-recent-posts-widget ul {
    margin: 0;
    list-style: none;
}

.imo-recent-posts-widget ul li {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

#sidebar aside.widget .imo-recent-posts-widget ul li {
    padding: 12px 0 0;
    border-bottom: 0;
}

#sidebar aside.widget .imo-recent-posts-widget ul li:first-child {
    padding-top: 4px;
}

#sidebar .widget .imo-recent-posts-widget ul li:before {
    display: none;
}

#sidebar .imo-recent-posts-widget h4 {
    font-weight: normal;
}

.imo-recent-posts-widget ul li:first-child {
    padding-top: 0;
}

.imo-recent-posts-widget h4 {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
}

.imo-recent-posts-widget .meta {
    color: #aaa;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
}

.imo-recent-posts-widget .recent-thumb img {
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
}

.imo-recent-posts-widget .recent-thumb {
    float: left;
    margin: 4px 22px 4px 0;
}

/* Tag Widget */

.widget_tag_cloud h2 {
    margin-bottom: 20px !important;
}

.tagcloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 20px;
    border: 1px solid #e1e1e1;
}

.tagcloud a:hover,
#footer .tagcloud a:hover {
    border: 1px solid #55a8e2;
    color: #55a8e2 !important;
}

/* Removing Child Pages from Widgets */

.widget_pages ul.children,
.widget_nav_menu ul.sub-menu {
    display: none;
}

/* New update 2.6.10 */

div#modal-2 a.md-close.lp-click-zindex i.fa.fa-close {
    margin-top: 10px !important;
}

form#claimform .col-md-6.col-xs-12.padding-0.leftside {
    margin-top: 5px;
}

.menu-height-0 {
    height: 0;
    overflow: hidden;
}

.listing-app-view-new .home-categories-area {
    display: none !important;
}

.page-heading-inner-container.cat-area .text-right p.view-on-map {
    display: block !important;
    background: transparent !important;
    position: static !important;
    top: 0 !important;
    right: 0 !important;
    overflow: auto !important;
    border-radius: 0 !important;
    padding: 0 !important;
    bottom: 0 !important;
    z-index: auto !important;
}

/* Custom CSS Starts*/
.marginLeftNeg {
    margin-left: -15% !important;
}
#more_filters .search-filters>ul>li>a {
    background-color: #5CA5AC;
    border: 1px solid #5CA5AC;
    color: #000;
}
span.show-number {
    font-size: 12px;
    color: #000 !important;
}
a.show-loop-map-popup, .show-number-wrap p {
    background-color: #5CA5AC;
    color: #000 !important;
}
.menu-button a {
    border: 1px solid #5CA5AC;
    color: #000 !important;
    background-color: #5CA5AC;
    border-radius: 5px;
}

i.fa.fa-bookmark-o {
    color: #000;
}
i.fa.fa-share-alt {
    color: #000;
}
i.fa.fa-check {
    background-color: #5A0085 !important;
}
.listing-second-view .post-meta-info {
    background-color: #5CA5AC;
    border-bottom: 1px solid #5CA5AC;
}
.listing-second-view .post-meta-right-box .post-stat>li {
    background-color: transparent;
}
.listing-second-view .post-meta-right-box .post-stat li {
    border: 1px solid #000;
}
.listing-second-view .rating-section>span, .listing-second-view .post-meta-left-box>p, .listing-second-view .post-meta-left-box h1 span.claimed {
    color: #000;
}
i.fa.fa-bookmark-o {
    font-size: 12px;
}
i.fa.fa-share-alt {
    font-size: 12px;
}
.listing-second-view .post-meta-right-box .post-stat>li>a {
    padding: 6px 23px 6px 23px;
    height: 40px;
    background-color: #fff;
}
input.lp-review-btn.btn-second-hover {
    background-color: #5CA5AC !important;
    color: #000 !important;
}
i.lp-search-icon.fa.fa-send {
    color: #000 !important;
}
.listing-second-view .widget-box.business-contact.lp-lead-form-st .user_text {
    background: #5A0085;
    border-bottom: 1px solid #5A0085;
}
.author-social .status>span.online>a {
    color: #fff;
    text-transform: capitalize;
}
.listing-second-view .post-meta-right-box .post-stat li {
    border: unset;
}
a#clicktoreview {
    background-color: #fff;
    border: unset;
}
.list-style-none.list-st-img span:last-child {
    color: #000;
}
.lp-user-web a span {
    color: #000 !important;
}
.current-menu-item a {
    color: #5A0085 !important;
}
.footerEmail a {
    color: #fff;
}
.footerFontcss a.hfe-menu-item {
    font-size: 16px;
    font-weight: normal !important;
}
.footerFontcss .current-menu-item a {
    color: #fff !important;
}
.lp-top-bar-social.text-right {
    padding-right: 35px;
}
.listing-simple .filter-top-section .lp-title h3 {
    font-size: 22px;
}
.lp_add_more_filter a:hover {
    background: #5CA5AC;
}
ul.chosen-results {
    width: 250px;
}
.post-with-map-container-right .search-row #searchform .chosen-container.chosen-container-single.chosen-container-single-nosearch {
    width: 220px!important;
}
.widget-box.business-contact.lp-lead-form-st {
    display: none !important;
}
.gform_body input {
    border: 1px solid #5CA5AC;
}
.gform_body legend, .gform_body label {
    color: #fff !important;
    border-bottom: unset;
}

.gfield_html {
    font-size: 20px;
    padding: 3% 0;
    text-align: center;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    margin: auto 10%;
}
.gform_body .gfield_radio {
    display: flex;
}
.gform_body .gfield_radio > .gchoice {
    margin-right: 20px;
}
.gform_body .gfield_checkbox {
    columns: 2;
}
.gform_body div#input_7_68, div#input_7_70, div#input_7_102, div#input_5_68,div#input_5_70, div#input_1_68, div#input_1_70 {
    columns: 2;
}
.gform-field-label {
    font-size: 16px !important;
}

legend.gfield_label.gform-field-label {
    color: #fff !important;
    font-weight: 600 !important;
}
.gform_body input[type=checkbox]:checked + label:before{
    display: none !important;
}
.gform_body input::file-selector-button {
    color: #000;
    border: thin solid #fff;
    border-radius: 1px;
    background-color: #fff;
}
.gfield_description {
    color: #fff;
    padding: 0 !important;
    font-size: 14px !important;
}
.ginput_container.ginput_container_consent {
    display: flex;
    align-items: flex-start;
}
.ginput_container.ginput_container_consent input {
    margin-right: 10px;
    margin-top: 6px;
}
div#input_7_96 .gchoice, div#input_5_96 .gchoice, div#input_1_96 .gchoice, div#input_6_96 .gchoice {
    flex: 1;
}
input.gform_button {
    border: 1px solid #5CA5AC;
    color: #000 !important;
    background-color: #5CA5AC;
    border-radius: 5px;
    padding: 8px 25px;
    font-weight: bold;
}
form#gform_1, form#gform_5, form#gform_6, form#gform_7 {
    padding: 3%;
    background-color: rgba(0, 0, 0, 0.48);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
}
.ginput_container_fileupload input {
    color: #fff;
    font-size: 18px;
}
span.gfield_required {
    color: #fff !important;
}
.page-id-3035 .city-girds.lp-border-radius-8 {
    min-height: 200px;
}
.menu-item-1106 {
    display: none !important;
}
.archive  .menu-item-1106 {
    display: inline-block !important;
}
.page-id-2258 p.elementor-icon-box-title {
    display: none !important;
}
.lp-search-toggle.col-md-2.col-xs-3.pull-right.text-right.padding-right-0 {
    display: none !important;
}
.user-detail-wrap {
    display: none;
}
ul#menu-home-page-menu {
    margin-top: 8% !important;
}
.contactUsFormLinks span.elementor-button-text {
    color: #fff;
}
.contactUsFormLinks 
 .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
 }
.contactUsFormLinks a.elementor-button-link.elementor-button.elementor-size-xs {
    width: 80%;
}

.chosen-results li[data-option-array-index="0"] {
    display: none !important;
}
.menu-item-1106 a {
    background-color: #5CA5AC;
    border: 1px solid #5CA5AC;
    color: #000 !important;
    padding: 5px 10px;
    border-radius: 3px;
}
/* Custom CSS Ends*/

@media only screen and (max-width: 480px) {
    body.listing-template-default.single.single-listing .pp_content {
        width: 390px !important;
        overflow: hidden !important;
    }

    img#fullResImage {
        height: auto !important;
    }

    body.listing-template-default.single.single-listing .pp_hoverContainer {
        width: 375px !important;
        overflow: hidden;
    }

    body.listing-template-default.single.single-listing
    .pp_pic_holder.dark_rounded {
        overflow: hidden !important;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {

    .marginLeftNeg {
        margin-left: -15px !important;
    }
 }




