/*!
Theme Name: eu9-international
Theme URI: http://underscores.me/
Author: Underscores.me
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: eu9-international
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.

eu9-international 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/
*/

:root {
	--fw-light: 300;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semi-bold: 600;
	--fw-bold: 700;
	--fw-extra-bold: 800;
	--fw-black: 900;
	--primary-white: #fff;
	--primary-blue: #034ea2;
	--primary-red: #ef002e;
	--primary-black: #333;
	--text-black: #444;
}
* {
	box-sizing: border-box;
	position: relative;
}
html ,body {
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 24px;
    background-color: #f7f7f7;
    color: #fff;
}
#page {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 100vh;
}
#page > * {
	width: 100%;
}
#page > #primary {
	flex: 1;
}
.btn:hover, a:hover, a.btn:hover, button:hover, button.btn:hover {
	color: var(--primary-blue);
}
.btn, a, a.btn, button, button.btn {
	transition: 0.3s ease;
}
img, .img-fluid {
    display: block;
    width: 100%;
    height: auto;
}
.img-fluid {
    max-width: 100%;
}
p {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: var(--fw-bold);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .post-grid h1[class^='post-'] a, .post-grid h2[class^='post-'] a, .post-grid h3[class^='post-'] a, .post-grid h4[class^='post-'] a, .post-grid h5[class^='post-'] a, .post-grid h6[class^='post-'] a, .post-grid div[class^='post-'] a {
    color: var(--primary-black);
    text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
}
.input-control, input, input.input-control, textarea, textarea .input-control, select, select.input-control, label {
    display: block;
    width: 100%;
}
.input-control, .input-control:hover, .input-control:focus, .input-control:visited, input, input.input-control, input.input-control:hover, input.input-control:focus, input.input-control:visited, textarea, textarea.input-control, textarea.input-control:hover, textarea.input-control:focus, textarea.input-control:visited, select, select.input-control, select.input-control:hover, select.input-control:focus, select.input-control:visited, .share-button, .share-button:hover, .share-button:focus, .share-button:visited {
    outline: none;
    border: none;
    box-shadow: none;
}
.link, p > a:hover, li > a:hover, li p > a:hover {
    text-decoration: underline;
}
.input-control, .input-control:hover, .input-control:focus, .input-control:visited, input, input.input-control, input.input-control:hover, input.input-control:focus, input.input-control:visited, textarea, textarea.input-control, textarea.input-control:hover, textarea.input-control:focus, textarea.input-control:visited, select, select.input-control, select.input-control:hover, select.input-control:focus, select.input-control:visited {
    text-decoration: none;
}
.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0;
	flex-direction: row;
	gap: 8px;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 12px 25px;
}
.breadcrumb *, .breadcrumb a {
	color: #fff;
}
.breadcrumb .breadcrumb-link {
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
}
.elementor button, .elementor button:hover, .elementor button:focus, .elementor button:visited, .page-template button, .page-template button:hover, .page-template button:focus, .page-template button:visited {
    box-shadow: none;
}
.divider {
	display: block;
	width: 100%;
	height: 30px;
}
.d-none {
    display: none;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-flex {
    display: flex;
}
.d-grid {
    display: grid;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}
.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}
.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
.post-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.wp-editor * {
    min-height: 24px;
}
blockquote {
    background: rgba(255, 255, 255, 0.3);
    padding: 20px;
    margin-top: 15px;
    padding-left: 50px;
    border-left: 6px solid var(--primary-red);
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
#error-404 .content-wrapper .entry-title {
	margin-bottom: 16px;
}
#error-404 .content-wrapper p {
	margin-bottom: 30px;
}
#error-404 .eu9-search-form {
	padding: 30px;
    background-color: #292421;
    border: 1px solid #5a6268;
}
#error-404 .eu9-search-form .form-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
#error-404 .eu9-search-form input, #error-404 .eu9-search-form input:hover, #error-404 .eu9-search-form input:focus, #error-404 .eu9-search-form input:visited {
	border: 1px solid rgba(68,68,68,0.3);
}
#error-404 .eu9-search-form input, #error-404 .eu9-search-form .btn-search {
	padding: 12px 16px;
	font-size: 16px;
	line-height: 26px;
}
#error-404 .eu9-search-form .btn-search {
	background-color: var(--primary-red);
	color: var(--primary-white);
	width: 125px;
}
.image-overlay > * {
	position: relative;
}
.image-overlay::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.image-caption {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--primary-white);
	text-align: center;
	z-index: 2;
}
.image-caption h2 {
	font-size: 40px;
	line-height: 50px;
}
.post-meta, .meta-item {
    display: flex;
    flex-direction: row;
	color: #999;
}
.post-meta {
    gap: 20px;
}
.meta-item {
    align-items: center;
    gap: 8px;
	font-size: 13px;
	line-height: 16px;
}
.title-card {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: var(--fw-bold);
	border-bottom: 2px solid var(--primary-red);
}
.title-card span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	background-color: var(--primary-red);
	color: #fff;
	padding: 4px 14px 5px;
    display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	white-space: nowrap;
    -webkit-box-orient: vertical;
	max-width: fit-content;
}
.post-item a, .post-thumbnail {
	display: block;
}
.post-thumbnail, .post-thumbnail a {
	width: 100%;
}
.post-thumbnail {
	display: block;
	width: 100%;
	height: 125px;
	background-color: #444;
}
.post-thumbnail a {
	height: 100%;
}
.post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.post-category a {
    display: inline-block;
	font-size: 15px;
	line-height: 22px;
}
.post-grid .post-item .post-category a:hover {
    text-decoration: underline;
}
.post-title {
	color: var(--primary-black);
	font-size: 28px;
	line-height: 36px;
}
.post-entry {
	flex: 1;
}
.post-category a, .post-grid .post-entry .post-excerpt, .page-numbers.dots {
    color: var(--text-black);
}
.page-numbers.dots {
    pointer-events: none;
}
.post-category a {
	text-transform: uppercase;
}
.post-category a:not(:hover) {
	text-decoration: none;
}
.post-grid.post-layout-horizontal, .post-grid.post-listing-grid, .post-grid.post-extra {
	display: grid;
}
.post-grid.post-listing-grid .post-item-inner {
	display: flex;
	flex-direction: row;
}
.post-grid.post-layout-horizontal {
	gap: 25px;
}
.post-grid.post-listing-grid, .post-grid.post-listing-grid .post-item-inner, .post-grid.post-extra {
	gap: 40px;
}
.post-grid.post-layout-horizontal .post-item-inner {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 20px;
}
.post-grid.post-listing-grid .post-thumbnail {
	width: 33.33333333%;
	height: 200px;
}
.post-grid.post-listing-grid .post-entry-head {
	margin-bottom: 15px;
}
.post-grid.post-layout-horizontal .post-thumbnail {
	width: 75px;
	height: 55px;
}
.post-grid.post-layout-horizontal .post-category {
	margin-bottom: 5px;
}
.post-grid.post-layout-horizontal .post-category a {
    font-size: 13px;
    line-height: 16px;
}
.post-grid.post-layout-horizontal .post-title {
	font-size: 14px;
	line-height: 20px;
	font-weight: var(--fw-bold);
}
.post-excerpt {
	display: block;
	display: -webkit-box;
    -webkit-box-orient: vertical;
  	text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.post-grid, .post-grid div[class^='post-'], .post-sidebar, .post-sidebar div[class^='post-'] {
	color: var(--primary-white);
}
.post-grid.post-listing-grid.post-first-highlight .post-item:first-child .post-excerpt {
    -webkit-line-clamp: 3;
}
.post-pagination {
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid rgba(51,51,51,0.1);
}
.post-pagination .page-numbers {
	display: inline-block;
	padding: 8px 3px;
	width: 40px;
	text-decoration: none;
	border-radius: 3px;
}
.post-pagination .page-numbers:hover {
	background-color: rgba(239, 0, 48, 0.45);
}
.post-pagination .page-numbers.current, .post-pagination .page-numbers.next, .post-pagination .page-numbers.prev {
	color: #fff;
	background-color: var(--primary-red);
}
.post-pagination .page-numbers.next i, .post-pagination .page-numbers.prev i {
	
	line-height: 24px;
}
.post-pagination .page-numbers.next, .post-pagination .page-numbers.prev {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
	padding: 8px 20px;
	background-color: var(--primary-red);
}
.post-pagination .page-numbers.next:hover, .post-pagination .page-numbers.prev:hover {
	background: var(--primary-red);
	opacity: 0.8;
}
.post-pagination .page-numbers.prev {
	left: 0;
}
.post-pagination .page-numbers.next {
	right: 0;
}
.post-grid.post-extra .post-thumbnail {
	aspect-ratio: 16 / 9;
	height: 100%;
	margin-bottom: 15px;
}
.post-grid.post-extra .post-title {
	font-size: 19px;
	line-height: 26px;
}
.post-grid.post-listing-grid.post-first-highlight .post-item:first-child .post-title {
	color: #333;
}
.post-grid.post-listing-grid.post-first-highlight .post-item:first-child .post-excerpt, .post-grid.post-listing-grid.post-first-highlight .post-item:first-child .post-excerpt p {
	color: #444;
}
