/*
 Theme Name:     Dating Child Theme
 Description:    Dating Child Theme
 Template:       dating
 Version:        1.0.0
*/
 
@import url("../dating/style.css");
@import url("../dating/css/app.css");

 
/* =Theme customization starts here
------------------------------------------------------- */

.logo-container h2 {
    text-shadow: rgba(206,36,53,0.2) -1px 1px 2px,rgba(206,36,53,0.2) -2px 2px 2px,rgba(206,36,53,0.2) -3px 3px 2px;
    padding-top: 25px;
    font-family: 'Teko', sans-serif;
    color: #15A25E;
    font-weight: bold;
    font-size: 3em;
    display: block;
    line-height: 0.7em;
}
.logo-container h2 a {
    color: #15A25E;
}

form#signup-form #submit-button {
	background: #15A25E;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	border: none;
	display: block;
	position: relative;
	z-index: 2;
	width:100%;
	overflow: visible;
	font-size: 0.875rem;
	height: 2.3125rem;
	line-height: 2.3125rem;
	cursor: pointer;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: normal;
	color: #fff;
}

article footer {
    display: none;
}