/*!
Theme Name: E-ID Info.ch Theme
Theme URI: https://eid-info.ch/
Author: SEVENFACTS - Christian Binder
Author URI: https://7facts.de
Description: Theme für die Kampagnenseite eid-info.ch
Version: 1
License: No Public License
License URI: LICENSE
Tested up to: 5.4
Requires PHP: 5.5

*/

.dk-speakout-full {
	padding-top:5px !important;
	padding-bottom:5px;
}

input[type=text],input[type=email] {
	width:100%;
	padding:8px;
	border: 2px solid #c00606;
	border-radius: 4px;
	transition: 0.2s ease all;
	
	
}

input[type=text]:focus,input[type=email]:focus {
	border: 2px solid white;
	outline: none;
	
	
	
}
.dk-speakout-petition {
	padding-top:10px;
}
.dk-speakout-submit {
	width:100%;
	padding:12px 5px;
	border:0px;
	border-radius: 4px;
	background-color:#c00606;
	transition:all 0.2s ease;
	color:white;
}

.dk-speakout-submit:hover {
	background-color:#8f0000;
	}
	
	.dk-speakout-options-checkbox {
		padding-top:6px;
		
	}
#dk-speakout-bcc-1 {
	vertical-align:middle;
	display: inline-block !important;
}

.dk-speakout-options {
  display: inline-block !important;
  
}

.dk-speakout-signaturelist {
	display:inline;
	padding-right:15px;
}
.dk-speakout-signature-count{display:none}

.dk-speakout-signaturelist-id {display:none}

.dk-speakout-signaturelist-name {
	font-weight:600;
}
.dk-speakout-bcc-wrap {
	display:none;
}

.shariff li {
	border-radius:4px;
	margin:0px !important;
	margin-bottom:5px !important;
	}