/*!
Theme Name: Forum For Agriculture
Theme URI: http://underscores.me/
Author: Kaii Lab
Author URI: http://kaiilab.com
Description: Forum For Agriculture 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: ffa-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.

Forum For Agriculture 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
	-varibales
	- Typography
	- Elements
	- Links
	- Forms
  -Headings
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
  -shortcodes
	- Media
	- Captions
	- Galleries
  - banner slider
  -single event navigation
# 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Headings
--------------------------------------------- */
.single-podcast .summary-title,
.single-podcast .event-date {
  color: var(--dark-green);
  margin: 0;
}
.container.three-col .sec-header {
  margin: 5px 0;
}
/*   */
/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}
p.intro-p {
  max-width: 900px;
  margin: auto;
}
p.intro-p.left {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* variables
--------------------------------------------- */
:root {
  --primary-orange: #f07e26;
  --primary-green: #a2a921;
  --primary-blue: #88bce7;
  --dark-blue: #24447e;
  --dark-green: #286e3c;
  --dark-orange: #832c00;

  --heading-font: "Red Hat Display", sans-serif;
  --body-font: "Noto Sans Display", sans-serif;
  --global--spacing-horizontal: 20px;
  --responsive--aligndefault-width: min(
    calc(100vw - 8 * var(--global--spacing-horizontal)),
    610px
  );
  --responsive--alignwide-width: min(
    calc(100vw - 8 * var(--global--spacing-horizontal)),
    1268px
  );
  --responsive--aligmid-width: min(
    calc(100vw - 8 * var(--global--spacing-horizontal)),
    690px
  );
  --responsive--all-article-nav-width: min(
    calc(100vw - 8 * var(--global--spacing-horizontal)),
    1024px
  );

  --header--responsive--alignwide-width: min(100vw, 1390px);
  color: currentColor;
}

@media screen and (max-width: 1024px) {
  :root {
    --global--spacing-horizontal: 5px;
  }
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 170%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--heading-font);
  line-height: 130%;
}

