/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: TUCHO Development Team
Template: flatsome
Version: 1.0
*/

/* tipografia */
@font-face {
	font-family: 'Onest';
	src: url('/wp-content/themes/flatsome-child/fonts/Onest.woff2') format('woff2-variations');
	font-weight: 100 1000;
	font-stretch: 75% 125%;
	font-style: normal;
	font-display: swap;
}

body, input, textarea, select, button, p {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
	font-family: 'Onest';
}
h1, h2, h3, h4, h5, h6, .widget-title {
	font-weight: 600;
}
p, ul {
	text-align: justify;
}
b, strong {
	font-weight: 600;
}
.subtitle {
	border-bottom: 1px dashed currentColor;
    font-size: 1.6rem;
}
.dobleline {
	margin: 10px 0;
	border-top: 2px solid currentColor;
	border-bottom: 1px solid currentColor;
}
@media (min-width: 1100px) {
	h1 {
    font-size: 2.8rem!important;
	}
	h2 {
	font-size: 2.2rem;
	}
	h3 {
	font-size: 1.8rem;
	}
}
@media (min-width: 110px) and (max-width: 1024px){
	h1 {
		font-size: 2.4rem!important;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.3rem;
	}
}

/* general */
body {
	font-size: 18px;
	font-weight: 300;
	overflow-x: clip;
}
::-webkit-scrollbar,
::-webkit-scrollbar:hover {
    height: 7px;
    width: 7px;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #fff;
    border-left: 1px solid #808080;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #808080;
}
::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color);
}

/* helpers */
:root {
  --secondary-color: #666;
}
.center-section p {
	text-align: center;
}
@media (min-width: 769px) {
	.line-left {
		border-left: 1px solid #808080;
	}
	.pegado {
		position: sticky;
		top: 80px;
	}
	.col.bottom-padding {
		padding: 0 15px!important;
	}
}


.secondary-heading .city, .secondary-heading .state {
	display: table;
    font-weight: 300;
    font-size: 1.2rem;
	border-bottom: 1px solid rgb(153 153 154);
}


/* cabecera */
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
	box-shadow: none;
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #808080;
}
.header-nav-main {
	font-size: 1.4rem;
	font-family: 'Onest';
}
.header-nav-main .sub-menu li a {
	font-size: 17px!important;
}
.nav-dropdown {
	min-width: 260px!important;
}
.no-link > a {
    cursor: default;
}

/* home */
.glass-box {
	background: #00000080;
    padding: 1rem 2rem;
}
.glass-box2 {
	background: #a4205daa;
    padding: 1rem 2rem 0.01rem;
	max-width: 650px;
}
.glass-box ul.property_search-tabs li {
    background: #ffffff80;
    margin: 0 5px;
	border-bottom: 2px solid #fff;
}
.glass-box ul.property_search-tabs li.epl-sb-current {
    background: #ffffff;
    margin: 0 5px;
	border-bottom: 2px solid var(--primary-color);
}

/* blog */
.box-blog-post {
	border: 1px solid #808080;
}
.gallery-caption {
	display: none!important;
}
.recent-blog-posts .post_comments {
	display: none;
}

