/*!
Theme Name: Electroidens
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Electroidens theme.
Template: kava
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: electroidens
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: electroidens
Template Id: prod-27609
*/

#toTop {
	cursor: pointer;
}

/*

Contact form styles

*/

.custom-contact-form .form-title {
	margin-top: 25px;
	margin-bottom: 33px;
}

.custom-contact-form .form-title + p {
	margin: 0;
}

.custom-contact-form .radio-group p {
	padding-bottom: 28px;
}
.custom-contact-form .radio-group .form-title {
	margin-bottom: 16px;
}

.custom-contact-form .radio-group [class*="form-control"] {
	display: flex;
	flex-flow: column nowrap;
}

.custom-contact-form .radio-group [class*="list-item"] {
	margin: 0;
}

.custom-contact-form .radio-group [class*="list-item-label"] {
	margin-left: 36px;
	line-height: 34px !important;
	font-size: 17px !important;
	font-weight: 500 !important;
}

.custom-contact-form .wpcf7-list-item {
	position: relative;
}

.custom-contact-form .wpcf7-list-item label {
	cursor: pointer;
}

.custom-contact-form .wpcf7-form-control.wpcf7-radio input {
	visibility: hidden;
}

.custom-contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before,
.custom-contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:after {
	content: '';
	position: absolute;
}

.custom-contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
	left: 0;
    top: 10px;
	height: 30px;
	width: 30px;
	border: 2px solid #EAEAEA;
	border-radius: 50%;
}

.custom-contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:after {
	left: 15px;
    top: 24px;
	height: 1px;
	width: 1px;
	background: transparent;
	border-radius: 50%;
	transition: all .2s linear;
}

.custom-contact-form .wpcf7-form-control.wpcf7-radio input:checked	+ .wpcf7-list-item-label:after {
	left: 9px;
    top: 19px;
	height: 12px;
	width: 12px;
	background: #E44132;
}
