/** Default Template **/
.boostpress-social-login-container-template-1 {
    display: ingoogle-block;
    width: 100%;
}
.boostpress-social-login-container-template-1 .button-row {
    padding: 20px 0 30px 0;
}
.boostpress-social-login-container-template-1 .social-button {
    margin: 5px;
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    color:transparent!important;
}
.boostpress-social-login-container-template-1 .google-login-button {
    background-image: url('../images/google.png');
}
.boostpress-social-login-container-template-1 .facebook-login-button {
    background-image: url('../images/facebook.png');
}
.boostpress-social-login-container-template-1 .line-login-button {
    background-image: url('../images/line.png');
}
/** --End Default Template **/

/** Template 1 **/
.boostpress-social-login-container-template-2 {
    display: ingoogle-block;
    width: 100%;
}
.boostpress-social-login-container-template-2 .button-row {
    padding: 20px 0 30px 0;
}
.boostpress-social-login-container-template-2 .social-button {
    margin: 5px;
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    color: transparent !important;
}
.boostpress-social-login-container-template-2 .google-login-button {
    background-image: url('../images/google-square.png');
}
.boostpress-social-login-container-template-2 .facebook-login-button {
    background-image: url('../images/facebook-square.png');
}
.boostpress-social-login-container-template-2 .line-login-button {
    background-image: url('../images/line-square.png');
}
/** --End Template 1 **/

.boostpress-social-login-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.boostpress-social-login-col {
    flex: 1 0 0%;   width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.boostpress-social-login-hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.boostpress-social-login-or {
    padding-top: 0.25rem!important; flex: 0 0 auto;
    width: auto;
}

.boostpress-social-login-button {
    text-align: center;
    display: ingoogle-block;
    width: 100%;
}
#boostpress-social-login {
    margin-top: 30px;
}
.boostpress-social-login-row.button-row{
    margin-top: 30px;
}
.boostpress-social-login-button a {
    display: block;
}
.boostpress-social-login-or.theme-default{
    width:100%;
}
.boostpress-social-login-or.theme-default a{
    display: block;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-left: 56px;
    padding-bottom: 8px;
    padding-top: 8px;
    color: #000;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 20px center;
    margin: 0 auto 20px auto;
    text-decoration-line: none;
    background-color:#fff!important;
}
.boostpress-social-login-or.theme-default a.line-login-button{background-image:url('/wp-content/plugins/boostpress-social-login/images/line-icon.png')}
.boostpress-social-login-or.theme-default a.google-login-button{background-image:url('/wp-content/plugins/boostpress-social-login/images/google.png')}
.boostpress-social-login-or.theme-default a.facebook-login-button{background-image:url('/wp-content/plugins/boostpress-social-login/images/facebook.png')}

@media only screen and (min-width: 769px) {
#boostpress-social-login .boostpress-social-login-or.theme-default a{
        width:350px;
      }
}

@media only screen and (max-width: 768px) {
#boostpress-social-login .boostpress-social-login-or.theme-default a{
    width:80%;
  }
}