#CF_subscribe_form input,
.CF_subscribe_form input {
	display: 		block;
	padding: 		15px 10px !important;
	font-size: 		15px;
	border-radius: 	3px;
	margin: 10px 15%;
	width: 70%;
	box-sizing: border-box;
	text-align:center;
}

#CF_subscribe_form input[type="submit"],
.CF_subscribe_form input[type="submit"] {
	display: 		block;
	clear: 			both;
	margin: 		10px auto 0 auto;
	min-width: 		200px;
	font-size: 		16px;
	border: 		1px solid #B4474D;
	background-color: 		#953254;
	color: 					white;
	text-transform: 	uppercase;
	cursor: 		pointer;
	padding: 		10px 20px;
}

#CF_subscribe_form input[type="submit"]:hover,
.CF_subscribe_form input[type="submit"]:hover {
	background-color: 		#B4474D;
	color: 					white;
}

loading {
	display: 		inline-block;
	width: 			40px;
	height: 		40px;
	background-image: url(images/loading.gif);
	background-size: cover;
	margin: 		0px auto 0 auto;
}

p.error {
	background-color: 	red;
	display: 			block;
	color: 				white !important;
	padding: 			10px 20px !important;
	text-align: 			center;
	border-radius: 		5px;
	margin-bottom: 		5px;
	overflow: 			hidden;
}

a.function {
	display: inline-block;
	width: 48%;
	min-width: 350px;
	box-sizing: border-box;
	margin: 1%;
	padding: 25px;
	/*set background gradient from black to white*/
	background: -webkit-linear-gradient(left, #FAEEDA 0%,rgba(255,255,255,0) 100%);
	cursor : pointer;
	text-decoration: none;
	vertical-align: top;
}

a.function:hover {
	background: -webkit-linear-gradient(left, #EBAF73 0%,rgba(255,255,255,0) 100%);
}

a.function .title {
	display: block;
	font-size: 24px;
	font-weight: 600;
	overflow:hidden;
	width: auto;
	color: black;
	text-decoration: none !important;
}

a.function .description {
	display: block;
	font-size: 18px;
	overflow:hidden;
	width: auto;
	color: black;
	text-decoration: none !important;
}

a.function .icon {
	float:left;
	font-size: 70px;
	display: block;
	overflow : hidden;
	width: auto;
	height: auto;
	margin-right: 20px;
	text-decoration: none;
}

a.function:hover .icon {
	color: #A52361;
}

a.function span.readmore {
	background-color: #E28728;
	color:white;
	padding: 5px 10px;
	border-radius: 5px;
	float:right;
	margin-top: 5px;
}

a.function:hover span.readmore {
	background-color: #A52361;
}

#mobile_menu1 a {
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	a.function {
		width: 100%;
		margin: 0 auto 15px auto;
		box-sizing: border-box;
	}

	a.function .description {
		clear: both;
	}

	.et_pb_column.stack,
	.et_pb_column.stack img{
		zoom: 0.7;
	}

	#mobile_menu1 ul.sub-menu {
		display: none !important;
	}

	.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
		justify-content: right !important;
	}

	header .et_pb_row {
		padding-bottom: 0;
	}
}