.subpage .sub-heading {
	padding-top: 2rem;
	margin-bottom: 1rem;
}

.subpage .sub-heading .section-heading .sec-text {
	font-size: 2.3rem;
	line-height: 45px;
}

.subpage .sub-heading nav {
	display: inline-block;
}

.subpage .sub-heading nav .breadcrumb .breadcrumb-item {
	color: #fff;
	font-size: 14px;
}

.subpage .sub-heading nav .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	color: #fff;
}

.subpage .sub-heading nav .breadcrumb .breadcrumb-item a {
	color: #fff;
	text-decoration: underline;
	font-size: 13px;
}

.subpage .sub-heading hr {
	border: none;
	border-bottom: 2px dashed #fff;
}

.subpage .page-rates {
	padding-bottom: 1.5rem;
}

.subpage .page-rates .pricebox {
	text-align: center;
	background-color: #B7B78A;
	padding: 25px 0px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	color: #4C3D3D;
}

.subpage .page-rates .pricebox .pheading {
	font-family: 'Staatliches', cursive;
	font-size: 2.2rem;
	padding-bottom: 2rem;
}

.subpage .page-rates .pricebox ul {
	list-style-type: none;
}

.subpage .page-rates .pricebox ul li+li {
	margin-top: 25px;
}

.subpage .page-rates .pricebox ul li span {
	display: inline-block;
	width: 100%;
}

.subpage .page-rates .pricebox ul li .xdesc {
	font-weight: bold;
}

.subpage .page-rates .pricebox ul li .xrates {
	font-family: 'Staatliches', cursive;
	font-size: 1.8rem;
}

.subpage .category-page {
	padding-bottom: 1.5rem;
}

.subpage .category-page .items {
	display: inline-block;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.subpage .category-page .items figure {
	position: relative;
}

.subpage .category-page .items figure figcaption {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 15px;
	padding: 8px 0px;
	color: #FFD495;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
}

.subpage .category-page ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: justify;
	list-style: none;
}

.subpage .category-page ul>li {
	position: relative;
	margin: 5px;
	overflow: hidden;
}

.subpage .category-page ul>li>a {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 10px 25px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 3px;
	background-color: #A45D5D;
}

.subpage .category-page ul>li>a:hover {
	text-decoration: underline;
}

.subpage .category-page ul li:nth-child(n+1) {
	flex-grow: 1;
}

.subpage .page-contact-us {
	margin-bottom: 1.5rem;
}

.subpage .page-contact-us .cbox {
	background-color: #E9A178;
}

.subpage .page-contact-us .contact-details {
	padding: 3rem 0px;
}

.subpage .page-contact-us .contact-details ul {
	list-style-type: none;
	color: #fff;
}

.subpage .page-contact-us .contact-details ul li {
	background-color: #cc0066;
	padding: 12px 15px;
}

.subpage .page-contact-us .contact-details ul li a {
	color: #fff;
	text-decoration: underline;
}

.subpage .page-contact-us .contact-details ul li+li {
	margin-top: 10px;
}

.subpage .page-contact-us iframe {
	display: block;
}

.subpage .page-gallery {
	padding-bottom: 1.5rem;
}

.subpage .page-gallery figure {
	border: 3px solid #f9db6f;
}

.subpage .page-blogs {
	padding-bottom: 1.5rem;
}

.subpage .page-blogs .feature-image {
	margin-bottom: 1.5rem;
}

.subpage .page-blogs .feature-image hr {
	margin-top: 1rem;
	margin-bottom: 2rem;
	border: none;
	border-bottom: 2px dashed #fff;
}

.subpage .page-blogs aside {
	border: 1px solid #2b3b48;
	padding: 15px;
	-webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
	background: #151920;
}

.subpage .page-blogs aside .side-title {
	font-family: 'Staatliches', cursive;
	font-size: 2rem;
	padding-left: 15px;
	position: relative;
	color: #FFD57E;
}

