/*
Theme Name: Sin21 WP-S101
Theme URI: https://sin21.org
Author: Sin21 Designs
Author URI: https://sin21.org
Version: 1.0.1
Description: WP-S101 is a updated version of Premade #01.

-- This is a premade base and is not to be redistributed without explicit permission.
Tags: two-column, left-sidebar, right-sidebar, blog-layout, fansite, custom-colors, custom-menu, custom-logo, featured-images, sticky-post, threaded-comments

*/

html {
    box-sizing: border-box;
}
*,
:before,
:after {
    box-sizing: inherit;
    word-break: break-word;
    word-wrap: break-word;
}

body {
    margin: 0;
    background: #f2f2f2;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 170%;
    text-align: left;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    box-sizing: content-box;
}
embed,
iframe,
object,
video {
    max-width: 100%;
    vertical-align: middle;
}

/* -----------------------------------------------------------
	Global Styling
-------------------------------------------------------------- */
img,
a,
img,
img:hover,
button,
input {
    transition: all 0.45s ease-in-out;
}

.clear {
    clear: both;
    display: block;
}

.clearR {
    clear: right;
}

.clearL {
    clear: left;
}

/* -- Webkit Scrollbar -- */
::-webkit-scrollbar-thumb {
    height: 100px;
    background: #09acd5;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #fff;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background-color: #09acd5;
}

/* -- Links -- */
a,
a:visited,
a img,
a:visited img,
a:hover img {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #09acd5;
    text-decoration: none;
}

/* -- Bold / Italic -- */
strong {
    font-weight: 700;
    color: #202020;
}
em {
    font-style: italic;
    color: #09acd5;
}
small {
    font-size: 0.9em;
}

/* -- Image Borders -- */
img {
    margin: 3px;
    padding: 5px;
    background: #fff;
    border: 1px solid #cdcdcd;
    opacity: 0.9;
}
img:hover {
    opacity: 1;
    border-color: #09acd5;
}

/* -- WP Smiley Alignment/Border Fix -- */
.wp-smiley {
    margin: 0;
    vertical-align: middle;
    display: inline;
    padding: 0;
    border: 0;
    background: none;
    outline: 0;
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -ms-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
}

/* -- No Image Border ( id="noborder" ) -- */
#noborder img,
#noborder,
#content #noborder,
#sidebar #noborder {
    padding: 0;
    border: 0;
    background: none;
    outline: 0;
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -ms-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
}

/* -- Alignment Classes -- */
.text-center,
.text-left,
.text-right,
.pull-left,
.pull-right,
.alignnone,
.alignleft,
.alignright,
.aligncenter {
    position: relative;
    z-index: 50;
}

.clear {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

/* -- Global Wrappers -- */
.wrapper,
.wrapper-alt,
.wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
}

.wrapper {
    display: block;
    overflow: hidden;
}

/* -- Global Heading -- */
h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 6px;
    padding: 0;
    font-family: Roboto Slab;
    font-weight: 600;
    color: #202020;
    line-height: 150%;
    letter-spacing: -1px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}

/* -- Global site-footer -- */
.site-footer {
    margin: 0 auto 20px;
    padding: 10px;
    width: 100%;
    background: #202020;
    color: #a3a3a3;
    font: 13px Roboto Slab, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
}

.site-footer .pad {
    margin: 0 auto;
    padding:15px;
    overflow:hidden;
}

.site-footer .pull-left {
    margin: 0 0 -5px;
    font-weight: 700;
    font-size: 15px;
}

.site-footer .pull-left,
.site-footer .pull-right {}

.site-footer a,
.site-footer a:visited {
    color: #a3a3a3;
}

.site-footer a:hover {
    color: #09acd5;
    text-decoration: none;
}

/* -----------------------------------------------------------
	Full Site (967px Resoultion and Higher)
-------------------------------------------------------------- */

/* -- Wrappers -- */
.wrapper {
    margin: 20px auto 0;
    max-width: 1300px;
    overflow: hidden;
}

.top-content,
.site-footer {
    max-width: 1300px;
}

/* -- Top Bar ( Site Name / Search ) -- */
.top-bar {
    margin: 0 auto 0;
    padding: 0 0;
    width: 100%;
    background: #202020;
    overflow: hidden;
}

.top-bar h1.name {
    margin: 0;
    padding: 20px 0 22px;
    display: inline-block;
    font: 400 22px Roboto Slab, sans-serif;
    color: #ededed;
    letter-spacing: 0;
    text-transform: uppercase;
}

.top-bar h1.name b {
    font-weight: 800;
    color: #09acd5;
}

/* -- Top Bar: Search -- */
.top-bar #searchform {
    display: block;
    margin: 15px 0 15px 5px;
    position: relative;
    top: 0;
}

.top-bar #searchform label {
    display: none;
}

.top-bar #searchform #s {
    padding: 11px 40px 12px 10px;
    position: relative;
    width: 200px;
    background: rgba(242, 242, 242, 0.075);
    font-size: 15px;
    color: #a3a3a3;
    outline: none;
    border: 0;
}

