
.alloy-entry-title   {
  margin-top: 10px;
  
}

.small-decorative-label {
	margin-top: -20px;
	font-weight: bold;
	background: #BD1E51;
	color: #ffffff !important;
	padding: 6px 10px 6px 10px;
	}
	
.full-post {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.btn-group .btn {
    margin-bottom: 5px !important;
}

.mm-plain-link {
    text-align: center;
}

.cssboxwhitetext {
	color: #ffffff;
}

site-logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-warning  {
	color: #424242 !important;
}

.btn {
	text-transform: uppercase
	
}

/* For entire form */
.sendy form {
    margin: 5px;
    border: 0px solid green;
    padding: 1rem;
}
/* for Label of Name field */
.sendy label[for=name] {
    background: #fff;
    font-family: helvetica;
}
/* For label of email field */
.sendy label[for=email] {
    background: #fff;
    font-family: helvetica;
}

/* for Label of human field */
.sendy label[for=name] {
    background: #fff;
    font-family: helvetica;
}

/* for input field name */
.sendy input#name {
    width: 300px;
    max-width: 300px;
    font-family: helvetica;
    background-color: #ebebeb;
    border: 1px solid #d8d3d3;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
 }
/* for input field email */
.sendy input#email {
	width: 300px;
    max-width: 300px;
    font-family: helvetica;
    background-color: #ebebeb;
    border: 1px solid #d8d3d3;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}


/* for input field human */
.sendy input#human {
	width: 150px;
    max-width: 150px;
    font-family: helvetica;
    background-color: #ebebeb;
    border: 1px solid #d8d3d3;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

/* for submit  */
.sendy input#submit {
    border: 0px solid #ccc;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 2px;
    margin-top: 20px;
    color: #fff;
    background-color: black;
}

