/*
Theme Name: Varna Crematorium
Author: Anastas Dolushanov <anastas@digitalvoivode.com>
Description: Varna Crematorium Theme
Version: 0.0.1
Tags: vctheme
*/


/* Main */

body {
	font-family: 'Montserrat';
	position: relative;
	background:url('images/fullheight-bg-2.jpg') no-repeat #333;
}

.main-back-holder {
	background-image: url(images/home-back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.leaves-holder {
	position: absolute;
	max-height: calc(100% - 130px);
	overflow: hidden;
	top: 130px;
}

.leaves {
	width: 100%;
	object-fit: cover;
	object-position: top;
}

a:hover,
button:hover {
	cursor: pointer;
}

/* Menu */
.logo {
	margin:0 -15px;
}

.logo img {
	margin: auto;
}

.audio-holder {
	text-align: center;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 101;
}

.audio-holder button {
	background: none;
	color: #fbe08f;
	font-size: 29px;
	border: 0;
	padding: 0 !important;
}

.audio-holder button:hover {
	color: #FFF;
}

.audio-holder button:focus {
	outline: none;
}

.audio-holder button.play-btn {
	display: none;
}

.audio-holder span {
	font-size: 13px;
	font-weight: 500;
	color: #caaf5e;
	display: block;
}

.menu-area {
	text-align: center;
	position: relative;
	z-index: 100;
}

.menu-holder {
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
}

.right-menu-holder {
	margin:40px 0 0 0;
}

.right-menu-holder ul {
	padding-left:0;
}

.menu-item {
	position: relative;
	display: inline-block;
	line-height: 15px;
	border: 2px solid #fbe08f;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	box-shadow: 0 0 20px rgba(221, 187, 85, 0.75);
	border-radius: 5px;
	margin: 0 15px;
}

.menu-item:hover {
	background: #ffffff;
	border: 2px solid #eed648;
}

.menu-item:hover a {
	color: #e8cd2e;
}

.menu-item:before {
	position: absolute;
	top: -27px;
	left: 0;
}

.menu-item:after {
	position: absolute;
	bottom: -30px;
	left: 0;
}

.menu-item#about:before {
	content: url(images/menu/about-before.png);
}

.menu-item#about:after {
	content: url(images/menu/about-after.png);
}

.menu-item#contacts:before {
	content: url(images/menu/contacts-before.png);
}

.menu-item#contacts:after {
	content: url(images/menu/contacts-after.png);
}

.menu-item#questions:before {
	content: url(images/menu/questions-before.png);
}

.menu-item#questions:after {
	content: url(images/menu/questions-after.png);
}

.menu-item#history:before {
	content: url(images/menu/history-before.png);
}

.menu-item#history:after {
	content: url(images/menu/history-after.png);
}

.menu-item a {
	font-weight: 700;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 15px;
	padding: 12px 18px;
	display: block;
}

.menu-item a:hover {
	text-decoration: none;
}

.languages-holder {
	position: absolute;
	top: 40px;
	right: 70px;
	z-index: 101;
}

.dropdown-btn {
	position: relative;
	display: inline-block;
	border: 2px solid #fbe08f;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	box-shadow: 0 0 20px rgba(221, 187, 85, 0.75);
	border-radius: 5px;
	font-weight: 700;
	color: #000 !important;
	text-decoration: none !important;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 15px;
	padding: 12px 16px;
}

.dropdown-btn:hover {
	background: #ffffff;
	border: 2px solid #eed648;
	text-decoration: none;
	color: #e8cd2e !important;
}

.dropdown-btn:before {
	content: url(images/menu/lang-before.png);
	position: absolute;
	top: -29px;
	left: 0;
}

.dropdown-btn:after {
	content: url(images/menu/lang-after.png);
	position: absolute;
	left: 0;
	bottom: -31px;
}

.dropdown-btn i {
	transition: transform 0.2s ease-in-out;
}

.dropdown-btn i.rotate {
	transform: rotate(-180deg);
}

.language-submenu {
	display: none;
	background: rgb(41, 41, 41);
	border: 1px solid rgb(253, 233, 112);
	position: absolute;
	padding: 0 10px;
	width: 100px;
	left: -15px;
	top: 70px;
	box-shadow: 0 0 15px rgba(255, 234, 174, 0.3);
}

