/*
 Theme Name:   Realty Child
 Template:     realty
 Version:      1.0.0
 Text Domain:  realty
*/
@import url(../style.css);
@import url(./custom-fonts/fonts.css);
@import url(animate.css);
body {
  color: #484848; }

body, .section-title span {
  background-color: #f5f5f5 !important; }

h2 {
  font-family: 'OpenSans-Medium' !important;
  font-weight: 500 !important;
  font-size: 30px !important; }

h3 {
  font-family: 'OpenSans-Medium' !important;
  font-weight: 500 !important;
  font-size: 22px !important; }

h4 {
  font-family: 'OpenSans-Medium' !important;
  font-weight: normal !important;
  font-size: 18px !important; }

p {
  font-family: 'OpenSans-Medium';
  font-weight: normal;
  font-size: 16px; }

.description_p {
  font-family: 'OpenSans-Medium';
  font-weight: 300;
  font-size: 14px; }
  .description_p p {
    font-family: 'OpenSans-Medium';
    font-weight: 300;
    font-size: 14px; }

p.mini {
  font-family: 'OpenSans-Medium';
  font-weight: normal;
  font-size: 14px; }

p.tiny {
  font-family: 'OpenSans-Medium';
  font-weight: normal;
  font-size: 14px; }

a {
  color: #5394ce; }
  a:hover {
    color: #484848; }

.price_big {
  font-family: 'OpenSans-Medium';
  font-weight: normal;
  font-size: 36px; }
  .price_big span {
    font-size: 22px; }

.price_normal {
  font-family: 'OpenSans-Medium';
  font-weight: normal;
  font-size: 22px; }
  .price_normal span {
    font-size: calc(22px - 4px); }

.price_mini {
  font-family: 'OpenSans-Medium';
  font-weight: normal;
  font-size: 14px; }
  .price_mini span {
    font-size: 12px; }

.tag_1 {
  color: #484848;
  text-transform: uppercase;
  font-family: 'OpenSans-Medium';
  font-weight: bold;
  font-size: 12px;
  margin: 0; }

.tag_2 {
  color: #b3b3b3;
  text-transform: uppercase;
  font-family: 'OpenSans-Medium';
  font-weight: bold;
  font-size: 12px;
  margin: 0; }

input, input[type="submit"], input:focus, textarea, .chosen-container.chosen-container-single .chosen-single, select:not(.attachment-filters) {
  border-radius: 0; }

.chosen-container-custom {
  float: right;
  position: relative;
  z-index: 11;
  width: 260px; }
  .chosen-container-custom label {
    display: inline-block;
    color: #484848;
    font-family: 'OpenSans-Medium';
    font-weight: normal;
    font-size: 14px;
    line-height: 40px; }
  .chosen-container-custom .chosen-container {
    display: inline-block;
    width: 166px;
    height: 40px;
    overflow: hidden;
    border: solid 1px #b3b3b3;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 0; }
    .chosen-container-custom .chosen-container .selected p {
      color: #484848;
      font-family: 'OpenSans-Medium';
      font-weight: normal;
      font-size: 14px;
      line-height: 40px;
      display: block;
      height: 40px;
      margin: 0;
      padding: 0 26px; }
    .chosen-container-custom .chosen-container .options p {
      margin: 0;
      padding: 0; }
      .chosen-container-custom .chosen-container .options p a {
        color: #484848;
        font-family: 'OpenSans-Medium';
        font-weight: normal;
        font-size: 14px;
        line-height: 40px;
        display: block;
        height: 40px;
        margin: 0;
        padding: 0 26px; }
    .chosen-container-custom .chosen-container.active {
      height: calc(40px * 3); }
    .chosen-container-custom .chosen-container::after {
      font-family: 'realty';
      content: "\75";
      position: absolute;
      top: 0;
      right: 15px;
      font-size: .6em;
      line-height: 40px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .chosen-container-custom + span {
    clear: both;
    display: block;
    margin-bottom: 40px; }

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 1px;
  cursor: pointer;
  font-size: 16px;
  position: relative; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control_indicator {
  position: absolute;
  top: -2px;
  left: 0;
  height: 14px;
  width: 14px;
  background: #FFFFFF;
  border: 1px solid #b3b3b3; }

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #eeeeee; }

.control input:checked ~ .control_indicator {
  background: #5394ce;
  border: 0px solid #b3b3b3; }

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #0e6647d; }

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control_indicator:after {
  display: block; }

.control-checkbox .control_indicator:after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 6px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b; }

#content {
  margin-bottom: 0px;
  margin-top: 148px; }

.back-button-container {
  margin-bottom: 30px; }
  .back-button-container .back-button {
    cursor: pointer;
    font-family: OpenSans-Medium;
    font-weight: bold;
    font-size: 15px;
    color: #5394ce; }
    .back-button-container .back-button i {
      margin-right: 10px; }

#pagination ul.page-numbers li a {
  background-color: transparent !important;
  color: #5394ce !important;
  font-family: OpenSans-Medium !important;
  font-size: 16px !important; }
  #pagination ul.page-numbers li a.next i, #pagination ul.page-numbers li a.prev i {
    background-color: #fff !important;
    border: 1px solid #c5c5c5 !important;
    color: #6a6a6a !important;
    font-size: 10px !important; }
    #pagination ul.page-numbers li a.next i:hover, #pagination ul.page-numbers li a.prev i:hover {
      color: #6a6a6a !important; }
#pagination ul.page-numbers li span {
  font-size: 16px !important; }
  #pagination ul.page-numbers li span.current {
    color: #fff !important;
    background-color: #5394ce !important;
    font-size: 16px !important; }

#header {
  height: 88px; }
  #header.logged-in {
    margin-top: 32px; }
    @media (max-width: 768px) {
      #header.logged-in {
        margin-top: 45px; } }
  #header container {
    max-height: 88px;
    height: 88px;
    margin: initial; }
  #header .site-branding {
    padding: 0; }
    @media (min-width: 992px) {
      #header .site-branding {
        position: absolute; } }
    #header .site-branding .site-title {
      position: relative; }
  #header .main-navigation ul > li {
    height: 88px;
    cursor: pointer; }
    #header .main-navigation ul > li > a {
      top: 50%;
      transform: translateY(-50%);
      line-height: 1px !important;
      position: relative;
      overflow: inherit !important;
      font-family: 'OpenSans-Medium';
      font-size: 16px; }
  #header .btn-register {
    border: solid 1px #5394ce;
    color: #5394ce;
    height: 40px;
    width: 100px; }
    #header .btn-register span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #header #perfil > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #header #perfil a {
    height: 20px !important; }
  #header #perfil #user-name {
    position: relative;
    font-family: 'OpenSans-Medium';
    font-size: 14px;
    font-weight: 600; }
  #header #perfil #perfil-buttons {
    margin: auto;
    display: table;
    top: -5px;
    position: relative; }
    #header #perfil #perfil-buttons > a, #header #perfil #perfil-buttons > span {
      position: relative;
      float: left;
      font-family: 'OpenSans-Medium';
      font-size: 11px; }
    #header #perfil #perfil-buttons > span {
      margin: 0 5px;
      cursor: default; }
    #header #perfil #perfil-buttons a {
      line-height: 2 !important;
      color: #5394ce; }

