.hol-descript {
	font-size: 1rem;
	margin: 0 0 20px;
}
.hol-descript .omer-date-info {
	text-align: center;
	color: #9400D3;
	font-style: italic;
}
.hol-descript .omer-date-info span.omer-day {
	color: #DD0000;
	font-weight: bold;
}
.holiday-mainwrap {
	margin-bottom: 58px;
}
.header-wrap {
	position: relative;
	margin-bottom: 9px;
}
.header-wrap img {
	width: 100%;
}
.holsect-overlay {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 18px 5px 0px;
	background: url(https://media.aish.com/designimages/gradient.png) left bottom/100% 100% no-repeat;
	text-align: center;
}
.holsect-overlay h3 {
	font-size: 1.2rem;
	letter-spacing: 0.8px;
	font-weight: bold;
	color: #EEEEEE;
}
ul.holiday-art {
	padding-left: 25px;
	margin-bottom: 0;
}
ul.holiday-art li {
	margin-bottom: 3px;
}
ul.holiday-art li a {
	color: #000000;
}
.holmore {
	position: absolute;
	left: 42px;
	bottom: 30px;
}
.holmore a {
	color: #D04636;
}
.topart-title {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 12px;
    font-weight: bold;
    color: #2D5EAB;
}
/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.hol-descript {
		margin: 0 20px 25px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.hol-descript {
		font-size: 1.1rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/*
Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width
*/