h2 {
  font-size: 28px;
}
h2 {
  margin: 0;
}
.filter-title,
.grid-title,
.page-id-20 h2,
.post-type-archive h2 {
  margin: 16px 0;
}
h5 {
  font-size: 18px;
  margin-bottom: 0;
}
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  color: var(--primary-orange);
}
/*
a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.widget-area,
.pagination,
.comments-pagination,
.post-navigation,
.site-footer,
.alignwide,
.wide-max-width,
.site-header,
.aligmid {
  margin-left: auto;
  margin-right: auto;
}
.alignwide,
.site-footer {
  max-width: var(--responsive--alignwide-width);
}
.aligmid {
  max-width: var(--responsive--aligmid-width);
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(336px, 1fr));
  gap: 55px;
  /* grid-auto-rows: 355px; */
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 34px;
}
.gallery-grid p {
  margin: 0;
}
.gallery-grid a.org-img-link {
  color: var(--dark-green);
  display: flex;
  align-items: center;
  /* gap: 10px; */
}
.gallery-grid a.org-img-link > .dashicons.dashicons-arrow-right-alt {
  margin-left: 10px;
}
.error-404.not-found.alignwide {
  width: fit-content;
  text-align: center;
}
.error-404.not-found.alignwide .wp-block-button.cta-btn {
  width: inherit;
  margin: auto;
}
.wp-block-social-links {
  gap: 0 !important;
}
.wp-block-social-links > * + * {
  margin-left: 0.5rem !important;
}
.pagination-wrapper {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pagination-wrapper .page-numbers {
  padding: 5px 10px;
  color: #000;
}
.pagination-wrapper .page-numbers.current,
.next.page-numbers,
.prev.page-numbers {
  background-color: var(--dark-green);
  color: #fff;
}
.filter-sec-wrapper {
  margin-bottom: 40px;
}
.filter-sec-wrapper .filter-item {
  width: 181px;
  margin: 0;
  position: relative;
}
.filter-sec-wrapper .filter-item-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.filter_container {
  display: flex;
  /* gap: 30px; */
}
.filter_container > * + * {
  margin-left: 30px !important;
}
.fliter-links {
  position: absolute;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-top: 0px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
}
.fliter-links a {
  color: #000;
}
.fliter-links a.active {
  color: var(--dark-green);
}
.fliter-links.hide {
  display: none;
}
/* .events-grid.press {
  grid-auto-rows: 265px;
} */
.align-left-content {
  max-width: 90%;
  margin-right: auto;
}
/* .events-grid.podcasts {
  grid-auto-rows: 482px;
} */
.guest-image-wrapper {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.recent-podcasts-sec .guest-image-wrapper {
  justify-content: flex-start;
}
.guest-image-wrapper .guest-img,
.guest-bio-item img {
  border-radius: 50%;
  height: auto;
}
.recent-podcasts-sec > a.event-link {
  display: flex;
  align-items: center;
  color: var(--dark-green);
  margin-top: 24px;
  gap: 5px;
}
.guest-image-wrapper .guest-img-bg {
  background-image: url("/wp-content/uploads/2022/02/Green-thin.svg");
  padding: 10px;
  background-repeat: no-repeat;
}

.guest-bio-section {
  padding-top: 16px;
  border-top: 1px solid #e7e6e2;
}

.guest-bio-item {
  display: flex;
  /* gap: 20px; */
  flex-wrap: wrap;
  flex-direction: column;
}
.guest-bio-item .guest-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.guest-bio-item .guest-header h5 {
  margin: 0;
}
.guest-bio-item .event-excerpt {
  margin-left: 66px;
  margin-top: 0;
}
.container.three-col {
  display: grid;
  grid-template-columns: 1fr 2fr 1.2fr;
  gap: 30px;
  padding: 50px 10px;
  max-width: var(--responsive--alignwide-width);
  margin: auto;
}
.container.three-col .summary-title,
.container.three-col .event-date {
  margin: 0;
  color: var(--dark-green);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* tweet section */
#ctf .ctf-item {
  background-color: #fff;
  padding: 2rem !important;
  border-radius: 8px;
  max-width: 100%;
}
#ctf .ctf-item .ctf-author-box-link * {
  color: #000 !important;
}
.ctf-author-screenname {
  display: inline-block !important;
}
/* .ctf-tweet-text * {
  color: #000 !important;
} */
/* maichimp */
#mc_embed_signup_scroll {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#mc_embed_signup_scroll .email {
  padding: 16px 20px;
  max-width: 100%;
  width: 343px;
  text-align: center;
}
/* #mc_embed_signup_scroll .email:focus-visible {
  padding: 16px 20px;
} */
#mc_embed_signup_scroll .email::placeholder {
  color: #000;
}

