﻿/* 

Theme Name: Kim Mingyu (Light)
Theme URI: kim-mingyu.net
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


/* body */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
    font-weight: 400;
	color: #4e4e4e;
	overflow-x: hidden!important;
}

#wrapper {
	margin: 0 auto;	
	width: 100%;
	max-width: 1500px;
	position: relative;
}

#content {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
    float: left;
}

/* header */
#header {
	max-width: 100%;
	min-width: 1500px;
	height: 400px;
    background-image: url('images/header.jpg');
	background-repeat: no-repeat; 
	background-position: center center;
    margin: 0 auto;
} 

.header-mobile {
	display: none;
}

/* menu */

#navigation {
    text-transform: uppercase;
    font-size: .99em;
	width: 100%;
	margin: 0 auto!important;
	font-family: 'Poppins', sans-serif;
}

.navi {
	padding: 0;
}

.container {
	text-align: center;
	margin: 0 auto;
	width: 1500px;
	position: relative;
    padding: 8px;
}

.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navi li {
	display: inline-block;
}

.menu {
	display: inline-block;
	line-height: 14px;
    font-weight: 700;;
	text-transform: uppercase;
	vertical-align: text-bottom;
	text-align: left;
	background: #090909;
}

.menu a {
    color: #fff!important;
	display: inline-block;
	padding: 7px;
    transition: all 0.4s ease-out;
}

.menu a:hover {
	color: #417c84!important;
}

/* latest images */

#cpmfetch {
    width: 100%;
    max-width: 1500px;
    margin: .5% auto!important;
    text-align: center;
}

.cpmfetch {
	padding: 15px;
	margin: 0 0 65px 0;
}

.cpmfetch a img {
    margin: 0 auto!important;
    text-align: center;
    width: 3.5vw;
	height: auto;
	padding: 2px;
    transition: all 0.4s ease-out;
}

.cpmfetch a img:hover {
	filter: grayscale(100%) brightness(1.0) opacity(1.0)!important;
}

/* news content */

#news_all{
	float: right;
	width: 68.33%;
}

#news{
	margin-bottom: 3px;
	line-height: 175%;
}

.news {
	margin: 0px; 
	padding: 18px; 
	line-height: 175%;
	margin-bottom: 60px;
}

.comments {
	margin:0px; 
	padding: 12px; 
	border: 0px!important;
}

.title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.55em;
    font-weight: 400;
    line-height: 115%;
    margin: 0 0 3px 0;
	color: #231f1c;
}

.title a, 
.title a:hover {
	color: #231f1c!important;
    text-decoration: none;
    font-weight: 400!important;
}

.category {
	margin: 0 auto;
	padding: 3px auto;
	display: block;
    font-weight: 400;
	font-size: .80em;
    text-transform: uppercase;
}

.category span {
	background: #d1d1d1;
}

.category a {
	padding: 1px 3px;
    font-weight: 700;!important;
    transition: all 0.4s ease-out;
}

.category span a:hover {
	color: #fff!important;
	background: #43a2d8;
}

.category .fa-solid {
	margin: auto 3px auto 12px;
	font: var(--fa-font-solid);
	color: #a6d9dd;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: left;
	width: 29.33%;
}

.sidebar {
	line-height: 175%;
}

.sidebar-content {
	padding: 15px;
	margin: 0 0 65px 0;
	z-index: 1;
    border-radius: 5px;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	background: rgba(116, 116, 116, .1);
	border-radius: 3px;
}

.sidebar-title {
	margin: 2.5% auto;
	text-align: center;
    font-weight: 700;
    font-family: "Asap Condensed", sans-serif;
    text-transform: uppercase;
    display: block!important;
	font-size: 1.45em;
	color: #687959;
	padding: 2%;
}

.widgettitle {display: none;}

/* -- Images -- */

