/*
Theme Name: CWGPP
Description: The Center on Women, Gender, and Public Policy illuminates gender-based disparities through research, teaching, and public engagement. In partnership with students, faculty, policy makers, and community leaders, the Center advances effective public policies that create a more equitable world.
Author: Brigitte Parenteau
Author URI: http://www.parenteaugraves.com
Template: enfold
Version: 0.1.0
*/



/*Add your own styles here:*/

.page .comment-container, .page .date-container, .archive .comment-container, .archive .date-container {
    display: none;
}

.main_color .av-catalogue-item {
    color: #616365;
}
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 190px !important; }

#header_meta.secondary_header {
	min-height: 64px;
	color: #fff;
	background-color: #7a0019;
}
#header_meta.secondary_header a {
	color: #fff;
}
#header_meta #logo a {
	width: 288px;
	display: block;
    float: left;
    overflow: hidden;
    height: 38px;
    margin: 13px 10px;
    white-space: nowrap;
    text-indent: 100%;
    background: transparent url(images/umnhf-campus-tc-dtd-maroon.png) 0 0 no-repeat;
}
#header_meta #header-links { float: right; }
#header_meta #header-links ul {
	float: right;
	margin-bottom: 5px;
}
#header_meta #header-links li {
	display: inline-block;
	margin-left: 15px;
}
#header_meta #header-links .widget { padding: 0; }
#header_meta #header-links .header-search { max-width: 210px; }
#header_meta #header-links .header-search input { margin: 0; height: 25px; background: transparent; border-color: transparent; }
#header_meta #header-links .header-search .gsc-input { color: #333; background-color: #fff; width: 180px; }
#header_meta #header-links div { border-color: transparent; }
#header_meta #header-links .widget-title { margin: 0; }
#header_meta #header-links form { margin-bottom: 10px; padding: 0; }
#header_meta #header-links table { margin: 0 !important; }
#header_meta #header-links tr { padding: 0 !important; }
#header_meta #header-links td { padding: 0 !important; }
#header_meta #header-links td.gsc-input { padding: 0; }
#header_meta #header-links .gsc-search-button { position: relative; background: #7a0019; width: 30px; display: none; border-color: #7a0019; }
#header_meta #header-links .gsc-search-button:after { 
	position: absolute;
	content: '\f002';
	display: block;
	font-size: 22px;
	font-family:'FontAwesome';  
	top: 0;
	right: 3px;
}
.avia-menu.av_menu_icon_beside { border-color: transparent; }
#header_meta #header-links .gsc-search-button input { text-indent: -100px; }
#header_meta #header-links .gsc-clear-button { display: none !important; }

a#advanced_menu_toggle, a#advanced_menu_hide {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.html_header_top.html_header_sticky #top #wrap_all #main {
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	#header_meta #header-links { 
		float: none;
		width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center; 
	}
}