/*
Theme Name:   Khaki Child
Theme URI:    https://themeforest.net/user/_nK/portfolio
Author:       nK
Template:     khaki
Author URI:   https://nkdev.info/
Description:  Khaki Child Theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  khaki-child
Tags:
*/


/* Theme customization starts here
-------------------------------------------------------------- */

/*KIRKI NOT LOADING FONTS FEB 2020*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

pre {
	color: inherit;
	background-color: inherit;
}
* {
font-variant-ligatures: none;
}

body {
	color: #333333;
}

.kinze-hide {
	display: none;
}

.kz-clear {
	clear: both;
}

/*ALL CAPS COLOR LAYOUT*/

.nk-navbar .nk-nav-table>.nk-nav-icons, .nk-navbar .nk-nav-table>.nk-nav-logo {
    width: 5%;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #0073a3;
}
.nk-navbar.nk-navbar-light, .nk-navbar.nk-navbar-light.nk-navbar-solid {
	color: #0073a3;
}
.nk-navbar-side .nk-nav .dropdown > li > a, .nk-navbar-side .nk-nav > li > a {
    padding-left: 20px;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li > label {
    text-transform: uppercase;
}

h4, .h4 {
	color: #00aeef;
}

h6, .h6 {
	color: #00aeef;
}

.display-1,
.display-2,
.display-3,
.display-4 {
	color: #0073a3;
}
h1.nk-title {
	color: white;
}

.number-bold li {
	font-weight: 700;
} 
.number-bold li > *, .number-bold li > * > * {
	font-weight: 400;
}

.text-white {
	color: white;
}

.text-white a {
	color: white;
}
.text-white p {
	color: white;
}
.kz-center {
    text-align: center !important;
}
.kz-meter-table {
    margin-bottom: 10px;
    margin-top: 10px;
}
.kz-meter-table p {
	margin-bottom: 0rem;
}
.kz-light-blue {
    color: #00aeef;
}
.kz-light-blue-link a {
    color: #00aeef;
}
.kz-brand-blue {
    color: #0073a3;
}

.kz-brand-blue h4 {
    color: #0073a3;
}

.kz-dark-blue {
	color: #00334e;
}

/* gap at top and bottom of main content area - reduce size*/

.nk-gap-4 {
    height: 40px !important; 
}
/*move main content up so it is right below the breadcrumb*/
.col-12 {
	margin-top: -40px;
}

.wp-block-image {
	margin-bottom: 22.5px;
}

.no-bullets ul {
	padding: 0;
	list-style-type: none;
}

.kinze-feature-border p {
	border-top: 2px solid #00aeef;
}
.kinze-rounded-box {
	border-radius: 25px;
	border-color: #00AEEF!important;
	border: 2px solid;
}

.kinze-rounded-box-a {
	border-radius: 25px;
	border-color: #00334E!important;
	border: 2px solid;
}

.nk-post-author {
	display: none;
}

.display-3 {
	text-transform: none;
}

.nk-sub-title {
	font-style:normal;
}

/* LANDING PAGE CSS */
.logo-size {
    width: 150px;
}
.trueblue-size {
    width: 175px;
}

.kz-feature {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    color: #00334e;
}

.kz-font-100 {
	font-weight: 100;
    letter-spacing: .05em;
	margin-bottom: 0px;
}

.kz-gray-font-400 {
	color: #58595B;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.kz-brand-gray {
	color: #58595B;
}

/* CUSTOM ACCORDION SCRIPT */
.panel {
    text-align: center;
}

.nk-accordion .panel-heading {
	background-color: #00334e;
    color: white;
    text-align: center;
    display: block;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 35px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}


.nk-accordion .panel-heading:hover,
.nk-accordion .panel-heading.hover{
    
    
}

.nk-accordion .panel-heading::after {
	border-bottom: 0px;
}

/* Custom Accordion script for FAQ page */


/* CUSTOM ACCORDION SCRIPT for FAQ PAGE */
.faq-accordion .panel {
    text-align: left;
}

.faq-accordion .panel-heading {
	background-color: #FFFFFF;
    color: #0073a3;
    text-align: left;
    display: block;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px 0px 0px;
    font-size: 25px;
		font-family: Roboto Condensed;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
	border-bottom: 2.5px solid ;
	margin-bottom: 0px;
}

.faq-accordion .panel-heading a {
	padding-left: 0px;
}
.faq-accordion .panel-body {
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 5px;
	background-color: #f2f2f2;
}

/* ADD ICONS OPEN CLOSED */
.faq-accordion .panel .panel-heading .panel-title a:before {
	font-family: Ionicons;
  content: "\f3d0";
  display: inline-block;
  padding: 0 3px;
  font-size: 28px;
}

.faq-accordion .panel .panel-heading .panel-title a.collapsed:before {
  transform:rotateX(0deg);
}
.faq-accordion .panel .panel-heading .panel-title a:before
{
  transition:transform .5s;
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform:rotateX(180deg);
}

.faq-accordion .panel-body .nk-gap-1 {
	display: none;
}

/*.faq-accordion ul {
	list-style: none;
	padding-left: 0px;
} */

.faq-accordion .faq-crosslink p::before {
    content: "> ";
}

.faq-accordion .faq-crosslink {
	color: #00334e;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
    word-spacing: .05em;
    margin-top: -10px;
}


.faq-accordion .faq-separator {
	margin-top: 0px;
	margin-bottom: 25px;
}

.faq-accordion .faq-separator::after {
	width: 95%;
	max-width: none;
	border-bottom: 1px solid;
}

.faq-accordion .faq-separator-last::after {
	border-bottom: 1px solid #f2f2f2;
	margin-top: 0px;
}


.nk-accordion .panel-heading:hover,
.nk-accordion .panel-heading.hover{
     
}

.nk-accordion .panel-heading::after {
	border-bottom: 0px;
}




/* ADJUST FORM ALIGNMENT 
.wpforms-field-label {
    text-align: left;
}
.wpforms-field-sublabel {
    text-align: left;
}
.wpforms-field-required {
    text-align: left;
}


/*MOBILE COLUMN STACK*/
@media only screen and (max-width:767px) {
	.nk-awb {
		padding-top: 30px!important;
		margin-top:0px!important;
		margin-bottom:30px!important;
	}
}

/*replace UK flag for Europe flag FOR POLYLANG SWITCHER*/
#menu-item-6203-int-top_menu a span img {
	width: 16px;
}
#menu-item-6203-top_menu a span img {
	width: 16px;
}

