Constant Contact Full Width: this will style the CC embeded form to be more full width on homepage and stacked on widgets
/* Constant Contact */
/* add class="field" to the text fields parent p tag */
.homepage .ctct-embed-signup {
text-align: center;
}
@media all and (min-width:768px){
.homepage .ctct-custom-form .field {
width: 33%;
display: inline-block;
padding: 1%;
}
}
.homepage .ctct-custom-form .Button {
display: block;
margin: auto;
}
.ctct-custom-form {
min-width: auto;
padding: 0;
}
.ctct-custom-form label.ctct-form-required {
display: inline-block !important;
margin-left: 0 !important;
}
.ctct-custom-form .ctct-form-required:before {
top: -5px;
right: -5px;
text-align: right;
}
.ctct-custom-form input[type=text] {
border-radius: 0;
}
.ctct-form-footer {
font-size: small;
color: #aaa;
}