.cbp-af-header{
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	left: 0;
	position: fixed;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 15px 3%;
	z-index: 10040000;
	backdrop-filter: blur(8px);
}


.cbp-af-header.cbp-af-header-shrink {
	padding: 5px 1% 12px 1%;
	/*background: linear-gradient(180deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);*/
	backdrop-filter: blur(8px);
}


.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 35px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	padding-top: 0px;
	text-align: left;
	float: left;
	width: auto;
}

@media only screen and (min-width:0px) and (max-width:767px){
	
	.cbp-af-header.cbp-af-header-shrink nav{
		padding-top: 0px;
	}
}


@media only screen and (min-width:0px) and (max-width:1024px){

.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 30px;
	margin-top: 5px;
}
	
	.cbp-af-header.cbp-af-header-shrink nav{
		padding-top: 5px;
	}
	
}




