/* Add here all your CSS customizations */
.btn-full {
    width: 100%;
}
.bg-gray {
    background-color: #f7f7f7;
}
#footer .footer-middle {
    background: #1c2023;
}
#footer .footer-middle .footer-ribbon {
    margin-top: -15px;
}

/* Custom Card Style */
.custom-card-style-1 .custom-card-img-top-wrapper .post-date {
	position: absolute;
	top: 35px;
	left: 35px;
	text-align: center;
}
.custom-card-style-1 .custom-card-img-top-wrapper .post-date .month {
	display: block;
	background: #CCC;
	border-radius: 0 0 2px 2px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.8;
	padding: 1px 10px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}
.custom-card-style-1 .custom-card-img-top-wrapper .post-date .day {
	background: #f7f7f7;
	border-radius: 2px 2px 0 0;
	color: #CCC;
	display: block;
	font-size: 18px;
	font-weight: 900;
	padding: 10px;
	font-family: "Open Sans", sans-serif;
}