/*----------------------
# Fonts
----------------------*/

@font-face {
  font-family: 'Archivo K';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/21og7lwTl0ztlGf5XnwHpwLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Archivo K';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/EQ3-KgeHKZW2vIQ-o6r3ir3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'Archivo K';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/BxPPCh4VtEXoqCgFOjwlRb3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

/*----------------------
# Global
----------------------*/

body {
	font-family: 'Archivo K', sans-serif;
	background-color: #000000;
	overflow-x: hidden !important;
}

h1 {
	font-size: 3.4em;
	margin: 20px 0 35px;
	color: #ffffff;
}

h2 {
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #ffffff;
}

h3 {
	color: #fe0000;
	text-transform: uppercase;
}

ul, ol {
	margin: 0 0 15px;
	font-size: 0.9em;
	padding: 0 0 0 22px;
}

a, a:active, a:focus {
	outline: none;
}

a, a:hover {
	color: #fe0000;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

p, li {
	color: #ffffff;
	font-size: 0.95em;
}

.entry-title {
	padding: 0 10px;
	margin: 50px 0 0;
}

.hentry, .entry-content {
	margin: 0;
}

.entry-footer {
	display: none;
}

.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#content {
	max-width: 1200px;
	padding: 70px 12px 35px;
	margin: 0 auto;
}

.button {
	border: 2px solid;
	text-decoration: none;
	padding: 10px 15px;
	text-transform: uppercase;
	background-color: transparent;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

.button.red {
	background-color: #ED1D24;
	color: #ffffff;
	border-color: #ED1D24;
}

.button.red:hover {
	background-color: transparent;
	color: #ED1D24;
}

/*----------------------
# Navigation
----------------------*/

.logo {
	max-width: 200px;
	background-color: #FE0000;
	padding: 12px 20px;
	position: relative;
	text-align: center;
	float: left;
	width: 100%;
	margin: -2px 0;
	opacity: 0;
	height: 73px;
}

.logo::after {
	content: '';
	display: inline-block;
	height: 74px;
	width: 75px;
	position: absolute;
	right: -75px;
	top: -2px;
	border-top: 75px solid transparent;
	border-left: 75px solid #FE0000;
}

.logo img {
	max-width: 107px;
	position: relative;
	top: 3px;
}

.main-navigation .logo a {
	padding: 0;
}

#site-navigation {
	position: fixed;
	z-index: 999;
	height: 71px;
	border-bottom: 2px solid #21C8FE;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

#site-navigation.menu-scroll {
	background-color: #000000;
}

.home #site-navigation.menu-scroll {
	background-color: #ffffff;
}

#primary-menu {
	float: right;
	padding: 0 25px;
	opacity: 0;
}

.main-navigation li {
	margin: 0 15px;
	font-size: 1em;
}

.main-navigation a {
	padding: 22px 0 23px;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

.main-navigation a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  margin: 0;
  background: transparent;
  -webkit-transition: width .5s ease, background-color .5s ease;
  -moz-transition: width .5s ease, background-color .5s ease;
  -ms-transition: width .5s ease, background-color .5s ease;
  -o-transition: width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease;
}

.home .main-navigation .current_page_item > a:after,
.home .main-navigation .current_page_item .sub-menu a:after,
.main-navigation li.active .sub-menu a::after {
	width: 0;
}

.main-navigation a:hover:after,
.home .main-navigation .current_page_item a:hover:after,
.main-navigation .current-menu-parent > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation li.current_page_item.active a:after {
  width: 100%;
  background: #fe0000;
}

.main-navigation li.active .sub-menu a:hover::after {
	width: 100%;
}

#site-navigation.menu-scroll a {
	color: #ffffff;
}

.home #site-navigation.menu-scroll a {
	color: #000000;
}

.main-navigation ul ul {
	box-shadow: none;
	background-color: #ffffff;
	padding: 7px 0;
}

.main-navigation ul ul li {
	margin: 0 15px;
}

.main-navigation ul ul a {
	width: 170px;
	color: #000000;
	padding: 3px 0;
}

/*----------------------
# Side Nav
----------------------*/

#fp-nav ul li, .fp-slidesNav ul li {
	width: 30px;
	height: 15px;
	margin: 7px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: transparent;
	height: 11px;
	width: 11px;
	border: 2px solid #ffffff;
	margin: 0;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	height: 11px;
	width: 11px;
	margin: 0;
	background-color: #ffffff;
}

