/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 05 2024 | 20:50:11 */
.top-line .top-container {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
	width: 100%;
}
.top-line .tel-btn {
	display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
	gap: 10px;
	text-decoration: none;
}
.top-line .tel-btn-icon {
	width: 20px;
	height: 20px;
    margin-left: auto;
}
.top-line .tel-btn-text {
	color: #fff;
}
@media screen and (max-width: 853px) {
	.top-line .tel-btn {
		margin-left: 10px;
	}
	.top-line .tel-btn-icon {
		width: 25px;
		height: 25px;
   		margin-left: auto;
		padding: 10px;
	}
	.top-line .tel-btn-text {
		display: none;
	}

}

@media screen and (min-width: 853px) {
	.top-line {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #333;
	}
	.top-line .top-container {
		max-width: 1040px;
		margin: 0 auto;
		padding: 10px;
	}
	.top-line .mob-nav-btn,
	.top-line .mob-services-btn {
		display: none;
	}
}


a.nav-btn {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	text-decoration: none;
}


:active, :hover, :focus {
	outline: 0;
	outline-offset: 0;
}

@media only screen and (max-width: 841px) {
    .remodal {
        max-width: 450px;
    }
}

.remodal .remodal-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.remodal .remodal-text {
	line-height: 1.3em;
}
.wpcf7 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wpcf7 .form-field {
	width: 100%;
	padding: 10px 10px;
	margin: 5px 0px;
	font-size: 16px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: #333 solid 1px;
	border-radius: 0;
}
.wpcf7 span[data-name="acceptance-392"] span {
	margin: 20px 0;
}
.wpcf7 .wpcf7-list-item-label {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.wpcf7 .wpcf7-list-item-label a {
	color: #333;
}
.wpcf7 .wpcf7-submit {
	background: #333;
  	color: #fff;
  	text-align: center;
	border: none;
  	border-radius: 0;
  	padding: 16px 40px;
  	font-size: 16px;
  	text-decoration: none;
	cursor: pointer;
}

