/*
Theme Name: Vivacity Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Vivacity WordPress theme. Only activate this child theme if you intend to make modifications to the theme otherwise activate the parent theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Template: vivacity
*/

@import url("../vivacity/style.css");

form#affwp-register-form {
    float: right!important;
    width: 100%!important;
}

form#affwp-login-form {
    float: left!important;
    width: 100%!important;
}

.login_register_cutom {
    float: left;
    width: 50%;
}

.login_register_cutom .affwp-errors {
    width: 100%;
}

.register_cutom {
    float: right;
    width: 50%;
}

.register_cutom .affwp-errors {
    width: 100%;
}

.affiliate_user {
    margin-top: 50px;
}

/* sub footer */
#mc_embed_signup #mce-success-response{line-height:20px; font-size:14px}
#mc_embed_signup div#mce-responses{overflow: inherit !important;}
#mc_embed_signup form{overflow: inherit !important;     padding: 0 12px 25px 0 !important;}
.ad-newsletter-form{margin-top: 0px !important;}
#mc_embed_signup{width: 100% !important;}
input#mc-embedded-subscribe.button{top: 31px ;right: 28px; position: absolute;}
#mc_embed_signup .mc-field-group input{padding: 8px 130px 8px 0px;}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{background:transparent!important}


@media only screen and (max-width: 768px) {
.login_register_cutom {
    float: left;
    width: 100%;
}
.register_cutom {
    float: right;
    width: 100%;
}

}


/* Add your own CSS code here */

 .pricing-column-content button {color:white;}
.top_space{padding-top:20px; float:left;}
.home_secret{background:#f0f0f0 !important}
.home-secret-left{width:40%; float:left; margin:0px; padding:0px;}
.home-secret-right{width:60%; float:left; margin:0px; padding:0px 0 0 40px;}
.home-secret-right ul li{font-size: 18px; line-height: 28px; color:#929292}
@media only screen and (max-width: 767px) {
.home-secret-left,
.home-secret-right {width:100%;}
.home-secret-right {padding:15px 0 30px 0}
.home-secret-right h2{font-size: 17px; line-height: 28px;}
.home-secret-right ul li {font-size: 15px; line-height: 20px;}
input#mc-embedded-subscribe.button{  right: 39px !important;}
}


