/* Enter Your Custom CSS Here */

#contactform7 {width: 90%; padding:9px; background-color: #e60000;}

#contactform7 {border-radius: 0px; border: 1px solid #e60000;}

#contactform7 .wpcf7-text 
{
		width: 100% !important;
		color: black;
}

#contactform7 input{padding: 6px; border-radius: 1px;}
#contactform7 {text-align: center !important;}
#contactform7 .wpcf7-form-control.wpcf7-submit {
    background-color: transparent;
    color: white;
    border: 1px solid white !important;
    opacity: 1 !important;
    font-weight: bold;
    padding: 10px 30px;
}

#contactform7 .readmore 
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng 
{
  background-color: #e60000  !important;
    color: white !important;
    padding: 5px !important;
    text-align: center !important;
    border: none !important;
    border-radius: 0px !important;
    margin: 2em 5em 1em;
}

.readmore 
{
		opacity: 1 !important;
		    padding: 8px;
}

div.wpcf7 .ajax-loader 
{
    display: none;
}

p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

#contactform7 {
    width: 100%;
		padding: 8px 9px 5px 9px;
}