#mc_embed_signup_scroll .button {
  height: 100%;
  padding: 20px 32px;
  background-color: var(--dark-green);
  color: #fff;
  cursor: pointer;
}
#mc_embed_signup_scroll > p {
  margin: 0;
}
/* All articles nav */
.article-nav-wrapper {
  max-width: var(--responsive--all-article-nav-width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.article-nav-wrapper .nav-link {
  /* width: 180px; */
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ebf2f8;
  color: #000;
}
.article-nav-wrapper a.active {
  border-bottom: 4px solid var(--dark-green);
}
/* faq item */
.faq-item-wrapper.collapsed .answer-wrapper {
  display: none;
}
.faq-item-wrapper.collapsed .faq-question {
  color: #000;
}
.faq-item-wrapper .faq-question-arrow::after {
  content: "\f343";
  color: var(--dark-green);
  font-size: 24px;
  line-height: 28px;
}
.faq-item-wrapper.collapsed .faq-question-arrow::after {
  content: "\f347";
}
.question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #e7e6e2;
}
.question-wrapper .faq-question {
  font-weight: 600;
  font-size: 18px;
  line-height: 170%;
  color: var(--dark-green);
}
.faq-item-wrapper .answer-wrapper a {
  color: var(--primary-orange);
}
/*--------------------------------------------------------------
# recent podcasts and articles
--------------------------------------------------------------*/
.recent-podcasts-sec {
  padding-left: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.recent-podcasts-sec .podcasts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.recent-podcasts-sec > .sec-header {
  font-size: 20px;
}
.podcast-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.podcast-item-wrapper > img {
  height: fit-content;
}
.podcast-item-wrapper p.podcast-title {
  margin: 0;
}
.podcast-item-wrapper .content-wrapper {
  margin-left: 16px;
}
.podcast-item-wrapper.articles .content-wrapper,
.podcast-item-wrapper.articles .article-subtitle {
  margin: 0;
}
.podcast-item-wrapper.articles {
  margin-top: 20px;
}
.podcast-item-wrapper .podcast-link,
.podcast-item-wrapper.articles .article-subtitle {
  color: var(--dark-green);
}

/* genereal */
.is-style-outline.social-podcast-btn
  > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  border: none;
  color: var(--dark-green);
}

.social-podcast-btn a::after {
  content: "\f344";
  margin-left: 10px;
  font-family: dashicons;
}
/* Header
--------------------------------------------- */
.site-header {
  display: grid;
  grid-template-columns: 210px 1fr;
  place-items: center;
}
.site-header {
  max-width: var(--header--responsive--alignwide-width);
  padding: 10px 24px;
}
.site-header .social-links-wrapper {
  display: flex;
  /* gap: 20px; */
  align-self: center;
}
.site-header .social-links-wrapper > * + * {
  margin-left: 20px;
}

.site-header .social-links-wrapper .social-link {
  color: var(--dark-blue);
}
.site-footer .social-links-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.site-footer .social-links-wrapper a.social-link {
  color: var(--dark-green);
  border-radius: 50%;
  border: 1px solid var(--dark-green);
  height: fit-content;
  padding: 6px 6px 0px 6px;
}
/* Navigation
--------------------------------------------- */

.home-icon a::after {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/home-icon.png");
}
.menu_container.resposive {
  display: none;
}
.menu_container {
  position: relative;
  /* top: 135px; */
  left: 0;
  background-color: #fff;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 999;
  height: 100vh;
  grid-column-end: 2 span;
  padding: 36px 5px;
}
.main-navigation {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* width: 100%; */
}
/* .menu-item.current-menu-item a {
  color: var(--dark-green);
} */
.menu-item.menu-item-has-children .sub-menu {
  flex-direction: column;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
}
.menu-item.menu-item-has-children {
  display: flex;
  gap: 5px;
  align-items: center;
}
.menu-item.menu-item-has-children::after {
  content: "\f347";
  font-family: "dashicons";
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  /* gap: 20px; */
  flex-direction: column;
}
/* .main-navigation ul > * + * {
  margin-top: 20px;
} */
.main-navigation ul .current-menu-item > a,
.main-navigation ul .current-menu-parent > a,
.main-navigation a.current-page {
  color: var(--dark-green);
}
.main-navigation a.current-page svg * {
  fill: var(--dark-green);
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
  margin: 20px 0 0 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation > a {
  margin: 20px 0 0 0;
}

/* event item */
.event-item-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 386px;
}
.event-item-wrapper:not(.event-item-wrapper.press) {
  border-top: 8px solid var(--dark-blue);
}
.post-type-archive-video .events-grid.media {
  margin-top: 30px;
}
.events-grid.media .event-item-wrapper {
  border-top: none;
}
.event-item-wrapper .content-wrapper {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.events-grid.media .event-item-wrapper .content-wrapper {
  padding-top: 0;
  height: auto;
}

.events-grid.media .event-item-wrapper .video-name {
  font-weight: 700;
}
.events-grid.media .event-item-wrapper p {
  color: #000;
  margin: 0;
}
.event-item-wrapper p,
.event-item-wrapper h4,
.event-item-wrapper a {
  color: var(--dark-blue);
}
.event-item-wrapper h4 {
  font-size: 20px;
}
.event-item-wrapper .event-type {
  margin-top: 0;
}
.event-item-wrapper .event-subtitle {
  margin-bottom: 5px;
}

.event-item-wrapper .event-title {
  margin-top: 5px;
  margin-bottom: 16px;
}
.event-item-wrapper .event-excerpt {
  margin-top: 16px;
  color: #000000b2;
}
.excerpt-full.hide {
  display: none;
}
.see-more-text.hide {
  display: none;
}
.see-more-text {
  color: var(--dark-green);
  cursor: pointer;
}
.event-item-wrapper .event-date,
.bottom-sec .event-time-wrapper span {
  margin-bottom: 5px;
  color: #00000080;
}
.event-item-wrapper.press .event-date,
.event-item-wrapper.press h4.event-type,
.event-item-wrapper.press a.event-link {
  color: var(--dark-green);
}
.event-item-wrapper.press p.event-title {
  color: #000;
}
.event-item-wrapper .event-link,
.partner-item-wrapper .partner-link,
.podcast-links-sec .event-link {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.partner-item-wrapper .partner-link {
  justify-content: flex-end;
  color: var(--dark-green);
}
.event-item-wrapper .event-link .dashicons,
.partner-item-wrapper .partner-link .dashicons,
.podcast-links-sec .event-link .dashicons {
  margin-left: 10px;
}
.become-partner-sec a {
  /* color: var(--dark-green); */
  font-weight: 600;
}
.podcast-links {
  display: flex;
}
.podcast-links > *:not(last-child) {
  margin-right: 10px;
  color: #727784;
}
.podcast-links-sec .event-link {
  color: var(--dark-green);
}
.video-wrapper {
  position: relative;
}
.video-wrapper .video-image {
  filter: brightness(0.6);
  aspect-ratio: 1/0.55;
  object-fit: cover;
}
.video-wrapper .play-icon-wrapper {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 11px 10px 10px 15px;
  border-radius: 50%;
  line-height: normal;
  cursor: pointer;
}
/* Small menu. */
/* .menu-toggle,
.main-navigation.toggled ul {
  display: block;
} */
.site-header .burger-menu {
  display: flex;
  justify-self: flex-end;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 75em) {
  .main-navigation li {
    margin: 0 20px 0 0;
  }
  .main-navigation > a {
    margin: 0 20px 0 0;
  }
  .menu_container.resposive {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: static;
    flex-direction: row;
    height: auto;
    grid-column-end: auto;
  }

  .main-navigation {
    margin: auto;
    gap: 0;
    flex-direction: row;
  }
  .site-header .burger-menu {
    display: none;
  }
  .main-navigation ul {
    flex-direction: row;
  }
  /*.main-navigation .menu-item a {
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
  }
  .main-navigation .menu-item a:hover,
  .main-navigation .menu-item a:active,
  .main-navigation .menu-item.current-menu-item a {
    color: var(--dark-green);
  } */
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* footer
--------------------------------------------- */
.site-footer #block-7 p.has-text-align-center {
  max-width: 710px;
  margin: auto;
}
.menu-item > a {
  color: #000;
  font-weight: 500;
}
.site-footer #block-6 h2.widgettitle {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-green);
}
.site-footer #block-6 ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer
  #block-10
  > .wp-block-group
  > .wp-block-group__inner-container
  > .wp-block-columns {
  justify-content: space-between;
  align-items: center;
}
.site-footer #block-10 .middle-bottom-footer p,
.site-footer #block-10 .middle-bottom-footer p a {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;

  color: rgba(0, 0, 0, 0.5);
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* shortcodes
--------------------------------------------- */
/* .partners-snipp-container {
  background-color: #e7e6e280;
} */
.partners-snipp-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  gap: 42px;
  padding: 55px 0;
  max-width: 1160px;
  margin: auto;
}
.partners-snipp-wrapper > figure {
  display: flex;
  align-items: center;
  margin: 0;
}
.partners-type-wrapper,
.exhibitor-type-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(343px, 1fr));
  gap: 26px;
}
.partners-type-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.exhibitor-type-wrapper {
  margin: auto;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 42px;
  padding: 30px 0;
}
.partners-type-wrapper .partner-item-wrapper {
  /* max-width: 620px; */
  padding: 36px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: fit-content;
}
#item-2238,
#item-2252 {
  order: 0 !important;
}
#item-2250 {
  order: 1 !important;
}
#item-2249 {
  order: 4 !important;
}
#item-3324 {
  order: 3 !important;
}
#item-2253 {
  order: 8 !important;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* banner slider