.news img, 
.news a img {
	margin: 7px;
	padding: 3px;
	border: 3px solid transparent;
	border-image: linear-gradient(to bottom right, #fff, #fff);
	border-image-slice: 1;
	transition: all 0.4s ease-out;
}

.news a img:hover, 
.news img:hover {
  border: 3px solid transparent;
	border-image: linear-gradient(to bottom right, #64dcf7, #708365);
  border-image-slice: 1;
}

.sidebar-content img, 
.sidebar-content a img, 
.sidebar-content img:hover,
.sidebar-content a img:hover {
	margin: 7px;
	padding: 0px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	transition: all 0.4s ease-out;
}

.news img.wp-smiley { 
	border:none; 
	padding: 0px; 
	margin: 0px;
}

a img {
	border: 0px;
}

/* links */

a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #757575;
	transition: all 0.4s ease-out;
}

a:hover {
	color: #878e62; 
	text-decoration: none;
}

/* -- blockquote & input area -- */

blockquote{
  font-size: .85em;
  width:70%;
  margin:50px auto;
  font-style:italic;
  padding:1.2em 30px 1.2em 75px;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#61a9b7;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

.sidebar-content blockquote {
	padding: 10px;
	width:85%;
	font-size: .90em;
}
.sidebar-content blockquote:before {
	content: "";
}

input, select, textarea {
	font-size:14px; 
	border: 1px solid #eaeaea;
	background: #eaeaea;
	padding: 10px;
	color: #565656;
	width: 95%;
	display: block;
}

.sidebar-content input,
.sidebar-content select,
.sidebar-content textarea {
	border: 1px solid #fff;
	background: #fff;
}

.sidebar-content #searchsubmit {
	display: none;
}

#submit {
	width: auto;
}

/* -- footer -- */

#footer {
	padding: 10px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400!important;
	text-align: center!important;
	line-height: 175%;
}

.footer {
	margin: 1.5% auto;
	width: 1200px;
	text-align: center;
}

.footer span {
	font-size: .95em;
	font-weight: 700;
	text-transform: uppercase;
}

.footer a {
	color: #708365!important;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 400;
}

.footer a:hover {
	color: #45a0d7!important;
}

.footer .fa-solid,
.footer .fa-brands {
	vertical-align: middle;
    color: #45a0d7!important;
	margin: auto 7px;
	font-size: .60em;
}

.footer .disclaimer {
	text-align: left!important;
	letter-spacing: 0px!important;
}

/* -- Featured Images -- */

#featured {
	margin: 0 auto;
	padding: 0;
}

#featured-archive {
	float: left;
	margin-right: 10px!important;
	margin-left: 0px!important;
	width: 20%;
}

#featured img,
#featured img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width:100%!important;
	width: 99%!important;
	height: 350px!important;
	object-fit: cover!important;
	display: block!important;
	filter: grayscale(0%) brightness(1.0) opacity(1.0)!important;
	border-radius: 0px;
}

#featured-archive img,
#featured-archive img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0 5px 0 0;
	max-width: 100%!important;
	width: 100%!important;
	height: 130px!important;
	object-fit: cover!important;
}

img.featured-placeholder {
    filter: grayscale(100%) opacity(.8);
}

/* -- Pagination -- */

.pagination {
	margin: 0 0 60px 0;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
	font-weight: 400!important;
}
 
.pagination li {
    display: inline;
	border-bottom: 0px!important;
}
 
.pagination li a,
.pagination li.disabled {
	color: #757575;
	border: 1px solid #eeeeee;
	background: #fff;
    padding: 12px;
    padding: 0.75rem;
	transition: all 0.4s ease-out;
}
 
.pagination li.active a {
	color: #757575!important;
	background-color: #EDEDED!important;
	border: 1px solid #EDEDED!important;
}
 
.pagination li a:hover {
	color: #fff;
	background-color: #3d737d;
	border: 1px solid #3d737d;
}

/* search form */

#searchform {
	margin:10px auto; 
	position: relative; 
	text-align:center; 
	max-width:100%;
}
	
#searchform #s {
	margin:0 auto; 
	padding: 10px 10px 10px 35px!important; 
	width:86%;
	 background: #EDEDED url('images/search.png') 10px center no-repeat; 
	 font:13px; 
	 font-style:italic; 
	 text-align: left; 
	 outline: none; 
	 border:1px solid #EDEDED;
}

.sidebar-content #searchform #s {
	background-color: #fff;
	border-color: #fff;
}

/* -- Post Link Gallery -- */

