#newsletter input[type="checkbox"] {
    margin-left: 0;
    display:none
}
#newsletter input[type="checkbox"] + label {
    display:inline-block;
    width: 18px;
    height: 18px;
    background: url("images/checkbox.png") 0 0 no-repeat #fff;
    cursor: pointer;
    margin: 0;
}
#newsletter input[type="checkbox"]:checked + label {
    background: url("images/checkbox.png") -18px 0 no-repeat #fff;
}

#newsletter label.newsletter-label {
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    float: none;
    width: auto;
    clear: none;
    margin-top: 0;
    text-align: inherit;
    padding-right: 0;
    padding-left: 5px;
    vertical-align: middle;
}

#casl-checkbox-container input[type="checkbox"] {
    margin-left: 0;
    display:none
}
#casl-checkbox-container input[type="checkbox"] + label {
    display:inline-block;
    width: 18px;
    height: 18px;
    background: url("images/checkbox.png") 0 0 no-repeat #fff;
    cursor: pointer;
    margin: 0;
}
#casl-checkbox-container input[type="checkbox"]:checked + label {
    background: url("images/checkbox.png") -18px 0 no-repeat #fff;
}

#casl-checkbox-container label.casl-label {
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    float: none;
    width: auto;
    clear: none;
    margin-top: 0;
    text-align: inherit;
    padding-right: 0;
    padding-left: 5px;
    vertical-align: middle;
}

/*
* Customize 'Connect with:' label
*/
.wp-social-login-connect-with {text-align: center;font-size: 16px;margin-bottom: 5px;}
.wp-social-login-provider-list {text-align: center;margin-bottom: 15px;}

/*
* Customize the providers buttons
*/
.wp-social-login-provider, .wp-social-login-provider:hover {display: inline-block;height: 24px;width: 24px;color: transparent !important; /* this will hide the providers names */}

/*
* Set the providers buttons urls.
*
* Note: change these urls with yours
*/
.wp-social-login-provider-facebook {background: url(../../images/sprites-redesign.png) no-repeat 0 0;}
.wp-social-login-provider-twitter {background: url(../../images/sprites-redesign.png) no-repeat -50px 0;}
.wp-social-login-provider-google {background: url(../../images/sprites-redesign.png)  no-repeat -100px 0;}




  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 10% auto 0 auto; /* 10% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  @media screen and (max-width: 767px){

    .modal-content{
      height:100%;
      width: 100% !important;
      margin: 0 !important;
      padding: 24px !important;
    }
}