/*
	Theme Name: Hello Elementor Child
	Template: hello-elementor
*/

/* BEGIN collins form styling */

.tvf-collins-form {
	position: relative;
}

.tvf-collins-form--form {
	transition: opacity 150ms;
}

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

	.tvf-collins-form--form__horizontal .tvf-collins-form--single-line-fields {
		display: flex;
		flex-direction: row;
		margin-left: -3px;
		margin-right: -3px;
		width: calc(100% + 6px);
	}

	.tvf-collins-form--form__horizontal .tvf-collins-form--single-line-fields > * {
		margin-left: 3px;
		margin-right: 3px;
	}

}

.tvf-collins-form .tvf-collins-form--field,
.tvf-collins-form .tvf-collins-form--textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	resize: none;
	margin-bottom: 10px;
}
.tvf-collins-form .tvf-collins-form--textarea {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 100px;
}

.tvf-collins-form .tvf-collins-form--required {
	border-color: var(--e-global-color-primary);
}

.tvf-collins-form--loader-wrap {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 300ms;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tvf-collins-form--loader {
	display: block;
	transform: translateY(-100%);
}

.tvf-collins-form__loading .tvf-collins-form--form {
	opacity: 0.1;
	pointer-events: none;
}

.tvf-collins-form__loading .tvf-collins-form--loader-wrap {
	opacity: 1;
}

.tvf-collins-form--message {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4;
	text-transform: none;
}

.tvf-collins-form--message__hidden {
	display: none;
}

.tvf-collins-form--compulsory {
	margin-top: 6px;
	font-weight: bold;
	font-size: 1rem;
}

/* END collins form styling */

/* BEGIN general theme styling overrides */

@media screen and (min-width: 1025px) and (max-width: 1400px) {
	header .menu-item .elementor-item {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	header .elementor-button[href$='#BookTableSmooth'] {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

/* END general theme styling overrides */
