/*
Theme Name: Search and Go
Theme URI: http://searchandgo.elated-themes.com/
Description: Modern & Smart Directory Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: search-and-go
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.5
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.most-popular-boxart .eltd-listing-feat-list-holder article{
	width: 33.33% !important;
    position: static !important;
    float: left;
    height: auto !important;
}
.most-popular-boxart .eltd-listing-feat-list-holder article .eltd-listing-feat-image-holder img{
	max-height: unset !important;
    height: auto !important;
}
.most-popular-boxart .eltd-listing-feat-list-holder article .eltd-listing-feat-image-holder {
    /*height: 240px !important;*/
}
.most-popular-boxart .eltd-listing-feat-listing-item-inner {
    
}
.most-popular-boxart .eltd-listing-feat-list-holder article.eltd-listing-feat-listing-item .eltd-listing-feat-title-wrapper {
    position: unset !important;
    background: #000;
    margin-top: 10px;
    display: none;
}
.most-popular-boxart .eltd-listing-feat-list-holder article.eltd-listing-feat-listing-item .eltd-listing-feat-title-wrapper a.eltd-listing-item-category-icon {
    display: none;
}
.most-popular-boxart .eltd-listing-feat-list-holder {
    height: auto !important;
}
.eltd-testimonials-holder .owl-fade-out, .eltd-testimonials-holder .owl-fade-in {animation: unset !important;}
.eltd-listing-item-related-holder, .eltd-single-listing-wishlist, .eltd-listing-item-rating, .eltd-comment-form-rating, .eltd-single-listing-sidebar-holder .eltd-listing-single-map-holder .eltd-listing-map-address {
    display: none !important;
}
a.custom-download-btn {
    background-color: #f00;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    background-image: url('http://snesboxes.com/wp-content/uploads/2016/02/626013.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left 15px center;
    text-align: center;
}
a.title-download-arrow {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    background: #f00;
    padding: 10px;
    border-radius: 50%;
}
.eltd-login-register-widget {
	display: none !important;
}
.eltd-three-columns-inner .eltd-column .textwidget.custom-html-widget {
	text-align: left;
	color: #fff;
}

@media only screen and (max-width: 480px){
    .most-popular-boxart .eltd-listing-feat-list-holder article {width: 100% !important;}
}