#login-modal .nav-tabs {
  display: none !important; }
#login-modal .modal-content {
  padding: 0px; }
  #login-modal .modal-content .modal-header {
    position: absolute;
    float: right;
    right: 20px;
    top: 20px;
    margin: 0;
    z-index: 9999; }
    #login-modal .modal-content .modal-header i {
      font-size: 14px; }
#login-modal .tab-pane {
  padding-top: 0px; }
  #login-modal .tab-pane .tab-box {
    padding: 30px;
    font-size: 12px; }
  #login-modal .tab-pane .tab-footer {
    font-family: OpenSans-Medium;
    padding: 30px;
    text-align: center;
    border-top: 1px solid #eeeeee;
    font-size: 12px; }
    #login-modal .tab-pane .tab-footer a {
      font-family: OpenSans-Medium;
      color: #5394ce; }
  #login-modal .tab-pane h3 {
    margin-bottom: 40px; }
  #login-modal .tab-pane label {
    font-size: 12px; }
  #login-modal .tab-pane.active {
    padding-top: 10px; }
  #login-modal .tab-pane .login-submit {
    margin-bottom: 0; }
  #login-modal .tab-pane label {
    line-height: 1;
    margin-bottom: 16px;
    color: #484848;
    font-size: 14px;
    font-family: OpenSans-Medium;
    font-weight: normal; }
  #login-modal .tab-pane .login-remember label {
    color: #5f5f5f;
    font-size: 12px;
    font-family: OpenSans-Medium;
    margin-bottom: 22px; }
  #login-modal .tab-pane input {
    border-radius: 0px; }
    #login-modal .tab-pane input[type=text], #login-modal .tab-pane input[type=password] {
      color: #484848;
      margin-bottom: 30px; }
    #login-modal .tab-pane input[type=password] {
      margin-bottom: 22px; }
    #login-modal .tab-pane input[type="submit"] {
      width: 100%;
      height: 43px;
      background-color: #5394ce;
      font-family: OpenSans-Medium;
      font-weight: bold;
      font-size: 14px; }
  #login-modal .tab-pane .lost-pass {
    font-family: OpenSans-Medium;
    float: right;
    top: -79px;
    position: relative;
    display: block;
    color: #5394ce;
    font-size: 12px; }
  #login-modal .tab-pane #user_terms {
    left: 0;
    z-index: 99;
    width: 14px;
    height: 14px;
    top: -2px; }
  #login-modal .tab-pane #label_user_email {
    line-height: 1;
    margin-bottom: 16px;
    color: #484848;
    font-size: 14px;
    font-family: OpenSans-Medium;
    font-weight: normal;
    display: block; }
  #login-modal .tab-pane #user_email {
    margin-bottom: 30px; }
  #login-modal .tab-pane .link {
    font-size: 12px; }
    #login-modal .tab-pane .link a {
      color: #5394ce; }
      #login-modal .tab-pane .link a:hover {
        color: #484848; }

