/*
Theme Name: Amedeo
Theme URI: http://amedeo.elated-themes.com
Description: A Contemporary Theme for Creative Business
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: amedeo
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: 1.2
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.

*/

/* Fix for mobile portfolio display */
@media (max-width: 767px) {
    .eael-filterable-gallery-item-wrap,
    .portfolio-item {
        width: 100% !important;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    
    .eael-gallery-grid-item,
    .portfolio-item-inner {
        max-width: 100%;
        height: auto !important;
    }
    
    .gallery-item-thumbnail-wrap img,
    .portfolio-item img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
        display: block !important;
        visibility: visible !important;
    }
    
    /* Force images to show */
    img {
        opacity: 1 !important;
        visibility: visible !important;
    }
}