﻿/*
Theme Name: LuxHomesDR
Theme URI: http://meritdesigns.com/
Description: Real Estate WordPress Theme
Version: 1.0
Author: Merit Designs - Andres J. Villar
*/

@font-face {
    font-family: 'Bodoni Moda';
    src: url('fonts/BodoniModa-Regular.woff2') format('woff2'),
        url('fonts/BodoniModa-Regular.woff') format('woff'),
        url('fonts/BodoniModa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orkney';
    src: url('fonts/Orkney-Bold.woff2') format('woff2'),
        url('fonts/Orkney-Bold.woff') format('woff'),
        url('fonts/Orkney-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orkney';
    src: url('fonts/Orkney-Regular.woff2') format('woff2'),
        url('fonts/Orkney-Regular.woff') format('woff'),
        url('fonts/Orkney-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {	
	--white: #ffffff;
	--red: #FE2019;
	--black: #333333;
	--primary: #555555;
	--grey: #666666;
}
.red {
	color: var(--red);
}
.black {
	color: var(--black);
}
.grey {
	color: var(--grey);
}
.white {
	color: var(--white);
}
.bg-red {
	background: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-grey {
	background: var(--grey);
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Orkney', sans-serif;
	font-size: 16px;
	color: var(--primary);
	font-weight: normal;
}
.container-fluid {
	width: 1200px; 
	max-width: 100%; 
	margin: 0 auto; 
}
.clear { 
	width: 100%; 
	clear: both; 
}
.height10 {
	width: 100%; 
	clear: both;
	height: 10px;
}
.height15 {
	width: 100%; 
	clear: both;
	height: 15px;
}
.height20 {
	width: 100%; 
	clear: both;
	height: 20px;
}
.height30 {
	width: 100%; 
	clear: both;
	height: 30px;
}
.height50 {
	width: 100%; 
	clear: both;
	height: 50px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	color: var(--red);
}
a, a:hover, a:focus { 
	text-decoration: none; 
	color: var(--red);
}
.text-white {
	color: var(--white);
}
.text-black {
	color: var(--black);
}
.text-red {
	color: var(--red);
}
.text-grey {
	color: var(--grey);
}
img {
	max-width: 100%;
	height: auto;
}
a, button {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
header {
	background: #ffffff;
}
.top-bar {
	border-top: 3px solid var(--red);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.redes-top {
	display: inline-block;
	margin-right: 10px;
}
.redes-top a {
	margin-right: 5px;
}
.language-chooser {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.language-chooser li {
	padding-top: 1px;
}
.language-chooser li.active {
	display: none;
}
header .navbar-brand {
    margin: -20px 0 0 0;
    padding: 0;
    max-width: 260px;
    z-index: 9999;
    position: relative;
    width: 260px;
}
.navbar-default { 
	background-color: transparent; 
	background: #ffffff;
	border: none !important; 
	margin-bottom: 0; 
}
.navbar { 
	border-radius: 0; 
	border: none !important;
} 
.navbar-default .navbar-nav>li {
	margin-left: 25px;
}
.navbar-default .navbar-nav>li>a { 
	color: var(--black); 
	font-size: 16px; 
	border-bottom: 3px solid transparent;
	padding: 25px 0;
	font-weight: 400;
	text-transform: none;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { 
	color: var(--black);
	border-bottom: 3px solid var(--red);
	background: #ffffff;
}
.slider {
	background: url(images/slider.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 60px;
	color: #ffffff;
}
.slider h4 {
	margin: 0 0 6px 0;
	line-height: 1.4em;
}
.slider h1 {
	margin: 15px 0 25px 0;
}
h4 {
	font-size: 22px;
}
h1 {
	font-size: 36px;
	margin-bottom: 25px;
}
.slider .col-sm-7 a {
	display: inline-block;
	background: var(--grey);
	color: var(--white);
	border-radius: 4px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 161px;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 8px;
	font-size: 15px;
}
.slider .col-sm-7 a:hover {
	background: var(--red);
}
.property {
	border:1px solid #e9e9e9;
	margin-bottom: 40px;
}
.property-thumb {
	position: relative;
}
.property-thumb .image {
	display: inline-block;
	width: 100%;
	height: 240px;
	position: relative;
}
.property-thumb .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	background: url(images/shadow.png) no-repeat bottom center;
	background-size: 100%;
	height: 90px;
	z-index: 1;
}
.property .property-thumb span.tipopropiedad {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	display: block;
	z-index: 10;
	color: #ffffff;
	padding-left: 19px;
	padding-right: 19px;
}
.property span.tipopropiedad .precio, .property span.tipopropiedad .tipo {
	font-weight: bold;
	padding-left: 15px;
	text-transform: uppercase;
}
.property span.tipopropiedad .tipo {
	text-align: right;
	font-size: 14px;
}
.property-data {
	padding: 15px;
}
.property-data .titulo {
	font-weight: bold;
}
.property-data .titulo a {
	color: var(--black);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.property-data .localizacion {
	font-size: 14px;
}
.property-data .localizacion img {
  width: 20px;
  position: relative;
  top: -2px;
}
.property .property-data span {
  padding-left: 26px;
  font-size: 14px;
  margin-right: 14px;
}
.property .property-data span.beds {
	background: url(images/beds.png) no-repeat center left;
	background-size: 19px;
}
.property .property-data span.baths {
	background: url(images/baths.png) no-repeat center left;
	background-size: 19px;
}
.property .property-data span.garage {
	background: url(images/garage.png) no-repeat center left;
	background-size: 19px;
}
.col-xs-6.tipo {
	padding-left: 0;
}
.col-xs-6.precio {
	padding-right: 0;
}
@media(min-width:767px) {
	.developer {
		text-align: right;
	}
	.pleft {
		padding-left: 30px;
	}
	.pright {
		padding-right: 30px;
	}
	.mision.cborde {
		border-right: 2px solid #f0f0f0;
		padding-right: 15px;
	}
	.floatright {
		float: right;
	}
}
footer {
	background: var(--red);
	color: #fff;
	padding-top: 40px;
}
.copyright {
	color: var(--white);
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 20px;
	background: #D60601;
}
.copyright a {
	color: var(--white) !important;
}
p.contactos {
	position: relative;
	padding-left: 26px;
}
p.contactos img {
	width: 20px;
	position: absolute;
	left: 0;
	top: 1px;
}
.redesfooter {
	margin-top: 30px;
}
.redesfooter a {
	display: inline-block;
	margin-right: 5px
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
}
.cab h1 {
	margin: 45px 0 0 0;
	color: #ffffff;
	font-family: 'Orkney', sans-serif;
	font-weight: normal;
	font-size: 26px;
}
.cab .col-sm-7 a {
	display: inline-block;
	background: var(--red);
	color: var(--white);
	border-radius: 4px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 161px;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 8px;
	font-size: 15px;
}
.cab .col-sm-7 a:hover {
	background: #D60601;
}
.imagennosotros img {
	width: 100%;
	border-radius: 8px;
}
.nosotros h2 {
	font-weight: bold;
	font-family: 'Orkney', sans-serif;
	font-size: 34px;
	margin-bottom: 20px;
}
.mision {
	margin-bottom: 40px;
}
.mision h2 {
	font-family: 'Orkney', sans-serif;
	font-size: 24px;
	margin-bottom: 12px;
}
.agente {
	margin-bottom: 40px;
}
.agente img {
	border-radius: 8px;
	margin-bottom: 20px;
}
.agente p {
	margin-bottom: 5px;
}
.agente strong {
	color: var(--black);
	font-size: 17px;
}
.formulario input, .formulario textarea {
	width: 100%;
	padding: 13px;
	margin-bottom: 16px;
	border:1px solid #cccccc;
	background: #f2f2f2;
}
.boton {
	display: inline-block;
	border: none !important;
	outline: none;
	background: var(--red) !important;
	color: #ffffff;
	padding: 13px 30px;
	border-radius: 5px;
	text-transform: uppercase;
}
.mapa iframe {
	width: 100%;
	height: 274px;
}
.paginacion {
	margin-bottom: 30px;
}
.paginacion a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	margin: 0 2px;
	font-size: 15px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	line-height: 30px;
	border-radius: 4px;
}
.paginacion a.selected {
	background: var(--red);
	color: #fff;
}
.paginacion a.inactive {
	color: var(--black);
	background: #fff;
}
.bg-gris {
	background: #f4f4f4;
}
.mainimage img {
	width: 100%;
	border-radius: 6px;
	margin-bottom: 10px;
}
a.thumbnail-prop {
	display: inline-block;
	float: left;
	width: 33.3%;
	height: 140px;
	border: 4px solid #f4f4f4;
	border-radius: 6px;
}
.titulo-single {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.titulo-single h2 {
	padding-top: 10px;
	font-family: 'Orkney', sans-serif;
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: normal;
	color: var(--black);
}
.precio-single {
	text-align: right;
	color: var(--red);
	font-size: 18px;
	font-weight: bold;
}
.precio-single .operacion {
	font-weight: normal;
	color: #555555;
	font-size: 13px;
	display: block;
}
sup {
  top: -2px;
}
.content-single h3 {
	font-family: 'Orkney', sans-serif;
	margin-bottom: 12px;
	font-weight: normal;
	color: var(--black);
	font-size: 21px;
}
.detalles p.datos {
	position: relative;
	margin-bottom: 6px;
	padding-left: 25px;
}
.detalles p.datos img {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
}


@media(max-width:991px) {
	.navbar-toggle {
	  position: relative;
	  float: right;
	  margin-right: 0;
	  padding: 9px 0 9px 10px;
	  margin-top: 2px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: none !important;
	  border-radius: 4px;
	  background: #fff !important;
	  color: var(--red);
	  font-size: 24px;
	}
	header .navbar-brand {
  		margin: -26px 0 0 0;
  		max-width: 220px;
  		width: 220px;
	}
	.navbar-default .navbar-nav > li > a {
  		color: var(--black);
		padding: 15px 15px;
  		border-bottom: 1px solid #f0f0f0;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { 
		color: var(--red);
		border-bottom: 1px solid #f0f0f0;
	}
	.navbar-default .navbar-nav>li {
		margin-left: 0;
	}
	.slider .col-sm-7, .slider .col-sm-5 {
		float: none;
		width: 100%;
	}
	.slider .col-sm-7 {
		text-align: center;
	}
	.slider .col-sm-7 a {
		background: var(--red);
	}
}

@media(max-width:498px) {
	.cab h1 {
  		margin: 0;
  	}
}