/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@media (max-width: 800px) {
	    button.slick-prev.slick-arrow {
        display: none !important;
    }
	    button.slick-next.slick-arrow {
        background: transparent;
        color: #008578;
        font-size: 0;
        border: none;
        float: right;
        position: absolute;
        bottom: -40px;
        right: 10px;
		z-index:999;

    }
    button.slick-next.slick-arrow:before {
        content: "swipe";
        font-size: 18px;
        display: block;
        font-weight: 500;
        text-transform: uppercase;
        color: #005C5D;
		z-index:999;
		font-family:Rubik, sans-serif;
    }
	.properties-slider .fl-post-grid .properties-item .propertie-footer {
  margin-top: 0;
  margin-bottom: 0;
  transition: 0.5s;
}
}