@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.pzp-popup-info .pzp-window {
transition: opacity .5s ease-out;
position: fixed;
display: none;
bottom: 25px;
right: 80px;
background-color: var(--main-color);
z-index: 100;
padding: 45px;
border-radius: 10px;
flex-direction: column;
box-shadow: 0 0 5px rgba(0,0,0,.25);
max-width: 274px;
}
.pzp-popup-info.active .pzp-window {
display: flex;
}
.pzp-popup-info .pzp-window > * {
width: 100%;
text-align: center;
}
.pzp-window .pzp-text {
margin-bottom: 20px;
color: #fff;
}
.pzp-window .pzp-button {
font-size: 20px;
font-weight: 600;
}
.pzp-window .pzp-button > a {
color: #fff;
}
.pzp-window .pzp-close-btn {
position: absolute;
top: 20px;
right: 23px;
font-size: 18px;
cursor: pointer;
width: auto;
background-color: #fff;
border-radius: 25px;
padding: 7px 8px 9px 8px;
color: var(--main-color);
line-height: 10px;
font-weight: 600;
}
@media screen and (max-width: 991px){
.pzp-popup-info .pzp-window {
padding: 20px;
}
.pzp-popup-info .pzp-window .pzp-button {
font-size: 18px;
}
.pzp-window .pzp-close-btn {
top: 5px;
right: 5px;
}
}
@media screen and (max-width: 767px){
.pzp-popup-info.active {
width: 100%;
display: flex;
justify-content: center;
}
.pzp-popup-info .pzp-window {
right: inherit;
}
}.pzp-overlay {
width: 0;
height: 0;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
opacity: 0;
-webkit-transition: opacity .2s ease-in-out 0s;
-moz-transition: opacity .2s ease-in-out 0s;
-o-transition: opacity .2s ease-in-out 0s;
transition: opacity .2s ease-in-out 0s;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.pzp-popup.open .pzp-overlay {
width: 100%;
height: 100%;
}
.pzp-popup-position {
position: fixed;
width: 0;
height: 0;
display: flex;
align-items: center;
justify-content: center;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999999;
outline: 0;
font-size: 100%;
color: #000;
}
.pzp-popup.open .pzp-popup-position {
box-sizing: border-box;
width: 100%;
height: 100%;
}
.pzp-popup-box {
width: 0;
height: 0;
overflow: hidden;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
-moz-transition: opacity .4s ease-in-out 0s;
-o-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.pzp-popup.open .pzp-popup-box {
margin: auto;
height: auto;
opacity: 1;
}
.pzp-popup-container {
position: relative;
}
.pzp-close {
cursor: pointer;
min-width: 1em;
z-index: 2;
text-decoration: none;
text-align: center;
position: absolute;
left: auto;
right: 0;
bottom: auto;
top: 0;
font-family: inherit;
font-weight: 700;
font-size: 12px;
box-shadow: 1px 1px 3px 0px rgba(2,2,2,.23);
text-shadow: 0px 0px 0px rgba(0,0,0,.23);
display: flex;
align-items: center;
justify-content: center;
margin-top: 5px;
margin-right: 5px;
}.agri-social-group {
display: flex;
gap: 10px;
justify-content: center;
}
.agri-social-group a {
background-color: var(--main-color);
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
transition: all ease .35s;
-webkit-transition: .35s;
-moz-transition: .35s;
-ms-transition: .35s;
padding: 0;
}
.agri-social-group a:hover {
background-color: #333;
}
.agri-social-group .fa-brands {
color: #fff;
}
.agri-header .agri_contact_item > i {
margin-right: 15px;
}
.agri-header .topbar-left:not(:first-child)::before {
content: "";
height: 15px;
width: 1px;
position: absolute;
top: 4px;
left: 0;
background-color: rgba(255, 255, 255, 0.6);
}
.agri-header .agri_contact_item a {
color: #fff;
}
.agri-header .agri_contact_item a:hover {
color: var(--hover-button-color);
}
h3.widget-title {
margin-top: 0;
clear: both;
text-align: inherit;
position: relative;
padding-top: 0;
}
.footer_widget .widget-title, .widget .widget-title {
color: #21212d;
font-weight: 700;
font-size: 21px;
line-height: 26px;
}
.footer-sidebar .footer_widget .widget-title, .widget .widget-title {
margin-bottom: 35px;
padding-bottom: 0;
}
.footer_widget .widget-title::before, .widget .widget-title::before {
content: "";
width: 20px;
height: 3px;
position: absolute;
bottom: -13px;
} .footer_widget ul:last-child, .widget ul:last-child {
margin-bottom: 0;
padding-left: 0;
}
.footer_widget ul li, .widget ul li {
padding: 10px 0;
list-style-type: none
}
.footer_widget .agri-last-post li, .widget .agri-last-post li {
margin-bottom: 18px;
padding-bottom: 0;
clear: both;
}
.footer_widget .agri-last-post li .side-item, .widget .agri-last-post li .side-item {
clear: both;
float: none;
}
.footer_widget .agri-last-post li .side-image, .widget .agri-last-post li .side-image {
float: left;
}
.footer_widget .agri-last-post li a, .widget .agri-last-post li a {
margin-bottom: 5px;
display: block;
font-weight: 700;
line-height: 22px;
}
.footer_widget .agri-last-post li a:hover, .widget .agri-last-post li a:hover {
color: var(--main-color);
}
.footer_widget .agri-last-post img, .widget .agri-last-post img {
margin: 0 10px 10px 0;
float: left;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.footer_widget .agri-last-post li .side-item-text, .widget .agri-last-post li .side-item-text {
display: table-cell;
}
.footer_widget .agri-last-post .comments-wrap > *, .widget .agri-last-post .comments-wrap > * {
display: inline-block;
margin-right: 15px;
}
.footer_widget .agri-last-post .comments-wrap > :last-child, .widget .agri-last-post .comments-wrap > :last-child {
margin-right: 0;
}
.footer_widget .agri-last-post .comments-wrap > * i, .widget .agri-last-post .comments-wrap > * i {
font-size: 13px;
vertical-align: unset;
} .footer_widget .agri-last-post .comments-wrap > * i, .widget .agri-last-post .comments-wrap > * i {
padding-right: 5px;
font-weight: 700;
}
.footer_widget .agri-last-post .comments-wrap span, .widget .agri-last-post .comments-wrap span {
font-size: 13px; }
.footer_widget form.tnp-subscription {
display: flex;
flex-wrap: wrap;
}
.footer_widget .tnp-subscription div.tnp-field {
margin-bottom: 0;
}
.footer_widget .tnp-subscription .tnp-field.tnp-field-checkbox {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
}
.footer_widget .tnp-subscription input[type="email"] {
padding: 18px 16px;
font-size: 12px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.footer_widget .tnp-subscription input[type="email"]:focus {
outline: none;
}
.footer_widget .tnp-subscription input.tnp-submit {
background-color: var(--hover-button-color);
padding: 18px 16px;
font-weight: 700;
font-size: 12px;
border: none;
border-radius: 0;
line-height: initial;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
cursor: pointer;
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;
}
.footer_widget .tnp-subscription input.tnp-submit:focus, .footer_widget .tnp-subscription input.tnp-submit:hover {
border: 0;
background-color: var(--main-color);
color: #222;
}
 :root {
--main-color: #5ca72d;
--hover-button-color: #69c62f;
--font-color: #1d1e1c;
} *, ::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);
} 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; }
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-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;
} .agri-main-menu {
margin-top: 0;
}
.sticky-head ul.agri-main-menu li {
line-height: 75px;
} 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-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 { 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;
}
} .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_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;  padding: 8px 0;
} .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);
} .agri-content-wrapper {
background: #fff;
clear: both;
}
.agri-content-wrapper > div {
position: relative;
} .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(//www.plantersystem.pl/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-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;
} .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; flex-wrap: wrap;
gap: 25px 0; 
} .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-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;
} .agri-single-post .page-title-wrap-inner {
color: #fff;
background-image: url(//www.plantersystem.pl/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-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) { .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%;
}
} .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"]:hover, .ge4-cf7-row .ge4-cf7-right input[type="submit"]:focus {
background-color: #5ca72d;
color: #ffffff;
border-color: #5ca72d;
} #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;
}
}div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
}
div.tnp-profile {
display: block;
margin: 1em 0;
max-width: 500px; } .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
display: inline-block;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
.tnp-subscription-posts {
margin-top: 2em;
margin-bottom: 2em;
padding: 2rem;
}
.tnp-subscription-posts .tnp-subscription {
max-width: auto;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-button-form button.tnp-submit {
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}