--------------------------------------------- */
.banner-slider-wrapper {
  max-width: 1440px;
  margin: auto;
  position: relative;
  margin-bottom: 64px;
  height: 436px;
}
.slide-subtitle {
  font-size: 22px;
}
.single-podcast .banner-slider-wrapper {
  margin-bottom: 0;
}
.banner-slider-wrapper .slide-img,
.banner-slider-wrapper > .banner-img {
  object-fit: cover;
  /* height: 100%; */
  max-height: 436px;
  height: 436px;
}

.banner-slider-wrapper.single-event {
  display: table;
  width: 100%;
}
.banner-slider-wrapper > .banner-img,
.banner-slider-wrapper .slide-img {
  z-index: -1;
  position: absolute;
}
.banner-slider-wrapper.slider .slider-item-wrapper {
  display: none;
  width: 100%;
  background-size: cover;
  height: inherit;
}
.banner-slider-wrapper.slider .slider-item-wrapper.show {
  display: table;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-slider-wrapper .icon {
  position: absolute;
  top: 50%;
  cursor: pointer;
  padding: 5px;
  z-index: 2;
}
.banner-slider-wrapper .prev.icon {
  left: 5%;
}
.banner-slider-wrapper .next.icon {
  right: 5%;
}
.banner-overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}
.banner-content-wrapper .inner-content {
  max-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1070px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.banner-content-wrapper .inner-content .banner-content {
  max-width: 620px;
}
.banner-content-wrapper .inner-content .banner-content * {
  color: #fff;
}
.single-event .event-time-wrapper span {
  font-weight: 600;
  font-size: 18px;
  line-height: 170%;
  /* color: #ffffff; */
}
.banner-slider-wrapper.single-event .event-date {
  margin: 0;
}
.page-title-wrapper {
  position: absolute;
  top: 0;
  background-color: var(--primary-green);
  /* background-image: linear-gradient(
    360deg,
    rgba(40, 110, 60, 0.7) 0%,
    rgba(162, 169, 33, 0.7) 100%
  ); */
  /* background-image: linear-gradient(
      360deg,
      rgba(40, 110, 60, 0.7) 0%,
      rgba(162, 169, 33, 0.7) 100%
    ),
    url("/wp-content/uploads/2022/02/ffa-banner-no-overlay-1.png"); */
  color: #fff;
  width: 100%;
  background-repeat: no-repeat;
  padding: 40px 0 70px 86px;
  background-position: center;
  -webkit-clip-path: polygon(100% 0, 100% 60%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 60%, 0 100%, 0 0);
  min-height: 85px;
  z-index: 2;
  opacity: 0.9;
}
.page-title-wrapper.no-slider {
  position: static;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 64px;
}
.page-title-wrapper .page-title {
  max-width: 95%;
  margin: 0;
}
.page-title-wrapper.dynamic {
  background-image: linear-gradient(
      360deg,
      rgba(40, 110, 60, 0.7) 0%,
      rgba(162, 169, 33, 0.7) 100%
    ),
    url("/wp-content/uploads/2022/01/photo-1560493676-04071c5f467b.jpg");
  background-position-y: center;
  -webkit-clip-path: polygon(100% 0, 100% 60%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 60%, 0 100%, 0 0);

  background-size: cover;
  background-position: bottom;
}

/* single event navigation
--------------------------------------------- */
/* cta-btn-link
--------------------------------------------- */
.cta-btn-link,
.cta-btn a {
  color: #fff;
  background-color: var(--dark-green);
  padding: 16px 32px;
  height: fit-content;
  margin: auto 0;
  display: flex;
  /* gap: 10px; */
}
.cta-btn a::after {
  content: "\f344";
  font-family: dashicons;
  margin-left: 10px;
}

.s_e-nav-wrapper {
  display: flex;
  margin-bottom: 62px;
}
.s_e-nav-wrapper .nav-sec {
  flex: 2;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 50px;
}
.s_e-nav-wrapper .caldener-sec a {
  font-weight: 600;
  color: var(--dark-green);
}
.s_e-nav-wrapper .nav-sec a {
  font-size: 18px;
}
/* event-content-sec
--------------------------------------------- */
.event-content-sec {
  margin-top: 70px;
}
.event-content-sec .sec-title {
  text-align: center;
  margin-bottom: 30px;
}
.presenter-items-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 217px);
  gap: 40px;
}
.presenter-item-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.presenter-item-wrapper .presenter-img {
  height: 151px;
  object-fit: cover;
}
.presenter-item-wrapper .learn-more-link {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  color: var(--dark-green);
  padding-left: 16px;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.presenter-item-wrapper .item-details {
  padding: 16px;
}
.presenter-item-wrapper .item-details h5 {
  color: var(--dark-green);
  margin: 0;
}
.presenter-item-wrapper .item-details p.presenter-role {
  margin: 0;
}
.presenter-popup-wrapper {
  display: none;
}
.presenter-popup-wrapper,
.video-popup-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.video-popup-wrapper.hide {
  display: none;
}
.presenter-popup-wrapper .presenter-popup-contnet,
.video-popup-wrapper .presenter-popup-contnet {
  background: #fff;
  max-width: 700px;
  position: fixed;
  z-index: 10;
  padding: 32px;
  height: 60%;
  width: 95%;
  /* overflow-x: auto; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-popup-wrapper .presenter-popup-contnet {
  background: transparent;
  max-width: none;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: self-start;
  justify-content: center;
  flex-wrap: wrap;
}
.presenter-popup-wrapper .presenter-popup-contnet .popup-header {
  display: flex;
  justify-content: space-between;
}
.presenter-popup-wrapper .presenter-popup-contnet .presenter-content {
  overflow-x: auto;
  height: 70%;
  padding-right: 10px;
}
/* width */
.presenter-popup-wrapper
  .presenter-popup-contnet
  .presenter-content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.presenter-popup-wrapper
  .presenter-popup-contnet
  .presenter-content::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.presenter-popup-wrapper
  .presenter-popup-contnet
  .presenter-content::-webkit-scrollbar-thumb {
  background: #b9b9b9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.presenter-popup-contnet iframe {
  border: none;
}
.presenter-close-btn,
.video-close-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.video-close-btn svg {
  width: 25px;
  height: 25px;
}
body.scroll-off {
  overflow-y: hidden;
}
.presenter-popup-wrapper.show {
  display: block;
}
.two-col-sec {
  display: flex;
}
.first-col {
  flex: 2;
}
#AgendaSec > h3 {
  margin: 0;
  color: var(--dark-green);
}
#AgendaSec .event-time-wrapper span {
  color: var(--dark-green);
}
#AgendaSec > p {
  margin-bottom: 0;
  color: var(--dark-green);
}
.slot-item-wtapper {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #e7e6e2;
  margin-bottom: 20px;
}

