
/* ========================================================================================================================
														Content
======================================================================================================================== */

/* Image Rounded */

.round-image {
	border-radius: 5px;
}

/* Image Rounded */
.image-rounded-wrapper {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

	.image-rounded-wrapper:before,
	.image-rounded-wrapper:after,
	.image-rounded-inner:before,
	.image-rounded-inner:after {
		content: "";
		position: absolute;
		height: 50px;
		width: 50px;
	}

	.image-rounded-wrapper:after {
		left: 0;
		border-left: 5px solid #8DCB41;
		border-bottom: 5px solid #8DCB41;
		bottom: 0;
	}

	.image-rounded-wrapper:before {
		top: 0;
		right: 0;
		border-right: 5px solid #1F85D0;
		border-top: 5px solid #1F85D0;
	}

.image-rounded {
	border-radius: 100px 0 100px 0;
	padding: 10px;
}

/* Imaged Bordered */

.image-bordered {
	border-radius: 100px 0 100px 0;
	padding: 50px;
	background-color: #F4F7FF;
	position: relative;
	-webkit-box-shadow: 18px 16px 0px 1px #DEEDF8;
	box-shadow: 18px 16px 0px 1px #DEEDF8;
}

/* Video Bordered */

.video-bordered {
	border-radius: 100px 0 100px 0;
	background-color: #F4F7FF;
	position: relative;
	-webkit-box-shadow: 18px 16px 0px 1px #DEEDF8;
	box-shadow: 18px 16px 0px 1px #DEEDF8;
	overflow: hidden;
}


/* Bucket Image Rounded */
.bucket-image-rounded-wrapper {
	background-color: #F4F7FF;
	padding: 20px;
	border-radius: 5px;
}

.bucket-image-rounded-wrapper-sm {
	background-color: #F4F7FF;
	padding: 20px;
	border-radius: 5px;
}

.bucket-image-rounded {
	-webkit-box-shadow: 18px 18px 30px 0 #DEEDF8;
	box-shadow: 18px 18px 30px 0 #DEEDF8;
	border-radius: 5px;
}


@media (min-width: 768px) {

	.bucket-image-rounded-wrapper {
		padding: 40px;
	}

	.col-lg-4 .bucket-image-rounded-wrapper {
		padding: 50px;
	}
}

@media (min-width: 992px) {

	.bucket-image-rounded-wrapper {
		padding: 70px;
	}
}


/* CTA Block */

.cta-block {
	border-radius: 100px 0 0 0;
	padding: 50px;
	background-image: url('images/cta-block-bg.svg');
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Testimonial Carousel */

#carouselTestimonials {
	margin-bottom: 60px;
}

	#carouselTestimonials a.carousel-control-next:after,
	#carouselTestimonials a.carousel-control-prev:after {
		display: none;
	}

	#carouselTestimonials a.carousel-control-next,
	#carouselTestimonials a.carousel-control-prev {
		top: 50%;
		margin-top: -25px;
		font-size: 24px;
		width: 50px;
		height: 50px;
		color: #1F85D0;
		background-color: #ffffff;
		border: solid 1px #A7ADBB;
		border-radius: 50%;
		padding: 20px;
		opacity: 1;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}

		#carouselTestimonials a.carousel-control-next:hover,
		#carouselTestimonials a.carousel-control-prev:hover {
			background-color: #A7ADBB;
			color: #fff;
		}

	#carouselTestimonials .carousel-indicators {
		bottom: -60px;
		margin-top: 0;
		margin-bottom: 0;
	}

		#carouselTestimonials .carousel-indicators li:before {
			display: none;
		}

		#carouselTestimonials .carousel-indicators li {
			background-color: #E4E6EB;
			width: 15px;
			height: 15px;
			border-radius: 50%;
			opacity: 1;
			border: none;
			padding: 0;
			margin: 0 5px;
		}

			#carouselTestimonials .carousel-indicators li.active {
				background-color: #FBB13C;
			}



	#carouselTestimonials .testimonial-wrapper {
		position: relative;
		border-radius: 5px;
		overflow: hidden;
		margin-bottom: 20px;
	}

		#carouselTestimonials .testimonial-wrapper:before,
		#carouselTestimonials .testimonial-wrapper:after,
		#carouselTestimonials .testimonial-inner:before,
		#carouselTestimonials .testimonial-inner:after {
			content: "";
			position: absolute;
			height: 50px;
			width: 50px;
		}

		#carouselTestimonials .testimonial-wrapper:after {
			left: 0;
			bottom: 0;
			border-left: 5px solid #1F85D0;
			border-bottom: 5px solid #1F85D0;
		}

		#carouselTestimonials .testimonial-wrapper:before {
			right: 0;
			top: 0;
			border-right: 5px solid #FBB13C;
			border-top: 5px solid #FBB13C;
		}

	#carouselTestimonials .testimonial-inner:after {
		left: 0;
		top: 0;
		border-left: 5px solid #8DCB41;
		border-top: 5px solid #8DCB41;
	}

	#carouselTestimonials .testimonial-inner:before {
		right: 0;
		bottom: 0;
		border-right: 5px solid #FB3640;
		border-bottom: 5px solid #FB3640;
	}

	#carouselTestimonials .testimonial-rounded {
		padding: 20px;
		border: solid 1px #A7ADBB;
	}


