/* Brilliant Map Styles */
.brilliant-map {
	height: 600px;
	max-height: 75vh;
}

.leaflet-control-layers .pin-img {
    max-height: 30px;
    padding: 0.5em 0;
}

.leaflet-control-layers-selector[type="checkbox"] {
    margin-bottom: 1em;
}

.locations-filters label.title {
	font-weight: 700;
	display: block;
	margin-top: 0.25em;
}

.locations-filters label.checkbox {
	margin-right: 0.5em;
}

.locations-filters .checkbox input {
	margin-right: 0.1em;
}

.locations-grid {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.locations-grid .location.grid-item {
    width: calc(100% - 2em);
	border: 1px solid #ddd;
    margin: 1em;
	padding: 1em;
	display: flex;
    flex-direction: column;
}

.locations-grid .location.grid-item .location_more-button {
	text-align: center;
	margin-top: auto;
}

.locations-grid .location.grid-item .button {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 600px) {
    .locations-grid .location.grid-item {
        width: calc(50% - 2em);
    }
}

@media screen and (min-width: 768px) {
    .locations-grid .location.grid-item {
        width: calc(33% - 2em);
    }
}

.locations-grid .location.grid-item h3 {
    font-size: 1.25em;
	margin-top: 0;
	font-weight: 700;
}

.locations-grid .location.grid-item .details {
    list-style: none;
    list-style-type: none;
    margin-left: 0;
}

.locations-grid .location.grid-item .details li {
    list-style: none;
    list-style-type: none;
}
.locations-grid .location.location.grid-item .location_thumbnail-wrapper {
	margin-bottom: 20px;
}
.locations-grid .location.location.grid-item .location_thumbnail-wrapper a.location_thumb-link {
	background-color: #f4f4f4;
	border: none;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.locations-grid .location.location.grid-item .wp-post-image {
    display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	width: 100%;
    text-align: center !important;
    margin: 0 auto;
}

.brilliant-maps-infowindow a.thumbnail {
	text-decoration: none;
	border-bottom: none;
}

.brilliant-map {
	margin-bottom: 1em;
}

.leaflet-popup-content {
	max-width: calc(100vw - 9.5em);
}

.single-places .single-featured-image {
	text-align: center;
	background-color: #f4f4f4;
	padding: 0;
	line-height: 0;

}
.single-places .single-featured-image img {
	/* width: auto;
	min-height: 400px;
	max-height: 400px; */
	width: 100%;
		height: auto;
		min-height: auto;
		max-height: auto;
}

.single-places h1 {
	font-weight: 700;
	font-size: 3rem;
}
.single-places ul.details {
	list-style: none;
    list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

.single-places ul.details li {
    list-style: none;
    list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.single-places .brilliant-map {
	width: 100%;
	margin-bottom: 20px;
	max-height: 200px;
}

@media only screen and (min-width: 801px) {
	.single-places .content {
		display: flex;
		flex-wrap: wrap;
	}
	.single-places .content {
		padding: 40px;
		flex: 50%;
	}
	.single-places .single-featured-image {
		margin-bottom: 0;
		background-color: #fff;
		flex: 50%;
	}
	.single-places .single-featured-image img {
		width: 100%;
		height: auto;
		min-height: auto;
		max-height: auto;
	}
}
.single-places .entry-footer {
	padding: 0;
	margin: 0;
}

.single-places h3{
    color: #b0bec5;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: .2px;
    display: block;
	position: relative;
    overflow: hidden;
    margin:0;
	padding-bottom: 10px;
}

.single-places h3:after {
    width: 100%;
    height: 2px;
    content: "";
    display: inline-block;
    background: #eff3f5;
    position: absolute;
    top: 15px;
    margin-left:20px
}

.single-places .button .dashicons{
	vertical-align: middle;
}

#gform_submit_button_1.gform_button:after {
        font-size: 32px;
        line-height: 1em;
        content: "\35";
        /* opacity: 0; */
        position: absolute;
        margin-left: -1em;
        -webkit-transition: all .2s;
        transition: all .2s;
        text-transform: none;
        -webkit-font-feature-settings: "kern" off;
        font-feature-settings: "kern" off;
        font-variant: none;
        font-style: normal;
        font-weight: 400;
        text-shadow:none;
}

#gform_submit_button_1.gform_button:hover:after {
	opacity: 1;
	margin-left:0
}

#gform_submit_button_1.gform_button {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
	text-transform: uppercase;
	position: relative;
}

#gform_submit_button_1.gform_button:hover {
	background-color:rgba(0, 0, 0, .05);
	border: 2px solid transparent;
	padding: .3em 2em .3em .7em;
}

#gform_submit_button_1.gform_button {
	color:#365583!important;
	font-family: inherit;
	display: inline-block;
	margin: 0 0 0 18px;
	cursor: pointer;
	
}

.gform_footer{
	justify-content: flex-end;
}

body:has(#gravity_forms_theme_framework-css) .gform-theme--framework.gform-theme--orbital {
    --gf-color-primary: #365583;
}
