/**
 * singular.css
 */


.fancy-list-ticks,
.fancy-list-plain {
	list-style-type: none;
	padding: 0;
	margin: 20px;
}


.fancy-list-plain li:first-child {
	border-top:  1px solid var(--primary-accent-alt);
}

.fancy-list-plain li {
	padding:  10px;
	border-top:  1px solid transparent;
	border-bottom:  1px solid var(--primary-accent-alt);
}




.fancy-list-ticks li:first-child {
/* 	border-top:  1px solid var(--primary-accent-alt); */
}

.fancy-list-ticks li {
	padding:  10px;
	border-top:  1px solid transparent;
/* 	border-bottom:  1px solid var(--primary-accent-alt); */
}


.fancy-list-ticks li::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f058';
	color:  var( --secondary-accent );
	font-size: 24px;
	margin-right:  10px;
	position: relative;
	top:  4px;
}


/**
 * contact form
 */
@media( min-width: 922px ) {
	.wpcf7-form .name-and-address > p {
		width:  47%;
	}

	.wpcf7-form .name-and-address .wpcf7-form-control-wrap,
	.wpcf7-form .name-and-address .wpcf7-form-control {
		display: block;
		width: 100%;
	}

	.wpcf7-form .name-and-address > p:first-child {
		float: left;
	}

	.wpcf7-form .name-and-address > p:last-child {
		float: right;
	}

	.wpcf7-form .main-message {
		clear:  both;
	}
}


/**
 * Comment form
 */
body .comment-form #url {
	display: none;
}

@media( min-width: 922px ) {
	.comment-form #author {
		float: left;
	}
	
	.comment-form #email {
		float: right;
	}

	.comment-form-cookies-consent {
		clear: both;
	}
	
	.comment-form #author, .comment-form #email {
		width: 47%;
		margin-bottom: 20px;
	}
}
