/* DONATIE FORM */
.dem-donatie-form form {
	display: flex;
	align-self: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.dem-donatie-form form p:nth-of-type(1),
.dem-donatie-form form p:nth-of-type(2) {
	width: 48%;
}
.dem-donatie-form form p:nth-of-type(1) {
	margin-right: 4%;
}
.dem-donatie-form form p:nth-of-type(3) {
	width: 100%;
}

.dem-donatie-form form input,
.dem-donatie-form form select {
	color: #000;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-top: 5px;
}

.dem-donatie-form form label.dmm_dd {
	display: flex !important;
	align-items: center;
	color: #FFF;
	margin-right: 20px;
}
.dem-donatie-form form label.dmm_dd input[type="radio"] {
	margin-top: 0px;
}
.dem-donatie-form form label.dmm_dd img {
	margin-right: 5px;
}


.dem-donatie-form form input[type="submit"] {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
	.dem-donatie-form form p:nth-of-type(1),
	.dem-donatie-form form p:nth-of-type(2) {
		width: 100%;
		margin-right: 0px;
	}	
}


/* DONATIE TOTAL */
#dem-donatie-total-container {
	margin-top: 50px;
}
#dem-donatie-total-container h2 {
	margin-bottom: 20px !important;
}

.dem-donatie-total {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}


/* DONATIE THANK YOU */
#dem-main-container .wpex-social-share {
	margin-bottom: 50px;
}
#dem-main-container .wpex-social-share ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
#dem-main-container .wpex-social-share ul li {
	margin: 0 10px;
}