.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.fc-event-title{
	white-space: normal !important;
	overflow-wrap: break-word !important;
}

.fc-button {
	margin-bottom: 5px !important;
}

.fc-event.publish_button {
	cursor: pointer;
}
/*.fc-event-time::after{
	content: ' ';
}*/

@media only screen and (max-width:560px) {
	.header-content .logo-wrapper a img {
		max-height: 35px;
	}
}

/*#affanNavbarToggler {
	padding: 15px 20px 15px 10px;
}*/