/*
 Theme Name:   MSW News Theme
 Theme URI:    https://generatepress.com
 Description:  MiSeattleWeb news theme (A GeneratePress child theme)
 Author:       MiSeattleWeb
 Author URI:   https://miseattleweb.com
 Template:     generatepress
 Version:      0.1
*/
.news-post-content h4 a {
	color: #ffffff;
}
.cosmosfarm-share-buttons-default {
	margin: 0 !important;
}
	
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.cosmosfarm-share-buttons-default img:first-of-type {
		background: orange !important;
	}
	.cosmosfarm-share-buttons-default img {
		width: 4em !important;
		height: 4em !important;
		background: green !important;
	}
}


.fancy-posts {
    list-style: none;
    padding: 0;
}

.fancy-posts li {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    transition: background-color 0.3s;
}

.fancy-posts li:hover {
    background-color: #f6f6f6;
}

.fancy-posts h2 {
    margin: 0;
    font-size: 1.5em;
}

.fancy-posts h2 a {
    color: #333;
    text-decoration: none;
}

.fancy-posts h2 a:hover {
    text-decoration: underline;
}

.fancy-posts .post-thumbnail {
    margin: 15px 0;
}

.fancy-posts .post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.fancy-posts .post-excerpt {
    color: #777;
}