/*
Theme Name:Sin21 WP-JQuaid
Theme URI:https://sin21.org
Author:Sin21 Designs
Author URI:https://sin21.org
Version:1.0 (August 2025)
Description:This is an original custom theme by Sin21 Designs.

-- This is a premade base and is not to be redistributed without explicit permission.
*/

body {
    color:#666666;
    background:#C8C8C8;
    font:400 15px "Open Sans", sans-serif;
    line-height:170%;
	text-align:justify;
	-ms-word-wrap:break-word;
	word-wrap:break-word;
	-webkit-font-smoothing:antialiased;
}


/*  Normalize
--------------------------------------------- */

html {
	box-sizing:border-box;
}

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

img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
	box-sizing:content-box;
}

embed,
iframe,
object,
video {
	max-width:100%;
	vertical-align:middle;
}

a,
.single-post-nav span.title {
	transition:all .45s ease-in-out;
}

img,
img:hover,
button,
input {
	transition:all .45s ease-in-out;
}

img,
.ext-links,
input,
select,
button,
.mast-head,
.header-content,
article.post .wrap,
article.page .wrap,
.more-link,
.post-thumbnail,
.post-thumbnail img,
.widget-area .widget-title span,
.widget-area .widget,
blockquote,
.post-footer-wrap,
.page-numbers,
.tagcloud a,
.widget_calendar caption,
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next,
.widget_calendar th,
.main-nav ul li.instagram a,
.nav-links a,
#tooltip,
.text-affiliates .text,
.wp-caption,
.footer-content .title,
.site-footer .text-links,
.related-posts,
.single-post-nav,
.comments-area {
	border-radius:10px 0 10px 0;
}


/*  Typography
--------------------------------------------- */

a {
    color:#2f2f2f;
    text-decoration:none;
    transition:all 0.15s ease-in-out;
}

a:hover,
a:focus {
    color:#CD855C;
    text-decoration:none;
}

strong, b {
font:700 14px "JetBrains Mono", mono, serif;
    color:#2F2F2F;
}

em, i {
    font-style:italic;
    color:#CD855C;
}


/*  Heading  ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#3A3A3A;	
	font-family:"Abril Fatface", sans-serif;
	font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6
p,
blockquote,
hr,
ul,
ol,
table,
form {
	margin:14px 0;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:24px;
}

h3,
h4 {
	font-size:20px;
}

h5,
h6 {
	font-size:18px;
}


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


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

img {
	margin:3px;
	padding:1px;
	border:0;
	box-shadow:2px 2px 0 #ccc;
}

img:hover,
.widget-area img:hover,
.header-content .latest_imgs img:hover {
	opacity:.9;
	box-shadow:2px 2px 0 #70BEC3;
}

.noborder {
	margin:0;
	padding:0;
	border:0;
	box-shadow:none;
}


/*  Scrollbar  ---------- */

*::-webkit-scrollbar {
	height:10px;
	width:10px;
}
*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track:hover,
*::-webkit-scrollbar-track:active {
	border-radius:0px;
	background-color:#FFFFFF;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:active {
	border-radius:4px;
	background-color:#92979E;
}

*::-webkit-scrollbar-thumb:hover {
	background-color:#70BEC3;
}


/*  Blockquote  ---------- */

blockquote {
    margin:30px 3%;
    padding:15px 25px 15px 35px;
	position:relative;
    color:#6c6c6c;
	background:#eee;
	font-size:15px;
	font-style:italic;
    border:0;
}

blockquote:before {
	content:'\f10d';
	padding:1px 10px;
	color:#70BEC3;
	font-size:15px;
	position:absolute;
	top:-5px;
	right:-5px;
	background-color:#fff;
	border-radius:10px 0 10px 0;
	border:3px solid #70BEC3;
	outline:7px solid #fff;
}


/*  Button Style  ---------- */

.button a, 
.button a:visited,
.button a:hover {
	display:inline-table;
	padding:5px 9px; 
	color:#626262;
	background-color:#F5F5F5;
	border:1px solid #E4E4E4;
}


/*  Tooltip Hover  ---------- */

#tooltip {
	display:none;
	margin-left:-10px;
	padding:0 6px;
	position:absolute;
	z-index:999;
	color:#666;	
	background:rgba(255,255,255,0.8);
	font-size:11px;
	font-weight:400;
	border:1px solid #eee;
	box-shadow:0 0 5px 3px rgba(98,98,98,.1);
}


/*  Divider  ---------- */

hr {
	height:1px;
	color:#eee;
	background-color:#DDDDDD;
	border:0;
}


/*  Lists  ---------- */

ul {
	list-style:disc inside none;
}

ol {
	list-style:decimal inside none;
}

ul ul {
	list-style:circle inside none;
	padding:0 3%;
}

ul, ol {
	padding:0;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin:0;
	padding:0 0 0 20px;
}

dt {
	margin:0;
	font-weight:700;
}

dd {
	margin:0 0 26px 40px;
}


/*  Tables  ---------- */

table {
	width:100%;
}

td,
th {
	padding:10px;
	border-bottom:1px solid #eee;
}

th {
	background:#F7F7F7;
	font-weight:700;
}


/*  Forms   ---------- */

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

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	margin:0 auto;
	padding:10px 15px;
	width:auto;
	color:#eee;
	background:#636C74;
	font-size:14px;
	font-weight:700;
	border:0;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	color:#fff;
	background:#70BEC3;
	border:0;
}


/*  Theme Structure
--------------------------------------------- */

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

.top-bar,
.site-navigation,
.header-content,
.site-footer .wrapper {
	max-width:1300px;
}

