h2 {
		text-transform: none;
		font-weight: 600;
		font-size: 2.2em;
}

h3 {
		text-transform: none;
		font-weight: 600;
		font-size: 1.6em;
}

h4, h5, h6 {
		text-transform: none;
		font-weight: 600;
}

#header .header-top {
		border-bottom-width: 1px;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				text-transform: capitalize;
				font-size: 1.1em;
		}
		#header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a {
				font-weight: 500;
				color: var(--default);
		}
}

.custom-card-info {
		background: transparent;
		max-width: 100%;
}

.custom-card-info.custom-card-info-shadow:before {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		content: '';
		box-shadow: 0 30px 110px #bbb;
		border-radius: .25rem;
		transition: opacity 0.2s ease-in-out;
}

.custom-card-info .custom-card-info-arrow {
		transition: all 0.2s ease-in-out;
		right: 0 !important;
}

.custom-card-info:hover.custom-card-info-shadow:before {
		opacity: 0.5;
}

.custom-card-info:hover .custom-card-info-arrow {
		right: -7px !important;
}

.custom-card-info .card-body {
		padding: 0;
		border-radius: .25rem;
		background: var(--light);
}

.custom-card-info .featured-tag {
		color: var(--light);
		text-transform: uppercase;
		padding: 15px 102px;
		position: absolute;
		right: -24%;
		top: 6%;
		transform: rotate(45deg);
		transition: none 0s ease 0s;
		text-align: inherit;
		line-height: 24px;
		border-width: 0px;
		margin: 0px;
		letter-spacing: -0.5px;
		font-weight: 600;
		font-size: 14px;
}

.custom-card-info .custom-card-info-header {
		border-bottom: 1px solid #E7E7E7;
		padding: 16px;
		padding: 1rem;
}

.custom-card-info .custom-card-info-content {
		padding: 16px;
		padding: 1rem;
}

.custom-card-info-slider {
		max-width: 390px;
}

.custom-card-info-slider .custom-card-info-header {
		padding: 32px;
		padding: 2rem;
}

.custom-card-info-slider .custom-card-info-content {
		padding: 32px;
		padding: 2rem;
}

.custom-card-info-locations img {
		transition: ease all 300ms;
		filter: grayscale(100%);
}

.custom-card-info-locations .card-body:before {
		transition: ease all 300ms;
}

.custom-card-info-locations:hover img {
		filter: none;
}

.custom-card-info-locations:hover .card-body:before {
		opacity: 0.4 !important;
}

.custom-card-info-locations .custom-card-info-desc {
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		display: block;
		z-index: 10;
}

.custom-card-info-special-offers .custom-card-info-desc {
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		display: block;
		z-index: 10;
}

.custom-view-more svg {
		transition: ease transform 300ms;
}

.custom-view-more:hover svg {
		transform: translate3d(7px, 0, 0);
}

.btn.custom-btn-search-page-header {
		padding-top: 16px;
		padding-top: 1rem;
		padding-bottom: 16px;
		padding-bottom: 1rem;
		position: relative;
		bottom: 5px;
}

.page-header .form-style-3 {
		margin-top: -30px;
		position: relative;
		z-index: 10;
}

#footer {
		border: 0;
		background: #333;
}

#footer .footer-copyright {
		border-top: 1px solid #454545;
		background: #333;
}

#footer .footer-copyright p {
		color: #999;
}

/* Skin */
@media (min-width: 992px) {
		html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
				color: var(--primary);
		}
}
/*
* Diamonds
*/
.diamonds {
		font-size: 0;
		margin: 40px auto 85px;
		position: relative;
		text-align: center;
		padding: 50px 0 0 57px;
}

.diamonds > li {
		display: inline-block;
		font-size: 18px;
		margin-right: 135px;
}

.diamonds .diamond {
		background: transparent;
		display: block;
		height: 243px;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		width: 245px;
		overflow: hidden;
		transform: rotate(-45deg);
}

.diamonds .diamond:after {
		transition: all 0.2s ease;
		content: " ";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		opacity: 0;
		transform: scale(0);
		z-index: 100;
}

