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

/****Social Icons****/
.wp-social-link.wp-block-social-link {
  color: #fff !important;
  margin: 0 10px 25px 10px !important;
}

.nk-footer #block-7 {
  margin-top: 0 !important;
}
/****End Social Icons****/

.nk-image-box-1 .nk-image-box-overlay{
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 100%;
  -webkit-transition: 0.4s opacity;
  -o-transition: 0.4s opacity;
  transition: 0.4s opacity;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.nk-image-box-1:hover .nk-image-box-overlay {
  opacity: 1;
  background-color: rgba(0, 45, 114, 0.80) !important;
}

/*****Tab Update 09/2024******/
.nk-tabs.tab-resources .nav-tabs .nav-link.active {
  border-bottom: 2px solid #006CB6;
  font-size: 1rem;
  font-weight: 700;
  text-transform:uppercase;
	color: #00334E !important;
}

.nk-tabs.tab-resources .nav-tabs .nav-link.active.show {
  border-bottom: 2px solid  #005b8b;
  font-size: 1rem;
  font-weight: 700;
   text-transform:uppercase;
	color:#00334E !important;
}

.nk-tabs.tab-resources .nav-tabs .nav-link {
  border-bottom: 2px solid #e2e2e2;
  font-size: 1rem;
  font-weight: 400;
   text-transform:uppercase;
	
}

.tab-resources .nav-tabs .nav-item {
  padding-right: 15px;
}

.vid-btn-ctr{
	padding:100px 400px;
}
@media only screen and (max-width:1024px){
.vid-btn-ctr{
	padding:150px;
}
@media only screen and (max-width:481px){
.tab-resources .img .ih-item img {
  width: 200px !important;
  height: 100%;
}
.vid-btn-ctr{
padding:0;
}
}
/*****End Tab Update 09/2024******/
/*MOVED TO styles.css in Apearance > Theme Editor
text/css style-kinze.css ( assembler source, UTF-8 Unicode text )
body {
	color: #333333;
}

* {
font-variant-ligatures: none;
}

pre {
	color: inherit;
	background-color: inherit;
}

.kinze-hide {
	display: none;
}

.kz-clear {
	clear: both;
}

/*ALL CAPS COLOR LAYOUT

.h1, h1, .h2, h2, .h3, h3, .h5, h5 {
	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;
}

.kz-center {
    text-align: center !important;
}
.kz-light-blue {
    color: #00aeef !important;
}

/* 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;
	color: #333333;
}
.kinze-rounded-box {
	border-radius: 25px;
	border-color: #00AEEF!important;
	border: 2px solid;
	color: #333333;
}

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

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

.nk-sub-title {
	font-style:normal;
	color: #00aeef;
}

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

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

.nk-accordion .panel-heading {
    color: white;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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: 1px solid white;
    -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{
    border-color: #00334e;
    border-radius: 21px
}
*/

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


/*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*//*
@media (min-width: 980px){
	#menu-item-6216-primary {
		width: 130px;
	}
	#menu-item-6216-primary span {
		text-align: center;
		line-height: 1.3;
		display: inline-block;
		white-space: normal;
	}
}
/*RESET every sub menu item not centered DESKTOP ONLY*/
/*THIS WILL BREAK WITH MENU CHANGES*//*
@media (min-width: 980px){
	#menu-item-2132-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-2136-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-2136-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-2142-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-2146-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-2147-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-5850-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-2148-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-5848-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-5912-primary span {
		text-align: left;
		white-space: nowrap;
	}
	#menu-item-2152-primary span {
		text-align: left;
		white-space: nowrap;
	}
}

/*REMOVE UNDERLINE ON DISPLAYS *//*
#menu-item-5850-primary span {
	background-image: none;
}
/*RESET UNDERLINE ON SUB ITEMS OF DISPLAY *//*
#menu-item-2147-primary span {
	background-image: -o-linear-gradient(330deg, #0073a3 0%, #0073a3 100%);
	  background-image: linear-gradient(120deg, #0073a3 0%, #0073a3 100%);
}
#menu-item-5848-primary span {
	background-image: -o-linear-gradient(330deg, #0073a3 0%, #0073a3 100%);
	  background-image: linear-gradient(120deg, #0073a3 0%, #0073a3 100%);
}



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

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

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

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