.slot-item-wtapper .period-sec span {
  font-weight: 600;
  font-size: 18px;
  line-height: 170%;
  color: var(--dark-green);
}
.first-col .event-details {
  max-width: 680px;
}
.slot-item-wtapper .content-sec {
  max-width: 472px;
}
.slot-part-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 170%;
  margin-top: 0;
  color: var(--dark-green);
}
.upcomming-events-wrapper {
  max-width: 380px;
}

.pranter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 45px;
  margin-bottom: 45px;
}
.colab-sec-header {
  border-top: 1px solid #e7e6e2;
  padding-top: 10px;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.chairman-sec div.wp-block-column.content-sec {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 24px;

  flex-grow: 1 !important;
  /* margin-left: 0 !important; */
  min-width: 400px !important;
}
.facts-sec h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: var(--dark-green);
}
.facts-sec p {
  color: rgba(0, 0, 0, 0.7);
}
.facts-sec .fact-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 24px;
  height: 100%;
  max-width: 375px;
}
.facts-sec .wp-block-column {
  margin-left: 0 !important;
}
.facts-sec .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(282px, 1fr));
  gap: 55px;
  grid-auto-rows: minmax(230px, min-content);
}

.has-bg {
  background-image: linear-gradient(
      360deg,
      rgba(36, 68, 126, 0.7) 0%,
      rgba(136, 188, 231, 0.7) 100%
    ),
    url("/wp-content/uploads/2022/01/photo-1543257580-7269da773bf5.jpg");
  background-position-y: center;
  -webkit-clip-path: polygon(100% 0, 100% 60%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 60%, 0 100%, 0 0);
  color: #fff;
}
h2.has-bg {
  font-size: 32px;
  max-width: 1440px;
  height: 140px;
  margin: 50px auto;
  padding: 40px 0 70px 86px;
}
div.has-bg-img {
  max-width: 1440px;
  margin: auto;
  padding: 60px;
  background-image: url("/wp-content/uploads/2022/01/unsplash_oP_xD70TpsI.png");
  color: #fff;
  background-repeat: no-repeat;
}

