.img-rotate{
width: 300px;
animation: rotation 48s infinite linear;
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.wpcf7-submit{
background-color:#948621!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%;
}
.wpcf7-text {
height: 40px!important;
} .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;}
.nav-menu-desktop .sub-menu li a:hover {
background: rgba(0, 0, 0, 0.015);
color: #948621!important;
font-size: 18px!important;
}
.nav-menu-desktop .sub-menu {
width: 14em;
background: #ffffff;
box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
text-align: left;
border-radius: 2px;
font-size: 18px!important;
}
.nav-menu-desktop .sub-menu .link-before {
display: flex;
justify-content: space-between;
font-size: 18px!important;
color: #948621!important;
}
.nav-menu-desktop .sub-menu li a:hover {
background: rgba(0, 0, 0, 0.015);
color: #948621;
font-size: 18px!important;
}