footer {
  position: relative;
  float: left;
  bottom: 0;
  width: 100%;
  margin: 0 auto !important; }
  footer .site-footer-bottom {
    background-color: #333333 !important;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      footer .site-footer-bottom {
        padding-top: 40px;
        padding-bottom: 40px; } }
    footer .site-footer-bottom p {
      font-size: 11px;
      font-family: OpenSans-Medium;
      color: #b3b3b3;
      text-align: justify;
      opacity: 0.7; }
      @media only screen and (max-width: 768px) {
        footer .site-footer-bottom p {
          text-align: left; } }
  footer #footer-bottom {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    padding: 40px 0; }
  footer .textwidget span {
    top: -8px;
    position: relative; }
  @media only screen and (max-width: 768px) {
    footer .textwidget i {
      float: left;
      display: block; }
    footer .textwidget span {
      float: left;
      clear: both;
      text-align: left;
      top: 0px; } }
  @media only screen and (max-width: 768px) {
    footer .social-media {
      margin-top: 20px; } }
  footer .social-media > div {
    float: right;
    position: relative;
    top: 2px; }
    @media only screen and (max-width: 768px) {
      footer .social-media > div {
        margin-top: 0px;
        float: right;
        top: 27px; } }
    footer .social-media > div div {
      position: relative;
      display: inline-block; }
  footer .social-media ul {
    display: inline-block;
    list-style-type: none;
    top: 5px;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0; }
    footer .social-media ul li {
      margin-left: 10px;
      cursor: pointer; }
      footer .social-media ul li.facebook {
        background-image: url("images/facebook.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 14px;
        height: 22px; }
  footer .equal {
    background-image: url("images/equal.svg");
    height: 33px;
    width: 33px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 5px;
    margin-right: 14px; }
    @media only screen and (max-width: 768px) {
      footer .equal {
        margin-top: 0px;
        margin-bottom: 20px !important; } }

.property-search-form {
  margin-top: -50px;
  border-radius: 0;
  z-index: 15; }

.property-item {
  box-shadow: none;
  border: solid 1px #eeeeee; }
  .property-item .property-thumbnail img {
    transform: none !important;
    transition: none !important;
    -webkit-filter: none !important; }
    .property-item .property-thumbnail img:hover {
      transform: none !important;
      -webkit-filter: none !important; }
  .property-item i.add-to-favorites {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 10;
    width: 26px;
    height: 23px;
    background-image: url("./images/corazon-vacio.svg");
    background-size: cover; }
    .property-item i.add-to-favorites::before {
      display: none; }
    .property-item i.add-to-favorites.icon-heart {
      background-image: url("./images/corazon.svg"); }
  .property-item .property-tag.tag-left {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-family: 'OpenSans-Medium';
    font-weight: bold;
    padding: 10px 10px 8px 10px;
    line-height: 12px;
    background-color: rgba(0, 0, 0, 0.4); }
  .property-item .property-title {
    padding: 20px 30px 10px 30px; }
    .property-item .property-title .tag_2 {
      height: 24px; }
    .property-item .property-title h3.title {
      color: #484848 !important;
      font-size: 20px !important;
      margin: 3px 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .property-item .property-title::after {
      background-color: #fff !important; }
    .property-item .property-title .mini {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      min-height: 28px; }
    .property-item .property-title .status {
      text-transform: uppercase;
      color: #b3b3b3;
      font-size: 12px;
      font-family: OpenSans-Medium;
      font-weight: bold; }
    .property-item .property-title .address {
      font-family: OpenSans-Medium;
      font-size: 14px;
      color: #5f5f5f;
      height: 38px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .property-item .property-meta {
    background-color: #fff;
    padding: 0px 30px 10px 30px;
    color: #484848; }
    .property-item .property-meta .meta-data {
      font-family: 'OpenSans-Medium';
      font-weight: normal;
      font-size: 14px;
      color: #484848; }
      .property-item .property-meta .meta-data i {
        color: #484848; }
  .property-item .property-price {
    background-color: #fff;
    padding: 0 30px 12px 30px;
    border-top: none; }
    .property-item .property-price .price-tag {
      color: #484848;
      font-family: 'OpenSans-Medium';
      font-weight: normal;
      font-size: 20px; }
      .property-item .property-price .price-tag span {
        font-size: calc(20px - 4px); }
    .property-item .property-price .property-icons {
      display: none; }
    .property-item .property-price .compare-property {
      float: right;
      color: #5394ce;
      font-size: 14px;
      font-family: 'OpenSans-Medium';
      font-weight: bold;
      cursor: pointer; }
      .property-item .property-price .compare-property i.custom-icon-compare {
        position: relative;
        width: 16px;
        height: 16px;
        background-image: url("./images/agregar.svg");
        background-size: cover;
        top: 3px;
        left: 4px;
        opacity: 1; }
      .property-item .property-price .compare-property.active {
        color: #ba2f2f; }
        .property-item .property-price .compare-property.active i.custom-icon-compare {
          background-image: url("./images/quitar.svg"); }
  .property-item .property-content {
    position: relative; }
    .property-item .property-content .printer {
      position: absolute;
      top: -23px;
      right: 30px;
      width: 45px;
      height: 45px;
      display: block;
      background: #5394ce;
      border-radius: 50%; }
      .property-item .property-content .printer i {
        background-image: url("./images/printer.svg");
        background-size: cover;
        width: 22px;
        height: 22px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .property-item:hover .property-tag.tag-left {
    display: block !important; }

#compare-properties-popup {
  animation-duration: 0.2s;
  position: relative;
  border: none;
  position: fixed;
  bottom: 50px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  right: 50px;
  z-index: 1000;
  width: 75px;
  height: 85px;
  display: block !important; }
  #compare-properties-popup h4 {
    display: none; }
  #compare-properties-popup .min-compare a {
    background: #fff;
    height: 30px;
    display: block;
    text-align: right;
    border-bottom: #e9e9e9;
    padding: 0 20px 0 0;
    font-size: 31px;
    line-height: 10px;
    display: none; }
  #compare-properties-popup .circle {
    position: absolute;
    bottom: 0;
    right: 0; }
    #compare-properties-popup .circle svg {
      width: 75px;
      height: 75px; }
      #compare-properties-popup .circle svg ellipse {
        ry: 50%;
        rx: 50%;
        cy: 50%;
        cx: 50%;
        fill: #ffa420;
        stroke: initial; }
    #compare-properties-popup .circle .text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #compare-properties-popup .circle .text P {
        font-size: 10px;
        font-family: 'OpenSans-Medium';
        font-weight: normal;
        text-align: center;
        color: #fff; }
      #compare-properties-popup .circle .text i {
        position: relative;
        width: 16px;
        height: 16px;
        background-image: url("./images/agregar_white.svg");
        background-size: cover;
        top: 0;
        left: 0;
        opacity: 1;
        margin: auto;
        display: block; }
    #compare-properties-popup .circle .cant {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 25px;
      height: 25px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-family: 'OpenSans-Medium';
      font-weight: bold;
      background: #d16700;
      border-radius: 50%;
      line-height: 30px; }
  #compare-properties-popup #compare-properties-thumbnails {
    width: 100%;
    height: calc(100% - 30px - 45px);
    background: #f5f5f5;
    display: none;
    overflow-y: auto; }
    #compare-properties-popup #compare-properties-thumbnails ul {
      width: 100%;
      margin: 0;
      padding: 15px 0; }
      #compare-properties-popup #compare-properties-thumbnails ul li {
        float: none;
        display: table;
        width: 190px;
        height: 160px;
        margin: 0 30px 20px 30px;
        padding: 0;
        background: #fff; }
        #compare-properties-popup #compare-properties-thumbnails ul li h3 {
          margin: 0;
          font-size: 14px !important;
          font-family: 'OpenSans-Medium' !important;
          padding: 5px 20px 0 20px; }
        #compare-properties-popup #compare-properties-thumbnails ul li p.price {
          margin: 0;
          padding: 0 20px; }
  #compare-properties-popup .btn {
    width: 100%;
    height: 45px;
    background: #ffa420;
    text-align: center;
    font-size: 14px;
    font-family: 'OpenSans-Medium';
    font-weight: bold;
    border-radius: 0;
    padding: 0;
    line-height: 45px;
    display: none; }
    #compare-properties-popup .btn i {
      position: relative;
      width: 16px;
      height: 16px;
      background-image: url("./images/comprarar_ready.svg");
      background-size: cover;
      top: 3px;
      left: 4px;
      opacity: 1;
      margin-right: 10px; }
  #compare-properties-popup .alert {
    display: none !important; }
  #compare-properties-popup.active {
    box-shadow: 0 0 15px #bdbdbd;
    height: 465px;
    width: 250px; }
    #compare-properties-popup.active #compare-properties-thumbnails, #compare-properties-popup.active .btn, #compare-properties-popup.active .min-compare a {
      display: block; }
    #compare-properties-popup.active .circle {
      display: none; }

