/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-body-font: "Merriweather-Regular", serif;
	--cnvs-primary-font: "JosefinSans-Regular", sans-serif;
	--cnvs-secondary-font: "JosefinSans-Regular", sans-serif;
	--cnvs-themecolor: #609082;
	--cnvs-themecolor-rgb: 96, 144, 130;
	--cnvs-header-height: 60px;
	--cnvs-header-height-shrink: 60px;
}
#header-wrap {
	background-color: #c7dbd2!important;
	border-bottom: 1px solid #b4b5b5;
}
#logo a {
	margin: 10px 0;
}
#slider h2 {
	text-shadow: 2px 2px #000000;
}
#slider p {
	text-shadow: 2px 2px #000000;
}
#home-gal a {
	margin: 0;
	padding: 0;
}
#environs {
	background-color: #dfe4e0;
}
.time {
	width: 65px;
	height: 65px;
	display: block;
	background-color: #609082;
	font-size: 65%;
	color: #ffffff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 100%;
	left: 40%;
	/*
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	*/
	padding: 10px;
	margin: -50px auto 0 auto;
}
.time span {
	display: block;
	color: white;
	text-align: center;
	line-height: 1;
}
.time span:nth-child(2) {
	font-size: 22px;
}
#map {
	height: 500px;
}
.color-bkg {
	background-color: #dfe4e0!important;
}
.josefin {
	font-family: 'JosefinSans-Regular'!important;
}
.josefin-bold {
	font-family: 'JosefinSans-Bold'!important;
}
ol.a {list-style-type: decimal;}
ol.b {list-style-type: decimal-leading-zero;}
ol.c {list-style-type: lower-alpha;}
ol.d {list-style-type: lower-roman;}
ol.e {list-style-type: upper-alpha;}
ol.f {list-style-type: upper-latin;}
ol.g {list-style-type: upper-roman;}
ol.h {list-style-type: none;}
ol.i {list-style-type: inherit;}
#villa h1 {
	text-shadow: 2px 2px #000000;
}
#villa p {
	text-shadow: 2px 2px #000000;
}
#book h1 {
	text-shadow: 2px 2px #000000;
}
#book p {
	text-shadow: 2px 2px #000000;
}
#environ-tab {
	border-top: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.075);
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	border-left: 1px solid rgba(0, 0, 0, 0.075);
	background-color: #ffffff;
}
#environs-inside h1 {
	text-shadow: 2px 2px #000000;
}
#environs-inside p {
	text-shadow: 2px 2px #000000;
}
.environ-title {
	font-family: JosefinSans-Bold, sans-serif;
	font-size: 1.7rem;
	margin-bottom: 0;
}
.environ-title-small {
	font-family: JosefinSans-Bpld, sans-serif;
	font-size: 1rem;
}
.date-card {
	padding-top: 8px;
	width: 80px;
	height: 80px;
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #dddddd;
	font-size: 70%;
	line-height: 1;
}
.date-card strong {
	display: block;
	font-size: 45px;
	font-weight: 300;
	color: rgb(96, 144, 130);
}
.image {
	background-position: center;
	background-size: cover;
}
.image img {
  display: inline-block;
  width: 100%;
}
.km {
	width: 20%;
}
.txt-right {
	padding-right: 20px!important;
}
.txt-left {
	padding-left: 20px!important;
}
#fb a {
	color: #ffffff;
}
#fb a:hover {
	color: #609082;
}

#inside h1 {
	text-shadow: 2px 2px #000000;
}
#inside p {
	text-shadow: 2px 2px #000000;
}

@media (min-width: 768px) {
.image img {
    display: none;
}
}
@media (max-width: 768px) {
.txt-right {
	padding-left: 20px!important;
}
.txt-left {
	padding-right: 20px!important;
}
}