/*----------------------
# Home
----------------------*/

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

#loader .loading-gif {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}

#loader .top-half, #loader .bottom-half {
	height: 50%;
	background-color: #000000;
	position: relative;
	top: 0;
	-webkit-transition: all 1s cubic-bezier(0.7,0,0.3,1);
  -moz-transition: all 1s cubic-bezier(0.7,0,0.3,1);
  -o-transition: all 1s cubic-bezier(0.7,0,0.3,1);
  transition: all 1s cubic-bezier(0.7,0,0.3,1);
}

#loader.open .top-half {
	top: -50%;
}

#loader.open .bottom-half {
	top: 50%;
}

.home #content {
	padding: 0;
	max-width: none;
}

.home .entry-header {
	display: none;
}

#home-section {
	background-size: cover;
	background-position: center;
}

#home-section .vc_col-sm-12 {
	max-width: 1100px;
	margin: 0 auto;
	float: none;
}

#home-section .wpb_text_column {
	max-width: 475px;
	margin: 35px 20px 0;
}

#home-section h1 {
	color: #ffffff;
	font-size: 2.4em;
	letter-spacing: 1px;
	margin: 15px 0 0;
	line-height: 1.4;
}

#home-section h3 {
	color: #ffffff;
	margin: 0;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: none;
}

#home-section p {
	margin: 0;
}

#about-section {
	background-color: #000000;
	color: #ffffff;
	padding: 20px 0;
}

#about-section h1 {
	margin-top: 20px;
}

#about-section .vc_col-sm-12 {
	max-width: 1230px;
	margin: 70px auto 0;
	float: none;
	padding-right: 12px;
}

#about-section .vc_col-sm-6:first-child {
	width: 55%;
}

#about-section .vc_col-sm-6:last-child {
	width: 45%;
}

#about-section .text-block {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	padding: 0 35px 5px 0;
}

#about-section .text-block p {
  text-align: justify;
  margin: 0;
  line-height: 1.4;
}

#about-section .vc_column-inner {
	background-size: cover;
	background-position: center;
}

.about-block {
	padding: 0 0 20px;
}

.about-block .vc_col-sm-6 {
	margin: 5px 10px;
	width: calc(50% - 20px);
}

.about-block .vc_column-inner {
	background-size: cover;
	background-position: center;
}

.about-block .wpb_text_column {
	margin-bottom: 20px;
}

/*#about-section .wpb_column, #about-section .vc_column-inner, #about-section .wpb_wrapper, #about-section .wpb_content_element {
	height: 100%;
}

#about-section .fp-scroller {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}

.fp-controlArrow {
	display: none !important;
}

body .fp-slidesContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	-webkit-transition: transform 0s ease !important;
	-ms-transition: transform 0s ease !important;
	-o-transition: transform 0s ease !important;
	transition: transform 0s ease !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

body .fp-slidesContainer .fp-slide {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	z-index: 9999;
	float: none;
	-webkit-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition: 1s ease all;
	-ms-transition: 1s ease all;
	-o-transition: 1s ease all;
	transition: 1s ease all;
}

body .fp-slidesContainer .fp-slide.active {
	opacity: 1;
}

.about-slider {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.about-section h1 {
	margin: 20px 0 35px;
}

.about-section .left {
	width: 55%;
	float: left;
	padding: 20px 50px 20px 0;
}

.about-section .text-block {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.about-section .text-block p {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  text-align: left;
  margin: 0;
  line-height: 1.4;
}

.about-section .image-block {
	width: 45%;
	float: left;
	height: 485px;
	background-size: cover;
	background-position: center;
}*/

#products-section h1 {
	color: #000000;
	max-width: 400px;
	line-height: 1;
	margin: 30px 35px 80px;
	max-width: 400px;
}

#products-section .vc_column-inner > .wpb_wrapper {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#products-section .vc_col-sm-6:first-child {
	border-right: 8px solid #ffffff;
	height: 100%;
}

#products-section .vc_col-sm-6:last-child {
	border-left: 8px solid #ffffff;
	height: 100%;
}

#products-section .vc_column-inner {
	padding: 40px 0 0;
	height: 100%;
}

#products-section .wpb_text_column {
	max-width: 650px;
	margin: 0 auto;
}

