
.datetime em {
	font-size: 1.4em;
	color: #CE126A;
 display: block;
  margin-bottom: 0.5em;
	font-style: italic;
}

.datetime b {
	font-size: 1.4em;
 display: block;
  margin-bottom: 0.5em;
	font-style: bold;
}

.datetime time {
  display: block;
  margin-bottom: 0.5em;
}

.location {
		font-size: 1.4em;
display: block;
  margin-bottom: 1.5em;
font-weight: 600;
	}
.prices {
		font-size: 1.4em;
display: block;
	  margin-top: 0.5em;
  margin-bottom: 0.5em;
font-weight: 500;
	}

@media (min-width: 800px) {
    .main .mast article .content.map {
        max-width: 100%;
        min-width: 100%;
    }
}

.map {
    height: 100%;
    border-radius: 2px;
}

.mapmaster {
    position: relative;
    margin-top: 0px;
    height: auto;
    display: flex
;
    flex-direction: column;
}

.mapcontainer {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
}

#single-location-map {
    width: 100%;
    height: 600px;
}

.mainmap {
    width: 100%;
    height: 600px;
}

.formsearchlabel.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px;
      line-height: 1.5em;
    color: none;
    vertical-align: middle;
    background: none;
    background-size: 8px 10px;
    border: 0px solid #ced4da;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.formsearchtext.custom-select {
   display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px;
    line-height: 1.5em;
    color: none;
    vertical-align: middle;
    background: none;
    background-size: 8px 10px;
    border: 0px solid #ced4da;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.formsearchdate.custom-select {
   display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px;
        line-height: 1.5em;
    color: none;
    vertical-align: middle;
    background: none;
    background-size: 8px 10px;
    border: 0px solid #ced4da;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mapcontentcontainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.mappage-content {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 3rem;
}

.mappage-text {
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	
}

.mappage-text p {
font-size: 2.2rem;
    line-height: 2.8rem;
	font-weight: 300;
}

.mappage-text h1 {
	padding: 0 0 3rem 0;
	font-weight: 700;
font-size: 4.5rem;
    line-height: 4rem;
}
}

.mappage-link {
	    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	
}

.basecontent {
	align-items: left;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.custom-post {
	background-color: #fff;
	border-radius: 22px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
	display: flex;
	flex-basis: calc(25% - 20px);
	flex-direction: column;
	justify-content: space-between;
	margin: 10px;
	overflow: hidden;
	transition: transform 0.1s ease, box-shadow 0.2s ease;
}
.custom-post-base {
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.custom-post-base-content {
	align-items: center;
	background-color: #fff;
	color: #7D2248 !important;
	display: flex;
	justify-content: space-between;
   margin-top: auto;
}

.main-post-base-content {
	align-items: center;
	background-color: #fff;
	color: #7D2248;
	display: flex;
	justify-content: space-between;
   margin-top: auto;
   padding: 0 20px;
}

.custom-post-content {
		  margin-top: auto; 
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 5px 20px;
	position: relative;
	z-index: 2;
}


.custom-post-title {
	font-size: 20px;
	 margin-left: 20px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
	  display: flex;
    flex-direction: column;
    flex: 1; /* Allow it to fill available space */
    position: relative;
    z-index: 2;
}

.custom-post-date-big {
	font-size: 1.1rem;
	color: #7b1216;
	margin: 0;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

.content_section.grid_section.followon {
      margin-top: -20px;
}

.custom-post-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
}
.custom-post-image {
	background-position: center;
	background-size: cover;
	padding-top: 60%;
	position: relative;
}
.custom-post-main-content {
	font-size: 12px;
	line-height: 1.4rem;
	color: #000;
	height: 80px;
	max-height: 80px;
	min-height: 80px;
	text-decoration: none;
}
.custom-post-main-content a {
	color: #000 !important;
height: 80px;
	max-height: 80px;
	min-height: 80px;
	text-decoration: none;
    margin-bottom:10px;
}

.custom-post:active {
	box-shadow: 0px 0.5px 0.5px #7b121636;
	transform: translate(2px,2px);
	transition: transform 0.1s ease, box-shadow 0.2s ease;
}
.custom-post:hover {
	box-shadow: 0px 3px 6px #7b121636;
	transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.gridheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	   align-content: center;
    align-items: center;
}


.gridtitle h3 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.gridtitle {
    display: flex;
    border-radius: 16px;
    height: 64px;
    margin-top: -30px;
    opacity: 1;
    padding: 8px 20px 8px 20px;
    position: absolute;
    top: 0;
    text-align: center;
    vertical-align: middle;
    min-width: 222px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}


.gridtitle.above {
    border-radius: 2px;
    height: auto;
    margin-top: -80px;
    opacity: 1;
    padding: 8px;
    position: absolute;
    top: 0;
    text-align: center;
    vertical-align: middle;
    min-width: 222px;
}

.gridtitle.above.visible h3{
		color: #c91167;
}

.linktext {
    font-weight: 700;
}

@media (max-width: 768px) {
	
.custom-post-grid {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}


.custom-post-title a {
     text-decoration: none;
}	

	.custom-post-title {
    margin-left: 10px;
    margin-top: 10px;
}
	.custom-post-image {
    background-position: center;
    background-size: cover;
    padding-top: 90%;
    position: relative;
}
	
.custom-post-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}	

.custom-post-main-content {
    color: #000;
    height: auto;
        min-height: 30px;
    text-decoration: none;
}	
	.button-center {
		margin: 20px auto;
		position: relative;
		right: auto;
		text-align: center;
		top: 0;
		transform: none;
	}
	.button-center .button {
		display: inline-block;
		z-index: 2;
	}
	.column {
		max-width: 90%;
	}
	.custom-post {
		flex-basis: calc(50% - 20px);
	}

}
@media (min-width: 768px) and (max-width: 1260px) {
	.custom-post {
		flex-basis: calc(33.333% - 20px);
	}
}

.text-content {
	flex: 1;
}
@media (max-width: 480px) {
	.column {
		max-width: 90%;
	}
	.custom-post {
		flex-basis: calc(100% - 20px);
		flex-basis: calc(100% - 40px);
	}
}