/*
Theme Name: ken
Theme URI: http://themeforest.net/user/artbees
Author: Artbees
Author URI: http://themeforest.net/user/artbees
Version: 4.2
Description: A Beautiful, Professional and Ultimate Wordpress Theme Made by Artbees
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*

Please do not add your styles in this file and instead use 
child theme or use custom.css in the same root this file locates.

Theme styles are located in ken/stylesheet/css/theme-styles.css

*/

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #28a745;
  color: white;
}

.kc_captcha .wpcf7-not-valid-tip {
  margin-left: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  background: #ffc107;
  color: #333;

}

#regolamento1,
#regolamento1 p {
  color: #333 !important;
}

#regolamento1 h3 {
  text-align: center !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}