.automotive-wrap, .industrial-wrap {
	padding: 50px 0 65px 25px;
}

#products-section .vc_column-inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.automotive-cat, .industrial-cat {
	display: inline-block;
	width: 50%;
	padding: 5px 12px;
}

.automotive-cat:hover .icon, .industrial-cat:hover .icon {
	background-color: #FE0000;
}

.automotive-cat:hover .icon:before, .industrial-cat:hover .icon:before {
	border-bottom: 21.65px solid #FE0000;
}

.automotive-cat:hover .icon:after, .industrial-cat:hover .icon:after {
	border-top: 21.65px solid #FE0000;
}

.automotive-cat .icon, .industrial-cat .icon {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 60px;
	display: inline-block;
  position: relative;
  width: 75px; 
  height: 43.30px;
  background-color: #000000;
  margin: 21.65px 0;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
  opacity: 0;
}

.automotive-cat .icon:before,
.automotive-cat .icon:after,
.industrial-cat .icon:before,
.industrial-cat .icon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 37.5px solid transparent;
  border-right: 39px solid transparent;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.automotive-cat .icon:before, .industrial-cat .icon:before {
  bottom: calc(100% - 1px);
  border-bottom: 21.65px solid #000000;
}

.automotive-cat .icon::after, .industrial-cat .icon::after {
	top: calc(100% - 1px);
	width: 0;
	border-top: 21.68px solid #000000;
}

.automotive-cat h3, .industrial-cat h3 {
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	display: block;
	margin: 30px 10px 30px 20px;
	vertical-align: top;
	float: right;
	width: calc(100% - 105px);
}

#testimonials-section {
	position: relative;
	overflow: auto;
	background-size: cover;
	background-position: center;
}

#testimonials-section::after {
	content: '';
	display: block !important;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
}

#testimonials-section .wpb_text_column {
	max-width: 900px;
	margin: 0 auto;
	color: #ffffff;
	position: relative;
	z-index: 2;
}

#testimonials-section .wpb_column {
	position: relative;
	z-index: 3;
}

#testimonials-section h1 {
	margin: 20px 0 40px !important;
}

.testimonial-slider .slick-slide {
	outline: none;
}

.testimonial-slider .text-slider {
	background-color: #ffffff;
	color: #000000;
	padding: 50px 25px 40px;
}

.testimonial-slider .text-slider p {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.4;
	color: #000000;
	font-size: 1em;
}

/*.testimonial-slider .text-slider .slick-prev, .testimonial-slider .text-slider .slick-next {
	display: none !important;
}

.testimonial-slider .thumbnail-slider {
	padding: 50px 0 15px;
}

.testimonial-slider .thumbnail-slider .slick-slide {
	opacity: 0.8;
}

.testimonial-slider .thumbnail-slider .slick-slide.slick-current {
	opacity: 1;
}

.testimonial-slider .thumb-image {
	width: 130px;
	height: 130px;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 50%;
	margin: 0 auto;
}*/

.testimonial-slider .slick-prev::before, .testimonial-slider .slick-next::before {
	display: none;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
	width: 42px;
	height: 42px;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fe0000;
	border-radius: 0;
}

.testimonial-slider .slick-prev {
	background-image: url('images/arrow-left.png');
	left: -20px;
}

.testimonial-slider .slick-next {
	background-image: url('images/arrow-right.png');
	right: -20px;
}

.testimonial-slider h2 {
	text-transform: uppercase;
	margin: 10px 0 0;
	font-weight: 400;
	font-size: 1.3em;
	letter-spacing: 0.3px;
	text-align: center;
	color: #fe0000;
}

.testimonial-slider .text-slider .area {
	color: #21C8FE;
	margin: 0 auto;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1;
	text-align: center;
}

#contact-section {
	background-color: #000000;
	color: #ffffff;
	padding: 80px 10px 0;
}

#contact-section .vc_col-sm-5 .vc_column-inner {
	padding-left: 0;
}

#contact-section .vc_col-sm-7 .vc_column-inner {
	padding-right: 0;
}

#contact-section .vc_col-sm-12 {
	max-width: 1200px;
	margin: 0 auto;
	float: none;
}

#contact-section .wpb_text_column {
	margin-bottom: 0;
}

#contact-section .vc_col-sm-5 .wpb_text_column {
	margin-bottom: 35px;
}

