/* Theme Name: Egovt Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of egovt
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: egovt
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  egovt-child
*/

.custom-department-filter-category-list {
  display         : flex;
  flex-wrap       : wrap;
  list-style-type : none;
  justify-content : center;
  padding         : 0;
  margin          : 0 0 20px 0;
}

.custom-department-filter-category-list > li {
  margin  : 0 5px 10px 0;
  padding : 5px 12px;
  border  : 1px solid #e5e5e5;
  cursor  : pointer;
}

.custom-department-filter-main-container .content {
  margin : 0 !important;
}

.elementor-items[data-custom-department-categories] img.wp-post-image {
  max-height: 211px;
}

.custom-department-filter-category-list > li:hover,
.custom-department-filter-category-list > li.custom-department-filter-active {
  background-color : #0d9ddb;
  border-color     : #0d9ddb;
  color            : #ffffff;
}

.custom-department-show-all-entries {
  margin: 0 auto;
  display: block;
  width: 100px;
  background: var( --e-global-color-accent );
  color: #fff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}