/* .figure-object-invitatie:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('img/mockup.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height: 100%;
    min-height: 365px;
    background-color: lightgrey;
} */
/* .figure-object-invitatie {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    min-height: 250px;
}
 */
figure.figure-object-invitatie img {
/*     position: absolute;
    z-index: 1;
    top: 39px;
    object-fit: cover;
 */
	width: 100%;
}
.invitatii-container .btn-group.cta-group {
    gap: 15px;
}

.invitatii-container .btn-group .btn-border {
    border: solid 1px #000 !important;
}

.invitatii-container .label {
	background: #02857D;
	margin-top:5px;
	display: inline-block;
	padding: 2px 5px;
	border-radius:5px;
	color: white;
}

.invitatii-container .label.label-simple {
	background: #80D0CB;
}

@media(min-width: 1200px){
	.invitatii-container.row.mt-4.mb-2.mb-md-4 {
		align-items: center;
		justify-content: center;
	}
}
/* @media(min-width: 1200px) {
    .figure-object-invitatie {
        min-height: 400px;
    }
} */





.pagination {
	gap: 8px;
}

.prev.page-numbers {
    width: 50px;
}
.next.page-numbers {
    width: 50px;
}

.prev.page-numbers::before {
    content: "←";
    font-size: 40px;
	margin-bottom: 2px;
	
}

.next.page-numbers::after {
    content: "→";
	font-size: 40px;
	margin-bottom: 2px;
}

.pagination .current {
	background-color: var(--bs-green)!important;
	color: #80D0CB !important;
}

.pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
	color: white;
	background-color: #80D0CB;
	border-color: var(--bs-green);
    border-width: 2px;
    border-radius: 2px;
	border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	line-height: 25px;
	font-size: 25px;
	text-decoration: none;
}

.pagination a:hover {
    color: var(--bs-green);
}


@media(max-width: 639px){
	.pagination .page-numbers {
		min-width: 30px;
		min-height: 30px;
		line-height: 20px;
		font-size: 20px;
	}
	.prev.page-numbers {
		width: 40px;
	}
	.next.page-numbers {
		width: 40px;
	}

	.prev.page-numbers::before {
		font-size: 30px;

	}

	.next.page-numbers::after {
		font-size: 30px;
	}
}