

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700');
@import "normalize.css";
@import "webflow.css";
@import "barrlandscaping.webflow.css";

@import url("https://use.typekit.net/ike2elg.css");

@import url("https://use.fontawesome.com/releases/v5.15.0/css/all.css");

.cms-frontend .cleanslate.gfs-popup-052018 {
	right: 20px !important;
	left: auto !important;
}

.slick-cities-slider .slick-next {
	right: 0px;
	left: auto;
	top: auto;
	bottom: 0px;
	font-size: 20px;
	opacity: 1;
	width: 12px;
	height: 20px;
	margin-bottom: -3px;
}

.slick-cities-slider .slick-next:before {
	display: none;
}

.slick-cities-slider .slick-prev {
	left: 0px;
	right: auto;
	top: auto;
	bottom: 0px;
	font-size: 20px;
	opacity: 1;
	width: 12px;
	height: 20px;
	margin-bottom: -3px;
}

.slick-cities-slider .slick-prev:before {
	display: none;
}

.slick-slider-arrow {
	font-family: 'Font Awesome 5 Solid Icons';
	color: #2b2b2b;
	opacity: 1;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.text-block .heading:first-child {
	margin-top: 0px;
}

.cms-frontend {
	overflow-x: hidden;
	word-wrap: break-word;
}

.cms-btn:focus {
	outline: 0;
}

img.userUpload {
	height: auto !important;
}

.contact-form-success-message {
	display: block !important;
}

.content-block ul {
	overflow: hidden;
}

.responsive-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cms-btn a {
	color: inherit;
}

.w-webflow-badge {
	display: none !important;
}

/* Custom search form styles */
[data-module="cms-custom-search"] {
	padding: 0px;
	margin-top: 20px;
}

[data-module="cms-custom-search"] .form-wrapper form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 280px;
	border-bottom: none !important;
}

[data-module="cms-custom-search"] .form-wrapper form button {
	min-width: 150px;
}

[data-module="cms-custom-search"] .form-wrapper .form-item {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
	display: block;
	width: 100%;
	height: 48px;
	max-width: 100%;
	margin-bottom: 0px;
	padding: 8px 12px 8px 14px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}

