/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/



section.mdc-card.mdc-card__about-us-wrapper {
	position: relative;
	padding-top: 40px;
}
section.mdc-card.mdc-card__about-us-wrapper .short div > a {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 4px 16px;
	background: #5c7175;
	font-size: 16px !important;
	border-bottom: 1px solid #5c7175;
	color: #ebedee !important;
}

section.mdc-card.mdc-card__about-us-wrapper .short div > a span {
    all: unset;
}


#about-us .section-pd {
	position: relative;
	padding-top: 100px;
}

#about-us .txt > div > a {
	position: absolute;
	top: 40px;
	left: 40px;
}

@media screen and (max-width: 1366px) {
	#about-us .section-pd {
		padding-top: 80px;
	}

	#about-us .txt > div > a {
		top: 30px;
		left: 30px;
	}
}

@media screen and (max-width: 1366px) {
	#about-us .txt > div > a {
		left: 20px;
	}
}



#content-view #schedule .overview tr td.day{
	font-size: 1px;
	color: transparent;
	
	&:before{
		display: inline-block;
		font-size: 14px;
		color: #222;
	}
}

#content-view #schedule .overview tr:nth-child(1) td.day{
 &:before{
	 content: 'Monday';
 }
}
#content-view #schedule .overview tr:nth-child(2) td.day{
	&:before{
		content: 'Tuesday';
	}
}
#content-view #schedule .overview tr:nth-child(3) td.day{
	&:before{
		content: 'Wednesday';
	}
}
#content-view #schedule .overview tr:nth-child(4) td.day{
	&:before{
		content: 'Thursday';
	}
}
#content-view #schedule .overview tr:nth-child(5) td.day{
	&:before{
		content: 'Friday';
	}
}
#content-view #schedule .overview tr:nth-child(6) td.day{
	&:before{
		content: 'Saturday';
	}
}
#content-view #schedule .overview tr:nth-child(7) td.day{
	&:before{
		content: 'Sunday';
	}
}
C


.login-container:after {
content: 'Sign Up or Register';
}


 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