.top-bar #searchform #searchsubmit {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    height: 32px;
    background: none;
    color: #999;
    font-family: "FontAwesome";
    border: none;
    outline: none;
}

/* -- Top Bar: Social Icons -- */
.top-bar .social {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
}

.top-bar .social a,
.top-bar .social a:visited {
    margin: 0;
    padding: 7px 12px;
    display: block;
    float: left;
    background: rgba(242, 242, 242, 0.075);
    color: #a3a3a3;
    font-size: 15px;
    text-align: center;
}

/* -- Header -- */
.header {
    margin: 0 auto 0;
    position: relative;
    z-index: 100;
    display: block;
    width: 100%;
    height: 350px;
    background: url("./images/header.jpg") center top no-repeat;
    overflow: hidden;
}

/* -- Navigation -- */
.navigation {
    margin: -39px auto 0;
    padding: 0;
    max-width: 1300px;
    min-height: 36px;
    display: block;
    overflow: show;
    text-align: center;
    position: relative;
    z-index: 699;
}

.navigation .nav {
    position: relative;
    z-index: 999;
}

.main-nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    align-items: flex-start;
    justify-content: center;
}

.main-nav ul li {
    flex: 0 1 auto;
    align-self: flex-start;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    border: 0;
}

.main-nav ul li a {
    display: block;
    position: relative;
    z-index: 15;
    padding: 12px 15px;
    background: rgba(242, 242, 242, 0.6);
    font: 700 13px Roboto, sans-serif;
    color: #202020;
    letter-spacing: 0;
    text-transform: uppercase;
    border-bottom: 0;
    transition: all 0.2s;
}

.main-nav ul li a:hover {
    color: #fff;
    background: #202020;
    transition: all 0.35s;
}

/* -- Social Navigation -- */
.social-nav span {
    display: none;
}

.social-nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: visible;
    display: flex;
    gap: 5px;
    align-items: flex-start;
    justify-content: center;
}

.social-nav ul li {
    flex: 0 1 auto;
    margin: 0;
    padding: 0;
}

.social-nav ul li a {
    display: inline-block;
    padding: 2px 10px;
    position: relative;
    color: #fff;
    font-size: 12px;
    text-align: center;
    transition:background 0.4s ease-in-out,color 0.3s ease-in-out;
}

.social-nav ul li a span {
    display: none;
    margin-left: 0;
}

.social-nav ul li a:hover,
.social-nav ul li a:focus {
    background: #09acd5;
    color: #fff;
}

.social-nav ul li:last-child,
.social-nav ul li:last-child:after {
    content: "";
    margin-left: 0;
}

.social-nav a[href*="mailto:"]:before,
.social-nav a[href$="/contact/"]:before,
.social-nav a[href$="/contact"]:before {
    content: "\f0e0";
}

.social-nav a[href*="rss"]:before,
.social-nav a[href*="feed="]:before,
.social-nav a[href$="/feed/"]:before,
.social-nav a[href$="/feed"]:before {
    content: "\f09e";
}

.social-nav a[href*="apple.com"]:before {
    content: "\f179";
}

.social-nav a[href*="blogger.com"]:before {
    content: "\f37c";
}

.social-nav a[href*="bsky.app"]:before {
    content: "\e671";
}

.social-nav a[href*="dailymotion.com"]:before {
    content: "\e052";
}

.social-nav a[href*="deviantart.com"]:before {
    content: "\f1bd";
}

.social-nav a[href*="discord.com"]:before {
    content: "\f392";
}

.social-nav a[href*="dropbox.com"]:before {
    content: "\f16b";
}

.social-nav a[href*="ebay.com"]:before {
    content: "\f4f4";
}

.social-nav a[href*="etsy.com"]:before {
    content: "\f2d7";
}

.social-nav a[href*="facebook.com"]:before {
    content: "\f39e";
}

.social-nav a[href*="flickr.com"]:before {
    content: "\f16e";
}

.social-nav a[href*="google.com"]:before {
    content: "\f1a0";
}

.social-nav a[href*="pay.google.com"]:before {
    content: "\e079";
}

.social-nav a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-nav a[href*="goodreads.com"]:before {
    content: "\f3a9";
}

.social-nav a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-nav a[href*="messenger.com"]:before {
    content: "\f39f";
}

.social-nav a[href*="patreon.com"]:before {
    content: "\f3d9";
}

.social-nav a[href*="paypal.com"]:before {
    content: "\f1ed";
}

.social-nav a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.social-nav a[href*="skype.com"]:before {
    content: "\f17e";
}

.social-nav a[href*="snapchat.com"]:before {
    content: "\f2ab";
}

.social-nav a[href*="soundcloud.com"]:before {
    content: "\f1be";
}

.social-nav a[href*="spotify.com"]:before {
    content: "\f1bc";
}

.social-nav a[href*="tiktok.com"]:before {
    content: "\e07b";
}

.social-nav a[href*="threads.com"]:before {
    content: "\e618";
}

