/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2026 | 06:32:06 */
/* Make CF7 wrappers align horizontally */
.subscribe-form .subscribe-row span.wpcf7-form-control-wrap {
    display: flex;
    margin: 0;
}

/* Make row flex */
.subscribe-form .subscribe-row {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

/* Email input */
.subscribe-form input[type="email"] {
    height: 48px;
    padding: 0 15px;
    font-size: 15px;
    border-radius: 5px 0 0 5px;
    border: none;
    margin: 0;
    width: 260px;
}

/* Submit button */
.subscribe-form input[type="submit"] {
    height: 48px !important;
	width: auto !important;
    padding: 0 25px;
    font-size: 14px !important;
    background: #A30014;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: -1px; /* removes unwanted gap */
}

/* Remove CF7 extra <br> output */
.subscribe-form br {
    display: none !important;
}

/* Remove spinner */
.subscribe-form .wpcf7-spinner {
    display: none !important;
}
.subscribe-form p {
	display:flex !important;
}
.badge.rtcl-badge-new {
    background-color: green !important;
}

@media (max-width: 1024px){
	.subscribe-form input[type="email"] {
   
    width: 180px;
}

}

