/*!
Theme Name:   KSD 2020
Template:     polyclinic
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  KSD 2020 Theme
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md
and rename CHILD_THEME_NAME and PARENT_THEME_SLUG in this file appropriately!
*/

/* Put your custom CSS styles below... */
div.wm-posts-element.taxonomy-staff_position span.taxonomy-name {
	display:none;
}
div.wm-posts-element.taxonomy-staff_position span.term {
	font-weight:bold;
}
div.wm-posts-element.taxonomy.field-email span.term a,
div.wm-posts-element.taxonomy.field-phone_number span.term a {
	color: var(--color_accent_text);
}
div.wm-posts-element.taxonomy + .taxonomy {
	border-top-width:0 !important;
}

div#home-upcoming-events section.ics-calendar.layout-list {
	margin-top:0;
}

div#home-upcoming-events .ics-calendar-label {
	display:none;
}

div#home-upcoming-events h4 {
	font-size:1em;
	margin-bottom:0;
	font-weight:bold;
}

div#home-upcoming-events dl {
	font-size:1em;
	margin-left:1em;
}

div#home-upcoming-events dt.all-day-indicator {
	display:none;
}

.site-header-inner {
	width:95% !important;
}

a {
	color: var(--color_info_background);
}
.sub-nav a {
	color: var(--color_info);
}

@media only screen and (max-width: 54.9375em) {
	.main-navigation-container .mobile-search-form + .menu > ul {
		padding-top:0;
	}
}