/*
Theme Name: Moaie Famkes v1
Theme URI: http://model.moaiefamkes.nl
Author: Dyseno
Author URI: https://dyseno.nl
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body{
  background-color: #c00000;
  color: #ffffff;
}

.brand{
  padding: 20px;
}

.figure-caption{
  color: #fff;
  text-align: center;
  margin-bottom: 20px;

}
.figure-caption h6{
  font-size: 15px;
  line-height: 1.7;
}
a{
  color: white;
  text-decoration: underline;
}
p{
  text-align: center;
}
label{
  font-size: 15px;
}

section{
  margin-bottom: 150px;
}

textarea{
  border-radius: .25rem;
  border: 0;
  padding: 8px 15px;
  width: 100%;
}

input{
  border-radius: 50px;
  border: 0;
  padding: 8px 15px;
  width: 100%;
}
input[type="submit"],
input[type="button"]{
  width: auto;
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.4);
  float: left;
}
input[type="submit"]:hover{
  background-color: #c00000;
  color: #ffffff;
  transition: all .3s;
}
input[type="button"]{
  width: 100%;
  float: none;
}
input[type="checkbox"]{
  width: auto;
}

span.wpcf7-not-valid-tip{
  color: #fff!important;
  border:1px solid white!important;
  padding: 1px 10px;
  margin: 10px auto;
}

span.wpcf7-form-control-wrap select{
  display: block;
  color: #757575;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 105px;
  border:0;
  border-radius: 50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('img/arrow.png');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
span.geboorte-dag,
span.geboorte-maand,
span.geboorte-jaar{
  display: inline-block;
  float: left;
  margin-bottom: 15px;
}
span.geboorte-maand select{
  margin: 0 10px;
}
@media only screen and (max-width: 600px){
  span.geboorte-maand select{
    margin: 0;
  }
}



.dnd-upload-status .dnd-upload-details .name,
.dnd-upload-status .dnd-upload-image span{
  color: #fff!important;
}
.dnd-upload-status .dnd-upload-details .name em{
  color:#19d81a!important;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar{
  background: #19d81a!important;
}



.wpcf7 form.sent p,
.wpcf7 form.sent + figcaption,
.wpcf7 form.sent input{
	display: none;
}