/* Blog / Post Types */

.post-row {
	border-bottom: solid 1px #C1C5CE;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

	.post-row:last-child {
		border-bottom: none;
	}

h2.post-title a:after {
	display: none;
}

h2.post-title a {
	color: #1F85D0;
}

	h2.post-title a:hover,
	h2.post-title a:active,
	h2.post-title a:focus {
		color: #8DCB41;
	}


/* ========================================================================================================================
														Pagination
======================================================================================================================== */

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
}

	.pagination > a:after {
		display: none;
	}

	.pagination > a,
	.pagination > span {
		font-size: 21px;
		line-height: 1;
		text-align: center;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		position: relative;
		float: left;
		padding: 14px 12px;
		text-decoration: none;
		color: #1F85D0;
		background-color: #fff;
		border: 1px solid #A7ADBB;
		border-radius: 50%;
		margin: 0 3px;
	}

		.pagination > a:hover,
		.pagination > a:focus,
		.pagination > span:hover,
		.pagination > span:focus {
			z-index: 2;
			background-color: #1F85D0;
			border-color: #1F85D0;
			color: #ffffff;
		}

		.pagination > a:first-child,
		.pagination > span:first-child,
		.pagination > a:last-child,
		.pagination > span:last-child {
			border: none;
			font-size: 24px;
			color: #C1C5CE;
		}

			.pagination > a:first-child:hover,
			.pagination > span:first-child:hover,
			.pagination > a:last-child:hover,
			.pagination > span:last-child:hover {
				background-color: transparent;
				color: #1F85D0;
			}

		.pagination > a.current,
		.pagination > a.current:hover,
		.pagination > a.current:focus,
		.pagination > span.current,
		.pagination > span.current:hover,
		.pagination > span.current:focus {
			z-index: 3;
			color: #fff;
			cursor: default;
			background-color: #1F85D0;
			border-color: #1F85D0;
		}







/* ========================================================================================================================
														Google Search
======================================================================================================================== */

#custom-search-results .cse-result {
	margin-bottom: 40px;
}

#custom-search-results .cse-heading {
	margin: 0;
}

#custom-search-results .cse-url {
	font-size: 14px;
	margin: 0;
	color: #28a745;
}

#custom-search-results .cse-snippet {
	font-size: 14px;
	margin: 0;
}

#custom-search-results .cse-image-snippet {
	font-size: 14px;
	margin: 0 0 0 60px;
}

#custom-search-results .cse-image {
	float: left;
	margin-top: 4px;
	max-width: 50px;
	max-height: 120px;
}

#custom-search-results .cse-pagination {
	/*text-align: right;*/
}






