/*
    Theme Name:     IntoKildare Child
    Theme URI:      http://underscores.me/
    Author:         Ian Dempsey
    Author URI:     https://ian-dempsey.com/
    Description:    Description
    Template:       intokildare
    Version:        1.0.0
    License:        GNU General Public License v2 or later
    License URI:    http://www.gnu.org/licenses/gpl-2.0.html
    Tags:           light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    License:        GNU General Public License v2 or later
    Text Domain:    intokidare-child
*/

.footer-brand img{
    min-width: 130px;
}


.container-event-payment-form .event-title{
    margin-bottom: 15px;
}

.container-event-payment-form .date,
.container-event-payment-form .cost,
.container-event-payment-form .time{
    color: #003929 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.page-id-30481 .archive-header{
    margin-bottom: 0px !important;
}

.container-event-payment-form .content{
    margin-bottom: 30px !important;
}

.container-event-payment-form label.forminator-label{
    /* display: none !important; */
    color: #ee2a7b !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
}

.container-event-payment-form .forminator-row{
    margin-bottom: 15px !important;
}

.container-event-payment-form .forminator-stripe-element,
.container-event-payment-form .forminator-input-with-prefix{
    border: 1px solid #ccc !important;
    padding: 9px !important;
    line-height: 1.3em !important;
    font-size: 1rem !important;
    font-family: 'Gotham' !important;
}

.container-event-payment-form .forminator-button-submit{
    background-color: #003929 !important;
    color: #fff !important;
}

.container-event-payment-form .forminator-button-submit:hover,
.container-event-payment-form .forminator-button-submit:focus{
    background-color: #fbb040 !important;
}


.ag-theme-btn-alt {
    display: inline-block;
    border: 1px solid;
    padding: 15px 20px;
    border-radius: 25px;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
    min-height: auto;
    line-height: 1;
    transition: all 0.5s ease-out 0s;
    border-color: #ee2a7b;
    background-color: #ee2a7b;
}

.ag-theme-btn-alt:hover,
.ag-theme-btn-alt:focus {
    transform: scale(0.9);
}

.inspiration-content-container .container-buttons{
    margin-top: -30px;
    margin-bottom: 60px;
}