/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2026 | 11:32:45 */
.rsvp-form input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    outline: none;
    font-size: 15px;
    font-weight: 500;
}

.rsvp-form input[type="text"] {
    border-bottom: none !important;
}
.rsvp-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
    border: 2px solid #fff;
    padding: 10px 40px !important;
    margin-top: 30px;
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    color: #000;
}
span.wpcf7-spinner {
    display: none;
}

.rsvp-form label {
    color: #fff;
}

.dialog-close-button.dialog-lightbox-close-button {
    background: #fff;
}
.box-container {
    position: relative;
    overflow: hidden; 
}
.box-container::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 1200px; 
    height: 250px;
    background-image: url('https://bayonecolombo-australia.com/wp-content/uploads/2026/06/3d-background-with-flag-australia-element-impact-use-you-want-make-it-2.png'); 
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: bottom right;
    pointer-events: none;
}
@media (max-width: 1366px) {
    .box-container::after {
        width: 600px; 
        height: 150px;
        bottom: 0px;
        right: 0px;
    }
}
@media (max-width: 991px) {
    .box-container::after {
        width: 600px; 
        height: 150px;
        bottom: 0px;
        right: 0px;
    }
}

@media (max-width: 767px) {
    .box-container::after {
        display:none;
        
    }
}