/*
	This file is part of BePro Listings.

    BePro Listings is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    BePro Listings is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with BePro Listings.  If not, see <http://www.gnu.org/licenses/>.
*/



#shortcode_list .dropdown-toggle, #shortcode_cat .dropdown-toggle{display:none}
#shortcode_list .dropdown-item, #shortcode_cat .dropdown-item{width:auto !important; padding: 0 !important; clear:none !important; float:left;}
#shortcode_list .dropdown-menu, #shortcode_cat .dropdown-menu{position:relative !important; display:block !important;background:none;border:none !important;float:none;}

/*Mobile Pagination*/
@media (max-width: 800px) {
	#shortcode_list nav a{width:95%;}
	#shortcode_list .dropdown-toggle, #shortcode_cat .dropdown-toggle{display:block !important; margin: auto;}
	#shortcode_cat .dropdown-menu, #shortcode_list .dropdown-menu{display:none !important}
	#shortcode_list .dropdown-item{width:100% !important;}
	#shortcode_list .hide-item{display:none !important}
	#shortcode_cat .dropdown-menu.show, #shortcode_list .dropdown-menu.show{
		display: block !important;
		max-height: 400px;
		overflow-x: hidden;
		background: #fff;
		box-shadow: 0px 0px 0px 5000px rgba(0, 0, 0, 0.8);
		max-width: 70%;
		margin: auto;
		z-index: 20000000000000000;
		border-radius: 10px;
		overflow-y:scroll;
		position:fixed !important;
	}
	#shortcode_cat .dropdown-toggle{display:block; margin: auto;}
	#shortcode_cat .dropdown-item{clear:both !important;width:100% !important;padding-right:10px !important;}
	.bl_frontend_search_section .pagination>li>a, .bl_frontend_search_section .pagination>li>span{width:100%;}
	.cat_list_item div{min-width:185px;}
	
}
