/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.entry-content p img {
	max-width: 500px;
}

#post-list .image-cover {
	padding-top: 0!important;
}

#post-list .image-cover img {
	position: relative;
}

.moodlyhome-post-list .image-cover {
	padding-top: 0!important;
}

.moodlyhome-post-list .image-cover img {
	position: relative;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}