/*!
Theme Name: AGRF
Theme URI: http://underscores.me/
Author: Timothy Radier
Author URI: https://kihingu.com/
Description: AGRF THEME 2023
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: agrf
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.

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

#wpforms-form-58 .wpforms-field {
	background-color: none;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	overflow: hidden;
	width: 100%;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
	margin-bottom: 1rem;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	display: block;
	font-weight: 700;
	font-size: 16px;
	float: none;
	line-height: 1.3;
	margin: 0 0 4px 0;
	padding: 0;
}

#wpforms-form-58 input {
	height: 25px;
	min-height: 25px;
	border: 0;
	padding: 0;
	margin-top: -4px;
	background: 0 0;
	border-radius: 0;
	resize: vertical;
	box-shadow: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: .9375rem;
	outline: none;
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
	color: #5b5b5b;
}


#wpforms-form-58 textarea {
	border: 0;
	padding: 0;
	margin-top: -4px;
	background: 0 0;
	border-radius: 0;
	resize: vertical;
	box-shadow: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: .9375rem;
	outline: none;
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
	color: #5b5b5b;
}

#wpforms-form-58 .wpforms-submit {
	width: 50%;
	font-weight: 700 !important;
	color: #fff;
	background-color: #61a60f;
	border-color: #61a60f;
	display: inline-flex;
	justify-content: center;
	padding: 0.719rem 1.9rem;
	font-size: 1rem;
	outline: none;
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
	align-items: center;
	position: relative;
	transition: all .4s ease-in-out;
	text-transform: capitalize;
	font-family: 'Montserrat',serif;
	overflow: hidden;
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	border: 1px solid transparent;
}

#wpforms-form-58 label.wpforms-field-label {
	font-size: 10.5px;
	letter-spacing: .06em;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	display: block;
	line-height: 20px;
	margin-bottom: 2px;
	opacity: 1;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.newsletter-wrapper {
	background-color: #61a60e;
	padding: 20px 30px
}

.newsletter-subscribe,.newsletter-subscribe:hover {
	background-color: #3c674d;
	border: 2px solid #3c674d;
	color: #fff;
	border-radius: 0
}

.newsletter-link,.newsletter-link:hover {
	background-color: transparent;
	color: #fff;
	border-radius: 0;
	border: 2px solid #fff
}

.related-news *{
	font-size: 94%;
}

.agrf-events-wrapper img {
	aspect-ratio: 4/3;
	object-fit: cover
}

.agrf-events-wrapper h2 {
	font-size: 22px;
	text-transform: uppercase
}

.agrf-events-wrapper .event-share {
	font-size: 12px;
	display: none
}

.events-category li {
	display: inline-block;
	padding-right: 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #144b2d;
	font-weight: 700;
	cursor: pointer
}

.events-category li.active {
	color: #ff6733;
	position: relative
}

.events-category li.upcoming {
	border-right: 1px solid #0b2e13
}

.text-small {
	font-size: 80%
}

.event-details {
	background-color: #61a60e;
	padding: 20px
}

.share {
	font-size: 11px
}


.publications-cats li {
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #939393;
	font-weight: 700;
	cursor: pointer
}

.publications-cats li.active {
	color: #000;
	position: relative
}

.pub-date {
	position: absolute;
	bottom: 0;
	left: 15px;
	background-color: rgba(234,143,39,.9);
	padding: 20px 10px;
	font-size: 13px;
	font-weight: 700
}

section.summit-2 .feature-news img {
	object-fit: cover;
	object-position: center;
}