/*!
Theme Name: MH
Theme URI: http://underscores.me/
Author: Garcia Lara
Author URI: https://garcialara.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MH is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}
input:focus-visible{
	border: 0;
	outline: unset;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1b1b1b;
	font-family:"proxima-nova";
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:"proxima-nova";
	font-weight: 700;
	margin: 0;
}
h2{
	font-size: 52px;
}
h3{
	font-size: 34px;
}
h4{
	font-size: 24px;
}
p {
	margin-bottom: 1.5em;
}
p:last-child{
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color:  #ff8c00;
}



a:hover,
a:focus,
a:active {
	color: #ff8c00;
}

a:focus {
	outline: unset;
}

a:hover,
a:active {
	outline: unset;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #ff8c00;
	color: #fff;
	border: 0;
	padding: 12px 40px;
	border-radius: 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #1b1b1b;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea
{
	color: #1b1b1b;
	border: 1px solid #eee;
	height: 44px;
	border-radius: 15px;
	width: 100%;
	padding: 0 18px;
}
textarea {
	height: 150px;
	padding: 10px 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #1b1b1b;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	/*width: 100%;*/
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 0 11px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 7px 0px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
	-webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,.10);
	box-shadow: 0 8px 8px 0 rgba(0,0,0,.10);
	border: 1px solid #eee;
	padding: 30px 23px;
	border-radius: 15px;
}
.widget-title{
	font-size: 24px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}
