/*
	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.5.10
	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
-------------------------------------------------------------- */
.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,.2);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.2);
    box-shadow: inset 0 1px rgba(255,255,255,.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;
}


#inputPhone {
	direction: ltr;
    text-align: right;
    font-family: arial !important;
}

.location-description {
	margin: 10px 0;
	line-height: 20px;
}

.lp-grid-box-contianer {
	float: right;
}
.grecaptcha-badge {visibility: hidden !important;}
.lp-right-static{right:0; left:auto;}

.lp_confirmation .list-style-none.list-st-img li a.lp-pay-publish-btn {
	font-size: 34px !important;
	background: #2ad32a !important;
}
.lp-listing-form .radio.radio-danger {
	border: 1px solid #000 !important;
	margin-top: 25px!important;
}
.lp-listing-form .lp-listing-clm div {
	float: right;
}

.cities-app-view {
	float: right !important;
	padding-right: 14px;
	padding-left: 14px;
}

.top-search-form .lp-search-btn-header .lp-search-btn {
	padding: 11px !important; 
}


.more-in-category {
	padding: 10px 20px 10px 10px;
	border-top: 1px solid #dedede;
	line-height: 18px;
	font-size: 16px;
}
.lp-listing-phone a span:nth-child(2), .lp-user-web a span:nth-child(2) {
	direction: ltr;
	text-align: right;
	font-family: arial;
} 

.sourcelinks-box {
	text-align: center;
	border: 2px solid #42A7DF;
	background: #f9f9f9;
}
.sourcelinks-box .md-content {background: #f9f9f9;}
.sourcelinks-box .md-close i {
	top: 0;
	font-size: 12px;
	width: 18px;
	height: 18px;
	margin-top: -28px;
	line-height: 18px;
}

.sourcelinks-box a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 10px;
	font-size: 18px;
}

.webhit-group {
	display: inline-block;
	margin: 10px 5px 0 0;
	/*position: absolute;
	top: 0px;
	left: 0;*/
}
.webhit-group .icon {
	float: right;
	margin-right: 10px;
}

.webhit-group .icon img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.webhit-group .icon:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.lp-listing-logo {
	float: right;
	margin: 15px 0 15px 15px;
	max-width: 120px;
}
.lp-home-banner-contianer {
	margin-top: 0 !important;
}
.banner-listing {margin-bottom:30px;}

@media only screen and (max-width: 600px) {
	.slick-slider {direction: ltr;}
	.webhit-group {display: none;}
	.mobile-nav-icon {float: right !important;}
	.app-view-header .lp-logo {width: 50% !important;margin-right: 25px!important;}
	.lp-search-toggle.pull-right {float: left !important;}
	
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(-80%,0)!important;
		-moz-transform: translate(-80%,0)!important;
		-ms-transform: translate(-80%,0)!important;
		-o-transform: translate(-80%,0)!important;
		transform: translate(-80%,0)!important;
	}
	.text-left {text-align: right!important;}
	.listing-app-view .small-scrren-app-view .add-listing-btn {font-size:16px;}
	.col-xs-1.search-filter {float: right;}
	.listing-app-view-bar .right-icons a.map-view-icon {padding: 8px 0 !important;}
	.nav-tabs > li {float: right !important;}
	.listing-app-view .listing-app-view2 .map-area .listing-detail-infos ul li:after,
	.listing-app-view .listing-app-view2 .map-area .listing-detail-infos .widget-social:after	{transform: scale(-1, 1) !important;}
	.footer-upper-bar-for-app .col-sm-4 {border-right: 1px solid #fff !important;border-left: none !important;}
	.pull-left {float: right !important;}
	.pull-right, .help-text {float: left !important;}
}