/*
Theme Name: Bootstrap for WordPress
Theme URI: https://github.com/Facens/wpbootstrap
Description: A modernized classic WordPress theme using Bootstrap 5.3.8.
Version: 1.0.0
Requires at least: 5.5
Requires PHP: 7.4
Author: Andrea Giannangelo and contributors
Author URI: https://github.com/Facens
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpbootstrap
*/

:root {
	--wpbootstrap-content-width: 960px;
}

html,
body {
	min-height: 100%;
}

body {
	color: #5f6368;
	overflow-wrap: break-word;
}

a {
	text-underline-offset: 0.15em;
}

.site-container {
	display: flex;
	min-height: 100vh;
	max-width: var(--wpbootstrap-content-width);
	flex-direction: column;
}

.site-content {
	flex: 1 0 auto;
}

.site-header {
	margin-bottom: 2rem;
}

.hero-unit h1 a {
	color: inherit;
	text-decoration: none;
}

.back-to-main {
	margin-bottom: 1rem;
}

.primary-navigation {
	overflow-x: auto;
	scrollbar-width: thin;
}

.primary-navigation .nav {
	gap: 0.25rem;
	min-width: max-content;
}

.primary-navigation .nav-link {
	white-space: nowrap;
}

.row > .span11 {
	flex: 0 0 auto;
	width: 68.75%;
}

.row > .span5 {
	flex: 0 0 auto;
	width: 31.25%;
}

.row > .span16 {
	flex: 0 0 auto;
	width: 100%;
}

.page-header {
	margin-bottom: 1.25rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--bs-border-color);
}

.page-header h1,
.page-header h2 {
	margin-bottom: 0;
	color: var(--bs-heading-color);
}

.page-header h1 {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.page-header h2 {
	font-size: clamp(1.4rem, 3vw, 2rem);
}

.muted {
	color: var(--bs-secondary-color) !important;
}

.post_content {
	line-height: 1.7;
}

.post_content img,
.post_content iframe,
.wp-caption {
	max-width: 100%;
}

.post_content img {
	height: auto;
}

.post_content iframe {
	width: 100%;
	max-width: 560px;
}

.box {
	padding: 0.25rem;
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	background: var(--bs-body-bg);
}

.well {
	margin: 1.5rem 0;
	padding: 1rem;
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	background: var(--bs-tertiary-bg);
}

.alert-message {
	position: relative;
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid transparent;
	border-radius: var(--bs-border-radius);
}

.alert-message.error {
	color: var(--bs-danger-text-emphasis);
	border-color: var(--bs-danger-border-subtle);
	background: var(--bs-danger-bg-subtle);
}

.alert-message.warning {
	color: var(--bs-warning-text-emphasis);
	border-color: var(--bs-warning-border-subtle);
	background: var(--bs-warning-bg-subtle);
}

.btn.small {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.875rem;
}

.btn.primary {
	color: var(--bs-btn-color, #fff);
	border-color: var(--bs-primary);
	background-color: var(--bs-primary);
}

.unstyled {
	padding-left: 0;
	list-style: none;
}

.sidebar > li,
.widget-container {
	margin-bottom: 1.5rem;
}

.pagination ul {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-left: 0;
	list-style: none;
}

.comment-list,
#comments ol {
	padding-left: 0;
	list-style: none;
}

.comment-body {
	display: flex;
	gap: 1rem;
	margin: 1.5rem 0;
}

.comment-container {
	min-width: 0;
	flex: 1;
}

.comment-form textarea {
	display: block;
	width: 100%;
	min-height: 9rem;
	padding: 0.75rem;
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.protected-post-form input {
	max-width: 100%;
}

.post_social_buttons,
.box_count {
	display: inline-block;
	margin-right: 0.75rem;
	vertical-align: top;
}

.alignleft {
	float: left;
	margin: 0 1rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1rem 1rem;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 0.5rem;
	left: 0.5rem;
	width: auto;
	height: auto;
	clip: auto;
	padding: 0.75rem 1rem;
	background: #fff;
}

@media (max-width: 767.98px) {
	.site-header {
		margin-bottom: 1.25rem;
	}

	.primary-navigation {
		overflow-x: visible;
	}

	.primary-navigation .nav {
		min-width: 0;
		flex-wrap: wrap;
	}

	.primary-navigation .nav-link {
		white-space: normal;
	}

	.row > .span11,
	.row > .span5,
	.row > .span16 {
		width: 100%;
	}

	.sidebar {
		margin-top: 2rem;
	}

	.alignleft,
	.alignright {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
