/**
 * Theme Name: Polyclinic Child
 * Template: polyclinic
 * Version: 1.0
 * Description: This is a child theme of Polyclinic
 */



/* Put your custom CSS styles below... *//* Sticky Nav - Displaying sticky nav both ways*/@media only screen and (min-width:80em) and (min-height:28em) {	.has-scrolled .site-header {		-webkit-transform:translate3d(0, 0, 0);		transform:translate3d(0, 0, 0)	}}

/* Homepage */
#homepage-stats-section {
	display: none;
}
#homepage-staff-search-section{
	display:none;
}
#homepage-services-section{
	display:none;
}
#homepage-welcome-section{
	display:none;
}

/* Staff Page */
/*.page-id-103 .posts .type-wm_staff .taxonomy-name {
	display:none;
}

.page-id-103 .wm-filter-items-faculty {
	display: none;
}*/

/* Residents Page */
.page-id-2003 .wm-filter-items-faculty, .page-id-2003 .wm-filter-items-graduate{
	display:none;
}

/* Academics Page & Resident Schedule */
.page-id-2042 h2, .page-id-2053 h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.5em;
}

/* Resident Schedule */
.page-id-2053 .fl-rich-text > ul {
	margin-left: 45px;
}

.page-id-2053 .fl-rich-text > ul > ul {
    list-style: circle;
}

/* Resident Schedule Criteria */
.page-id-2050 .fl-rich-text > ul > ul {
    list-style: circle;
}

/* Contact Page */
.page-id-98 input[type="text"], .page-id-98 input[type="email"], .page-id-98 textarea{
	width:100%;
}
.page-id-98 .footer-widgets-inner {
	padding-top: 130px;
}

/* Footer Section */
.site-footer-area.footer-area-footer-info-widgets {
	display:none;
}

/* Navigation */
/* Removes text from program faculty dropdown */
.main-navigation-container .menu-item-2008 > ul > li > a {
	display: none;
}

/* Gallery Page 
.ngg-galleryoverview {
text-align:center;
}
.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
}*/

/* Blog */
.entry-date {
	display: none !important;
}
.comments-area, .comments-link {
    display: none !important;
}

/* Recaptcha */
.wpcf7-recaptcha {
	margin-bottom: 23px !important;
}