.widget-title:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 3px;
	background-color: #ff8c00;
	margin-right: 10px;

}
.widget select {
	max-width: 100%;
}
.widget-area ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget-area ul li a{
	color: #1b1b1b;
}
.widget-area ul li a:hover{
	color: #ff8c00;
	text-decoration: unset;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* GARCIA LARA
--------------------------------------------- */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1b1b1b;
  font-weight: 400;
  font-family: "proxima-nova";
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #1b1b1b;
  font-weight: 400;
  font-family: "proxima-nova";
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #1b1b1b;
  font-weight: 400;
  font-family: "proxima-nova";
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #1b1b1b;
  font-weight: 400;
  font-family: "proxima-nova";
  opacity: 1;
}
.nomargin .site-content, .nomargin .entry-content, .nomargin .page, 
.nomargin .site-main, .nomargin .widget-area {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.site-content {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 50px;
}
.site-header .site-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-branding{
	width: 243px;
	line-height: 0;
	display: block;
}
.site-header{
	padding: 19px 2.5em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sioverlay .site-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, .8);
}
.menu-button{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tel-button{
	display: flex;
	align-items: center;
	padding: 7px 15px;
	border-radius: 10px;
	color: #fff;
	background-color: #ff8c00;
	font-weight: 700;
}
.tel-button:hover, .tel-button:active, .tel-button:focus{
	color: #fff;
	text-decoration: unset;
}
.tel-button img{
	width: 19px;
	margin-right: 8px;
}
.tel-button p{
	margin-bottom: 0;
	margin-top: 0;
}
.vc_row[data-vc-full-width] .sb-bg-slider-params.sb-slider-data-source-shortcode {
    width: 100vw!important;
}


.home .ere-search-properties{
	display: flex;
}
.home .ere-search-properties .form-group{
	height: auto;
	width: auto !important;
	padding: 0;
	margin: 0;
	line-height: 0;
	float: initial;
}
.ere-mini-search-properties .ere-mini-search-properties-form{
    border-radius: 15px;
    overflow: hidden;
}
.ere-mini-search-properties button{
	border-radius: 0 15px 15px 0;
	border: 0;
	background-color: #ff8c00;
	padding: 0;
}
.ere-mini-search-properties button i{
	color: #fff;
	font-size: 29px;
}
.ere-mini-search-properties .ere-status{
	border-radius: 15px 0 0 15px;
	border: 0;
}
.ere-mini-search-properties input{
	border-radius: 15px;
	border: 0;
}
.ere-mini-search-properties .ere-status{
	font-family: "proxima-nova";
	text-align: center;
	color: #000;
	font-weight: 400;
}

.ere-mini-search-properties .status
{
	width: auto;
}

.ere-mini-search-properties .select2-selection
{
	padding: 13px;
}

.ere-mini-search-properties .select2{
	height: 100%;
}
.ere-mini-search-properties .select2-container{
	height: 100%;
}
.ere-mini-search-properties .selection{
	height: 100%;
	display: flex;
}
.ere-mini-search-properties .select2-selection{
	height: 100%;
	border-radius: 15px 0 0 15px;
	border: 0;
	border-right: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ere-mini-search-properties .select2-container--default .select2-selection--single .select2-selection__rendered{
	display: block;
	padding: 0;
	margin-right: 11px;
	align-items: center;
	display: flex;
	color: #1b1b1b;
font-size: 16px;
}
.ere-mini-search-properties .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: auto;
	position: initial;
	display: block;
	width: auto;
}
.ere-mini-search-properties .select2-container--default .select2-selection--single .select2-selection__arrow b{
	position: initial;
}
.icono-beneficio img{
	max-width: 90px!important;
	height: auto;
}
.vc_btn3{
	background-image: unset!important;
	border-radius: 15px!important;
	font-weight: 700!important;
	width: 161px;
	height: 45px;
}
.vc_btn3-color-warning{
	background-color: #ff8c00!important;
}
.vc_separator .vc_sep_holder{
	height: 4px!important;
}
.ere-property:not(.property-zigzac) .property-inner{
	background-color: #fff!important;
	border-radius: 15px;
	padding: 20px 20px 0!important;
	-webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,.10);
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.10);
    border: 1px solid #eee;
}
.ere-archive-property .ere-property:not(.property-zigzac) .property-inner{
	margin: 0 15px 30px;
}
.ere-similar-properties .ere-property:not(.property-zigzac) .property-inner{
	padding: 20px 20px!important;
	border: 1px solid #f4f4f4;
}
.ere-similar-properties .ere-property.property-list .property-item-content .property-info,
.ere-property.property-list .property-item-content .property-info{
	background-color: transparent !important;
}
.ere-property .property-item-content .property-info{
	border-radius: 0 0 15px 15px;
	margin-left: -20px!important;
	margin-right: -20px!important;
	padding: 6px 20px !important;
}
.ere-property .property-item-content .property-info .property-info-inner > div:not(.tooltip) .property-info-value{
	font-size: 16px!important;
	font-family: "proxima-nova";
}
.ere-property .property-item-content .property-info .property-info-inner > div:not(.tooltip) span:first-child{
	margin-right: 10px!important;
}
.ere-property .property-status p .property-status-bg{
	background-color: #ff8c00!important;
	font-size: 14px!important;
}
.ere-property .property-status p .property-status-bg .property-arrow{

	border-left-color: #ff8c00!important;
	border-right-color: #ff8c00!important;
}
.ere-property .property-label p .property-label-bg{
	background-color: #1b1b1b!important;
	font-size: 14px!important;
	
}
.ere-property .property-label p .property-label-bg .property-arrow{
	border-left-color: #1b1b1b!important;
	border-right-color: #1b1b1b!important;
}
.ere-property .property-price span{
	font-weight: 400;
	font-size: 20px;
}
.property-price-postfix, .property-price-prefix{
	color: #ff8c00!important;
}
.ere-property .property-agent, .ere-property .property-date, 
.ere-property .property-location, .ere-property .property-type, 
.ere-property .property-type-list{
	font-size: 16px!important;
}
.ere-property .property-agent a, .ere-property .property-date a, 
.ere-property .property-location a, .ere-property .property-type a, 
.ere-property .property-type-list a{
	color: #1b1b1b!important;
}

