/* 
 Theme Name:     Websites voor Therapeuten
 Author:         Websites voor Therapeuten
 Author URI:     http://www.websitesvoortherapeuten.com
 Template:       Divi
 Version:        1,2
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.5
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ---------- Menu ----------- */
#et-info {
	float: right;
}

/* ---------- Galerij --------- */
.et_pb_bg_layout_light .et-pb-arrow-prev, .et_pb_bg_layout_light .et-pb-arrow-next {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 10px 10px 8px;
    border-radius: 50px;
}

/* ---------- Blurb ---------- */
.et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container {
    display: table-cell;
    vertical-align: bottom;
}

/* ---------- Formulieren ---------- */
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search], input[type=url], input.text, input.title, textarea, select {
    background-color: #f5f5f5 !important;
    padding: 15px !important;
    border: 1px solid #bbb !important;
    margin: 5px 0px 10px 0px;
    width: 100%;
    color: #999 !important;
    font-size: 15px !important;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, input[type=url]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    background-color: #fff;
    border: 1px solid #dd3333 !important;
    border-radius: none;
    margin: 5px 0px 10px 0px;
    width: 100%;
    color: #999 !important;
    font-size: 15px;
    background-color: #fff;
}

input[type=hidden] {
	display: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #757575;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #757575;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #757575;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #757575;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #757575;
}

label._form-label {
    font-weight: 600;
}

._row {
    margin-top: 10px;
}

input[type=button], input[type=submit], ._submit {
        font-size: 20px;
        font-weight: 700;
        font-family: "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
	padding: 0.6em 1em; 
	margin-top: 10px;
	width: 100%;
	color: #dd3333;
	float: left;
	background-color: transparent;
        border: 2px solid #dd3333;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

input[type=button]:hover, input[type=submit]:hover, ._submit:hover {
	background-color: #dd3333;
        color: #fff;
	cursor: pointer;
}