/*
Theme Name: FC Online Child
Theme URI: https://www.fconline.nl
Template: hello-elementor
Author: FC Online
Author URI: https://www.fconline.nl
Version: 2.5.0.1647334531
Updated: 2022-03-15 08:55:31

*/
input, textarea {
	border:1px solid #e0e0e0!important;
	font-family:var(--e-global-typography-text-font-family)!important;
}
.wpcf7-submit {
	background:var(--e-global-color-accent)!important;
	border-color:var(--e-global-color-accent)!important;
	color:var(--e-global-color-8e49f6e)!important;
}
.scroll-down {
	background:#000;
	padding:30px 70px;
	float:right;
}
.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 280px;
  margin: auto;
  padding:30px 50px 90px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box!important;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

table tbody>tr>td, table tbody>tr>th {
	background:transparent!important;
	color:white!important;
	padding:5px!important;
	border:0px!important;
	font-family:var(--e-global-typography-primary-font-family)!important;
}