/* hero */
.hero {
	background-image: url(/wp-content/uploads/shape.svg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

/* marquee */
.marquee {
	--gap: 40px;
	--duration: 60s;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
}
.marquee__content {
	list-style-type: none;
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	min-width: 100%;
	gap: var(--gap);
	padding-inline-start: 0;
	font-size: 6rem;
	-webkit-text-stroke: min(0.25vmin, 1px) var(--secondary-color);
	text-stroke: min(0.25vmin, 1px) var(--secondary-color);
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: 600;
	animation: scroll var(--duration) linear infinite;
	margin: 0;
}
.marquee__content li {
	margin: 0;
}
.marquee__content li:nth-child(odd) {
	color: #fff;
	-webkit-text-stroke: min(0.25vmin, 1px) var(--secondary-color);
	text-stroke: min(0.25vmin, 1px) var(--secondary-color);
}
@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}

/* pie */
footer ul.menu>li ul {
	border-left: none;
}
.absolute-footer {
    display: none;
}
#nav_menu-2.col, #nav_menu-3.col, #nav_menu-4.col {
	padding: 0;
	width: 300px;
}
#nav_menu-2.widget, #nav_menu-3.widget, #nav_menu-4.widget {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.8em;
}
#nav_menu-2 ul.menu>li>a, #nav_menu-3 ul.menu>li>a, #nav_menu-4 ul.menu>li>a {
	padding: 4px 0;
}
#nav_menu-2 ul.menu>li+li, #nav_menu-3 ul.menu>li+li {
	border-top: none!important;
}
.columna-logos .stack {
    max-width: 80%;
}
.social-icons {
	color: var(--secondary-color);
}
.ue-texto {
	font-size: 0.8rem;
	padding-top: 10px;
}
.columna-copyright div.col-inner {
	display: flex;
	justify-content: space-between;
}
.col.columna-copyright {
	padding-bottom: 0;
}
@media (min-width: 768px){
	#nav_menu-3.col {
    	width: fit-content!important;
	}
	#nav_menu-3 #menu-footer-menu {
		display: inline-flex!important;
		width: fit-content!important;
	}
	#nav_menu-3 ul.menu>li+li {
		margin: 0 10px;
	}
	#nav_menu-3 ul.menu>li+li:last-child{
		margin: 0 0 0 10px;
	}
}
@media (max-width: 767px){
	.columna-contacto div.col-inner, .columna-logos div.col-inner, .columna-copyright div.col-inner ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.columna-contacto div.col-inner p {
		text-align: center!important;
	}
	.foot-logos div.img {
		padding-left: 10%;
		width: 78%!important;
	}
	.columna-copyright div.col-inner {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.columna-copyright div.col-inner ul {
		margin-bottom: 20px;
	}
}

/* página de contacto */
div.metodo-contacto {
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

/* ContactForm 7 */
form.wpcf7-form{
	background: #fff;
	padding: 2rem 2rem 0;
	border-radius: 0;
}
form.wpcf7-form * {
	transition: 225ms;
}
form.wpcf7-form label {
	display: block;
	width: 100%;
	cursor: pointer;
	color: var(--secondary-color);
	font-weight: 400;
	font-size: 14px;
}
form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
	display: block;
	width: 100%;
	padding: .5em 0;
	margin-bottom: 2rem;
	border: 0;
	border-bottom: 1px solid var(--secondary-color);
	border-radius: 0;
	background: transparent;
	font-size: 1rem;
	color: var(--secondary-color);
	box-shadow: none;
	padding: 0 10px;
}
form.wpcf7-form input:hover,
form.wpcf7-form select:hover,
form.wpcf7-form textarea:hover {
	cursor: pointer;
	border-bottom: 1px solid var(--primary-color);
}
form.wpcf7-form input:focus,
form.wpcf7-form select:focus,
form.wpcf7-form textarea:focus {
	border-bottom: 2px solid var(--primary-color);
	box-shadow: none;
	outline: none;
}
form.wpcf7-form input,
form.wpcf7-form textarea{
	background: rgba(0,0,0,.03));
}
form.wpcf7-form input[type="submit"] {
	padding: 0.5em;
	margin-bottom: 0;
	box-shadow: none;
	background: var(--primary-color);
	color: #fff;
	line-height: 1.2em;
    display: inline-block;
    margin-right: 1em;
	font-weight: 700;
	border-radius: 0!important;
}
form.wpcf7-form input[type="submit"]:hover {
	background-color: var(--secondary-color);
	color: #fff;
}
.wpcf7-list-item-label a {
	color: var(--secondary-color)!important;
}
span.wpcf7-not-valid-tip {
	position: relative;
	top: -1em;
	color: var(--secondary-color);
}
div.wpcf7-response-output {
	padding: 1em !important;
	margin: 0 !important;
}
form.wpcf7-form .wpcf7-acceptance label {
	display: inline-flex;
}
form.wpcf7-form .wpcf7-acceptance label input {
	max-width: 50px;
}
div.wpcf7 .ajax-loader {
	display:none;
	background: none;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s cubic-bezier(0.36, 0.09, 0.27, 0.97) infinite;
	border: 3px solid #dedede;
	border-top: 3px solid #000000;
	border-radius: 50%;
	height: 1em;
	width: 1em;
	margin: 0;
	vertical-align: middle;
}
@-webkit-keyframes spin {
  50% {
    border-top-color: #a4205d;
  }
  100% {
    border-top-color: #000000;
   -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
  }
}
@keyframes spin {
  50% {
    border-top-color: #a4205d;
  }
  100% {
    border-top-color: #000000;
   -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
  }
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    opacity: .75;
}
.wpcf7-list-item {
	display: block!important;
}

