*{
	font-display: swap;
}

#avg-box {
	display: none;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	padding: 15px;
}

#avg-box .tp-cookie-grid-box {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

.tp-cookie-buttons {
	padding: 10px 0;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

@media(min-width: 992px) {
	#avg-box .tp-cookie-grid-box {
		grid-template-columns: 1fr 1fr;
	}
	
	.tp-cookie-buttons {
		justify-content: flex-end;
	}
}


#avg-box p {
	font-size: 16px;
	display: block;
}

#avg-box a {
	color: #fff;
}

#avg-box a.avg-accept-button,
#avg-box a.avg-info-button {
	background: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 200px;
	border: 1px solid #fff;
	padding: 5px;
	text-decoration: none;
	margin: 0 5px 5px;
	border-radius: 2px;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#avg-box a.avg-accept-button {
	background: #f1d600;
	border: 1px solid #f1d600;
	color: rgba(0,0,0,0.8);
}

#avg-box a.avg-accept-button:hover {
cursor: pointer;
}

#avg-box a.avg-info-button:hover {
	background: rgba(255,255,255,0.4);

}

#avg-box a.avg-accept-button:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
}


/**** TriplePro Logo ****/
#tp-logo {
    display: inline-block;
	padding: 10px 20px;
    z-index: 999;
	position: absolute;
	margin-top: -50px;
}