
.repeating-location .btn {
	margin-top: 0;
}

.repeating-location .center-texture.lazyloaded {
	
	background-repeat: no-repeat, no-repeat, repeat;
	background-size: 100% 15%, 100% 15%, auto; 
	background-position: center top, center bottom, center center;
}

.repeating-location .contact a {
	color: white;
}

.repeating-location{
	color: inherit;
}

.repeating-location .card h3,
.repeating-location .card .icon {
	//color: black !important;
}

.repeating-location .card-body ul, 
.repeating-location .card-body li{
	color: black;
}

.repeating-location .card-header:first-child{
	border-radius: 0;
}

@media (min-width: 768px) {
	.repeating-location .btn {
		min-width: unset;
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.repeating-location .card-body {
		padding: 1rem;
		font-size: 14px;
	}
}

/*
.repeating-location .card {
    border: 3px solid $light!important;
    border-radius: 0 !important;
    background-color: transparent;
    margin-bottom: 1rem !important;
    overflow: hidden;
}

.card .card-body {
    border: none;
    background-color: $white;
    color: var(--dark);
    padding: 1rem;
}*/

@media (min-width: 992px){
    .card .card-body {
        padding: 1rem 2rem;
    }
}		

.card-header {
    border: none;
    border-radius: 0 !important;
    background-color: white;
    margin-bottom: 0 !important;
    z-index: 2;
}

.card-header h3,
.card-header span,
.card-header .icon {
    text-transform: uppercase;
    margin-bottom: 0;
    /*color: white !important;*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}

.card-header h3{
	width: 90%;
}