#page-property-comparison #main-content {
  background-color: #f5f5f5 !important;
  margin-bottom: 100px; }
  #page-property-comparison #main-content #property-comparison-table {
    margin-top: 46px !important;
    font-family: OpenSans-Medium !important; }
    #page-property-comparison #main-content #property-comparison-table .property-title {
      font-family: OpenSans-Medium !important;
      font-size: 20px !important;
      margin-top: 10px;
      margin-bottom: 4px; }
    #page-property-comparison #main-content #property-comparison-table .property-address {
      font-family: OpenSans-Medium !important;
      font-size: 14px !important; }
    #page-property-comparison #main-content #property-comparison-table .comparison-row .comparison-header {
      font-weight: 300 !important; }
    #page-property-comparison #main-content #property-comparison-table .comparison-row .comparison-data {
      font-family: OpenSans-Medium !important;
      font-size: 14px !important; }

#property-comparison-table .comparison-attributes .comparison-row:last-child {
  border-bottom: none; }

#page-user-profile #profile-title {
  margin-bottom: 40px; }
#page-user-profile #main-content {
  background-color: initial; }
#page-user-profile #profile-edit {
  background-color: white;
  padding: 40px 30px; }
#page-user-profile #submit-profile-update {
  float: right;
  margin-top: 25px;
  width: 170px;
  font-size: 14px;
  background-color: #5394ce;
  font-family: 'OpenSans-Medium';
  font-weight: bold; }
