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

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

body{
	font-family: 'Montserrat', sans-serif;
	color: #5a5a5a;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0bdb9+0,bec9c6+100 */
	background: #b0bdb9; /* Old browsers */
	background: -moz-linear-gradient(top,  #b0bdb9 0%, #bec9c6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b0bdb9 0%,#bec9c6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b0bdb9 0%,#bec9c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0bdb9', endColorstr='#bec9c6',GradientType=0 ); /* IE6-9 */
}

body:before{ 
	position:absolute; 
	width:100%; 
	content:' '; 
	top:0; 
	bottom:0;
	background: url('images/body_bg.png');
	opacity:1;
	z-index: -1;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
}

p{
	margin-bottom: 20px;
}

a{
	color: #d44e47;
}

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

/* header */

.logo-holder{
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.logo-holder{
		margin-right: 15px;
		margin-left: 15px;
	}
	
	.logo-holder img{
		width: 80%;
	}
}

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

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.logo-holder{
		margin-right: 90px;
		margin-left: 60px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.logo-holder{
		margin-right: 240px;
		margin-left: 60px;
	}
}

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

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #d44e47;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    color: #d44e47;
    background-color: #fff;
    text-decoration: underline;
}

.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: #d44e47;
    background-color: transparent;
    text-decoration: underline;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover{
    color: #d44e47;
    background-color: transparent;
    border-bottom: 2px solid #d44e47;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 15px;
}

.dropdown-menu{
	background-color:rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	border: 0px solid transparent;
	border-radius: 0px;
	z-index: 15;
}

.dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header, 
.navbar-nav .open .dropdown-menu > li > a{
    display: block;
    padding: 0px;
    margin: 5px 0px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #d44e47;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

.header-buttons{
	margin-top: 8px;
}

.header-buttons .btn{
	margin-left: 15px;
}

.search-button{
	position: absolute;
	color: #d44e47;
	right: 0;
	padding: 4px;
	margin: 8px;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.search-button{
		margin: 8px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.search-button{
		margin: 48px 8px 8px 8px;
	}
}

.menu-sign{
	position: absolute;
	right: 100px;
	margin-top: 15px;
	font-size: 10px;
	color: #d44e47;
}

.menu-sign p{
    margin: 5px 0 0;
}

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

.navbar-default .navbar-toggle {
    border-color: transparent;
}

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

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d44e47;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.search-bar{
	position: absolute;
	background-color:rgba(255,255,255,0.8);
	width: 100%;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

.searchform{
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}

.searchform-text{
	border: none;
	color: #d44e47;
	font-size: 16px;
	border-bottom: 2px solid #d44e47;
	background-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #d44e47;
    border-color: #d44e47;
}

.btn-primary:hover {
    color: #fff;
    background-color: #6d8f88;
    border-color: #6d8f88;
}

.btn-gradient{
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d8f88+20,d44e47+80 */
	background: #6d8f88; /* Old browsers */
	background: -moz-linear-gradient(left,  #6d8f88 20%, #d44e47 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #6d8f88 20%,#d44e47 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #6d8f88 20%,#d44e47 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d8f88', endColorstr='#d44e47',GradientType=1 ); /* IE6-9 */
	border: 0px solid transparent;
}

.btn-gradient:hover{
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d44e47+20,6d8f88+80 */
	background: #d44e47; /* Old browsers */
	background: -moz-linear-gradient(left,  #d44e47 20%, #6d8f88 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d44e47 20%,#6d8f88 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d44e47 20%,#6d8f88 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44e47', endColorstr='#6d8f88',GradientType=1 ); /* IE6-9 */
	border: 0px solid transparent;
}



/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.searchform-text{
		width: 250px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.searchform-text{
		width: 300px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.searchform-text{
		width: 400px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.searchform-text{
		width: 500px;
	}
}

.searchform-button{
	background-color: transparent;
	border: none;
	font-size: 22px;
	color: #d44e47;
	padding-left: 15px;
	padding-right: 15px;
}

/* slider */

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slide{
	background-size: cover;
}

.slider-text{
	padding: 90px 60px 0 65px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slider-text h2{
	font-weight: 700;
}

.slider-text h3{
	font-weight: 400;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.slide{
		height: 200px;
	}
	
	.slider-text h2{
		font-size: 24px;
		margin-bottom: 12px;
	}
	
	.slider-text h3{
		font-size: 12px;
		margin-bottom: 12px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 480px) {
	.slide{
		height: 385px;
	}

	.searchform-text{
		width: 276px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.searchform-text{
		width: 276px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.slide{
		height: 500px;
	}
	
	.slider-text h2{
		font-size: 35px;
		margin-bottom: 20px;
	}
	
	.slider-text h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.slide{
		height: 600px;
	}
}

/* content */

.contentblock_grey_1{
	background-color: rgb(230, 234, 233);
	color: #d44e47;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
}

.contentblock_grey_1 h3{
	margin-bottom: 20px;
}

.contentblock_grey_2 {
    background-color: #b6c7c4;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 700;
}

.white{
	background-color: #fff;
	padding: 30px 60px;
	overflow: hidden;
}

.white h1{
	color: #d44e47;
	margin-bottom: 20px;
	font-weight: 700;
}

.white h2 { color: #d44e47; }
h2{
	margin-bottom: 20px;
	font-weight: 700;
}

.white h3{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}

@media only screen and (min-width : 320px) {
	.white h1{
		font-size: 25px;
		line-height: 25px;
	}
	
	h2{
		font-size: 20px;
		line-height: 20px;
	}
}

@media only screen and (min-width : 768px) {
	.white h1{
		font-size: 35px;
		line-height: 40px;
	}
	
	h2{
		font-size: 25px;
		line-height: 30px;
	}
}

.white p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

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

.white ul{
	padding-left: 15px;
}

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

@media only screen and (min-width : 320px) {
	
	.contentblock_grey_1{
		padding: 25px 50px;
	}

	.contentblock_grey_2{
		padding: 25px 50px;
	}
	
	.white{
		padding: 30px 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.contentblock_grey_1{
		padding: 50px 75px;
	}

	.contentblock_grey_2{
		padding: 50px 75px;
	}
	
	.white{
		padding: 30px 60px;
	}
}

.contentblock_grey_2 ul{
	padding-left: 15px;
}

.blockwrapper{
	padding-bottom: 15px;
}

.block{
	padding: 30px;
	border-radius: 8px;
	position: relative;
	width: 100%;
	min-height: 171px;
	color: #fff;
}

.block-red{
	background-color: #d44e47;
}

.block-blue{
	background-color: #6d8f88;
}

.block p{
	/* margin-top: 60px; */
}

.block-bottom{
	font-size: 30px;
	border-top: 5px dotted #fff;
	height: 60px;
	line-height: 50px;
	position: absolute;
	bottom: 15px;
	left: 45px;
	right: 45px;
}

.block-bottom .right,
.block-bottom .right a{
	text-align: right;
	margin: 0px;
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
    font-size: 14px;
    color: #5a5a5a;
}

.breadcrumb a{
	color: #d44e47;
}

.share-this{
	margin: 20px 0px;
	padding: 20px 0px;
	border-top: 5px dotted #dfe6e5;
}

.share-this label{
	line-height: 30px;
}

/* footer */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	clear: both;
	/*background: url('images/body_bg.png');*/
	font-size: 90%;
}

.footer a { color:inherit; }

.footer-wrap{
	background-color: #6d8f88;
	color: #fff;
}

@media only screen and (min-width : 320px) {
	.footer-wrap{
		background-color: #6d8f88;
		padding: 15px 15px;
		color: #fff;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.footer-wrap{
		background-color: #6d8f88;
		padding: 40px 60px;
		color: #fff;
	}
}

.footer-section{
	padding-left: 15px;
	padding-right: 15px;
}

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

.footer ul a{
	color: #fff;
}

.widgettitle{
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 700;
}

.footer img{
	max-width: 100%;
	display: block;
	height: auto;
}

.social-holder{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
}

.social{
	float:left;
}

.footer .social-icon-holder{
	display: inline-block;
	color: #6d8f88;
	line-height: 20px;
	font-size: 18px;
	width: 32px;
	background-color: #fff;
	padding: 6px 10px;
	margin: 5px;
	border-radius: 50%;
	text-align: center;
}

.social-icon-holder:hover{
	color: #6d8f88;
	background-color: #afc1be;
}

/* forms */

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #5a5a5a;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 3px solid #e9eeed;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* slick */

.slick-prev {
    left: 0px;
    height:50px;
	width:25px;
	border-radius: 0 90px 90px 0;
	-moz-border-radius: 0 90px 90px 0;
	-webkit-border-radius: 0 90px 90px 0;
	background-color: #91a6a1;
}

.slick-next {
    right: 0px;
    height:50px;
	width:25px;
	border-radius: 90px 0 0 90px;
	-moz-border-radius: 90px 0 0 90px;
	-webkit-border-radius: 90px 0 0 90px;
	background-color: #91a6a1;
}

.slick-prev::before {
    content: '<';
}

.slick-next::before {
    content: '>';
}

.slick-prev::before, .slick-next::before {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 50px;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1000;
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
    color: #fff;
    outline: none;
    background: #d44e47;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button::before {
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f111';
    text-align: center;
    opacity: 1;
    color: #96a9a5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #d44e47;
}

.maps{
	background-color: #eee;
	position: relative;
}

.embed-container{ 
	position: relative;
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

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

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.embed-container{
		padding-bottom: 56%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.embed-container{
		/* padding-bottom: 56%; */
	}
}

.white.row_2 .embed-container { border-radius:10px; overflow:hidden; }

.grecaptcha-badge{
	display: none;
}

.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 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

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