.language-submenu:before {
	content: url(images/menu/language-drop-before.png);
	position: absolute;
	top: -15px;
	left: 43%;
}

.language-submenu li a {
	font-size: 17px;
	line-height: 17px;
	font-weight: 700;
	color: #FFF;
	padding: 18px 0;
	display: block;
	border-bottom: 1px solid #534f37;
}

.language-submenu li a:hover {
	text-decoration: none;
	color: #dbb476;
}

.language-submenu li.active a {
	color: #dbb476;
}

.language-submenu li:last-child a {
	border: 0;
}

.language-submenu li a img {
	padding-right: 5px;
}

/* Mobile Menu */

.mobile-menu {
	position: absolute;
	width: auto;
	top: 20px;
	right: 0px;
}

#menu-toggle i {
	padding: 8px 10px;
	color: #fbe08f;
	font-size: 30px;
	border-radius: 5px;
}

#menu-close {
	position: absolute;
	top: 25px;
	right: 30px;
}

#menu-close i {
	color: #fbe08f;
	font-size: 30px;
}

.mobile-nav-holder {
	width: 0;
	overflow: hidden;
	background: #292929;
	color: #fbe08f;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	height: 100%;
	transition: all 0.2s ease-in-out;
}

.w-60 {
	width: 60%;
}

.mobile-nav {
	text-align: left;
	padding-left: 0 !important;
	margin-top: 70px;
}

.mobile-nav-item {
	text-align: center;
	border-bottom: 1px solid #404040;
}

.mobile-nav .mobile-nav-item {
	list-style: none;
}

.mobile-nav .mobile-nav-item a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 3vw;
	font-weight: 700;
	padding: 10px 0;
	display: block;
	width: 100%;
}

.mobile-nav .mobile-nav-item a.active {
	font-weight: 600;
	text-decoration: underline;
}

.mobile-dropdown-btn {
	text-decoration: none !important;
}

.mobile-dropdown-btn i {
	transition: all 0.2s ease-in-out;
}

.mobile-dropdown-btn i.rotate {
	transform: rotate(-180deg);
}

.mobile-submenu {
	display: none;
}

.mobile-submenu li.active a {
	color: #dbb476;
}


/* News */
h1 {
	color: #ffffff;
	font-family: "Playfair Display SC";
	font-size: 35px;
	font-weight: 700;
	line-height: 64.71px;
	margin:25px 0 50px;
}

h1.single-news-title {
	color: #ffffff;
	font-family: "Playfair Display";
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom:25px;
}

.single-news {
	padding:20px;
	margin:0 60px 25px;
	box-shadow: -4px 2px 46px rgba(0, 0, 0, 0.39);
	border: 2px solid #f9de8d;
	background-color: #101e33;
	border-radius:2px;
}

.single-news .wp-post-image {
	margin:0;
}

.media-body {
	width: calc(100% - 300px);
	float: right;
}

.media-body-header .fas {
	color: #fbe08f;
	font-size:12px;
	margin-right:5px;
}

.media-body .h4 {
	color: #ffffff;
	font-family: "Playfair Display";
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
}

.media-body-header {
	color: #ffffff;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 300;
	line-height: 30px;
}

.media-body-header+img {
	width:100%;
}

.media-body-excerpt {
	margin:15px 0;
	color: #ffffff;
	font-size:14px;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;	
}

.media-body-footer a {
	color: #fbe08f;
	font-family: "Montserrat";
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 29px;
	text-decoration: underline;	
}

.news-container {
	padding:0 70px;
}

.news-container p {
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom:25px;
}

.news-container img {
	margin-bottom:25px;
}

.wp-post-image {
	margin:25px 0;
}

.news-pagination {
	padding:25px 60px;
	text-align:center;
}

.news-pagination a.page-numbers {
	display:inline-block;
	width:40px;
	height:40px;
	color: #ffffff;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 700;
	line-height:40px;
	margin:0 2px;
}

.news-pagination a:hover,
.news-pagination a:active,
.news-pagination a:focus {
	text-decoration:none;
	color:#f0d688;
}

