/*
Theme Name: Valle Tinto
Author: Sebastian Ruiz Velasco Aguado
Author URI: http://srva.me/
Version: 4.00
Text Domain: valle-tinto
*/

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
    margin: 0 0 1.5em 0;
}
.grid-gallery {
    margin: 0 auto !important;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}


#entrada img {
    max-width: 100% !important;
    height: auto;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


.featherlight-iframe .featherlight-content {
    width: 90%;
    height: 100%;
    overflow-y: auto;
}

/* == Main template == */

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
    min-height: 100%;
    overflow-x: hidden;
    background: #fff;
}

body {
    min-height: 100%;
    font-family: 'Gotham';
    overflow-x: hidden;
}

strong {
    color: #853444;
    font-weight: normal;
}

h1, h2, h3, h4 {
    /* font-weight: bold; */
}

.h1, h1 {
    font-size: 42px;
    color: #711225;
    margin-bottom: 24px;
    font-weight: bold;
}

.h2, h2 {
    font-size: 32px;
    color: #711225;
    margin-bottom: 32px;
	font-weight: bold;
}

.h2.accented, h2.accented {
    font-size: 32px;
    color: #555;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.h3, h3 {
    font-size: 32px;
    margin-bottom: 18px;
    color: #333;
}

.full-width {
    width: 100%;
}

.full-width.affix{
    top: 0;
    z-index: 999999999;
}

.btn-default {
    color: #fff;
    background-color: #711225;
    border-color: #ccc;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #711225;
    color: #eee;
}

.btn-default:active, .btn-default:focus {
    box-shadow: inset 0 1px 4px #000;
}

.custom-list li {
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.custom-list li:before {
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #bf8342;
}

.custom-list.colorized li:before {
    content: "\f041";
}

.custom-list li:nth-child(even):before {
    color: #922c2c;
}

.custom-list.colorized li:nth-child(0):before {
    color: rgb(255, 231, 184);
}

.custom-list.colorized li:nth-child(1):before {
    color: rgb(249, 238, 129);
}

.custom-list.colorized li:nth-child(2):before {
    color: rgb(233, 225, 26);
}

.custom-list.colorized li:nth-child(3):before {
    color: rgb(178, 83, 151)
}

.custom-list.colorized li:nth-child(4):before {
    color: rgb(247, 182, 129);
}

.pager a{
    color: #711126;
}

.au a{
    color: #6e696a;
}

.badge {
    color: #333;
    background: #ececec;
}

.featherlight-content iframe {
    min-width: 250px !important;
    width: 100%;
    height: 100%;
}

#cabecera {
    position: relative;
    margin-bottom: 70px;
}

#cabecera .whats {
    position: absolute;
    bottom: 0;
    z-index: 999999;
    width: 100%;
}

#cabecera .whats .btn {
    padding: 18px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    float: right;
    margin-bottom: 20px;
}

#cabecera .btn:focus {
    box-shadow: none;
}

#cabecera .btn i{
    font-size: 24px;
    margin-right: 9px;
}

#cabecera .ps-list{
    display: none !important;
}

#cabecera ul {
    margin: 0;
    padding: 0;
}

#cabecera .ps-current {
    min-height: 400px;
}

#cabecera li {
    min-height: 400px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cabecera li img{
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.5s ease-in-out;
}

#cabecera li.current img{
    opacity: 1;
}

#cabecera ul li:nth-child(1) {
    background-image: url('../images/1_2.jpg');
}

#cabecera ul li:nth-child(2) {
    background-image: url('../images/2_1.jpg');
}

#cabecera ul li:nth-child(3) {
    background-image: url('../images/3_1.jpg');
}
.ps-current .ps-next {
    background: rgb(113, 18, 37);
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5137254901960784);
    display: none !important;
}

.ps-current .ps-prev {
    background: rgb(113, 18, 37);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5137254901960784);
    border: 0;
    border-radius: 0;
    display: none !important;
}

body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}

#promocion, body {
    padding-right: 0 !important;
}

.close {
    font-size: 64px;
    color: #fff;
    opacity: .9;
    margin-right: 15px;
}

.close:hover {
    opacity: 1;
    color: #fff;
}

