/*
	Theme Name: GoodLife
	Theme URI: https://themeforest.net/item/goodlife-responsive-magazine-theme/13638827
	Description: <strong>GoodLife Magazine WordPress Theme by <a href="http://themeforest.net/user/fuelthemes?ref=fuelthemes">Fuel Themes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 4.2.1.2
	Author: fuelthemes
	Author URI: http://themeforest.net/user/fuelthemes
	Text Domain: goodlife
	Domain Path: /inc/languages
	Tags: two-columns, four-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
	License: ThemeForest License
	License URI: https://themeforest.net/licenses/standard
*/

/*
* PLEASE DO NOT EDIT THIS FILE!
*
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme.
* Instead use the app.css file that is located in your themes /assets/css/ folder to add your styles.
* If you just want to add small css snippets you might also  want to consider to add it to the designated
* CSS option field in your themes backend at: Appearance -> Theme Options
*/
#subfooter .footer-menu li{
	display:none;
}
.post .post-content p a{
	box-shadow: inset 0 -2px 0 #ff5f5f!important;
}

#homeSidebar1 .post-grid-style8 .post.style6.wiki .post-gallery {
    height: 100%;
}
#homeSidebar1 .post-grid-style8 .post.style6.wiki .post-category{
	display: none;
}
#homeSidebar1 .post.style6:not(.style6-vertical).wiki .post-title h5{
	font-size: 15px;
}
@media only screen and (min-width: 40.063em){
	#homeSidebar1  .post.style6.wiki .post-border-container {
		padding: 10px;
	}
}
/* .comment{
	display:none;
} */
.thb-boxed-on .post.page {
    background: #fff;
    padding: 10px!important;
}
.comment-form .black{
	margin-left: 5px!important;
}



#mytrending li {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative;
}
#mytrending .wpp-thumbnail {
	display: flex;
	float: none;
	margin-bottom: 0.5rem;
	width: 100%;
	height: 100%;
}
#mytrending a:nth-child(2) {
	color: #000;
	font-size: 0.80rem;
	line-height: initial;
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;
	right: 0;
	margin: 15px 30px;
	z-index: 2;
}
#mytrending a:nth-child(2):hover {
	text-decoration:underline;
}
.trending-title{
	display: block;
	padding-bottom: 20px;
	border-bottom: 2px solid #eaeaea;
	margin-bottom: 15px;
}
#mytrending a:first-child{
	position:relative;
}
#mytrending a:first-child::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 0.5;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0.1)),color-stop(100%, rgba(0,0,0,0.7)));
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.7));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.7));
	background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.7));
	background-size: auto;
}

@media only screen and (min-width: 64.063em) {
.widget {
    padding: 20px!important;
}
}
.amzn-ad-container{
	width:100%!important;
}