.ere-property .property-agent a:hover, .ere-property .property-date a:hover, 
.ere-property .property-location a:hover, .ere-property .property-type a:hover, 
.ere-property .property-type-list a:hover, .ere-property .property-agent a:focus, 
.ere-property .property-date a:focus, .ere-property .property-location a:focus, 
.ere-property .property-type a:focus, .ere-property .property-type-list a:focus,
.ere-property .property-agent a:active, .ere-property .property-date a:active, 
.ere-property .property-location a:active, .ere-property .property-type a:active, 
.ere-property .property-type-list a:active{
	color: #ff8c00!important
}
.esg-media-poster{
border-radius: 15px;
}
.site-footer{
	background-color: #1b1b1b;
	padding: 55px 0 64px;
}
.blog .site-footer .col-full, .single .site-footer .col-full, 
.page-template-page-sidebar .site-footer .col-full, .search .site-footer .col-full, 
.archive .site-footer .col-full, .page-template-page-property .site-footer .col-full{
	display: block;
}
.site-footer .site-info img{
	width: 140px;
	margin: auto;
	display: block;
	margin-bottom: 49px;
}
ul.cnss-social-icon li.cn-fa-icon a{
	margin: 0!important;
	padding: 0!important;
	width: 40px!important;
	height: 40px!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
	margin: 0 5px !important;
}
ul.cnss-social-icon li.cn-fa-icon a i{
	font-size: 16px!important;
}
.newsletter{
	background-color: #383838;
	color: #fff;
	padding: 34px 0 36px;
}
.newsletter .col-full {
    display: flex;
}
.newsletter .col-full .column-title{
    width: 30%;
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.newsletter .col-full .column-title img{
	width: 93px;
	margin-right: 27px;
}
.newsletter .col-full .column-newsletter{
	width: calc(70% - 30px);
	display: flex;
	align-items: center;
}
.newsletter .col-full .column-newsletter .mc4wp-form{
	width: 100%;
	position: relative;
}
.newsletter .col-full .column-newsletter .mc4wp-form input{
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	padding: 0 14px 19px;
	color: #fff;
}
.newsletter .col-full .column-newsletter .mc4wp-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter .col-full .column-newsletter .mc4wp-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.newsletter .col-full .column-newsletter .mc4wp-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.newsletter .col-full .column-newsletter .mc4wp-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.newsletter .col-full .column-newsletter .mc4wp-form button{
	position: absolute;
	right: 13px;
	width: 28px;
	padding: 0;
	-webkit-appearance: none;
	border: 0;
	background-color: unset;
}
.menu-footer{
	background-color: #1b1b1b;
	padding: 20px 0;
}
#footer_menu{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
#footer_menu li{
	padding-right: 26px;
}
#footer_menu li a{
	color: #fff;
	text-decoration: unset;
	font-size: 16px;
}
.menu-footer .site-info, .menu-footer .site-info a {
	color:#fff;
}
.menu-footer .col-full{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.address-marker i, .agent-info i, .attachment-file-type, .ere-dashboard-logout i, 
.ere-link-more, .ere-my-property-address i, .ere-my-property-date i, 
.ere-my-property-total-views i, .ere-my-saved-search-item i, 
.ere-widget-listing-property-taxonomy i, .open-on-google-maps, .property-agent i, 
.property-count span, .property-date i, .property-info-header .property-info span.fa, 
.property-location i, .property-type i, .property-type-list i, .property-views-count i, 
.user-dropdown i, .walk-score-more-detail, span.total-properties, .fas.fa-ruler-combined{
	color:  #ff8c00!important;
}
.single-property .single-property-area .property-info-action .property-main-info{
	height: 310px;
	display: flex;
	align-items: center;
	position: relative!important;
	background-size: cover;
	background-position: center;
	padding: 0!important
}
.single-property .single-property-area .property-info-action .property-main-info .col-full{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.single-property .single-property-area .property-info-action .property-main-info .col-full .property-heading,
.single-property .single-property-area .property-info-action .property-main-info .col-full .property-ubicacion{
	width: 50%;
}

.single-property .single-property-area .property-info-action .property-main-info:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	background-color: rgba(0,0,0,.8);
	left: 0;
	top: 0;
}
.single-property .property-info-action .property-main-info .property-status{
	display: block!important;
}
.single-property .property-info-action .property-main-info .property-status{
	top: 0!important;
	margin-bottom: 19px;
}
.single-property .property-info-action .property-main-info .property-status span{
	background-color: #ff8c00;
	border-radius: 5px!important;
	padding: 4px 15px !important;
	box-sizing: content-box;
}
.single-property .property-info-action .property-main-info .property-heading h2{
	font-weight: 700!important;
	top: 0!important;
}
.single-property .single-property-area .property-info-action .property-main-info .col-full .property-ubicacion{
	position: relative;
	z-index: 1;
}
.single-property .property-info-action .property-main-info .property-price{
	margin-right: 0!important;
	display: block!important;
	text-align: right!important;
	font-size: 28px !important;
}
.single-property .property-info-header .property-price-postfix, 
.single-property .property-info-header .property-price-prefix{
	font-size: 28px;
}
.single-property .property-info-action .property-main-info .property-location span{
	color: #fff;
}
.property-box-info{
	width: 100%;
	display: flex;
	align-items: center;
}
.single .property-box-info .col-full{
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.single-property .property-info-action .property-info{
	display: inline-block;
}
.single-property-area .single-property-image-main .owl-next,
.single-property-area .single-property-image-main .owl-prev{
	background-color: #1b1b1b !important;
}
.single-property-area .single-property-image-main .owl-next:hover,
.single-property-area .single-property-image-main .owl-prev:hover{
	background-color: #ff8c00 !important;
}
.single-property-area .single-property-image-main .owl-next::after{
	border-bottom-color: #1b1b1b !important;
}
.single-property-area .single-property-image-main  .owl-prev::after{
	border-top: solid 60px #1b1b1b !important;
}
.single-property-area .single-property-image-main  .owl-prev:hover::after{
	border-top: solid 60px #ff8c00 !important;
}
.owl-nav .owl-next i, .owl-nav .owl-prev i{
	color: #fff;
}
.owl-carousel .owl-item img, .single-property-area .single-property-image-thumb .current::before,
.ere-light-gallery a.zoomGallery{
	border-radius: 15px;
}
.single-property-area .property-tab .nav-tabs li.active a, 
.single-property-area .property-tab .nav-tabs li:hover a{
	background-color: #ff8c00!important;
}
.col-wrapper-single-property{
	display: flex;
	width: 100%;
	box-sizing: border-box!important;
}
.wrapper-single-property{
	width: 70%;
	padding-right: 15px;
}
.single-property-area .widget-area{
	width: 25%;
	padding-left: 15px;
}
.ere-property-advanced-search input[type="text"], .ere-property-advanced-search select{
	width: 100%;
	border-radius: 15px;
	height: 45px;
	padding: 0 16px;
}
.submit-search-form{
	margin-top: 13px!important;
	margin-bottom: 13px !important;
	height: auto;
}
.ere-advanced-search-btn, .single-property-area .contact-agent .agent-contact-btn{
	border-radius: 15px!important;
	border: 0;
	background-color: #ff8c00;
	color: #fff;
	padding: 15px 25px;
}
.widget.ere-property:not(.property-zigzac) .property-inner{
	padding: 0!important;
	box-shadow: unset!important;
	border: 0;
}
.widget.ere-property h2.property-title{
	font-size: 22px
}
.ere-widget-listing-property-taxonomy ul li a{
	color: #1b1b1b!important;
}
.single-property-area .agent-content .agent-heading h4{
	font-size: 24px!important;
	font-weight: 700!important;
	padding-bottom: 4px !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}
.single-property-area .agent-content .agent-heading span{
	font-weight: 400!important;
	color: #1b1b1b!important;
	font-size: 16px;
}
.widget .owl-carousel .owl-item img, 
.widget .single-property-area .single-property-image-thumb .current::before, 
.widget .ere-light-gallery a.zoomGallery,
.widget.ere-property:not(.property-zigzac) .property-inner{
	border-radius: 0;
}
.single-property-area .agent-content .agent-social a{
	width: 40px!important;
	height: 40px!important;
	background-color: #ff8c00!important;
	color: #fff!important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
}
.single-property-area .agent-info .agent-content .agent-social i{
	color: #fff!important;
}
.btn-primary{
	background-color: #ff8c00;
	color: #fff;
	border: 0;
	padding: 12px 40px;
	border-radius: 15px;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover, .btn-primary:active:focus, .btn-primary:active:hover{
	background-color: #1b1b1b;
}
.single-property-element.property-contact-agent .agent-info-contact{
	margin-bottom: 32px;
}
.single-property-element.property-contact-agent .agent-info-contact div {
    margin-bottom: 20px;
}
.single-property-area .contact-agent input, .single-property-area .contact-agent textarea{
	border-radius: 15px;
	border: 1px solid #eee;
}
.single-property-area .contact-agent input{
	height: 45px;
}
.single-property-area .contact-agent textarea{
	height: 140px;
	color: #1b1b1b;
	font-size: 16px;
	padding: 20px 25px;
}
.single-property-area .contact-agent input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1b1b1b;
  opacity: 1;
  font-size: 16px;
}
.single-property-area .contact-agent input::-moz-placeholder { /* Firefox 19+ */
  color: #1b1b1b;
  opacity: 1;
  font-size: 16px;
}
.single-property-area .contact-agent input:-ms-input-placeholder { /* IE 10+ */
  color: #1b1b1b;
  opacity: 1;
  font-size: 16px;
}
.single-property-area .contact-agent input:-moz-placeholder { /* Firefox 18- */
  color: #1b1b1b;
  opacity: 1;
  font-size: 16px;
}
.single-property-area .property-tab .nav-tabs{
	border-radius: 15px;
	background-color: #1b1b1b;
}
.single-property-area .property-tab .nav-tabs li:first-child a{
	border-top-left-radius:  15px;
	border-bottom-left-radius:  15px;
}

.ere-property-featured .ere-property.property-list .property-item-content .property-info{
	background-color: transparent !important;
}
.ere-property .property-item-content .property-info .property-info-inner{
	background-color: #ff8c00!important;
	border-radius: 5px!important;
	height: auto!important;
	padding: 2px 15px!important;
}
.ere-property .property-item-content .property-info .property-info-inner .fas.fa-ruler-combined{
	color: #fff!important;
	margin-left: 0px;
}
.ere-similar-properties  .property-date{
	display: none!important;
}
.single-property-similares{
	margin-bottom: 60px;
}
.blog .col-full, .single .col-full, .page-template-page-sidebar .col-full, .search .col-full, 
.archive .col-full, .page-template-page-property .col-full{
	display: flex;

}
.blog .col-full #primary, .single .col-full #primary, .page-template-page-sidebar .col-full #primary,
.search .col-full #primary, .page-template-page-property .col-full #primary, .ere-archive-property-wrap {
	width: 70%;
	margin-bottom: 60px;
}
.blog .col-full .widget-area, .single .col-full .widget-area, .page-template-page-sidebar .col-full .widget-area,
.search .col-full .widget-area, .archive .col-full .widget-area, 
.page-template-page-property .col-full .widget-area{
	width: calc( 30% - 30px);
	margin-left: 30px;
	margin-bottom: 60px;
}
.banner-page {
    height: 300px;
    position: relative;
    display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 60px;
	background-size: cover;
	background-repeat: no-repeat;

}
.sioverlay .banner-page {
	padding-top: 90px;
	box-sizing: content-box;
}
.banner-page .col-full{
	width: 100%;
	z-index: 1;
}
.banner-page:before{
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(0,0,0,.5);
}
.banner-page h2{
	color: #fff;
	font-size: 50px;
}
.item-loop-post{
	margin-bottom: 30px;
}
.post-thumbnail{
	margin-bottom: 30px;
	display: block;
}
.post-thumbnail img {
    border-radius: 15px;
}
.entry-header h2{
	font-size: 28px;
}
.entry-header h2 a{
	color: #1b1b1b;
}
.entry-header h2 a:hover{
	color: #ff8c00;
	text-decoration: unset;
}
.search-form{
	position: relative;
}
.search-form label{
	width: 100%;
	margin-bottom: 0;
}
.search-form input{
	width: 100%;
	border-radius: 15px;
	height: 45px;
	padding: 0 105px 0 15px;
	border: 1px solid #eee;
}
.search-form .search-submit{
	position: absolute;
	right: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 105px;
	height: 100%;
	background-color: #ff8c00;
	border: 1px solid #ff8c00;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before{
	font-family: "Font Awesome 5 Free";
	content: "\f078";
}
.ere-property.property-carousel .owl-item:nth-child(2n) .property-inner .property-info{
	background-color: #ff8c00!important;
}
.property-carousel .owl-carousel .owl-item img{
	border-radius: 0;
}
/*.property-carousel .owl-carousel.owl-drag .owl-item{
	margin: 0 15px !important;
}*/
.owl-nav .owl-next, .owl-nav .owl-prev{
	background-color: #1b1b1b!important;
}
.owl-nav .owl-prev::after{
	border-top: solid 60px #1b1b1b!important;
}
.owl-nav .owl-next::after{
	border-bottom: solid 60px #1b1b1b!important;
}
.search-properties-form .select2-container{
	height: 100%;
}
.search-properties-form .selection{
	height: 100%;
	display: flex;
}
.search-properties-form .select2-container .select2-selection--single{
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 15px;
	padding: 0 17px;
	justify-content: space-between;
}
.search-properties-form .select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0;
}
.search-properties-form .select2-container--default .select2-selection--single .select2-selection__arrow{
	display: flex;
	align-items: center;
	height: auto;
	width: auto;
	position: initial;
}
.search-properties-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	height: 20px;
	width: 15px;
	display: block;
	margin: 0;
	position: initial;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected{
	background-color:  #ff8c00;
	color: #fff;
}
.select2-container .select2-selection--single:focus {
	box-shadow: unset;
}
.select2-dropdown{
	border: 1px solid #eee;
}
.property-info-action .property-main-info .property-heading h2{
	max-height: unset!important;
}
.ere-property-advanced-search .ere-search-status-tab{
	background-color: #1b1b1b;
	border-radius: 15px;
}
.ere-property-advanced-search .ere-search-status-tab button{
	border-radius: 15px;

}
.form-control:focus{
	box-shadow: unset;
	border-color: unset;
}
.ere-property-advanced-search .ere-search-status-tab{
	height: auto!important;
	background-color: unset!important;
}
.ere-property-advanced-search .ere-search-status-tab button{
	color: #1b1b1b!important;
	float: initial!important;
	display: inline-block!important;
}
.ere-property-advanced-search .ere-search-status-tab button.active{
	color: #fff!important;
}
.pagination{
	display: flex;
	justify-content: center;
}
.pagination > .active > span{
	background-color: #ff8c00;
	border-color: #ff8c00;
}
.pagination > li > a, .pagination > li > span{
	color: #ff8c00;
}
.pagination > li > a:focus, .pagination > li > a:hover, 
.pagination > li > span:focus, .pagination > li > span:hover,
.pagination > .active > span,.pagination > .active > span:hover{
	background-color: #ff8c00;
	border-color: #ff8c00;
	color: #fff;

}
.comment-form input[type="text"], .comment-form input[type="email"], 
.comment-form input[type="url"], .comment-form textarea{
	border-radius: 15px;
	border: 1px solid #eee;
	width: 100%;

}
.comment-form input[type="text"], .comment-form input[type="email"], 
.comment-form input[type="url"] {
	height: 45px;
}
.ere-property.property-list:not(.property-zigzac) .property-inner{
	padding: 20px !important;
	border: 1px solid #eee;
} 
.property-item-content  .property-agent{
	display: none!important;
}
.ere-property.ere-property.property-list .property-image{
	max-width: 350px!important;
}
.blog-grid .vc_single_image-img{
	border-radius: 15px;
}
.blog-grid .vc_gitem-col, .blog-grid .vc_gitem_row .vc_gitem-col{
	padding: 0!important;
}
.blog-grid .wpb_single_image{
	margin-bottom: 0!important;
} 
.error404 .col-full{
	margin-bottom: 30px;
}
.ere-property .property-item-content .property-title a{
	color: #1b1b1b!important;
	font-size: 22px;
	font-weight: 700;

}
.ere-property .property-item-content .property-title a:hover{
	color: #ff8c00!important;
}
.ere-heading-style2 h2{
	font-size: 24px;
}
.single-property-area .property-tab .nav-tabs li a{
	color: #fff!important;
}
.ere-property .property-label p, .ere-property .property-status p{
	text-align: right;
}