.gallery-updates {
	margin: 25px;
	background-image:url(images/gallerylink.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:100px;
	max-width:100%;
	min-height:100px;
	padding: 20px 20px 20px 105px;
	box-sizing:border-box;
	display: flex;
	flex-direction:vertical;
	justify-content: left;
}

/* sidebar projects */

.projects-img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.projects-img img,
.projects-img img:hover {
	width: 100%;
	height: 185px;
	object-fit: cover;
	margin: 0 auto;
}

.projects-info {
	padding: 8px;
	line-height: 175%;
	text-align: center;
}

.projects-info-title {
	text-transform: capitalize;
	display: block!important;
	color: #0e2022;
	font-weight: 700;
}

.projects-info-date {
	color: #597151;
	padding: 0px 4px!important;
	display: inline-block;
}

.projects-info-role {
	display: inline-block;
	font-style: italic;
}

.projects-info-role::before {
	content:'[';
	font-style: normal;
}

.projects-info-role::after {
	content:']';
	font-style: normal;
}

.projects-info blockquote {
	width: 95%;
	margin: 3px auto!important;
	padding: 5px;
	position: relative;
	background: rgba(255, 255, 255, 0.8);
}

.projects-info-links {
	text-align: center;
	text-transform: uppercase;
	font-size: .85em;
}

.projects-info-links a {
	margin-right: 12px;
	background: #1c1c1c;
	color: #fff!important;
	padding: 2px 4px 3px;
	border-radius: 3px;
	transition: all 0.4s ease-out;
	font-weight: 400!important;
}

.projects-info-links a:hover {
	background: #3497d2;
}

/* sidebar text affiliates */

.aff {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px 5px!important;
	margin-top: 15px!important;
	line-height: 155%!important;
}

.aff a {
    flex: 0 1 calc(25% - 0px) !important;
    text-align: center !important;
    background: #fff;
	padding: 8px;
	transition: all 0.4s ease-out;
}

.aff a:hover {
	color: #66755e!important;
}
    
.aff span {
    display: block;
	color: #0e2020!important;
	font-family: 'Barlow', serif;
	font-size: 1.25em;
}

/* Formats & styles coding */

.news b, .news strong {
	color: #667a55;
}


.news i, .news em, .news eb {
	color: #368490;
}

hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .15;
}


h1 {
	margin: 0 0 12px 0;
	font-size: 18px;
}


h2 {
	margin: 0px;
	font-size: 19px;
}


h3 {
	margin: 0px;
	font-size: 17px;
}

h4 {
	margin: 0px;
	font-size: 15px;
}

ul  {
	margin: 5px;
	padding: 5px;
}

li {
	list-style: none;
	padding:8px;
}

/* ==== DO NOT EDIT BELOW THIS ==== */

/* PC SCREEN */

@media (max-width : 1366px), (max-width : 1200px) {
    
    #wrapper,
    #content,
    .container {
        max-width: 1200px!important;
    }
    
    #header {
        min-width: 1366px!important;
    }
	
	.cpmfetch a img {
		width: 75px;
		height: 79px;
	}
}


/* ------------------ 

R E S P O N S I V E    C S S

 --------------------- */
  .show-menu,
input[type=checkbox] {
	display: none;
}

input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

@media (max-width : 1024px),
(max-width : 959px) {
	
	#navigation {
        overflow: hidden!important;
        margin: 0;
        display: block!important;
		background: #090909;
	}

	.navi {
		padding: 15px;
		margin: 0;
	}

	.navi .container {
		margin: 0;
	}	
	
	.navi ul {
		position: static;
		display: none;
		list-style: none!important;
		margin: 0!important;
		padding: 0!important;
	}

	.navi ul li,
    .navi li a {
		width: 100%;
	}

	.show-menu {
		font-size: 0.999rem;
		display: block;
		text-transform: none;
		margin-bottom: 8px;
	}
	
	.show-menu .fa-solid {	
		color: #9aedfb;
	}

	.menu {
		display: block;
		text-align: left!important;
		width: 100%;
	}

	.menu li {
		margin: 0;
	}

	.menu a {
		display: block;
		padding: 10px!important;
	}
	
	
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body {
	font-size: 100%!important;
}
	
body,
#wrapper,
#content,
#footer,
.header-mobile,
.title-mobile {
	overflow-x: hidden!important;
}
	
#wrapper {
	width: 100%!important; 
	margin: 0 auto!important;
}

#content {
	width: 100%!important; 
	margin: 0 auto!important;
	float: none!important;
}

#news_all {   
	width: 90%!important;
	margin: 8px auto!important;
	float: none!important;
}

img.header-mobile {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

#sidebar-mobile {
	display: block!important;
	clear: both;
	width: 90%!important; 
	margin: 0 auto!important;
}

.news img {
	max-width:15vw!important; 
	height: auto;
}


#sidebar_all,
#header,
#cpmfetch {
	display: none!important;
}

embed,
iframe,
object,
video,
input,
textarea,
select {
	width: 100%;
}

#featured img,
#featured img:hover {
	max-width:100%!important;
	width: 100%!important;
	height:45vh!important;
	margin: 0;
	padding: 0;
	border: 0px;
	background: none!important;
	object-fit: cover;
}

.footer {
	width: 90%!important;
	margin: 8px  auto;
}

}