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

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Heavy.eot');
	src: url('fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
		url('fonts/AvenirLTStd-Heavy.woff') format('woff'),
		url('fonts/AvenirLTStd-Heavy.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Light.eot');
	src: url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Light.woff2') format('woff2'),
		url('fonts/AvenirLTStd-Light.woff') format('woff'),
		url('fonts/AvenirLTStd-Light.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Roman.eot');
	src: url('fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Roman.woff2') format('woff2'),
		url('fonts/AvenirLTStd-Roman.woff') format('woff'),
		url('fonts/AvenirLTStd-Roman.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

body{
	font-family: 'Avenir LT Std';
	background-color: #eae7e4;
}

h1,h2,h3,h4,h5,h6{
	/* margin: 0; */
	font-family: 'Avenir LT Std';
	text-transform: uppercase;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

a,
a:hover{
	color: #eb772d;
}

ol, ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.nopadding{
	padding-right: 0px;
	padding-left: 0px;
}

.row_2{
	margin-left: 5px;
	margin-right: 5px;
}

.row_3{
	margin-left: 0px;
	margin-right: 0px;
}

.orange{
	color: #eb772d;
	padding-right: 15px;
}

.arrow-right{
	float: right;
}

.darkgrey{
	background-color:#646368;
}

/* header */

.header{
	height: 170px;
	background-color: #fff;
	background-image: url('images/header_bg.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.logo-holder{
	position: relative;
	z-index: 100;
	margin-left: 30px;
}

.logo-holder img{
	height: auto;
}

.slider{
	background-size: cover;
	min-height: 400px;
	position: relative;
}

.slider-2{
	background-size: cover;
	min-height: 300px;
	position: relative;
}

.slider-bg{
	background-size: cover;
	min-height: 300px;
	position: relative;
}

.slider-title{
	position: relative;
}

.title-holder{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: #F47621;
	padding: 20px;
	vertical-align: bottom;
	z-index: 1;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.title-holder{
		width: 100%;
		padding-top: 20px;
	}

	.slider-title{
		min-height: 100px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.title-holder{
		width: 100%;
		padding-top: 70%;
	}

	.slider-title{
		min-height: 300px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.title-holder{
		width: 100%;
		padding-top: 60%;
	}
}


.title-holder:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 100px;
	background-color: #F47621;
	-ms-transform: skewX(-10deg); /* IE 9 */
    -webkit-transform: skewX(-10deg); /* Safari */
    transform: skewX(-10deg); /* Standard syntax */
    right: 0;
    top: 0;
    margin-right: -50px;
    z-index: -1;
    overflow-x: hidden;
}

/*Print Friendly */

@media print  {
    .logo-holder img{
        width:30%;
    }
    .footer-content{
        display: none;
    }
    .addtoany_content{
        display: none;
    }
    .breadcrumb{
        display: none;
    }
    .grecaptcha-badge{
        display: none;
    }
    .language{
        display: none;
    }
    .imput-group input-group-btn btn btn-default{
        display: none;
    }
 }


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .title-holder:after{
		display: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.title-holder:after{
		display: block;
	}
}

.slider a,
.slider-2 a{
	color: #fff;
	display: block;
}

.slider a:hover,
.slider-2 a:hover{
	text-decoration: none;
}


.slider h1,
.slider-2 h1{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

h1 .bold{
	font-weight: 900;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.logo-holder{
		margin-top: 150px;
		margin-bottom: 15px;
	}

	.logo-holder img{
		width: 80%;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.logo-holder{
		margin-top: 150px;
		margin-bottom: 15px;
	}

	.logo-holder img{
		width: 60%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.logo-holder{
		margin-top: 120px;
		margin-bottom: 15px;
	}

	.logo-holder img{
		width: 80%;
	}
}

/* navigation */

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar {
    border-radius: 0px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.nav > li {
    position: relative;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
}

.navbar-nav {
    float: right;
    margin: 0px;
}

@media only screen and (max-width : 768px) {
    .navbar-nav {
    	width: 100%;
	}
}

.navbar-default .navbar-nav > li > a {
    color: #525056;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-bottom: 5px solid #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover{
    color: #525056;
    background-color: transparent;
    border-bottom: 5px solid #eb772d;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0px 5px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #eb772d;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 1px;
}

.breadcrumb {
    padding: 15px 20px;
    margin-bottom: 0px;
    list-style: outside none none;
    background-color: #646368;
    border-radius: 0px;
    color: #bababa;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
}

.breadcrumb a{
	color: #bababa;
}

.breadcrumb a:hover,
.breadcrumb a:focus{
	color: #eb772d;
	text-decoration: none;
}

/* search */

.searchbar {
    position: relative;
    z-index: 99;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 0px;
    float: right;
}

.btn-default {
    color: #bababa;
    background-color: #E7E7E7;
    border-color: #E7E7E7;
    border: none;
    height: 40px;
}

.btn-default:hover {
	color: #646368;
    background-color: #E7E7E7;
    border-color: #E7E7E7;
}

/* content */

a img{
	max-width:100%;
	height: auto;
}

.categories-home{
	background-color: #646368;
}

.home-titleblock{
	background-color: #fff;
	text-align: center;
	padding: 30px;
}

.home-titleblock h1{
	color: #eb772d;
}

.content-home{
	position: relative;
	background-color: #fff;
	padding: 50px;
	margin-bottom: -1px;
	border-bottom: 2px solid #505050;
}

.content-page{
	position: relative;
	background-color: #fff;
	padding: 50px;
	z-index 10;
}

.content-page img{
	max-width: 100%;
}

.suitable-images{
	margin-bottom: 20px;
}

.suitable-images img{
	vertical-align: bottom;
	margin-right: 5px;
}
/*news home */

.home-news{
	background-color: #646368;
	padding: 30px 50px;
	color: #fff;
}

.home-news h2{
	padding: 10px 20px;
	color: #fff;
	font-weight: 400;
	background-color: #eb772d;
	display: inline-block;
}

.home-news h3{
	font-weight: 400;
	font-size: 20px;
	color: #eb772d;
    margin: 0px;
}

.news-item a{
	color: #fff;
}

.news-item a:hover{
	color: #eb772d;
}

.news-item{
	display: table-cell;
    width: 50%;
    border-left: #eb772d;
    border-style: solid;
    padding-left: 10px;
    border-bottom: none;
    border-top: none;
    border-right: none;


}

/* home-product */


.home-newproducts{
	background-color: #fff;
	padding: 30px 50px;
}

.home-newproducts h2{
	padding: 10px 20px;
	color: #fff;
	font-weight: 400;
	background-color: #646368;
	display: inline-block;
	margin-bottom: 30px;
}

.home-product{
	display: block;
	color: #646368;
}

.home-product h4{
	color: #eb772d;
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

/* products */

.searchbox{
	margin-top: 20px;
	background-color: #646368;
	padding: 20px;
}

.searchbox h2{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.searchbox h3{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.searchbox select{
	border: 0px solid transparent;
	border-radius: 0px;
	background-color: #e7e7e7;
	color: #646368;
	height: 50px;
	text-transform: uppercase;
}

.margin-corr{
	margin-top: 0px;
}

.product{
	color: #505050;
	font-weight: 700;
	font-size: 26px;
	margin-top: 20px;
	line-height: 30px;
}

.product-inner{
	background-color: #f6f6f6;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.product-inner img{
	max-width: 60px;
	margin-right: 3px;
	max-height: 50px;
	height: auto;
	vertical-align: bottom;
}

.something-semantic1 {
  display: table;
  width: 80%;
  float:left;
}
.something-else-semantic1 {
  display: table-cell;
  text-align: left;
  /* vertical-align: middle; */
}

.something-semantic2 {
  display: table;
  width: 20%;
  float:right;
}
.something-else-semantic2 {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.something-semantic3 {
  display: table;
  height: 100%;
  width: 100%;
}
.something-else-semantic3 {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  padding: 20px;
}

.smaller{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.product-bottom{
	height: 20px;
	background-image: url('images/product_bg.png');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.bottom-margin{
	margin-top: 20px;
}

.product-page{
	margin-top: 20px;
	background-color: #fff;
	padding: 30px;
}

.product-page h3,
.product-page p{
	margin-bottom: 15px;
}

.image-holder{
	text-align: center;
	margin-bottom: 50px;
}

.image-holder img{
	max-width: 100%;
	max-height: 150px;
}

.product-page .image-holder img{
	max-width: 100%;
	max-height: 500px;
}

.product-infobar{
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.product-infobar a{
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color: #646368;
}

.product-infobar .files{
	float:right;
}

.product-infobar .files a{
	font-size: 22px;
	line-height: 30px;
}

/* vacatures */

.vacature{
	margin-top: 20px;
}

.vacature a{
	color: #505050;
	display: block;
}

.vacature a:hover{
	text-decoration: none;
}

.vacature-item{
	background-color: #fff;
	padding: 30px;
	margin-top: 20px;
}

.vacature-item h2{
	margin-bottom: 20px;
}

/* pagination */

.pagination-block{
    text-align: center;
    background-color: #646368;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 6px;
}

.pagination {
    display: inline-block;
    padding-left: 0px;
    border-radius: 0px;
    margin: 0px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    font-size: 16px;
    line-height: 1.42857;
    color: #bababa;
    text-decoration: none;
    background-color: transparent;
    border: 0px solid transparent;
    text-transform: uppercase;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #bababa;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #eb772d;
    background-color: transparent;
    border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #eb772d;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
}

/* shadow effects */

.effect6
{
  	position:relative;
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}

/* footer */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	clear: both;
}

.footer-content{
	padding: 30px 50px;
	background-color: #505050;
	color: #d8d8d8;
}

.footer-bottom{
	padding: 20px 70px;
	background-color: #373737;
	color: #b2b2b2;
}

.footer a{
	color: #eb772d;
}

/* forms */

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #e7e7e7;
    background-image: none;
    border: 0px solid #CCC;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.btn {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.btn-primary {
    color: #FFF;
    background-color: #eb772d;
    border-color: #eb772d;
    text-transform: uppercase;
}

.btn.btn-kepro {
    color: #FFF;
    background-color: #505050;
    border-color: #505050;
    text-transform: uppercase;
    text-align: center;
    width: 49%;
    margin: 0;
}
.home .btn-kepro { width:100%; margin-bottom:1rem}

.btn-kepro.active,
.btn-kepro:hover,
.btn-kepro:focus{
	color: #FFF;
	background-color: #eb772d;
    border-color: #eb772d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover{
    color: #FFF;
    background-color: #505050;
    border-color: #505050;
}

div.wpcf7 img.ajax-loader {
    border: medium none;
    vertical-align: middle;
    margin-left: 4px;
    width: 16px;
    height: 16px;
}

.embed-container {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* kennisbank */

.knowledge{
	background-color: #f6f6f6;
}

.kennisitem{
	cursor: pointer;
}

.kennisitem-inner{
	margin-top: 10px;
}

.item-row a{
	padding: 10px;
	display: block;
}

.even{
	background-color: #EAE7E4;
}

.download-arrow{
	float: right;
}

.orange-contact{
	padding: 50px;
	background-color: #eb772d;
	color: #fff;
}

.orange-contact .form-control{
	background-color: #fff;
}

.orange-contact .btn-primary {
    color: #eb772d;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    float: right;
}

/* login */

.user-info{
	margin-top: 10px;
	min-height: 50px;
	color: #fff;
	padding: 10px;
	background-color: transparent;
	text-align: right;
}

.user-info a{
	display: block;
	color: #fff;
	font-weight: bold;
}

.avatar{
	border-radius: 50%;
}

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

b, strong {
    font-weight: 900;
    font-size: 14px;
}

/* JORIS EDITS */

.searchbox { padding-bottom:2rem; }
.headcat { margin-bottom:2rem; }
.catselect {color:#eb772d;height:auto;background-color:transparent;float: none;}
.catselect:after { top:18px; border-bottom: 2px solid #eb772d; border-right: 2px solid #eb772d; }

.catselect .list {color:#FFF;height:0; position:static; margin:0 -30px 0 -18px; background-color:transparent; box-shadow:none;}
.home .catselect .list {color:#FFF;height:0;position:absolute;margin:0 -5px;padding: 0 0 0 5px;background-color:#646368;width: 108%;}
.catselect.open .list { height:auto; }

.catselect .option:hover,
.catselect .option.focus,
.catselect .option.selected.focus { color:#FFF; font-weight:normal; position:relative; }

.catselect .option:hover:after,
.catselect .option.focus:after,
.catselect .option.selected.focus:after {
    border-bottom: 2px solid #eb772d; border-right: 2px solid #eb772d;
    content: ''; display: block; pointer-events: none;
    width: 8px; height: 8px; left: 0;
    position: absolute; top:18px; margin-top: -4px;
    -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%;
    -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;
}

.title-holder h1 { margin:0; }
.footer .widget-title { margin:0 0 10px; font-size:20px; }
.nocontent { background:#FFF; padding:30px 20px 10px 20px; margin-top:20px; }
.nocontent h1 { font-size:26px; }

.page-template-vacatures .row_1 { overflow:hidden; }
.page-template-vacatures .row_1 .inner { background:#FFF; padding:15px;}
.btn { margin-right:15px;}

.vacature h2 { margin:0;}

.single-products li strong { display:inline-block; width:110px; font-weight:normal; }

/* login form */


label.screen-reader-text{
	display: none !important;
}

.cn-button.bootstrap {
    margin-right: .3em;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #eb772d;
    background-image: -moz-linear-gradient(top,#eb772d,#eb772d);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#eb772d),to(#eb772d));
    background-image: -webkit-linear-gradient(top,#eb772d,#eb772d);
    background-image: -o-linear-gradient(top,#eb772d,#eb772d);
    background-image: linear-gradient(to bottom,#eb772d,#eb772d);
    background-repeat: repeat-x;
    border-color: #eb772d;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 5px 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.cn-button.bootstrap:hover {
    color: #fff;
    background-color: #eb772d;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

/* filter */

.btn.btn-kepro.post-filter {
	display: block;
	width: auto;
}

#filter {
	display: flex;
}

/* Recapcha */
.grecaptcha-badge{
    display: none;
}

.crm-form iframe{
width:95%!important;
height:1350px!important;
}

.Stack{
	width:95%!important;
	height:1350px!important;
}

.print-btn{
	border: none;
	background-color: transparent;
	color: #eb772d;
	font-size: 30px;
	margin-bottom: 20px;
}

.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;
  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-submit {
	margin-top: 15px;
    color: #fff;
    background-color: #eb772d;
    border-color: #eb772d;
    transition: ease all 0.5s;
    border-radius: 0px;
    padding: 1rem 3rem;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: ease all 0.3s;
	border: none;
}


.wpcf7-submit.focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
    color: #fff;
    background-color: #505050;
    border-color: #505050;
    transition: ease all 0.3s;
}

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

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