#page-user-profile #logout-profile {
  float: left;
  line-height: 40px;
  color: red;
  font-size: 14px;
  margin-top: 25px;
  font-family: 'OpenSans-Medium';
  font-weight: bold;
  cursor: pointer; }
#page-user-profile .profile-form {
  padding-left: 10px; }
#page-user-profile .form-group {
  margin-bottom: 30px; }
  #page-user-profile .form-group label {
    font-size: 14px;
    color: #484848;
    font-family: 'OpenSans-Medium';
    font-weight: 500; }
  #page-user-profile .form-group input {
    margin-top: 10px;
    font-size: 14px;
    border-color: #b3b3b3; }
  #page-user-profile .form-group input:active {
    border-color: #5394ce; }
  #page-user-profile .form-group input:focus {
    border-color: #5394ce; }
  #page-user-profile .form-group #user-image-custom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #5394ce;
    font-family: 'OpenSans-Medium';
    font-weight: bold;
    cursor: pointer; }
  #page-user-profile .form-group #avatar-container {
    position: relative;
    margin-bottom: 30px; }
    #page-user-profile .form-group #avatar-container img {
      width: 100%; }
@media (max-width: 768px) {
  #page-user-profile .profile-form {
    padding-left: 0 !important; }
  #page-user-profile .form-group #user-image-custom {
    position: relative;
    transform: none;
    left: 0; } }

