/* Frontend shortcode css  */
.creamaps-hidden{
	display: none;
}
 
 
.creamaps-wrapper:before, .creamaps-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.creamaps-core {
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	opacity: 1;
	right: 0;
	top: 0;
	-webkit-transition: opacity 1s, -webkit-transform 1s, fill 1s;
	transition: opacity 1s, transform 1s, fill 1s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

 
.creamaps_marker{
	cursor: pointer;
}
.creamaps_marker,.creamaps_marker_font,
.creamaps_marker_font{
	position: absolute;
	border: 0;
	cursor: pointer;
}
.creamaps_marker_font{
	font-size: 40px;
}

/*-------------------------------------------------------*/
/* MAIN WRAPPER */
/*-------------------------------------------------------*/
.creamaps-wrapper {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: -0.4em;
  background: #cfced7;

}

/*-------------------------------------------------------*/
  /* GENERAL SETTINGS */
  /*-------------------------------------------------------*/

.creamaps-wrapper h1 {
  font-size: 54px;
  line-height: 56px;
}

.creamaps-wrapper h2 {
  font-size: 40px;
  line-height: 44px;
}

.creamaps-wrapper h3 {
  font-size: 33px;
  line-height: 33px;
}

.creamaps-wrapper h4 {
  font-size: 17px;
  line-height: 25px;
}

.creamaps-wrapper h5 {
  font-size: 18px;
  line-height: 24px;
}

.creamaps-wrapper h6 {
  font-size: 14px;
  line-height: 18px;
}

.creamaps-wrapper p {
  font-size: 13px;
  line-height: 18px;
}

.creamaps-wrapper a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.creamaps-wrapper a:hover, .creamaps-wrapper a:focus {
  text-decoration: none;
  outline: none;
}

.creamaps-wrapper svg:not(:root) {
  overflow: hidden;
}

.creamaps-wrapper:before, .creamaps-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.creamaps-wrapper:focus {
  outline: none;
}

/*-------------------------------------------------------*/
/* CONTACT WRAPPER */
/*-------------------------------------------------------*/
.creamaps-contact {
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}

.creamaps-contact__item h1, .creamaps-contact__item h2, .creamaps-contact__item h3, .creamaps-contact__item h4, .creamaps-contact__item h5, .creamaps-contact__item h6 {
  position: relative;
}

.creamaps-contact__item div p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.creamaps-contact__item div a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in, color 0.3s ease-in;
  transition: opacity 0.3s ease-in, color 0.3s ease-in;
}

.creamaps-contact__item div a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .creamaps-wrapper {
    text-align: center;
  }
}



/* -------- */

.creamaps-wrapper iframe{
  max-width: 280px;
  max-height: 145px;
  display: block;
}
.creamaps-wrapper .si-frame p{
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}

.maps-overlay{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	cursor: default;
	background-color: red;
}


.creamaps-svg-text-block{
	color: #000;
	background: #fff;
	width: 50%;
	height: 100%; 
}
.creamaps-svg-text-block .content{
	padding-left: 30px; 
}


 
.marker{
	z-index: 10000;
}
.creamaps-core.hide{
	opacity: 0.3;
}


.si-close-button{
	padding: 12px 4px;
	line-height: 0;
	font-weight: normal;
  box-shadow: none;
  
}
.si-frame .si-close-button{
  background-color: transparent;
  color: inherit;
}
.si-close-button:hover{
	background: none;
}
 
.si-frame .si-content a,
.si-frame .si-content a:hover,
.entry-content .si-content a:hover {
  color: inherit !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
 

/* svg mask for maps */
.creamaps-svg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.creamaps-core .creamaps-svg{
	z-index: 2;
}
.creamaps-svg.hidden{
	opacity: 0;
	visibility: hidden;
}
.creamaps-svg .creamaps-svg-mask text {
  text-anchor: middle;
}
.creamaps-svg .creamaps-svg-mask .alpha {
    fill: #ffffff;
    opacity: 1;
}
.creamaps-svg .creamaps-svg-mask .text-title {
  letter-spacing: -2px;
  font-size: 15vw;
  font-family: 'Baloo Thambi', cursive;
  transform: 200px 0;
  width: 100%;
}

.creamaps-svg.hidden .creamaps-svg-mask .text-title{
	transform: 0 0;
}
 