@font-face {
  font-family: Queulat;
  src:  url('../fonts/Latinotype - Queulat-Regular.otf') format("opentype");
}

body {
    background: #edecea url(../images/bg-1.jpg) no-repeat;
    background-size: auto 1200px;
    background-position: center 0;
    font-family: Queulat, Arial;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Queulat, Arial;
}

.title-bar {
	background-color: transparent;
}

.menu > li, .menu.horizontal > li {
    display: inline-block;
    text-align: right; 
}

.sticky-container {
    z-index: 9999;   
}

.title-bar img {
	padding: 30px 0;
	display: inline-block;
    vertical-align: middle;
}

.title-bar img.text-tagline {
	display: none;
}


.title-bar .title-bar-right {
	height: 180px;
	padding: 70px 0;
}

.title-bar .dropdown.menu
 {
	width: 100%;
	font-size: 1.1vw;
	font-weight: bold;
}

.title-bar .dropdown.menu li > a {
	color: #003954;
	text-align: left;
	text-transform: uppercase;
}

.title-bar .dropdown.menu li > a:after {
	border: none;
}

.title-bar .dropdown.menu .submenu  {
	margin: 0;
    list-style-type: none;
}

.title-bar .dropdown.menu .submenu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}


.title-bar .dropdown.menu .submenu a {
	font-size: 1vw;
	font-weight: normal;
	text-transform: none;
}

.title-bar .dropdown.menu .submenu a:hover {
	background-color: #edecea;
}


.title-bar.is-stuck {
	background-color: rgba(250, 252, 252, .8);
}

.title-bar.is-stuck img {
	padding: 0;
	height: 60px;
}

.title-bar.is-stuck img.text-tagline {
	display: inline-block;
	height: auto;
	margin-left: 20px;
}

.title-bar.is-stuck .title-bar-right {
	height: 60px;
	padding: 10px 0;
}

.title-bar.is-stuck .dropdown.menu {
	font-size: 18px;
}

.tag-line {
    height: 400px;
    background: url(../images/script-tagline.png) no-repeat;
    background-position: center;
    margin: 30px 0 50px 0;
}

.intro .card {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.intro .card-section {
	padding: 55px 135px 0 55px;
}

.intro hr {
	margin-top: 30px;
}

.serenity {
    height: 750px;
    background: url(../images/serenity-bg.jpg) no-repeat center;
    margin-top: 80px;
    color: #88362b;
}

.serenity .text-2 {
    margin-top: 290px;
}

.text-1 {
    font-size: 32px;
}

.text-2 {
    font-size: 24px;
}

.preview .card {
    background: transparent;
}

.preview .columns {
    padding: 0 4.2%;
}

.preview img {
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.preview .card-section .description {
    padding: 25px;
    color: #525244;
}

.preview .card-section {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 20px;
}

.read-more-arrow {
	background-image: url(../images/arrow-read-more-tail.png),url(../images/arrow-read-more-head.png);
    background-position: left,right;
    background-repeat: no-repeat;
    padding: 0 22px 0 31px;
    color: #88362b;
    font-weight: bold;
}

.read-more-arrow:hover {	
    color: #88362b;
    opacity: 0.6;
}

.heritage {
    height: 1080px;
    background: url(../images/heritage-bg.jpg) no-repeat center;
    margin-top: 30px;
    color: #88362b;
}

.heritage .text-1 {
    margin-top: -40px;
}

.heritage .text-2 {
    margin-top: 230px;
}

.section-title {
    font-size: 30px;
    color: #003954;
}

.upcoming-events-prev {
	float: left;
}

.upcoming-events-next {
	float: right;
}

.upcoming-events-prev,
.upcoming-events-next {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
    height: 20px;
    margin-top: -15px;
}

.upcoming-events .card {
    background: #003954;
    color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.upcoming-events .card .card-section {
	min-height: 236px;
}

.upcoming-events .columns {
    padding: 0 20px;
}

.upcoming-events img {
    padding-top: 25px;
    padding-bottom: 15px;
    display: inline-block !important;
}

.upcoming-events .event-name {
    font-size: 16px;
    margin-bottom: 10px;
}

.upcoming-events .event-day,
.upcoming-events .event-month,
.upcoming-events .event-date,
.upcoming-events .event-time {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.5;
    text-transform: uppercase;
}

.upcoming-events .event-more {
    font-size: 16px;
    background: #0174aa;
    padding: 18px 0;
}

.upcoming-events sup {
	font-size: 15px;
}

.swipe-small-device {
	text-align: center;
}

.page-main {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 750px, transparent 850px);
    border-bottom: #d4d4d4 5px solid;
    padding: 80px 70px 100px 70px;
    margin-bottom: 50px;
}

.page-content {
	padding-right: 50px;
}

.page-content .page-title {
	color: #88362b;
}

.page-content h3 {
	color: #003954;
}

.page-content a {
	color: #88362b;
}

.page-content a:hover {
	text-decoration: underline;
}

.page-content a.accordion-title {	
	font-size: 20px;
	font-weight: bold;
	color: #003954;
}

.page-sidebar {
	padding-top: 64px;
}

.page-sidebar h5 {
	text-transform: uppercase;
}

.page-sidebar .nav {
	border-top: 1px #9b8886 solid;
	border-bottom: 1px #9b8886 solid;
	padding: 40px 25px;
}

.page-sidebar .nav ul {
	margin: 0;
}

.page-sidebar .nav ul > li {
	list-style: none;
	text-decoration: underline;
	padding: 3px 0;
	display: flex;
}

.page-sidebar .nav li a {
	color: #88362b;
}

.page-sidebar .nav ul > li:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.07);
}

