/*!
Theme Name: Marlin Child
Template: marlin
Theme URI: https://marlincommunications.com/
Author: Marlin Communications
Author URI: https://marlincommunications.com/
Description: Marlin Communications base theme
Version: 1.0.0
Requires PHP: 7.2
License: Proprietary
License URI: LICENSE
Text Domain: marlin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css2?family=Mynerve&display=swap');

html,
html body {
	overflow-x: hidden;
}

body,
form * {
	font-family: var(--e-global-typography-secondary-font-family);
}

.hidden{
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--e-global-typography-primary-font-family);
}

#surrender .card .title {
	font-family: var(--e-global-typography-0f1b397-font-family), Sans-serif;
	font-size: var(--e-global-typography-0f1b397-font-size);
	font-weight: var(--e-global-typography-0f1b397-font-weight);
	line-height: var(--e-global-typography-0f1b397-line-height);
	letter-spacing: var(--e-global-typography-0f1b397-letter-spacing);
	word-spacing: var(--e-global-typography-0f1b397-word-spacing);
}

@media screen and (min-width:1341px) {
	.marlinHeroLeft:before {
		right: 0px !important;
		left: auto !important;
		width: calc(100% + ((100vw - 1340px) / 2)) !important;
	}

	.marlinHeroRight:before {
		left: 0px;
		right: auto;
		width: calc(100% + ((100vw - 1340px) / 2)) !important;
	}
}

.marlinBtnArrow1 svg {
	top: 4px;
	position: relative;
	width: 15px !important;
	height: 15px !important;
}

.marlinBtnArrow1 a:hover svg path {
	stroke: #00283D;
}

.marlinHeroSearch .jet-search-filter__input {
	height: 41px;
}

.marlinHeroSearch .jet-search-filter__input:focus {
	outline: none;
}

.marlinHeroSection:after {
	content: "";
	height: 95px;
	width: 100%;
	bottom: 0px;
	position: absolute;
	background: url('/wp-content/uploads/2024/09/home-hero-bg.svg') no-repeat center bottom;
	background-size: 100%;
}

.marlinDualHeading u {
	font-family: "Mynerve", serif;
	position: relative;
	text-decoration: none;
}

.marlinDualHeading:not(.no-underline) u:after {
	left: 0px;
	content: "";
	bottom: 12px;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #FFFFFF;
}

.marlinBtnGreen a {
	background: #6CC24A !important;
	padding: 8.25px 31.3px !important;
}

.marlinHeroImgBox .elementor-image-box-img {
	min-width: 82px;
}

.homeWsu:hover {
	z-index: 9;
}



.elementor-field-subgroup {
	display: flex;
	align-items: center;
	/* Align items vertically in the center */
	flex-direction: row;
	/* Ensure the checkbox and label are in the same row */
}

.elementor-field-option {
	display: flex;
	align-items: center;
	/* Align checkbox and text vertically centered */
}

.elementor-field-option input[type="checkbox"] {
	margin-right: 10px;
	/* Add some space between checkbox and label */
}

.elementor-field-option label {
	margin: 0;
	/* Reset any unwanted margin */
}

.dialog-lightbox-widget {
	z-index: 9999999999 !important;
	top: 0;
	height: 100%;
}

.gquiz_confirmation_message{
	text-align: center;
}

/*
	THIRD PARTY EMBEDED FORMS
*/
#FlexFormContainer #FlexForm {
	width: 100%;
	line-height: 1.4;
	max-width: 800px;
	margin: 0 auto;
	background: transparent;
	padding: 30px 0;
	font-size: 1.5rem;
}

#FlexForm * {
	color: #333;
}

#FlexForm .SectionRow {
	font-size: 1.5rem;
}

#FlexForm .commands {
	text-align: right;
}

#FlexForm .commands a {
	color: white;
	background: #73c167;
	font-size: 1rem;
	min-width: 100px;
	padding: 13px 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 20px;
}

#FlexFormContainer #FlexForm fieldset.form-step {
	padding: 0;
	border: 0;
}

#FlexFormContainer #FlexForm h2 {
	margin-bottom: 20px;
}

#FlexFormContainer #FlexForm .FieldRow,
#FlexFormContainer #FlexForm .FieldMulti {
	line-height: 1;
	clear: both;
	display: flex;
	width: 100%;
	align-items: center;
	flex-basis: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-left: 0 !important;
}

#FlexFormContainer #FlexForm .FieldRow .FieldLabel,
#FlexForm .FieldMulti .FieldLabel {
	text-align: left;
	float: none;
	width: 100%;
	margin-right: 0;
}

#FlexFormContainer #FlexForm .FieldRow .FieldInput {
	width: auto;
	flex: 1;
}

#FlexFormContainer #FlexForm input {
	margin-top: 0;
	line-height: 0;
	width: 100% !important;
	margin: 0;
	height: 50px;
	padding: 0px 1rem;
	float: none;
	box-sizing: border-box;
	font-size: 1rem;
}

#FlexFormContainer #FlexForm .FieldInput textarea {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

#FlexFormContainer #FlexForm .FieldMultiSub {
	flex-basis: 50%;
	margin: 0;
	float: none;
	position: relative;
}

#FlexFormContainer #FlexForm .FieldLabel {
	width: 100%;
	flex-basis: 100%;
	float: none;
	font-size: 1.5rem;
	text-align: left;
}

#FlexForm .FieldIcon.Calendar {
	float: none;
	position: absolute;
	top: 20px;
	right: 1rem;
	margin: 0 !important;
}

#FlexFormContainer #FlexForm #Fxf_MultiField_CityLine .FieldLabel {
	opacity: 0;
	display: none;
}

#FlexFormContainer #FlexForm #Fxf_MultiField_CityLine .FieldMultiSub {
	flex-basis: 33.33%;
}

#FlexFormContainer #FlexForm #Fxf_Field_LeadSource {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
}

#FlexFormContainer #FlexForm font {
	font-size: 1.5rem;
}

#FlexFormContainer #FlexForm .FieldInput input.Submit {
	float: none;
	background: #73c167;
	color: white;
	font-size: 1rem;
	font-weight: bold;
	border: 0;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

#FlexForm .FieldRequired .FieldLabel:after,
#FlexForm .FieldRequired.FieldPopulated .FieldLabel:after {
	color: red !important;
}

#FlexForm .FieldExtra.CalendarDay {
	color: white !important;
	font-size: 0.75rem !important;
	margin-top: 5px;
}

#FlexForm #step3 .form-step .FieldRow.custom-field-row {
	width: 100%;
	text-align: center;
	display: flex;
}

#FlexForm #step3 .form-step .FieldRow.custom-field-row .FieldLabel {
	display: none !important;
}

#FlexForm .commands#step3commands {
	width: 100%;
	text-align: center;
	order: 1;
	padding-right: 20px;
}

.bg-full-image{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.wp-block-uagb-countdown .wp-block-uagb-countdown__box{
	height: 50px !important;
}

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

	.bg-full-image{
		background-image: none !important;	
	}
	
	#FlexFormContainer #FlexForm .FieldRow,
	#FlexFormContainer #FlexForm .FieldMulti {
		flex-direction: column;
		align-items: flex-start;
	}

	#FlexFormContainer #FlexForm .FieldMultiSub {
		flex-basis: 100%;
		width: 100%;
		margin-bottom: 10px;
	}

	#FlexFormContainer #FlexForm .FieldRow .FieldInput {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (min-width: 1024px) {
    .post-password-form {
        margin-top: 150px;
    }
}