.header-content .latest_imgs .wrapper,
.site-footer .wrapper {
	padding-left:2%;
	padding-right:2%;
}

.wrapper--alt {
	margin-top:40px;
	margin-bottom:140px;
	display:table;
	width:100%;
    position:relative;
	overflow:hidden;
}

.content-area {
    float:right;
	display:table-cell;
    position:relative;
    z-index:15;
    width:68.2%;
    max-width:68.2%;
	
	.wrapper {
		margin-top:15px;
	}
	
	article.post,
	article.page {
		margin:0 0 70px 0;
		padding:0;
		overflow:hidden;

		.wrap {
			position:relative;
			z-index:50;
			padding:35px 35px 35px;
			background:#fff;
			box-shadow:0 0 10px rgba(153,153,153,.4);
			overflow:hidden;
		
			&:before {
				content:'';
				position:absolute;
				z-index:10;
				top:0;
				left:0;
				display:block;
				width:100%;
				height:15px;
				background-image:url("./images/texture-1.png");
				background-position:center center;
				background-repeat:repeat;
			}
			
			&:after {
				content:'';
				position:absolute;
				z-index:10;
				bottom:0;
				left:0;
				display:block;
				width:100%;
				height:15px;
				background-image:url("./images/texture-2.png");
				background-size:400px;
				background-position:center center;
				background-repeat:repeat;
			}
		}
	}

	article.has-post-thumbnail {
		
		.post-thumbnail {
			max-width:91%;
			margin-bottom:-180px;
			outline:10px solid #C8C8C8;
		}
		
		.wrap {
			padding:215px 35px 35px;
		}
	}
	
	.related-posts,
	.single-post-nav,
	.comments-area {
		position:relative;
		z-index:50;
		margin:0 auto 35px;
		padding:25px 35px;
		background:#fff;
		box-shadow:0 0 10px rgba(153,153,153,.4);
		overflow:hidden;
	}
}

.widget-area {
    float:left;
	display:table-cell;
    position:relative;
    z-index:15;
    width:28.8%;
    max-width:28.8%;
	font-size:14px;
	
	.widget {
		margin:0 auto 40px;
		padding:0 6% 6%;
		position:relative;
		background:#636C74;
		color:#E4E6E7;
		box-shadow:0 0 10px rgba(153,153,153,.4);
	}
}


/*  Site Navigation
--------------------------------------------- */

/*  Primary Menu
--------------------------------------------- */

.main-nav ul {
	margin:0 auto;
	padding:0;
	list-style:none;
}

.main-nav ul li {
	display:inline-block;
	margin:0 15px 0 0;
	padding:0;
	position:relative;
	z-index:400;
	list-style:none;
	border:0;
	background:#747D86;
	box-shadow:
	15px 0 0 #747D86,
	-15px 0 0 #747D86;
}

.main-nav ul li a {
	display:inline-block;
	position:relative;
	z-index:400;
	padding:26px 0;
	color:#DCDEE0;
	font:700 18px "Playfair Display", sans-serif;	
	line-height:17px;
	text-transform:lowercase;
	letter-spacing:1px;
	transition:all 0.35s;
	
	span {
		transition:all .65s;
	}
}

.main-nav ul li:last-child a:after {
	content:'';
	margin-left:0;
} 

.main-nav ul li:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	width:10px;
	transform:translate(-50%, -0%);
	height:0;
	z-index:5;
	background:#DCDEE0;
	transition:all 0.35s;
}


.main-nav ul li:hover::before,
.main-nav ul li:hover::after {
	transition:all .35s;
	height:30%;
}

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


/*  menu indicator arrow   ---------- */

.main-nav ul li span.fa,
.main-nav ul li.menu-item-has-children .sub-menu span.fa {
	display:none;
}

.main-nav ul li.menu-item-has-children span.fa {
	display:inline;
	position:relative;
	top:1px;
	left:8px;
	font-size:13px;
}


/*	Header Content
--------------------------------------------- */

.bg-bar {
	display:block;
	width:100%;
	height:350px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:#747D86;

	&:before {
		content:'';
		display:block;
		width:100%;
		height:350px;
		position:absolute;
		top:0;
		left:0;
		z-index:50;
		background-image:url("./images/texture-1.png");
		background-position:center center;
		background-repeat:repeat;
		opacity:.2;
		mix-blend-mode: multiply;
	}
	&:after {
		content:'';
		display:block;
		width:100%;
		height:350px;
		position:absolute;
		top:0;
		left:0;
		z-index:100;
		background: linear-gradient(to bottom, rgba(116,125,134,1) 0%,rgba(125,185,232,0) 100%);
	}
}


/*  Site Navigation  ---------- */

.site-navigation {
    display:block;
    margin:0 auto;
	padding:0 0;
    position:relative;
    z-index:999;
    width:100%;
	min-height:67px;
	text-align:center;
	
	&:before {
		content:'';
		position:absolute;
		top:-30px;
		left:50%;
		transform: translate(-50%, -0%);
		z-index:300;
		display:block;
		width:100%;
		height:67px;
		border:2px solid #DCDEE0;
		border-radius:10px;
	}
}

.site-navigation .main-nav {
	position:relative;
}


/*  Master Header  ---------- */

.mast-head {
	margin:0 auto;
    position:relative;
    z-index:15;
    max-width:1600px;
    height:500px;
    background-image:url("./images/header.png");
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;
}


/*  Header Content  ---------- */