/*Add flag icon for faux selector wordpress menu*/
.us-canada-flag {
	background-image: url('https://i1.wp.com/www.kinze.com/wp-content/uploads/flags/320px-Flag_of_the_United_States.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 25px;
	margin-left: 25px;
	padding-left: 8px;
}
.europe-flag {
	background-image: url('https://i1.wp.com/www.kinze.com/wp-content/uploads/flags/200px-Flag_of_Europe.png');
	background-repeat: no-repeat;
	background-position: left;
		background-size: 25px;
	margin-left: 25px;
	padding-left: 8px;
}
.russia-flag {
	background-image: url('https://i1.wp.com/www.kinze.com/wp-content/uploads/flags/320px-Flag_of_Russia.png');
	background-repeat: no-repeat;
	background-position: left;
		background-size: 25px;
	margin-left: 25px;
	padding-left: 8px;
}
.ukraine-flag {
	background-image: url('https://i1.wp.com/www.kinze.com/wp-content/uploads/flags/320px-Flag_of_Ukraine.png');
	background-repeat: no-repeat;
	background-position: left;
		background-size: 25px;
	margin-left: 25px;
	padding-left: 8px;
}


/*MENU TEXT SIZE*/
.nk-navbar {
	font-size: .9rem;
}
.nk-breadcrumbs {
	font-size: .82rem;
}


/*HIDE SELECTIVELY BY SIZE*/
@media (min-width: 980px){
	.hide-desktop{
		display: none !important;
	}
}
@media (max-width: 980px){
	.hide-mobile{
		display: none !important;
	}
}


/* PLANTER PERFORMANCE ON TWO LINES - but not submenu items DESKTOP ONLY*/

/*/*RESET every sub menu item not centered DESKTOP ONLY*/
/*REMOVE UNDERLINE ON DISPLAYS */
.kz-menu-no-underline a span {
	background-image: none;
}

.kz-menu-reset-underline a span {
	background-image: -o-linear-gradient(330deg, #0073a3 0%, #0073a3 100%);
	  background-image: linear-gradient(120deg, #0073a3 0%, #0073a3 100%);
}
/*
/*for Planter Performance*/
@media (min-width: 980px){
	.kz-menu-2-lines a {
	    padding: 12px 0px;
		}
	.kz-menu-2-lines a span {
		width: -moz-min-content;    /* Firefox */
		width: -webkit-min-content; /* Chrome */
		width: min-content;
		}
	.kz-menu-2-lines span {
		text-align: center;
		line-height: 1.3;
		display: inline-block;
		white-space: normal;
		}
}
/*RESET every sub menu item */
@media (min-width: 980px){
	.kz-menu-2-lines-reset a span {
		width: auto;
	}
	.kz-menu-2-lines-reset span {
		text-align: left;
		white-space: nowrap;
	}
}

/* PARTS MANUAL FAUX TABLE STYLES */
.kz-literature-item .panel-body div {
	border-bottom: 2px solid #0073a3;
	padding-top: 20px;
	padding-bottom: 20px;
}
.kz-literature-item p {
	margin-bottom: .5rem;
}

.kz-literature-item .panel-body .nk-gap-1 {
	display: none;
}
.kz-literature-item-icon .panel-body .nk-ibox-2 {
	border-bottom: 2px solid #0073a3;
	padding-top: 20px;
	padding-bottom: 20px;
}
.kz-literature-item-icon p {
	margin-bottom: .5rem;
}

.kz-literature-item-icon .panel {
    text-align: left;
}
.kz-literature-item-icon .panel-body .nk-gap-1 {
	display: none;
}

/*TABLE STYLES – GUTENBERG*/
.nk-post-text table, .nk-comments table, .page table {
	border: 0px;
}
.nk-post-text table th, .nk-post-text table td, .nk-comments table th, .nk-comments table td, .page table th, .page table td {
	padding: 12px 15px;
	border-top: 0px;
	border-left: 0px;
}
.page table {
	border-bottom: 0px;
}
th {
	background-color: #00334e;
	color: white;
}
tr {
	border-top: 1rem solid white;
	border-left: none;
	border-right: none;
}
td {
	padding: 1rem;
	
}
tbody {
	background-color: #f2f2f2;
}

/*Kinze table style for tables with dark blue header and gray body rows with white in between Gutenburg, but will default anywhere */

.kinze-table-bold table {
	border: 0px;
}
.kinze-table-bold table th {
	background-color: #00334e;
	color: white;
	border-left: 0px;
	border-top: 0px;
	padding: 1rem;
}

.kinze-table-bold table tr {
	border-top: 1rem solid white;
}

.kinze-table-bold table td {
	padding: 1rem;
}
.kinze-table-bold tbody {
	background-color: #f2f2f2;
}

/* TABLE STYLES – WPBAKERY EZ TABLES and TablePress Styled to match brochure - used in FAQ */

.kz-ez-table {
	overflow-x: auto;
	font-family: 'Work Sans', sans-serif;
	line-height: 1.2;
	font-weight: 400;
	font-size: .85rem;
	margin-bottom: 0px;
	margin-top: 0px;
}
div.kz-ez-table {
	margin-bottom: 1.5rem;
}

.kz-ez-table .tablepress {
	margin-bottom: 0px;
}

.kz-ez-table table {
	table-layout: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 1.5rem;
	border-bottom: 4px solid #dcdcdc !important; 
}

.kz-ez-table tbody {
	background-color: #ffffff;
}

.kz-ez-table table td {
	text-align: center;
	overflow-wrap: normal;
    padding: 6px 12px;
	vertical-align: middle;
}

/*.tablepress tbody td {
	vertical-align: bottom;
}*/

.kz-ez-table tr {
	border-top: 2px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
}
.kz-ez-table td {
	border-right: 2px solid #dcdcdc;
}
.kz-ez-table .vc_table_cell{
	/*controlled by table-layout*/
	padding: 8px 4px;
}
h6.kz-ez-table {
	text-align: center!important;
	color: #333333;
	font-weight: 700;
	font-size: 1.2em;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.kz-ez-table p {
	font-size: .75em;
	margin-top: 0px;
	padding-top: 0px;
}

.kz-ez-table .kz-footer {
	text-align: left;
	font-size: .5em;
}

/* for tables with only 1 row for header check "The first row of the table is the table header." in tablepress */
.kz-ez-table .row-1 th {
	background-color: #dcdcdc;
	color: #333333;
	text-align: center;
	font-weight: 700;
	padding: 4px 6px;
	white-space: nowrap;
}


/*Tablepress table - 4 row on Kinze Dark Blue */

.kz-dark-head-table td, tr {
	color: #00334E !important;
	border: 2px solid #00334E !important;
	vertical-align: center !important;
	border-spacing: 0.5rem !important;
	white-space: nowrap;
	margin-bottom: 0px;
}

.kz-dark-head-table th {
	color: #ffffff !important;
	border: 2px solid #00334E !important;
	border-spacing: 0.5rem !important;
	white-space: nowrap;
	text-align: center
	margin: 0px;
}

.kz-dark-head-table .row-1 th {
	background-color: #00334E;
	font-weight: 900
	margin: 0px;	
}

.kz-dark-head-table .row-2 td {
	background-color: #ffffff;
	font-weight: 500;
	text-align: center;
	margin: 0px;
}

.kz-dark-head-table .row-3 td {
	background-color: #ffffff;
	font-weight: 500;
	text-align: center;
	margin: 0px;
}

.kz-dark-head-table .row-4 td {
	background-color: #00AEEF;
	font-weight: 900;
	text-align: center;
	margin: 0px;
}

.kz-dark-head-table .column-2 {
	text-align: center !important;
}

/* PSEUDO TABLE HEADERS Tablepress table thead th need individual customization for tables with more than 1 thead row */
/* example: Kinze Planter Features table on FAQ Page tablepress table id=1 */
.kz-3-row-head-table .row-1 td {
	background-color: #dcdcdc;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: bottom;
}
.kz-3-row-head-table .row-2 td {
	background-color: #dcdcdc;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: bottom;
}
.kz-3-row-head-table .row-3 td {
	background-color: #dcdcdc;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: bottom;
}
/* end 3 row head table */

/* Table with 2 header rows */
.kz-2-row-head-table .row-1 td {
	background-color: #dcdcdc;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: bottom;
}

.kz-2-row-head-table .row-2 td {
	background-color: #dcdcdc;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: bottom;
}


/*Accordion Styling – GUTENBERG PATENTS PAGE*/
.c-accordion__title {
    padding-left: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: white;
    background-color: #00334e;
}
.c-accordion__title:after {
	padding-right: 1rem;
}
/* Fix blue background in wordpress interface tables*/
.widefat th {
    background-color: white;
}
/*WP FORMS STYLING*/
.wpforms-form button[type=submit] {
    background-color: #0073a3 !important;
    border-color: #fff !important;
    color: #fff !important;
	  padding: 10px 30px !important;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #00334e !important;
}


.wpforms-field-textarea {
	max-width: 60%;
}

.wpforms-container.wpf-center {
     margin: 0 auto !important;
     max-width: 500px;
}

/* Landing page wpforms message style */

div.wpforms-confirmation-container-full {
    color: inherit;
    margin: 0;
    background: none;
    border: none;
    padding: 0;
    text-align: center;
}
 
div.wpforms-confirmation-container-full p:last-of-type {
    margin: inherit;
}
l
/*Facebook Feed*/
#efblcf.halfwidth .efbl_story_photo {
    margin-right: 20px;
}
.efbl_fb_story .efbl_info span {
    color: #0072a2;
}

/*Dealer finder*/
#locatoraid-search-form-button.hc-block {
    background-color: #0072a2;
    border-color: #0072a2;
    color: white;
    font-weight: 700;
}
button, input, optgroup, select, textarea {
    color: #333;
}
div #locatoraid-search-radius-select-container {
    width: 8.5rem;
}
div.hc-lg-px2 #locatoraid-search-radius-select-container {
    padding-left: 1rem;
    padding-right: 1rem;
}
select.hc-field, input.hc-field[type=text], input.hc-field[type=password] {
    padding-left: 1rem;
}
div.hc-p2 {
    padding: 1rem;
}
div.hc-mb1 {
    margin-bottom: 1rem;
}


