/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Juliane de Vries | Sixhop.net Weagentur 
Author URI: https://sixhop.net/
Template: enfold
*/



/*Add your own styles here:*/
/* 2020-05-28 JVMitglieder-Bereich */
/*Formulare */
.swpm-text-field {
	background-color: #454545 !important;
	opacity: 1;
}
.swpm-login-submit {
	margin-top: 10px;
}
#top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {

	background-color: #454545 !important;
	opacity: 1;
}
input[type="submit"], #submit, .button {
	font-size: 20px;
}
/*Tabellen */
.page-id-1794 td {
	font-size: 17px;
}
.page-id-1794 tr, .page-id-1794 td {
	vertical-align: top !important;
}
/* 2020-06-15 JV Blog Einzelartikel shariff Buttons*/
.shariff {
	margin-top: 20px !important;
}
/* Footer, ninja form */
#top .footer_color .input-text, #top .footer_color input[type="text"], #top .footer_color input[type="input"], #top .footer_color input[type="password"], #top .footer_color input[type="email"], #top .footer_color input[type="number"], #top .footer_color input[type="url"], #top .footer_color input[type="tel"], #top .footer_color input[type="search"], #top .footer_color textarea, #top .footer_color select {
	color: #333333 !important;
}
div .footer_color .button {
	color: #fff !important;
}
/* 2024-05-21 JV Events Klasse für durchgestrichenen Text*/
.durchgestrichen {
	text-decoration: line-through !important;
	color: red;
	font-weight: 800;
}
#top label span, #top legend span {
  font-weight: normal;
	font-size: 16px !important;
}