/*
Template Name:  Feed
Template URI:   http://mightyminnow.com
Author:         MIGHTYminnow
Author URI:     http://mightyminnow.com
Description:    Displays tweets formatted as a feed.
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           feed
Text Domain:    trestle
*/

.fetch-tweets-item {
	margin: 0 -5px;
	padding: 20px 5px 30px;
	border-top: 1px solid #ddd;
	color: #6A6A6A;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
}

.fetch-tweets-item:first-child {
	padding-top: 0;
	border-top: none;
}

.fetch-tweets-item p {
	margin-bottom: 0;
}

.fetch-tweets-item a {
	color: #2A2A2A;
}

.fetch-tweets-tweet-created-at a {
	color: #A8A8A8;
}

body .site-inner .fetch-tweets-text a:hover {
	color: #eb1478 !important;
}

.fetch-tweets-follow-button {
	margin-top: 1em;
	font-weight: bold;
}

@media (min-width: 600px) {

	.fetch-tweets-item {
		font-size: 18px;
	}

}