.header-content {
    margin:25px auto 25px;
	padding:0 45px 45px;
	position:relative;
	background:#fff;
	box-shadow:0 0 10px rgba(153,153,153,.4);
	
	&:before {
		content:'';
		position:absolute;
		z-index:105;
		top:50%;
		left:50%;
		transform: translate(-50%, -50%);
		display:block;
		width:97%;
		height:85%;
		background:#fff;
		border-radius:10px 0 10px 0;
	}
	&:after {
		content:'';
		position:absolute;
		z-index:100;
		top:0;
		left:0;
		display:block;
		width:100%;
		height:100%;
		background-image:url("./images/texture-3.png");
		background-position:top center;
		background-repeat:repeat;
		border-radius:10px 0 10px 0;
	}
}

.header-content .flex-wrap {
	margin:0 auto;
    display:flex;
    gap:0;
    align-items:flex-start;    
    align-content:flex-start; 
	width:100%;
	
	.widget {
		display:block;
		position:relative;
		z-index:300;
		padding:45px 0 15px;
		line-height:24px;
		align-self:stretch;

		p {
			margin:0;
		}
		u {
			color:#70BEC3;
		}
		b,strong {
			color:#CD855C;
			font:700 14px "JetBrains Mono", mono, serif;
		}
		em,i {
			color:#30555A;
			box-shadow:inset 0 -8px 0 #ddd;
		}
		.title {
			position:absolute;
			bottom:-50px;
			left:50%;
			transform: translateX(-50%);
			padding:10px 20px;
			color:#fff;
			background:#CD855C;
			font:700 11px "JetBrains Mono", sans-serif;
			letter-spacing:2px;
			text-transform:uppercase;
			border-radius:10px 0 10px 0;
			outline:5px solid #fff;	box-shadow:0 5px 10px rgba(153,153,153,.4);
		}
	}
}


/*  Footer Content  ---------- */

.footer-content {
    margin:35px auto 0;
	padding:0;
	position:relative;
	width:100%;
	max-width:100%;
}

.footer-content .flex-wrap {
    display:block;
	margin:0 auto;
	padding:10px 0 0;
	position:relative;
	z-index:300;
	width:100%;
	height:100%;

	&:before {
		content:'';
		display:block;
		position:absolute;
		top:6px;
		right:0;
		z-index:50;
		width:100%;
		height:10px;
		background:#CD855C;
	}
}

.footer-content .title {
	display:block;
	padding:10px 15px 10px 20px;
	position:absolute;
	top:-8px;
	left:50%;
	transform: translateX(-50%);
	z-index:60;
	color:#fff;
	background:#CD855C;
	font:700 11px "JetBrains Mono", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	box-shadow:
	20px 0 0 #C8C8C8,
	-20px 0 0 #C8C8C8;
 
	&:before {
		content:'\f083';
		padding:0 10px 0 0;
		font-size:14px;
		line-height:100%;
		text-align:center;
	}
}

.footer-content .widget {
	padding:35px 0 35px;
    position:relative;
	line-height:24px;
	box-sizing:content-box;
	
	p {
		margin:0;
	}
}

.footer-content table {
	position:relative; 
	z-index:50;
	border:0;
	border-spacing:0;
	
	td br {
		margin:0!important;
		padding:0!important;
		display:none;
	}
	td {
		margin:0 auto;
		padding:0;	
		position:relative;
		text-align:center;
		vertical-align:top;
		border:0;
		object-fit: cover;
	}
}

.footer-content img {
	margin:0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	padding:0!important;
	border:0!important; 
	border-radius:0;
	box-shadow:none;
	opacity:.5;
	object-fit: cover;
 
	
	&:hover {
		opacity:1;
		filter: grayscale(0);
	}
}


/*	Footer
--------------------------------------------- */

.site-footer {
	margin:0 auto 0;
	display:block;
	padding:35px 25px 25px;
	position:relative;
    width:100%;
    color:#E4E6E7;
	background:#636C74;
	text-align:center;
	
	&:before {
		content:'';
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:50;
		background-image:url("./images/texture-1.png");
		background-position:center center;
		background-repeat:repeat;
		opacity:.2;
		mix-blend-mode: multiply;
	}
	&:after {
		content:'';
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		background: linear-gradient(to top, rgba(116,125,134,1) 0%,rgba(125,185,232,0) 100%);
		z-index:100;
	}
	.fa {
		position:relative;
		top:0px;
		margin-right:5px;
		font-size:12px;
	}
	a,
	a:visited,
	a:hover {
		color:#3A3A3A;
		text-decoration:none;
	}
	.wrapper {
		position:relative;
		position:relative;
		z-index:200;
	}
	.text-links {
		display:inline-block;
		margin:0 auto 10px;
		padding:6px 15px;
		width:auto;
		max-width:100%;
		background:#747D86;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:1px;
		text-align:center;
		overflow:hidden;
		text-wrap: nowrap;
		
		a,
		a:visited,
		a:hover,
		.fa {
			color:#E4E6E7;
		}
		.text {
			display:block;
			position:relative;
			z-index:10;
		}
		a:after {
			content:'\2022';
			margin:0 5px 0 8px;
			font-size:9px;
			color:#E4E6E7;
		}
		a:last-of-type:after {
			content:'';
			margin:0;
		}
	}
	.disclaimer {
		display:block;
		margin:0 auto 5px;
		padding:0;
		width:100%;
		max-width:90%;
		font-weight:400;
		text-align:justify;
		text-transform:none;
		border-radius:4px;
	}
}


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

.sticky {
	position:relative;
}