.social-nav a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-nav a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-nav a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.social-nav a[href*="vimeo.com"]:before {
    content: "\f194";
}

.social-nav a[href*="vk.com"]:before {
    content: "\f189";
}

.social-nav a[href*="yahoo.com"]:before {
    content: "\f19e";
}

.social-nav a[href*="youtube.com"]:before {
    content: "\f167";
}

.social-nav a[href*="weibo.com"]:before {
    content: "\f18a";
}

.social-nav a[href*="wikipedia.com"]:before {
    content: "\f266";
}

.social-nav a[href*="wordpress.com"]:before {
    content: "\f19a";
}

.social-nav a[href*="x.com"]:before {
    content: "\e61b";
}

/* -- Top Content -- */
.top-content {
    margin: 0 auto 0;
    padding: 20px;
    background: #202020;
    display: block;
    overflow: hidden;
    z-index: 200;
    color: #7f7f7f;
	
	b,strong {
		color:#fff;
	}
}

.top-content .flex-wrap {
    margin: 0 auto;
    display: flex;
    gap: 35px;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: 100%;
}

.top-content .box {
    flex: 1 1 calc(55% - 35px);
    align-self: flex-start;
    max-width: 100%;
    padding: 0;
    position: relative;
	
	.alignleft {
		margin: 5px 20px 5px 0;
	}

	.alignright {
		margin: 5px 0 5px 20px;
	}
}

.top-content .box img,
.top-content .box td img {
    padding: 5px;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
}

/*  latest Images  ---------- */
.top-content .box table,
.top-content .box .box tr {
    margin: 0;
    padding: 0;
    border: 0;
}

.top-content .box td {
    margin: 0;
    padding: 0 10px;
    border: 0;
}

.top-content .box td:first-child {
    padding-left: 0;
}

.top-content .box td img {
    margin: 0 0 5px;
    width: 100%;
    width: 95vw;
}

/* -- Content / Sidebar -- */
#content {
    float: right;
    width: 69%;
    max-width: 69%;
}

#content .pad {
    width: 95%;
}

#post .post-thumbnail {
    margin-bottom: 20px;
    width: 100%;
    max-height: 400px;
}

#post .post-thumbnail img {
    margin: 0;
}

#sidebar {
    float: left;
    width: 28.6%;
    max-width: 28.6%;
}

#sidebar #side {
    max-width: 100%;
}


/* -----------------------------------------------------------
	Posts / Pages
-------------------------------------------------------------- */

.sticky {
	position:relative;
	border:2px solid #F8EF43!important;
	
	.pad:has(.post-title) {
		max-width:90%;
	}
}

.sticky:before {
	content:'Pinned';
	display:block;
	margin-bottom:10px;
	padding:10px 15px;
	position:absolute;
	top:-2px;
	right:-2px;
	z-index:999;
	color:#666;
	background:#F8EF43;
	background-image:url('./images/pin.png');
	background-position:10px center;
	background-repeat:no-repeat;
	background-size:16px;
	font:700 14px "Roboto Slab", sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
}

#content,
#content .pad,
#post .post-body {
    margin: 0;
    padding: 0;
}
#content .pad {
    padding: 0;
}
#content .has-post-thumbnail .pad:has(.post-title) {
    padding: 10px 30px;
}
#content .pad:has(.post-title) {
    margin-bottom: 10px;
    padding: 10px 30px;
}
#post .pad:has(.post-body) {
    margin: 0 auto;
    padding: 0;
}
#post .post-body {
    padding: 3px 10px 0;
}
#post,
.comments-area {
    margin: 0 0 25px 0;
    padding: 15px 0 0;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}
#post .post-body {
    padding-bottom: 10px;
}

/* -- Heading -- */
#post h1.post-title,
#respond h3#reply-title {
    margin: 0;
    padding: 0;
    font: 400 30px Roboto Slab;
    color: #202020;
    text-align: left;
    line-height: 110%;
    letter-spacing: -1px;
    border-bottom: 0;
}
#post h1 a,
#post h1 a:visited {
    color: #202020;
}
#post h1 a:hover {
    color: #09acd5;
}

/* -- Post Details -- */
#post .post-details {
    margin: -5px 0 15px;
    padding: 15px 0 10px;
    display: block;
    background: #202020x;
    font: 400 13px Roboto Slab;
    color: #848484;
    text-align: left;
    border-top: 1px solid #e6e6e6;
}
#post .post-details .meta {
    margin: 0;
    padding: 0;
    display: inline-block;
}
#post .post-details .date {
    margin-right: 10px;
    display: inline-block;
    padding: 5px 7px;
    background: #202020;
    color: #fff;
}
#post .post-details .cmnt:before,
#post .post-details .author:before,
#post .post-details .tags:before {
    margin-right: 8px;
    font-family: fontawesome;
}
#post .post-details .cmnt:before {
    content: "\f086";
}
#post .post-details .author:before {
    content: "\f040";
}
#post .post-details .tags:before {
    content: "\f02b";
}
#post .post-details .meta:after {
    content: "/";
    padding: 0 5px 0 8px;
    color: #d4d4d4;
}
#post .post-details .meta:first-child:after,
#post .post-details .meta:last-child:after {
    content: "";
    padding: 0;
    margin-left: 0;
}

