/*
 Theme Name:   Benaa Child Theme
 Theme URI:    http://themes.g5plus.net/benaa/
 Description:  Benaa Child Theme
 Author:       G5Theme
 Author URI:   http://g5plus.net
 Template:     benaa
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain: 		benaa
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/

/**********
Home page
**********/

.property-date {
     display: none!important;
}

/**********
Single listing page
*********/

.benaa-class.single-property .single-property-area .ere-google-map-directions .ere-directions {
     left: 40px!important;
     top: 140px!important;
}

@media only screen and (max-width: 767px) {
     .benaa-class.single-property .single-property-area .ere-google-map-directions .ere-directions {
          left: 25px!important;
          top: 100px!important;
     }
}