/* Applied-marker for the on-demand banner CSS loader. */
:root{
	--banner-css-content: 1; /* prevents same file loads multiple times */
}

/* =============== sph-content-ads =============================================== */

.sph-content-ads{
	position: relative;
	background: #f6f9fe;
	background: linear-gradient(180deg, #f6f9fe 0%, #fcfdff 100%);
	border-top: 1px solid #D9DDE0;
	border-bottom: 1px solid #D9DDE0;
	padding: 20px;
	margin: 15px 0;
	font-size: 18px;
	color: #777;
}
.sph-content-ads.narrow{
	max-width: 255px;
	margin-right: 30px;
}
.sph-content-ads h3{
	color: #3279F6;
}
.sph-content-ads .download {
	position: relative;
	display: inline-block;
	border: 0;
	margin: 5px 0;
	padding: 18px 20px;
	min-width: 100px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background-color: #E05750;
	color: white;
	font-weight: bold;
}
.sph-content-ads .terms{
	font-size: 13px;
	display: block;
	margin-top: 5px;
}
@media screen and (max-width: 700px) {
	.sph-content-ads p{
		font-size: 16px;
	}
}
@media screen and (max-width: 500px) {
	.sph-content-ads.narrow{
		max-width: none;
		margin-right: 0;
	}
}

/* ------------ banner-sh-difficult -------------------------------------------------------------- */

.banner-sh-difficult{
	background-color: #fffbe0;
	border: 1px solid #d8d818;
	margin: 20px 0;
	padding: 20px;
}
.banner-sh-difficult .icon-alert{
	background: url('/wp-content/themes/enigma/images/banners/spyhunter-difficult/alert.svg') no-repeat 0 5px;
	background-size: auto 37px;
	padding-left: 55px;
	min-height: 38px;
}
.banner-sh-difficult .button.download{
	margin: 15px 0 8px 0;
	background-color: #FF6000;
}
.banner-sh-difficult .button.download:hover{
	background-color: #f14a00;
}
.banner-sh-difficult .button.download.icon:before{
	background-color: #EB5A02 !important;
}
.banner-sh-difficult .terms{
	color: #787B85;
	font-size: 17px;
}
body .banner-sh-difficult .terms,
.banner-sh-difficult .alt-links{
	margin: 10px 0 0 0;
	font-size: 16px;
}
@media screen and (max-width: 700px) {
	.banner-sh-difficult .icon-alert{
		font-size: 16px;
	}
	body .banner-sh-difficult .terms,
	.banner-sh-difficult .alt-links{
		font-size: 15px;
	}
}

/* ------------ banner-sh-recommended-sides -------------------------------------------------------------- */

.banner-sh-recommended-sides{
	background-color: #fffbe0;
	margin: 20px 0;
	padding: 20px;
}
.banner-sh-recommended-sides .flex-container{
	margin-bottom: -20px;
}
.banner-sh-recommended-sides .flex-container .item.left-side{
	width: auto;
	flex-grow: initial;
}
.banner-sh-recommended-sides .flex-container .item{
	width: 300px;
}
.banner-sh-recommended-sides .small{
	text-align: center;
	font-size: 14px;
	color: #0024FF;
	text-transform: uppercase;
	font-weight: bold;
}
.banner-sh-recommended-sides h2{
	margin: 0;
	text-transform: uppercase;
	font-size: 25px;
}
.banner-sh-recommended-sides p{
	margin:0;
}
.banner-sh-recommended-sides .button.download,
.banner-sh-recommended-sides .button.download.icon{
	margin: 0 0 8px 0;
	padding: 17px calc(15px + 3em) 17px 15px;
	background-color: #FF6000;
}
.banner-sh-recommended-sides .button.download:hover{
	background-color: #f14a00;
}
.banner-sh-recommended-sides .button.download.icon:before{
	background-color: #EB5A02 !important;
}
.banner-sh-recommended-sides .terms{
	margin-top: 2px;
	color: #787B85;
	font-size: 15px;
}
@media screen and (max-width: 1230px) {
	.banner-sh-recommended-sides .flex-container{
		margin: 0;
		flex-direction: column-reverse;
	}
	.banner-sh-recommended-sides .flex-container .item.left-side{
		margin-top: 15px;
	}
	.banner-sh-recommended-sides .flex-container .item{
		width: auto;
		margin: 0;
	}
}

/* ============== sh-licenses =================================================== */

.sh-licenses{
	max-width: 870px;
}
.sh-licenses .flex-container{
	min-height: 27px;
	font-size: 17px;
	text-align: center;
	margin: 0 -10px 0 -10px;
}
.sh-licenses .flex-container .item{
	margin: 0 10px 10px 10px;
}
.sh-licenses .item.left-side{
	text-align: right;
	width: 270px;
}
.sh-licenses .item.right-side{
	text-align: left;
	width: 180px;
}
.sh-licenses .text-above{
	margin-bottom: 7px;
	min-height: 24px;
	max-width: 280px;
	text-align: center;
	font-size: 16px;
}
.sh-licenses .button.download.icon{
	margin: 0;
	padding-left: 20px;
	padding-right: calc(20px + 3em);
	line-height: 1.2;
	text-align: left;
	font-size: 18px;
}
.sh-licenses .button.licenses{
	margin: 0;
	border: 3px solid #3F6EDD;
	background-color: rgb(63 110 221 / 5%);
	padding: 10px calc(20px + 3em) 10px 20px;
	color: #3F6EDD;
}
.sh-licenses .button.licenses:after{
	background-color: #3F6EDD;
	border-radius: 5px 0 0 5px;
}
.sh-licenses .button.licenses:hover{
	background-color: rgb(63 110 221 / 10%);
}
.sh-licenses .button.licenses:hover:after{
	background-color: #3F6EDD;
}
.sh-licenses .button.licenses span{
	font-weight: normal;
	font-size: 14px;
	display: block;
}
@media screen and (max-width: 700px){
	.sh-licenses .flex-container .item{
		width:100%;
		text-align: center;
	}
	.sh-licenses .text-above{
		max-width: none;
	}
	.sh-licenses .item.right-side{
		margin-top: 10px;
	}
}
