@charset "UTF-8";
/*
 * Theme Name: AGI
 * Author: Sławomir Zieliński
 * Description: agri.pzpro.pl
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: agri
 * Text Domain: agri
 */
 
:root {
  --main-color: #5ca72d;
  --hover-button-color: #69c62f;
  --font-color: #1d1e1c;
}

/* general */
*, ::before, ::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: var(--font-color);
}

/* p {
  color: var(--font-color);
} */

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--hover-button-color); 
  background-color: transparent;
}

a:active, a:focus, a:hover {
  color: var(--main-color);
  text-decoration: none;
  outline: 0;
/*   transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out; */
}

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

article, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

.agri-wrapper {
  position: relative;
}

.boxed-container, .container, .custom-container {
  margin: 0 auto;
  max-width: 100%;
  width: 1140px;
}

.custom-container {
  padding: 0 15px;
}

.boxed-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.boxed-container, .boxed-container .site-footer.footer-fixed, .container, .custom-container {
  width: 1170px;
}

.agri-header.header-absolute {
  background: rgba(0,0,0,0);
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.navbar-items.pull-right {
  align-items: center;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-12, .col-md-12, .col-md-4, .col-md-6, .col-md-8, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-12 {
  justify-content: center;
  text-align: center;
}

@-webkit-keyframes header_sticky{
    0%{
        margin-top:-120px;
        opacity:0
    }
    50%{
        margin-top:-64px;
        opacity:0
    }
    100%{
        margin-top:0;
        opacity:1
    }
}
@keyframes header_sticky{
    0%{
        margin-top:-120px;
        opacity:0
    }
    50%{
        margin-top:-64px;
        opacity:0
    }
    100%{
        margin-top:0;
        opacity:1
    }
}



/* HEADER */
.header-inner {
  position: relative;
}

article, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar {
  padding: 0;
}

.logobar, .navbar, .topbar {
  position: relative;
}

.topbar {
  z-index: 0;
  font-weight: 600;
  font-size: 15px;
  text-align: inherit;
  color: #fff;
  background: rgba(255,255,255,0);
  padding-bottom: 10px;
}

.topbar-items {
  margin: 0;
}

.topbar-items.pull-left {
  gap: 50px;
}

.topbar-items .topbar-header {
  line-height: 65px;
  display: inline-block;
  height: auto;
}

.topbar-header.side-left .textwidget {
  padding-right: 0;
  letter-spacing: 1.2px;
}

.topbar-header .textwidget p {
  margin: 0;
}

.topbar-inner .topbar-items:last-child {
  margin-bottom: 0;
}

.topbar-items .topbar-header.side-right:not(:last-child) {
  margin-right: 30px;
}

.topbar-header a {
  color: #fff;
  line-height: 1;
}

.topbar a:hover {
  color: var(--hover-button-color);
}

.navbar {
  text-align: inherit;
  color: #000;
  background: #fff;
  padding-right: 0;
  padding-left: 15px;
  border-radius: 10px;
}

.sticky-head.header-sticky .navbar {
  border-radius: 0;
}

.header-absolute.boxed-container .navbar .navbar-inner {
  padding-right: 0;
}

.navbar-items > li {
  line-height: 75px;
}

.navbar-items .nav-item:last-child .nav-item-inner:last-child, .topbar-items .nav-item:last-child .nav-item-inner {
  padding-right: 0;
}




.sticky-outer .main-logo {
  line-height: 75px;
}

.main-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item-inner img {
  display: inline-block;
  vertical-align: middle;
}

.main-logo img.custom-logo {
  padding: 10px 0;
}

.header-inner .main-logo img {
  max-height: 75px;
}



/* MENU */
.agri-main-menu {
  margin-top: 0;
}

.sticky-head ul.agri-main-menu li {
  line-height: 75px;
}

/* .header-sticky ul.agri-main-menu li {
  line-height: 65px;
} */

ul.agri-main-menu > li {
  display: inline-block;
}

ul.agri-main-menu li {
  position: relative;
}

.nav-link {
  display: block;
  padding: 0 15px;
}


ul.agri-main-menu li > a {
  color: #333;
  -webkit-transition: .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul.agri-main-menu li:hover > a {
  color: var(--hover-button-color);
}

ul.agri-main-menu > li > a {
  font-weight: 600;
  font-size: 15px;
}

.agri-header .header-inner .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.agri-header .header-inner .agri-main-menu > li.menu-item:first-child > .nav-link {
  padding-left: 0;
}


.sticky-head .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 0;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.sticky-head ul.sub-menu {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: var(--main-color);
}

.sticky-head .agri-main-menu .sub-menu {
  margin: 0;
  line-height: 30px;
}

.sticky-head .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.sticky-head ul.sub-menu > li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #e3e3e3;
}

.agri-header .header-inner ul.sub-menu > li > a {
  font-size: 14px;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.agri-header ul.sub-menu > li > a:hover {
  padding-left: 25px !important;
}



.navbar-items .nav-item-inner {
  padding-right: 30px;
}

.navbar-items .nav-item-inner:last-child {
  padding-right: 0;
}

.btn-wrap .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: none;
  background: var(--hover-button-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 38px;
  border-radius: 10px;
  height: 55px;
  line-height: 55px;
  margin-right: 10px;
}

.btn-wrap:hover .btn {
  background: var(--main-color);
  color: #fff;
}

.sticky-outer .header-sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  transition: .7s ease-in-out;
}

.sticky-head.header-sticky, .mobile-header.mob-sticky {
  box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
}

.mobile-header.mob-sticky {
  position: sticky;
  top: 0;
}

.admin-bar .sticky-outer .header-sticky {
  top: var(--wp-admin--admin-bar--height);
}

@media (min-width: 601px) {
  .mobile-header.mob-sticky {
    top: var(--wp-admin--admin-bar--height);
  }
}

/* MOBILE */
.mobile-header {
  position: relative;
  z-index: 999;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.mobile-header.mob-sticky {
  position: sticky;
  top: 0;
}

.mobile-header .container {
  position: relative;
  height: auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.mobile-header .mobile-header-inner img {
/*   margin-bottom: 6px; */
  padding: 5px 0;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: all .5s ease;
  max-height: 75px;
}

.mobile-header-inner .main-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.mobile-header-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-header-items .nav-item-inner {
  height: 80px;
  line-height: 80px;
}


.agri-mobile-main-menu {
  text-align: center;
}

.agri-mobile-main-menu #agri-main-menu {
  margin-bottom: 10px;
}

.agri-mobile-main-menu .btn-wrap .btn {
  margin-right: 0;
}

.mobile-header-items a i {
  font-size: 20px;
  vertical-align: middle;
}

.mobile-header-items a:hover {
  color: var(--main-color);
}

.mobile-bar {
  background: #fff;
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #000;
  font-size: 16px;
  text-align: inherit;
  background-color: #fff;
}

.mobile-bar.animate-from-left {
  top: 0;
  left: -100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.mobile-bar-toggle.close {
  right: 15px;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close::after, .close::before {
  position: absolute;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
  right: 15px;
  top: 8px;
  transition: all ease .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after, .close::before {
  background: var(--main-color);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover {
  cursor: pointer;
  background: #eaeaea;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.close:hover::after, .close:hover::before {
  transform: rotate(90deg);
  transition: all ease .4s;
}

.mobile-bar-inner .container {
  width: auto;
}

.mobile-bar-items.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.mobile-bar-items .nav-item-inner {
  padding: 15px 0;
  text-align: center;
  text-align: -webkit-center;
}

.mobile-bar-items img {
  height: 75px;
  line-height: 75px;
}

.agri-mobile-main-menu ul.agri-main-menu li.menu-item a {
  position: relative;
  line-height: 45px;
  padding: 0;
}

.menu-item.menu-item-has-children > i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 45px;
}

.agri-mobile-main-menu .sub-menu {
  background: none;
  display: none;
}

.agri-mobile-main-menu ul.agri-main-menu ul.sub-menu li > a {
  padding: 0 15px;
  font-size: 14px;
  line-height: 38px;
}

.agri-main-menu ul {
  list-style: none;
  padding-left: 0;
}

.header-lang {
  display: flex;
  align-items: center;
}

.header-lang .gtranslate_wrapper {
  gap: 15px;
  display: flex;
}

.header-lang .gtranslate_wrapper a {
  color: #fff;
}

.agri-mobile-main-menu .header-lang .gtranslate_wrapper {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.agri-mobile-main-menu .header-lang .gtranslate_wrapper a {
  color: #000;
}

.mobile-header-items .header-lang {
  margin-right: 25px;
}

.mobile-sidebar_topbar-right {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.mobile-sidebar_topbar-right .topbar-header a {
  color: #000;
}


@media only screen and (max-width: 991px) {
  .agri-mobile-main-menu ul.sub-menu li {
    padding-left: 10px;
  }
}

@media only screen and (max-device-width: 1024px)  {
  .hidden-lg-land-up {
    display: block !important;
  }
	
  .agri-header.header-absolute {
	display: none;
  }
}

@media (min-width: 1025px) {
  .hidden-lg-up {
    display: none !important;
  }
}



/* FOOTER */
.site-footer {
  background-color: #f7f7f7;
  background-size: cover;
}

footer.site-footer {
  position: relative;
  color: #777;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

footer.site-footer::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
}

.footer-middle-wrap {
  color: #e3e3e3;
  font-size: 14px;
  text-align: inherit;
  background: #222222;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-bottom {
  color: #fff;
  font-size: 14px;
  background: #111111;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #3c3c48;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer_widget {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: inherit;
}

.footer-middle-wrap .footer_widget {
  color: #e3e3e3;
  font-size: 14px;
  text-align: inherit;
}

.footer-middle-wrap .footer-widget_title {
  clear: both;
  text-align: inherit;
  position: relative;
  padding-top: 0;
  border-bottom: unset;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #fff;
}

/* .footer-middle-wrap .footer-widget_title::before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: -13px;
  background: var(--main-color);
} */

.footer_widget ul {
  padding-left: 0;
  list-style: none;
}

.footer_widget ul:last-child {
  margin-bottom: 0;
}

.site-footer .footer_widget li {
  border-color: #555 !important;
/*   float: left; */
/*   width: 46%; */
  padding: 8px 0;
}

/* .footer_widget ul li.menu-item::before {
  content: "\f105";
  font-family: fontAwesome;
  padding-right: 10px;
  color: var(--main-color);
} */

.footer-middle-wrap a {
  color: #e3e3e3;
}

.footer-middle-wrap li a {
  line-height: 23px;
}

.footer-middle-wrap a:hover {
  color: var(--main-color);
}

.footer-middle-sidebar .footer_copyrights {
  display: flex;
  justify-content: center;
}

.footer_copyrights p {
  margin: 0;
}

.footer_copyrights.side-right ul {
  margin: 0;
  display: flex;
  justify-content: right;
  gap: 20px;
  list-style: none;
}

.footer_copyrights.side-right a {
  color: #fff;
}

.footer_copyrights.side-right a:hover {
  color: var(--hover-button-color);
}


/* PAGE */
.agri-content-wrapper {
  background: #fff;
  clear: both;
}

.agri-content-wrapper > div {
  position: relative;
}



/* BLOG */
.blog .wp-post-image {
  display: block;
  margin: 0 auto;
}

.page-title-wrap-inner {
  position: relative;
  background: #f7f7f7;
  padding: 30px 0;
}

.agri-blog .page-title-wrap-inner {
  color: #fff;
  background-image: url(/wp-content/uploads/2024/11/kalifsoup_show_just_one_orange_tight_rope_hanging_vertically_in_6dcd5f88-edbd-4583-8e69-092636c211b3.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
/*   background-attachment: inherit; */
  padding-top: 230px;
  padding-bottom: 90px;
}

.page-title-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.agri-blog .page-title-wrap-inner > .page-title-overlay {
  background: rgba(0,0,0,.5);
}

.page-title-inner {
  display: table;
  width: 100%;
}

.page-title-inner > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.page-title-inner .pull-left {
  width: auto;
}

.page-title-wrap .page-title-desc {
  margin-bottom: 10px;
}

.page-title-inner .pull-center {
  text-align: center;
}

h1.page-title {
  margin-top: 0;
  color: inherit;
  clear: both;
  text-align: inherit;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
  -ms-word-break: break-word;
  word-break: break-word;
}

/* .pull-center h1.page-title {
  margin-bottom: 10px;
} */


.page-title-inner .breadcrumb-wrap {
  font-size: 17px;
}

.agri-blog .page-title-inner .breadcrumb-wrap {
  bottom: -96px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-radius: .25rem;
  background: 0 0;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.breadcrumb > :last-child {
  padding-right: 0;
}

.breadcrumb span.current {
  color: var(--main-color);
}


.agri-content > .agri-content-inner {
  padding: 120px 0;
  z-index: 1;
  position: relative;
}


article.post {
  height: auto;
  overflow: hidden;
  padding: 0;
}

.site-main.blog-template.grid-layout {
  display: flex;
  position: relative;
/*   justify-content: space-between; */
  flex-wrap: wrap;
  gap: 25px 0; 
}

/* .blog-template.grid-layout > div {
  padding: 0px;
} */

.grid-layout article.post {
  box-shadow: 0 3px 35px -8px #ccc;
  border-radius: 10px;
}

.blog-template article.post {
  background: #fff;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.blog-template .post-format-wrap {
  margin-left: -30px;
  margin-right: -30px;
}

.grid-layout .article-inner > .post-format-wrap {
  margin-bottom: 35px;
}

.article-inner > .post-format-wrap, .grid-layout .article-inner > .post-format-wrap {
  margin-top: 0;
}

article.post .article-inner > .post-format-wrap {
  padding: 0;
}

.post-thumb-wrap {
  position: relative;
  overflow: hidden;
}

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

.post-thumb-wrap img {
  max-width: 100%;
}

.single .post-thumb-wrap img {
  border-radius: 20px;
}

article.post .article-inner .post-thumb-wrap img {
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: all .3s;
}

.top-meta {
  display: block;
  overflow: hidden;
}

.grid-layout .article-inner .entry-meta.top-meta {
  margin-bottom: 5px;
}

.post-meta .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.post-meta ul:last-child {
  margin-bottom: 0;
}

.top-meta ul li:last-child {
  margin-right: 0;
}

.blog-template.grid-layout ul.nav li {
  display: inline-block;
}

.blog .top-meta .post-meta ul li {
  text-transform: none;
}

.blog .top-meta .post-meta ul li {
  color: var(--main-color);
}

.post-meta .nav .nav-item:first-child {
  padding-left: 0;
}

.post-meta .nav .nav-item:last-child {
  padding-right: 0;
}

.top-meta ul li a {
  font-weight: 600;
}

.blog-template article.post a {
  color: #21212d;
}

.grid-layout .post-meta > ul > li .post-date a {
  font-size: 13px;
  letter-spacing: 0;
}

.grid-layout .post-meta > ul > li.nav-item a {
  margin-right: 0;
}

.blog .article-inner header.entry-header {
  margin-bottom: 15px;
  min-height: 60px;
}

.entry-title {
  margin-top: 0;
  clear: both;
  text-align: inherit;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 0;
}

.blog-template .entry-title a {
  font-size: 20px;
  line-height: 30px;
}

.blog-template article.post footer {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.bottom-meta {
  display: block;
  overflow: hidden;
}

.blog-template article.post footer a {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.article-inner.post-items .post-more::after {
  margin: 0 15px;
  content: "\f178";
  font-family: fontAwesome;
}

.post-meta ul li.nav-item a.read-more, .article-inner.post-items .post-more::after {
  color: var(--hover-button-color);
  transition: all .3s ease-in-out 0s;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.post-meta ul li.nav-item .post-more:hover a, .article-inner.post-items .post-more:hover::after {
  color: var(--main-color);
}



@media only screen and (max-device-width: 1024px) {
	.agri-blog .page-title-wrap-inner {
		padding-top: 96px;
	}
	
	.agri-content > .agri-content-inner {
		padding: 40px 0;
	}
}



/* WIDGET - BLOG */
.widget-area.right-widget-area {
  padding-top: 15px;
}

.right-widget-area .widget {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.right-widget-area .widget {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: inherit;
}

.right-widget-area .widget {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 10px;
  border: 1px dashed #eaeaea;
}




/* SINGLE */
.agri-single-post .page-title-wrap-inner {
  color: #fff;
  background-image: url(/wp-content/uploads/2024/11/kalifsoup_show_just_one_orange_tight_rope_hanging_vertically_in_6dcd5f88-edbd-4583-8e69-092636c211b3.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 90px;
}

.page-title-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.agri-single-post .page-title-wrap-inner > .page-title-overlay {
  background: rgba(0,0,0,.5);
}

.breadcrumb > * {
  padding-right: 7px;
}

.agri-single-post .page-title-wrap a {
  color: #fff;
}

.breadcrumb > a:not(:last-child)::after {
  content: "-";
  padding-left: 7px;
  font-size: 24px;
  position: relative;
  margin: 0 0 0 4px;
}

.agri-single-post .page-title-wrap a:hover {
  color: var(--main-color);
}

.breadcrumb > :last-child {
  padding-right: 0;
}

.breadcrumb span.current {
  color: var(--main-color);
}

article.post:last-child {
  margin-bottom: 5px;
}

.single-post-template article.post {
  overflow: visible;
}

.single-post-template article .article-inner > * {
  clear: both;
  float: none;
  margin-bottom: 10px;
}

.article-inner header.entry-header {
  margin-bottom: 15px;
}

.single-post-template .article-inner > :first-child.entry-header {
  padding-top: 0;
}

.single-post h1.entry-title {
  font-size: 30px;
  line-height: 30px;
}

.single-post-template article .article-inner > .top-meta {
  margin-bottom: 25px;
}

.single-post-template .post-author a {
  display: inline-block;
  clear: both;
}

.single .post-meta > ul > li.nav-item {
  margin-right: 20px;
}

.top-meta ul li i {
  color: var(--hover-button-color);
  margin-right: .5rem !important;  
}

.post-format-wrap {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}

.single-post-template .article-inner .post-format-wrap {
  margin-bottom: 0;
}

.single-post-template .post-thumb-wrap {
  padding: 0 30px 15px;
}

.single-post-template article .article-inner .entry-content {
  overflow: visible;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.single .entry-content ul {
  list-style: inherit;
  padding-left: 15px;
}

@media only screen and (max-device-width: 1024px) {
	.agri-single-post .page-title-wrap-inner {
		padding-top: 96px;
	}
}




/* POST NAVIGATION */
.post-navigation-wrapper.clearfix {
  position: relative;
  margin-top: 0;
  border-top: 1px dashed #eaeaea;
  border-bottom: 1px dashed #eaeaea;
  padding: 10px 0;
}

.custom-post-nav {
  padding: 30px 0;
  color: #f2f2f2;
  display: inline-block;
  width: 100%;
  clear: both;
  float: none;
}

.single-post .custom-post-nav {
  padding: 0;
}

.post-navigation .nav-links > * {
  background-position: center center;
  max-height: 400px;
  min-width: 180px;
  width: auto;
}

.custom-post-nav > .prev-nav-link {
  float: left;
  text-align: left;
}

.nav-links.custom-post-nav > div {
  display: inline-block;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div {
  min-height: auto;
  background-size: cover;
  color: #898585;
  position: relative;
  transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  background-image: none !important;
  background-color: transparent;
  max-width: 48%;
}

.custom-post-nav > .next-nav-link {
  float: right;
  text-align: right;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div.next-nav-link {
  text-align: right;
}

.custom-post-nav > div > a {
  display: block;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div > * {
  position: relative;
  z-index: 1;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div a {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  word-break: break-word;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  background: 0 0 !important;
}

.post-navigation .custom-post-nav > div > a i {
  font-size: 12px;
  vertical-align: 2px;
}

.post-navigation .custom-post-nav > div > a.prev i {
  margin-right: 12px;
}

span.post-nav-link-sub {
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 10px;
}

span.post-nav-link-sub {
  color: var(--hover-button-color);
}

.tnp-subscription div.tnp-field.tnp-field-checkbox.tnp-field-privacy {
  display: flex;
  align-items: flex-start;
}



@media only screen and (max-device-width: 1100px) {
/*   .header-inner .main-logo img {
    max-height: 47px;
  } */
	
  .navbar-items .nav-item-inner {
    padding-right: 15px;
  }
	.nav-link {
		display: block;
		padding: 0 12px;
	}
	
	.btn-wrap .btn {
		padding: 0 24px;
	}
}

@media only screen and (max-device-width: 1024px) {
  .hidden-md-land-down {
    display: none !important;
  }
	
  .footer_widget form.tnp-subscription {
    margin-left: 0;
  }
	
  .footer_copyrights .textwidget {
    text-align: center;
  }

  .footer_copyrights.side-right ul {
    justify-content: center;
    margin-top: 20px;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* CF7 */
.ge4-cf7-row {
  margin-bottom: 10px;
}

.ge4-cf7-row input[type="text"], .ge4-cf7-row input[type="email"], .ge4-cf7-row textarea {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #dddddd;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border-width: 1px 1px 1px 1px;
  font-family: "Montserrat", Sans-serif;
}

.ge4-cf7-left .wpcf7-list-item {
  margin-left: 0;
}

.ge4-cf7-left .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 1px;
}

.ge4-cf7-row .ge4-cf7-right input[type="submit"] {
  fill: #fff;
  text-align: center;
  transition: all .3s;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 10px 10px 10px 10px;
  padding: 16px 32px 16px 30px;
  min-height: 40px;
  flex-basis: 100%;
  font-family: "Montserrat", Sans-serif;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  background-color: #69c62f;
  color: #ffffff;
  border-color: #69c62f;
  width: 100%;
  margin-top: 15px;
}

/* .ge4-cf7-row .ge4-cf7-right input[type="submit"]:focus {
  color: #fff;
  border-color: #fff;
  background-color: #f0f;
} */

.ge4-cf7-row .ge4-cf7-right input[type="submit"]:hover, .ge4-cf7-row .ge4-cf7-right input[type="submit"]:focus {
  background-color: #5ca72d;
  color: #ffffff;
  border-color: #5ca72d;
}

/* button toTop */
#toTop {
  right: 2em;
  bottom: -4em;
  position: fixed;
  cursor: pointer;
  z-index: 99999;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #fff;
  border-color: var(--main-color);
  background-color: var(--main-color);
  -webkit-transition: -webkit-transform .3s ease,bottom .3s ease,color .3s ease,background-color .3s ease,border-color .3s ease,opacity .3s ease;
  -ms-transition: -ms-transform .3s ease,bottom .3s ease,color .3s ease,background-color .3s ease,border-color .3s ease,opacity .3s ease;
  transition: transform .3s ease,bottom .3s ease,color .3s ease,background-color .3s ease,border-color .3s ease,opacity .3s ease;
}

#toTop.show {
  bottom: 2em;
  opacity: 1;
}

@media (max-width: 480px) {
    .tnp-subscription input[type=submit], .tnp-profile input[type=submit] {
        width: auto!important;
    }
	.tnp-subscription input[type=email] {
		width: 90%!important;
		margin: 0 auto !important;
	}
}