/*
Theme Name: LiSTNR (Radio)
Description: Radio theme used for LiSTNR
Author: Zibs
Template: listnr
Version: 1.0.0
Text Domain: listnr
*/

/* Form.IO */
.form-formio{
	font-size: 14px;
}
.form-formio .row{
	margin-bottom: 1em;
}
.form-formio .formio-loader{
	min-height: 100px!important;
}
.form-formio .loader{
	border-top-color: #777;
}
.form-formio .card-body, 
.form-formio .card a, 
.form-formio .col-form-label{
	color: #fff;
}
.form-formio .card a{
	text-decoration: underline;
}
.form-formio .border{
	border:none!important;
}
.form-formio .card-header{
	border:none
}
.form-formio .card-header .card-title{
	font-size: 16px;
}
.form-formio .form-group label{
	font-size:14px;
}
.form-formio .form-group input[type=text], 
.form-formio input[type=email], 
.form-formio .form-group select, 
.form-formio .form-group textarea{
	background-color: rgba(255,255,255,.2);
	border: none;
	border-radius: 4px!important;
	color:#ffffff;
}
.form-formio .form-group input[type=text]:focus, 
.form-formio input[type=email]:focus, 
.form-formio .form-group select:focus, 
.form-formio .form-group textarea:focus{
	color:#111;
	background: #fff;
}
.form-formio .selection{
	background-color: rgba(255,255,255,.2);
	border: none;
	height:40px;
	width:100%;
	padding: .375rem .75rem;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.form-formio .choices__list--dropdown{
	color:#111;
}
.form-formio .choices__list--single{
	color: #fff;
}
.form-formio .input-group-append{
	display: none;
}
.form-formio .formio-component-button{
	text-align: center;
}
.form-formio .card .btn{
	padding:20px 30px
}
.form-formio .formio-error-wrapper{
	background: transparent;
	color:red;
}
.form-formio .formio-error-wrapper,
.form-formio .formio-warning-wrapper{
	padding: 0;
}
.form-formio .formio-component-button .has-error,
.form-formio .formio-component-select.formio-error-wrapper .formio-errors{
	display: none;
}
.form-formio .alert{
	background: transparent;
	color: #fff;
	border: none;
}
.form-formio .alert span[role=link]{
	text-decoration: none;
}
.form-formio .alert span[role=link]:hover{
	text-decoration: underline;
}
.single .form-formio .formio-component-checkbox{
	padding-left: 16px;
	padding-right: 16px;
}
.single .form-formio .formio-component-button{
	margin-top: 30px;
}
.single .form-formio h4{
	font-size: 16px;
	font-family: Inter, Lato, Helvetica, Arial, sans-serif;
}
.single .has-success .help-block{
	display: inline-block;
	margin-top: 14px;
}
.single .has-success .help-block:before{
	content: '';
}