@charset "UTF-8";

/*
Theme Name: promoparrot
Theme URI: http://localhost/pp/themes/promoparrot/
Author: the WordPress team
Author URI: http://localhost/pp/
Description: promoparrot is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.minus:after {
    content: "";
    background: url('././img/minus.png') no-repeat scroll right -9px;
     height: 24px;
    position: absolute;
    width: 24px;
        right: -18px;
    top: 5px;
}

.plus:after {
       content: "";
    background: url(././img/plus.png) no-repeat scroll right -9px;
    height: 24px;
    position: absolute;
    width: 24px;
        right: -18px;
    top: 5px;
}
.catHidDiv{
	display: none;
}



#showCatDiv {
    padding-right: 25px;
    text-align: left;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 10px;
/*    float: left;*/
    margin-top: 20px;
}
.pagination{
        width: 100%;
}