.sticky:before {
	content:'Pinned';
	display:block;
	margin-bottom:10px;
	padding:5px 5px 5px 36px;
	position:relative;
	top:0;
	left:-5px;
	z-index:999;
	width:95px;
	color:#666;
	background:#F8EF43;
	background-image:url('./images/pin.png');
	background-position:15px center;
	background-repeat:no-repeat;
	background-size:15px;
	font:700 13px "Open Sans", sans-serif;
	text-transform:uppercase;
	box-shadow:5px 0 0 0 #fff,
	5px 5px 0 0 #fff;
}


.post-entry {
    padding:0;
}


/*  Heading  ---------- */

.post-title,
.page-title {
	margin:0 auto;
    padding:10px 0;
	position:relative;
	max-width:90%;
    color:#3a3a3a;
	font:400 32px "Abril Fatface", sans-serif;
    line-height:120%;
}

.post-title a,
.post-title a:visited,
.page-title a,
.page-title a:visited{
    color:#3a3a3a;
}

.post-title a:hover,
.page-title a:hover {
    color:#7AB7B7;
}


/*  Post Header  ---------- */

.post-header,
.page-header {
    margin:0 auto 35px;
    padding:0;
	position:relative;
	text-align:center;
}

.post-header .divider {
	margin:0;
	padding:0;
}

.post-header .post-meta {
    display:inline-block;
	margin:- auto;
	padding:6px 15px;
    position:relative;
	color:#909090;
	font: 700 10px "JetBrains Mono", sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	border:3px solid #EEEEEE;
	border-radius:10px 0 10px 0;

	.meta {
		margin-right:0;
		padding:0 0;
		
		&:afterx {
			content:'/';
			margin:0 5px;
		}
		
		&:last-child {
			&:after {
				display:none;				
			}
		}
	}
}

.post-header .meta,
.post-footer .meta {
    margin:0;
	padding:0;
	display:inline-block;
}

.post-header .cmnt a,
.post-header .cmnt a:hover,
.post-header .cmnt a:hover:before {
    color:#909090;
}


/*  Post Footer  ---------- */

.post-footer {
    display:block;
    margin:0 auto -20px;
	position:relative;
	width:100%;
	color:#909090;
	font: 700 12px "JetBrains Mono", sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
    text-align:justify;
	line-height:15px;
	
	.cmnt {
		float:left;
		display:inline-block;
		background:#eee;
		position:relative;
		top:9px;
	}
	.share-buttons--wrap {
		float:right;
		display:inline-block;
		
		a:hover {
			color:#CD855C;
		}
	}
	.post-footer-wrap {
		margin:0 auto;
		padding:10px 20px;
		background:#eee;
		overflow:hidden;
		display:block;
		border-radius:10px 10px 0 0;
	}
}

article.page .post-footer {
	text-align:center;
	
	.share-buttons--wrap {
		float:none;
	
		display:inline-block;
	}
}

.post-footer .fa {
	margin-right:5px;
	font-size:11px;
	color:#909090;
	font-style:normal;
}

.post-footer a {
	color:#909090;
}

.post-footer a:hover {
	color:#CD855C;
}


/*  Categories  ---------- */

.post-cats {
	color:#909090;
	font: 700 10px "JetBrains Mono", sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	line-height:32px;
}

.post-cats a {
    margin:0 -2px 0 0;
	padding:3px 6px;
	background:#7AB7B7;
	color:#E9F4F5;
	border-radius:6px 0 6px 0;
	
	&:nth-of-type(2n) {
		color:#F8ECE4;
		background:#CD855C;
	}
}

.post-cats a:hover {}


/*  Tags  ---------- */

.post-tags {
	display:block;
	margin:0 0 25px;
	font-size:13px;
	font-weight:400;
	text-transform:capitalize;
	line-height:23px;	
}

.post-tags .fa {
	margin-right:15px;
	position:relative;
	top:0px;
	left:5px;
	color:#A0A0A0;
	font-size:11px;
}

.post-tags a,
.post-tags a:hover {
	padding:0;
	color:#999;
}


/*  Post Thumbnail ---------- */

.post-thumbnail {
	display:block;
	margin:0 auto 25px;
	position:relative;
	z-index:100;
	max-width:100%;
	max-height:375px;
	overflow:hidden;
}

.post-thumbnail img {
	margin:0!important;
	padding:0!important;
	position:relative;
	z-index:500;
	width:100%;
	max-width:100%;
	height:auto;
	background:none;
	box-shadow:none;
	border:0!important;
}

.post-thumbnail img,
.post-thumbnail .post-img,
.post-thumbnail .post-img-full {}

.post-thumbnail:hover img,
.post-thumbnail .post-img:hover,
.post-thumbnail .post-img-full:hover {
	filter:saturate(0);
}

.post-thumbnail:before {
	content:'';
}


/*  Read More Link  ---------- */

a.more-link,
a.more-link:focus,
a.more-link:hover {
	display:table;
    margin:15px auto 0;
	padding:5px 15px 5px;
	color:#747D86;
	background:#fff;
	font-size:16px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
	border:3px solid #747D86;
	transition:all .30s ease-in-out;
}

a.more-link .fa {
	margin-left:7px;
	position:relative;
	top:-1px;
	font-size:11px;
	font-weight:400;
	color:inherit;
}

a.more-link:focus,
a.more-link:hover {
	color:#CD855C;
	background:#fff;
	border:3px solid #CD855C;
}


/*  External Links  ---------- */