.subpage .page-blogs aside .side-title:before {
	content: "";
	bottom: 0;
	left: inherit;
	position: absolute;
	z-index: 1;
	width: 60px;
	height: 2px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #c49f66, rgba(58, 123, 213, 0));
	border-image-slice: 100%;
	border-image-slice: 1;
}

.subpage .page-blogs aside ul {
	list-style-type: none;
	margin-top: 1.5rem;
}

.subpage .page-blogs aside ul li {
	position: relative;
}

.subpage .page-blogs aside ul li:before {
	content: "\2764";
	position: absolute;
	left: -23px;
	top: 12px;
	font-size: 18px;
	line-height: 11px;
	color: #F7E987;
}

.subpage .page-blogs aside ul li+li {
	border-top: 2px dashed #363c47;
	padding-top: 2px;
	margin-top: 10px;
}

.subpage .page-blogs aside ul li+li:before {
	top: 14px;
}

.subpage .page-blogs aside ul li a {
	font-size: 1.1rem;
	text-decoration: none;
}

.subpage .page-blogs aside ul li a:hover {
	text-decoration: underline;
}

.subpage .page-sitemap h1,
.subpage .page-sitemap h2,
.subpage .page-sitemap h3,
.subpage .page-sitemap h4,
.subpage .page-sitemap h5 {
	font-size: 1.6rem;
	font-family: 'Staatliches', cursive;
	background-color: #CE9461;
	color: #fff;
	padding: 5px 15px;
}

.subpage .page-sitemap h2 {
	margin-bottom: 25px;
}

.subpage .page-sitemap ul {
	border: 1px solid #DFA67B;
	margin-bottom: 15px;
}

.subpage .page-sitemap ul li {
	list-style-type: none;
	padding-left: 15px;
}

.subpage .page-sitemap ul li a {
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
}

.subpage .page-sitemap ul li a:hover {
	text-decoration: underline;
}

.subpage .page-sitemap ul li+li {
	border-top: 1px solid #DFA67B;
}

.subpage.error404 {
	padding-top: 8rem;
	padding-bottom: 12rem;
	text-align: center;
}

.subpage.error404 .errorno {
	font-family: 'Staatliches', cursive;
	font-size: 15rem;
	color: #fff;
	line-height: 230px;
}

.subpage.error404 a {
	color: #fff;
}

.subpage .page-sub-pages .sub-tags {
	margin-top: 2rem;
}

.subpage .page-sub-pages .sub-tags .tag-heading {
	font-family: 'Staatliches', cursive;
	font-size: 1.6rem;
	color: #F7E987;
	text-shadow: 0px 0px 1px #ff0000;
}

.subpage .page-sub-pages .sub-tags ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px;
	padding: 5px;
	list-style: none;
	border: 1px solid #fff;
}

.subpage .page-sub-pages .sub-tags ul li {
	position: relative;
	margin: 5px;
	overflow: hidden;
}

.subpage .page-sub-pages .sub-tags ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 3px 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	background-color: #5F264A;
	border: 1px solid #F7D060;
}

.subpage .page-sub-pages .sub-tags ul li:nth-child(n+1) {
	flex-grow: 1;
}

.subpage .page-sub-pages .page-profiles {
	padding-top: 3rem;
}

.subpage .page-sub-pages .page-profiles figure {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
}

.subpage .page-sub-pages .page-profiles figure span {
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 3px 0px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	background-color: #FA1E0E;
}

.subpage .page-sub-pages .page-profiles figure figcaption {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 15px;
	padding: 8px 0px;
	color: #FFD495;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 567px) {
	.subpage .sub-heading .section-heading .sec-text {
		font-size: 2.5rem;
		line-height: 35px;
	}

	.subpage .page-contact-us .contact-details ul li {
		text-align: center;
	}
}

/*# sourceMappingURL=substyle.css.map */