.bx-touch body {
	cursor: pointer;
}


.content .mleft.area {
	font-family: Roboto, sans-serif;
}

.content .form-control:focus {
	border-color: rgba(148, 104, 59, 0.7); 
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(148, 104, 59, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(148, 104, 59 , 0.5);
}

.mleft.area > h1 {
	margin-bottom: 40px;
}

.mleft.area label{
	font-size: 16px;
}

.mleft.area .form-control {
	font-size: 16px;
	height: 36px;
}

.mleft.area textarea.form-control {
	height: auto;
}

.mleft.area .form-group {
	margin-bottom: 20px;
}

.my-donations-link {
	position: absolute;
	top: 3px;
	right: 20px;
}
/* 
#formDonates-errors {
	display: none;
	color: #f00;
} */

.display-none {
	display: none!important;
}
.checkout-modal__overlay {
	background: rgba(0,0,0,0.8) !important;
}

.checkout-modal__overlay {
	align-items: center !important;
}

.alert.alert-desctiption {
    border: 1px solid #1F1B1A33;
	height: 109px;
}

.fa-light-brown {
	color: #D0AE9B;
    padding: 2px;
    margin-right: 8px;
}

.alert .alert-header {
    font-weight: bold;
    margin-bottom: 8px;
}
.alert .alert-body {
    color: #1F1B1A99;
}

.slide-fade-enter-active,
.slide-fade-leave-active {
	transition: all 0.3s ease-out;
	height: 23px;
}
  
.slide-fade-enter-from,
.slide-fade-leave-to {
	height: 0;
	margin: 0;
	opacity: 0;
}

@media (max-width: 660px) {

	.my-donations-link {
		position: relative;
		top: 0;
		right: 0;
	}

	.mleft.area > h1 {
		margin-bottom: 20px;
	}

	.btn {
		display: block;
		width: 100%;
	}
}