/*
Theme Name:   The keynote child
Description:  Add quantity field for tickets
Author:       WP Kraken [Yehor Maclhenko]
Author URL:   https://wpkraken.io
Template:     thekeynote
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  the-keynote-child
*/

/* Write here your own personal stylesheet */


/* WPKraken job #p599885 */
.gdlr-paypal-fields input[type="number"] {
    margin: 0px;
    width: 85%;
    padding: 11px 4%;
    font-size: 13px;
}

.gdlr-paypal-form-wrapper input[type="number"] {
    background: #fff;
    color: #b6b6b6;
}

input[type="number"] {
    border: 0px;
    outline: none;
    padding: 6px;
    max-width: 100%;
}

.gdlr-right input[type="number"] {
    width: 92%;
}
/* end WPKraken */

.gdlr-paypal-fields select {
    margin: 0px;
    width: 100%;
    padding: 9px 4%;
    font-size: 13px;
	outline:none;
}
.gdlr-paypal-fields select, 
.gdlr-paypal-fields input, 
.gdlr-paypal-fields textarea {color: #767676 !important;}

.gdlr-logo {
    max-width: 400px!important;
}