﻿/* 

Theme Name: Kim Mingyu WP Code
Theme URI: kim-mingyu.net
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


/* body */

body {
	background-color: #dfdfdf;
	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: 1600px!important;
	height: 400px;
    background-image: url('images/header.png');
	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;
}

.navi li:after {
    content: '\f00d';
	font: var(--fa-font-solid);
    font-size: .88em;
	margin-left: 10px;
	vertical-align: middle;
	color: #cb9274;
}

.navi li:last-child:after {
	content: '';
}

.menu {
	display: inline-block;
	line-height: 14px;
    font-weight: 600;
	text-transform: uppercase;
	vertical-align: text-bottom;
	text-align: left;
}

.menu a {
    color: #1b1e20!important;
	display: inline-block;
	padding: 7px;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.menu a:hover {
	color: #16758f!important;
}

/* latest images */

#cpmfetch {
    width: 100%;
    max-width: 1500px;
    margin: .5% auto!important;
    text-align: center;
}

.cpmfetch {
    padding: .9%;
    margin: 0 auto!important;
}

.cpmfetch a img {
    margin: 0 auto!important;
    text-align: center;
    width: 5.3vw;
	height: 11.8vh;
	border-radius: 200px;
	background-size: cover!important;
	filter: grayscale(100%) brightness(1.1) opacity(.5);	
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.cpmfetch a img:hover {
	filter: grayscale(0%) 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;
    background: #fff;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.comments {
	margin:0px; 
	padding: 12px; 
}

.comments {
	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: #a55710;
	text-align: center;
}

.title a, 
.title a:hover {
    color: #a55710!important;
    text-decoration: none;
    font-weight: 400!important;
}

.category,
.category-bottom,
.category-page {
	margin: 0 auto;
	padding: 3px auto;
	display: block;
	color: #757575;
    font-weight: 300;
	font-size: .85em;
    text-transform: uppercase;
	text-align: center;
}

.category-bottom {
	margin: 5px 0 0!important;
	padding: .5%;
    text-transform: capitalize!important;
}

.category a {
	background: #2b87a4;
	padding: 1px 3px;
	color: #fff!important;
    font-weight: 500!important;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.category a:hover {
	background: #aa5a0e;
}

.category-bottom a {
	margin-right: 7px!important;
    font-weight: 300!important;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	padding: 2px;
}

.category-bottom .fa-solid {
	margin: auto 3px auto 12px;
	font: var(--fa-font-solid);
	color: #cba53e;
}

/* -- 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: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.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: #0a789a;
	padding: 2%;
}

.widgettitle {display: none;}

/* -- Images -- */

.news img, 
.news a img {
	margin: 7px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-image-source: url('images/placeholder.jpg');
	border-image-slice: 90 270!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.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);
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news a img:hover, 
.news img:hover {
	border-width: 1px;
	border-image-source: url('images/header.png');
	border-image-slice: 90 270!important;
}

.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;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover {
	color: #0a4870; 
	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:#b27b2e;
  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 #EDEDED;
	background: #EDEDED;
	padding: 10px;
	color: #565656;
	width: 95%;
	display: block;
}

#submit {
	width: auto;
}

/* -- footer -- */

#footer {
	padding: 10px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400!important;
	text-align: center!important;
	line-height: 175%;
	background: #090909;
    color: #fff;
}

.footer {
	margin: 1.5% auto;
	width: 1200px;
	text-align: center;
}

.footer span {
	font-size: .95em;
	font-weight: 700;
	text-transform: uppercase;
}

.footer a {
	color: #208aa4!important;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 400;
}

.footer a:hover {
	color: #ab6a2d!important;
}

.footer .fa-solid,
.footer .fa-brands {
	vertical-align: middle;
    color: #ab6a2d!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;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  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: #155f71;
	border: 1px solid #155f71;
}

/* 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;
}

/* -- Post Link Gallery -- */

.gallery-updates {
padding: 40px 10px 10px 33px;
border-bottom: 0px;
margin: 10px 18px;
}

.gallery-updates:before {
	content: URL("images/gallerylink.png");
	display: block;
    margin-left: -45px;
}

.gallery-updates a {
    text-transform: uppercase;
}

/* sidebar projects */

.projects-img {
	display: block;
}

.projects-img img,
.projects-img img:hover {
	width: 97%;
	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: #a55710;
	font-weight: 700;
}

.projects-info-title::before,
.projects-info-title::after {
	content: ' • ';
	margin: 0 2px;
	color: #1c809c;
}

.projects-info-date,
.projects-info-role {
	display: inline!important;
}

.projects-info-date {
	color: #fff;
	background: #1f5669;
	padding: 0px 4px!important;
}

.projects-info-role {
	font-style: italic;
}

.projects-info-role::before {
	content:' as ';
	font-style: normal;
}

.projects-info blockquote {
	width: 95%;
	margin: 3px auto!important;
	padding: 5px;
	position: relative;
}

.projects-info-links {
	text-align: center;
	text-transform: uppercase;
	font-size: .85em;
}

.projects-info-links a {
	margin-right: 12px;
}

.projects-info-links a::before {
	content: '[ ';
	color: #aaaaaa;
	font-weight: 300!important;
}

.projects-info-links a::after {
	content: ' ]';
	color: #aaaaaa;
	font-weight: 300!important;
}

.projects-info-links .fa-solid {
	display: none;
}

/* Formats & styles coding */

.news b, .news strong {
	color: #187795;
}


.news i, .news em, .news eb {
	color: #a55710;
}

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;
	}

	.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: #115a6e;
	}

	.menu {
		display: block;
		text-align: left!important;
		width: 100%;
	}

	.menu li {
		margin: 0;
	}

	.menu a {
		display: block;
		padding: 10px!important;
	}
	
	.menu li:after {
		display: none!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;
}

}