.button-flat a.button, .button-flat:not(.header-plain) a.action_button, .button-flat a.tp-button, .button-flat button, .button-flat input[type="submit"], .button-flat input[type="reset"], .button-flat input[type="button"] {
    background-image: none;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
    box-shadow: inset 0 0 0 0;
    -webkit-appearance: none;
    background: #A05BE4;
}
.fusion-mobile-logo {
    display: none!important;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
}
/***
* @author Brad Dalton - WP Sites
* @link https://wpsites.net/wordpress-tips/embed-videos-responsive/
***/
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-header .title_wrapper h1 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
}
#mc_embed_signup .button:hover {
    background-color: #000000!important;
    width: 96%!important;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #7841cd!important;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: 96%!important;
}