/*FOOTER*/
#wpforms-widget-3 h4 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 10px;
}
.wpforms-head-container {
	text-align: center;
}

#wpforms-widget-3 {
	margin-left: -600px;
	margin-right: -600px;
	background: linear-gradient(90deg,rgba(30,75,115,.95),rgba(30,75,115,.95)),url(https://www.kinze.com/wp-content/uploads/2020/01/connect.png) 50%/cover no-repeat;
	padding-top: 100px;
	padding-bottom: 80px;
	padding-left: 650px;
	padding-right: 650px;	
	box-sizing: content-box;
}
#wpforms-widget-3 .wpforms-container{
	
}
#wpforms-widget-3 .wpforms-submit-container {
	text-align: center;
}
#wpforms-widget-3 .wpforms-field-required {
	max-width: none;
}
#wpforms-widget-3 .wpforms-field-row.wpforms-field-medium {
	max-width: none;
}
.nk-footer .nk-gap-4 {
	display: none;
}
.nk-footer .nk-gap-5 {
	display: none;
}

.nk-widget .nk-widget-title {
	font-family: Roboto Condensed;
}

.nk-copyright {
    padding: 1rem 0;
    background-color: rgba(0, 51, 78, .6);
}

.nk-widget-social-2 a {
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
}
#nav_menu-3 {
	list-style-type:none;
	display: block;
	text-align: center!important;
    width: 100%;
}
#nav_menu-3 li {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
}
@media only screen and (max-width:767px) {
    #nav_menu-3 li {
        width: 100%;
    }
}
#nav_menu-3 a {
	color: white;
}

