/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */


.wpcf7 input,  .wpcf7 textarea{
  padding: 15px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder  {
  color:#000;
}

#wpcf7-tarjoukset-label{
  margin-top:40px;
}

.wpcf7 input[type="submit"]{
  background: #1a71a3;
  width:250px;
  max-width:100%;
  border:none;
  border-radius:30px;
  font-weight: 400;
  margin-top:10px;
  color:#fff!important;
}
.wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 label {
  font-weight: 400;
}
@media screen and (min-width:768px){
	.narrow-text p{
		width:370px;
		max-width:100%;
	}
}




#header-menu .current-menu-item a {
    background: #2f3156;
    color: white;
    font-weight: 600;
}

.grecaptcha-badge {
    visibility: hidden!important;
}
.recaptcha-disclaimer {
    font-size: 75%;
    margin-top: 25px;
    max-width: 100%;
    width: 400px;
}