/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

input[type="button"]{
  background-color:#FF6600 !important;
  padding:5px 8px;
  border:none;
  color:#fff;
  cursor:pointer;
  transition:all 0.45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:all 0.45s cubic-bezier(0.25,1,0.33,1);
  width:auto;
  font-size:14px;
  border-radius:15px !important;
  -webkit-border-radius:2px;
}

/* Überschriften der News Anzeige in blau anzeigen */

.blog-recent .col .post-header a, .blog-recent .col .post-header h3 a:hover {
    color: #0066B3!important;
}

