/*
Theme Name: Astra Child
Author: Marcin Grzęda
Author URI: https://marcingrzeda.pl
Template: astra
Description: Child theme for astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astrachild
*/

.picture-shadow {
-webkit-box-shadow: 10px 10px 17px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 10px 10px 17px 0px rgba(66, 68, 90, 1);
box-shadow: 10px 10px 17px 0px rgba(66, 68, 90, 1);
}
/*
.ast-blog-featured-img img {
    object-fit: contain;
    width: 100%;
    height: auto;
}
*/
.ast-blog-layout-5-grid .post-thumb-img-content {
    object-fit: contain;
   width: 100%;
    height: auto;

}

.post-content>.read-more {
    margin-top: 0.2em;
}


