
/********************* Header *******************/
.site-header {
	position: fixed;
	background-color: #91181b;
}

/********************* Body *******************/
.section-product .card {
	position: relative;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 15px 50px 15px;
	margin: 10px;
	background-color: #fff;
	border-radius: 10px;
	transition: top .2s ease, box-shadow .2s ease;
	box-shadow: 0 0 0 transparent;
}

.entry-inner .entry-title a {
	font-size: 1.4rem;
}

.entry-inner .entry-title a::after {
	content: "";
	position: absolute;
	bottom: 22px;
	right: 22px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #91181b;
	border-bottom: 2px solid #91181b;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.section-product .card-descriptions p:nth-child(3) {
	color: #91181b;
}

.section-product .card:hover {
	top: -.375rem;
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .18);
}

.section-rental-product .wrapper .holder {
	padding: 20px 0;
}

.section-product .card-body {
	text-align: left;
}

.section-product .thumbnail {
	vertical-align: top;
}

/* .section-rental-product tbody tr,
.section-rental-product tbody td,
.section-rental-product tbody th {
  text-align: center;
} */
.section-product table thead td {
	padding: 0;
	border: none;
}

.section-rental-product .card-descriptions p {
	margin: 0 0 2.6rem;
}

.section-rental-product .card-footer {
	position: absolute;
	left: auto;
	right: auto;
	bottom: 0;
	margin: 10px 0;
	border-top: 1px solid #e9ecef;
}

.section-rental-product .card a img {
	padding-top: 20px;
}

.section-cta {
	padding-bottom: 100px;
}

/********************* Footer *******************/
footer .widget-wrap .custom-html-widget p, footer .copyright-link a, footer .widget-wrap a svg {
	opacity: .5;
}

footer .footer-widgets, footer .footer-widgets a, footer .copyright-link a, footer .widget-wrap a svg, footer .footer-credits, footer.site-footer .above-footer, footer #c li {
	background-color: #2f3332;
	color: #fff;
}

@media only screen and (max-width: 1200px) {
	.section-rental-product .holder:nth-child(2) {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.section-rental-product .card {
		width: 45%;
		margin: 10px 10px;
	}
}

@media only screen and (max-width: 600px) {
	.site-header {
		top: 0;
	}
	
	.section-rental-product .holder:nth-child(2) {
		flex-direction: column;
	}
	
	.section-rental-product .card {
		width: 100%;
		margin: 10px 0;
	}
}
