/*
Theme Name: HKH Lighting 2.0
Author: Niek Meinema
Company: Twinsense Online Brand Excitement
Author URI: http://www.twinsense.nl
Version: 2.0
*/

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Regular.ttf') format('truetype'),
       url('fonts/Ubuntu-Bold.ttf') format('truetype'),
       url('fonts/Ubuntu-Light.ttf') format('truetype'),
       url('fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Specifieke stijlen */
@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

html {
  font-size: 16px;
  line-height: 30px;
}

body {	
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: auto;
  background-color: #f6f7ff;
}

h1,h2,h3,h4,h5{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

h2,h3{
	margin-bottom: 20px;
}

.header h1{
	display: block;
	color: #fff;
	margin: 25px 0;
	letter-spacing: 10px;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

p,ul,ol{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.content p a{
  color: #fff;
  text-decoration: underline;
}

.content p a:hover{
  color: #c9ec25;
}

.content .section.white p a{
  color: #007bff;
  text-decoration: underline;
}

.content .section.white p a:hover{
  color: #0056b3;
  text-decoration: underline;
}

ul{
	padding-left: 15px;
}

.container{
	position: relative;
}

.header{
	position: relative;
	background-size: cover;
	background-position: 50%;
	text-align: center;
	z-index: 1;
}

.header img{
	width: 100%;
	height: auto;
}

.header-slide{
	position: relative;
	background-size: cover;
	min-height: 250px;
}

@media (min-width: 576px) {
	.header-slide{
		min-height: 300px;
	}
}

@media (min-width: 768px) {
	.header-slide{
		min-height: 400px;
	}
}

.header-slide-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 123, 255,0.5);
}

.title-holder{
	position: absolute;
	left: 0;
	margin-top: 15%;
	margin-left: 15px;
}

/* nav */

.navbar > .container, .navbar > .container-fluid {
    -ms-flex-pack: justify;
    justify-content: right;
}

.bg-light {
    background-color: #f8f8f8 !important;
}

.navbar-brand {
	position: absolute;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: inherit;
    white-space: nowrap;
    top: -15px;
    left: 0;
}

.mobile{
	position: absolute;
	top: -10px;
	right: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(0,0,0,.1);
}
.navbar-toggler {
	display: inline-block;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 1;
    margin-right: 15px;
    background-color: #007bff;
    color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
}

.navbar-brand img{
	max-width: 80px;
	height: auto;
	margin-left: 15px;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 20px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 20px 5px rgba(255,255,255,1);
}

@media (min-width: 576px) {
	.navbar-brand img{
		max-width: 80px;
		height: auto;
		margin-left: 15px;
	}
}

@media (min-width: 768px) {
	.navbar-brand img{
		max-width: 120px;
		height: auto;
		margin-left: 15px;
	}
}

#bs4navbar{
  flex-direction: column;
}

.navbar {
	min-height: 70px;
    position: relative;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    z-index: 99;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

.navbar-nav{
	padding: 5px 15px;
}

.navbar-collapse{
	margin-top: 40px;
	margin-right: 0px;
}

@media (min-width: 576px) {
  .navbar-collapse{
    margin-top: 40px;
	  margin-right: 0px;
  }
}

@media (min-width: 768px) {
	
	.navbar-collapse{
		margin-top: 40px;
	  margin-right: 0px;
	}
}

@media (min-width: 992px) {
	
	.navbar-collapse{
		margin-top: -10px;
		margin-right: 50px;
	}
}

.navbar-light .navbar-nav .nav-link {
    color: #5295cf;
}

.nav-link {
	color: #5295cf;
    display: block;
    padding: 0px 15px;
    text-transform: uppercase;
    border-right: 1px solid #c9ec25;
}

.wpml-ls-item .nav-link{
  padding: 9px 15px;
}

.search-cart{
	float: right;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 0px;
    padding: 0;
    margin: 0 0;
    margin-left: 5px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 15px;
}

/* cart */

.woo_cart{
	display: inline-block;
	color: #5295cf;
	transition: 0.3s ease all;
}

.woo_cart:hover{
	color: #c9ec25;
	transition: 0.3s ease all;
}

.cart-count{
	display: inline-block;
	background-color: #1e3c5a;
	font-size: 12px;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	margin-left:-4px;
}

/* search */

.search-holder{
	position: relative;
}

.search-bar{
	position: absolute;
	right: 0; 
	top: 0;
	z-index: 99;
}

.search-button{
	display: inline-block;
	position: relative;
	right: 0;
	top: 0;
	padding: 5px 10px;
	cursor: pointer;
	color: #5295cf;
	transition: 0.3s ease all;
}

.search-button:hover{
	color: #c9ec25;
	transition: 0.3s ease all;
}

.searchform-wrapper{
	margin: 10px 25px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.searchform-text{
	max-width: 100%;
	float: left;
	border: none;
	padding: 5px 10px;
}

.searchform-button{
	width: 40px;
	float: left;
	background-color: #5295cf;
	margin-left: -2px;
	padding: 5px 10px;
	border: none;
	color: #fff;
	transition: 0.3s ease all;
	cursor: pointer;
}

.searchform-button:hover{
	background-color: #c9ec25;
	transition: 0.3s ease all;
}

/* breadcrumbs */

.breadcrumb{
	background-color: #fff;
	padding: 15px;
	line-height: 24px;
}

.breadcrumb i{
	margin: 0px 10px;
	vertical-align: bottom;
	line-height: 24px;
	color: #5295cf;
}

/* content */

.content{
	position: relative;
	margin: 0 -15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	border-top: solid 10px #c9ec25;
	border-bottom: 10px solid #c9ec25;
	margin-top: -40px;
	z-index: 2;
}

.section{
	padding: 30px 15px;
}

.white{
	background-color: #fff;
}

.grey{
	background-color: #F5F5F5;
}

.purple{
	background: #469cd5;
    background: -moz-linear-gradient(left, #469cd5 0%, #274e73 100%);
    background: -webkit-linear-gradient(left, #469cd5 0%, #274e73 100%);
    background: linear-gradient(to right, #469cd5 0%, #274e73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469cd5', endColorstr='#274e73',GradientType=1 );
    color: white;
}

.page-item{
	padding: 15px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* gallery */

.gallery-image{
	display: block;
	padding-top: 70%;
	margin-bottom: 30px;
	background-size: cover;
	background-position: 50%;
}

/* news */

.article{
	margin-bottom: 30px;
}

.article-image img{
	max-width: 100%;
	height: auto;
}

/** woocommerce **/

/* Standaard WooCommerce-galerij tonen op desktop */
.woocommerce-product-gallery__wrapper {
  display: block;
}
.product-images-mobile {
  display: none;
}

/* Alleen de Slick-slider tonen op schermen kleiner dan 768px */
@media (max-width: 768px) {
  .woocommerce-product-gallery__wrapper {
      display: none;
  }
  .product-images-mobile {
      display: block;
  }
}

.product-slider.slick-slider, .product-slider-nav.slick-slider {
  display: flex;
  align-items: stretch;
  margin-bottom:30px;
}

.product-slider-nav.slick-slider .slick-slide {
  display: flex;
  align-items: center;
  margin-right:5px;
}

.product-slider.slick-slider .slick-slide {
  display: flex;
  align-items: stretch;
}

.product-slider.slick-slider .slick-slide img {
  object-fit: cover;
  max-height: 250px;
  width:100%;
  object-position: center;
}

.product .product-slider-nav.slick-slider .slick-list {
  min-width: 100%;
}

.product .product-slider-nav.slick-slider .slick-track {
  transform:none!important;
  min-width: 100%;
}

.product-categories{
	margin: 0;
}

.product-item{
	padding: 15px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.product-item .product-image{
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 15px;
}

.product-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

.product-item h2, .price{
	margin-bottom: 15px;
}

.product-item h2{
	font-size: 20px;
}

.product-item a{
	display: block;
	color: #5295cf;
}

.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
    float: none;
}

.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
    float: none;
}

.categories-holder{
	margin-bottom: 30px;
}

.product-categories{
	padding-left: 0px;
	list-style: none;
}

.product-categories li ul{
	padding-left: 15px;
	list-style: none;
}

.parent.active a{
	font-weight: 700;
	color: #1e3c5a;
}

.parent.active ul li a{
	font-weight: 400;
	color: #007bff;
}

.parent.active ul a{
	font-weight: 400;
}

.child.active a{
	font-weight: 700;
	color: #1e3c5a;
}

.woocommerce-pagination{
	margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
}

.form-row{
	display: block;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    color: #fff;
    cursor: not-allowed;
    opacity: .5;
    padding: 15px;
}

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover {
    color: #fff;
    background-color: #0069d9;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #0069d9;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
        margin-bottom: 0px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 15px;
    font-weight: 700;
    border-radius: 4px;
    left: auto;
    color: #fff;
    background-color: #007bff;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: 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;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #007bff;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #0069d9;
    color: #fff;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #5295cf;
    font-size: 18px;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery__image{
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.woocommerce-message {
    border-top-color: #5295cf;
}

.woocommerce-message::before {
    content: "\e015";
    color: #5295cf;
}

/* sliders */

.sp-wcsp-cat-thumbnail a{
  display: block;
  aspect-ratio: 1/1;
}

.sp-wcsp-cat-thumbnail a img{
  object-fit: cover;
  object-position: 50%;
  height: 100%;
  width: 100%;
}

.slider-holder{
	position: relative;
	margin: 0 30px;
	margin-top: 30px;
}

.nieuws-slider{
}

.slide-button{
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	color: #5295cf;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 99;
	transition: 0.3s ease all;
}

.slide-button:hover{
	color: #c9ec25;
	transition: 0.3s ease all;
}

.button-left{
	left: 0;
	top: 50%;
	margin-top: -20px;
	margin-left: 0px;
}

.button-right{
	right: 0;
	top: 50%;
	margin-top: -20px;
	margin-right: 0px;
}

@media (min-width: 768px) {
	.button-left{
		margin-top: -20px;
		margin-left: -40px;
	}
	
	.button-right{
		margin-top: -20px;
		margin-right: -40px;
	}
}

/* footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  background-color: #1e3c5a;
}

.footer h2{
	font-size: 24px;
	color: #fff;
}

.footer p{
	color: #fff;
}

.footer a{
	color: #fff;
}

.footer ul{
	padding-left: 0;
	list-style: none;
}

.footer-inner{
	padding: 40px 0;
}

.wpcf7{
    margin-bottom: 30px;
}

.wpcf7 br {
  display: none;
}
.wpcf7 p {
  margin: 0;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #00a0d2;
  /* Blue */
  border-radius: 10px;
}

.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 {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap select {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form-control-wrap input[type=password]:focus,
.wpcf7-form-control-wrap input[type=datetime]:focus,
.wpcf7-form-control-wrap input[type=datetime-local]:focus,
.wpcf7-form-control-wrap input[type=date]:focus,
.wpcf7-form-control-wrap input[type=month]:focus,
.wpcf7-form-control-wrap input[type=time]:focus,
.wpcf7-form-control-wrap input[type=week]:focus,
.wpcf7-form-control-wrap input[type=number]:focus,
.wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7-form-control-wrap input[type=url]:focus,
.wpcf7-form-control-wrap input[type=search]:focus,
.wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7-form-control-wrap input[type=color]:focus,
.wpcf7-form-control-wrap .uneditable-input:focus {
  border-color: rgba(33, 181, 243, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(33, 181, 243, 0.8);
  outline: 0 none;
  transition: 0.3s ease all;
}

.wpcf7-not-valid-tip {
  color: #721c24;
  background-color: #f8d7da;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #f5c6cb;
  padding: 5px 10px;
  border-radius: 5px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.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 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  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 .ajax-loader::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 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7-checkbox{
    margin: 0;
}

.wpcf7-list-item{
    display: block;
    margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item input{
    width: auto;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

