.page-template-rsvp-template .rsvp-main-title{
    color: #78B821 !important;
}


.rsvp-override{
    margin-top: 2rem !important;
}

.rsvp-button{
    display:inline-block;
    padding:20px 30px;
    background:#78B821;
    color:#fff;
    font-weight:bold;
    transition:0.3s all ease;
}

.invitation-accepted{
    display: block;
    padding: 10px 15px;
    background: #78B821;
    color: #fff;
    font-weight: bold;
    margin-bottom:15px;
    text-align: center;
}

.rsvp-main-title{
    font-weight:700;
}

#response-id{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 0.75em;
    padding: 0.5em;
    transition: border-color 150ms ease;
    width: 100%;
}

.rsvp-titles{
    margin-bottom:2rem;
}

.rsvp-title{
    color: black;
}

.rsvp-title strong{
    color: #78B821 !important;
}

.rsvp-location{
    font-style: italic;
    font-size: 1.2rem;
}

.rsvp-map{
    width:40%;
}
.rsvp-content{
    width:60%;
    margin-left:50px;
    color: black;
}
.rsvp-content h1{
    color: #78B821;
    font-weight: 700;
    font-size:2rem;
}

.rsvp-content a {
    color: #78B821;
    font-weight: 700;
}

.rsvp-image{
    margin:0 auto 2rem auto;
    max-width:60% !important;
    display:block;
}

@media(max-width:768px){
    .rsvp-override{
        margin-top:0 !important;
    }
    .rsvp-map{
        margin-bottom:2rem;
        width:100%;
    }
    .rsvp-content{
        width:100%;
        margin:0;
    }
}

#landing-form label, .holder p{
    color: black;
}
