var pduserMessage= '';
.pd_scrollToTop{
width: 30px;
height: 30px;
padding: 10px !important;
text-align: center;
font-weight: bold;
color: #444;
text-decoration: none;
position: fixed;
top: 88%;
right: 29px;
display: none;
background: url('https://constructionpayrollsoftware.com/wp-content/plugins/simple-business-directory-pro//assets/images/up-arrow.ico') no-repeat 5px 5px;
background-size: 20px 20px;
text-indent: -99999999px;
background-color: #ddd;
border-radius: 3px;
z-index:9999999999;
box-sizing: border-box;
}
.pd_scrollToTop:hover{
text-decoration:none;
}
.sbd-filter-area{z-index: 99 !important;
padding: 10px 0px;
}
.qc-grid-item h2{
}
.pd-map{display:none !important;}
.sbd_map, .sbd_maponly{height: 450px ;}
Scroll To Top
jQuery(document).ready(function($){
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('.pd_scrollToTop').fadeIn();
} else {
$('.pd_scrollToTop').fadeOut();
}
});
//Click event to scroll to top
$('.pd_scrollToTop').click(function(){
$('html, body').animate({scrollTop : 0},800);
return false;
});
})
var login_url_pd = '';
var template = 'simple';
var bookmark = {
is_user_logged_in:false,
userid: 0
};
jQuery(document).ready(function($){
$( '.filter-btn[data-filter="all"]' ).on( "click", function() {
//Masonary Grid
$('.qc-grid').packery({
itemSelector: '.qc-grid-item',
gutter: 10
});
});
$( '.filter-btn[data-filter="all"]' ).trigger( "click" );
});