.single-event .event-item-wrapper {
  margin-top: 16px;
}

/* gutenberge styles */

.contacts-person-wrapper > div > div.wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(343px, 1fr));
  gap: 40px 20px;
}
.contacts-person-wrapper > div > div.wp-block-columns > div.wp-block-column {
  margin-left: 0 !important;
}
#post-20
  > div
  > div
  > div
  > div.wp-block-columns
  > div.wp-block-column.is-vertically-aligned-center.info-col.custom
  > div
  > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  /* justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap; */
}
/* #post-20
  > div
  > div
  > div
  > div.wp-block-columns
  > div.wp-block-column.is-vertically-aligned-center.info-col.custom
  > div
  > div
  > *
  + * {
  margin-left: 40px;
  margin-top: 0;
}
@media screen and (max-width: 1349) {
  #post-20
    > div
    > div
    > div
    > div.wp-block-columns
    > div.wp-block-column.is-vertically-aligned-center.info-col.custom
    > div
    > div
    > *
    + * {
    margin-top: 40px;
    margin-left: 0;
  }
} */

.content-colored-sec {
  background-color: #e7e6e280;
  width: fit-content;
  margin: auto;
  padding: 34px 55px;
  max-width: 100%;
}
.content-colored-sec * {
  max-width: 100%;
}
.content-colored-sec h4 {
  color: var(--dark-green);
  margin-bottom: 5px;
}
.contact-person-wrapper {
  /* max-width: 400px; */
  /* height: 129px; */
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px;
}
.contact-person-wrapper p,
.contact-person-wrapper h3 {
  margin: 0;
}
.contact-person-wrapper h3 {
  margin-bottom: 10px;
}
.contact-person-wrapper .person-email > a,
.contact-person-wrapper h3 {
  color: var(--dark-green);
}
#press-corner {
  margin-top: 0;
}
#our-new-logo-symbolises-our-revitalised-forum {
  max-width: 520px;
}
.ffa-logo-text-wrapper {
  justify-content: space-between;
}
.ffa-logo-text-wrapper > .wp-block-column {
  max-width: 566px;
}
.ffa-logos-wrapper figure {
  margin: 0;
}
div.wp-block-group.podcasts-links-wrapper > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-content: start;
  width: fit-content;
}
/* resposive */
/* small desktop */

