/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 20 2023 | 15:26:19 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.reduced-carousel .k-carousel .owl-stage-outer {
    margin-bottom: 0px;
}

.reduced-carousel .k-block--image-carousel__item {
    padding: 15px 15px;
}

.z-reviews-feed section {
	margin-top: 1rem;
}

.z-reviews-feed .sb-feed-posts {
	display: none;
}

.k-header__main {
	background-color: #fddc00;
}

.smaller-faq .k-faqs__faq__title>[data-toggle] {
	padding: 7px 66px 7px 30px!important;
}

.smaller-faq .k-faqs__faq__title {
    font-size: 1.3rem;
}

.smaller-faq-2 .k-faqs__faq__title>[data-toggle]:before {
	top: 16px;
}


.smaller-faq-2 .k-faqs__faq__title>[data-toggle] {
	padding: 9px 66px 9px 30px!important;
}

.smaller-faq-2 .k-faqs__faq__title {
    font-size: 1.3rem;
}

.smaller-faq .k-faqs__faq__title>[data-toggle]:before {
	top: 16px;
}

.k-pb__flow-step .k-pb__flow-actions a, .k-pb__flow-step .k-pb__flow-actions button {
	font-weight: 700 !important;
}

.large-list-format li {
	background-color: #1f1d1b!important;
    color: #fff!important;
    display: block;
    padding: 9px 20px;
    font-size: 1.25rem;
    font-weight: 400;
	}

.large-list-format li:hover {
    transition: all .2s;
	background-color: #ffcd29!important;
	color: #1f1d1b !important;
	} 

ul.large-list-format {
		width: 100%;
		margin-left: 0;
	}
