/*!
Theme Name: Agroalmendra
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: agroalmendra
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.

_s 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/
*/

.widget-title {
	display:block;
	font-size:1rem;
	font-weight:500;
	letter-spacing:-.00125rem;
	line-height:1.1875rem;
	position:relative
}
@media print,screen and (max-width:39.99875em) {
	.widget-title {
		cursor:pointer
	}
	.widget-title:before {
		content:"";
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		height:.625rem;
		transform:rotate(-45deg);
		transform-origin:center center;
		transition:transform .25s ease-in-out;
		position:absolute;
		right:0;
		width:.625rem
	}
}
.widget-title:after {
	content:"";
	background-color:#979797;
	display:block;
	height:.0625rem;
	margin:1.125rem 0 1.25rem;
	width:2.75rem
}
.widget ul {
	list-style-type:none;
	margin:0;
	padding:0
}
.widget li {
	display: flex;
	flex-direction: column;
	margin-bottom:1.25rem
}
.widget li > a {
	color: inherit;
	font-family: Cormorant Garamond,Helvetica,Roboto,Arial,sans-serif;
	font-size: 1.25rem;
	line-height: 1.375rem;
}
.widget .post-date {
	color: #ffc627;
	display: block;
	font-size: .75rem;
	letter-spacing: -.00063rem;
	line-height: .9375rem;
	margin: 0;
	order: -1;
}

.widget .widget-list li {
	margin-bottom: 0;
}

.widget .widget-list li > a {
	font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
	font-size: .9375rem;
	letter-spacing: -.00125rem;
	line-height: 1.5rem;
	text-transform: capitalize;
}

.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.wpml-ls-legacy-list-horizontal ul {
	margin: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	text-transform: uppercase;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.wpml-ls-legacy-list-horizontal li + li:before {
	content: "";
	background-color: #fefefe;
	display: inline-block;
	height: .9375rem;
	margin: 0 .3125rem;
	width: .0625rem;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
	border-bottom: .0625rem solid #fff;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-link {
	border-bottom: .0625rem solid transparent;
	padding-left: 0;
	padding-right: 0;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	gap: .5rem;
}
.wp-pagenavi > * {
	border: 1px solid #b0b0b0;
	transition: border .25s ease-in-out;
	margin-right: .0625rem;
	border-radius: .25rem;
	font-size: .875rem;
	display: inline-block;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	border-color: #ffc627;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.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;
}

.login #nav {
	text-align: center;
}
.login #backtoblog {
	display: none;
}