/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#ajax-content-wrap .container-wrap.edit-member-profile input[type=submit] {
	margin-bottom: 2em;
	margin-left: 20px;
}

#ajax-content-wrap .container-wrap.edit-member-profile h2 {
	margin: 20px 0;
}

#member-menu {
	list-style-type: none;
	padding: 0;
	padding-left: 10px;
	margin: 0;
}

#member-menu li {
	display: inline-block;
	border: 1px solid #7eb83e;
	margin: 5px;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: #7eb83e;
}

#member-menu li a {
	color: white;
}

#member-menu li:hover,
#member-menu li.current {
	border: 1px solid rgb(51, 51, 51);
	background-color: rgb(51, 51, 51);
}

#member-menu li a:hover,
#member-menu li.current {
	color: white;
}

.author-member .section-title {
	display: none;
}

.post-type-archive-eusea-activity .post-content {
  padding-left: 0px;
}

@media only screen and (min-width: 1000px) {
div#filters .fancy-select-wrap {
	display: inline-block;
	min-width: 20em;
	max-width: 50%;
	padding: 0 2em;
	margin: 1em 2em;
}
}

body #pagination > a {
	font-size: 1em !important;
}

#pagination a.current {
	text-decoration: none !important;
}
