/*
Theme Name: MagPlus Child
Theme URI: http://themebubble.com
Template: magplus
Author: themebubble
Author URI: http://themeforest.net/user/theme_bubble
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready Wordpress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 1.0.1505902113
Updated: 2017-09-20 10:08:33

*/
.tnp-field.tnp-field-email input.tnp-email {
    margin-top: 10px;
}
.tnp-field.tnp-field-button {
    background-color: #51c8fa !important;
    background-image: none !important;
    text-shadow: none !important;
    color: #fff !important;
    margin: 0 !important;
    width: 33% !important;
	font-weight:600 !important; 
	border:1px solid #51c8fa !important;
	position:relative;
}
.tnp-widget input.tnp-submit{
	border:1px solid #51c8fa !important;
	background:#51c8fa !important;
}
.tnp-field.tnp-field-email input.tnp-email {
    margin-top: 10px;
    border: 1px solid #eaeaea;
    background: #fff;
    height: 52px;
}

.tnp-field.tnp-field-button:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: -10%;
    bottom: 0;
    background: #fff;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tnp-widget input.tnp-submit:hover:before {
    width: 120%;
}
.tnp-widget input.tnp-submit{
	font-weight:600;
}
.tnp-widget input.tnp-submit:hover {
    color: #51c8fa !important;
    border: 2px solid #51c8fa;
    background: #fff !important;
}
div#newsletterwidget-2 b {
    line-height: normal;
    font-weight: 500;
}



