.hc-gift-guide-banner {
	border-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: calc(100vh - 85px);

	color: #1c1c1c;
	/*text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);*/

	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	margin: 0 auto;
	padding: 50px 0;
}

.hc-gift-guide-banner .wrap {
	width: 100%;
}

/*.hc-gift-guide-banner h1 {
	color: #FFF;
}*/

.hc-gift-guide-box {
	padding: 20px;
	background: rgba(255,255,255,1);
	width: 55%;
}

.hc-gift-guide-box p:last-child {
	margin-bottom: 0;
}

.hc-gift-guide {
	padding: 30px 0 0;
}

.hc-gift-guide .hc-large-card {
	margin-bottom: 30px;
}

.hc-gift-guide .hc-large-card h2 a,
.hc-gift-guide .hc-medium-card h2 a,
.hc-gift-guide .hc-small-card-eight h2 a {
	color: #1c1c1c;
	text-decoration: none;
	border: 0;
}

.hc-gift-guide .hc-large-card .text h2,
.hc-gift-guide .hc-medium-card .text h2,
.hc-gift-guide .hc-small-card-eight .text h2 {
	margin: 10px auto 0;
}

.hc-gift-guide .hc-medium-card-three:nth-child(3n) {
	margin-right: 0;
}

.hc-gift-guide .hc-medium-card-three .image {
	background: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}

.hc-gift-guide .hc-medium-card-three .text {
	padding: 20px 10px;
}

.hc-gift-guide .hc-medium-card-three h2 {
	font-size: 2.0rem;
	margin: 0 auto 5px;
}

.hc-gift-guide .hc-medium-card-three h2 a {
	color: #1c1c1c;
	text-decoration: none;
	border: 0;
}

.hc-gift-guide .hc-medium-card-three h3 {
	color: #f7921e;
	font-size: 1.6rem;
	margin: 0 auto 15px -1px;
	text-transform: uppercase;
    font-weight: 400;
    font-family: 'Bambino-Regular', sans-serif !important;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.hc-gift-guide .hc-medium-card-three h3 a {
	color: #f7921e;
	text-decoration: none;
	border: 0;
}

.hc-gift-guide .hc-medium-card-three .text .btn-sm {
	padding: 10px 20px !important;
}

@media all and (max-width: 960px) {
	.hc-gift-guide .hc-large-card {
		margin-bottom: 0 !important;
	}

	.hc-gift-guide .hc-medium-card-three {
		margin-top: 0 !important;
		margin-bottom: 30px !important;
	}
}

@media all and (max-width: 600px) {

	.hc-gift-guide-banner {
		min-height: calc(75vh - 85px);
	}

	.hc-gift-guide-box h1 {
		font-size: 3.0rem;
	}

	.hc-gift-guide-box {
		width: 100%;
	}
}