/* Define how SqPaymentForm iframes should look */
.gvsq-input {
    border: 1px solid rgb(223, 223, 223);
    outline-offset: -2px;
    margin-bottom: 5px;
    display: inline-block;
    min-height: 35px;
}
 
/* Define how SqPaymentForm iframes should look when they have focus */
.gvsq-input--focus {
    outline: 5px auto rgb(59, 153, 252);
}

/* Define how SqPaymentForm iframes should look when they contain invalid values */
.gvsq-input--error { 
    outline: 5px auto rgb(255, 97, 97);
}

.give-square-field.date,  
.give-square-field.cvv {
    float: left;
    width: 49%;
}

.give-square-field.date {
    margin-right: 2%;
}

.give-submit-button-wrap .give-square-submit{
    float: left;
}

.Button_field{

    display: none;
}


.wc-square-connect-button {
    display: inline-block;
    background-color: rgb(41, 150, 204);
    height: 46px;
    color: rgb(255, 255, 255);
    box-shadow: rgb(153, 153, 153) 3px 4px 15px 2px;
    font-weight: 700;
    font-family: "Square Market", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 3px;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 12px;
}


.wc-square-connect-button span{
vertical-align: top;
display: inline-block;
padding-top: 7px;
padding-left: 10px;
}

#square_connect_button{

    display: none;
}

.square_connect_button_field{

    display: none; 
}

.square_locationid_field{ 
    
    display: none;
} 
