.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: #662d91!important;
    color: #f5f5f5!important;
}
 
/*** THIS CHANGES THE BOTTOM BORDER COLOR WHILE USER IS TYPING ***/
.caldera-grid .form-control:focus {
    border-color: #e0e0e0!important;
    box-shadow: none!important;
}

.caldera-grid .checkbox input[type=checkbox]{
	width: 16px;
}

#wdi_feed_0 .wdi_follow_btn:hover {

    color: #fff!important;
}