/*
 Theme Name:     Centum Child
 Description:    Centum Child Theme - use to customize theme without loosing any changes after update
 Author:         You
 Template:       centum
 Version:        1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../centum/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */


.slidecontrols {display: none;}
body div.wpcf7-validation-errors {clear: both;}
body span.wpcf7-not-valid-tip {display: none;}
span.wpcf7-form-control-wrap input.wpcf7-not-valid {border: 1px solid #f2c4c2; background:#ffeceb;}
div.slide-caption {display: none !important;}
.custom-button { padding: 11px 17px; font-size: 14px; background: #486986; color: #FFF; text-decoration: none; display: inline-block; border: 0px; font-family: Arial, sans-serif; font-weight: bold; cursor: pointer; margin: 0 0 10px 0;}
.custom-button:hover, .custom-button:visited {color: #FFF;}

a.button2020 {
    display: block; 
    
     width: 100%; 
    vertical-align: middle;
    text-align: center; 
    font-weight: bold; 
   background-color: #85181A; 
    margin: 2px; 
    padding: 10px;
    
}
a.button2020:visited {color: #fff;}
a.button2020:hover {background-color: #4F1818;  }