/* Enter Your Custom CSS Here */
.cust-martin 
{position: static;
cursor: default;
opacity: 1;
color: rgba(255,255,255,1);
margin: 0;
padding: 15px;
overflow: visible;
border: none;
-webkit-border-radius: 5px;
border-radius: 5px;
background: rgba(48,82,162,0.50);
-webkit-box-shadow: 5px 5px 8px 2px rgba(48,82,162,0.20) ;
box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.5) ;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
}

.cust-martin input.wpcf7-form-control.wpcf7-submit 
{background-color: rgba(255,255,255,0.7);}
.wpcf7-form textarea 
{ height:50px;}
