
/* ---------------------------------------------------
    MODALS
----------------------------------------------------- */

.modal i.fal.fa-times-square {
	font-size: 1.25em !important;
	
}

button.btn-close {
	background-color: none;
	color: #aab0b6;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	transition: .2s ease-in-out all;
}

button.close:hover {
	color: #222;
}

.close:focus {
	outline: 0;
}

.modal h2 {
	font-family: 'Amsi Pro Normal', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: -.0125em;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: none;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}

/* ---------------------------------------------------
    MODAL FORM
----------------------------------------------------- */

.form-modal .modal-header h2 {
	color: #62259d;
}
.form-modal .modal-footer {
	justify-content: space-between;
}
