/*
Theme Name:   Khaki Child
Theme URI:    https://1.envato.market/khaki-wp-info
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');


#menu-item-11050-top_icons_menu {
  background-color: #fff !important;
  color: #00334E !important;
  padding: 2px 11px !important;
}
li#menu-item-10449-primary a span {
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  white-space: normal;
  width: auto;
}
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*/

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;
}

.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;
}

/* Make Cookie banner XL  */ 
.cookie-notice-container {
	margin-top: 25px;
	margin-bottom: 25px;
}

.cn-text-container {
    margin: 0 100px 20px 100px;
}
#cookie-notice {
	font-size: 16px;
	line-height: 26px;
}

.cn-buttons-container .nk-btn {
	font-size: 15px;
}

/* COOKIE BANNER MOBILE PHONE REMOVE XL PADDING  */
@media only screen and (max-width: 768px) {
	.cookie-notice-container {
		margin-top: 0px;
		margin-bottom: 0px;
}
	.cn-text-container {
			margin: 0 0px 10px 0px;
}
	#cookie-notice {
		font-size: 14px;
		line-height: 20px;
}

	.cn-buttons-container .nk-btn {
		font-size: 12px;
}
}

/* 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;
}



/* 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*/

/*for Planter Performance*/

/*/*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;
		}

li#menu-item-10449-primary a span {
 text-align: center;
  line-height: 1.3;
  display: inline-block;
  white-space: normal;
  width: auto;
}
}
/*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: none !important;
	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*/

.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;
}
/*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 */

/* EUROPE ENGLISH FORM STYLING */
#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-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;
}

/* RU RUSSIAN FORM STYLING */
#wpforms-widget-4 h4 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 10px;
}
.wpforms-head-container {
	text-align: center;
}
#wpforms-widget-4 {
	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-4 .wpforms-submit-container {
	text-align: center;
}
#wpforms-widget-4 .wpforms-field-required {
	max-width: none;
}
#wpforms-widget-4 .wpforms-field-row.wpforms-field-medium {
	max-width: none;
}

/* UK UKRAINIAN FORM STYLING */
#wpforms-widget-5 h4 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 10px;
}
.wpforms-head-container {
	text-align: center;
}
#wpforms-widget-5 {
	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-5 .wpforms-submit-container {
	text-align: center;
}
#wpforms-widget-5 .wpforms-field-required {
	max-width: none;
}
#wpforms-widget-5 .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;
}


/* FOOTER TERMS OF SERVICE MENU FIX */

/* UK ENGLISH FOOTER MENU */
.menu-footer-pages-container ul {
	list-style-type: none;
	display: block;
	text-align: center !important;
    width: 100%;
}

/* RUSSIAN FOOTER MENU */
.menu-footer-pages-ru-container ul {
	list-style-type: none;
	display: block;
	text-align: center !important;
    width: 100%;
}
/* UKRAINIAN FOOTER MENU */
.menu-footer-pages-uk-container ul {
	list-style-type: none;
	display: block;
	text-align: center !important;
    width: 100%;
}

/* this styles only the li of the menu */
.kz-footer-nav-menu {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
}
	
.kz-footer-nav-menu a {
	color: white;
}
@media only screen and (max-width:767px) {
	.kz-footer-nav-menu {
		width: 100%;
	}
}
@media screen and (max-width: 481px) {
.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item>a::after, .nk-navbar-side .nk-nav .nk-drop-item>a::after {
	right: 25px !important;
	}
	
	.wpb_wrapper {
  margin: 0 15px;
}
}

.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;
}
#menu-item-11050-top_icons_menu {
  background-color: #fff;
  color: #00334E;
  padding: 2px 10px;
}


/* OLD
	/* ENGLISH */ /*
#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;
}
*/
