/*
Theme Name:         Luster Wordpress Theme
Theme URI:          http://alethemes.com
Description:        Luster Wordpress Theme by <a href="http://alethemes.com/">Alethemes</a>.
Version:            2.0
Author:             CRIK0VA / ALETHEMES.COM
Author URI:         http://themeforest.net/user/CRIK0VA
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags:               dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
.sticky {}
.bypostauthor {}
.gallery-caption{}

/*    color: #e04546 */
.slider-box .flex-viewport .slides li .text .item.link {
    font-size: 14px;
    background-color: #d10000 !important;
    display: inline-block;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 140px;
    position: relative;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.slider-box .flex-viewport .slides li .text .item.link:before {
    content: "\f105";
    position: absolute;
    right: -12px;
    bottom: -1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: none;
}
.slider-box .flex-viewport .slides li .text .item.link:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #e04546;
    bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
    display: none;
}
.slider-box .flex-direction-nav li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    left: 0;
    color: #fff;
    left: 8px;
    top: 12px;
}
.recent-properties .block article .text {
    height: 198px;
    max-height: 198px;
    color:#000;
}
.recent-properties .block article .text p {
    color: #000;
display:block;
}