.ext-links {
    margin:30px 3% 0;
    padding:18px 10px 18px 35px;
	position:relative;
	background-color:#fff;
	font: 400 14px "JetBrains Mono", sans-serif;
	line-height:24px;
    border:2px solid #e8e8e8;
    vertical-align:middle;
	
	&:before {
		content:'\f0c1';
		position:absolute;
		top:50%;
		left:-14px;
		transform:translate(-0, -50%);
		color:#7AB7B7;
		background:#fff;
		font-size:24px;
		box-shadow:0 -6px 0 #fff,
		0 6px 0 #fff;
	}
	a,
	a:visited {
		color:#3f3f3f;
		font-weight:700;
		box-shadow:0 1px 0 #7AB7B7;
		text-decoration:none;
	}
	a:hover {
		color:#CD855C;
		text-decoration:none;
		box-shadow: 0 0 0;
	}
}


/*  Share Buttons
--------------------------------------------- */

.hentry .share-buttons--wrap {}

.share-buttons--wrap {
	display:block;
	margin:0 0;
	overflow:hidden;
}

.share-buttons {
	margin:0 auto;
    display:flex;
    gap:5px;
	justify-content:center; 
	letter-spacing:0;
	line-height:14px;
	overflow:hidden;
}

.share-buttons span {
	display:none;
}

.share-buttons a {
	flex:0 0 calc(23px - 5px);
	max-width:30px;
	height:29px;
	max-height:40px;
    align-content:center;
	padding:1px 0 0 1px;
	color:#999;
	font-weight:400;
	text-align:center;
	text-decoration:none;
}

.share-buttons a:focus,
.share-buttons a:hover {
	color:#FF9A9C;
}

.share-buttons a span {
	margin-left:5px;
	font:700 13px "Open Sans", sans-serif;
	text-transform:uppercase;
}
.share-buttons .threads:before,
.share-buttons .bsky:before,
.share-buttons .twitter:before,
.share-buttons .facebook:before,
.share-buttons .tumblr:before,
.share-buttons .pinterest:before,
.share-buttons .mail:before {
	margin-right:0;
	font-size:13px;
	font-weight:400;
}

.share-buttons .facebook:before,
.share-buttons .mail:before {
	xpadding-left:1px;
}

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

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

.share-buttons .twitter:before {
	content:'\f099';
	content:'\e61b';
}

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

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

.share-buttons .pinterest:before {
	content:'\f0d2';
	content:'\f231';
}
.share-buttons .mail:before {
	content:'\f0e0';
}


/*	Related Posts 
--------------------------------------------- */

.related-posts {}

.related-posts--wrap {
	padding:0;
	display:grid;
	grid-template-rows:1fr;
	grid-template-columns:repeat(3, 1fr);
	gap:0px 25px;
	width:100%;
	height:100%;
	overflow:hidden;
}

.related-header {
	margin:0 0 35px;
	text-align:center;
}

.related-header h4 {
	font-size:26px;
}

.related-header span {
	display:inline-block;
	background:#fff;
	box-shadow:15px 0 0 #fff,
	-15px 0 0 #fff;
	position:relative;
	z-index:5;
}

.related-header span .fa {
	margin-right:5px;
}

.related-item {
	display:block;
	margin-top:0;
	margin-bottom:0;
	padding:0 0;
	text-align:justify;
	vertical-align:top;
	overflow:hidden;
}

.related-image {
	display:block;
	position:relative;
	margin:0 auto 10px;
	width:100%;
	height:140px;
	background:linear-gradient(to bottom, #f7f7f7 0%,#eee 100%);
	overflow:hidden;
}

.related-image:before {
	content:'\f1ea';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	color:#000;
	font-size:70px;
	text-shadow:-1px -1px 2px rgba(255,255,255,.3);
	transform:translate(-50%, -50%);
	opacity:.1;
}

.related-item .post-thumbnail .post-img {
	margin:0;
	position:relative;
	z-index:699;
	width:100%;
	height:140px;
	background-position:top center;
	background-size:cover;
	transition:all .5s;
	image-rendering:auto;
	overflow:hidden;
}

.related-item .related-title {
	margin:-0 auto 0;
	font: 600 13px "JetBrains Mono", sans-serif;
	line-height:18px;
	text-align:center;
}

.related-date {
	display:block;
	margin-bottom:0;
	position:relative;
    color:#888;
    background:#fff;
	font-size:10px;
	font-weight:700;
	letter-spacing:1px;
    text-transform:uppercase;
    text-align:center;
}

.related-date span {
	display:inline-block;
	background:#fff;
	box-shadow:15px 0 0 #fff,
	-15px 0 0 #fff;
	position:relative;
	z-index:5;
}

.related-date:before {
	content:'';
	margin:0 auto;
	display:block;
	position:relative;
	top:14px;
	width:100%;
	height:1px;
	background:#eee;
}


/*  Comments
--------------------------------------------- */

.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 0;
	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 20px 0 0;
	padding:0;
	width:40px;
	height:40px;
	border:0;
	border-radius:100%;
	box-shadow:none;
}

.comment-author .fn {
	font:700 13px "Open Sans", sans-serif;
	color:#636C74;
}

.bypostauthor .comment-author .fn:after {
	content:'Post Author';
	margin:0 0 0 5px;
	padding:3px 7px;
	position:relative;
	top:-1px;
	color:#fff;
	background:#70BEC3;
	font: 700 11px "JetBrains Mono", sans-serif;
	text-transform:uppercase;
	border-radius:4px 0 4px 0;
}

.comment-metadata {
	color:#ababab;
	font:italic 11px "Open Sans", 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 0;
	list-style:none;
	border-left:1px dotted #e1e1e1;
}

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


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

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

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

.comment-form label {
	display:block;
	padding:0 0 5px 0;
	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;
}


/*  Single Post
--------------------------------------------- */

article.single-post {}
article.single-post .share-buttons {}


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

