.daf-button-link {
	color: #1da1db;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.3;
	font-size: 17px;
	display: inline-block;
	position: relative;
	outline: 0;
	cursor: pointer;
	margin: 1em 0 0;
}

.daf-button-link:hover,
.daf-button-link:focus,
.daf-button-link:active {
	color: #00506e;
}

.daf-modal {
	visibility: hidden;
	opacity: 0;
	position: fixed !important; /* Stay in place */
	z-index: 999999 !important; /* Sit on top */
	left: 0 !important;
	top: 0 !important;
	width: 100% !important; /* Full width */
	height: 100% !important; /* Full height */
	overflow: auto !important; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0) !important; /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4) !important; /* Black w/ opacity */
	text-align: center !important;
}

.daf-modal-content {
	background-color: white !important;
	margin: 8% auto !important; /* 8% from the top and centered */
	padding: 20px !important;
	border-radius: 4px !important;
	box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
	max-width: 360px;
}

.modal-close-btn {
	float: left !important;
	font-family: "Arimo", sans-serif !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	color: #000 !important;
	text-shadow: 0 1px 0 #fff !important;
	opacity: 0.5 !important;
	margin-left: unset !important;
	width: 10% !important;
	background-color: transparent !important;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
	padding: 0em 1em 2em;
	clear: both;
}

.modal-title {
	font-family: "Arimo", sans-serif !important;
	font-weight: 400 !important;
	margin-bottom: 0.5rem !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	padding: 0.5em 0 0.25em;
	font-size: 26px !important;
	color: #434c50 !important;
}

.modal-input-field {
	width: 270px;
	padding: 10px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
}

.modal-submit-button {
	background: #1da1db;
	color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	padding: 13px 29px;
	font-size: 16px;
	border: 1px solid transparent;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 0.05em;
	margin: 0.5em 0 0;
	width: 270px;
}

.modal-submit-button:hover,
.modal-submit-button:focus,
.modal-submit-button:active {
	box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
	background: #60bde6;
}

.modal-submit-button:disabled {
	cursor: no-drop;
}

.widget-terms {
	padding-top: 1em;
	width: 270px;
	margin: auto;
	font-family: "Arimo", sans-serif !important;
	font-size: 14px !important;
	color: #696e73 !important;
}

.support-link {
	font-family: "Arimo", sans-serif !important;
	font-size: 16px !important;
}

.widget-terms a,
.support-link {
	color: #1da1db !important;
}

.widget-terms a:hover,
.support-link:hover {
	color: #00506e !important;
}

.modal-footer {
	border-top: 2px solid #ffce01 !important;
	padding-top: 15px;
	margin: 0 auto;
}

/* browser defaults for daf-name input placeholder text */
:-moz-placeholder {
	font-family: "Arimo", sans-serif !important;
	font-size: 16px !important;
}

:-ms-input-placeholder {
	font-family: "Arimo", sans-serif !important;
	font-size: 16px !important;
}

::-moz-placeholder {
	font-family: "Arimo", sans-serif !important;
	font-size: 16px !important;
}

::-webkit-input-placeholder {
	font-family: "Arimo", sans-serif !important;
	font-size: 16px !important;
}

