/*
Theme Name: Socialize AI
Description: A tweaked <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Socialize 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
Text Domain: socialize
Template: socialize
*/

/* Add your own CSS code here */
#gp-login-modal .gp-login-wrapper {
padding-top:0;
}

.gp-social-login .wp-social-login-provider-list img {
    width: 64px;
    margin: 0 5px;
}
.wp-social-login-or {
    text-align: center;
    border-bottom: 1px solid #999999;
    height:20px;
}
.wp-social-login-never {
    text-align: center;
    margin-bottom: 22px;
}
.wp-social-login-or span {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    top: 5px;
    background-color: #ffffff;
    padding: 10px;
    color: #999999;
}

.wp-social-login-connect-with, 
.wp-social-login-with-email {
    text-align: center;
    float: none !important;
    font-weight: 100 !important;
    font-size: 14px;
    line-height: 20px;
    margin: 22px 0;
    color: #999999;
}

.wp-social-login-provider-list {
	float:none !important;
    display: block;
    clear: both;
    text-align: center;
}