@media screen and (max-width: 1024px) {
  .banner-slider-wrapper .prev.icon {
    left: 75%;
  }
  .banner-slider-wrapper .icon {
    top: 85%;
  }
  .partners-type-wrapper {
    grid-template-columns: 1fr;
  }
  :root {
    --global--spacing-horizontal: 5px;
  }
  .page-title-wrapper {
    padding: 16px;
  }
  div.has-bg-img {
    padding: 20px;
  }
  .container.three-col {
    grid-template-columns: 1fr;
  }
}
/* 1440px */
@media screen and (min-width: 1448px) {
  .events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(336px, 386px));
    gap: 55px;
    /* grid-auto-rows: 355px; */
  }
}

/* 13inch */
@media screen and (min-width: 1280px) {
  .events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(336px, 355px));
    gap: 27px;
    /* grid-auto-rows: 355px; */
  }
}
/* tablet */
@media screen and (max-width: 786px) {
  .slide-subtitle {
    font-size: 20px;
  }

  h2.has-bg {
    font-size: 24px;
    padding: 16px;
  }
  .page-title-wrapper {
    min-height: 140px;
  }
  .podcast-main-columns-wrapper {
    flex-direction: column;
  }
  .align-left-content {
    max-width: 100%;
  }
  .presenter-close-btn,
  .video-close-btn {
    margin-left: auto;
  }
  .chairman-sec div.wp-block-column.content-sec {
    margin-left: 0 !important;
  }
  .recent-podcasts-sec {
    padding-left: 0;
    border-left: none;
  }
  .page-title-wrapper {
    padding: 16px;
  }
  h1 {
    font-size: 26px;
  }
  #page_footer .wp-block-column.middle-bottom-footer {
    order: 3;
    flex: 2;
  }
  #page_footer .wp-block-column.middle-bottom-footer .wp-block-group {
    width: 100%;
  }
  #page_footer
    .wp-block-column.middle-bottom-footer
    .wp-block-columns
    .wp-block-column {
    flex: 1 !important;
  }
  .banner-content-wrapper .inner-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .two-col-sec {
    flex-direction: column;
  }
  .s_e-nav-wrapper {
    flex-direction: column;
  }
  .s_e-nav-wrapper .caldener-sec {
    margin-top: 33px;
    order: 2;
  }
}
@media screen and (min-width: 425px) and (max-width: 900px) {
  #post-20 > div > div > div > div.wp-block-columns > div:nth-child(1) {
    flex-grow: 70;
  }
  #post-20
    > div
    > div
    > div
    > div.wp-block-columns
    > div.wp-block-column.is-vertically-aligned-center.info-col {
    min-width: 390px;
    margin: 0;
    flex-grow: 100;
  }
  .content-colored-sec {
    background-color: #e7e6e280;
    width: 100%;
    padding: 34px 55px;
  }
}

