/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
select#bpgt-groups-search-group-type{
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	outline: none;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	transition: all 0.4s ease-in-out 0s;
	margin-top:8px;
	margin-right: 5px;
}
 #bpgt-groups-search-submit{
	background-color: transparent !important;
	border-style: solid !important;
	border-width: 1px !important;
	cursor: pointer !important;
	outline: none !important;
	padding: 0 10px !important;
	text-align: center !important;
	text-decoration: none !important;
	border-radius: 4px !important;
	height: 30px !important;
	line-height: 30px !important;
	transition: all 0.4s ease-in-out 0s !important;
	margin-top:8px;
 }
 group-dir-search #search-groups-form #groups_search {
	width:100%;
 }

.widget-area div#group-types-list {
	padding: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,0.11);
	overflow: hidden;
	line-height: 1.4;
}

.widget-area p.bp-group-type-list {
	padding-top: 30px;
}
.widget-area div#group-types-list h3{
 font-size: 18px;
 margin-bottom: 24px;
 text-transform: uppercase;
 font-weight: 400;
}
/**
 * Added support for Boss theme & Kleo
 */
body.is-desktop form#search-groups-form {
    display: inline-block;
	float: left;
}
#page:not(#hfeed).bpgt-groups-search-group-type {
    float: right;
}
#main-container .article-content .bpgt-groups-search-group-type {
    float: right;
}