.footer {
	background-color: #322c29;
	color: #70635d;
	margin-top: 100px;
	padding-top: 40px;
	padding-bottom: 55px;
}

.footer .links ul > li {
	list-style: none;
	padding: 6px 0;
}

.footer .links a {	
	color: #70635d;
}

.footer .links a:hover {	
	color: #937669;
}

.footer .logos {
	margin-top: 40px;
}

.footer .copyright {
	margin-top: 15px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-border {
    border: none;
}

a {
	color: #000;
}

.is-dropdown-submenu {
	z-index: 150;
}

.google-maps-builder-wrap {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.sticky.is-stuck {
	z-index: 9999;
}

.page-content .ai1ec-field-label {
    color:#003954;
}

/* BD */
#wpbdp-main-box {
	display: none !important;
}

#wpbdp-page-category .category-name,
.wpbdp-single .listing-title h2 {
	color: #88362b !important;
}

.wpbdp-single .listing-title {
	border: none !important;
	font-size: 2.5rem;
	background: none !important;
}

#wpbdp-page-category .wpbdp-listing {
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	padding: 30px;
	margin: 20px 0;
}

#wpbdp-page-category .wpbdp-field-business_name label,
#wpbdp-page-category .wpbdp-field-long_business_description label{
	display: none;
}

#wpbdp-page-category .wpbdp-field-business_name a {	
	border: none;
	color: #88362b;
    font-size: 22px;
    font-weight: bold;
}

#wpbdp-page-category .listing-actions a,
.wpbdp-button {
	background-color: transparent;
    border: 1px solid #88362b;
    margin: 0 5px;
	color: #88362b;
}

#wpbdp-page-category .listing-actions a:hover,
.wpbdp-button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #88362b;
}

#wpbdp-page-category .listing-thumbnail {
	margin: 20px;
}

#wpbdp-page-category .wpbdp-field-business_genre,
#wpbdp-page-category .wpbdp-field-long_business_description p,
.wpbdp-single .wpbdp-field-business_name,
.wpbdp-single .wpbdp-field-business_genre {
	display: none;
}

#wpbdp-page-category .wpbdp-field-long_business_description p:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Gallery */

.gallery-bottom {
 margin-left: -15px;
 text-align: center;
}

.gallery-bottom .button {
 background-color: rgba(0,0,0,0.15);
}
.gallery-bottom .button:hover {
 background-color: #88362b;
}

.gallery-bottom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 {
    margin: 10px;
}

.gallery-bottom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 span {
    width: 100%;
    height: 150px;
}

.gallery-bottom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 {
    width: calc(33.3% - 20px);
    height: auto;
}

.gallery-bottom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 img.bwg_img_custom {
    min-width: 100%;
    min-height: 100%;
    width: auto !important; 
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0px !important;
}

.gallery-bottom #bwg_container1_0 #bwg_container2_0 a {
    display: none;
}

.gallery-bottom #bwg_container1_0 #bwg_container2_0 a:nth-child(-n+5) {
    display: inline;
}

.gallery-bottom #bwg_container1_0 #bwg_container2_0 a:nth-child(-n+2) .bwg_standart_thumb_0 span {
    height: 180px;
}

.gallery-bottom #bwg_container1_0 #bwg_container2_0 a:nth-child(-n+2) .bwg_standart_thumb_0 {
    width: calc(50% - 20px);
    height: auto;
}

.side-gallery {
 border-top: none !important;
}


.side-gallery [id^="bwg_container1_"] > [id^="bwg_container2_"] a > [class^="bwg_standart_thumb_"] {
    width: calc(50% - 20px);
    height: auto;
    margin: 10px;
}

.side-gallery [id^="bwg_container1_"] > [id^="bwg_container2_"] a > [class^="bwg_standart_thumb_"] span {
    width: 100% !important;
}

form[id^="gal_front_form_"] > div {
	position: inherit !important;
}

