/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

.view-id-admin_blog .views-row{
	clear: both;
	margin-top: 2em;
}

.view-id-admin_blog h2.node-title{
	background-color: #333;
    padding: 0.3em;
    color: #FFFFFF;
    font-size: 1.25em;
}

.view-id-admin_blog h2.node-title a{
	color: inherit;
}

.view-id-admin_blog h2.node-title a:link{
    text-decoration: none;
}

.view-id-admin_blog h2.node-title a:hover{
    text-decoration: underline;
}

.node-blog-article footer .links{
	float: right;
}

.node-blog-article footer {
	color: #999999;
    font-style: italic;
}

.avatar {
	width: 300px;
	height: 200px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

header .avatar {
    width: auto;
    text-align: left;
    float: left;
}

.avatar img{
	max-width: 90%;
	max-height: 100%;
	text-align: center;
	vertical-align: top;
}

.userdetails {
	display: inline-block;
}

.userdetails label {
	display: inline-block;
}

.profile ul{
	list-style: none;
}

.profile dt {
	font-size: 1em;
}

.view-teamview .profile,
.view-hosted-makers .profile,
.view-community2 .profile,
.participants .profile{
	width: 220px;
	height: 220px;
	position: relative;
	border: 10px solid #EFEDEA;
	display: inline-block;
	margin-top: 0;
}

.participants .profile{
	width: 160px;
	height: 160px;
    margin-bottom: -0.25em;
}

.view-teamview .avatar,
.view-hosted-makers .avatar,
.view-community2 .avatar,
.participants .avatar{
	width: 100%;
	height: 100%;
}

.view-teamview .avatar img,
.view-hosted-makers .avatar img,
.view-community2 .avatar img,
.participants .avatar img{
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	vertical-align: middle;
}

.view-teamview h2,
.view-hosted-makers h2,
.view-community2 h2,
.participants h3 {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    margin: 0;
}

.participants h3 {
	color: #BBB;
}

.participants .linked h3 {
	color: #FFF;
	font-weight: bold;
}

.view-teamview h2 a, .view-teamview h2 a:link,
.view-hosted-makers h2 a, .view-hosted-makers h2 a:link,
.view-community2 h2 a, .view-community2 h2 a:link,
.participants h3 a, .participants h3 a:link {
    color: inherit;
    text-decoration: none;
    display:block;
}

.view-teamview .views-row,
.view-hosted-makers .views-row,
.view-community2 .views-row,
.participants .profile {
	display: inline-block;
	overflow: hidden;
}

.view-teamview .views-row-1, .view-teamview .views-row-2,
.view-hosted-makers .views-row-1, .view-hosted-makers .views-row-2,
.view-community2 .views-row-1, .view-community2 .views-row-2 {
	margin-top: 0;
}

.view-teamview .views-row:nth-child(3n+2),
.view-hosted-makers .views-row:nth-child(3n+2),
.view-community2 .views-row:nth-child(3n+2) {
	margin: 0 0.35em;
}

.view-teamview .userdetails,
.view-hosted-makers .userdetails,
.view-community2 .userdetails {
	display: none;
}

.userdetails-below{
	clear: both;
}

.tags header {
    display: none;
    font-weight: bold;
    margin-right: 1em;
}

.tags {
    margin-top: 0.5em;
}

.since {
    margin-top: 0.5em;
}

.region-content .since a, .region-content .since a:link, .region-content .since a:visited{
	color: inherit;
	text-decoration: inherit;
	display: block;
}

.view-teamview .since,
.view-hosted-makers .since,
.view-community2 .since,
.participants .since {
    display: none;
}
.participants .since {
	font-size: 0.75em;
}

.view-teamview .profile:hover .since,
.view-hosted-makers .profile:hover .since,
.view-community2 .profile:hover .since,
.participants .profile:hover .since {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
    color: #EFEDEA;
    background-color: rgba(0,0,0,0.7);
    left: 0;
    line-height: 30px;
    text-align: center;
    padding-right: 0.5em;
    display: block;
}

.events header,
.interesse header,
.intake header {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.events,
.interesse,
.intake {
    margin-top: 2em;
}

.participants > div {
    margin-bottom: 1em;
}

iframe[src^="//www.facebook.com"]{
	margin-top: 1em;
}

.intake table {
    width: auto;
}

.intake th {
    background-color: inherit;
    border: 0;
    font-weight: bold;
}

.view-event-sidebar .views-field {
	margin-bottom: 1em;
}

.view-event-sidebar .views-label {
	text-transform: uppercase;
	font-weight: bold;
}

.view-event-sidebar a:link {
	text-decoration: underline;
}