﻿/* 

Theme Name: Oh Sehun 2026 (Light)
Theme URI: https://ohsehun.net
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


/* body */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
    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;
}

/* header */
#header {
	max-width: 100%;
	min-width: 1660px;
	height: 500px;
    background-image: url('images/header.jpg');
	background-repeat: no-repeat; 
	background-position: center center;
    margin: 0 auto;
} 

.head {
	display: none;
}

/* menu */

#navigation {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: .99em;
}

.navi {
	padding: 0;
}

.container {
	padding: 15px;
    margin: 0.5% auto;
	width: 1200px;
	position: relative;
	text-align: center;
}

.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navi li {
	display: inline-block;
	border-bottom: 0px!important;
}

.menu {
	line-height: 14px;
}

.menu li {
	margin: 0 0 0 5px;
	display: inline-block;
	border-bottom: 0px!important;
}

.menu a {
    transition: all 0.4s ease-out;
    font-weight: 300!important;
    padding: 4px;
    background: #fff!important;
	border-radius: 3px;
}

.menu a:hover {
    background: #c19e75!important;
	color: #fff!important;
}

/* latest photos */

.cpmfetch {
	display: block;
	clear: both;
	margin: 8px auto;
    padding: .7% 2.5%;
    vertical-align: middle;
	max-width: 1366px;
}

.cpmfetch a img {
    width: 5vw;
	height: 10.5vh;
	object-fit: cover;
	padding: 3px;
    margin: 5px;
	border-radius: 50%;
    transition: all 0.4s ease-out;
}

.cpmfetch a img:hover {
	filter: opacity(.7);
}

/* news content */

#news_all{
	float: right;
	width: 68.33%;
	margin-top: 15px;
}

#news{
	margin-bottom: 3px;
	line-height: 175%;
}

.news {
	margin:0px; 
	padding: 12px; 
	margin-bottom: 60px;
}

.news-content {
	padding: 18px;
	line-height: 185%;
}

.comments {
	margin:0px; 
	padding: 18px; 
}

.title {
    font-family: "Playfair Display", serif;
    font-size: 1.55em;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 115%;
    margin: 0 0 3px 0;
}

.title a, 
.title a:hover,
a.title,
a:hover.title {
    color: #0e0e0e!important;
    text-decoration: none;
    font-weight: 400!important;
}

.category {
	margin: 0 3px 5px 3px;
	padding: 3px auto;
	display: block;
    font-weight: 400;
	font-size: .85em;
	font-family: 'Tahoma', sans-serif;
}

.category span a,
.category span a:hover {
	background: transparent!important;
	padding: 0!important;
	color: #888888!important;
	margin-right: 0px!important;
    font-weight: 400!important;
    transition: all 0.4s ease-out;
	text-transform: none!important;
}

.category span {
	color: #888888;
	padding: .1% .5%;
    text-transform: none!important;
    margin-right: 2px;
}

.category a {
	color: #fff!important;
	background: #9f8d7e;
	padding: 2px;
	border-radius: 3px;
	margin-right: 5px;
    font-weight: 400!important;
    transition: all 0.4s ease-out;
	text-transform: uppercase;
}

.category a:hover {
	background: #1f5882;
}

.category .fa-solid {
	font: var(--fa-font-solid);
	color: #9f8d7e;
	margin-left: 8px;
	margin-right: 3px;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: left;
	width: 29.33%;
	margin-top: 25px;
	font-weight: 400;
}

.sidebar {
	line-height: 195%;
}

.sidebar-content {
	padding: 15px;
	margin: 0 0 45px 0;
	z-index: 1;
    background-color: #e1e1e1;
	border-radius: 3px;
}

.sidebar-title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin: 0 auto 9px;
	font-weight: 500;
    display: block;
    font-size: .89em;
	text-align: center;
	letter-spacing: 1px;
}

.sidebar-title span {
	background: #ba9361;
	padding: 5px 12px;
	border-radius: 3px;
	color: #fff;
}