#post .post-details a,
#post .post-details a:visited {
    color: #09acd5;
}
#post .post-details a:hover {
    color: #202020;
}

/* -- Featured Image -- */
#post .post-thumbnail {
    position: relative;
    display: block;
    margin: 15px auto;
    padding: 0;
    overflow: hidden;
    border: 0;
}
#post .post-thumbnail img {
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

/* -- Blockquote -- */
#post .post-body blockquote {
    margin: 25px 0 25px 55px;
    padding: 0 0 0 15px;
    font-style: italic;
    position: relative;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}
#post .post-body blockquote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 2px;
    height: 100%;
    background: #e6e6e6;
}
#post .post-body blockquote:before {
    content: "\f10d";
    display: block;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: -5px;
    left: -40px;
    z-index: 50;
    color: #202020;
    background-color: #fff;
    font-weight: 700;
    text-align: center;
    font: 400 34px fontawesome;
    box-shadow:
        0 10px 0 #fff,
        0 -10px 0 #fff;
}
#post .post-body blockquote p {
    padding: 0 0 0 25px;
}

/* -- Read More Link -- */
#post .post-body a.more-link,
#post .post-body a.more-link:visited {
    margin-bottom: 20px;
    padding: 8px 10px;
    background: #202020;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
#post .post-body a.more-link:hover {
    background: #09acd5;
    color: #fff;
    text-decoration: none;
}
#post .post-body a.more-link:after {
    margin-left: 5px;
    content: "\f138";
    font-family: fontawesome;
    font-size: 12px;
}
#post .post-body a.more-link .fa {
    margin-left: 5px;
}

/* -- External Post Links -- */
.ext-links {
    margin:30px 0 0 ;
    padding:12px 15px 12px 90px;
	position:relative;
	background-color:#f3f3f3;
	font-size:14px;
	line-height:20px;
    border:1px solid #e6e6e6;
    vertical-align:middle;
	overflow:hidden;
	
	ul {
		margin:0;
		
		li {
			list-style:none;
		}
	}
}

.ext-links:before {
	content:'\f0c1';
	position:absolute;
	top:50%;
	left:-0;
	transform:translate(-0, -50%);
	color:#6c6c6c;
	padding:100% 14px 100% 20px;
	background:#fff;
	font-size:24px;
}

.ext-links:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 62px;
	transform: translateY(-50%);

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 14px;
	border-color: transparent transparent transparent #fff;
}

.ext-links a,
.ext-links a:visited {
    color:#3f3f3f;
	font-family:Roboto Slab, sans-serif;
    font-weight:700;
    text-decoration:none;
}

.ext-links a:hover {
	color:#09acd5;
    text-decoration:none;
}


/* -- Posts Pagination -- */
.posts-navigation {
    display: block;
    width: 100%;
    border: 0;
}

.posts-pagination {
    display: block;
    margin: 30px auto;
    padding: 0;
    position: relative;
    text-align: left;
    overflow: hidden;
}

.page-numbers,
.posts-pagination a:hover,
.posts-pagination a:focus {
    display: inline-block;
    padding: 8px 15px;
    color: #747474;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #e3e3e3;
}

.page-numbers:first-child {
    margin-left: 1px;
}

.posts-pagination .prev:before,
.comment-navigation .nav-previous a:before {
    content: "\f104";
}

.posts-pagination .next:before,
.comment-navigation .nav-next a:after {
    content: "\f105";
}

.posts-pagination .prev:hover:before,
.posts-pagination .next:hover:before {
    color: inherit;
}

/* -- Single Post Pagination -- */
.single-post-nav {
    margin-bottom: 25px;
    padding: 25px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    height: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.single-post-nav .nav-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
}

.single-post-nav span.title {
    color: #666;
    font-size: 14px;
}

.single-post-nav a:hover span.title {
    color: inherit;
}

.single-post-nav .nav-next {
    padding-left: 15px;
    text-align: right;
}

.single-post-nav .nav-previous {
    padding-right: 15px;
    border-right: 1px solid #e4e4e4;
}

.single-post-nav .nav-previous .nav-title:before,
.single-post-nav .nav-next .nav-title:after {
    position: relative;
    top: -2px;
    color: inherit;
    font-size: 16px;
}

.single-post-nav .nav-previous .nav-title:before {
    content: "\f053";
    padding-right: 10px;
}

.single-post-nav .nav-next .nav-title:after {
    content: "\f054";
    padding-left: 10px;
}

/* -- Share Buttons -- */
.share-buttons--wrap {
    display: block;
    margin: 0 auto 25px;
    position: relative;
    max-width: 100%;
}
body.page .share-buttons--wrap {
    margin-top: -45px;
}

.share-buttons {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 5px;
    letter-spacing: 0;
    line-height: 14px;
    overflow: hidden;
}