[data-module="cms-custom-search"] .form-wrapper {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.cms-custom-search-result {
	margin-bottom: 0px !important;
	padding-top: 30px;
	border-bottom: none !important;
	border-top: 1px solid #ddd;
}

.cms-custom-search,
.cms-custom-search-result p,
.cms-custom-search-result-sub-title {
	font-size: 14px !important;
	font-style: inherit !important;
	color: #858484;
	word-break: break-word;
}

.cms-custom-search-result-title {
	font-size: 16px !important;
	margin-bottom: 5px !important;
}

.w-nav-overlay {
	background-color: #00562f;
}

.location-slide-text {
	white-space: nowrap;
}

.services-grid-item:hover .services-grid-item-title-text-link,
.services-grid-item:hover .services-grid-item-description-text,
.services-grid-item:hover .learn-more-button {
	color: #fff;
}

.services-grid-item:hover .services-grid-item-title-text-link:hover,
.services-grid-item:hover .learn-more-button:hover {
	color: rgba(255, 255, 255, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

.amsd-item.grid:nth-child(3n+3),
.gallery-image:nth-child(3n+3) {
	margin-right: 0px;
}

.text-block .heading:first-child {
	margin-top: 0px;
}

.amsd-dropdown-toggle {
	white-space: normal;
}

.dropdown-nav-link.w--open .dropdown-nav-link-arrow,
.dropdown-link.w--open .nested-dropdown-arrow {
	transform: rotate(-180deg);
}

.fas {
	font-style: inherit;
	font-weight: 900;
}

.fa {
	font-weight: 400;
}

.footer-link a {
	color: inherit;
}

[data-icon] {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.w-lightbox-noscroll {
	overflow: visible;
}

.w-nav-overlay {
	height: 100vh !important;
}

/* Date Input Usability Fix */
input[type="date"] {
	position: relative;
	moz-appearance: none;
	webkit-appearance: none;
	appearance: none;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f073";
	color: #666;
	padding: 0 5px;
	right: 8px;
	top: 12px;
	position: absolute;
}

input[type="date"][readonly]:after {
	font-family: "Font Awesome";
	font-weight: 900;
	content: "\f073";
	color: #000;
	padding: 0 5px;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
	color: #ee2c23;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
	cursor: text;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
	z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
	z-index: 1;
}

/* Select input safari fix */
.input-field.select-input {
	moz-appearance: none;
	webkit-appearance: none;
	appearance: none;
	position: relative;
}

.form-input.select-input-wrapper:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	color: #666;
	padding: 0 5px;
	right: 8px;
	top: 12px;
	position: absolute;
}

@media (max-width: 1500px) {

	.home-banner-text-large,
	.title {
		font-size: 64px;
		line-height: 64px;
	}

	.home-banner-text-small,
	.subtitle-text {
		font-size: 34px;
		line-height: 38px;
	}

	.home-banner-content-inner-wrapper {
		width: 720px;
	}
}

@media (max-width: 1400px) {

	.welcome-section-background-shape,
	.why-section-background-shape {
		width: 30px;
	}
}

@media (max-width: 1260px) {
	.logo-home-link {
		margin-right: 50px;
		margin-top: 58px;
	}

	.logo-image {
		height: 80px;
	}

	.nav-link {
		font-size: 15px;
		letter-spacing: 0px;
	}

	.nav-link.last {
		font-size: 12px;
		letter-spacing: 2px;
		padding-left: 25px;
		padding-right: 24px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.secondary-nav-link {
		font-size: 12px;
		letter-spacing: 2px;
	}

	.services-grid-item-title-text-link {
		font-size: 22px;
		line-height: 26px;
	}

	.services-grid-item-description-text {
		font-size: 15px;
		line-height: 22px;
	}

	.learn-more-button.services-learn-more-button {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.services-grid-item-image {
		width: 210px;
	}
}

@media (max-width: 991px) {

	.w-lightbox-left,
	.w-lightbox-right {
		background-size: 15px;
	}

	.nav-menu {
		height: calc(100vh - 140px);
	}

	.home-banner-text-large,
	.title {
		font-size: 48px;
		line-height: 48px;
	}

	.home-banner-text-small,
	.subtitle-text {
		font-size: 26px;
		line-height: 32px;
	}

	.logo-home-link {
		margin-top: 5px;
		margin-right: 0px;
	}

	.logo-image {
		height: 65.5px;
	}

	.nav-link {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.secondary-nav-link {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.nav-link.last {
		font-size: 13px;
		letter-spacing: 3px;
		padding-right: 28px;
		padding-left: 30px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.amsd-item.grid:nth-child(3n+3),
	.gallery-image:nth-child(3n+3) {
		margin-right: 4%;
	}

	.amsd-item.grid:nth-child(2n+2),
	.gallery-image:nth-child(2n+2) {
		margin-right: 0px;
	}

	.welcome-section-background-shape,
	.why-section-background-shape {
		width: 11px;
	}

	.services-grid-item-image {
		width: 100%;
	}
}

@media (max-width: 767px) {

	.slick-prev:before,
	.slick-next:before {
		font-size: 14px;
	}

	.slick-cities-slider .slick-next,
	.slick-cities-slider .slick-prev {
		margin-bottom: -7px;
	}

	.amsd-item.grid,
	.gallery-image {
		margin-right: 0px;
	}
}

@media (max-width: 479px) {

	.home-banner-text-large,
	.title {
		font-size: 40px;
		line-height: 40px;
	}

	.home-banner-text-small,
	.subtitle-text {
		font-size: 22px;
		line-height: 26px;
	}

	.welcome-image {
		width: calc(100vw - 22px);
	}

	.why-image {
		width: calc(100vw - 11px);
	}
}
