

/* BRAG GAMES */

.av_default_container_wrap .template-page.content.av-content-full {
	padding-bottom: 20px;
}

.brag-history .entry-content-wrapper {
	background-color: #0f0e13;	
}
.brag-history .flex_column_table {
	background-image: linear-gradient(to right,#0f0e13 0%,#2e2d31 30%, transparent 100%);
}

.brag-history .avia_textblock {
	padding: 0 20px;
	color: #fff;
	text-shadow: 1px 1px 7px #282828;
}
.brag-history .avia_textblock strong {
	color: #fff;
}






/* THE TEAM */

.av_default_container_wrap {
	border: none;
}

.the-team {
	display: flex;
	flex-wrap: wrap;
}

.team-portrait {
	float: left;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 10px;
}

.team-portrait .avia_image {
	border-radius: 0;
}

.team-portrait + .av_textblock_section {
	float: left;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 10px;
}

.team-portrait + .av_textblock_section::after {
	content: '';
	display: block;
	height: 10px;
	background-image: linear-gradient(to top, #fff, transparent);
	margin-top: -20px;
	position: relative;
	border-bottom: 10px solid #fff;
}

.team-bio {
	padding: 30px;
}



@media only screen and (min-width: 768px) {

	/*.brag-history .entry-content-wrapper {
		background-image: url(/wp-content/uploads/2019/10/PEL-2019.jpg);
		background-repeat: no-repeat;
		background-position-x: right;
		background-position-y: center;
	}*/ 
	.team-portrait {
		width: 25%;
		margin-bottom: 30px !important;
	}
	.team-portrait + .av_textblock_section {
		width: 75%;
	}
	.team-bio {
		max-height: 353px;
		overflow-y: auto;
	}

}



.et_social_inline {
	display: none;
}