.share-buttons a,
.share-buttons a:focus,
.share-buttons a:hover {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.share-buttons--wrap h4 {
    position: relative;
}

.share-buttons--wrap h4 span {
    box-shadow: 15px 0 0 #fff;
    position: relative;
    z-index: 5;
}

.share-buttons--wrap h4 .fa {
    margin-right: 5px;
}

.share-buttons--wrap h4:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    width: 100%;
    max-width: 89.5%;
    height: 1px;
    background: #eee;
}

.share-buttons a span {
    margin-left: 5px;
    font:
        700 12px Roboto,
        sans-serif;
    text-transform: uppercase;
}

.share-buttons .bsky:before,
.share-buttons .threads:before,
.share-buttons .twitter:before,
.share-buttons .facebook:before,
.share-buttons .tumblr:before,
.share-buttons .pinterest:before,
.share-buttons .mail:before {
    margin-right: 3px;
    font-size: 13px;
    font-weight: 400;
}

.share-buttons .bsky {
    background: #0a7aff;
}

.share-buttons .bsky:before {
    content: "\e671";
}

.share-buttons .threads {
    background: #000;
}

.share-buttons .threads:before {
    content: "\e618";
}

.share-buttons .twitter {
    background: #14181b;
}

.share-buttons .twitter:before {
    content: "\f081";
    content: \e61b;
}

.share-buttons .facebook {
    background: #3b5998;
}

.share-buttons .facebook:before {
    content: "\f09a";
}

.share-buttons .tumblr {
    background: #35465d;
}

.share-buttons .tumblr:before {
    content: "\f174";
}

.share-buttons .pinterest {
    background: #bd081c;
}

.share-buttons .pinterest:before {
    content: "\f0d2";
}

.share-buttons .mail {
    background: #666;
}

.share-buttons .mail:before {
    content: "\f0e0";
}

/* -- Post Comments -- */
#comments:has(.comment-respond) .pad {
    margin: 0 auto;
    padding: 5px 25px;
    width: 100%;
}

.comments-header {
    margin: 0 0 15px;
    text-align: center;
}

.comments-title {
    font-size: 22px;
    text-align: center;
}

.comments-title .fa {
    margin-right: 5px;
    position: relative;
    top: -3px;
    font-size: 20px;
}

.comment-list {
    margin: 26px auto;
    padding: 0;
    list-style: none;
}

.comment,
.comment-content,
.comment-meta {
    margin: 10px 0;
}

.comment-body {
    border-bottom: 1px solid #eee;
}

.comment:last-child {
    margin-bottom: 28px;
}

.comment-author .avatar {
    float: left;
    margin: -5px 10px 0 0;
    padding: 0;
    width: 55px;
    height: 55px;
    border: 0;
    border-radius: 100%;
    box-shadow: none;
}

.comment-author .fn {
    font:
        700 13px Roboto,
        sans-serif;
    color: #171717;
    text-transform: uppercase;
}

.bypostauthor .comment-author .fn:after {
    content: "Post Author";
    margin: 0 0 0 5px;
    padding: 3px 4px 3px 5px;
    position: relative;
    top: -1px;
    color: #fff;
    background: #09acd5;
    font:
        600 12px Roboto,
        sans-serif;
    text-transform: uppercase;
}

.comment-meta {
    position: relative;
    top: -10px;
    color: #999;
    font:
        italic 13px Roboto,
        sans-serif;
    line-height: 18px;
    text-transform: lowercase;
}

.comment-metadata a,
.comment-author .fn a {
    color: inherit;
}

.comment-metadata .edit-link {
    font-weight: 700;
}

.comment-metadata .edit-link:before {
    content: "-";
    margin-right: 5px;
}

.comment-list .reply {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.comment-list .reply a {
    position: relative;
    padding: 5px 0 0 25px;
    font-weight: 700;
}

.comment-list .reply a:before {
    content: "\f3e5";
    position: absolute;
    top: 0;
    left: 7px;
    font-size: 11px;
}

.comment-list .children {
    margin: 26px 15px;
    padding-left: 15px;
    list-style: none;
    border-left: 1px dotted #e1e1e1;
}

.no-comments {
    margin-top: -24px;
}

/* -- Comments Form -- */
.required {
    color: red;
}

.comment-respond {
    margin: 0 0 24px;
}

.comment-reply-title {
    margin: 0;
    padding: 0 0 10px;
    color: #3a3a3a;
    font-size: 26px;
}

.comment-form label {
    display: block;
    padding: 0 0 5px;
    line-height: 1;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 50%;
}

.comment-form textarea {
    width: 80%;
}
#cancel-comment-reply-link {
    margin-left: 10px;
}

/* -- Comment Navigation -- */
.comment-navigation {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    text-align: justify;
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
    position: relative;
    top: 1px;
    font-size: 15px;
}

.comment-navigation .nav-previous a:before {
    margin: 0 6px 0 0;
}

.comment-navigation .nav-next {
    text-align: right;
}

.comment-navigation .nav-next a:after {
    margin: 0 0 0 6px;
}

