﻿/* 

Theme Name: Oh Sehun Net
Theme URI: https://ohsehun.net
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


/* body */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
    font-weight: 400;
	color: #e5e5e5;
	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: 1606px;
	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 li:after {
	content: "\205E";
	margin-left: 20px;
	color: #1c3240;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.menu li:last-child:after {
	content: " ";
}

.menu a {
    -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;
    font-weight: 300!important;
    padding: 4px;
    color: #fff!important;
	border-bottom: 2px solid #5e8417;
	border-top: 2px solid transparent;
}

.menu a:hover {
    color: #1c3240!important;
	border-top: 2px solid #5e8417;
	border-bottom: 2px solid transparent;
    padding-bottom: 3px;
}

/* latest photos */

.cpmfetch {
	display: block;
	clear: both;
	margin: 8px auto;
    padding: .7% 2.5%;
    vertical-align: middle;
	max-width: 1366px;
}

.cpmfetch a img {
    width: 4.5vw;
	padding: 3px;
    margin: 5px;
    border: 2px solid #000;
    -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;
	filter: grayscale(100%) opacity(.3);
}

.cpmfetch a img:hover {
    border: 2px solid transparent;
	border-image-source: url('images/header.jpg');
	border-image-slice: 90 270;
	filter: grayscale(0%) opacity(1);
}

/* 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 {
    background-color: #080808;
	padding: 18px;
	line-height: 185%;
}

.comments {
	margin:0px; 
	padding: 18px; 
}

.title {
    font-family: "Playfair Display", serif;
    font-size: 1.55em;
    font-weight: 400;
    color: #fff;
    line-height: 115%;
    margin: 0 0 3px 0;
}

.title a, 
.title a:hover,
a.title,
a:hover.title {
    color: #fff!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 a,
.category span a {
	margin-right: 5px;
    font-weight: 400!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 span {
	color: #888888;
	padding: .1% .5%;
    text-transform: none!important;
    margin-right: 2px;
}

.category span a {
	margin-right: 0px!important;
}

.category span1 {
	font-size: .99em;
	background: #192e3f;
	color: #abb3b6;
	padding: 1px 4px 1px 0;
    margin-right: 5px;
    text-transform: uppercase;
}

.category .fa-solid {
	font: var(--fa-font-solid);
	color: #a4da62;
	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: #080808;
}

.sidebar-title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin: 0 auto 9px;
	font-weight: 300;
    display: block;
    font-size: .89em;
	text-align: center;
	letter-spacing: 3px;
	color: #FFF;
}

.sidebar-content .span {
	position: relative!important;
	background: #8fc452!important;
	height: 3px!important;
	display: block!important;
	margin: 0 auto;
	width: 95%!important;
}
	
.widgettitle {display: none;}

/* -- Images -- */

.news img, 
.news a img,{
	margin: 7px;
    border: 2px solid transparent;
    border-image-source: url('images/photo-border-grey.jpg');
    border-image-slice: 20 22;
    -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,
.sidebar-content a img:hover {
    border: 2px solid transparent;
    border-image-source: url('images/photo-border.jpg');
    border-image-slice: 20 22;
}

.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: #182a3e; 
	text-decoration: none;
}

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

blockquote {
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  background: #1b1b1b;
}

blockquote:before {
  color: #a9d952;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.35em;
  vertical-align: -0.4em;
}

input, select, textarea {
	border: 1px solid #1b1b1b;
	background: #1b1b1b;	
	color: #757575;	
	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;
}

.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;
	color: #6fa63e!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;
}

.footer a:hover {
	text-decoration: none!important;
	color: #fff!important;
}

.footer .disclaimer {
	font-size: 1em;
	font-weight: 400!important;
	text-align: left!important;
	margin-top: 2px;
	text-transform: none!important;
}

.footer b {
	display: block;
	font-family: "Playfair Display", serif;
	font-style: italic;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: url('images/photo-border.jpg');
	font-size: 2.35em;
	text-transform: lowercase;
	margin-bottom: 3px;
}

.footer span {
	background: #1b2e3d;
	color: #bdc6cf;
	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 {
    color: #fff;
    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 {
	color: #a9d952!important;
	background-color: #111!important;
	border: 1px solid #111!important;
}
 
.pagination li a:hover {
	color: #a4d957;
	background-color: #192e3f;
	border: 1px solid #192e3f;
}

/* -- Post Link Gallery -- */

.gallery {
padding: 40px 10px 10px 63px;
border-bottom: 0px;
margin: 20px;
}

.gallery:before {
	content: URL("images/gallery.png");
	display: block;
    margin-left: -75px;
}

.gallery a {
    color: #9dd45d!important;
    font-style: italic;
  -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;
}

.gallery a:hover {
    text-decoration: line-through;
}

/* 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: #1b1b1b url('images/search.png') 10px center no-repeat; 
    color: #757575;
	 font-style:italic; 
	 text-align: left; 
	 outline: none; 
	 border:1px solid #1b1b1b;
}

/* Formats & styles coding */

.more-link {
	text-align: right;
	width: 100%;
	padding: 8px 0;
}

.news b, .news strong { 
	color: #97b462;
}

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 {
    text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2rem 0.5rem;
	margin: 15px auto 8px;
	padding: 0;
	width: 90%;
}

.aff a {
	color: #888888!important;
    background: #111;
	border: 2px solid transparent;
	border-image-source: url('images/photo-border-grey.jpg');
	border-image-slice: 20 22;
	padding: 8px;
  -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;
	margin-top: 0px!important;
}

.aff a:hover {
	background: #181818;
	border: 2px solid transparent;
	border-image-source: url('images/photo-border.jpg');
	border-image-slice: 20 22;
}
    
.aff span {
    display: block;
	color: #172a3a!important;
}

.fam {
	margin-top: 15px;
}

.fam a img {
	border: 0px!important;
	width: 90%;
	display: block;
	margin: 5px auto;
	background: transparent!important;
}

.fam a:hover img {
	margin: 5px auto 5px 0px;
}


/* Projects */

.projects-img {
	display: block;
	width: 90%;
	margin: 8px auto 5px;
}

.projects-img img {
	width: 100%;
	height: 185px;
	object-fit: cover;
	border: 2px solid transparent;
	border-image-source: url('images/photo-border-grey.jpg');
	border-image-slice: 20 22;
}	

.projects-info {
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-family: 'Tahoma', sans-serif;
}

.projects-info-title {
	display: block;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #a9d952;
	font-size: 14px;
}

.projects-info-date,
.projects-info-role {
	display: inline-block;
	text-transform: uppercase;
}

.projects-info-date::before {
	content: '[ ';
	color: #1b2e3f;
}

.projects-info-date::after {
	content: ' ]';
	color: #1b2e3f;
}

.projects-info blockquote {
	font-family: "Montserrat", sans-serif;
}

.projects-info blockquote::before {
	content: '';
}

.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: 500;
  -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;
}

.projects-info-links a:hover {
	color: #a5d951!important;
}

.projects-info-links .fa-solid {
	color: #1d3041;
}

/* ==== 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;
	}
}


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

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: #a9d952;
	}

	.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;
}

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;
}

}