/*
 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
*/
#menu-main-menu { padding-top: 10px; padding-bottom: 10px; }
#menu-main-menu:after { content: ''; clear: both; display: block; }
#menu-main-menu li a { line-height: 40px; }

.site-header.header--s5 .custom-logo { max-height: 80px; padding-top: 0; } /* Header Logo */
.site-footer .penci-block_6 .penci-post-item { border: none; } /* Hide Widget Articles Borders */
.penci-cat-name { padding: 5px 10px !important; height: auto !important; } /* All Categpry Labels */

/* Homepage Slider */
.penci-small_items-wrapper { padding-left: 15px; padding-right: 15px;max-width: 1110px; }
@media only screen and (min-width: 769px) {
.home-grid-1 .penci-block_content__wapper > article:nth-child(4),
.home-grid-2 .penci-block_content__wapper > article:nth-child(4) { display: none !important; }
}
/* Homepage Slider */

/* Footer */
.penci-videos-playlist.footer-widget .penci-block_content { display: grid; grid-template-columns: 1fr 300px; }
@media only screen and (max-width: 767px) {
.penci-videos-playlist.footer-widget .penci-block_content { display: block; }
}
.penci-videos-playlist.footer-widget .penci-block_content .penci-video-nav { height: 100%; max-height: 100% !important; float: none !important; }
.penci-videos-playlist.footer-widget .penci-block_content .penci-video-nav .penci-video-playlist-nav { height: 100% !important; float: none !important; max-height: 427px !important; }
.penci-videos-playlist.footer-widget h3 { font-size: 16px !important; font-family: "Open Sans"; font-weight: 600; }
.penci-videos-playlist.footer-widget h3 span { line-height: 36px; height: 36px; padding: 0 14px; background-color: #0e2342; display: inline-block; vertical-align: top; }
.footer__sidebars.footer__sidebar-col-1 h4.penci-block__title { text-align: center; }
.footer__sidebars.footer__sidebar-col-1 h4.penci-block__title a { line-height: 36px; height: 36px; padding: 0 14px; background-color: #e60924; display: inline-block; vertical-align: top; color: #fff !important; }

/* Article Page */
.penci-content-post .penci-entry-content { text-align: justify; }
.penci-entry-categories a { font-size: 13px !important; padding: 5px 10px !important; height: auto !important; }
.penci-tags-links a { background: #fff !important; color: #000 !important; font-size: 13px !important; padding: 5px 10px !important; height: auto !important; }
.penci-post-pagination { border-color: #fff !important; }
.penci-post-related h4 { color: #fff !important; }
.penci-post-item { border: none !important }
.penci-post-item .penci_media_object { margin-bottom: 0 !important; } 
/* Article Page */

/* Term Page */
.penci-cat-links a { padding: 5px 10px !important; height: auto !important; font-size: 13px !important; }
.penci-archive__list_posts .penci-post-item .entry-content { text-align: justify; }
/* Term Page */

@media screen and (max-width: 480px) {
    .penci-block-vc.penci-block_grid .penci-block_content {
        margin-left: 0;
        margin-right: 0;
    }
	.ic-empty-mob-0 { height: 0px !important; }
	.ic-empty-mob-20 { height: 20px !important; }
	
	.footer__sidebars.footer__sidebar-col-1 { padding: 20px 0 !important; }
	.footer__sidebars .footer-sidebar-item { margin-bottom: 0; }
}