/*
Theme Name:     enfold-child
Theme URI:      http: //vmweb2.vipcomag.de/
Description:    Child Theme for the Enfold theme
Author:         Ritta Balogh
Author URI:     http: //vmweb2.vipcomag.de/
Template:       enfold
Version:        2.0
*/

/*
****************************************
* Getestet unter Firefox, IE und Chrom *
****************************************
*/

/* 
Checkbox & Radio Buttons untereinander darstellen
*/
.wpcf7-list-item { 
	display: block !important; 
	margin-left: 0.5em !important;
}

/* 
Select Element - Breite formatieren
*/
select.wpcf7-form-control {
width: 10% !important;
}

/* Breite textarea */
.wpcf7-textarea {
	width: 70% !important;
	maxlenght: 10 !important;
}

/* Breite Eingabefelder */
.wpcf7-text {
	width: 70% !important;
}

/* keine Grossbuchstaben for h1, h2 */
.wpcf7 h1, h2 {
    text-transform: none !important;
}

/* error with red color and border for required fields */
.wpcf7-not-valid-tip {
    border: 1px solid #ff0000 !important;
    color: #e95b0f;
}

/*Disabling error messages at the beginning and end of the form */
.wpcf7 .screen-reader-response {
    display: none;
}

/* 
Weitere Beispiele
.wpcf7
{
    background-color: #ffff00;
    border: 2px solid #0f0;
}

.wpcf7-submit {
	background: #ff0000 !important;
 	color: #ffffff !important;
}

.wpcf7 h3 {
	color: #ffff00 !important;
}


.wpcf7-form input {
    background: #fff !important;
    border: 1px solid #bbb !important;
    color: #4F4F4F !important;
}
*/

/* Archiv und Kategorien - das Datum, Kategorie, Autor abschalten. */
span.post-meta-infos {
display: none;
}

/* Archiv ausblenden */
.widget.widget_archive {
display: none !important;
}

/* Kategorie ausblenden
.widget.widget_categories {
display: none !important;
}
*/

/* Das Datum in der Suchergebnisliste - unterhalb des Suchefeldes rechts oben - entfernen */
.ajax_search_excerpt {
    display: none !important;
}