/* CSS Document */
.ud-form fieldset>div.guestblock {
	margin-bottom: 20px;
}

.udtwofieldsinrow {
	width: 100%;
	display: block;
}

.ud-form .udtwofieldsinrow input[type="text"] {
	display: inline-block;
	width: 80%;
	margin-left: 10px;
	float: right;
}

.udfieldoneinrow {
	display: inline-block;
	width: 48%;
	height: 40px;
}

.udfieldtwoinrow {
	display: inline-block;
	width: 45%;
	height: 40px;
	margin-left: 50px;
}

.udguestfields {
	display: block;
	width: 100%;
	border-bottom-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	padding-bottom: 5px;
    margin-bottom: 10px;
	overflow-y: hidden;
	max-height: 90px; /* approximate max height */
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.udguestfields.closed {
	max-height: 0px;
	padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom-width: 0px;
}

.ud-form .udguestfields input[type="text"] {
	display: inline-block;
	width: 80%;
	margin-left: 10px;
	float: right;
}

.entry-content a.udaddguestbutton {
	display: inline-block;
	font-size: 14px;
	height: 25px;
	width: auto;
	font-family: 'greycliff_light', 'Open Sans';
	color: #fff;
	background-color: #003c71;
	margin-top: 5px;
	margin-left: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-radius: 15px;
}

.entry-content .box__yellow ul {
	background: none;
	margin: 0.5rem 0;
	border-radius: 0px;
}

.entry-content .box__yellow li {
	margin: 0px;
}

.form__event_admin .meta-sub {
    background: var(--color-blue-med);
    border-radius: 1rem;
    color: #fff;
}

@media screen and (max-width: 1060px) {
	.udfieldoneinrow {
		width: 45%;
	}

	.udfieldtwoinrow {
	}
}

@media screen and (max-width: 600px) {

	.udfieldtwofieldsinrow {
		width: 100%;
	}

	.udfieldoneinrow {
		width: 100%;
	}

	.udfieldtwoinrow {
		width: 100%;
		margin-left: 0px;
	}

	.udguestfields {
		width: 100%;
		max-height: 140px; /* approximate max height */
	}
}
