body{
	padding-top:0!important;
}
header{
	background-color: transparent!important;
}

.js-wpml-ls-legacy-dropdown { 
	z-index: 100;
	grid-column-gap: 0.4em;
	grid-row-gap: 0.4em;
	opacity: 1;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 0.5em;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	padding: 0.2em 0.6em;
	font-size: 1.2em;
	display: flex;
	/* 				position: fixed; */
	top: 3%;
	bottom: auto;
	left: 3%;
	right: auto;
	box-shadow: 0 2px rgba(161,161,161,.2);
}
.wpml-ls-sub-menu{ 
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 0.5em;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	padding: 0.2em 0.6em;
	font-size: 1.2em;
	box-shadow: 0 2px rgba(161,161,161,.2);
	overflow:hidden;
	font-size:15px;
}

.wpml-ls-sub-menu:hover { 
	background-color: #f9f9f9;
}			
@media screen and (min-width: 481px) {
	.js-wpml-ls-legacy-dropdown { 
		position: fixed;
	}
}
.benefits-section svg {
	height:30px;
}
table.benefits-table {
	width:100%;
}

table.benefits-table .column-1 {
	text-align:start;
}

table.benefits-table .column-2,
table.benefits-table .column-3 {
	text-align:center;
}

.keystroke-div {
	z-index: 999;
	grid-column-gap: 0.4em;
	grid-row-gap: 0.4em;
	opacity: 1;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 0.5em;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	padding: 0.2em 0.6em;
	font-size: 1.2em;
	display: flex;
	position: fixed;
	top: 3%;
	bottom: auto;
	left: auto;
	right: 3%;
	box-shadow: 0 2px rgba(161,161,161,.2);
}

.keystroke-div .keystroke-key-text {
	border: 1px solid #ebebeb;
	height: 28px;
	width: 28px;
	display:flex;
	justify-content: center;
	align-items:center;
	font-weight: 500;
}

.odd-background {
	background-color: #F9F9F9;
}
.even-background {
	background-color: white !important;
}

.odd-background .communication-icons, .odd-background #background-icon {
	background-color: #ffffff;
}
section:not(.odd-background) .communication-icons, section:not(.odd-background) #background-icon{
	background-color: #f9f9f9;
}
/* Needs to be put in the css landing-page styling	 */
.landing-page-background {
	background: url("/wp-content/themes/simpleven/assets/image/landing-page/landing-page-background.png"),
		#f9f9f9;
	background-position: center;
	background-size: cover;
}
.landing-tag {
	font-size:18px !important;
}
.landing-tag-body  {
	font-size:16px;
}
.landing-button {
	color: white;
}
.landing-outline-button {
	border: 2px solid #afafaf;
	color: #1a222dbf;
	background-color: white;
	margin-left: 20px;
}
.landing-button, .landing-outline-button {
	padding: 18px 36px 18px 36px;
	border-radius: 8px;
	display:inline-flex;
	font-weight:500;
	font-size:16px;
}
.landing-heading-body {
	font-size:16px;
}
/* Needs to be put in the css landing-page styling	 */

/* 	Problem section */
.problem-box{
	border-radius: 0.25rem;
	border: 1px solid #ebebeb;
	margin-bottom: 16px;
	padding: 16px;
	text-align: justify;
	background-color: white;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.078);
}

/* 	Known from section */
/* 			.owl-carousel {
display:flex!important;
} */

.keystroke-image-div .keystroke-image:not(:first-child) {
	margin-left: 5px;
}
<?php 
$keystroke_div = get_field('keystroke_div');
?>

/* Customer case section  */
.rating-image img {
	display: inline-block !important;
}
.owl-item {
	display:flex;
	justify-content:center;
}
.carousel-slide {
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.rating-image img {
	display: inline-block !important;
}
.owl-item {
	display:flex;
	justify-content:center;
}
.single-case-div {
	min-height:575px!important;
}

@media (max-width: 576px) {
  .connected-div .row {
	  flex-direction: column-reverse;
  }
	.simple-app-text-div {
		display: flex;
    	flex-direction: column;
	}
	
	.single-communication-div {
		display: flex;
		column-gap: 20px;
		margin-bottom: 25px;
		flex-direction: column;
		text-align-last: center;
	}
	
	.single-communication-div .communication-image {
		align-self: center;
	}
	
	.product-button-div {
		justify-content: center;
	}
	
	.simple-app-text-div .single-communication-div {
		align-items: center;
		flex-direction: column !important;
	}


}

@media only screen and (min-width: 768px) and (max-width: 1024px) { 	
	.keystroke-div {
		display:none !important;
	}
}