@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.col-md-2-5 {
  width: 20%; }

.col-w-40rem {
  width: 40rem; }

.flex {
  display: flex; }

.width-full {
  width: 100%; }

.justify-center {
  justify-content: center; }

.pf-flex-col {
  flex-direction: column; }

.border-green {
  border-color: #6CB937; }

.footer-container .other-companies .other-company-logo.vf img {
  width: 100%; }

.nl-subscription {
  text-align: center; }
  .nl-subscription form input[type="text"], .nl-subscription form input[type="email"], .nl-subscription form select {
    width: 60% !important; }
    @media screen and (max-width: 768px) {
      .nl-subscription form input[type="text"], .nl-subscription form input[type="email"], .nl-subscription form select {
        width: 80% !important; } }

.language-selector {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .language-selector label {
    font-weight: bold;
    margin-bottom: 0; }

.synthesia {
  z-index: 101; }
  @media screen and (max-width: 768px) {
    .synthesia {
      flex-direction: column-reverse;
      align-items: start; } }
  .synthesia-avatar-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #6CB937;
    overflow: hidden;
    background-color: #6CB937;
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65); }
  .synthesia-avatar {
    width: 100%;
    height: 100%; }
    .synthesia-avatar:hover {
      animation: scaleAnimation 1s alternate infinite ease-in; }

@keyframes scaleAnimation {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
  @media screen and (max-width: 768px) {
    .synthesia-video-wrapper {
      margin-bottom: 40px; } }
  .synthesia-video-wrapper-shadow {
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.65); }
  .synthesia #synthesia-video.video-js {
    height: 0px; }
    .synthesia #synthesia-video.video-js .vjs-big-play-button {
      display: none; }
  .synthesia #synthesia-video.video-js.show {
    height: 480px;
    animation: heightUpAnimation 0.7s normal 1 ease-in; }
  .synthesia #synthesia-video.video-js.hide {
    height: 0px;
    animation: heightDownAnimation 0.7s normal 1 ease-in; }

@keyframes heightUpAnimation {
  0% {
    height: 0px; }
  100% {
    height: 480px; } }

@keyframes heightDownAnimation {
  0% {
    height: 480px; }
  100% {
    height: 0px; } }
  .synthesia-close-icon {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background-color: rgba(108, 185, 55, 0.9); }
    .synthesia-close-icon::after {
      content: " ";
      width: 60%;
      background-color: white;
      height: 1px;
      display: inline-block;
      position: absolute;
      animation: rotateTo-45 0.2s normal 1 ease-in forwards; }
    .synthesia-close-icon::before {
      content: " ";
      width: 60%;
      background-color: white;
      height: 1px;
      display: inline-block;
      position: absolute;
      transform: rotate();
      animation: rotateTo45 0.2s normal 1 ease-in forwards; }

@keyframes rotateTo45 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }

@keyframes rotateTo-45 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-45deg); } }

@media screen and (max-width: 768px) {
  .wp-caption {
    width: 100% !important; } }

