/* HOMEPAGE STYLES
************************************************************/

section	{
	border-bottom: 1px solid var(--color-row-border);
}



section.bannerImage	{
	min-height: 30vh;
	background-image: url('/wp-content/themes/witte/images/blue-butterfly-tree-5.jpg');
}

section.divider	{
	height: 50px;
	background-image: url('/wp-content/themes/witte/images/blue-butterfly-tree-5.jpg');
	background-position: center top;
}
}

.sectionTitle	{
	text-align: center;
}

section.heroStatement .container	{
	max-width: 52rem;
}

section.heroStatement	{	
	text-align: center;
}

section.heroStatement h2	{	
	margin-top: .6em;
	font-size: 3em;
	font-family: var(--font-quote);
	font-weight: bold;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	line-height: 1.3em;
	display: none;
}

li.current_page_item:not(li#menu-item-127)	{
	display: none;
}

section.about h2.sectionTitle	{
	padding: 0 0 2em;
}


section.about img	{
	margin-bottom: 20px;
}

/* SERVICES
*****************/
.flex-col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
section.services .flex-col-4	{
	position: relative;
	margin: 0 0 .5em;
	border: 1px solid var(--color-border);
	padding: 2em 2em 5em;
	border-radius: 2px;
	/* background-color: var(--color-accent5); */
	max-width: 100%;
}

/*section.services .flex-col-4:nth-child(1) img	{
	filter:hue-rotate(200deg);
}

section.services .flex-col-4:nth-child(2) img	{
	filter:hue-rotate(200deg);
}

section.services .flex-col-4:nth-child(3) img	{
	filter:hue-rotate(200deg);
}*/

section.services .flex-col-4 img:hover	{
filter:hue-rotate(30deg);
}

section.services h3	{
	text-align: center;
	margin-top: 30px;
}
section.services p	{
	text-align: center;
}

@media (min-width: 768px) {
	section.services .flex-col-4	{ 
		margin: 0 .5em .5em;
		}	
	.flex-col-4 p.readMore	{
		position: absolute;
		bottom: 1.5em;
		right: 0px;
		text-align: center;
		padding-right: 0px !important;
	}
}

@media (max-width: 767px) {
	section.services .flex-col-4	{ padding: 2em 2em 2em; }
	section.services p.readMore	{ margin-top: 50px; }
}

section.services img	{
	box-shadow: none;
	border-radius: 50%;
}






/* Slick Slider Styles */
.slick-slider {
    position: relative;
	display: flex;
	flex-direction: row;
}
.slick-prev, .slick-next {
    background: none !important;
}

.slick_slide_wrapper .slick-prev
{
    left: -60px;
	height: 56px;
}
.slick_slide_wrapper .slick-next
{
    right: -50px;
	height: 56px;
}
.slick_slide_wrapper .slick-prev:before, .slick_slide_wrapper .slick-next:before{
    content: '';
}
.stroke-1 {stroke-miterlimit:10;stroke-width:1px;}
.stroke-2 {stroke-miterlimit:10;stroke-width:2px;}
.stroke-3 {stroke-miterlimit:10;stroke-width:3px;}
.slick-prev.chevrons, .slick-next.chevrons{
	width: 40px;
    height: 40px;
}
.chevrons {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;

}		
.chevrons {
	fill:#666;
	stroke:#666; 
	color:#666;
	width: 40px;
    height: 40px;
} 
.chevrons:hover {
  fill:#000;
  stroke:#000;
  color:#000;
}
/* .slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    cursor: pointer;
} */

/* .slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
} */

/* .slick-prev:hover,
.slick-next:hover {
    background: rgba(255, 255, 255, 1);
} */
.author.right {
    text-align: right;
}
.testimonials p {
    font-style: italic;
}