/* Default Layout
 ===============================================================================*/

#jomestate-mod-items-default .price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
}
#jomestate-mod-items-default .price .cd-price-title {
    font-weight: 300;
}

#jomestate-mod-items-default address {
    font-size: 15px;
}

#jomestate-mod-items-default .card-footer {
    color: #fff;
    font-size: 12px;
    background: #212529;
}

#jomestate-mod-items-default .card-footer a {
    color: #fff;
}

#jomestate-mod-items-default  .custom-fields label {
    font-size: 1.1rem;
    font-weight: 400;
}

#jomestate-mod-items-default  .custom-fields div:not(:last-child) {
    border-right: 1px solid #ececec;
    padding: 8px 0;
    padding-right: 10px;
    margin-right: 10px;
}

#jomestate-mod-items-default .custom-fields div span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}

#jomestate-mod-items-default .card-link {
    z-index: 1;
    content: '';
    opacity: 1;
    background: transparent;
    background: -webkit-linear-gradient(top,transparent 0%,transparent 0%,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent 0%,transparent 0%,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
}
#jomestate-mod-items-default .card-link:hover {
    background: transparent;
}

/* Slider */

.jc-slider-arrow-left, .jc-slider-arrow-right, .jssora03ldn, .jssora03rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(images/a03.png) no-repeat;
    overflow: hidden;
}

.jc-slider-arrow-left {
    background-position: -11px -41px;
}

.jc-slider-arrow-right {
    background-position: -71px -41px;
}

.jc-slider-arrow-left:hover {
    background-position: -131px -41px;
}

.jc-slider-arrow-right:hover {
    background-position: -191px -41px;
}

.jc-slideshow .je-caption {
    background: #fff;
    opacity: 0.5;
} 


.jc-slideshow .je-caption h3, 
.jc-slideshow .mod-je-slide-address {
    padding: 5px;
    margin: 5px;
}

@media screen and (max-width: 480px) {
    
  #mod-je-items-wrapper .mod-je-item-default {
    width: 100%!important;
  }
  
}


/* Square Layout
 ===============================================================================*/

#jomestate-mod-items-clean .je-mod-clean-footer {
    z-index: 1;
    content: '';
    opacity: 1;
    background: transparent;
    background: -webkit-linear-gradient(top,transparent 0%,transparent 0%,rgba(0,0,0,.2) 25%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent 0%,transparent 0%,rgba(0,0,0,.2) 25%,rgba(0,0,0,.8) 100%);
    bottom: 0;
    left: 0;
    padding: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}

#jomestate-mod-items-clean .je-mod-clean-address {
    font-size: 14px;
}

#jomestate-mod-items-clean .je-mod-clean-cat,
#jomestate-mod-items-clean .je-mod-clean-price {
    position: absolute;
    top: 8%;
    background: rgba(255,255,255,.4);
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.6s ease-out 0s;
    padding: 6px;
    font-weight: 500;
}

#jomestate-mod-items-clean .je-mod-clean-open-house {
    position: absolute;
    top: 40px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.6s ease-out 0s;
    padding: 6px;
    width: 100%;
    display: none;
}

#jomestate-mod-items-clean .je-mod-clean-cat {
    left: 0;
}

#jomestate-mod-items-clean .je-mod-clean-price {
    right: 0;
    background: rgba(0,0,0,.4);
    color: #fff;
    text-align: right;
}



/* Info Layout
 ===============================================================================*/
#jomestate-mod-items-info .card {
    border: 1px solid #dedede;
    background: #fff;
}


#jomestate-mod-items-info .category {
    text-transform: uppercase;
    border-right: 1px solid #dedede;
    padding-right: 10px;
    font-weight: 400;
}

#jomestate-mod-items-info h3 {
    font-size: 18px;
}

#jomestate-mod-items-info .price {
    display: block;
    font-size: 16px;
    color: #20c063;
}

#jomestate-mod-items-info .description {
    color: #777;
}

#jomestate-mod-items-info .footer {
    background: #f7f7f7;
}

#jomestate-mod-items-info .custom-fields label {
    margin: 0;
}

#jomestate-mod-items-info .custom-fields div span {
    font-weight: bold;
}

