.shake {
animation: shake-animation 4.72s ease infinite;
transform-origin: 50% 50%;
position: relative;
z-index: 999;
}
@keyframes shake-animation {
0% { transform:translate(0,0) }
1.78571% { transform:translate(8px,0) }
3.57143% { transform:translate(0,0) }
5.35714% { transform:translate(8px,0) }
7.14286% { transform:translate(0,0) }
8.92857% { transform:translate(8px,0) }
10.71429% { transform:translate(0,0) }
100% { transform:translate(0,0) }
}
.navbar-style-one .dropdown-menu>li.menu-item>a>span.link-inner {
text-transform: uppercase;
}
#top-bar-content span.wpex-inline .icon {
color: #c92e2e;
}
#top-bar-content span.wpex-inline .icon-wapp {
color: #09af50;
}
#site-logo img {
max-height: 84px;
max-width: 250px;
width: 250px;
}
.portfolio-entry-readmore-wrap .theme-button {
display: none;
}
.wpex-bg-black, .wpex-hover-bg-black:hover {
background-color: #c92e2e;
}
#site-logo img {
max-height: 60px;
}
.btn-orcamento {
background-color: #c92e2e;
color: #fff;
padding: 6px 12px 6px 12px;
border-radius: 8px;
cursor: pointer;
}
#two-column-cf {
width: 100%;
}
#two-column-cf #left input, #two-column-cf #right input {
width: 100%;
}
#two-column-cf #left {
width: 48%;
float: left;
}
#two-column-cf #right{
width: 48%;
float: right;
}
#two-column-cf #center{
width: 100%;
float: left;
}
.btn-orcamento:hover {
background-color: #8e2525;
}
.btn-form-red {
background-color: #1d1d1b !important;
color: #fff !important;
padding: 10px 20px 10px 20px !important;
font-weight: bold !important;
font-size: 17px !important;
}
.txt-contact {
font-family: "Roboto Slab", Sans-serif !important;
font-size: 16px !important;
padding: 15px 15px 15px 15px !important;
margin: 0px 0px 15px 0px !important;
}
.txt-area {
height: 150px;
}
#site-logo img {
max-height: 84px;
max-width: 200px;
width: 200px;
}
@media screen and (max-width: 980px) {
#top-bar-content.top-bar-left .wpex-inline {
margin-right: 0px;
}
.btn-orcamento {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
#two-column-cf #left, #two-column-cf #right {
width: 100%;
}
}