/*!
Theme Name: B22 Theme
Theme URI: https://b22.io/
Author: Bureau twentytwo
Author URI: https://b22.io/
Description: Custom B22 Theme
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: b22_theme
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.

b22_theme 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@media(max-width: 576px) {

	html,
	body {
		overflow-x: hidden;
	}
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.archive_news_hero__overlay {
	background: linear-gradient(0deg, rgba(11, 57, 84, 0.2), rgba(11, 57, 84, 0.2)), linear-gradient(89.14deg, rgba(11, 57, 84, 0.8) 0.43%, rgba(11, 57, 84, 0) 99.08%);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.hero-black-overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.archive-news-new {
	margin-top: 274px;
}

.archive-news-new-title {
	color: #0B3954;
	font-family: Switzer;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -1.92px;
	text-align: center;
	margin-bottom: 48px;
}

.archive-news-new-slider {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 48px 0;
	display: flex;
	flex-basis: max-content;
	margin-bottom: 48px;
}

.archive-news-new-slider-card {
	display: flex;
	animation: rightToLeft 20s linear infinite;
	animation-delay: 0s;
	white-space: nowrap;
}

.archive-news-new-slider-card:nth-child(2) {
	animation: rightToLeft2 20s linear infinite;
	animation-delay: 10s;
}

.archive-news-new-slider-card img {
	max-width: 200px;
	margin-right: 80px;
}

.single_news_more_section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.single_news_more_section_title {
	color: #0B3954;
	text-align: center;
	font-family: Switzer;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -1.2px;
}

.single_news_more_section_list {
	display: flex;
	align-items: center;
	gap: 41px;
	align-self: stretch;
	margin-bottom: 100px;
	align-items: flex-start;
}

.single_news_more_section_single_news {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.single_news_more_section_single_news_image img {
	width: 505px;
	height: 329px;
}

.single_news_more_section_single_news_head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.single_news_more_section_single_news_head_top {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.single_news_more_section_single_news_head_top_date {
	display: flex;
	align-items: flex-start;
	gap: 2px;
}

.single_news_more_section_single_news_head_top_time {
	display: flex;
	align-items: flex-start;
	gap: 2px;
}

.single_news_more_section_single_news_head_top_text {
	color: #8D8D8D;
	font-family: Switzer;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}

.single_news_more_section_single_news_head a {
	color: #0B3954;
	font-family: Switzer;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-decoration: none;
}

.single_news_more_section_single_news_description {
	color: #8D8D8D;
	font-family: Switzer;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.single_news_more_section_single_news_footer {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.single_news_more_section_single_news_footer_link {
	color: #0B3954;
	text-align: center;
	font-family: Switzer;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#news-archive-holder {
	margin-bottom: 112px;
}

#news-archive-holder .single-news-card {
	margin-bottom: 40px;
}

.load-more-news-button-holder {
	text-align: center;
	margin-bottom: 236px;
}

.load-more-news-button-holder #load-more-news-button {
	padding: 16px 24px;
	flex-direction: column;
	gap: 12px;
	text-decoration: none;
	align-items: center;
	background: #0B3954;
	color: #FFF;
	font-family: Switzer;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

@keyframes rightToLeft {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes rightToLeft2 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-200%);
	}
}