/* Mediavine CSS */
#scroll-up { bottom: 120px !important; }
@media only screen and (min-width: 1024px) {
    #primary {
        max-width: calc(100% - 300px);
    }
    #secondary {
        min-width: 300px;
    }
}
@media only screen and (max-width: 1023px) {
    #primary, #secondary {
        max-width: 100%;
        width: 100%;
        float: none;
        clear: both;
    }
}
@media only screen and (max-width: 359px) {
	.inner-wrap {
		width: 100% !important;
	}
	#main {
		padding: 8px;
	}
	#content .post .article-content {
		padding: 0px !important;
	}
	#mpprecipe-container {
		padding: 0px;
	}
}

#header-text-nav-wrap {
    padding: 0px 0 0px;
}
.header-image {
    margin-bottom: 0;
    border-bottom: 0px solid #EAEAEA;
    width: 60%;
    display: block;
    margin: 0 auto;
}

/* End of Mediavine CSS */

.comments-area .comment-author-link a {
    color: #000000;
}

.avatar {
    border-radius: 50%;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.comments-area .comment-edit-link, .comments-area .comment-permalink, .comments-area .comment-date-time, .comments-area .comment-author-link {
    display: block;
    margin-left: 100px;
    color: #000000;
}

.comments-area article header {
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
	border-radius: 20px;
}

.comment-content {
    padding: 15px 35px 25px;
	background-color: #ffffff;
	border-radius: 20px;

}

.widget_featured_posts img {
    margin-bottom: 18px;
    width: 400px;
    height: 205px;
	border-radius: 5px
}

.widget_default_news_colormag.widget_featured_posts img {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    width: 205px;
    height: 205px;
}

#header-logo-image img {
    margin-bottom: 0;
    width: 400px;
    height: 100px;
}

.widget_featured_posts .following-post img {
    margin-bottom: 0;
    width: 150px;
    height: 125px;
}

img.alignleft.tfe.wp-post-image, img.alignright {
    display:none ;
}

#main .breaking-news-latest {
    color: #fff;
	background-color: #65A83D;}

.comment .comment-reply-link {
    float: right;
    color: #000000;
}

#primary .widget-title span {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#secondary .widget-title span {
    border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	
}

.posted-on a, .byline a {
    color: #857AD8;
}


.widget_featured_posts .single-article {
    box-shadow: 0 0px 0px 0;
}

.widget_featured_posts {
    margin-bottom: 30px;
    border-bottom: 2px solid #289dcc;
}

.view-all-link {
   border-radius: 2px
}