/**** PROMO BANNER *****/
.fixedBar { bottom: 0; box-shadow: 0 5px 30px rgba(0,0,0,0.25); color: #1c1c1c; float: left; font-size: 16px; left: 0; margin: 0; padding: 0; position: fixed; vertical-align: middle; width: 100%; z-index: 99999; }
.boxfloat { margin: 0 auto 0; max-width: 1200px; padding: 10px; text-align: center; width: 100%; display: flex; align-items: center; height: 102px; justify-content: space-between;}

.promo-logo { width: 20%; display: flex; align-items: center; justify-content: flex-start;}
.promo-space { width: 245px; display: flex; }
.promo-space img { margin-bottom: -20px; }
.promo-text { padding: 0px 0; display: flex; height: 100%; align-content: center; align-items: center; justify-content: flex-start; width: 60%; }
.promo-text img { width: 75%;}
.promo-cta { display: flex; font-weight: 600; margin-top: 0px; font-family: 'Merriweather', serif; font-size: 17px;	 width: 20%; justify-content: flex-end;	 height: 100%; align-items: center;	}
.promo-cta img { width: 75%; }

.btn-close a.close-popup { font-family: 'Nunito Sans', sans-serif; font-weight: 400; }

 /* Close Button */
span.btn-close { background: #fff none repeat scroll 0 0; border-radius: 50%; box-shadow: 0 0 11px rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center;	 font-family: fontawesome; cursor: pointer;	 position: absolute; top: -15px; left: 10px;	 height: 30px; width: 30px; }


/**** PROMO BANNER EVENTS BACKGROUND *****/
.valentines-promo-2024 {
    background: #e1f6fe url("https://www.resumeprofessionalwriters.com/wp-content/uploads/2024/02/valentines-promo-2024-background.png");
	background-repeat: no-repeat;
    background-position: 85%;
    background-size: cover;		
    color: #333333;
    height: 102px;	
}

.labor-day-2024 {
    background: #e1f6fe url("https://www.resumeprofessionalwriters.com/wp-content/uploads/2024/08/rpw-labor-day-2024-background.webp");
	background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;		
    color: #333333;
    height: 102px;	
}

.black-friday-2024 {
    background: #e1f6fe url("https://www.resumeprofessionalwriters.com/wp-content/uploads/2024/11/black-friday-sale_ribbon.webp");
	background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;		
    color: #333333;
    height: 102px;	
}

@media 	screen and (max-width: 1024px) {
	
	.promo-space {
		display: none;
	}	
	
	.boxfloat,
	.boxfloat2,
	.boxfloat3{
		width: 75%;
		height: 100px;		
	    justify-content: space-between;	
		
	}
	
	.promo-logo {
		width: 20% !important;
	}
	
	.promo-logo img {
		width: 80%;
	}	
	
	.promo-text {
		width: 60% !important;
	}	
	
	.promo-text img {
		width: 80%;
	}	
	
	.promo-cta {
		width: 30% !important;
	}
	
	.promo-cta img {
		width: 80%;
	}	
	.labor-day-2024 {
		background-position: 47%;
	}	
	
}

/** MOBILE **/
@media 	screen and (max-width: 600px) {	
	.fixedBar { height: 130px; }
	.promo-logo { display: none; }	
	.boxfloat,
	.boxfloat2,
	.boxfloat3 { display: flex; flex-direction: column; height: 130px; width: 100%; }
	
	.promo-text img { height: auto; width: 100%; }
	.promo-cta { width: 60% !important; display: flex; justify-content: center; }
	.promo-cta img { width: 60%; }
}