.comment-navigation .nav-links a {
    margin: 0;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    color: #666;
    background: #fff;
    border: 2px solid #e4e4e4;
}

/* -----------------------------------------------------------
	Sidebar
-------------------------------------------------------------- */

#sidebar,
#sidebar .pad,
#sidebar .side-body,
#sidebar .textwidget,
#sidebar .widget {
    margin: 0 auto;
    padding: 0;
}
#sidebar #side {
    margin: 0 auto 45px auto;
    padding: 0;
    color: #6a6a6a;
}

#sidebar img {
    margin-bottom: 5px;
}

/* -- Heading -- */
#sidebar h1.side-title {
    margin: 0 0 10px;
    padding: 10px;
    display: block;
    background: #202020;
    font: 700 14px Roboto Slab;
    color: #fff;
    text-align: center;
    line-height: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 0;
}
#sidebar h1.side-title a,
#sidebar h1.side-title a:hover {
    color: #202020;
}

/* --  Search Box -- */
#sidebar #searchform {
    display: block;
    margin: 0 0 10px;
    position: relative;
}
#sidebar #searchform label {
    display: none;
}
#sidebar #searchform #s {
    padding: 10px 0 10px 35px;
    position: relative;
    width: 100%;
    background: #fff url(../images/search.png) 10px center no-repeat;
    color: #929292;
    outline: none;
    border: 0;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}
#sidebar #searchform #searchsubmit {
    display: none;
}

/* -- Post Tags Cloud -- */
#sidebar .tagcloud {
    padding-top: 5px;
    overflow: hidden;
}
#sidebar .tagcloud ul li {
    margin: 0 3px 2px 0;
    padding: 0 0 3px;
    background: none;
    display: block;
    float: left;
    border: 0;
}
#sidebar .tagcloud a {
    padding: 5px 7px;
    background: #fff;
    color: #707070;
}
#sidebar .tagcloud ul li a:hover {
    background-color: #09acd5;
    color: #fff;
}

/* -- Sidebar blockquote -- */
#sidebar blockquote {
    margin: 10px 4%;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cdcdcd;
}
#sidebar blockquote p {
    margin: 0;
}

/* -- Category/Archive Dropdown -- */
.widget_archive select,
.widget_categories select {
    width: 100%;
}

/* -- Calendar  -- */
.widget_calendar #wp-calendar {
    margin: 0 auto;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
    display: inline-block;
    padding: 5px 5px 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget_calendar caption {
    margin: 0 0 3px;
    padding: 5px 0;
    color: #fff;
    background: #09acd5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.widget_calendar tbody td {
    text-align: center;
}

.widget_calendar td,
.widget_calendar th {
    padding: 5px 10px;
    width: 10%;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.widget_calendar th {
    background: #fff;
    font-weight: 700;
    border: 0;
}

/* -----------------------------------------------------------
	Forms, Lists, Tables, Search
-------------------------------------------------------------- */

#content ul li,
#content ol li {
    padding: 5px;
    border-bottom: 1px solid #e1e1e1;
	
	ul,ol {
		border-top: 1px solid #e1e1e1;
		
		li:last-child {padding-bottom:0;border:0;}
	}
}
#sidebar ul li {
    margin-bottom: 2px;
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0;
}

hr {
    height: 1px;
    color: #eee;
    background-color: #ddd;
    border: 0;
}
ul,#content ul {
    list-style: disc inside;
}
ol {
    list-style: decimal inside  ;
}
ul ul {
    list-style: circle inside;
    padding: 0 2%;
}
ul,
ol {
    padding: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin: 0;
    padding: 0 0 0 10px;
}
dt {
    margin: 0;
    font-weight: 700;
}
dd {
    margin: 0 0 26px 40px;
}
table {
    width: 100%;
}
td,
th {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
th {
    background: #f7f7f7;
    font-weight: 700;
}
label {
    display: block;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline;
    margin-left: 8px;
    font-weight: 400;
    text-transform: none;
}
input[type="checkbox"] {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 2px;
    width: 13px;
    min-width: 13px;
    height: 13px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 2px;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="checkbox"]:checked:before {
    content: "\f14a";
    display: inline-block;
    position: absolute;
    margin: -2px 0 0 -1px;
    color: #999;
    font: 13px FontAwesome;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
    padding: 10px;
    max-width: 100%;
    color: inherit;
    background: #f7f7f7;
    border: 1px solid #ddd;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    margin: 0 auto;
    padding: 10px 15px;
    width: auto;
    color: #eee;
    background: #363636;
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

.not-found {
    margin: 0 auto 52px;
    text-align: center;
}

.not-found .searchform {
    margin: 0 auto;
    width: 100%;
}

.not-found .searchform input {
    margin: 15px auto 0;
    width: 100%;
    max-width: 65%;
}

.not-found #searchsubmit {
    display: none;
}

.not-found .recent_entries {
    margin: 15px auto 45px;
    width: 70%;
    text-align: left;
}

.not-found .recent_entries ul {
    list-style: none;
    padding: 0;
}

.not-found .recent_entries ul li {
    padding: 7px 0 !important;
    border-bottom: 1px solid #eaeaea;
}

/* -----------------------------------------------------------
	Additional Bits
-------------------------------------------------------------- */

.gallery {
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: stretch;
    align-content: flex-start;
}

.gallery:after {
    content: "";
    display: table;
    clear: both;
}

.gallery .gallery-item {
    margin: 10px 0 0 10px;
    padding: 7px;
    width: 100%;
    max-width: 20%;
    height: auto;
    text-align: center;
    vertical-align: top;
}

.gallery .gallery-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.gallery .gallery-caption {
    display: block;
    margin-top: 12px;
}

.gallery-columns-1 .gallery-item {
    float: none;
    margin: 0 0 5px;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 49%;
}

.gallery-columns-3 .gallery-item {
    width: 32%;
}

.gallery-columns-4 .gallery-item {
    width: 23.25%;
}

.gallery-columns-5 .gallery-item {
    width: 18%;
}

.gallery-columns-6 .gallery-item {
    width: 14.2%;
}

.gallery-columns-7 .gallery-item {
    width: 12%;
}

.gallery-columns-8 .gallery-item {
    width: 10.2%;
}

.gallery-columns-9 .gallery-item {
    width: 8.85%;
}

.gallery-columns-2 .gallery-item:nth-of-type(even),
.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
    margin-right: 0;
}

