/*
 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
*/

#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	margin: 20px
}

#mc_embed_signup h2 {
	text-align: center;
}

#mc_embed_signup input {
	border: 0;
	border-bottom: 1px solid black;
}

#mc_embed_signup input[type=checkbox] {
	-webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
	-webkit-appearance: radio;
}

#mc_embed_signup .button {
	clear: both;
	border: 0 none;
	border-radius: 4px;
	transition: all 0.23s ease-in-out 0s;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: fit-content;
	width: -moz-fit-content;
}

#mc_embed_signup .nowrap {
	white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	padding-bottom: 3%;
	min-height: 50px;
}

#mc_embed_signup .mc-field-group-half1 {
	width: 45%;
	display: inline-block;
}

#mc_embed_signup .mc-field-group-half2 {
	width: 45%;
	display: inline-block;
	float: right
}

#mc_embed_signup .mc-field-group label {
	display: block;
	margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
	background-color: transparent;
	display: block;
	width: 100%;
	padding: 8px 0;
}

#mc_embed_signup .mc-field-group select {
	display: inline-block;
	width: 99%;
	padding: 5px 0;
	margin-bottom: 2px;
}

#mc_embed_signup .mc-address-fields-group {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 96%;
	gap: 15px;
}

#mc_embed_signup .mc-sms-phone-group {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 96%;
	gap: 15px;
	padding-top: 5px;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
	padding: 5px 0;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
	display: inline;
	width: 60px;
	margin: 0 2px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
	width: 40px;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
	width: 30px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
	display: none;
}

#mc_embed_signup .indicates-required {
	text-align: right;

	margin-right: 4%;
}

#mc_embed_signup .asterisk {
	font-size: 150%;
	font-weight: normal;
	position: relative;
	top: 5px;
}

#mc_embed_signup .clear {
	clear: both;
}

#mc_embed_signup .foot {
	display: grid;
	grid-template-columns: 3fr 1fr;
	width: 96%;
	align-items: center;
}

@media screen and (max-width: 400px) {
	#mc_embed_signup .foot {
		display:grid;
		grid-template-columns: 1fr;
		width: 100%;
		align-items: center;
	}
}

@media screen and (max-width: 400px) {
	#mc_embed_signup .referralBadge {
		width:50%;
	}
}

#mc_embed_signup .brandingLogo {
	justify-self: right;
}

@media screen and (max-width: 400px) {
	#mc_embed_signup .brandingLogo {
		justify-self:left;
	}
}

#mc_embed_signup .mc-field-group.input-group ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
	display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
	display: inline;
	width: auto;
	border: none;
}

#mc_embed_signup div#mce-responses {
	float: left;
	overflow: hidden;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #477FB4;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

#mc_embed_signup .helper_text {
	color: #8d8985;
	margin-top: 2px;
	display: inline-block;
	padding: 3px;
	background-color: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	z-index: 1;
}

#mc-embedded-subscribe {
	clear: both;
	width: auto;
	display: block;
	margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 3px;
	background-color: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	z-index: 1;
	color: #477FB4;
}