.news-pagination span.page-numbers {
	display:inline-block;
	width:40px;
	height:40px;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 700;
	line-height:40px;
	margin:0 2px;	
	box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 0.19);
	border-radius: 2px;
	background-color: #ebc17c;
	background-image: linear-gradient(to top, #ddc271 0%, #bba04f 33%, #f9de8d 63%, #fbe08f 100%);	
}

.wp-block-image {
	text-align: center;
}

.wp-block-embed-youtube iframe {
	width:100%;
}

.single-news-pagination {
	margin:15px 0;
}

.prev-news-link,
.all-news-link,
.next-news-link {
	box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 0.19), 0 0 20px rgba(213, 183, 94, 0.15);
	border-radius: 3px;
	border: 1px solid #fbe08f;
	background-color: #000000;
	background-image: linear-gradient(to top, #ddc271 0%, #bba04f 33%, #f9de8d 63%, #fbe08f 100%);
	text-align:center;
	padding:5px;
	margin:10px 35px;
}

.prev-news-link a,
.all-news-link a,
.next-news-link a {
	text-decoration:none;
	color:#000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;	
}

.prev-news-link:hover,
.all-news-link:hover,
.next-news-link:hover {
	background:#fff;
}

.prev-news-link:hover a,
.all-news-link:hover a,
.next-news-link:hover a {
	color:#e8cd2e;
}


/* Home */

#home .main-back-holder {
	background-image: url(images/home-back.jpg);
}

section.services {
	text-align: center;
	padding-bottom: 21.5vw;
	position: relative;
}

.home-btn-ornament {
	display: block;
	margin: 0 auto;
}

.home-main-btn {
	position: relative;
	display: inline-block;
	padding: 21px 30px;
	border: 2px solid #fbe08f;
	border-radius: 5px;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	color: #000;
	font-size: 17px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 0 20px rgba(221, 187, 85, 0.75);
}

.home-main-btn:hover {
	background: #ffffff;
	border: 2px solid #eed648;
	text-decoration: none;
	color: #e8cd2e;
}

.home-main-btn:focus {
	text-decoration: none;
	color: #000;
}

.home-main-btn:before {
	content: url(images/home-btn-left.png);
	position: absolute;
	left: -32px;
	top: 0;
}

.home-main-btn:after {
	content: url(images/home-btn-right.png);
	position: absolute;
	right: -32px;
	top: 0;
}

.services-menu-holder {
	position: absolute;
	left: 50%;
	top: 100px;
	display: none;
}

.services-menu {
	position: relative;
	left: -50%;
	padding: 40px 150px;
	background: rgba(255, 255, 255, 0.9);
	border: 3px solid #f6db8a;
	border-radius: 10px;
}

.close-menu {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 17px;
	color: #a09d97;
}

.close-menu:hover {
	color: #000;
}

.services-menu .main-menu li {
	position: relative;
	line-height: 15px;
	border: 2px solid #fbe08f;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	box-shadow: 0 0 20px rgba(221, 187, 85, 0.75);
	border-radius: 5px;
	display: block;
	margin-bottom: 20px;
}

.services-menu .main-menu li:last-child {
	margin-bottom: 0;
}

.services-menu .main-menu li:hover {
	background: #ffffff;
	border: 2px solid #eed648;
	text-decoration: none;
}

.services-menu .main-menu li a {
	font-weight: 700;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 15px;
	padding: 21px 30px;
	display: block;
}

.services-menu .main-menu li a:hover {
	text-decoration: none;
	color: #e8cd2e;
}

.partners-popup-holder {
	position: absolute;
	left: 50%;
	top: 100px;
	display: none;
}

.partners-popup {
	position: relative;
	left: -50%;
	padding: 30px;
	background: rgba(255, 255, 255, 0.9);
	border: 3px solid #f6db8a;
	border-radius: 10px;
}

.partners-popup h2 {
	font-size: 25px;
	font-family: 'Playfair Display SC';
	font-weight: 700;
	color: #292929;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

.partners-popup .text-box {
	padding: 20px 35px;
	border: 1px solid #d2b356;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	border-radius: 5px;
	margin-bottom: 20px;
}

.partners-popup .text-box p {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 0;
}

.partners-popup li a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 7px 0 0 0;
	display: block;
}

