/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.5.1525116415
Updated: 2018-04-30 15:26:55

*/
/*REMOVE PROUDLY..WORDPRESS*/
.site-info {color: #666;display: none;}
/*REMOVE PARTIAL HEADER IMAGE SHOWING ON NON-HOME PAGES*/
.site-branding {padding: 0;}
/*Header gradient*/
.custom-header-media:before {background: linear-gradient(to bottom, rgba(84, 125, 236, 0.01) 10%, rgba(84, 125, 236, 0.11) 55%, rgba(136, 92, 211, 0.13) 100%);}


/*find participant form submit button blue*/
button, input[type="button"], input[type="submit"] {
	background-color: #5580e9;
	border-radius: 4px;
}

/**/
.ui-widget {
	font-family: "Titillium Web", sans-serif;
}

/*removes "Contains" from search forms*/
.bps-form label span {display:none;
}
/*remove last active date of BP Groups*/
.widget.buddypress span.activity {
	display: none;
	font-size: small;
	padding: 0;
}
/*footer area from white to grey; top border darker grey*/
.site-footer {
	border-top: 1px solid #e9e4e4;
	background-color: #f9f9f96b;
}
/*hide group latest activity*/
#buddypress span.activity {
	font-size: small;
	padding: 0;
	display: none;
}


