/*
Theme Name: Divi Child Theme
Version: 1.0
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   David Pisarek
Template: Divi
*/

@import url("../Divi/style.css");


img.filter_loading {margin: 0 auto;display: block;}


.single_post_tags .et_pb_text_inner span:only-child {display: none !important;}
.single-post .blog-post-common-content img {border-radius: 14px;}
img.alignright {margin-left: 20px;margin-bottom: 15px;}
img.alignleft {margin-right: 20px;margin-bottom: 15px;}

.post_result .post-section .blog-wrapper .list-img {position: relative;overflow: hidden;}
.post_result .post-section .blog-wrapper .list-img img {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;height: 101%;-o-object-fit: cover;object-fit: cover;object-position: center;border-radius:  inherit;}
.filter_list_wrap > div {display: inline;}
.filter_list_wrap > div:not(:last-child) {margin-right: 15px;}
/* Player Icons */

@media screen and (max-width:1199px) {
    img.alignright {margin-left: 0px;margin-bottom: 20px;float: none;clear: both;display: block;}
    img.alignleft {margin-right: 0px;margin-bottom: 20px;float: none;clear: both;display: block;}
}