.blog-container .post-list .post {
  height: 295px;
  margin-bottom: 30px; }
  .blog-container .post-list .post .text {
    width: 40%;
    float: left;
    background-color: #fff;
    height: 100%;
    padding: 0 30px 0 30px;
    position: relative; }
    .blog-container .post-list .post .text .cat {
      font-family: OpenSans-Medium;
      font-weight: bold;
      font-size: 12px;
      color: #5f5f5f;
      display: block;
      width: 100%;
      text-transform: uppercase;
      margin-top: 40px;
      line-height: 0; }
    .blog-container .post-list .post .text .date {
      font-family: OpenSans-Medium;
      font-size: 12px;
      color: #b3b3b3;
      text-transform: uppercase;
      display: block;
      width: 100%;
      margin-top: 15px; }
      .blog-container .post-list .post .text .date.no-cat {
        margin-top: 40px !important; }
    .blog-container .post-list .post .text h2 {
      font-family: OpenSans-Medium;
      font-size: 20px !important;
      line-height: 28px;
      color: #5f5f5f;
      margin-top: 30px; }
    .blog-container .post-list .post .text a {
      font-family: OpenSans-Medium;
      font-weight: bold;
      text-decoration: none;
      color: #5394ce;
      font-size: 14px;
      position: absolute;
      bottom: 40px; }
      .blog-container .post-list .post .text a:hover {
        text-decoration: none;
        color: #5394ce; }
  .blog-container .post-list .post .post-thumb {
    float: left;
    width: 60%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

article.type-post.border-box {
  background-color: #fff; }

.sobre-nosotros .side-menu .items div {
  margin-bottom: 30px; }
  .sobre-nosotros .side-menu .items div span {
    font-family: OpenSans-Medium;
    font-size: 16px;
    line-height: 19px;
    color: #7a7a7a !important;
    cursor: pointer; }
    .sobre-nosotros .side-menu .items div span.active {
      color: #333333 !important; }
.sobre-nosotros .tab-content {
  display: none; }
  .sobre-nosotros .tab-content.active {
    display: block; }
  .sobre-nosotros .tab-content h2 {
    font-family: OpenSans-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    margin-top: 0;
    line-height: 24px; }
  .sobre-nosotros .tab-content .final h4 {
    margin-top: 60px !important; }
  .sobre-nosotros .tab-content .final .big {
    font-size: 18px;
    font-family: OpenSans-Medium; }
  .sobre-nosotros .tab-content .final .big, .sobre-nosotros .tab-content .final small {
    display: block;
    width: 100%;
    color: #484848; }
  .sobre-nosotros .tab-content .final small {
    display: block;
    margin-bottom: 40px;
    font-size: 14px; }
  .sobre-nosotros .tab-content .final .big a, .sobre-nosotros .tab-content .final .small a {
    color: #5394ce;
    text-decoration: none; }
    .sobre-nosotros .tab-content .final .big a:hover, .sobre-nosotros .tab-content .final .small a:hover {
      color: #5394ce;
      text-decoration: none; }
  .sobre-nosotros .tab-content .final .small {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #484848;
    margin-top: 40px; }
  .sobre-nosotros .tab-content .final h4 {
    font-family: OpenSans-Medium;
    font-weight: 500;
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    margin: 40px 0 30px 0; }
.sobre-nosotros .sobre-nosotros-content .span1, .sobre-nosotros .sobre-nosotros-content .span2, .sobre-nosotros .sobre-nosotros-content .span3 {
  display: block;
  width: 100%;
  color: #484848; }
.sobre-nosotros .sobre-nosotros-content .span1 {
  font-family: OpenSans-Medium;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px; }
.sobre-nosotros .sobre-nosotros-content .span2 {
  font-family: OpenSans-Medium;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 40px; }
.sobre-nosotros .sobre-nosotros-content .span3 {
  font-family: OpenSans-Medium;
  font-size: 14px;
  line-height: 26px; }
.sobre-nosotros .sobre-nosotros-content h4 {
  margin-top: 40px; }
.sobre-nosotros .sobre-nosotros-content .boxes .box-left, .sobre-nosotros .sobre-nosotros-content .boxes .box-right {
  background-color: #fff;
  padding: 40px 30px 40px 30px;
  min-height: 321px; }
  .sobre-nosotros .sobre-nosotros-content .boxes .box-left h5, .sobre-nosotros .sobre-nosotros-content .boxes .box-right h5 {
    font-family: OpenSans-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; }
  .sobre-nosotros .sobre-nosotros-content .boxes .box-left span, .sobre-nosotros .sobre-nosotros-content .boxes .box-right span {
    font-family: OpenSans-Medium;
    font-size: 14px;
    line-height: 24px;
    color: #5f5f5f; }
  .sobre-nosotros .sobre-nosotros-content .boxes .box-left a, .sobre-nosotros .sobre-nosotros-content .boxes .box-right a {
    margin-top: 30px;
    width: 100%;
    display: block; }
.sobre-nosotros .rent-to-own-content .span1, .sobre-nosotros .rent-to-own-content .span2 {
  font-size: 18px;
  line-height: 30px;
  font-family: OpenSans-Medium;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  color: #484848; }
.sobre-nosotros .rent-to-own-content .small {
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  color: #484848; }
.sobre-nosotros .bienes-raices-content .span1, .sobre-nosotros .bienes-raices-content .span2, .sobre-nosotros .bienes-raices-content .span3 {
  font-family: OpenSans-Medium;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  color: #484848; }
.sobre-nosotros .bienes-raices-content .span1 {
  font-size: 18px;
  line-height: 30px; }
.sobre-nosotros .bienes-raices-content .span2, .sobre-nosotros .bienes-raices-content .span3 {
  font-size: 14px;
  line-height: 26px;
  color: #333333; }
.sobre-nosotros .bienes-raices-content .big {
  width: 100%;
  display: block;
  font-family: OpenSans-Medium;
  color: #484848; }
  .sobre-nosotros .bienes-raices-content .big a {
    font-family: OpenSans-Medium;
    font-weight: bold;
    color: #5394ce; }
.sobre-nosotros .bienes-raices-content ul {
  margin: 40px 0;
  padding: 0;
  list-style: none; }
  .sobre-nosotros .bienes-raices-content ul li {
    font-size: 14px;
    line-height: 26px;
    font-family: OpenSans-Medium !important;
    color: #484848; }
.sobre-nosotros .bienes-raices-content small {
  color: #484848; }

.single-property .property-image-container .property-image.zoom {
  cursor: initial !important; }
.single-property .property-header-container {
  background: none !important; }
.single-property #property_image_slider .slick-slide {
  margin: 0 !important;
  height: auto; }
.single-property #property-thumbnails .slick-list {
  margin: 0 -15px 0 -15px !important; }
.single-property .slick-arrow {
  opacity: 1 !important;
  background-color: initial;
  width: 35px;
  height: 50px;
  background-size: cover;
  color: transparent;
  margin-top: -25px;
  display: block !important; }
  .single-property .slick-arrow:hover {
    background-color: initial; }
.single-property .icon-arrow-left {
  background-image: url("./images/arrow_left.svg");
  margin-left: 15px; }
.single-property .icon-arrow-right {
  background-image: url("./images/arrow_right.svg");
  right: 30px !important; }
.single-property .slick-dots {
  display: none !important; }
.single-property .slick-list {
  margin: 0 !important; }
.single-property #property-thumbnails {
  margin: 30px 0 0 0; }
  @media (max-width: 990px) {
    .single-property #property-thumbnails {
      display: none; } }
  .single-property #property-thumbnails .slick-list {
    margin: 0 -15px 0 0px !important; }
  .single-property #property-thumbnails .slick-arrow {
    display: none !important; }
.single-property .single-property-custom {
  margin-top: 60px; }
  .single-property .single-property-custom .tag_1 span {
    margin-left: 15px; }
.single-property .status-custom {
  color: #5f5f5f;
  margin-bottom: 25px; }
.single-property .title-custom {
  margin-bottom: 30px; }
.single-property .direction-custom {
  margin-bottom: 30px; }
  .single-property .direction-custom p {
    margin: 0;
    font-size: 18px;
    color: #5f5f5f; }
.single-property .price-tag {
  margin-bottom: 40px;
  font-family: 'OpenSans-Medium';
  font-weight: normal;
  font-size: 26px;
  color: #484848; }
  .single-property .price-tag span {
    font-size: calc(26px - 4px); }
  .single-property .price-tag span {
    font-size: 20px; }
.single-property .description-custom {
  margin-bottom: 25px;
  color: #484848; }
.single-property .meta-custom {
  margin-bottom: 10px;
  font-family: 'OpenSans-Medium';
  font-size: 14px !important;
  color: #484848 !important;
  font-weight: normal !important; }
  .single-property .meta-custom .meta-data {
    font-size: 13px !important;
    color: #484848 !important; }
.single-property .feature-custom {
  margin-bottom: 25px; }
.single-property .location-custom {
  margin-bottom: 60px; }
  .single-property .location-custom h3 {
    margin-bottom: 40px; }
  .single-property .location-custom .text-muted {
    display: none; }
.single-property .plane-custom {
  margin-bottom: 60px; }
  .single-property .plane-custom h3 {
    margin-bottom: 40px; }
  .single-property .plane-custom .panel-heading {
    display: none; }
  .single-property .plane-custom .panel-group.panel, .single-property .plane-custom .panel-default {
    border: none; }
  .single-property .plane-custom .panel-body {
    display: none; }
.single-property .relation-custom h3 {
  margin-bottom: 40px; }
.single-property .property-meta {
  color: initial;
  margin: 0 !important; }
.single-property h3.section-title {
  color: #333;
  font-weight: 500 !important;
  font-size: 20px !important; }
  .single-property h3.section-title::after {
    display: none; }
.single-property #property-features li a {
  font-family: 'OpenSans-Medium';
  font-weight: 300;
  font-size: 14px;
  color: #484848; }
.single-property .contact-custom {
  background: #fff;
  border: solid 1px #eeeeee;
  border-top: none;
  padding: 40px 30px;
  margin-bottom: 25px; }
  .single-property .contact-custom form {
    margin: 0; }
    .single-property .contact-custom form input, .single-property .contact-custom form .chosen-container {
      margin-bottom: 20px; }
    .single-property .contact-custom form input[type="submit"] {
      margin-top: 20px; }
  .single-property .contact-custom .prefer a {
    display: block;
    width: 50%;
    height: 40px;
    border: solid 1px #b3b3b3;
    line-height: 40px;
    text-align: center;
    color: #484848;
    font-size: 14px;
    font-family: 'OpenSans-Medium';
    font-weight: normal;
    float: left; }
    .single-property .contact-custom .prefer a:last-child {
      border-left: none; }
    .single-property .contact-custom .prefer a:first-child {
      border-right: none; }
    .single-property .contact-custom .prefer a.active {
      border: solid 1px #5394ce;
      color: #5394ce; }
  .single-property .contact-custom .prefer .clear {
    clear: both; }
  .single-property .contact-custom input[type="submit"].submit {
    width: 100% !important;
    height: 40px !important;
    background: #5394ce !important;
    color: #fff !important;
    text-align: center !important; }
.single-property .social-custom {
  background: #fff;
  border: solid 1px #eeeeee;
  padding: 40px 30px 0px 30px; }
  .single-property .social-custom a.add-favorite-custom {
    position: relative;
    height: 42px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 42px;
    border: solid 1px #b3b3b3;
    font-family: 'OpenSans-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #484848; }
    .single-property .social-custom a.add-favorite-custom i {
      position: relative;
      z-index: 10;
      width: 21px;
      height: 20px;
      background-image: url("./images/corazon-vacio.svg");
      background-size: cover;
      top: 7px;
      right: -10px; }
      .single-property .social-custom a.add-favorite-custom i::before {
        display: none; }
  .single-property .social-custom ul {
    padding: 0;
    margin: auto;
    display: table; }
    .single-property .social-custom ul li {
      list-style: none; }
      .single-property .social-custom ul li a {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: black; }
        .single-property .social-custom ul li a:hover {
          animation-name: tada; }
  .single-property .social-custom #share-post {
    text-align: center;
    padding-top: 30px; }
    .single-property .social-custom #share-post a {
      cursor: pointer; }
    .single-property .social-custom #share-post i {
      color: #5f5f5f;
      margin: 0; }
      .single-property .social-custom #share-post i:after {
        box-shadow: none !important; }
      .single-property .social-custom #share-post i.icon-print {
        color: #fff0; }
        .single-property .social-custom #share-post i.icon-print:after {
          background-image: url("./images/print.svg");
          width: 16px;
          height: 16px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
.single-property .property-item .property-price {
  display: table;
  width: 100%; }
  .single-property .property-item .property-price .price-tag {
    margin: 0; }
.single-property .property-item .property-title .mini {
  margin: 0; }
.single-property .property-item .property-meta {
  margin: 0 !important; }
  .single-property .property-item .property-meta > div {
    width: 49%;
    display: inline-block; }

.contact-page form {
  margin-bottom: 60px; }
  .contact-page form input, .contact-page form .chosen-container {
    margin-bottom: 20px; }

.single-property .property-info .meta-custom .property-meta .row>div.icon-row {
  white-space: initial !important;
}
/*# sourceMappingURL=style.css.map */
