.img-rotate{
width: 300px;
animation: rotation 48s infinite linear;
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.wpcf7-submit{
background-color:#0470D3!important;
color:white!important;
border:none;
padding: 5px 80px 5px 80px!important;
}
.wpcf7 input[type="email"]
{
background-color: #fff;
opacity: 0.8;
color: #000;
width: 90%;
}
.mainfooter{
color: white!important;
font-family: "Montserrat", Sans-serif;
font color: white!important;
font-size: 15px;
font-weight: 400;
line-height: 20px;
margin: 0 0 1.41575em;
box-sizing: border-box;
} .one-half,
.one-third {
position: relative;
margin-right: 4%;
float: left;
margin-bottom: 20px;
}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.last {
margin-right: 0 !important;
clear: right;
}
@media only screen and (max-width: 767px) {
.one-half, .one-third {
width: 100%;
margin-right: 0;
}
} Textarea {height:100px! important;}