.wpcf7-form-control-wrap.recaptcha{
	display: block;
	margin-bottom: 20px;
}
.compare-thumb-main .compare-property-remove{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0!important;
}
.compare-listing-body .compare-properties-button{
	width: auto;
	box-sizing: content-box;
	padding: 10px 26px;
}
.btn.btn-primary.listing-btn{
	padding: 12px 25px;
	width: auto;
}
.compare-listing{
	box-shadow: 0 0 5px 1px #eee!important;
	-webkit-box-shadow: 0 0 5px 1px #eee;
	-moz-box-shadow: 0 0 5px 1px #eee;
	border-radius: 15px;
	border: 1px solid #eee
}
.compare-listing-header{
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	border-bottom: 1px solid #eee;
}
.ere-google-map-directions .ere-directions{
	left: 15px!important;
	bottom: 20px!important;
}
.property-carousel .owl-carousel.owl-drag .owl-item{
	margin: 0 15px !important;
}
.widget-area .owl-carousel.owl-drag .owl-item{
	margin: initial!important;
}
.above-archive-property .archive-property-action .archive-property-action-item:first-child, 
.ere-advanced-search-wrap .above-archive-property .ere-heading{
	float: unset!important;
}
.ere-archive-property-wrap .ere-property.col-gap-30{
	margin-left: 0!important;
	margin-right: 0!important;
}
.archive-property-action .property-status ul li a{
	margin-bottom: 5px;
}
#gtranslate_selector {
    background-image: url(image/language-selector-1.jpg) !important;
    height: 25px !important;
    width: 48px !important;
    background-size: 48px !important;
    border: 0px;
    background-repeat: no-repeat;
    margin: 0px;
    color: transparent;
}
#gtranslate_selector option {
    color: #1a1a1a;
}

