/**
 * All of the CSS for your public-facing functionality should be included in this file.
 */

.promotions-template-default #content, .post-type-archive-promotions .site-content  {
	padding-top: 0
}

.post-type-archive-promotions .content-area .merchant-posts__wrapper   {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}




.wplb_promotion_card {
	min-height: 200px;
	background-size: cover;
	border-radius: 15px;
	padding: 40px;
	padding-bottom: 0;
	display: flex;
	background-color: #f9f9f9;
	width: 31%;
	align-content: center;
	align-items: end;
	justify-content: center;
	position: relative;
	margin-bottom: 60px;
}
.wplb_promotion_card_title {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: -30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.wplb_promotion_card:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	margin-top: -10px;
	margin-bottom: 70px;
}

.date_end {
	position: absolute;
	top:-15px;
	right: 0;
	background: #fff;
	padding: 10px 15px;
	border-radius: 0px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #da4900;
}
.promotions_head h1 {
	font-size: 32px;
	line-height: 38px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 300;
}
.promotions_head p {
	margin-top: 0;
	margin-bottom: 60px;
	font-style: italic;
	color: #999
}
.comment-list:empty{
	display: none;
}
.comments-title.has-comments {
	display: none;
}
.wplb_row_break {
  flex-basis: 100%;
  height: 0;
}
.wplb_promotion_card_title p {
	margin: 0;
	line-height: 24px;
}
.wplb_p_c_t {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px !important;
}
.wplb_p_c_d {
	margin-bottom: 10px !important;
}
.header-bottom .header-right-items .header-custom-text.dep_hovered .wplb_promo_box_title {
	border-radius:5px !important;
}
.header-bottom .header-right-items .header-custom-text.dep_hovered .wplb_promo_box {
	display: none;
}

body:not(.header-transparent)  .header-right-items .header-custom-text:hover .wplb_promo_box_title {
	border-radius: 5px 5px 0 0;
	border-bottom: 1px transparent;
	z-index: 99;
	background: #fff;
}
body:not(.header-transparent) .header-right-items .header-custom-text:hover .wplb_promo_box {
	display: block;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	border: 1px solid #da4900;
	margin-top: -1px
}
.wplb_promo_loop h3 {
	text-align: center;
	margin-top: 60px;
	font-weight: 300
}
.wplb_vew_all_promos {
	text-align: center;
	padding: 10px 15px;
	margin: 0 auto !important;
	margin-top: 0px !important;
	display: block;
	width: 180px;
	background: #da4900;
	color: #fff;
	border-radius: 5px;
}

@media screen and (max-width:768px) {
	.post-type-archive-promotions .content-area .merchant-posts__wrapper   {
		display: block;
	}
	.wplb_promotion_card {
		width: 100%;
	}
}