
/* ----------------------------------------- */
/* -------- EL-WHITEPAPERBOX DEFAULT ------- */
/* ----------------------------------------- */

a.el-whitepaperbox {
	display: block !important;
	background-color: #efefef;
}
a.el-whitepaperbox .bhElementInner {
	overflow: hidden;
}
a.el-whitepaperbox p {
	margin: 0px;
	color: #979494;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 120%;
}
a.el-whitepaperbox p strong {
	font-weight: bold;
	color: #8BA820;
}
a.el-whitepaperbox h3 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #604417;
	background: #fff;
	line-height: 18px;
	height: 20px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 500;
}
a.el-whitepaperbox h2 {
	color: #979494;
	font-size: 35px;
	line-height: 115%;
	text-align: center;
	margin-bottom: 15px;
}
.el-whitepaper-content-wrapper {
	padding-top: 80px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: calc(100% - 100px);
}
.el-whitepaperbox .el-whitepaper-icon {
	width: 100%;
	height: 136px;
	background-image: url(../whitepaper-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 15px;
}

/* ----- GENERIC DESKTOP 1160 ----- */

@media screen
	and (max-width : 1160px) {
		
		a.el-whitepaperbox.linkboxstyle h2 {
		    padding-left: 25px;
		    padding-bottom: 25px;
		    padding-right: 25px;
		    font-size: 2rem;
		    line-height: 2rem;
		}	
}