/* ========================================================================================================================
														3rd Party
======================================================================================================================== */

/* Wistia embed
---------------------------------------- */

.embed-responsive .wistia_embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* ACF Google Maps
---------------------------------------- */

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}


/* Lazy YouTube embeds
---------------------------------------- */

.lazy-youtube-embed {
	position: relative;
}

	.lazy-youtube-embed:hover,
	.lazy-youtube-embed:active,
	.lazy-youtube-embed:focus {
		cursor: pointer;
	}

.lazy-youtube-embed-play {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	color: #fff;
	margin-left: -25px;
	margin-top: -25px;
}

#mainFooter ul {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 20px;
	list-style: none;
	padding: 0;
}
#mainFooter ul li {
	margin-bottom: 20px;
}

	#mainFooter ul.list-unstyled li {
		background-image: none;
		padding-left: 0;
	}

#mainFooter ul ul, ul ol {
	margin-top: 10px;
}



/* ========================================================================================================================
														Footer
======================================================================================================================== */

.footer-logo {
	display: inline-block;
    width: 200px;
}

    .footer-logo img {
        height: auto;
        width: 100%;
    }

	.footer-logo a {
		display: block;
	}

		.footer-logo a:after {
			display: none;
		}

#mainFooter ul.footer-social {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#mainFooter ul.footer-social > li {
		background-image: none;
	}

	#mainFooter ul.footer-social > li {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

		#mainFooter ul.footer-social > li > a:after {
			display: none;
		}

		#mainFooter ul.footer-social > li > a {
			display: block;
			font-size: 13px;
			color: #ffffff;
			border-radius: 50%;
			width: 25px;
			height: 25px;
			text-align: center;
			vertical-align: middle;
		}

		#mainFooter ul.footer-social > li.facebook-ico > a {
			background-color: #43619C;
		}

		#mainFooter ul.footer-social > li.twitter-ico > a {
			background-color: #24A9E6;
		}

		#mainFooter ul.footer-social > li.linkedin-ico > a {
			background-color: #187FB8;
		}

		#mainFooter ul.footer-social > li.youtube-ico > a {
			background-color: #F24033;
		}

		#mainFooter ul.footer-social > li.instagram-ico > a {
			background-color: #2A5B83;
		}


#mainFooter ul.footer-menu li a:after {
	display: none;
}

#mainFooter ul.footer-menu {
	margin-top: 0;
}

	#mainFooter ul.footer-menu > li > a {
		color: #1F85D0;
		font-weight: 600;
	}

		#mainFooter ul.footer-menu > li > a:hover,
		#mainFooter ul.footer-menu > li > a:active,
		#mainFooter ul.footer-menu > li > a:focus,
		#mainFooter ul.footer-menu > li.current-menu-item > a {
			color: #8DCB41;
		}

	#mainFooter ul.footer-menu > li > ul.sub-menu > li > a {
		color: #3f4648;
	}

		#mainFooter ul.footer-menu > li > ul.sub-menu > li > a:hover,
		#mainFooter ul.footer-menu > li > ul.sub-menu > li > a:active,
		#mainFooter ul.footer-menu > li > ul.sub-menu > li > a:focus,
		#mainFooter ul.footer-menu > li > ul.sub-menu > li.current-menu-item > a {
			color: #8DCB41;
		}

#mainFooter ul.footer-utility {
	display: inline-block;
	margin: 0;
}

	#mainFooter ul.footer-utility:after {
		content: "";
		display: table;
		clear: both;
	}

	#mainFooter ul.footer-utility > li {
		float: left;
		margin-bottom: 0;
	}

		#mainFooter ul.footer-utility > li > a:after {
			display: none;
		}

		#mainFooter ul.footer-utility > li > a {
			display: block;
			font-size: 14px;
			line-height: 14px;
			color: #A7ADBB;
			padding: 0 10px;
		}

		#mainFooter ul.footer-utility > li:first-child > a {
			border-right: solid 1px #A7ADBB;
		}