#promocion img {
    margin-top: 200px;
    max-width: 100%;
}

#wrapper {
    background: #fff;
    padding-bottom: 30px;
}

#content .ficha{
    min-height: 500px !important;
    height: calc(100vh - 180px);
}

#wpadminbar {
    display: none !important;
}

#menu.affix {
    position: fixed;
    top: 0;
    z-index:10;
}


#video {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5137254901960784);
    border-bottom: 10px solid rgb(76, 76, 77);
}

#distribucion {
    margin-top: 40px;
    float: left;
}

#desarrollo-thumb {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
    background-image: url('../images/1_1.jpg');
    background-position: center bottom;
    background-size: cover;
    height: 400px;
}

#distribucion .circle{
    position: relative;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: auto;
    background: #711225;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

#distribucion .circle span{
    font-size: 24px;
    font-weight: bold;
}

#distribucion .caption {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#distribucion .got-to-map {
    text-align: center;
    background: url('../images/plan-maestro-thumb.png');
    height: 414px;
    background-size: 350px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 88px;
}

#distribucion .got-to-map button{
    margin-top: 300px;
    font-size: 18px;
}

#instalaciones .pgwSlideshow .ps-list {
    background: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    border-top: 0;
}

#instalaciones .pgwSlideshow {
    background: transparent;
}

#instalaciones .pgwSlideshow .ps-list .ps-next {
    background: rgb(113, 18, 37);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border: 0;
    border-radius: 0;
    padding: 10px 12px 10px 15px;
    top: 40px;
}

#instalaciones .pgwSlideshow .ps-list .ps-prev {
    background: rgb(113, 18, 37);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border: 0;
    border-radius: 0;
    padding: 10px 15px 10px 10px;
    top: 40px;
}

#instalaciones .pgwSlideshow .ps-caption {
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    text-align: left;
    font-size: 1rem;
    color: #2d2d2d;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: none;
    font-size: 24px;
    font-variant-caps: all-petite-caps;
    text-align: center;
}

#map {
    border: 10px solid #4c4c4d;
    height: 450px;
    width: 100%;
    background: #fff;
    cursor: pointer;
    cursor: hand;
    cursor: -webkit-grab;
    cursor: grab;
    margin-bottom: 28px;
}

#map:active {
    cursor: -webkit-grabbing;
    cursor:-moz-grabbing;
}

.pgwSlideshow .ps-list li img {
    width: 170px !important;
    height: auto !important;
}


.pgwSlideshow .ps-list ul {
    width: 1302px !important;
}

p.linex {
    background: #711225;
    height: 3px;
    width: 600px;
    margin: auto;
    margin-bottom: 28px;
    max-width: 100%;
}
#plano .instructions {
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    background: #4c4c4d;
    color: #fff;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.17);
    padding: 10px 10px 1px 10px;
    width: 100%;
    margin-top: -38px;
}

#plano {
    padding-bottom: 120px;
}

#map .ol-zoom .ol-zoom-out {
    margin-top: 204px;
}
#map .ol-zoomslider {
    background-color: transparent;
    top: 2.3em;
}

#map .ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}
#map .ol-touch .ol-zoomslider {
    top: 2.75em;
}

#map .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
#map .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

#map .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
#map .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}

#map .ol-control button {
    display: block;
    margin: 1px;
    padding: 0;
    color: #4c4c4d;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 2px;
}

#map .ol-control {
    position: absolute;
    background-color: rgb(76, 76, 77);
    border-radius: 4px;
    padding: 2px;
}

#plano .more {
    margin-top: -1px;
    font-size: 28px;
    color: #333;
}

#instalaciones {padding-bottom: 120px;}

#amenidades {padding-bottom: 120px;}

#instalaciones ol, #instalaciones ul {
    padding: 0;
    border-bottom:  0;
}

#ubicacion {
    padding-bottom: 120px;
    font-size: 18px;
}

#ubicacion .featured-image{
}

#logo {
    height: 200px;
    width: 256px;
    background: #fff url(../images/logo.png);
    margin: 40px auto;
    display: block;
}

#promo {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99999;
    overflow: hidden;
}

#promo a {
    width: 36px;
    height: 36px;
    font-size: 26px;
    line-height: 39px;
    color: #fff;
    background: #4c4c4d;
    border-radius: 50%;
    display: block;
    text-align: center;
}