body.page  .page-header {}
body.page article.page .post-title {}
body.page .has-post-thumbnail .post-thumbnail {}


/*  Archives
--------------------------------------------- */

body.archive .page-header {}
body.archive .page-header .page-title {}


/*  Search
--------------------------------------------- */


body.search-results .page-header {}
body.search-results article.post .post-header,
body.search-results article.page .post-header {}
body.search-results .post-title {}
body.search-results .post-summary {}


/*  404 Page
--------------------------------------------- */

.not-found {
	margin:0 0 52px 0;
}

.not-found input[type="search"] {
	width:65%;
	max-width:70%;
}

.not-found .search-submit {
	display:none;
}

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

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

.not-found li {
	padding:7px 0;
	border-bottom:1px solid #EAEAEA;
}


/*  Media
--------------------------------------------- */

.wp-smiley,
.wp-smiley:hover,
.noborder img {
	margin:0;
	padding:0;
	background:none;
	border:0;
	border-radius:0;
	box-shadow:none;
	opacity:1;
}


/*  Galleries
--------------------------------------------- */

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

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


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

.widget-area {
    margin:0 auto;
    padding:0;
	line-height:170%;
}

.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6,
.widget-area p,
.widget-area hr,
.widget-area ul,
.widget-area ol,
.widget-area table,
.widget-area form {
	margin:20px 0;
}

.widget-area blockquote {
    margin:10px auto;
    padding:10px 15px;
	color:#E4E6E7;
	background:#747D86;
	font-size:14px;
	border:2px solid #586067;
	box-shadow:0 0 0;
	outline:0;
}

.widget-area img {
	box-shadow:2px 2px 0 #586067;
	
	&:hover {
		box-shadow:2px 2px 0 #CD855C;	
	}
}

.widget-area blockquote:before,
.widget-area blockquote:after {
	display:none;
}

.widget-area blockquote p {
	margin:0;
}

.widget-area strong {
    color:inherit;
}

.widget-area em {
    color:inherit;
}

.widget-area a,
.widget-area a:visited {
    color:inherit;
}

.widget-area a:hover {
    color:#70BEC3;
}

.widget-area ul li {
	margin-bottom:5px;
    padding:6px 10px;
	background:#747D87;
    text-align:justify;
	border-radius:4px;
	
	&:last-child {
		    padding:6px 10px;
	}
}

.widget-area ul li.menu-item-has-children:hover {
	background:#747D87;
}


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

.widget-title {
    margin:0;
    padding:0;
	position:relative;
	top:-20px;
	font:900 24px "Bodoni Moda", serif;
	font:900 20px "playfair display", serif;
    color:#3a3a3a;
    text-align:center;
    text-transform:lowercase;
    letter-spacing:2px;
}

h2.widget-title {
    margin:20px auto 20px;
}

.widget-title span {
	display:inline-block;
	padding:8px 7px;
	position:relative;
	z-index:50;
	line-height:18px;
	background:#fff;
	outline:5px solid #C8C8C8;
}
.widget:nth-of-type(1) .widget-title span,
.widget:nth-of-type(4) .widget-title span,
.widget:nth-of-type(7) .widget-title span,
.widget:nth-of-type(10) .widget-title span,
.widget:nth-of-type(13) .widget-title span {

}
.widget:nth-of-type(2) .widget-title span,
.widget:nth-of-type(5) .widget-title span,
.widget:nth-of-type(8) .widget-title span,
.widget:nth-of-type(11) .widget-title span,
.widget:nth-of-type(14) .widget-title span {

}
.widget:nth-of-type(3) .widget-title span,
.widget:nth-of-type(6) .widget-title span,
.widget:nth-of-type(9) .widget-title span,
.widget:nth-of-type(12) .widget-title span,
.widget:nth-of-type(15) .widget-title span {

}

.widget-title span:before,
.widget-title span:after {
	position:absolute; 
	display:block;
	width:0; 
	height:0; 
	content:'';
}

.widget-title span:before {

}

.widget-title span:after {

}

.widget-title a,
.widget-title a:hover {
    color:#fff;
}


/*  Elite Affiliates
---------------------------- */

.text-affiliates {
	margin: -2px;
	text-align:center;
    display: grid;
	grid-template-rows:1fr;
	grid-template-columns:repeat(3, 1fr);
    grid-column-gap:5px;
    grid-row-gap: 5px;
    justify-items: stretch;
    align-items: start;
	height: 100%;
}

.text-affiliates .text {
	margin:0;
	padding:7px 5px;
	background-color:# ;
	font: 700 11px "JetBrains Mono", sans-serif;
	text-align:center;
	line-height:90%;
	text-transform:uppercase;
	letter-spacing:2px;
	border:2px solid #747D86;
	transition:
	background-color .40s ease-in-out,
	color .45s ease-in-out,
	border--color .40s ease-in-out;
	
	a {
		color:#70BEC3;
		transition:color .45s ease-in-out;
	}
	&:hover {
		background-color:#CD855C;
		border-color:#CD855C;
		transition:
		background-color .40s ease-in-out,
		color .45s ease-in-out,
		border--color .40s ease-in-out;
	}
	&:hover a,
	&:hover a span {
		color:#fff;
		transition:color .45s ease-in-out;
	}
	a span {
		display:block;
		margin-bottom:-2px;
		font:400 18px "Abril Fatface";
		color:#E4E6E7;
		letter-spacing:0;
		text-transform:lowercase;
		transition:background-color .45s ease-in-out,
		color .45s ease-in-out;
	}
}


/*  Search  ---------- */

