/* 

Theme Name: Mike NED v1
Theme URI: https://mikefaist.com
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

==================================================
THIS THEME HAS BEEN CREATED ***EXCLUSIVELY***
FOR MIKEFAIST.COM // YOU ARE NOT ALLOWED
TO SELL IT AS YOUR OWN AND/OR DUPLICATE IT
==================================================

*/


/* body */

body {
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px;
	font-family: "Noto Serif", 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;
}

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

.head {
	display: none;
}

/* menu */

#navigation {
    text-transform: uppercase;
    font-size: .85em;
	font-family: 'Poppins', sans-serif;
}

.navi {
	padding: 0;
}

.container {
	padding: 15px;
    margin: 0.5% auto;
	width: 1200px;
	position: relative;
	text-align: center;
	background: #252525;
}

.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: "\039E";
	margin-left: 20px;
	color: #f26352;
}

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

.menu a {
    color: #fff!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;
    font-weight: 700!important;
    padding: 4px;
}

.menu a:hover {
    color: #60aac7!important;
}

/* news content */

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

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

.news {
	margin:0 0 60px; 
	padding: 12px; 
	line-height: 175%;
    background: #f7f7f7;
}

.title {
    font-family: 'Caveat', cursive;
    font-size: 1.55em;
    font-weight: 400;
    line-height: 115%;
    margin: 0 0 3px 0;
    color: #131313;
}

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

.category {
	margin: 8px 3px 5px 3px;
	padding: 3px auto;
	display: block;
	color: #9f9f9f;
    font-weight: 400;
	font-size: .85em;
    text-transform: uppercase;
    font-family: 'Space Mono', monospace;
}

.category a {
    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 .fa-solid {
	font: var(--fa-font-solid);
	color: #e9c56f;
	margin-right: 3px;
	margin-left: 15px;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: left;
	width: 29.33%;
	margin-top: 25px;
}

.sidebar {
	line-height: 175%;
}

.sidebar-content {
	padding: 15px;
	margin: 0 0 65px 0;
	z-index: 1;
    background: #2e2e2e;
    color: #fafafa;
}

.sidebar-title {
	font-family: 'Caveat', cursive;
    text-transform: uppercase;
	margin: 2.5% auto;
	text-align: center;
	font-weight: 400;
    display: block!important;
	font-size: 1.15em;
	color: #131313;
}

.sidebar-title span {
	position: relative;
	z-index: 1;
    border-bottom: 3px solid #ed5e4e;
}
	
.widgettitle {display: none;}

/* -- Images -- */

.news img, 
.news a img {
	margin: 7px;
    padding: 0px;
    border: 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 {
    filter: grayscale(100%) brightness(.3);
}

.sidebar-content a img:hover,
.sidebar-content img, 
.sidebar-content a img, 
.sidebar-content img:hover  {
    box-shadow: none!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: #9f9f9f;
  -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: #015d84; 
	text-decoration: none;
}

.sidebar-content a:hover {
    color: #ffe7a8!important;
}

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

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

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

.sidebar-content blockquote {
  background: #272727;
}

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

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

#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: #111111;
    font-family: "Poppins", sans-serif;
}

.footer {
	margin: 1.5% auto;
	padding: 12px;
	width: 1000px;
	text-align: center;
	color: #fafafa;
}

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

.footer a:hover {
	color: #5ba7c1!important;
}

.footer .disclaimer {
	font-weight: 400!important;
	text-align: left!important;
	letter-spacing: 0px!important;
    font-family: "Noto Serif", sans-serif;
}

/* -- 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: 100%!important;
	height: 350px!important;
	object-fit: cover!important;
	display: block!important;
	filter: grayscale(100%) brightness(1.1) opacity(.8);
	border-radius: 0px;
}

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

/* -- 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 {
	color: #757575;
	border: 1px solid #eeeeee;
	background: #fafafa;
    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: #929292!important;
	background-color: transparent!important;
	border: 1px solid transparent!important;
}
 
.pagination li a:hover {
	color: #e84b2c;
	background-color: #181818;
	border: 1px solid #181818;
}

/* 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: #272727 url('/web/20260212201449im_/https://mikefaist.com/wp/wp-content/themes/mikeWP_neverenoughdesign/images/search.png') 10px center no-repeat;
	 border:1px solid #272727; 
	 font: 14px; 
	 font-style:italic; 
	 text-align: left; 
	 outline: none;
}

/* Formats & styles coding */

.more-link {
	text-align: right;
	width: 100%;
}

.more-link span {
	padding: 8px 0 8px 2px;
}

.news b, .news strong { 
	color: #33415c;
}

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

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


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

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

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

	.navi .container {
		padding: 10px;
		margin: 0;
	}
	
	
	.navi ul {
		position: static;
		display: none;
	}

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

	.show-menu {
		font-size: 14px;
		display: block;
		text-transform: none;
        color: #fff;
	}
	
	.show-menu span {
		padding: 8px!important;
		font-size: 0.79rem;
	}
	
	.show-menu .fa-solid {
		color: #ff715e;
	}

	.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;
	}
	
	.menu li:after {
		content: " ";
		margin-left: 0;
	}	
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body {
	font-size: 100%!important;
}
	
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: 0 auto!important;
	float: none!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;
}

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


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

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

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

}
/*
     FILE ARCHIVED ON 20:14:49 Feb 12, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:01:29 Aug 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.428
  load_resource: 1803.244
  PetaboxLoader3.resolve: 1627.98
  PetaboxLoader3.datanode: 86.249
*/