#contact-section strong {
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.3px;
}

#contact-section p {
	font-size: 1.1em;
	margin: 0 0 8px;
}

#contact-section a {
	color: #ffffff;
	text-decoration: none;
}

#contact-section a:hover {
	color: #fe0000;
}

#contact-section #gform_wrapper_1 {
	opacity: 0;
}

#contact-section .gform_wrapper .top_label .gfield_label {
	display: none;
}

#contact-section input.medium, #contact-section textarea.medium {
	border-radius: 0;
	padding: 9px 12px;
	color: #21C8FE;
	font-weight: 700;
	border-color: #ffffff;
}

#contact-section .gform_wrapper .gform_footer {
	margin: 0 0 50px;
}

#contact-section #gform_submit_button_1 {
	background-color: #fe0000;
	color: #ffffff;
	border: 2px solid #fe0000;
	border-radius: 0;
	padding: 11px 50px 10px;
	font-family: 'Archivo K', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
}

#contact-section #gform_submit_button_1:hover {
	background-color: transparent;
	color: #fe0000;
}

#field_1_1, #field_1_2 {
	float: left;
	width: 50%;
	clear: none;
	margin: 0 0 16px;
}

#input_1_1, #input_1_2, #input_1_3 {
	width: 100%;
}

.gform_confirmation_message_1 h3 {
	text-transform: none;
	color: #ffffff;
}

body .gform_wrapper div.validation_error {
	color: #FE0000;
	border-top: 2px solid #FE0000;
	border-bottom: 2px solid #FE0000;
}

body .gform_wrapper .validation_message {
	color: #FE0000;
}

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 12px !important;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 8px;
	margin-right: 2px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #21C8FE;
  font-weight: 700;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #21C8FE;
  opacity: 1;
  font-weight: 700;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #21C8FE;
  opacity: 1;
  font-weight: 700;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #21C8FE;
  font-weight: 700;
}

/*----------------------
# Products
----------------------*/

/* Tabs */