.widgettitle {display: none;}

/* -- Images -- */

.news img, 
.news a img {
	margin: 7px;
    border: 2px solid transparent;
    border-image-source: none;
    border-image-slice: 90 270;
	padding: 3px;
	transition: all 0.4s ease-out;
}

.news a img:hover, 
.news img:hover {
    border: 2px solid transparent;
    border-image-source: url('images/header.jpg');
    border-image-slice: 90 270;
}

.sidebar-content img, 
.sidebar-content a img, 
.sidebar-content img:hover,
.sidebar-content a img:hover {
	margin: 8px 2px;
	padding: 0;
}

.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: #888888;
  -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: #1e5178; 
	text-decoration: none;
}

/* -- blockquote & input area -- */

blockquote {
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  background: #fafafa;

}

blockquote:before {
  color: #b08e58;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.35em;
  vertical-align: -0.4em;
}

input, select, textarea {
	border: 1px solid #eaeaea;
	background: #fafafa;	
	color: #575757;	
	margin: 10px auto; 
	padding: 10px!important; 
	width:86%;
	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: 195%!important;
	font-size: 11px;
	background: #fafafa;
}

.footer {
	margin: 0 auto;
	padding: 12px;
	width: 1000px;
	text-align: center;
	text-transform: uppercase;
}

.footer a {
	text-decoration: none;
	font-weight: 700!important;
	padding-bottom: 2px;
	letter-spacing: 2px;
  -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;
}

.footer a:hover {
	text-decoration: none!important;
}

.footer .disclaimer {
	font-size: 1em;
	font-weight: 400!important;
	text-align: left!important;
	margin-top: 2px;
	text-transform: none!important;
}

.footer span {
	text-transform: none;
	letter-spacing: 3px;
	padding: 5px;
	font-family: 'Tahoma', sans-serif;
}

/* -- Featured Images -- */

#featured {
	margin: 0 auto;
	padding: 0;
}

#featured-archive {
	float: left;
	margin-right: 25px;
	width: 20%;
}

#featured img,
#featured img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width:98.5%!important;
	width: 100%!important;
	height: 350px!important;
	object-fit: cover!important;
	display: block!important;
}

#featured-archive img,
#featured-archive img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0 0 0 5px;
	max-width: 100%!important;
	width: 100%!important;
	height: 130px!important;
	object-fit: cover!important;
}

img.placeholder {
    filter: grayscale(100%) opacity(.3);
}

/* -- Pagination -- */

.pagination {
	margin: 0 0 60px 0;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    text-decoration:none;
}
 
.pagination li {
    display: inline;
	border-bottom: 0px!important;
}
 
.pagination li a,
.pagination li.disabled {
	border: 1px solid transparent;
	background: transparent;
    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,
.pagination li.active a:hover {
	color: #000!important;
	background-color: #ecdbcc!important;
	border: 1px solid #ecdbcc!important;
}
 
.pagination li a:hover {
	color: #fff!important;
	background-color: #205477;
	border: 1px solid #fff;
}

/* -- Post Link Gallery -- */

.gallery {
	margin: 20px 0 20px 20px;
	background-image: url("images/gallery.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 85px;
	max-width: 100%;
	min-height: 85px;
	padding: 0 0 0 80px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-pack: center;
	-moz-box-pack: center;
}

/* 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: #fafafa url('images/search.png') 10px center no-repeat; 
    color: #757575;
	font-style:italic;
	text-align: left; 
	outline: none; 
	border:1px solid #eaeaea;
}

#searchsubmit {display: none;}

/* Formats & styles coding */

.more-link {
	text-align: right;
	width: 100%;
	padding: 8px 0;
}

.news b, .news strong { 
	color: #986b3b;
}

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;
	font-weight: 700; 
	font-style: italic;
}

h4 {
	margin: 0px;
	font-size: 15px;
}

ul  {
	margin: 5px;
	padding: 5px;
}

li {
	list-style: none;
	padding:8px;
}

/* Affiliates */ 

.aff {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px!important;
	margin-top: 15px!important;
	line-height: 155%!important;
}

.aff a {
    flex: 0 1 calc(20% - 15px) !important;
    white-space: normal !important;
    overflow: visible !important;
    word-wrap: break-word !important;
    text-align: center !important;
	color: #888888!important;
    background: rgba(73, 73, 73, 0.2);
	padding: 8px;
	transition: all 0.4s ease-out;
}

.aff a:hover {
	background: #181818;
}
    
.aff span {
    display: block;
	color: #527841!important;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.25em;
}

.fam {
    display: grid !important;
    gap: 10px;
    justify-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px auto 0 auto;
}

.fam.family-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
}