.navbar-custom {
    background: #711225;
    color: #fff;
    margin-bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.navbar-custom a {
    color: #fff;
    margin-bottom: 0;
}

.navbar-custom li a:hover, .navbar-custom li a:active, .navbar-custom li a:focus {
    background-color: #67071a;
}

.form-control {
    background: #ececec;
    color: #000;
    border-radius: 0;
    height: 24px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: transparent !important;
}

#about video{
    width: 100%;
    height: 100%;
    max-width: 977px;
    max-height: 400px
}
.wp-video{
    width: 100% !important;
    max-width: 977px !important;
    margin: auto;
}

.btn-play {
    border-radius: 50%;
    padding: 11px 0 0 9px;
    width: 82px;
    height: 82px;
    background-color: #ffffff;
    color: #404040;
    border: 2px solid #404040;
    box-shadow: 0 0 10px #000;
}

p.strong{
    background: #ececec;
    padding: 10px;
    color: #4c4c4d;
}

.brdr {
    background: #711225;
    height: 3px;
    width: 320px;
    display: block;
    margin: auto;
    margin-bottom: 60px;
}

#about {
    font-size: 19px;
    padding-bottom: 120px;
}

#about a {
    /* border: 7px solid #333; */
    display: block;
    border-radius: 5px;
}

#about img.img-responsive {
}

.concept .description h2 i {
    font-size: 20px;
}

.concept .description p {
    padding: 15px 10px 0 5px;
}

.inverted {
    background: #2b3033;
    color: #fff;
}

.select2-container {
    width: 100% !important;
}

.inverted .featured-image {
    background: none;
}

.full-width .description {
    background: rgba(0, 0, 0, 0.80);
    margin-bottom: 0;
    padding-bottom: 10px;
}

.full-width .form {
    background: #fff;
    padding-bottom: 10px;
    color: #000;
    padding-top: 15px;
    height: 500px;
}

#catalogo {
    padding-right: 20px;
    margin-bottom: 30px;
}

#catalogo .lote {
    margin-bottom: 15px;
    float: left;
    border: 3px solid #4c4c4d;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    height: 230px;
    background-size: 100%;
    background-position: 4px 0;
    cursor: pointer;
}

#catalogo .lote h4{
    float: left;
    position: absolute;
    background: #ececec;
    padding: 4px 9px;
    border-right: 3px solid #4c4c4d;
    border-bottom: 3px solid #4c4c4d;
    color: #4c4c4d;
    border-bottom-right-radius: 12px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.14);
    border-top-left-radius: 13px;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
}

#catalogo .lote span {
    border-bottom: 3px solid #4c4c4d;
    border-right: 3px solid #4c4c4d;
    border-bottom-right-radius: 12px;
    color: #fff;
    padding: 0 8px 4px 9px;
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.14);
    top: 28px;
    left: 18px;
    position: absolute;
    font-variant-caps:  all-petite-caps;
    float: left;
    font-size: 14px;
    line-height: 13px;
}

#catalogo .lote img{
    width: 100%;
    height: auto;
}

#catalogo .lote a{
}

#blog h1 {
    margin-bottom: 0;
}

#blog h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

#blog .entrada {
    border-bottom: 1px solid #ccc;
    padding: 30px 0 20px 1px;
    overflow: hidden;
    font-size: 18px;
}


#blog h2 a{
    color: #711225;
}

#blog .thumb {
    height: 300px;
    border: 6px solid #ececec;
    background-size: cover;
}

#blog .summary {
    height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#blog .more {
    padding: 10px 10px 0 0;
    float: right;
}

#entrada {
    font-size: 18px;
}


#lotes {
    background: #333;
    box-shadow: inset 0 0 10px #000;
}

#lotes h2{
    color: #fff;
    font-size: 20px;
    text-align: center;
}

#lotes .slick-prev,
#lotes .slick-next {
    margin-left: 40px;
    height: 50px;
    background: transparent;
    width: 50px;
    z-index: 1;
    opacity: 1;
    color: #fff;
}

#lotes .slick-next:before, #lotes .slick-prev:before {
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    font-size: 50px;
    content: "\f054";
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 15px #000;
}

