/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

.listeo-svg-icon-box-grid svg, .elementor .listeo-svg-icon-box-grid svg{height:46px;}
.category-small-box{background-color:#04a6d0;min-height:210px;}
.category-small-box h4{color:#fff;font-size:16px;}
.category-small-box .category-box-counter{background-color:#0b3f6d;color:#fff;}
.category-small-box:hover .category-box-counter{background-color:#fff;color:#0b3f6d;}
.listeo-svg-icon-box-grid{margin-bottom:0;}
i.fa-shop{font-size:34px;}
.panel-dropdown.float-right{display:none;}
#footer, #footer p{font-size:15px;}
.pa-aide h4{font-weight:bold;}

/* responsive rules */

@media (min-width: 1240px) {
  .category-small-box {
    width: calc(100% * (1/5) - 21px);
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .category-small-box {
    width: calc(100% * (1/4) - 25px);
  }
}

@media (max-width: 991px) {
  .dashboard-nav.active i:before{
		color:#fff !important;
	}
	 a.dashboard-responsive-nav-trigger{background-color:#0b3f6d;
	}
	.dashboard-nav{
		background-color:#082E4F;
	}
	.dashboard-nav ul::before{
		color:#04a6d0;font-size:14px;
	}
	.taxonomy-slider-controls{
		border:1px solid #aaa;
	}
	.taxonomy-slider-controls button.taxonomy-slide-next, .taxonomy-slider-controls button.taxonomy-slide-prev{
		height:16px;
		width:33x
	}
}
