/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2024 | 17:51:00 */
.qodef-accordion-content-inner  a{
     font-weight: 600;
     display: inline-flex;
     margin-top: 1px;
     position:relative;
}
.qodef-accordion-content-inner a span {text-decoration: none !important;}
.qodef-accordion-content-inner  a:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #707070 50%, transparent 50%);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 6px 1px;
    background-position-x: 0;
    animation: qode-marching-ants-button .7s linear infinite;
    animation-play-state: paused;
}
.qodef-accordion-content-inner  a:hover:after{
    animation-play-state: running;
}
.page-id-7827 .qodef-section-title .qodef-m-button .qodef-button {
		margin: 20px 0 0;
}
.qodef-button.qodef-layout--filled.qodef-html--link:after {
    background: unset;
}
.qodef-button.qodef-layout--filled.qodef-html--link span {
    transition:0.3s all;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover span {
    color: grey;
}


@media only screen and (min-width: 1200px) {
	.qodef-testimonials-list .qodef-e-inner {
		max-width: 836px;
		margin: 0 auto;
	}
	.qodef-testimonials-list .qodef-e-static-quote {
		display: flex;
		position: absolute;
		top: -37px;
		left: 3%;
		color: #dfdbd4;
	}
	.qodef-testimonials-list .qodef-e-static-quote svg {
		width: 90px;
	}
}

@media only screen and (max-width: 500px) {
.qodef-button.qodef-html--link {
    padding: 20px 36px;
}
.qodef-section-title .qodef-m-button .qodef-button {
    margin-top: 20px;
}
.qodef-testimonials-list .qodef-e-inner {
    margin: 0px auto;
    max-width: 88%;
}
.qodef-testimonials-list .qodef-e-static-quote {
    opacity: 0.5;
}
}