.partners-popup li:after {
	content: url(images/location-links-separator.png);
	opacity: 0.15;
}

.partners-popup li:last-child:after {
	display: none;
}

.partners-popup .btn-holder {
	margin-bottom: 40px;
	transform: translateY(20px);
}

.partners-popup .see-more-btn {
	padding: 12px 20px;
	background: linear-gradient(#525252, #484848, #1c1c1c, #343434);
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	border-radius: 10px;
	border: 2px solid #525252;
}

.partners-popup .see-more-btn:hover {
	text-decoration: none;
	color: #525252;
	background: transparent;
}

.close-partners {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 17px;
	color: #a09d97;
}

.close-partners:hover {
	color: #000;
}

.price-popup-holder {
	position: absolute;
	left: 50%;
	top: 100px;
	display: none;
}

.price-popup {
	position: relative;
	left: -50%;
	padding: 30px;
	background: rgba(255, 255, 255, 0.9);
	border: 3px solid #f6db8a;
	border-radius: 10px;
}

.price-popup h2 {
	font-size: 25px;
	font-family: 'Playfair Display SC';
	font-weight: 700;
	color: #292929;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

.price-popup .text-box {
	padding: 20px 35px;
	border: 1px solid #d2b356;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	border-radius: 5px;
	margin-bottom: 20px;
}

.price-popup .text-box p {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 0;
}

.price-popup li a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 7px 0 0 0;
	display: block;
}

.price-popup li:after {
	content: url(images/location-links-separator.png);
	opacity: 0.15;
}

.price-popup li:last-child:after {
	display: none;
}

.price-popup .btn-holder {
	margin-bottom: 40px;
	transform: translateY(20px);
}

.price-popup .see-more-btn {
	padding: 12px 20px;
	background: linear-gradient(#525252, #484848, #1c1c1c, #343434);
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	border-radius: 10px;
	border: 2px solid #525252;
}

.price-popup .see-more-btn:hover {
	text-decoration: none;
	color: #525252;
	background: transparent;
}

.close-price {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 17px;
	color: #a09d97;
}

.close-price:hover {
	color: #000;
}

.documents-popup-holder {
	position: absolute;
	left: 50%;
	top: 100px;
	display: none;
}

.documents-popup {
	position: relative;
	left: -50%;
	padding: 30px;
	background: rgba(255, 255, 255, 0.9);
	border: 3px solid #f6db8a;
	border-radius: 10px;
}

.documents-popup h2 {
	font-size: 25px;
	font-family: 'Playfair Display SC';
	font-weight: 700;
	color: #292929;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

.close-documents {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 17px;
	color: #a09d97;
}

.close-documents:hover {
	color: #000;
}

.documents-popup .btn-holder {
	margin-bottom: 40px;
	transform: translateY(20px);
}

.documents-popup .see-more-btn {
	padding: 12px 20px;
	background: linear-gradient(#525252, #484848, #1c1c1c, #343434);
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	border-radius: 10px;
	border: 2px solid #525252;
}

.documents-popup .see-more-btn:hover {
	text-decoration: none;
	color: #525252;
	background: transparent;
}

.documents-popup li {
	margin-bottom: 10px;
}

.documents-popup li a {
	font-size: 18px;
	font-weight: 500;
	color: #4f461f;
	text-decoration: none;
}

.documents-popup li a i {
	color: #bba04f;
	font-size: 15px;
	padding-right: 3px;
}

.documents-popup li a span {
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
}

section.information {
	padding-top: 2.5vw;
	padding-bottom: 5vw;
}

section.information .box {
	background: rgba(41, 41, 41, 0.65);
	border: 1px solid #f4d988;
	box-shadow: 0 0 50px rgba(255, 220, 115, 0.33);
	border-radius: 5px;
	padding: 25px 30px;
	max-width: 850px;
	display: block;
	margin: 0 auto;
}

section.information .box p {
	color: #fbe08f;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}

/* Footer */

footer .row {
	padding:0 60px;
}

footer {
	background: url(https://varnacrematorium.bg/assets/images/footer-back.jpg);
	padding-top: 15px;
}

footer h3 {
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 25px;
}

footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

footer li {
	font-weight: 300;
	line-height:30px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
}

footer .list-mobiles li a {
	font-size: 12px;
}

footer li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none !important;
}

footer li a:hover {
	color: #fbe08f;
}

footer li i {
	color: #fbe08f;
	width: 20px;
	padding-right: 5px;
}

footer .col-md-6:nth-of-type(2) {
	text-align: right;
	border-radius: 5px;
	overflow: hidden;
}

#map {
	height: 170px;
	width: 320px;
	float: right;
}

.copyright-section {
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	margin-top: 20px;
	padding: 10px 0;
	text-align: right;
}

.copyright {
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
	float: left;
	padding: 10px 0;
}

.copyright-section .facebook-link {
	color: #fbe08f;
	margin-right: 20px;
	font-size: 18px;
	position: relative;
	z-index: 10;
}

.copyright-section .twitter-link {
	color: #fbe08f;
	margin-right: 20px;
	font-size: 18px;
	position: relative;
	z-index: 10;
}

#myAudio {
	display: none;
}

/* Coming Soon Page */

#soon .main-back-holder {
	background-image: url(images/soon-back.jpg);
	padding-bottom: 50vw;
}

.soon-text-box {
	width: 100%;
	padding: 20px 10px;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	text-align: center;
	margin-top: 130px;
}

.soon-text-box p {
	font-weight: 700;
	font-size: 23px;
	color: #000;
	line-height: 35px;
}

/* ================================================================================
	#Base
================================================================================ */

html,
body {
	height: 100%;
}

.main-back-holder {
	min-height: calc(100% - 258px);
}

.footer-map {
	float: right;
}

.footer-map a {
	display: block;
	width: 320px;
	height: 170px;
	background-image: url(https://varnacrematorium.bg/bg/assets/images/footer-map.jpg);
	background-position: center center;
	background-size: cover;
	transition: opacity .3s;
}

.footer-map a:hover {
	opacity: .8;
}

/* ================================================================================
	#Page Languages
================================================================================ */

.page-languages .main-back-holder {
	min-height: calc(100% - 289px);
	background-image: url(images/languages-bg.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.section-languages {
	padding: 36px 50px 11px;
	border: 1px solid #f4d988;
	border-radius: 10px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.31;
	background-color: #292929;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 5px 20px rgba(2, 2, 2, 0.2), 0 0 15px rgba(255, 234, 174, 0.3);
}

.list-languages {
	margin: 22px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	/* Or do it all in one line
	     with flex flow */
	flex-flow: row wrap
}

.list-languages li {
	position: relative;
	padding: 23px 43px;
}

.list-languages li+li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100px;
	background: #2b2a2a;
	background: -moz-linear-gradient(top, #2b2a2a 0%, #32312c 10%, #484533 27%, #4e4a35 37%, #4e4a35 45%, #474433 61%, #30302b 90%, #2b2a2a 100%);
	background: -webkit-linear-gradient(top, #2b2a2a 0%, #32312c 10%, #484533 27%, #4e4a35 37%, #4e4a35 45%, #474433 61%, #30302b 90%, #2b2a2a 100%);
	background: linear-gradient(to bottom, #2b2a2a 0%, #32312c 10%, #484533 27%, #4e4a35 37%, #4e4a35 45%, #474433 61%, #30302b 90%, #2b2a2a 100%);
}

.list-languages a {
	display: block;
	color: #fff;
	transition: color .3s;
}

.list-languages a:hover {
	color: #fbe08f;
	text-decoration: none;
}

.list-languages img {
	display: block;
	margin: 0 auto 10px;
	transition: .3s;
}

.list-languages a:hover img {
	transform: translateY(-5px);
}

/* ================================================================================
	#Page Partners
================================================================================ */

#soon.page-partners .main-back-holder {
	background-image: url(images/cremation-bg.jpg);
}

.section-title {
	padding: 50px 0;
	font-family: 'Playfair Display SC', serif;
	font-size: 35px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.section-subtitle {
	padding-bottom: 45px;
	font-size: 15px;
	line-height: 27px;
	color: #fff;
	text-align: center;
}

.section-subtitle p {
	margin-bottom: 22px;
}

.section-message {
	padding: 20px 10px;
	margin-bottom: 50px;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	font-size: 23px;
	line-height: 35px;
	color: #000;
	text-align: center;
	font-weight: 700;
}

.interactive-map {
	padding: 40px;
	border: 4px solid #f9de8d;
	background: #fff;
}

.imp-wrap {
	margin: 0 auto;
}

.section-map {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	border: 4px solid #f9de8d;
	height: 0;
}

.section-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ================================================================================
	#Page History
================================================================================ */

#soon.page-history .main-back-holder {
	padding-bottom: 70px;
	background-image: url(images/fullheight-bg-2.jpg);
	background-color: #34322f;
	background-position: 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.page-history .container {
	max-width: 980px;
	width: 100%;
}

.section-content {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.section-content h3 {
	padding: 15px 0;
	font-family: 'Playfair Display SC', serif;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.section-content p {
	margin-bottom: 50px;
}

/* ================================================================================
	#Boxes
================================================================================ */

.boxes {
	margin: -11px;
	text-align: center;
}

.boxes .box {
	position: relative;
	display: inline-block;
	width: calc(25% - 23px);
	margin: 10px;
	border: 2px solid #f9de8d;
	font-size: 0;
	line-height: 0;
}

.boxes .box:hover:before {
	background: rgba(16, 30, 51, 1);
}

.boxes .box:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(16, 30, 51, .85);
	transition: background .5s;
}

.boxes .box:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.boxes .box-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.boxes .box-content:hover {
	color: #fff;
	text-decoration: none;
}

.boxes .box .fa-file-word {
	padding-bottom: 15px;
	font-size: 43px;
	color: #fbe08f;
}

.boxes .box span {
	display: inline-block;
	min-height: 45px;
	padding: 0 5px;
}

.boxes .box strong {
	font-family: 'Playfair Display SC', serif;
	font-size: 26px;
	line-height: 38px;
	color: #fbe08f;
	font-weight: 700;
}

.boxes .box small {
	font-size: 12px;
}

.boxes-details {
	padding-top: 40px;
	text-align: center;
}

.boxes-details p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
}

.boxes-details a {
	display: inline-block;
	padding: 21px 30px;
	border-radius: 5px;
	border: 2px solid #fbe08f;
	margin-top: 20px;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	font-size: 15px;
	line-height: 1;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 20px rgba(221, 187, 85, 0.75);
}

.boxes-details a:hover {
	border: 2px solid #eed648;
	background: #fff;
	color: #e8cd2e;
	text-decoration: none;
}

/* ================================================================================
	#Page About
================================================================================ */

.page-about .container {
	max-width: 1000px;
}

.page-about .main-back-holder {
	padding-bottom: 100px;
	background-image: url(images/soon-back.jpg);
}

/* ================================================================================
	#Page Prices
================================================================================ */

.page-prices .container {
	max-width: 1000px;
}

.page-prices .main-back-holder {
	padding-bottom: 100px;
	background-image: url(images/soon-back.jpg);
}

.page-prices .boxes .box em {
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	line-height: 18px;
}

/* ================================================================================
	#Page Docs
================================================================================ */

.page-docs .container {
	max-width: 1000px;
}

.page-docs .main-back-holder {
	padding-bottom: 100px;
	background-image: url(images/soon-back.jpg);
}

.page-docs .boxes .box em {
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 300;
	text-decoration: underline;
}

.page-docs .boxes .box em:hover {
	text-decoration: none;
}

/* ================================================================================
	#Page Catalog
================================================================================ */

.page-catalog .main-back-holder {
	padding-bottom: 70px;
	background-image: url(images/fullheight-bg.jpg);
	background-color: #34322f;
	background-position: 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.page-catalog .container {
	max-width: 980px;
	width: 100%;
}

.list-catalog {
	margin: -10px -20px;
	font-size: 0;
	line-height: 0;
	list-style: none outside none;
}

.catalog-item {
	display: inline-block;
	vertical-align: middle;
	width: calc(25% - 20px);
	margin: 10px;
	background: #fff;
	box-sizing: border-box;
}

.catalog-item_thumb {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.catalog-item_thumb:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.catalog-item_details {
	padding: 11px 0 15px;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #000;
	border-top: 1px solid #cccdcd;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .58);
	background: #fbe08f;
	background: -moz-linear-gradient(top, #fbe08f 0%, #fbe08f 32%, #f7dc8b 37%, #eacf7e 45%, #c7ac5b 61%, #bfa453 66%, #bba04f 71%, #bba04f 76%, #bfa453 83%, #d2b766 99%, #dcc684 100%);
	background: -webkit-linear-gradient(top, #fbe08f 0%, #fbe08f 32%, #f7dc8b 37%, #eacf7e 45%, #c7ac5b 61%, #bfa453 66%, #bba04f 71%, #bba04f 76%, #bfa453 83%, #d2b766 99%, #dcc684 100%);
	background: linear-gradient(to bottom, #fbe08f 0%, #fbe08f 32%, #f7dc8b 37%, #eacf7e 45%, #c7ac5b 61%, #bfa453 66%, #bba04f 71%, #bba04f 76%, #bfa453 83%, #d2b766 99%, #dcc684 100%);
}

.catalog-item_details strong {
	display: block;
}

/* ================================================================================
	#Slider
================================================================================ */

.owl-carousel,
.owl-stage-outer,
.owl-stage {
	height: auto;
}

.owl-stage-outer {
	overflow: hidden;
	max-height: 540px;
}

.owl-carousel img {
	display: block;
	max-width: 1000px;
	max-height: 100%;
	width: auto;
	height: auto;
}

.owl-carousel video {
	display: block;
	max-width: 1000px;
	max-height: 100%;
	width: 100%;
	height: auto;
}

.owl-nav {
	overflow: hidden;
	position: relative;
	height: 40px;
	font-size: 70px;
	color: #eed648;
}

.owl-carousel .owl-nav button {
	position: absolute;
	top: -36px;
	opacity: .6;
	transition: opacity .3s;
}

.owl-carousel .owl-nav button:focus {
	outline: 0;
}

.owl-carousel .owl-nav button:hover {
	opacity: 1;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.owl-dots {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 8px;
	text-align: center;
}

.owl-carousel button.owl-dot {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	border-radius: 50%;
	background-color: #eed648;
	opacity: .4;
	transition: opacity .3s;
}

.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot:hover {
	opacity: 1;
}

.hidden {
	display: none;
}

.slider-filter {
	padding-bottom: 15px;
	text-align: center;
}

.slider-filter a {
	display: inline-block;
	padding: 10px 30px;
	margin: 0 5px;
	border-radius: 5px;
	border: 2px solid #fbe08f;
	background: linear-gradient(#fbe08f, #f9de8d, #bba04f, #ddc271);
	font-size: 15px;
	line-height: 1;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 20px rgba(221, 187, 85, 0.75);
}

.slider-filter a.active,
.slider-filter a:hover {
	border: 2px solid #eed648;
	background: #fff;
	color: #e8cd2e;
	text-decoration: none;
}

.slider-filter a.active {
	pointer-events: none;
}

/* ================================================================================
	#Responsive iFrame
================================================================================ */

.iframe-wrapper {
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ================================================================================
	#Popup
================================================================================ */

.popup-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}

.popup-wrapper_opened {
	opacity: 1;
	visibility: visible;
}

.popup {
	position: relative;
	z-index: 1;
	display: block;
	width: 63%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popup-visible {
	overflow: hidden;
}

.popup-image img {
	display: block;
	width: 100%;
	height: auto;
}

.popup-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.85);
}

.popup-close {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 25px;
	height: 35px;
	font-size: 35px;
	color: #fbe08f;
	opacity: .5;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.popup-close:hover {
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.single-news {
		margin-left:auto;
		margin-right:auto;
	}
	
	.single-news .wp-post-image {
		width:100%;
		height:auto;
	}
	
	.media-body {
		display:block;
		width:100%;
		clear:both;
	}
	
	.news-container,
	footer .row {
		padding:0 15px;
	}
	
	footer {
		text-align:center;
	}
	
	.footer-map {
		float: none;
		text-align: center;
	}
	
	.footer-map a {
		margin:auto;
	}
	
	.logo img {
		max-width:300px;
	}
}