/* GLOBAL STYLES ====================================== */

@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');

:root {
	--color-theme-accent: #008540;
}


section:not(.page-home) .title {
	padding-top: 4em;
	padding-bottom: 3em;
	background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)),
		url("https://apihoard.webit.com/api/v1/Image/C682ED641618818FE23A3CB188E8D905/C682ED641618818FE23A3CB188E8D905.png?size=Original");
	border-bottom: 4px solid #F4F5F5;
	margin-bottom: 0em;
}

.title-heading:not(.page-home) {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400 !important;
}

/* HEADER ============================================ */

.header-info {
	background: url(https://apihoard.webit.com/api/v1/Image/B804FD825AFA5920FB5E5171B3853B05/B804FD825AFA5920FB5E5171B3853B05.jpg?size=1920x1440) no-repeat center top;
	border-bottom: 0px solid black;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
	background-size: cover;
}

.header-business-phone {
	font-size: 2em;
}

.header-business-phone {
	font-weight: 700;
}

.header .header-business {
	font-size: 1.8rem;
	line-height: 1.9rem;

}

/* HOME PAGE  ========================================= */
.page-home {
	background: url(https://apihoard.webit.com/api/v1/Image/AC373968E25A415E52B7E28C140A85CC/AC373968E25A415E52B7E28C140A85CC.jpg?size=1920x1440) center top;
}

.businessinfo {
	background: url(https://apihoard.webit.com/api/v1/Image/AC373968E25A415E52B7E28C140A85CC/AC373968E25A415E52B7E28C140A85CC.jpg?size=1920x1440) center top;
}

.page-home .wb__welcome {
	background: #f5f5f5;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	margin-top: -75px;
}

.page-home .wb__service-list {
	border-top: 5px solid #52B947;
	border-bottom: 5px solid #52B947;
}

.page-home .list-square {
	padding: 10px;
	background: #F5F5F5;
	border: 2px solid var(--color-theme-accent);
	background: #FEF8CF;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.page-home .list-text-title {
	font-size: 1.8em;
	background: #008540;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ffffff;
}

.page-home .list-text-bottom {
	text-align: right;
}

.page-home .list-text-description {
	text-align: center;
}

.page-home .list .btn {
	color: black;
	font-weight: 200;
	background: transparent !important;
	border-top: none;
	border-left: none;
	padding-right: 5px;
	border-right: 30px solid #008540;
	padding-left: 10px;
	border-bottom: 2px solid #008540;
}

.page-home .list {
	background: url("https://apihoard.webit.com/api/v1/Image/B43296EAA41C73C98AD75ECCB4EEFD34/B43296EAA41C73C98AD75ECCB4EEFD34.png?size=1920x1440");
	background-size: cover;
	background-position: bottom;
	min-height: 370px;
	padding-top: 1.5em;
	padding-bottom: 0;
}

/* -------------------- Event banner ---------------------- */

.cw-banner-link {
	background: #000;
	background-image: url("https://apihoard.webit.com/api/v1/Image/A5E1A1FA383DB095CA7732CCBA96A0AE/A5E1A1FA383DB095CA7732CCBA96A0AE.jpg?size=1920x1440");
	background-position: center 65%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 2rem 0 3rem;
	overflow: hidden;
}


.cw-banner-link .cw-flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cw-banner-link h2 {
    color: #601128;
    /*background-color: rgb(255 234 171 / 40%);*/
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: .75rem 1rem;
    font-size: 1.75rem;
    border-radius: 25px;
    /*border: 4px solid #555;*/
	text-transform: uppercase;
}

.cw-banner-link h2 span {
    font-size: 2.25rem;
}

.cw-banner-link h2 b {
	color: #e02a5a;
}

@media (min-width:992px) {
	.cw-banner-link h2 {
		font-size: 2.25rem;
	}

	.cw-banner-link h2 span {
		font-size: 5rem;
	}
}

.cw-banner-link h3 {
    color: #013928;
    /* -webkit-text-stroke: 0.2px #fff; */
    text-shadow: 1px 2px 1px #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 2.25rem;
}

@media (min-width:992px) {
	.cw-banner-link h3 {
		font-size: 1.8rem;
		line-height: 2.75rem;
	}
}

.cw-small-text h4 {
    color: #000;
    font-size: 1.85rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: .25px #fff;
}

@media (min-width:992px) {
	.cw-small-text h4 {
		font-size: 2.25rem;
	}
}

.cw-banner-link p {
    font-size: 1.15rem;
    color: #000;
    font-weight: 700;
}

.cw-banner-link p a {
    font-size: 1.5rem;
}

.cw-banner-link .cw-img-btn {
	transition-duration: .4s;
}

.cw-banner-link .cw-img-btn:hover {
	transform: scale(1.04);
}

.cw-banner-link img {
	width: 400px;
}

.cw-banner-link .cw-small-text p {
	color: #083929;
	background-color: rgba(255,255,255,.75);
	padding: .75em 0;
}

/*Thanksgiving banner*/
.cw-thanksgiving-banner {
	background: #000;
	background-image: url("https://s3.amazonaws.com/fcwebmanager/Scenic/SmartSites/HeroImages/0/scenic_05.jpg");
	background-position: center 65%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 2rem 0 3rem;
	overflow: hidden;
}

.cw-thanksgiving-banner h3 {
	color: #023333;
	background-color: rgba(255, 255, 255, 0.4);
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: .4rem .8rem;
}

.cw-thanksgiving-banner h2 {
	color: #fff;
	text-shadow: 1px 1px 2px  #000 ;
}




/* Slideshow ===  */

.slideshow {
	border-bottom: 6px solid #F4F5F5;
}

.slideshow-container {
	margin-top: 0 !important;
	margin-bottom: 1em !important;
}

.slideshow-item {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.slick-dots {
	display: none !important;
}

/*=============== MAPS ===============*/

.map-responsive {
	overflow: hidden;
	padding-bottom: 30%;
	position: relative;
	height: 0;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

/* ABOUT PAGES ========================================  */

/* About === */

.page-about-meadowbrook-gardens .list-img-photo {
	background-size: contain;
}

/* Testimonials ===  */

.wb-blockquote {
	position: relative;
	background-color: #F0F0F0;
	box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
	padding: 1.875rem 1.875rem 1.875rem 3.75rem;
}

.wb-blockquote::before {
	content: "\201C";
	position: absolute;
	width: 3.75rem;
	margin: -1.5625rem 0 0 -2.5rem;
	color: var(--color-theme-accent);
	font-size: 3.75rem;
}

.wb-blockquote::after {
	content: "";
	position: absolute;
	bottom: -1.875rem;
	left: 2.75rem;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #F0F0F0 transparent transparent transparent;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

/* CUSTOM FORM (Employment App) =======================  */

.form {
	padding-top: 1.5em;
}

.webit-forms-header {
	display: none;
}

/* SERVICES PAGES =====================================  */

.bg-accent {
	background-color: var(--color-theme-accent);
}

@media(max-width: 376px) {
	.pg-services-list-dbl {
		column-count: 1 !important;
		-moz-column-count: 1 !important;
		-webkit-column-count: 1 !important;
	}
}

@media(max-width: 768px) {

	.pg-services-list li,
	.pg-services-list-home li {
		margin-left: 18px !important;
	}
}


.pg-services-list li,
.pg-services-list-dbl li,
.pg-services-list-home li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
}

.pg-services-list li::before,
.pg-services-list-dbl li::before,
.pg-services-list-home li::before {
	float: left;
	overflow: hidden;
	width: 23px;
	height: 23px;
	content: "";
	margin-right: 7px;
	margin-left: -35px;
	background-image: url('https://apihoard.webit.com/api/v1/Image/3E10BB59CC37A8E46C79CFC8A9DA108B/3E10BB59CC37A8E46C79CFC8A9DA108B.png?size=320x240');
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.pg-services-list-dbl {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

@media(max-width: 768px) {
	.pg-services-list-home li {
		margin-left: 18px !important;
	}
}

.pg-services-list-home {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}

@media (max-width: 811px) {
	.pg-services-list-home {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}

.page-home .wb__service-list .h4 {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FEF8CF;
	color: #053A29 !important;
	font-weight: 400;
	border: 2px solid #52B947;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.45);
}

/* Tick Control - Text module ===  */

.page-tick-control .text {
	margin: 2em 0 3em !important;
}

/* FOOTER =============================================  */

@media (min-width: 811px) {
	.header .navbar .navbar-nav .nav-link {
		padding-right: 12px;
		padding-left: 12px;
		font-size: 14px;
	}

	ul.nav.justify-content-center.text-center.flex-md-row.flex-column.footer-nav-links.mb-4.mt-3 {
		font-size: 14px;
		padding-bottom: 2em;
	}

	.footer-business {
		font-size: 1.5rem;
	}

	h2.footer-business-name {
		font-size: 2rem;
	}

	.wb__facebook-icon {
		position: fixed;
		right: 0px;
		bottom: 180px;
		background: lightgray;
		padding: 3px;
	}

	.wb__yelp-icon {
		position: fixed;
		right: 0px;
		bottom: 140px;
		background: lightgray;
		padding: 3px;
	}

	.wb__houzz-icon {
		position: fixed;
		right: 0px;
		bottom: 100px;
		background: lightgray;
		padding: 3px;
	}

	.footer-bottom-section {
		padding-top: .5em;
		padding-bottom: .5em;
		border-top-width: 0;
		border-top-style: solid;
		background: #053A29 !important;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.footer-bottom-section .nav .nav-item .nav-link {
		color: #FFF !important;
	}

	.footer-bottom-section .nav .nav-item .nav-link:hover {
		color: rgba(255, 255, 255, 0.5) !important;
	}
}



.cw-small-text{
	/* background-color: #ffffffa1;
	margin-left: 50px;
	margin-right: 50px; */
	font-weight: 800;
}

/* .cw-small-text h4 {
	color: #DA2759;
	font-family:cursive;
} */

.cw-small-text p {
	color: #083929;
}