/*
 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
*/
/* Korean-CAR branding fit */
.site-header .site-branding .site-title {font-size:28px;white-space:nowrap;}

/* Korean-CAR compact desktop menu */
@media (min-width: 1024px) {
 .header--s11 > div {display:flex;align-items:center;}
 .header--s11 .site-branding {flex:0 0 auto;margin-right:auto;order:1;}
 .header--s11 .main-navigation {order:2;float:none;width:auto;}
 .header--s11 .main-navigation > ul {display:flex;flex-wrap:nowrap;}
 .header--s11 .main-navigation > ul > li {float:none;white-space:nowrap;}
 .header--s11 .main-navigation > ul > li > a {padding-left:14px;padding-right:14px;font-size:13px;}
 .header--s11 .header__social-search {order:3;flex:0 0 auto;}
 .header--s11 .main-navigation > ul > li.current-menu-item > a {background:#d32f2f;color:#fff;}
}

/* Korean-CAR right aligned navigation */
@media (min-width:1024px) {
 #masthead.header--s11 .main-navigation {margin-left:auto;margin-right:0;}
 #masthead.header--s11 .site-branding {margin-right:24px;}
}

/* Korean-CAR readable about text */
.footer__bottom .penci-footer-text-content {color:#d6d6d6;font-size:15px;line-height:1.7;}

/* Korean-CAR red branding */
.site-branding .site-title a, .footer__logo a, .mobile-sidebar .site-title a {color:#d32f2f !important;}
.main-navigation > ul > li.current-menu-item > a {background:#d32f2f !important;color:#fff !important;}
.header__search, .penci-block-vc .penci-block-heading .penci-block__title, .page-numbers.current {background-color:#d32f2f;}