.translator-icon{
	margin-left: 10px;
}
.main-navigation li.boton a{
	border: 1px solid #ff8c00;
	border-radius: 10px;
	padding: 6px 15px;
}
.single-property-area .single-property-image-thumb .owl-item img{
	width: 100%;
	height: 80px;
	object-fit: cover;
}
.single-property-area .ere-light-gallery{
	margin: 1px;
}
.single-property-area .property-gallery-item.ere-light-gallery img {
    height: 100%;
    width: 100%;
    height: 450px;
    object-fit: cover;
}
@media screen and (min-width: 768px) {

	.col-full {
	    max-width: 1140px;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 0px 1.6em;
	    /*box-sizing: content-box;*/
	    box-sizing: border-box
	}
}
@media screen and (max-width:767px){
	.col-full {
	    max-width: 100%;
	    padding: 0px 1.6em;
	    /*box-sizing: content-box;*/
	    box-sizing: border-box
	}
} 

@media screen and (max-width: 1399px) {
	.owl-nav .owl-next::after {
	    border-bottom: solid 50px #1b1b1b !important;
	}
	.owl-nav .owl-prev::after {
	    border-top: solid 50px #1b1b1b !important;
	}
}
@media screen and (max-width: 991px) {
	.menu-menu-principal-container {
		display: none;
	}
	.tel-button{
		margin-right: 20px;
	}
	.blog .col-full, .single .col-full, .page-template-page-sidebar .col-full,
	.search .col-full, .archive .col-full, .page-template-page-property .col-full {
	    display: block;
	}
	.wrapper-single-property{
		width: 100%;
	}
	.blog .col-full .widget-area, .single .col-full .widget-area, 
	.page-template-page-sidebar .col-full .widget-area, .search .col-full .widget-area,
	.archive .col-full .widget-area, .page-template-page-property .col-full .widget-area{
		width: 100%;
		margin-left: 0;
	}
	.newsletter .col-full {
	    display: flex;
	}
	.newsletter .col-full .column-title{
		width: 40%;
	}
	.newsletter .col-full .column-newsletter{
		width: calc(60% - 30px);
	}
	.menu-footer .col-full{
		text-align: center;
	}
	.menu-footer{
		padding: 30px 0;
	}
	.menu-menu-footer-container{
		margin-bottom: 20px;
	}
	#footer_menu{
		justify-content: center;
		flex-wrap: wrap;
	}
	#footer_menu li{
		padding: 0 13px;
	}
	.single .property-box-info .col-full{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.property-info-action .property-action{
		margin-top: 0;
	}
	#ere-features-tabs-accordion .panel-default{
		border: 0;
		box-shadow: unset;
	}
	#ere-features-tabs-accordion .panel-default .panel-body{
		border: 0;
	}
	#ere-features-tabs-accordion .panel-heading{
		padding: 0;
		background-color: unset;
	}
	#ere-features-tabs-accordion .panel-heading .panel-title a{
		background-color:  #ff8c00;
		color: #fff;
		border-radius: 15px;
		padding: 20px 15px;
	}
	#ere-features-tabs-accordion .panel-heading .panel-title a:hover{
		background-color:  #ff8c00;
		text-decoration: unset;
	}
	#ere-features-tabs-accordion .panel-heading .panel-title a.collapsed{
		background-color: #1b1b1b;
	}
	.blog .col-full #primary, .single .col-full #primary , .page-template-page-sidebar .col-full #primary, 
	.page-template-page-property .col-full #primary, .ere-archive-property-wrap {
	    width: 100%;
	}
	.property-carousel .owl-carousel.owl-drag .owl-item{
		margin: 0!important;
	}
	
}
@media screen and (max-width: 767px) {
	.ere-mini-search-properties{
		padding: 0 30px;
	}
	.newsletter .col-full, .menu-footer .col-full {
	    display: block;
	}
	
	.ere-property.ere-property.property-list .property-image {
	    max-width: 100% !important;
	}
	
	.newsletter .col-full .column-title, .newsletter .col-full .column-newsletter{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.tel-button p {
	    display: none;
	}
	.tel-button img{
		margin-right: 0;
	}
	.single-property .single-property-area .property-info-action .property-main-info .col-full{
		display: block;
	}
	.single-property .single-property-area .property-info-action .property-main-info .col-full .property-heading, 
	.single-property .single-property-area .property-info-action .property-main-info .col-full .property-ubicacion{
		width: 100%;
		margin-bottom: 20px;
	}
	.property-info-action .property-main-info .property-location{
		text-align: right!important;
	}
	.single .property-box-info .col-full{
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.property-info-action .property-action{
		padding: 0 0 20px!important;
		margin-top: 0 !important
	}
	.single-property .property-info-action .property-info{
		padding: 10px 0;
	}
	.agent-content {
		text-align: center;
	}
	.single-property-area .property-gallery-item.ere-light-gallery img{
		height: 250px;
	}
}
@media screen and (max-width: 575px) {
	.ere-mini-search-properties .ere-status{
		width: 95px!important;
	}
	.site-header{
		padding: 30px 1em;
	}
	.site-branding{
		width: 190px;
	}
	.tel-button{
		padding: 8px 12px;
		margin-right: 7px;
	}
	.translator-icon {
	    margin-left: 0px;
	    margin-right: 10px;
	}
	#gtranslate_selector{
		width: 30px !important;
	}
	.single-property .property-info-action .property-info{
		text-align: center;
	}
	.property-info-action .property-action{
		margin: auto;
	}
	.ere-mini-search-properties input{
		padding: 0 26px !important;
		/*border-radius: 0 0 15px 15px !important;*/
		border-radius: 15px !important;
		border-top: 2px solid #eee;
	}
	.ere-mini-search-properties button{
		border-radius: 0 15px 15px 0;/**/
		top: unset !important;
	}
	.ere-mini-search-properties .ere-status {
	    width: 100% !important;
	}
	.ere-mini-search-properties .select2-container{
		position: relative;
		height: 44px;
		margin-bottom: 24px;
	}
	.ere-mini-search-properties .select2-selection{
		border-radius: 15px;
	}
}