@media screen and (max-width: 550px) {
  #mc_embed_signup_scroll {
    flex-direction: column;
  }
  #mc_embed_signup_scroll .button,
  #mc_embed_signup_scroll .email {
    width: 100%;
  }
}
/* mobile */
@media screen and (max-width: 425px) {
  .slide-subtitle {
    font-size: 18px;
  }
  .banner-slider-wrapper .prev.icon {
    left: 60%;
  }
  h2.has-bg {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 16px;
  }
  .guest-bio-item .event-excerpt {
    margin-left: 0;
    margin-top: 15px;
  }
  #ctf .ctf-item {
    padding: 10px !important;
  }
  .article-nav-wrapper {
    border-bottom: 1px solid #ebf2f8;
  }
  .article-nav-wrapper .nav-link {
    text-align: left;
    border-bottom: none;
  }
  .desktop-only-spacer {
    display: none;
  }
  .chairman-sec div.wp-block-column.content-sec {
    min-width: auto !important;
  }
  #page_footer .wp-block-column.middle-bottom-footer .wp-block-columns {
    flex-direction: column;
    align-content: space-evenly;
    text-align: center;
  }
  .banner-content h2.event-title {
    font-size: 24px;
  }
  .s_e-nav-wrapper .nav-sec {
    justify-content: flex-start;
  }
  .presenter-items-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(217px, 1fr));
    gap: 46px;
  }
  .presenter-item-wrapper .presenter-img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/0.7;
  }
  .slot-item-wtapper {
    flex-direction: column;
    align-items: baseline;
  }
  .contacts-person-wrapper > div > div.wp-block-columns {
    grid-template-columns: 1fr;
  }

  .site-footer
    #block-10
    > .wp-block-group
    > .wp-block-group__inner-container
    > .wp-block-columns {
    gap: 40px;
  }
  h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .pagination-wrapper {
    gap: 10px;
  }
  h1 {
    font-size: 22px;
  }

  .events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  /* .site-header {
    height: 100vh;
    overflow: auto;
  } */
}

@media screen and (max-height: 600px) {
  body.scroll-off #masthead {
    height: 100vh;
    overflow: auto;
  }
}

.css-16my406 {
  color: green;
  font: inherit;
  white-space: inherit;
}
