.caldera-grid .form-control {
    font-size: 16px!important;
    padding: 16px!important;
    height: auto!important;
    box-shadow: none!important;
    border-radius: 0!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: 1px solid #000000!important;
    background-color: #F6F6F6!important;
}
 
/*** THIS CHANGES THE BUTTON STYLE ***/
.caldera-grid input[type=submit] {
    text-transform: uppercase!important;
    font-weight: 600!important;
    padding: 10px 16px!important;
    border-radius: 0!important;
    background: #dddddd!important;
    color: #000!important;
    font-size: 16px!important;
    border: none!important;
    float: left!important;
    transition: all 0.3s ease-in-out!important;
}
 
/*** THIS CHANGES THE BUTTON HOVER STYLE ***/
.caldera-grid input[type=submit]:hover {
    background: #f20012!important;
    color: #f5f5f5!important;
}

.efeito-hover:hover{
      transform: scale(1.10);
    transition: 0.9s;
}

.hover-underline:hover{
  text-decoration: underline;
}

ul.list-padding-1 li a:hover{
	text-decoration: underline;
}

.footer-social-icons li a {

    margin-left: 5px;
}

.pages-sidebar-links li a:hover {

    background-color: #232323;
}

li.active {
    background: #232323!important;
}