/* easy property listings */
.epl-search-row {
	padding: 5px;
}
.epl-search-form .epl-search-submit-row {
    margin-top: 0;
    display: flex;
    min-height: 77px;
    align-items: flex-end;
}
.epl-property-blog.epl-listing-grid-view .property-box img {
	width: 100%;
	object-fit: cover;
	transform-origin: center;
	transform: scale(1);
	transition: 0.5s;
	max-height: 250px;
}
.epl-property-blog.epl-listing-grid-view:hover .property-box img {
	transform-origin: center;
	transform: scale(1.1);
	transition: 0.5s;
}
.property-featured-image-wrapper {
	overflow: hidden;
}
.epl-property-blog .epl-property-blog-entry-wrapper {
    margin: 10px 10px;
    border: 1px solid #808080;
    box-shadow: none;
}
.epl-property-blog.epl-listing-grid-view .property-box-right {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.epl-property-blog .price {
    margin: 0.5em 0;
    text-align: right;
	font-family: monospace;
    font-size: 1.4rem;
	font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
}
.header-wrap {
    background-size: cover!important;
	background-attachment: fixed!important;
    width: 100%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 20px;
}
.header-wrap h1 {
	background: #00000080;
    padding: 1rem 2rem;
    color: #fff;
}
.home .epl-property_bedrooms_min, .home .epl-property_bedrooms_max, .home .epl-property_bathrooms {
	display: none;
}
/* propiedades destacadas */
.prop-destacadas .epl-property-blog .epl-property-blog-entry-wrapper {
	border: 1px solid var(--primary-color);
	box-shadow: 0 0 10px #a4205daa;
}
body.paged-2 .prop-destacadas,
.prop-destacadas .epl-alert {
	display: none;
}
/* propiedades destacadas home */
.home-destacadas .loop-content {
	display: flex;
}
.home-destacadas .property-box-left {
    width: 100%;
    padding-right: 0;
}
.home-destacadas .property-box-right {
	display: flex;
	padding: 1rem 1rem 0.5rem;
    width: 100%;
	min-height: 90px;
	gap: 1rem;
	text-align: left;
}
.home-destacadas .property-box img {
    min-width: 100%;
}
.home-destacadas .epl-property-blog-entry-wrapper {
	display: flex;
	flex-direction: column;
}
.home-destacadas .epl-excerpt-content,
.home-destacadas .property-address_,
.home-destacadas .property-feature-icons {
	display: none;
}
@media screen and (max-width: 500px) {
    .home-destacadas .epl-property-blog, .epl-property-blog.hentry {
        width: 100%;
        max-width: 100%;
    }
	.home-destacadas .loop-content {
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.home .epl-search-form.epl-sb-current {
		width: 1145px;
	}
	.home .epl-search-slim .epl-search-submit-row {
		margin-right: -11px!important;
	}
	.home .epl-search-slim .epl-search-row-full {
		width: 20%;
	}
}
@media (max-width: 767px) {
	.page-id-1964 .epl-property-blog .epl-property-blog-entry-wrapper,
	.page-id-1973 .epl-property-blog .epl-property-blog-entry-wrapper,
	.post-type-archive .epl-property-blog .epl-property-blog-entry-wrapper {
    	margin: 10px 0!important;
	}
	.page-id-1964 .epl-property-blog.hentry,
	.page-id-1973 .epl-property-blog.hentry,
	.page-id-1964 .epl-archive-entry-image .epl-blog-image img,
	.page-id-1973 .epl-archive-entry-image .epl-blog-image img,
	.post-type-archive .epl-property-blog.hentry,
	.post-type-archive .epl-archive-entry-image .epl-blog-image img {
		width: 100%!important;
		max-width: 100%!important;
	}
	.home .epl-search-row-half, .home .epl-property_category {
		width: 100%!important;
	}
}

/* epl buscador lateral */
.epl-search-form.epl-sb-current {
	width: 100%;
}

/* floating cita */
#floatcita {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -100px;
	top: 50%;
	width: 160px;
	z-index: 999;
}
#floatcita li {
	list-style-type: none;
	background: var(--secondary-color);
	height: 60px;
	margin-bottom: .5em;
	text-decoration: none;
	line-height: 60px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	transition: all 0.4s ease;
	padding: 0 0 0 15px;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 0;
}
/*#floatcita img {
    transform: translate(-4px, 8px);
}*/
#floatcita li span {
	padding: 0 15px;
	margin: 0px;
	visibility: collapse;
	color: #fff;
}
#floatcita li:hover {
	margin-left: -115px;
	background: var(--primary-color);
}
#floatcita li:hover span, #floatcita li:hover i {
	visibility: visible;
}

/* Estilos para EPL single */
.single-rental .col.large-8.izq {
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.single-rental .property-info-container {
  margin-bottom: 20px;
}

.single-rental .property-info-container h2.secondary-heading {
  margin-bottom: 10px;
}

.single-rental .property-info {
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}

.single-rental .price_bath {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-rental .property-meta.pricing-compatibility {
  font-size: 18px;
  font-weight: bold;
}

.single-rental .property-feature-icons.epl-clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-rental .col.large-4.der .tab-content ul {
    list-style-position: inside;
	list-style: square;
	text-align: left;
}

@media (min-width: 1024px) {
  .single-rental .col.large-4.der {
    position: sticky;
    top: 40px;
    height: 100vh;
	  padding: 40px;
  }
}