.post-edit-link {
		display: none;
}

.post-author-bio {
		display: none;
}

.post-state {
		display: none;
}

/* NINJA FORMS - Styling all field labels */
.field-wrap label {
  font-weight: 400 !important;
	color: #404040;	
}

.nf-field-container .field-wrap .nf-element::placeholder {
    color: #888888;
}

span.event-title {
		text-decoration: none !important;
}
		
span.event-title:hover {
		text-decoration: none !important;
}


.jet-listing-dynamic .jet-listing-grid__item {
  display: flex;
  flex-direction: column;
}

.jet-listing-dynamic .jet-listing-grid__item .jet-listing-grid__item-content {
  flex-grow: 1;
}

.grecaptcha-badge { 
		visibility: hidden; 
}

/* Remove hyphans */

body, p,  h1, h2, h3, h4, h5, h6 {
 -moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
 hyphens: none !important;}


.equal-height-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}