/**
Theme Name: Formens
Author: Verdermedia
Author URI: https://www.verdermedia.nl
Description: Formens theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: formens
Template: astra
*/




/** CONTACTFORMULIER **/
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea , input[type="date"]{
    background-color: transparent;
    border-bottom: 1px solid lightgrey;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important;
}



.wpcf7 input:not([type=submit]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: #ffa702;
    outline: 0;
    border-width: 2px;
}


/** NEWS **/
.hidenews{
	display: none;
	visibility: hidden;
}

