/* xl - DESKTOP STYLES */ 
.social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
i.fa-brands.fa-x-twitter {
    font-size: 22px;
}

.social-icons a {
    margin-left: 5px;
}



@media only screen and (min-width: 600px) {

	.uacf7-form-880 {
    display: flex;
    flex-direction: column;
}

.uacf7-form-880 span {
    margin-top: 10px;
    width: 100% !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100px !important;
    margin-top: 15px;
    padding: 10px;
    background-color: #d51f6d;
    border: navajowhite;
    border-radius: 3px;
    color: white;
}

.uacf7-form-880 span input {
    padding: 8px;
	width: 500px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 500px;
}

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

}



@media only screen and (max-width: 600px) {

	.uacf7-form-880 {
    display: flex;
    flex-direction: column;
}

.uacf7-form-880 span {
    margin-top: 10px;
    width: 100% !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100px !important;
    margin-top: 15px;
    padding: 10px;
    background-color: #d51f6d;
    border: navajowhite;
    border-radius: 3px;
    color: white;
}

.uacf7-form-880 span input {
    padding: 8px;
	width: 325px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 325px;
}

}

.cookie-banner{
	display:none !important;
}