.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n + 4),
.gallery-columns-4 .gallery-item:nth-of-type(4n + 5),
.gallery-columns-5 .gallery-item:nth-of-type(5n + 6),
.gallery-columns-6 .gallery-item:nth-of-type(6n + 7),
.gallery-columns-7 .gallery-item:nth-of-type(7n + 8),
.gallery-columns-8 .gallery-item:nth-of-type(8n + 9),
.gallery-columns-9 .gallery-item:nth-of-type(9n + 10) {
    clear: left;
}

.wp-caption {
    margin-bottom: 24px;
    padding: 10px;
    max-width: 98%;
    background: #eee;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border: 0;
}

.wp-caption p.wp-caption-text,
.wp-caption .wp-caption-dd {
    margin: 9px 0;
    padding: 10px 10px 0;
    font-size: 12px;
    font-style: italic;
    line-height: 140%;
}

.gallery-caption {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 17px;
}

/* -- Tooltip ( title="hey there!" class="tooltip" )-- */
#tooltip {
    margin-left: -10px;
    padding: 7px 8px;
    position: absolute;
    z-index: 999;
    display: none;
    border: 0;
    background:rgba(58,58,58,0.8);
    color: #fff;
	font:700 13px Roboto, sans-serif;
}

/*  Font Awesome  ---------- */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands,
:before,
:after {
    font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free", "FontAwesome", "Font Awesome 5 Free";
    font-size: inherit;
    font-style: normal;
}

.share-buttons a:before {
    font-family: "Font Awesome 6 Brands", "FontAwesome";
}


/*  Hide Elements
--------------------------------------------- */

/* 
	(.hide--mobile)  hide on mobile view 
	(.hide--desktop) hide on desktop view
	(.hide general)  hide everywhere 
*/

.hide--mobile,
.hide--desktop,
.hide,
.mobile,
.screen-reader-text {
    display: none;
}

/*	Unhide For Desktop ONLY  ---------- */
@media screen and (min-width: 980px) {
    .hide--mobile {
        display: block;
    }
}

/*	Unhide For Mobile ONLY  ---------- */
@media screen and (max-width: 1299px) {
    .hide--desktop {
        display: block;
    }
}

.show-menu,
.main-nav input[type="checkbox"] {
    display: none;
}

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

/*  Responsive CSS
--------------------------------------------- */

@-moz-viewport {
	width:device-width;
}

@-ms-viewport {
	width:device-width;
}

@viewport {
	width:device-width;
}


@media (max-width:1299px) and (min-width:980px) {

	.mobile-name,
	.site-nav-mobile {
		display:none!important;
	}
	.top-area,
	.navigation,
	.wrapper-alt,
	.wrapper {
		padding-left:1%;
		padding-right:1%;
	}
 	.site-footer {
		max-width:98%;
	}
}