.wp-caption-text {
	padding: 15px !important;
}

.card-padding{
	margin:0 10px;
}


@media screen and (max-width: 481px){
.nk-navbar-side .nk-nav .dropdown>li>a, .nk-navbar-side .nk-nav>li>a {
    padding: 12px 50px !important;
}
}

/****FAQ Search Update 5222023 ******/
form.helpie.search {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.helpie .search__wrapper {
    display: flex;
    align-items: center;
}

.helpie input.search__input {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid #d0cfce;
    outline: none;
}

.helpie span.search__icon {
    position: absolute;
    right: 10px;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.helpie svg.svg-icon--search {
    width: 23px !important;
    height: 23px !important;
    display: inline-block;
}

.helpie-faq.accordions.custom-styles .accordion .accordion__item .accordion__body .accordion__title {
font-size: 16px !important;
text-transform: none !important;
font-weight: 600 !important;
color: #333 !important;
font-family: "Nunito Sans" !important;
	
}

.helpie-faq.accordions.custom-styles .accordion .svg-inline--fa.fa-w-10 {
  width: 1.5em !important;
  height: 1.5em !important;
}
.hs-form-e5c72159-249c-48a4-ace4-e8a54058aecf_8920bfbc-5058-4149-8796-1f1ca66c3671 .hs-button{
	    background: #00334e !important;
    border-color: #00334e !important;
}
/****End FAQ Search Update 5222023 ******/

@media only screen and (min-width:1200px){
	.tblWith {
  min-width: 1400px;
}
}
a.btn-wtoutline {
  border: solid 1px #ffffff !important;
	background-color:transparent;
}

a.btn-wtoutline:hover {
  	background-color:#fff !important;
	color:#00334e !important;
}

.NewsletterPop div.wpforms-container-full .wpforms-form .wpforms-field-label {
  text-align: left !important;
}


.btnDealer{
	display: inline-block;
  width: 150px;
  padding: 10px;
  

}

.btnDealer.nk-btn{
		padding: 12px 20px;
}
@media only screen and (max-width:992px){
.nk-navbar .nk-nav-table>.nk-nav-icons, .nk-navbar .nk-nav-table>.nk-nav-logo {
    width: 15%;
}
	
	.btnDealer.nk-btn {
    padding: 10px 4px;
}
	.nk-navbar .nk-nav {
    position: relative;
    padding-left: 0px;
	
}
	.dealer-btn {
    float: right;
    padding-right: 15px;
    margin-right: 0px;
}
}

@media only screen and (max-width:481px){
.dealer-btn {
    float: right;
    margin-right: 0px;
}
	
	.nk-navbar .nk-nav-table>.nk-nav-icons, .nk-navbar .nk-nav-table>.nk-nav-logo {
    width: 20%;
}
	.nk-navbar .nk-nav li.single-icon>a {
    padding: 0 0px;
}
.nk-navbar.nk-navbar-top .nk-nav-logo {
    display: none;
}
}
	#menu-item-14866-top_icons_menu{
  background-color: #fff;
  color: #00334E;
  padding: 5px 10px;
}	
/*******Footer Social Icons******/
.wp-block-social-link-anchor.customize-unpreviewable {
  color: #fff !important;
  
}


