/*
Theme Name: webolia1
Author: webolia.se

All css files are placed in /css/ folder
*/


/*** THIS CHANGES THE LOOK OF THE FORM FIELDS - I RAISED THE FONT SIZE THIS TIME ***/
.caldera-grid .form-control {
    font-size: 22px !important;
    padding: 16px !important;
    height: auto !important;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: #ffffff !important;
    border: none !important;
}
 
/*** THIS CHANGES THE BUTTON STYLE ***/
.caldera-grid input[type=submit] {
    padding: 10px 16px !important;
    border-radius: 4px !important;
    background: #000 !important;
    color: #ffffff !important;
    font-size: 20px !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: #D9D7D2 !important;
    color: #fff !important;
}
 
/*** THIS REMOVES THE GLOW EFFECT COMPLETELY ***/
.caldera-grid .form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}



.hover_effect:hover{
opacity:0.85;
}