.ui-tabs-nav {
	margin: 25px 0 30px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.ui-tabs-tab {
	width: calc(20% - 4px);
	display: inline-block;
	text-align: center;
	outline: none;
	vertical-align: top;
	line-height: 1.2;
}

.product-tabs > ul > li > a {
	text-decoration: none;
	color: #BBBBBB !important;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.3px;
	outline: none;
	position: relative;
	-webkit-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.product-tabs > ul > li > a::after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 5px;
	opacity: 0;
	-webkit-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.product-tabs > ul > li.ui-state-active > a, .product-tabs > ul > li > a:hover {
	color: #fe0000 !important;
}

.product-tabs > ul > li.ui-state-active > a::after {
	opacity: 1;
}

/*--------------------*/

.page-title {
	color: #ffffff;
	margin: 45px 0 35px;
	padding: 0 10px;
	line-height: 1;
}

.post-type-archive .product {
	width: calc(33.33% - 3px);
	display: inline-block;
	padding: 20px;
	text-align: center;
	vertical-align: top;
	color: #D2D2D2;
}

.post-type-archive .product-image {
	width: 100%;
	height: 250px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.post-type-archive .entry-title {
	color: #fe0000;
	font-size: 1.2em;
	margin: 15px 0 0;
}

.post-type-archive .product p {
	font-size: 0.88em;
	margin: 5px 0 12px;
}

.post-type-archive .more-info {
	text-transform: uppercase;
	color: #f30000;
	margin-top: 15px;
	display: block;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

.post-type-archive .more-info::before {
	content: '\f0c9';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-size: 0.9em;
}

/* Lightbox */

.body-scroll {
  overflow: hidden !important;
  height: 100%;
  position: relative;
}

.product .lightbox-overlay {
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.product .lightbox-overlay.show {
	visibility: visible;
	opacity: 1;
}

.product .lightbox {
	color: #000000;
	text-align: left;
	min-height: 78%;
	max-height: 78%;
	overflow-y: scroll;
	background-color: #ffffff;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 25px 30px 30px;
	top: calc(50% + 30px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .lightbox .close {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 0 5px;
	color: #000000;
	cursor: pointer;
}

.product .lightbox h3 {
	color: #fe0000;
	font-size: 1.8em;
	margin: 0 0 10px;
}

.product .lightbox-left {
	width: 30%;
	float: left;
	height: 450px;
	margin-bottom: 15px;
}

.product .lightbox-left-gallery .gallery-image {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 365px;
	outline: none;
}

.product .lightbox-left-gallery .slick-prev::before, .product .lightbox-left-gallery .slick-next::before {
	display: none;
}

.product .lightbox-left-gallery .slick-prev, .product .lightbox-left-gallery .slick-next {
	width: 22px;
	height: 25px;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fe0000;
	border-radius: 0;
	background-size: 7px;
}

.product .lightbox-left-gallery .slick-prev {
	background-image: url('images/arrow-left.png');
	left: -10px;
	z-index: 100;
}

.product .lightbox-left-gallery .slick-next {
	background-image: url('images/arrow-right.png');
	right: -10px;
	z-index: 100;
}

.product .lightbox-right {
	margin-left: 45px;
	float: left;
	width: calc(70% - 45px);
	padding-bottom: 20px;
}

.product .lightbox-right p, .product .lightbox-right li {
	color: #000000;
}

.product .lightbox-right a {
	text-decoration: none;
	font-style: italic;
	color: #fe0000;
}

.product .lightbox .button.red {
	font-size: 0.84em;
	margin: 35px 0 0;
	display: inline-block;
	text-align: center;
}

.packsizes {
	clear: both;
	margin-bottom: 22px;
}

.packsizes h4 {
	color: #fe0000;
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0 10px;
}

.packsizes .pack {
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	margin: 0 5px;
}

.packsizes span {
	position: absolute;
	bottom: -35px;
	color: #000000;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 0.9em;
	line-height: 1;
	display: inline-block;
	vertical-align: bottom;
	min-height: 22px;
}

.pack.two-hundred {
	height: 95px;
	min-width: calc(9.5% - 10px);
}

.pack.five-hundred {
	height: 110px;
	min-width: calc(10.5% - 10px);
}

.pack.one {
	height: 125px;
	min-width: calc(11.5% - 10px);
}

.pack.five {
	height: 145px;
	min-width: calc(17.5% - 10px);
}

.pack.twenty {
	height: 175px;
	min-width: calc(24% - 10px);
}

.pack.two-hundred-ten {
	height: 210px;
	min-width: calc(27% - 10px);
}

/*.pack.two-hundred {
	height: 100px;
	min-width: 55px;
}

.pack.five-hundred {
	height: 145px;
	min-width: 85px;
}

.pack.one {
	height: 185px;
	min-width: 95px;
}

.pack.five {
	height: 255px;
	min-width: 180px;
}

.pack.twenty {
	height: 310px;
	min-width: 250px;
}

.pack.two-hundred-ten {
	height: 360px;
	min-width: 275px;
}*/

/* Accordion */

.lightbox-right .ui-accordion-header {
	margin: 0;
	padding: 3px 0;
	outline: none;
}

.lightbox-right .ui-accordion-header h4 {
	color: #ffffff;
	border: 2px solid #000000;
	background-color: #000000;
	padding: 5px 10px 4px;
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	cursor: pointer;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

.lightbox-right .ui-accordion-header h4:hover {
	background-color: #ffffff;
	color: #000000;
}

.lightbox-right .ui-accordion-header.ui-state-active h4 {
	background-color: #ffffff;
	color: #ED1D24;
	border-color: #ED1D24;
}

.lightbox-right .ui-accordion-content {
	padding: 10px 0;
}

.lightbox-right ul {
	padding: 0 0 0 22px;
	margin-bottom: 0;
}

.post-type-archive .product .lightbox-right p {
	padding: 0;
	margin: 0 0 8px;
}

/*--------------------*/

/* Testimonials */

.product-testimonial-slider {
	/*background-image: url('/wp-content/uploads/2017/09/testimonials-bg.jpg');*/
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 20px 20px 0;
	position: relative;
}

.product-testimonial-slider::after {
	content: '';
	display: block !important;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
}

.product-testimonial-slider h1 {
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.product-testimonial-slider .text-slider {
	max-width: 850px;
	margin: 0 auto;
	padding: 40px 25px 30px;
	z-index: 10;
	background-color: transparent;
}

.product-testimonial-slider .text-slider p {
	color: #ffffff;
}

.product-testimonial-slider .text-slider h2 {
	color: #fe0000;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
}

.product-testimonial-slider .text-excerpt .area {
	color: #fe0000;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
}

.product-testimonial-slider .slick-prev, .product-testimonial-slider .slick-next {
	display: none !important;
}

/*.testimonial-slider.product-testimonial-slider .slick-arrow {
	display: block !important;
}

.product-testimonial-slider .slick-prev {
	left: -100px;
}

.product-testimonial-slider .slick-next {
	right: -100px;
}*/

/*----------------------
# Footer
----------------------*/

#colophon {
	background-color: #000000;
}

.site-info {
	padding: 30px 22px 80px;
	max-width: 1215px;
	margin: 0 auto;
	overflow: auto;
}

.sm-icons {
	float: left;
}

.sm-icons i {
	border: 2px solid #818181;
	color: #818181;
	padding: 9px;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 1.4em;
	margin-right: 5px;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

.sm-icons i:hover {
	background-color: #818181;
	color: #000000;
}

.coffee-foot {
	float: right;
}

.coffee-foot > a {
	color: #818181;
	text-decoration: none;
	font-weight: 400;
	font-size: 0.8em;
}

/*----------------------
# ANIMATIONS
----------------------*/

#home-section .wpb_text_column {
	-webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

#products-section .automotive-cat h3 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#products-section .automotive-cat .icon {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#products-section .vc_col-sm-6:nth-child(2) .wpb_text_column {
	-webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

#products-section .industrial-cat h3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

#products-section .industrial-cat .icon {
  -webkit-animation-delay: 2.9s;
  -moz-animation-delay: 2.9s;
  -ms-animation-delay: 2.9s;
  -o-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

/*----------------------
# SEARCH / 404
----------------------*/

.search .entry-title {
	margin: 0;
	padding: 0;
}

.search .entry-title a {
	color: #fe0000;
	text-decoration: none;
}

.entry-summary {
	color: #ffffff;
}

.error404 .search-field {
	border-radius: 0;
	padding: 5px 8px 3px;
	border-color: #ffffff;
}

.error404 .search-submit {
	border: 2px solid #fe0000;
	color: #ffffff;
	background-color: #fe0000;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Archivo K', sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	padding: 9px 15px;
	position: relative;
	top: -1px;
}

/*----------------------
# Responsive
----------------------*/

/* Mobile Menu */

#coffeerm-button {
	background-color: transparent;
	top: 12px;
	right: 18px;
	display: none;
}

#coffeerm-button span {
	width: 33px;
	background-color: #fe0000;
}

.responsive-menu-items {
	background-color: #ffffff;
	padding: 5px 0;
}

.responsive-menu-items .sub-menu {
	padding-left: 0;
	margin: 0;
}

.responsive-menu-items li ul.sub-menu li {
	margin: 0;
	padding-right: 20px;
}

.responsive-menu-items li ul.sub-menu a {
	padding-left: 0;
}

.responsive-menu-items li {
	list-style: none;
	position: relative;
	margin: 0;
}

.responsive-menu-items a {
	color: #000000 !important;
	text-decoration: none;
	padding: 7px 15px 0;
	display: block;
	border: none;
	margin: 0;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

.responsive-menu-items a::after {
	margin: 3px 0 0;
}

.responsive-menu-items a:hover {
	background-color: #ffffff;
	color: #1C1B1C;
}

.responsive-menu-items .open > a::after {
	width: 100%;
	background-color: #fe0000;
}

ul.responsive-menu-items li.menu-item-has-children::after {
	border-left: 10px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 0px solid #ffffff;
	top: 12px;
	right: 15px;
}

ul.responsive-menu-items li.menu-item-has-children:hover:after {
	border-left: 10px solid #1C1B1C;
	border-right: 0px solid #1C1B1C;
}

@media (max-width: 1150px) {
	.automotive-cat, .industrial-cat {
		width: 100%;
		padding: 0 12px;
	}
}

@media (max-width: 1050px) {
	#about-section {
		padding: 55px 0 60px;
	}
	#about-section .vc_col-sm-12 {
		margin: 0 auto;
	}
	#about-section .wpb_text_column:first-child, #about-section .wpb_text_column:last-child {
		margin-bottom: 15px;
	}
	#about-section h1 {
		margin-top: 0;
		line-height: 1;
		margin-bottom: 30px !important;
	}
	#about-section .text-block {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		padding: 0 15px 5px 0;
	}
	#products-section .vc_col-sm-6:first-child {
		border-right: none;
		height: auto;
	}
	#products-section .vc_col-sm-6:last-child {
		border-left: none;
		height: auto;
	}
	#products-section .vc_column-inner > .wpb_wrapper {
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	#testimonials-section {
		padding: 20px 0 55px;
		overflow: hidden;
	}
	#contact-section {
		padding: 25px 10px 0;
	}
}

