
/* general */

/* * {
	font-family: 'Noticia Text', serif;
} */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--bs-primary);
}

.container-narrow {
	max-width: 800px;
}

/* boxes */
.box-hover:hover {
	border-color: var(--bs-secondary) !important;
}

/* accordion */
.wp-block-pb-accordion-item {
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
}

.c-accordion__content {
	font-size: smaller;
}

.wp-block-pb-accordion-item:hover .c-accordion__title {
	text-decoration: underline;
}

/* simpay */
.simpay-modal-control-open {
	width: 100%;
}

.plan{
	transition: all ease-in-out .25s;
}

.plan:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.super-plan {
	background: #115F60;
	background: linear-gradient(149deg, rgba(17, 95, 96, 1) 0%, rgba(83, 212, 172, 1) 100%);
}

/* footer */

#wrapper-footer {
	border-top: 1px solid #eee;
	margin-top: 7.5rem;
}

.site-info {
	text-align: center;
	color: #6c757d!important;
	font-size: smaller;
}
/*# sourceMappingURL=custom.css.map */