/*
Theme Name: wp_theme_kmu
Theme URI: http://www.goldbachinteractive.at
Author: Peter Braith
Author URI: http://www.goldbachinteractive.at
Description: Wordpress Theme for KMU
Version: 1.0
License: -
License URI: -
Tags: 
Text Domain: kmu

This theme is licensed for usage with KMU website.
*/

.widget_mailpoet_form h2 {
    display: none !important;
  }


  .mailpoet_submit {
    position: relative;
    z-index: 2;
    font-size: 0.8rem;
    border: 1px solid #ec6608;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.5s;
    line-height: 1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    background-color: #ec6608;
    border: 1px solid #ec6608;
    border-radius: 5px;
    color: white;
    margin-bottom: 10px;
  }

  .mailpoet_submit:hover {
    background-color: transparent;
    color: #ec6608;
  }