.diamonds .diamond:before {
		transition: all 0.2s ease;
		color: var(--light);
		content: "\e091";
		font-family: "simple-line-icons";
		font-size: 28px;
		position: absolute;
		left: 50%;
		top: 50%;
		opacity: 0;
		z-index: 1000;
		transform-origin: 50% 50%;
		transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(2);
}

.diamonds .diamond:hover:after {
		opacity: 0.3;
		transform: scale(1);
}

.diamonds .diamond:hover:before {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}

.diamonds .content {
		display: table-cell;
		height: 255px;
		padding: 0 8px 0 6px;
		transform: rotate(45deg);
		text-align: center;
		vertical-align: middle;
		width: 255px;
		position: relative;
}

.diamonds .content img {
		max-width: 375px;
		margin-left: -50%;
}

.diamonds .diamond-sm {
		height: 123px;
		width: 123px;
}

.diamonds .diamond-sm .content {
		height: 123px;
		width: 123px;
}

.diamonds .diamond-sm .content:after {
		left: 24%;
		top: 48%;
}

@media (min-width: 1199px) {
		.diamonds > li:nth-child(3) {
				margin-right: 0;
		}
		.diamonds > li:nth-child(4) {
				right: 143px;
				top: 9px;
				position: absolute;
		}
		.diamonds > li:nth-child(5) {
				margin-left: 516px;
				margin-top: -70px;
		}
		.diamonds > li:nth-child(6) {
				position: absolute;
				margin: -8px 0 0 -27px;
				right: -14px;
		}
		.diamonds > li:nth-child(7) {
				position: absolute;
				margin: 93px 0 0 -133px;
				right: 90px;
		}
		.diamonds .diamond-sm {
				height: 123px;
				width: 123px;
		}
		.diamonds .diamond-sm .content {
				height: 123px;
				width: 123px;
		}
		.diamonds .diamond-sm .content img {
				max-width: 195px;
		}
}

@media (max-width: 1198px) {
		.diamonds {
				text-align: center;
				width: 748px;
				margin: 0 auto;
				padding: 75px 0 0 75px;
		}
		.diamonds::after {
				clear: both;
				content: "";
				display: block;
		}
		.diamonds > li {
				margin: 0;
				position: static;
				float: left;
		}
		.diamonds > li:nth-child(2n+2) {
				margin-bottom: -50px;
				margin-left: 55px;
				margin-top: 200px;
		}
		.diamonds > li:nth-child(2n+1) {
				clear: both;
		}
		.diamonds > li:nth-child(4) {
				float: left;
		}
		.diamonds > li:nth-child(5), .diamonds > li:nth-child(6), .diamonds > li:nth-child(7) {
				float: right;
		}
		.diamonds > li:nth-child(7) {
				margin-top: 40px;
		}
}

@media (max-width: 748px) {
		.diamonds {
				margin: 0 auto;
				padding: 25px 0 0 0;
				text-align: center;
				width: 445px;
		}
		.diamonds > li {
				float: none !important;
				clear: both !important;
				margin: 45px 0 115px 95px !important;
				display: block;
		}
		.diamonds > li:nth-child(4), .diamonds > li:nth-child(6), .diamonds > li:nth-child(7) {
				margin-left: 158px !important;
		}
}

@media (max-width: 575px) {
		.diamonds-wrapper {
				min-height: 2290px;
		}
		.diamonds-wrapper .diamonds {
				margin: 0 auto;
				padding: 25px 0 0;
				text-align: center;
				width: 445px;
				position: absolute;
				left: 50%;
				margin-left: -222px;
		}
		.diamonds-wrapper .diamonds .diamond {
				margin: 130px auto 0;
		}
		.diamonds-wrapper .diamonds > li {
				text-align: center;
				margin: 0 !important;
		}
		.diamonds-wrapper .diamonds > li:first-child .diamond {
				margin-top: 60px;
		}
}
.custom-box-shadow-1 {
		box-shadow: 0 0px 40px 0px rgba(187, 187, 187, 0.3);
}
