/* 
Theme Name: Chances
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Chances
Author: Snap360
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.skip-main {
	position: absolute;
	text-indent: -999px;
}

.skip-main:focus {
	left: 6px;
	top: 7px;
	height: auto;
	width: auto;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 23px 14px;
	background: #f0f0f1;
	color: #2271b1;
	z-index: 100000;
	line-height: normal;
	text-indent: 0px;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);

}

.no-margin p {
	margin-bottom: 0px !important;
}

.gold-text {
	background: -webkit-repeating-linear-gradient(-90deg, #fadb9b, #b58923);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.get-directions {
	font-weight: 500;
}
.input-group {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto);
	margin-right: auto);
	margin-top: auto;
}
.col {
	flex: 1 0 0%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.invalid-feedback {
	color: var(--bs-form-invalid-color);
	display: none;
	font-size: .875em;
	margin-top: .25rem;
	width: 100%;
}

[type="button"], [type="submit"], button {
	border: none!important;
	padding: .58rem 1rem!important;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 0px!important;
	padding: .5rem 1rem;
	transition: all .3s;
}