.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(230,4,18,0.8);
	z-index: 10000;
	height: 100px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

/* .cbp-af-header .cbp-af-inner {
} */

.cbp-af-header h1 {
	width: 129px;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1 {
	line-height: 100px;
}
/* 
.cbp-af-header h1 {
} */

/* Transitions and class for reduced height */
.cbp-af-header h1 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 60px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	line-height: 60px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	width: 77px;
}

.cbp-af-header.cbp-af-header-shrink .open {
	position: absolute;
	top: 22%;
	right: 3%;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1 {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1 {
		line-height: 115px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}
}

@media screen and (max-width: 32.25em) {
	
}

@media screen and (max-width: 24em) {
	
}
