/*!
Theme Name:The Ballot
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Theballot theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theballot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: theballot
Template Id: prod-25518
*/

#toTop {
	cursor: pointer;
}

.give-btn{
    background-color: #f75954;
    padding: 24px 47px;
    font-family: playfair display,serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    color: #ffff;
    border-radius: 0;
    border: 2px solid #f75954;
}

.give-btn:hover{
    background: #3f4c5b;
    border: 2px solid #3f4c5b;
}

#give-donation-level-button-wrap>li button{
    background-color: #fff;
    color: #3f4c5b;
    padding: 11px 8px;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: lato sans-serif;
    border-width: 2px;
    border-radius: 2px;
    border-color: #eaeaea;
    margin-left: 0!important;
    margin-right: 0!important;
}

#give-donation-level-button-wrap>li button:hover{
    background: #3f4c5b;
    border: 2px solid #3f4c5b;
    color:#fff;
}

html body form[id*=give-form] .give-donation-amount .give-currency-symbol {
    background: #e54742;
    border: 1px solid #e54742;
    border-left: #e54742;
    color: #fff;
    border-width: 2px;
    border-radius: 2px;
    padding: 14px 16px;
    height: auto;
    font-weight: 700;
    margin-bottom: 5px;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    border-left: none;
}

form[id*=give-form] .give-donation-amount #give-amount-text {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    height: 67px;
    line-height: 35px;
    padding: 15px 11px;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 125px;
    float: left;
}

html body .mfp-content .give-donation-amount #give-amount-text {
    border-color: #3f4c5b;
    background-color: #fff;
    color: #3f4c5b;
    padding: 15px 11px;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: lato sans-serif;
    border-width: 1px;
    border-radius: 2px;
    border-color: #eaeaea;
    margin-right: 21px;
    height: 100%;
}

input[type='submit'] {
    display: inline-block;
    max-width: 100%;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-transform: lowercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html body input[type='submit'], input[type='reset'] {
    padding: 24px 47px;
    background: #f75954;
    font-family: playfair display,serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    color: #ffff;
    border-radius: 0;
    border: 2px solid #f75954;
}

.inline_form_donate{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.inline_form_donate #give-donation-level-button-wrap>li {
    list-style-type: none;
    list-style-image: none;
    float: left;
    margin: 0 12px 5px 12px;
}

.inline_form_donate #give-donation-level-button-wrap>li button{
    padding: 23px 16px;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: lato sans-serif;
}

.inline_form_donate .give-btn {
    background: #3f4c5b;
    font-family: lato,serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffff;
    border: 1px solid #3f4c5b;
    border-radius: 2px;
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 47px;
    padding-right: 47px;
    margin-bottom: 20px!important;
    margin-left: 4px!important;
    max-height: 65px
}

.inline_form_donate .give-btn:hover {
    color: #00aeef;
}

.inline_form_donate #give-donation-level-button-wrap {
    margin: 0 10px 15px;
}



@media only screen and (max-width: 1024px){
    .inline_form_donate #give-donation-level-button-wrap>li {
        margin: 0 6px 5px 6px;
    }

    .inline_form_donate .give-btn {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 768px){
    .inline_form_donate{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .inline_form_donate #give-donation-level-button-wrap>li {
        margin: 0 0px 5px 12px;
    }

    .inline_form_donate #give-donation-level-button-wrap {
        margin: 0 -9px 15px;
    }
    html body .elementor-25 .elementor-element.elementor-element-5615431 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 37px 40px;
    }

}


html body .comments-area .form-submit .submit{
    padding:12px 20px;
    border:none;
    border-radius: 4px;
}

@media only screen and (max-width: 767px){
    html body .elementor-25 .elementor-element.elementor-element-5615431 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 37px 0px;
    }
}

