/*
 Theme Name:   PenNews Child
 Theme URI:    http://pennews.pencidesign.com/
 Description:  PenNews Child Theme
 Author:       PenciDesign
 Author URI:   http://pencidesign.com
 Template:     pennews
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 Text Domain:  pennews-child
*/

/*АВТОР ПОСТА*/
#article-author {
    float: none;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 10px;
    -webkit-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.1);}
#author-image{
    float: left;
	padding-right: 10px;
	border-radius: 100px;
	}
#author-text {
    font-size:14px;
    color:#999;
	font-style: italic;
    text-align:justify;
    overflow:hidden;}

.post-counter{
    margin-top:0px;
    font-size: 14px;
	color:#999;
	}
	
.post-counter a{
    margin-top:0px;
    font-size: 14px;
	color:#999;
	}
	
.post-counter a:hover {
	color:#0045A2;
	}
	
.author{
    font-size:17px;
    margin-bottom:5px;
	color:red;
	}
	
.mobile-sidebar .primary-menu-mobile .dropdown-toggle, .penci-menu-hbg .primary-menu-mobile .dropdown-toggle {
    font-size: 25px !important;
    padding: 11px 0 11px 30px !important;
    color: #000 !important;
}

.single .penci-entry-footer .penci-social-buttons, .page .penci-entry-footer .penci-social-buttons {
    text-align: left !important;
}