#content {
padding: 1,5% 0;
}

p {
    margin: 0;
    padding: 0 0 1em;
}

/* Style of MailChimp Forms */
.mc4wp-form {
background:#ffffff;
padding:px;
border:px solid #ff7033;
margin-top: 0px;
margin-bottom:0px;
border-radius:0px;
}

.mc4wp-form input {
background:#ffffff;
padding:10px;
border:1px solid #ff7033;
margin-top:0px;
margin-bottom:-20px;
border-radius:5px;
}

.mc4wp-form textarea {
background:#ffffff;
padding:5px 0px 5px 7px;
border:1px solid #ff7033;
border-radius:5px;
}

.mc4wp-form p {
color:#000000;
margin-top:0px;
}

.mc4wp-form .mc4wp-submit {
background:#ffffff;
cursor:pointer;
padding-left:25px;
padding-right:25px;
border-radius:7px;
}

.mc4wp-form input[type="submit"] {
background: rgba(255,255,255,1);
color: #ff7033 !important;
}

.mc4wp-form input[type="submit"]:hover {
background: rgba(255,112,51,1);
color: #ffffff !important;
}

/* Style of Contact Forms 7*/
span.wpcf7-list-item {
  display: block;
 }

.wpcf7-form {
background:#ffffff;
padding:px;
border:px solid #ff7033;
margin-top: 0px;
margin-bottom:0px;
border-radius:0px;
}

.wpcf7-form input {
background:#ffffff;
padding:5px 7px;
border:1px solid #ff7033;
margin-bottom:0px;
border-radius:5px;
}

.wpcf7-form textarea {
background:#ffffff;
padding:5px 0px 5px 7px;
border:1px solid #ff7033;
border-radius:5px;
}

.wpcf7-form p {
color:#000000;
margin-top:0px;
}

.wpcf7-form .wpcf7-submit {
background:#ffffff;
cursor:pointer;
padding-left:25px;
padding-right:25px;
border-radius:7px;
}

.wpcf7-form input[type="submit"] {
background: rgba(255,255,255,1);
color: #ff7033 !important;
}

.wpcf7-form input[type="submit"]:hover {
background: rgba(255,112,51,1);
color: #ffffff !important;
}

/* Style of List Text */
li {
    margin: 0 0 0.5em 0;
    padding: 0;
}

/* Style of Password Box */
input[type=password] {
background:#ffffff;
padding:5px 7px;
border:1px solid #ff7033;
margin-bottom:0px;
border-radius:5px;
max-width: 10.3em;
}

input[type=submit] {
background: rgba(255,255,255,1);
color: #ff7033 !important;
padding:5px 7px;
border:1px solid #ff7033;
border-radius:7px;
}

input[type=submit]:hover {
background: rgba(255,112,51,1);
color: #ffffff !important;
padding:5px 7px;
border-radius:7px;
}