/*!
Theme Name: icc
Theme URI: http://underscores.me/
Author: An21
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: icc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

icc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.all-news-wrapper .item:first-child .item-content{
	background: #262A2D;
    color: #fff;
}
.all-news-wrapper .item:first-child .item-content .text{
	color: #fff;
}
.all-news-wrapper .item:first-child .item-content .actions .date{
	color: #fff;
}
.all-news-wrapper .item:first-child .item-content .actions .btn-read{
	color: #fff;
}
.all-news-wrapper .item:first-child .item-content .actions .btn-read svg path{
	fill: #fff;
}
.events-item-wrapper .image img{
	object-fit: contain !important;
}

.single-news-image{
	margin-bottom: 40px;
}
.single-news-image img{
	width: 100%;
	height: auto;
}
.single-news-content{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.single-news-content p img{
	margin-bottom: 40px;
	width: 100%;
}
@media (max-width: 991px) {
	.single-news-actions {
		flex-direction: column;
	}
	.single-news-actions .share{
		margin: 20px 0;
	}
}
.news-right-side .news-item:hover, .polygraphy-wrapper .text .items:hover {
	background: #007DFF;
}
.events-hero-wrapper .item:hover {
	border: solid 1px blue;
}

.pagination-pages {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 75px;
	margin-top: 30px;
}
.pagination-pages .arrow-left, .pagination-pages .arrow-right{
	height: 48px;
	width: 48px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-pages .arrow-left{
	transform: rotate(180deg);
}

.pagination-pages__page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 48px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	padding: 13px 0 17px;
	transition: 0.3s;
}
.pagination-pages__page-numbers:hover {
	border-color: #000;
}

.pagination-pages__page-numbers.current {
	background-color: #000;
	color: #fff;
}

.pagination-pages__page-numbers--dots {
	pointer-events: none;
	color: #999;
}

.arrow-icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.pagination-pages__page-numbers--prev svg {
	transform: rotate(180deg);
}
@media (max-width: 991px) {
	.pagination-pages__page-numbers {
		min-width: 32px;
		height: 32px;
	}
	.pagination-pages .arrow-left, .pagination-pages .arrow-right{
		height: 32px;
		width: 32px;
	}
	.pagination-pages {
		gap: 8px;
	}
}
.single-team-member h1 {line-height:100%; margin-bottom:25px}

@media (max-width: 991px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive table {
    width: 100%;
    min-width: 600px; 
  }
}
.table-responsive{
	margin-bottom: 20px;
}
.table-responsive table {
  border-collapse: collapse; 
  width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}


.table-responsive th,
.table-responsive td {
  border: 1px solid #ccc;
  padding: 6px 8px;
  text-align: center;
}


.table-responsive th {
  background-color: #0073aa;
  color: #fff;
  font-weight: bold;
}

.table-responsive tr:nth-child(even) {
  background-color: #f9f9f9;
}
@media (min-width: 992px){
	.expert-bureau .expert-cols .item:nth-child(2) h4{
		margin-left: -100%;
	}
	.expert-bureau .expert-cols .item h4{
	height: 24px;
	}
}

body .expert-bureau .expert-cols .item:nth-child(2){
	background-color: transparent;
}
.expert-bureau .expert-cols .item-small{
	text-decoration: underline;
}
@media (max-width: 991px){
	body .expert-bureau .expert-cols .item:nth-child(2){
		order: 1;
	}
	body .expert-bureau .expert-cols .item:nth-child(3){
		order: 3;
	}
	body .expert-bureau .expert-cols .item:nth-child(1){
		order: 2;
	}
}
.single-news h2 {margin-bottom: 20px;}