@media (max-width: 875px) {
	#coffeerm-button, .responsive-menu-items {
		display: block !important;
	}
	#primary-menu {
		display: none;
	}
	.logo {
		max-width: 150px;
	}
	#home-section .wpb_text_column {
		margin: 35px auto 0;
	}
	#about-section .vc_col-sm-12 {
		padding: 0;
	}
	#about-section .vc_col-sm-6:first-child {
		width: 100%;
		margin-bottom: 30px;
	}
	#about-section .vc_col-sm-6:last-child {
		width: 100%;
		height: 300px;
		padding: 0 15px;
	}
	#about-section .text-block {
		padding: 0 0 5px 0;
	}
}

@media (max-width: 800px) {
	.ui-tabs-tab {
		width: auto;
		padding: 7px 10px;
	}
	.post-type-archive .product {
		width: calc(50% - 3px);
	}
}

@media (max-width: 768px) {
	/* iPad */
	.vc_col-xs-12, .vc_column_container {
		width: 100% !important;
	}
	.testimonial-slider .text-slider {
		padding: 35px 40px 35px;
	}
	.testimonial-slider .text-slider p {
		text-align: justify;
	}
	.product-testimonial-slider .text-slider p {
		text-align: center;
	}
	#products-section .vc_column-inner > .wpb_wrapper {
		height: auto !important;
	}
	#contact-section h2 {
		margin: 0 0 15px;
	}
	#contact-section .vc_col-sm-5 .wpb_text_column {
		margin-bottom: 20px;
	}
	#contact-section .vc_col-sm-7 .vc_column-inner {
		padding: 0;
	}
	.about-block {
		padding: 0 0 5px;
	}
	.about-block .vc_col-sm-6 {
		margin: 5px 0;
		width: 100%;
	}
	.about-block .vc_column-inner {
		padding: 0 7px;
	}
	.about-block:nth-child(1) .vc_col-sm-6:last-child .vc_column-inner,
	.about-block:nth-child(3) .vc_col-sm-6:last-child .vc_column-inner {
		height: 250px;
		margin: 0 15px;
	}
	.about-block:nth-child(2) .vc_col-sm-6:first-child {
		display: none;
	}
	.about-block:nth-child(2) .wpb_text_column {
		margin: 0 0 -10px;
	}
	.packsizes span {
		font-size: 0.8em;
		font-weight: bold;
	}
}