@media only screen and (max-width: 40em) {
	body {
		background: #edecea url(../images/bg-2.jpg) no-repeat;
		background-size: 200%;
		background-position: center -30px;
	}

	.title-bar-left {
		text-align: center;
	}

	.title-bar-left img{
		width: 65%;
	}	

	.title-bar.sticky {
		top: 0 !important;
	}

	.intro .card-section {
		padding: 20px 0;
	}

	.intro .title, 
	.intro .description {
		padding: 0 30px;
	}

	.preview .columns {
		margin-bottom: 40px;
	}

	.tag-line {
		background-size: 70%;
		height: 350px;
	}

	.serenity .text-1,
	.serenity .text-2,
	.heritage .text-1,
	.heritage .text-2 {
		font-size: 22px;
	}

	.serenity {
		height: 490px;
	    background-image: url(../images/serenity-bg-2.jpg);
	    background-size: 140%;
	    margin-top: 50px;
	    margin-bottom: 30px;
	}

	.serenity .text-2 {
		margin-top: 140px;
	}

	.logo-text {
		padding: 0 10%;
	}

	.heritage {
		height: 730px;
	    background-image: url(../images/heritage-bg-2.jpg);
	    background-size: 190%;
	}

	.heritage .text-2 {
		margin-top: 130px;
	}

	.logo-bar {
    	background-color: rgba(250, 252, 252, .8);
    	height: 52px;
    	position: fixed;
    	top: 0;
		z-index: 100;
	}

	.logo-bar .logo {
		height: 48px;
	    padding: 2px 0;
	    margin-left: 15px;
	    float: left;
	}

	.logo-bar .text {
		float: right;
		padding: 19.5px 0;
		margin-right: 15px;
	}

	.footer-nav {
		background-color: #003954;
		height: 70px;
    	position: fixed;
    	bottom: 0;
		z-index: 99999;
	    color: #fff;
	}

	.footer-nav .inline-list {
		text-align: center;
	}

	.footer-nav ul > li {
		width: 24.1%;
		display: inline-block;    
		text-align: center;
	    padding: 10px;
	    font-family: Arial;
	}

	.footer-nav li .nav-icon {
		background-color: #fff;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
	}

	.footer-nav li .nav-icon-1 {
		background-image: url(../images/icon-1.png);
	}

	.footer-nav li .nav-icon-2 {
		background-image: url(../images/icon-2.png);
	}

	.footer-nav li .nav-icon-3 {
		background-image: url(../images/icon-3.png);
	}

	.footer-nav li .nav-icon-4 {
		background-image: url(../images/icon-4.png);
	}

	.footer-nav li.nav-active {
		color: #f8d78f;
	}

	.footer-nav li.nav-active .nav-icon {
		background-color: #f8d78f;
	}


	.list-nav {
    	background-color: rgba(250, 252, 252, .92);
		height: 100vh;
		width: 100vw;
		position: fixed;
		z-index: 9;
		color: #003954;
		padding: 28px 28px 70px 28px;
		display: none;
		overflow: auto;
		top: 0;
	}

	.list-nav h2 {
		font-size: 24px;
	    font-weight: bold;
	    text-transform: uppercase;
	}

	.list-nav ul {
		margin: 0;
	}

	.list-nav li {
		list-style: none;
		padding: 20px 0;
		border-bottom: 1px solid #89a7b5;
		font-size: 19px;
	    font-weight: bold;
	}

	.list-nav li:last-child {
		border-bottom: none;
	}

	.list-nav li a {
		color: #003954;
	}

	.list-nav .close {
		height: 21px;
		width: 20px;
		font-size: 24px;
	    font-weight: bold;
	    position: fixed;
	    top: 15px;
	    right: 15px;
	    background: url(../images/close-x.png) no-repeat center;
	}

	.page-main {
		padding: 20px;
	}
	.page-main .page-content {
		padding: 0;
	}
	#wpbdp-page-category .listing-thumbnail {
		text-align: center;
	}


	.gallery-bottom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 {
		display: block;
	}

	.gallery-bottom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 {
	    width: calc(100% - 20px);
	}

	.gallery-bottom #bwg_container1_0 #bwg_container2_0 a:nth-child(-n+2) .bwg_standart_thumb_0 {
	    width: calc(100% - 20px);
	}

	.gallery-bottom #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 img.bwg_img_custom,
	.gallery-bottom #bwg_container1_0 #bwg_container2_0 a:nth-child(-n+2) .bwg_standart_thumb_0 img.bwg_img_custom  {
	    height: auto !important;
	    width: 100% !important;
	    margin-left: 0 !important;
	}


}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.title-bar .dropdown.menu {
		font-size: 1.7vw;
	}
	.title-bar.is-stuck .dropdown.menu {
		font-size: 1.6vw;
	}
}

@media only screen and (max-width: 64em) {
	.intro .medium-12.columns.no-padding {
		padding-right: 0.9375rem;
    	padding-left: 0.9375rem;
	}
}

@media only screen and (min-width: 1617px) {
	body {
		background-size: 100% 1200px;
	}
}