.widget_search input[type="search"] {
	width:100%;
	color:#E4E6E7;
	background:#747D86;
	border:0;
}

.widget_search ::placeholder {
	color:#E4E6E7;
}

.widget_search input[type='submit'] {
	display:none;visibility:hidden;
}


/*  TagCloud  ---------- */

.tagcloud {
	margin:0;
	text-align:justify;
	line-height:20px;
	overflow:hidden;
}

.tagcloud ul li {
	display:inline;
	margin:0!important;
	padding:0!important;
	border:0!important;
	background:none;
}

.tagcloud a {
	display:inline-block;
	margin:0 0px 3px 0;	
	padding:1px 6px 0;
	background:none;
	text-transform:uppercase;
	font-size:12px!important;
	border:3px solid #747D86;
}

.tagcloud a:hover,
.tagcloud a:focus {
	color:#fff;
	background:#7AB7B7;	
	border-color:#7AB7B7;
}


/*  Category/Archive Dropdown  ---------- */

.widget_archive select,
.widget_categories select {
	width:100%;
}


/*  Calendar  ---------- */

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

.widget_calendar caption,
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next,
.widget_calendar th {
	border-radius:5px;
}
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	display:inline-block;
	padding-top:5px;
	font-weight:700;
	text-transform:uppercase;
}

.widget_calendar caption {
	margin:0 2px 3px;
	padding:5px 0;
	color:#fff;
	background:#CD855C;
	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%;
	text-align:center;
	border-bottom:1px solid #747D87;
}

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

 
/*  Sidebar Navigation Menu  ---------- */

.widget_nav_menu ul ul {
	padding:0!important;
}

.widget_nav_menu ul li {
	margin-bottom:5px;
    padding:6px 10px;
	background:#747D87;
    text-align:justify;
	border-radius:4px;
}

.widget_categories ul:not(.children),
.widget_pages ul:not(.children),
.widget_nav_menu ul:not(.sub-menu) {
	padding-bottom:4px;
	border-bottom:0;
}

.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_nav_menu .sub-menu li:last-child,
.widget_nav_menu li:last-child {
	padding-bottom:0;
}

.widget_categories .children,
.widget_pages .children {
	margin:0;
	padding:0;
	background:#747D87;
}

.widget_nav_menu .menu-item-has-children {
	margin:0;
	width:100%;
}

.widget_nav_menu .sub-menu {
	margin:0;
	padding:0;
}

.widget_categories .children li,
.widget_pages .children li,
.widget_nav_menu .sub-menu li {
	margin-left:3%;	padding:3px 0;
	border-bottom:2px solid #636C74;
	border-radius:0;
	
}

.widget_categories .children li:first-child,
.widget_pages .children li:first-child,
.widget_nav_menu .sub-menu li:first-child {
	margin-top:2px;
	border-bottom:2px solid #636C74;
}


.widget_categories .children li:last-child,
.widget_pages .children li:last-child,
.widget_nav_menu .sub-menu li:last-child {
	border:0;
}


/*  Navigations
--------------------------------------------- */

.posts-navigation {
	width:93%;
	border:0;
}

.nav-previous {
	float:left;
	width:50%;
}

.nav-next {
	float:right;
	width:50%;
	text-align:right;
}


/*  Single Post Navigation ---------- */

.single-post-nav {}

.single-post-nav .nav-links {
	padding:15px 0 15px;
	overflow:hidden;
}

.single-post-nav .nav-title {
	margin:0 0 8px;
	font-size:22px;
}

.single-post-nav span.title {
	color:#3A3A3A;
	font-size:15px;
	font-style:italic;
}

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

.single-post-nav .nav-previous {
	padding:0 10px 0 0;
	border-right:1px solid #ccc;
}

.single-post-nav .nav-next {
	padding:0 0 0 10px;
}

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


/*  Paginations
--------------------------------------------- */

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

.posts-pagination .nav-links {
	padding:0 0;
}

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

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


/*  Comment Navigation  ---------- */

.comment-navigation {
	display:block;	
	margin:0;
	padding:10px 0 0;
	font-size:13px;
	font-weight:600;
	xletter-spacing:1px;
	text-transform:uppercase;
	overflow:hidden;
}

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


/*  Alignments
--------------------------------------------- */

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

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


/*  Media
--------------------------------------------- */

.wp-smiley,
.wp-smiley:hover,
.noborder img {
	margin:0;
	padding:0;
	background:none;
	border:0;
	border-radius:0;
	box-shadow:none;
	opacity:1;
}


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

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

.hide--mobile,
.hide--desktop,
.hide,
.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;
		}
	}
	

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

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

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

@viewport {
	width:device-width;
}

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

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

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

	.mobile-name {
		display:none!important;
	}
	.site-navigation,
	.wrapper--alt,
	.site-footer .wrapper {
		padding-left:1%;
		padding-right:1%;
	}
}