.fam a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
}

.fam br {
    display: none !important;
}


/* Projects */

#projects {
	display: block;
	clear: both;
	margin: 2% auto;
}

#projects br {
    display: none !important;
}

.projects-img {
	display: block;
	width: 90%;
	margin: 8px auto 5px;
}

.projects-img img {
	width: 100%;
	height: 185px;
	object-fit: cover;
}	

.projects-info {
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-family: 'Tahoma', sans-serif;
}

.projects-info
.projects-info-title {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: capitalize!important;
	color: #212121;
}

.projects-info-date {
	color: #6d6d6d;
}

.projects-info-date::before {
	content: '[ ';
	color: #897667;
}

.projects-info-date::after {
	content: ' ]';
	color: #897667;
}

.projects-info .blockquote {
	font-family: "Montserrat", sans-serif;
	background: #fafafa;
	padding: 8px;
	margin: 5px auto;
	display: block;
}

.projects-info-links {
	display: block;
	clear: both;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
}

.projects-info-links a {
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
  -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;
}

/* ==== 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: 5vw;
		height: 9.5vh;
}
}


/* ------------------ 

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: 0px;
		margin: 0;
	}

	.navi .container {
		padding: 10px;
		margin: 0;
		background: transparent!important;
	}
	
	
	.navi ul {
		position: static;
		display: none;
	}

	.navi ul li,
    .navi li a {
		width: 100%;
	}

	.show-menu {
		display: block;
		text-transform: none;
		padding: 8px!important;
		font-size: 0.99rem;
	}
	
	.show-menu .fa-solid {		
		color: #bc996e;
	}

	.menu {
		display: block;
		text-align: left!important;
		width: 100%;
	}
	
	.menu li:first-child {
		margin-top: 7px;
	}

	.menu li {
		margin: 0;
	}

	.menu a {
		display: block;
		padding: 8px;
        border-bottom: 0px!important;
	}
    .menu a:hover {
        border-bottom: 0px!important;
		padding: 8px!important;
    }
	.menu li:after {
        content: " ";
        margin-left: 0;
	}
	
	
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body,
#wrapper,
#content,
#footer,
.head {
	overflow-x: hidden!important;
}
	
#wrapper {
	width: 100%!important; 
	margin: 0 auto!important;
}

#content {
	width: 100%!important; 
	padding: 0px; 
	margin: 0 auto!important;
}

#news_all {   
	width: 90%!important;
	margin: 8px auto!important;
	float: none!important;
}

.news {
	margin: 0 auto 8%!important; 
	padding: 7px!important;
	border: 0px!important;
}

img.head {
	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: 15px auto!important;
}

.sidebar-content {
	border-top: 0px!important;
}
    
.sidebar-title {
    margin-top: 5px!important;
 }

.news img {
	max-width:15vw!important; 
	height: auto;
}

#sidebar_all,
#header,
.cpmfetch {
	display: none!important;
}

#featured img,
#featured img:hover {
	max-height: 280px;
}

embed,
iframe,
object,
video,
input,
textarea,
select {
	width: 100%;
	margin: 0;
	padding: 0;
}

blockquote {
	background-image: none!important;
	padding-right: 10px!important;
}

.footer {
	width: 90%!important;
	margin: 8px  auto;
}

}