.location-adventurer .content-area {
	color: white;
}

.location-adventurer .content-area .content-wrapper.content-left .wp-block-group__inner-container {
	margin-left: auto;
}

@media (min-width:1200px) {
	.location-adventurer .content-area .content-wrapper .wp-block-group__inner-container {
		max-width: 667px;
	}

	.location-adventurer .side-area .side-block {
		height: 823px;
	}
}

@media (min-width: 992px) {
	.location-adventurer .content-area .content-wrapper .wp-block-group__inner-container {
		max-width: 577px;
	}

	.location-adventurer .side-area .side-block {
		width: 642px;
		height: 700px;
	}
}

/*added to scss file for var --
@media (min-width: 768px) {
	.location-adventurer .contact-column {
		border-right: 3px solid $secondary;
	}
}*/

.location-adventurer a {
	color: white;
}

.location-adventurer .btn{
	min-width: unset;
	width: 100%;
}
@media (min-width:992px) {
	.repeating-location figure {
		margin-bottom: 0;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.repeating-location .flex-column {
		max-width: 666px;
		margin: 0 auto;
	}
}

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

.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%;
}

.repeating-location .border-group {
	border: 2px solid white;
}

.repeating-location .btn{
	margin: 1rem auto 0 auto;
	text-align: center;
}

@media (min-width:768px) {
	.repeating-location .btn{
		min-width: unset;
		width: 70%;
		margin: -1.8rem auto 0 auto;
	}
}


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

.repeating-location h3 {
	margin-bottom: 1.5rem;
}

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

.repeating-location.location-advocate .btn,
.repeating-location.location-entertainer .btn {
	margin-top: 0.5rem !important;
}

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

.repeating-location .card {
    margin-bottom: 0.3rem !important;
}

@media (max-width: 767.98px){
    .location-mediator::after{
        height: calc(100% - 3rem);
    }
}

.location-mediator h2,
.location-mediator .h2{
    text-align: left;
}

.location-mediator .btn{
    width: 100%;
}

.location-mediator{
	position: relative;
}

.location-mediator .wp-bootstrap-blocks-container{
	z-index: 2;
	position: relative;
}

.location-mediator:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: calc(100% - 7rem);
	background-color: var(--secondary);
}

.repeating-location.location-entertainer .btn:active,
.repeating-location.location-entertainer .btn:focus,
.repeating-location.location-entertainer .btn:hover {
	border: 3px solid var(--primary) !important;
	background: white !important;
	color: var(--primary) !important;
}

@media (min-width:768px) {
	.repeating-location.location-entertainer .btn {
		min-width: unset;
		width: 70%;
		margin: -1.8rem auto 0 !important;
	}
}
