/*
	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.9.8
	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;
}


/* new code 2.6.15 */

textarea#lp_report_reason {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    float: left;
    line-height: 36px;
    margin-top: 5px;
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
    min-height: 130px;
    font-weight: normal;
}

div#lp_report_listing button#lp-report-this-listing {
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    border: 0;
    font-size: 14px;
    height: 38px;
    font-weight: 400;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
}

button.close-report-btn i {
    color: #fff;
}

button.close-report-btn {
    right: -10px;
    left: unset;
    position: absolute;
    background: #000;
    border-radius: 15px;
    font-size: 10px;
    color: #fff !important;
    top: -10px;
    z-index: 99999;
    padding: 3px 6px 3px 7px;
	border: none !important;
}

div#lp_report_listing .modal-dialog {
    top: 20%;
}

div#lp_report_listing .modal-content {
    border-radius: 0px !important;
    border: none !important;
}

div#lp_report_listing .modal-dialog label.col-form-label,
div#lp_report_listing .modal-dialog label.col-form-label span {
    color: #000;
    font-size: 18px;
    margin-bottom: 16px;
}

div#lp_report_listing {
    z-index: 9999;
}


/* end new code 2.6.15 */

@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;
    }
}