/**
 * Theme Name:  Good News Child - Multi-Niche Blog / Magazine WordPress Theme
 * Theme URI:   http://goodnews.xplodedthemes.com/
 * Description: Good News a complete solution for any kind of blog, news or magazine website.
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
 *
 * Author:      XplodedThemes
 * Author URI:  http://xplodedthemes.com
 *
 * Version:     1.1.7.2
 * Template:    goodnews
 * Text Domain: goodnews-child
 *
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */


/* Child Theme customization starts here
-------------------------------------------------------------- */
#outer_wrapper > #sidebar ul{
	list-style:none;
	text-align:center; padding:20px 20px 0; margin-left:0;
}
.article-header a.author-avatar{
	width:45px; margin-right:10px;
}

@media only screen and (min-width: 783px){
	.top-menu.sticky.fixed, .top-menu.sticky.fixed .top-bar,
	.top-menu.sticky.fixed .top-bar .name{height:65px !important;}
	.top-menu.sticky.fixed .top-bar .name{ line-height:65px !important;}
	.top-menu.sticky.fixed .top-bar-section > ul > li:not(.has-form) > a:not(.button){ line-height:65px !important;height:65px !important;}
	.top-menu.sticky.fixed .top-bar .name a{ line-height:60px !important;}
	.top-menu.sticky.fixed .top-bar .name a img{width:110px !important}
	.top-menu ul.sticky-menu.left{ display:none !important;}
}	

@media only screen and (max-width:782px){
.xsmall-12.medium-5 .sharedaddy{ margin-top:10px; text-align:left;}

}

@media only screen and (min-width: 783px) and (max-width:960px) {
.in-container .xt-post-date {
	padding-top:5px !important;

}
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.top-menu .top-bar .name a img {
    max-height: 35px;
}
}