@media screen and (max-width:980px) {
	
	.mast-head {
		display:none!important;
	}
	.site-navigation {
	    display:block;
		margin:0 auto;
		padding:0;
		position:relative;
		z-index:800;
		width:100%;
		height:auto;
		min-height:32px;
		color:#2F2F2F;
		background:#fff;
		text-align:justify;
		
		&:before {
			display:none;
		}
	}
	.site-navigation .wrapper {
		max-width:100%;
	}
	.site-navigation .main-nav {
		display:block;
		padding:0;
		position:relative;
		width:100%;
	}
	.show-menu {
		display:block;
		padding:10px 0 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;		
	}
	.main-nav ul {
		display:none;
		margin:0 auto;
		width:100%;
	}
	.main-nav ul li {
		list-style:none;
		display:block;
		margin:0;
		padding:7px 20px;
		background:#F9F9F9;
		font-size:14px;
		text-align:justify;
		border:0;
		border-bottom:1px solid #E9E9E9;
	}
	.main-nav ul li a {
		padding:0;
		font:700 13px "Open Sans", sans-serif;	
		line-height:17px;
		text-transform:none;
		letter-spacing:0;
	}
	.main-nav ul li,
	.main-nav ul li a,
	.main-nav ul li a:focus,
	.main-nav ul li a:hover	{
		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:before,
	.main-nav ul li:hover::before,
	.main-nav ul li:hover::after {
		display:none;
	}
	.mobile-name {
		margin:0 auto;
		display:block;
		max-width:100%;
		height:200px;
		color:#fff;
		text-align:center;
		background-image:url("./images/header.png");
		background-position:top center;
		background-repeat:no-repeat;
		background-size:130%;
		position:relative;
	}
	.mobile-name:before {
		content:' ';
		width:100%;
		height:100%;
		position:absolute;
		z-index:1;
		top:0;
		left:0;
		background:rgba(116,125,134,0.3);
	}
	.mobile-name:after {
		content:' ';
		width:100%;
		height:100%;
		position:absolute;
		z-index:1;
		top:0;
		left:0;
		background:linear-gradient(to bottom, rgba(234 ,178 ,145,0) 0%,rgba(116,125,134,1) 100%);
	}
	.mobile-name .wrap {
		width:100%;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%, -50%);
		z-index:200;
		overflow:hidden;
		text-transform:uppercase;
	}
	.mobile-name .slogan {
		display:block;
		margin:-10px auto 0;
		font: 700 10px "JetBrains Mono", sans-serif;
		text-transform:uppercase;
		letter-spacing:3px;
	}
	.mobile-name h1,
	.mobile-name h1 i {
		color:#fff;
	}
	.mobile-name h1 {
		display:block;
		font-size:30px;
		text-transform:lowercase;
		text-align:center;
		letter-spacing:0;
		line-height:28px;
	}
	.mobile-name h1 i {
		font-style:normal;
	}
	body {
		margin:0;
		padding:0;
	}
	.wrapper--alt {
		margin-top:20px;
		margin-bottom:10px;
	}
	.wrapper {
		margin:0 auto;
	}
	.content-area {
		float:none;
		display:table;
		margin:0;
		padding:0 0 4%;
		width:100%;
		max-width:100%;
	}
	.content-area .wrapper {
		padding:0 3%;
	}
	.widget-area {
		float:none;
		display:table;
		padding:4%;
		width:100%;
		max-width:100%;
	}
	.widget-area .widget {}
	.post-title,
	.page-title {
		font-size:24px;
		line-height:120%;
	}
	.footer-content {
		margin:0 auto;
	}
	.footer-content td {
		width:10vw;
		
		&:nth-of-type(n+8) {
			display:none;
		}
	}
	.site-footer {
		.wrapper {
			margin:0 auto;
			padding:0;
		}
		.text-links {
			font-size:10px;
		}
		.disclaimer {
			font-size:14px;
			font-weight:400;
		}
	}
}

@media screen and (max-width:795px) {}

@media screen and (max-width:700px) {

	.mobile-name {
		height:160px;
		background-size:130%;
	}
}

@media screen and (max-width:650px) {

	.site-navigation .social-nav {
		max-width:45%;
	}
	.post-footer .post-cats:before {
		left:3.5%;
	}
	.single-post-nav .nav-previous,
	.single-post-nav .nav-next {
		float:none;
		display:block;
		padding:15px 0;
		width:100%;
		text-align:center;
		border-right:0;
	}
	.related-posts--wrap {
		grid-template-rows:1fr;
		grid-template-columns:repeat(1, 1fr);
	}
	.related-item {
		margin-bottom:25px;
	}
	.related-image,
	.related-item .post-thumbnail .post-img	{
		width:100%;
		height:200px;
	}
	.single-post-nav .nav-previous,
	.single-post-nav .nav-next {
		float:none;
		display:block;
		padding:15px 0;
		width:100%;
		text-align:center;
		border-right:0;
	}
	.footer-content td {
		width:10vw;
		
		&:nth-of-type(n+6) {
			display:none;
		}
	}
	.site-footer .wrapper {
		display:block;
	}
}

@media screen and (max-width:585px) {
	
	.mobile-name {
		background-size:150%;
	}
	.footer-content td {
		width:10vw;
		
		&:nth-of-type(n+5) {
			display:none;
		}
	}
}

@media screen and (max-width:540px) {

	.mobile-name {
		background-size:180%;
	}
	.footer-content .title {
		display:block;
		padding:10px 10px 10px 15px;
		font:700 10px "JetBrains Mono", sans-serif;
			text-wrap: nowrap;
		
		&:before {
			display:none;
		}
	}
	.post-footer {
		.cmnt {
			display:none;
		}
		text-align:center;
		.share-buttons--wrap {
			float:none;
		
			display:inline-block;
		}
	}
}

@media screen and (max-width:470px) {
	
	.site-footer .text-links {
		a {
			display:block;
			
			&:after {
				display:none;
			}
		}
	}
}

@media screen and (max-width:434px) {
	
	.mobile-name {
		height:130px;
		background-size:200%;
	}
}

@media screen and (max-width:400px) {

	.post-header .cmnt,
	.post-header .meta:after,
	.post-footer .post-cats:before {
		display:none;
	}
	.post-footer .post-cats {
		margin-left:0;
	}
	
}