/*
Theme Name: Institulo LIVERUN!
Theme URI: http://wordpress.org/
Description: Institulo LIVERUN!.
Version: 0.1
Author: Tchago
Author URI: http://www.liveoficial.com.br/
Text Domain: Institulo LIVERUN!

	Institulo LIVERUN! v0.1
*/

body,
input,
select,
textarea,
button {
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;
}

body {
	line-height: 1.25;
}


body,
input,
select,
textarea,
button,
a {
	color: #1d1d1d;
}

img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	#content>.row {
		gap: 30px;
	}
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	gap: 30px 0;
}

#content {
	flex: 1;
}

.navbar-menu-title {
	padding: 0 15px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.navbar-buttons {
	display: flex;
	height: 100%;
}

@media (max-width: 767px) {
	.btn-open-search {
		display: flex;
		justify-content: center;
		align-items: center;
		aspect-ratio: 1;
		height: 100%;
	}

	.btn-open-search::before {
		content: '\e800';
		font-family: 'fontello';
		font-size: 22px;
		line-height: 1;
	}
}

.page-title {
	display: flex;
	align-items: center;
	gap: 0 10px;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.page-eventos-intro {
	margin-bottom: 50px;
}

#post-grid {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 768px) {
	#post-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

.post-image {
	display: flex;
}

.post-image a {
	display: flex;
}

#wp_page_numbers ul {
	display: flex;
	justify-content: center;
	gap: 0 10px;
}

#wp_page_numbers ul li {
	font-size: 14px;
	line-height: 1;
}

#wp_page_numbers ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #ddd;
	width: 40px;
	aspect-ratio: 1;
	padding-bottom: .25em;
}

.widget .wp-block-heading {
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: solid 1px #1d1d1d;
	margin-bottom: 10px;
}

.wp-block-latest-posts {
	display: flex;
	flex-direction: column;
	gap: 4px 0;
}

.wp-block-latest-posts li {
	display: flex;
	align-items: flex-start;
}

.wp-block-latest-posts li::before {
	content: '';
	width: 6px;
	aspect-ratio: 1;
	background: #1d1d1d;
	border-radius: 50%;
	margin: 10px 8px 0 0;
}

.wp-block-latest-posts li a {
	flex: 1;
	font-size: 14px;
	padding: 5px 0;
}

.wp-block-latest-posts li a:hover {
	text-decoration: underline;
}

.post {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.post-title {
	font-size: 18px;
	line-height: 1;
}

.post-date {
	font-size: 14px;
	line-height: 1;
}

.btn-default a {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	width: max-content;
	height: 36px;
	padding: 0 15px;
	text-transform: uppercase;
	text-decoration: none !important;
	border: solid 1px #1d1d1d;

	transition: all 200ms ease-in-out;
}

.btn-default a:hover {
	background: #1d1d1d;
	color: #fff;
}

.wp-block-group__inner-container:has(.btn-default) {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	padding: 10px;
}

#main-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
}

#main-footer>h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}

.footer-logos:last-child {
	margin-bottom: 0;
}

.footer-logos img {
	max-width: unset;
}

@media (max-width: 767px) {
	.footer-logos {
		flex-direction: column;
	}

	.footer-logos img {
		width: 200px;
	}
}

@media (min-width: 768px) {
	.footer-logos img {
		height: 120px;
	}
}