@media (max-width: 640px) {
	#field_1_1, #field_1_2 {
		float: none;
		width: 100%;
	}
	.product .lightbox {
		padding: 25px 20px 30px;
	}
	.product .lightbox-left {
		width: 100%;
		float: none;
		text-align: center;
	}
	.product .lightbox-right {
		margin-left: 0;
		float: none;
		width: 100%;
		padding-bottom: 25px;
	}
}

@media (max-width: 600px) {
	.post-type-archive .product {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		display: block;
	}
}

@media (max-width: 500px) {
	h1 {
		font-size: 2.5em;
	}
	.automotive-cat h3, .industrial-cat h3 {
		font-size: 1em;
	}
	.product-testimonial-slider .text-slider {
		padding: 0 10px 10px;
	}
}

@media (max-width: 380px) {
	#loader .loading-gif {
		padding: 0 30px;
	}
	.site-info {
		padding: 30px 22px 60px;
	}
	.sm-icons {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.coffee-foot {
		float: none;
		text-align: center;
	}
	.packsizes .pack {
		margin: 0 14px;
	}
	.pack.two-hundred {
		min-width: calc(14.5% - 10px);
	}
	.pack.five-hundred {
		min-width: calc(15.5% - 10px);
	}
	.pack.one {
		min-width: calc(17.5% - 10px);
	}
	.pack.five {
		min-width: calc(27.5% - 10px);
	}
	.pack.twenty {
		min-width: calc(37% - 10px);
	}
	.pack.two-hundred-ten {
		height: 235px;
		min-width: calc(42% - 10px);
	}
}
