/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.contact-banner .wpcf7-submit{
	width: 100% !important;
}

.border-left{
	border-left: 3px solid #002E1E;
}

#LA_RESERVA-2:hover, #SOTOGRANDE_ALTO:hover, #SOTOGRANDE_COSTA:hover, #TORREGUADIARO:hover{
	fill: #f7f7f7 !important;
}

#LA_RESERVA-2:hover #LA_RESERVA-2-2{
  font-size: 30px;
}

.svg-maps{
	width: 990px;
}

.contact-banner .col{
	padding: 0 15px 1px;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  text-align: center;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.col-inner:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  text-align: center;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: white;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: white;
  color: black;
  transform: rotateY(180deg);
  display: table;
}

.img-flip{
	width: 32%;
	margin: 20px;
}

.flip-card .button, span{
	-webkit-backface-visibility: hidden !important; /* Safari */
	backface-visibility: hidden !important;
}

.three-icons .col-inner{
	height: 300px;
  border-radius: 30px;
}

.flip-card-back p{
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
}

.flip-card-front h1 {
  margin-top: 30px;
  font-family: 'Lato';
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.svg-maps{
		width: auto;
	}

}