/*
Theme Name: newsline child
Author: watermelon
Description: 2011 newsline All rights reserved
Version: 1.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.pt-cv-view .pt-cv-title a {
	font-weight: 800 !important;
}

.entry-header{
	margin-top:35px;
	margin-bottom:65px;
}

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
	margin-bottom:85px;
}

.site-header{
	max-width: 100%;
    border-bottom: 2px solid #305296;
}


#menu-footer_num01{
	display:flex;
	flex-wrap: wrap;
}

.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover{
	background-color:#fff !important;
}


.inside-footer-widgets>div{
	flex:auto;
}

.widget ul li{
	
	padding: 0px 8px;
    font-size: 12px;
}

.site-footer:not(.footer-bar-active) .copyright-bar{
	text-align:left;
}

.widget ul li a{
	text-decoration:none;
}


/* 🟡 태블릿 (769px ~ 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
	
}


/* 🔴 모바일 (최대 768px) */
@media (max-width: 768px) {
	.is-right-sidebar{
		display:none;
	}
	.type-post{
		padding:0 15px;
	}

}