@media screen and (max-width: 980px) {
	
    .wrapper {
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 94vw;
        max-width: none;
    }
    .wrapper-alt {
        margin: 0 auto;
        width: 100%;
    }
    .header {
        width: 100%;
        height: 300px;
        background: url("./images/header.jpg") center center;
        background-size: cover;
    }
    .navigation {
        margin: 0 auto 15px;
        padding: 0;
        display: block;
        overflow: show;
        background: #fff;
        max-width: 100%;
        height: auto;
        border: 0;
        text-align: left;
        border-bottom: 1px solid #e3e3e3;
    }
    .navigation .main-nav {
        display: block;
        position: relative;
        width: 100%;
    }
    .show-menu {
        display: block;
        padding: 10px 20px;
        max-width: 75%;
        color: #2f2f2f;
    }
    .show-menu:before {
        content: "\002630";
        content: \f0c9;
        position: relative;
        top: 0;
        left: 0;
        font-size: 13px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }
    .show-menu span {
        display: inline;
        position: relative;
        left: 5px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .main-nav ul {
        display: none;
    }
    .main-nav ul li {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0px 1%;
        background: #fff;
        font-size: 14px;
        text-align: left;
        border-bottom: 1px solid #ebebeb;
    }
    .main-nav ul li a {
        background: #fff !important;
    }
    .main-nav ul li,
    .main-nav ul li a,
    .social-nav ul li a {
        width: 100%;
        color: #2f2f2f;
    }
    .main-nav ul li:first-child {
        border-top: 1px solid #ebebeb;
    }
    .main-nav ul li:last-child {
        border: 0;
    }
    .main-nav ul li a:after,
    .main-nav ul li a:hover:after {
        content: "";
        display: none;
        border-bottom: 0;
    }
    .mobile-name h1 {
        margin: 0 auto 15px;
        padding: 0 15px;
        display: block;
        font: 700 28px Roboto Slab;
        color: #09acd5;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0;
        line-height: 105%;
    }
    .mobile-name span {
        display: block;
        margin-top: -10px;
        font-size: 12px;
        font-weight: 400;
        font-family: Roboto;
        font-style: italic;
        color: #202020;
        text-transform: lowercase;
    }
    #content {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    #content .pad {
        width: 94%;
    }
    #sidebar {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    #sidebar #side {
        max-width: 100%;
    }
    #content img,
    #content a img,
    #content a:visited img,
    #content embed,
    #content-full img,
    #content-full a img,
    #content-full a:visited img {
        padding: 3px;
    }
    #content .aligncenter {
        max-width: 80vw;
        height: auto;
        width: auto\9; /* ie8 */
    }
    #content .alignleft,
    #content .alignright {
        max-width: 40vw;
        height: auto;
        width: auto\9; /* ie8 */
    }

    #side h1 {
        font-size: 115%;
    }
    #post h1.post-title {
        font-weight: 400;
    }
    h1,
    #respond h3#reply-title {
        font-size: 2em;
    }
    h2 {
        font-size: 1.8em;
    }
    h3,
    #post .pagination .fa {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1.4em;
    }
    #content .has-post-thumbnail .pad:has(.post-title) {
        padding: 0 15px;
    }
    #content .pad:has(.post-title) {
        margin-bottom: 15px;
        padding: 0 15px;
    }
    #post h1.post-title,
    #respond h3#reply-title {
        font-size: 26px;
    }
    #post .post-thumbnail {
        position: relative;
        left: 0;
        display: block;
        margin: 0 auto 15px;
        padding: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        border: 0;
    }
    #post .post-thumbnail img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding: 0;
        border: 0;
    }
 
    #post .post-details {
        margin: 0 0 5px;
        padding-top: 5px;
    }
    #post .post-details .meta.author,
    #post .post-details .meta.cmnt {
        margin-right: 10px;
    }
    #post .post-details .meta:after,
    #post .post-details .meta:last-child:after {
        content: "";
        padding: 0;
        margin-left: 0;
    }
    #post .post-details .tags {
        margin-top: 10px;
        max-width: 96vw;
    }
    .site-footer {
        margin: 0 auto;
        text-align: jusitify;
    }
    .site-footer .pad {
        margin: 0 auto;
        padding: 15px;
        overflow: hidden;
        width: 96vw;
    }
    .site-footer .pull-left,
    .site-footer .pull-right {
        display: block;
        float: none;
        text-align: center;
    }
}


@media screen and (max-width: 700px) {
	
    .single-post-nav {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr;
    }
    .single-post-nav .nav-next,
    .single-post-nav .nav-previous {
        text-align: center;
    }
    .single-post-nav .nav-previous {
        padding-bottom: 10px;
        border-right: 0;
        border-bottom: 1px solid #e4e4e4;
    }
    .single-post-nav .nav-next {
        padding-top: 10px;
    }
}


@media screen and (max-width:690px) {
	
	.share-buttons .bsky:before,
	.share-buttons .threads:before,
	.share-buttons .twitter:before,
	.share-buttons .facebook:before,
	.share-buttons .tumblr:before,
	.share-buttons .pinterest:before,
	.share-buttons .mail:before {
		margin-right:0;
	}
	.share-buttons a span {
		margin:0;
		display:none;
	}
}


@media screen and (max-width: 660px) {
	
    #post .pagination .pull-left,
    #post .pagination .pull-right {
        float: none;
        display: block;
        min-height: 100px;
        width: 100%;
        padding: 0;
        color: #5a5a5a;
        border: 0;
    }
}


@media screen and (max-width: 560px) {
	
    #post .post-details .author {
        display: none;
    }
}


@media screen and (max-width: 481px) {
	
    #post .pagination .left,
    #post .pagination .right {
        float: none;
        width: 100%;
        display: block;
        min-height: 100px;
        padding: 6px 5px;
        color: #5a5a5a;
        text-align: left;
        border: 0;
    }
}