.image-gallery .nGY2GalleryMoreButton .nGY2GalleryMoreButtonAnnotation {
  background-color: #6CB937; }

.image-gallery .nGY2Navigationbar {
  display: flex !important;
  justify-content: end; }
  .image-gallery .nGY2Navigationbar .nGY2NavPagination {
    background-color: #6CB937;
    border-radius: 0; }

.network-links {
  display: flex !important;
  justify-content: end; }
  .network-links .social-link {
    display: flex !important;
    align-items: center; }
  .network-links .instagram {
    display: flex; }
    .network-links .instagram img {
      margin-bottom: 0px !important; }
  .network-links .twitter-header {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 7px; }
    .network-links .twitter-header img {
      width: 20px;
      height: 20px;
      object-fit: contain; }
  .network-links .facebook-header {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 7px; }
    .network-links .facebook-header img {
      object-fit: contain;
      border-radius: 7px; }
  .network-links .linkedin-header {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 7px; }
    .network-links .linkedin-header img {
      object-fit: contain;
      border-radius: 7px; }

.social-info .twitter-footer, .social-info .facebook-footer {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 7px; }
  .social-info .twitter-footer img, .social-info .facebook-footer img {
    width: 20px;
    height: 20px;
    object-fit: contain; }

.social-info .facebook-footer img {
  border-radius: 5px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.background-primary {
  background-color: #7b0549; }

.background-secondary {
  background-color: #a3c800; }

.background-dark {
  background-color: #1d1d1d; }

.background-dark-light {
  background-color: #323232; }

.background-footer {
  background-color: #212121; }

.background-gray {
  background-color: #cdcecf; }

.background-gray-light {
  background-color: #e2e3e5; }

.background-gray-light-alt {
  background-color: #e6e7e9; }

.text-muted {
  color: #999999; }

.text-muted-gray {
  color: #e6e7e9; }

.text-primary {
  color: #7b0549; }

.border-color-primary {
  border-color: #7b0549; }

.w-120px {
  width: 120px; }

.w-300px {
  width: 300px; }

.w-320px {
  width: 320px; }

.w-810px {
  width: 810px; }

.w-750px {
  width: 750px; }

.w-680px {
  width: 680px; }

.h-25px {
  height: 25px; }

.h-30px {
  height: 30px; }

.h-50px {
  height: 50px; }

.h-90px {
  height: 90px; }

.h-100px {
  height: 100px; }

.h-130px {
  height: 130px; }

.h-230px {
  height: 230px; }

.h-260px {
  height: 260px; }

.h-300px {
  height: 300px; }

.h-370px {
  height: 370px; }

.h-460px {
  height: 460px; }

.h-600px {
  height: 600px; }

.mh-118px {
  min-height: 118px; }

.border-l-1 {
  border-left-width: 1px; }

.black-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.53) 60%, rgba(0, 0, 0, 0) 80%); }

.bottom-300px {
  bottom: 300px; }

.border-b-1 {
  border-bottom-width: 1px; }

.border-r-1 {
  border-right-width: 1px; }

.rounded-lg-i {
  border-radius: .5rem !important; }

.border-gray {
  border-color: #606060; }

.border-gray-light {
  border-color: #686868; }

.border-separator {
  border-color: #6a6a6a; }

.text-sm-i {
  font-size: .875rem !important;
  line-height: 1.25rem !important; }

.text-xs-i {
  font-size: .75rem !important;
  line-height: 1rem !important; }

.img-hover-zoom {
  overflow: hidden; }
  .img-hover-zoom img {
    transition: transform 1s ease; }
  .img-hover-zoom:hover img {
    transform: scale(1.1); }

.overflow-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.top-50-i {
  top: 50% !important; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.grape-reporter-menu li {
  border-right: 1px solid white; }
  .grape-reporter-menu li:last-child {
    border-right: 0px; }
  .grape-reporter-menu li a {
    display: inline-block;
    padding: 26px 24px 24px;
    transition: background-color 150ms linear;
    color: #f2f2f2; }
  .grape-reporter-menu li a:hover {
    background-color: #98185e;
    color: white; }

.grape-reporter-menu .menu-item {
  position: relative; }

.grape-reporter-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: rgba(152, 24, 94, 0.98);
  columns: 2;
  top: 74px;
  left: 0px;
  width: 500px;
  transition: visibility 0.3s linear,opacity 0.3s linear;
  z-index: 1; }
  .grape-reporter-menu .sub-menu li {
    border-right: 0px; }
    .grape-reporter-menu .sub-menu li a {
      padding: 15px 20px; }
    .grape-reporter-menu .sub-menu li a:hover {
      color: #a0a0a0; }

.grape-reporter-menu .sub-menu:before {
  content: " ";
  display: inline-block;
  width: 1px;
  position: absolute;
  height: 90%;
  background-color: white;
  right: 50%;
  top: 5%; }

.grape-reporter-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1; }

.banner.rgt {
  display: inline-block;
  width: 300px;
  height: 250px; }

.banner.cont {
  display: inline-block;
  width: 728px;
  height: 90px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.tab-content .tab-pane {
  display: none; }
  .tab-content .tab-pane.active {
    display: block; }

.nav-tabs .nav-link {
  color: #7b0549;
  background-color: white; }

.nav-tabs .nav-link.active {
  background-color: #7b0549;
  color: white; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.grape-reporter-pagination .page-numbers {
  padding: 10px 20px;
  background-color: #999999;
  color: white;
  font-weight: bold; }
  .grape-reporter-pagination .page-numbers.current {
    background-color: #7b0549; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: #7b0549;
  background-color: white;
  top: 20%; }
  .swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
    font-size: 25px; }

.swiper .swiper-button-next {
  right: 0px; }

.swiper .swiper-button-prev {
  left: 0px; }

.grape-reporter-single h1, .grape-reporter-single h2, .grape-reporter-single h3, .grape-reporter-single h4, .grape-reporter-single h5, .grape-reporter-single h6 {
  font-weight: 500;
  color: #333333; }
  .grape-reporter-single h1 strong, .grape-reporter-single h2 strong, .grape-reporter-single h3 strong, .grape-reporter-single h4 strong, .grape-reporter-single h5 strong, .grape-reporter-single h6 strong {
    font-weight: 500; }

.grape-reporter-single h1 {
  line-height: 3.25rem; }

.grape-reporter-single h2 {
  line-height: 2.25rem; }

.grape-reporter-single p {
  line-height: 22px;
  margin-bottom: 15px; }

.grape-reporter-single .alignright {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.grape-reporter-single .alignleft {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.grape-reporter-single .aligncenter {
  margin: 10px auto; }

.grape-reporter-single .share-bar .addtoany_shortcode span {
  border-radius: 0px !important;
  width: 32px !important;
  line-height: 32px !important;
  height: 32px !important; }

.micro-modal {
  display: none;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  height: 100%; }

.micro-modal-content {
  display: inline-block;
  width: auto; }

.micro-modal.is-open {
  display: block; }

.grape-reporter {
  font-family: 'Poppins', sans-serif; }
  .grape-reporter .container {
    display: block !important; }
  .grape-reporter .logo img {
    width: 280px; }
  .grape-reporter .footer-logo img {
    width: 196px; }
  .grape-reporter .related_sites img {
    height: 35px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.agrtips-background-primary {
  background-color: #2b973f; }

.agrtips-background-secondary {
  background-color: #2b973f; }

.agrtips-background-dark {
  background-color: #1d1d1d; }

.background-dark-light {
  background-color: #323232; }

.background-footer {
  background-color: #212121; }

.background-gray {
  background-color: #cdcecf; }

.background-gray-light {
  background-color: #e2e3e5; }

.background-gray-light-alt {
  background-color: #e6e7e9; }

.text-muted {
  color: #999999; }

.text-muted-gray {
  color: #e6e7e9; }

.agrtips-text-primary {
  color: #2b973f; }

.agrtips-border-color-primary {
  border-color: #2b973f; }

.w-120px {
  width: 120px; }

.w-300px {
  width: 300px; }

.w-320px {
  width: 320px; }

.w-810px {
  width: 810px; }

.w-750px {
  width: 750px; }

.w-680px {
  width: 680px; }

.h-25px {
  height: 25px; }

.h-30px {
  height: 30px; }

.h-50px {
  height: 50px; }

.h-90px {
  height: 90px; }

.h-100px {
  height: 100px; }

.h-130px {
  height: 130px; }

.h-230px {
  height: 230px; }

.h-260px {
  height: 260px; }

.h-300px {
  height: 300px; }

.h-370px {
  height: 370px; }

.h-460px {
  height: 460px; }

.h-600px {
  height: 600px; }

@media screen and (max-width: 768px) {
  .md-h-300px {
    height: 300px; } }

@media screen and (max-width: 768px) {
  .md-h-170px {
    height: 170px; } }

.mh-118px {
  min-height: 118px; }

.border-l-1 {
  border-left-width: 1px; }

.black-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.53) 60%, rgba(0, 0, 0, 0) 80%); }
  @media screen and (max-width: 768px) {
    .black-gradient {
      background: white; } }

.bottom-300px {
  bottom: 300px; }

.border-b-1 {
  border-bottom-width: 1px; }

.border-r-1 {
  border-right-width: 1px; }

.rounded-lg-i {
  border-radius: .5rem !important; }

.border-gray {
  border-color: #606060; }

.border-gray-light {
  border-color: #686868; }

.border-separator {
  border-color: #6a6a6a; }

@media screen and (max-width: 1024px) {
  .lg-no-border {
    border: 0px; } }

.text-sm-i {
  font-size: .875rem !important;
  line-height: 1.25rem !important; }

.text-xs-i {
  font-size: .75rem !important;
  line-height: 1rem !important; }

.text-4xl-i {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important; }

.img-hover-zoom {
  overflow: hidden; }
  .img-hover-zoom img {
    transition: transform 1s ease; }
  .img-hover-zoom:hover img {
    transform: scale(1.1); }

.overflow-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.top-50-i {
  top: 50% !important; }

.object-fit-cover {
  object-fit: cover; }

@media screen and (max-width: 728px) {
  .sm-h-230px {
    height: 230px; } }

@media screen and (max-width: 728px) {
  .sm-text-30px {
    font-size: 30px;
    line-height: 1.2 !important; } }

.flex-i {
  display: flex !important; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.agronotips-menu li {
  border-right: 1px solid white; }
  .agronotips-menu li:last-child {
    border-right: 0px; }
  .agronotips-menu li a {
    display: inline-block;
    padding: 26px 24px 24px;
    transition: background-color 150ms linear;
    color: #f2f2f2; }
  .agronotips-menu li a:hover {
    background-color: #206f2e;
    color: white; }

.agronotips-menu .menu-item {
  position: relative; }

.agronotips-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: rgba(32, 111, 46, 0.9);
  top: 74px;
  left: 0px;
  width: 300px;
  transition: visibility 0.3s linear,opacity 0.3s linear;
  z-index: 1; }
  .agronotips-menu .sub-menu li {
    border-right: 0px; }
    .agronotips-menu .sub-menu li a {
      width: 100%;
      padding: 15px 20px; }
    .agronotips-menu .sub-menu li a:hover {
      color: white; }

@media screen and (max-width: 1024px) {
  .agronotips-menu {
    display: none !important; } }

.agronotips-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1; }

.agronotips-menu-mobile {
  display: none; }
  @media screen and (max-width: 1024px) {
    .agronotips-menu-mobile {
      overflow-y: auto;
      background-color: white;
      display: flex;
      position: fixed;
      top: 0;
      left: -75%;
      height: 100%;
      width: 75%;
      z-index: 10;
      flex-direction: column;
      justify-content: start !important; }
      .agronotips-menu-mobile li {
        border-right: 0px;
        border-bottom: 1px solid #eaeaea; }
        .agronotips-menu-mobile li li:last-child {
          border-bottom: 0px; }
        .agronotips-menu-mobile li a {
          width: 100%;
          padding: 10px;
          padding-left: 0px;
          color: #2b973f;
          font-size: 14px;
          font-weight: bold; }
      .agronotips-menu-mobile.show-menu {
        display: flex !important;
        left: 0;
        transition: left 0.5s; }
      .agronotips-menu-mobile.hide-menu {
        left: -75%;
        transition: left 0.5s; }
      .agronotips-menu-mobile .sub-menu {
        display: inline-block;
        position: unset;
        visibility: visible;
        opacity: 1;
        width: 100%;
        background-color: white; }
        .agronotips-menu-mobile .sub-menu li a {
          font-size: 14px;
          padding-left: 25px;
          color: #2b973f; }
        .agronotips-menu-mobile .sub-menu.collapsed {
          display: none; } }
  .agronotips-menu-mobile .menu-social-networks {
    color: #2b973f; }

.agronotips-menu-veil {
  display: none; }
  @media screen and (max-width: 1024px) {
    .agronotips-menu-veil {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.8);
      flex-direction: column; }
      .agronotips-menu-veil.show-veil {
        display: flex; }
      .agronotips-menu-veil.hide-veil {
        display: none; } }

@media screen and (max-width: 1024px) {
  .agronotips-menu-close {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0; } }

.banner.rgt {
  display: inline-block;
  width: 300px;
  height: 250px; }

.banner.cont {
  display: inline-block;
  width: 728px;
  height: 90px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.agrtips-tab-content .tab-pane {
  display: none; }
  .agrtips-tab-content .tab-pane.active {
    display: block; }

.agrtips-nav-tabs .nav-link {
  color: #2b973f;
  background-color: white; }

.agrtips-nav-tabs .nav-link.active {
  background-color: #2b973f;
  color: white; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.grape-reporter-pagination .page-numbers {
  padding: 10px 20px;
  background-color: #999999;
  color: white;
  font-weight: bold; }
  .grape-reporter-pagination .page-numbers.current {
    background-color: #2b973f; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: #2b973f;
  background-color: white;
  top: 20%; }
  .swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
    font-size: 25px; }

.swiper .swiper-button-next {
  right: 0px; }

.swiper .swiper-button-prev {
  left: 0px; }

.agronotips-single h1, .agronotips-single h2, .agronotips-single h3, .agronotips-single h4, .agronotips-single h5, .agronotips-single h6 {
  font-weight: 500;
  color: #333333; }
  .agronotips-single h1 strong, .agronotips-single h2 strong, .agronotips-single h3 strong, .agronotips-single h4 strong, .agronotips-single h5 strong, .agronotips-single h6 strong {
    font-weight: 500; }

.agronotips-single h1 {
  line-height: 3.25rem; }

.agronotips-single h2 {
  line-height: 2.25rem; }

.agronotips-single p {
  line-height: 22px;
  margin-bottom: 15px; }

.agronotips-single .alignright {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

@media screen and (max-width: 1024px) {
  .agronotips-single img.alignright, .agronotips-single img.alignleft {
    max-width: 50% !important; } }

.agronotips-single .alignleft {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.agronotips-single .aligncenter {
  margin: 10px auto; }
  @media screen and (max-width: 1024px) {
    .agronotips-single .aligncenter {
      width: 100% !important; } }

@media screen and (max-width: 1024px) {
  .agronotips-single img.aligncenter {
    width: 100% !important; } }

.agronotips-single .share-bar .addtoany_shortcode span {
  border-radius: 0px !important;
  width: 32px !important;
  line-height: 32px !important;
  height: 32px !important; }

.micro-modal {
  display: none;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  height: 100%; }

.micro-modal-content {
  display: inline-block;
  width: auto; }

.micro-modal.is-open {
  display: block; }

@media screen and (max-width: 728px) {
  .related-posts {
    display: flex;
    flex-direction: column; } }

.agronotips .agtips-page .wpcf7 {
  display: inline-block; }
  .agronotips .agtips-page .wpcf7 .screen-reader-response {
    display: none; }
  .agronotips .agtips-page .wpcf7 .wpcf7-form {
    display: inline-block;
    text-align: left; }
    .agronotips .agtips-page .wpcf7 .wpcf7-form .wpcf7-response-output {
      color: white;
      background-color: #2b973f;
      padding: 10px;
      max-width: 600px; }
    .agronotips .agtips-page .wpcf7 .wpcf7-form p {
      margin-bottom: 15px; }
      .agronotips .agtips-page .wpcf7 .wpcf7-form p label {
        display: inline-block;
        margin-bottom: 5px; }
    .agronotips .agtips-page .wpcf7 .wpcf7-form textarea {
      width: 100%;
      border-radius: 0; }

.search-form-mobile {
  margin-top: 10px; }
  .search-form-mobile > div {
    border-radius: 0.5rem !important; }
    .search-form-mobile > div .searchable-categories {
      display: none; }
  .search-form-mobile .p-16 {
    padding: 10px !important; }

.agronotips {
  font-family: 'Poppins', sans-serif; }
  .agronotips .container {
    display: block !important; }
  .agronotips .logo img {
    width: 300px; }
  .agronotips .footer-logo img {
    width: 200px; }
  .agronotips .related_sites img {
    height: 35px;
    width: 200px; }
  @media screen and (max-width: 728px) {
    .agronotips .related_sites {
      display: flex;
      justify-content: center; }
      .agronotips .related_sites a {
        width: 45%;
        padding: 0px 5px !important; } }

.events {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .events-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center; }
  .events .featured-events {
    width: 80%;
    max-width: 1170px;
    background-color: white; }
    .events .featured-events-title {
      width: 100%;
      color: white;
      background-color: #6CB937;
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
      padding: 10px; }
  .events .featured-event {
    padding: 30px;
    transition: scale .2s ease-in-out; }
    .events .featured-event:hover {
      scale: 1.1; }
    .events .featured-event a {
      text-decoration: none; }
    .events .featured-event-image {
      width: 100%;
      height: 150px;
      object-fit: contain; }
    .events .featured-event h3 {
      color: #333;
      text-align: center;
      font-size: 18px;
      min-height: 50px; }
    .events .featured-event-location {
      color: #6CB937;
      font-size: 14px;
      margin-top: 10px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .events .featured-event-location .online {
        padding: 0px 10px;
        margin-top: 10px;
        border-radius: 10px;
        color: white;
        background-color: #6CB937;
        display: block;
        width: 70px; }
    .events .featured-event-dates {
      margin-top: 10px;
      color: #888;
      text-align: center;
      width: 100%;
      text-transform: capitalize; }
    .events .featured-event .rrss {
      display: block;
      text-align: center;
      margin-top: 10px; }
      .events .featured-event .rrss a {
        color: #888;
        font-size: 22px;
        margin-right: 5px; }
      .events .featured-event .rrss a:hover {
        color: #6CB937; }
      .events .featured-event .rrss .micro-modal {
        top: 0%; }
        .events .featured-event .rrss .micro-modal .micro-modal-content {
          position: relative;
          width: 80%;
          height: 500px;
          background-color: white;
          margin-top: 30%;
          padding: 30px; }
          .events .featured-event .rrss .micro-modal .micro-modal-content .close {
            position: absolute;
            color: black;
            font-size: 25px;
            margin-top: 5px;
            margin-right: 5px;
            top: 0;
            right: 0; }
      .events .featured-event .rrss .video-js, .events .featured-event .rrss .vimeo-player {
        width: 100%;
        height: 100%; }
  .events .events-list {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
    padding: 30px;
    width: 80%;
    max-width: 1170px; }
    .events .events-list .event {
      margin-top: 7px;
      padding: 15px; }
      .events .events-list .event a {
        text-decoration: none;
        color: #333; }
      .events .events-list .event h5 {
        font-size: 16px; }
      .events .events-list .event-information {
        color: #888;
        font-size: 14px;
        margin-top: 10px;
        text-transform: capitalize; }
        .events .events-list .event-information .online {
          padding: 0px 10px;
          margin-top: 10px;
          border-radius: 10px;
          color: white;
          background-color: #888;
          text-align: center;
          display: block;
          width: 70px; }
        .events .events-list .event-information .rrss {
          display: block;
          margin-top: 10px; }
          .events .events-list .event-information .rrss a {
            color: #888;
            font-size: 22px;
            margin-right: 5px; }
          .events .events-list .event-information .rrss a:hover {
            color: #6CB937; }
          .events .events-list .event-information .rrss .micro-modal {
            top: 0%; }
            .events .events-list .event-information .rrss .micro-modal .micro-modal-content {
              position: relative;
              width: 80%;
              height: 500px;
              background-color: white;
              margin-top: 30%;
              padding: 30px; }
              .events .events-list .event-information .rrss .micro-modal .micro-modal-content .close {
                position: absolute;
                color: black;
                font-size: 25px;
                margin-top: 5px;
                margin-right: 5px;
                top: 0;
                right: 0; }
          .events .events-list .event-information .rrss .video-js, .events .events-list .event-information .rrss .vimeo-player {
            width: 100%;
            height: 100%; }
      .events .events-list .event:hover {
        background-color: #c8c8c8;
        transition: background-color 200ms linear; }
        .events .events-list .event:hover .event-information, .events .events-list .event:hover h5 {
          color: white !important; }
    .events .events-list .pagination {
      margin-top: 30px;
      text-align: center;
      width: 100%; }
      .events .events-list .pagination .page-numbers {
        height: 30px;
        display: inline-block;
        background-color: #c8c8c8;
        color: white;
        line-height: 30px;
        padding: 0px 5px;
        text-decoration: none; }
        .events .events-list .pagination .page-numbers.current {
          background-color: #6CB937; }
      .events .events-list .pagination .next {
        width: auto; }
  .events .swiper .swiper-button-prev, .events .swiper .swiper-button-next {
    top: 50% !important; }

.col-md-2-5 {
  width: 20%; }

.col-w-40rem {
  width: 40rem; }

.flex {
  display: flex; }

.width-full {
  width: 100%; }

.justify-center {
  justify-content: center; }

.pf-flex-col {
  flex-direction: column; }

.border-green {
  border-color: #6CB937; }

.sgp-banner {
  display: inline-block; }