#lotes .slick-prev:before {
    content: "\f053";
}

#lotes .slick-prev:hover,
#lotes .slick-next:hover,
#lotes .slick-next:focus,
#lotes .slick-prev:focus {
    background: transparent;
    opacity: 1;
}


#lotes .slick-next{
    margin-left: 0;
    margin-right: 30px;
}

#lista-lotes .lote {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    margin-top: 15px;
}

#lista-lotes p {
    font-size: 14px;
    color: #000;
    padding: 0 16px;
    background: #ffffff;
    font-weight: bold;
    font-variant: all-small-caps;
    padding-bottom: 10px;
}

#lista-lotes .lote a{
    display: block;
    height: 160px;
    box-shadow: 0 0 10px #000;
    background: #fff;
    padding-bottom: 10px;
}

#lista-lotes {
    padding: 10px 50px;
}

#lista-lotes .lote img{
    width: auto;
    bottom: 0;
    height: 160px;
    max-width: 100%;
    margin: auto;
    padding-top: 20px;
}

#ubicacion iframe {
    border: 1px solid #ececec;
    margin-top: 32px;
    height: 200px;
}

#filtros {
    margin-bottom: 30px;
}

#filtros select{
    width: 100%;
}

#filtros .beautiful-taxonomy-filters-tax {
    margin-bottom: 15px;
}

#ndelote {
    margin-bottom: 16px;
}

#sideSlider {
    margin-top: 15px;
    background: #ececec;
    padding: 10px;
    border-radius: 0;
}

#covers {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center center;
    background-color: #333;
}

#amenidades .amenidad {
    height: 150px;
}

#amenidades .icon {
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#amenidades .amenidad p {
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

#contacto {
    font-size: 16px;
    padding-bottom: 120px;
}

#contacto .description{
    font-size: 18px;
    color: #333;
    padding: 50px 20px;
}

#contacto b {
    font-size: 24px;
}

#contacto .description i {
    color: #711225;
}

#contacto .description p {
    margin-bottom: 50px;
}

#contacto .logos img {
    width: 100%;
    margin-top: 50px;
}

#contacto .cscfForm{
    padding: 0 30px;
}

#nosotros h3 {font-variant:  normal;font-size: 26px;color: #555;}

#nosotros img {
    margin-top: 50px;
}

#nosotros li {
    margin-top: 28px;
    font-size: 16px;
}

#nosotros {
    padding-bottom: 100px;
}

#cliente {
    padding: 50px 0;
}

#cliente .info {
    margin: 50px 0;
    font-size: 16px;
}

#cliente .options {
    margin: 40px 0;
}

footer {
    padding-top: 10px;
    color: #711225;
    background: rgb(230, 230, 230);
    text-shadow: 1px 1px 1px #fff;
}

@media (min-width: 992px) {
    #contacto .description{
        font-size: 24px;
    }

    #filtros {
        border-left: 3px solid #711225;
        border-bottom: 3px solid #711225;
        padding: 20px;
        border-right: 3px solid #711225;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        margin-top: -89px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 767px) {
    .slogan {
        background: #fff;
    }
    .concept .featured-image {
        padding-top: 40px;
        background-size: 40px;
    }

    #menu.affix {
        left: 0;
        right: 0;
    }

    #menu.affix.navbar-custom {
        margin-right: 0;
        margin-left: 0;
    }

}

@media (min-width: 768px) {

    #distribucion .circle {
        width: 120px;
        height: 120px;
    }

    #cabecera .whats .btn {
        margin-bottom: 60px;
    }

    #cabecera .ps-current {
        min-height: 800px;
    }

    #cabecera li {
        min-height: 800px;
    }


    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    #contacto .description{
        border-right: 1px solid #711225;
    }

    .instructions {
        line-height: 28px;
        font-size: 16px;
        padding: 0 10px;
    }

    .dl-horizontal dt {
        width: 100px;
    }

    .dl-horizontal dd {
        margin-left: 110px;
    }

}


@media (min-width: 400px) {

    #amenidades .icon {
        height: 100px;
        background-size: auto;
    }

    #amenidades .amenidad p {
        font-size: 12px;
    }
}

