/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.d-none {
	display: none !important;
}

.entry-title {
    text-align: center;
}

button.wpforms-submit {
    width: 100% !important;
    border: 0 !important;
    background: var(--bs-success) !important;
    color: white !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    border-radius: 15px !important;
}

input {
    max-width: 100% !important;
}

p.image-text {
    text-align: center;
    padding-top: 5px !important;
    font-size: 16px !important;
    color: #c90000;
    font-weight: 600;
}

.choices {
	max-width: 100% !important;
}

@media (max-width: 700px) {
	div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
		width: 100%;
		margin-left: 0;
	}
	
	.wpforms-submit {
		width: 100% !important;
		background: #005bff !important;
		text-transform: uppercase !important;
		color: white !important;
	}
}

@media (min-width: 576px) {
	.col-sm-5 {
		width: 41.66666667% !important;
	}
}