/*
Theme Name:Sin21 WP-OliviaRod
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. 
Post title style inspired by a custom theme by the talented Ten Thousand Beats.

-- This is a custom theme and is not to be redistributed without explicit permission.
*/

body {
    color:#666666;
    background:#504C4E;
    font:400 16px "Nata Sans", sans-serif;
    line-height:160%;
	text-align:justify;
	-ms-word-wrap:break-word;
	word-wrap:break-word;
	-webkit-font-smoothing:antialiased;
}

.lcp_catlist li{
  list-style: none;
}

.lcp-date {
	display: inline-block;
	width: 15%;
	height: auto;
	text-transform: uppercase;
	font:400 12px "Nata Sans", sans-serif;
}

.lcp-title {
	display: inline-block;
	width: 80%;
	height: auto;
	overflow-wrap:none;
}

/*  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,
.more-link,
.post-thumbnail,
.post-thumbnail img,
.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 {
	border-radius:5px;
}


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

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

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

strong, b {
    font-weight:700;
	color:#AA71A2;
}

em, i {
	color:#F89597;
}

u {
    color:#fff;
	box-shadow:inset 0 -2px 0 #A04362;
	text-decoration:none;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#fff;	
	font:700 36px "Oooh Baby", sans-serif;
	font-weight:800;
}

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

h1 {
	font-size:34px;
}

h2 {
	font-size:26px;
}

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

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:5px;
	padding:2px;
	border:0;
	box-shadow:
	3px 3px 0 #393738,
	-2px -2px 0 #A04362;
}

.widget-area img {
	box-shadow:
	3px 3px 0 #252525,
	-2px -2px 0 #A04362;
	
	&:hover {
		box-shadow:
		3px 3px 0 #A04362,
		-2px -2px 0 #393738;
	}
}

img:hover,
.header-content .latest_imgs img:hover {
	opacity:.8;
	box-shadow:
	3px 3px 0 #A04362,
	-2px -2px 0 #252525;
}

.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:0;
	background-color:#FFFFFF;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:active {
	border-radius:0;
	background-color:#F89597;
}

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


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

blockquote {
    margin:30px 3%;
    padding:15px 25px;
	position:relative;
	background:#393738;
    color:#ccc;
    border:0;
	box-shadow:-4px -4px 0 #A04362;
}

blockquote:before {
	content:'\f10d';
	padding:6px 8px;
	color:#3a3a3a;
	font-size:20px;
	position:absolute;
	bottom:-5px;
	right:-10px;
	background-color:#AA71A2;
	line-height:100%;
	border-radius:50%;
	outline:10px solid #252525;
}


/*  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:#393738;
	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 #393738;
}

th {
	color:#fff;
	background:#A04362;
	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:#363636;
	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:#3a3a3a;
	background:#F89597;
	border:0;
}


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

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

.top-bar,
.site-navigation .main-nav,
.header-content .flex-wrap,
.site-footer {
	max-width:1300px;
}

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

.wrapper--alt {
	margin-top:40px;
	display:table;
	width:100%;
    position:relative;
    overflow:hidden;
	background:#252525;
	border-radius:5px 5px 0 0;
	
	&:after {
		content:'';
		display:block;
		position:absolute;
		bottom:0;
		left:0;
		z-index:5;
		width:28.8%;
		max-width:28.8%;
		height:2000%;
		background:#393738;
	}
}

.content-area {
    float:right;
	display:table-cell;
	padding:25px 25px 25px 15px;
    position:relative;
    z-index:15;
    width:70.2%;
    max-width:70.2%;
	color:#ccc;
}

.content-area .wrapper {}

.widget-area {
    float:left;
	display:table-cell;
    position:relative;
    z-index:15;
    width:28.8%;
    max-width:28.8%;
	background:#393738;
}

.widget-area .widget {
    margin:0 auto 40px;
	padding:1.5% 0 0;
	position:relative;
	color:#ccc;
	background:#393738;
	
	.pad {
		padding:0 8% 6%;
	}
}


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

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

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

.main-nav ul li {
	display:inline-block;
	margin:0 10px 0 0;
	padding:0;
	position:relative;
	list-style:none;
	border:0;
	
	&:after {
		content:'/';
		margin-left:13px;
		font-size:18px;
		color:#646464;
		font-weight:700;
	} 
	a {
		display:inline-block;
		position:relative;
		z-index:15;
		padding:5px 0;
		color:#fff;
		font:700 12px "Montserrat", sans-serif;	
		line-height:17px;
		text-transform:uppercase;
		letter-spacing:3px;
		transition:all 0.35s;
	}
}

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

.main-nav ul li a:hover {
	color:#fff;
	box-shadow:
	inset 0 -2px 0 #AA71A2,
	inset 0 2px 0 #F89597;
	transition:all 0.35s;
}

.main-nav .current-menu-item a {}


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


/*  if menu has children   ---------- */

.main-nav ul li.menu-item-has-children:hover ul {
	max-height:1000%;
}

.main-nav ul li.menu-item-has-children ul {
	padding:0;
	position:absolute;
	z-index:1000;
	width:150%;
	background:#fff;
	max-height:0;
	box-shadow:inset 0 0 1px 1px #eee;
	transition:max-height .4s ease-in-out;
	overflow:hidden;
}


/*  sub-menu   ---------- */

.main-nav ul li ul.sub-menu li {
	margin:0;
	padding:5px 15px;
	width:100%;
	text-align:justify;
	border-bottom:1px solid #eee;
}
.main-nav ul li ul.sub-menu li:before,
.main-nav ul li ul.sub-menu li:after,
.main-nav ul li ul.sub-menu li:hover::before,
.main-nav ul li ul.sub-menu li:hover::after {
	width:0;
	background:none;
}

.main-nav ul li ul.sub-menu li:last-child {
	border-bottom:0;
}

.main-nav ul li ul.sub-menu li a {
	margin:0;
	padding:5px 0;
	text-transform:none;
	letter-spacing:0;
}

.main-nav ul li ul.sub-menu li:hover {
	background:rgba(0,0,0,.025);
}

.main-nav ul li ul.sub-menu a::after,
.main-nav ul li ul.sub-menu a:hover::after{
	content:'';
	display:none;
}


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

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

.site-navigation {
    display:block;
    margin:0 auto 0;
	padding:20px 0;
    position:relative;
	top:0;
    z-index:999;
    width:100%;
	max-width:1300px;
	text-align:center;
	background:#252525;
	
	.main-nav,
	.social-nav {
		position:relative;
		display:inline-block;
		
		a {
			color:#fff;
		}
	}
	.main-nav {}
	.social-nav {
		top:0;
		float:right;
	}
}


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

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

.bg-bar {
	display:block;
	width:100%;
	height:470px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:#F89597;
	background:#AA71A2;
	
	&:before {
		content:'';
		display:block;
		width:100%;
		height:150px;
		position:absolute;
		top:150px;
		left:0;
		z-index:10;
		background:#F89597;
	}
	&:after {
		content:'';
		display:block;
		width:100%;
		height:150px;
		position:absolute;
		top:0;
		left:0;
		z-index:10;
		background:#252525;
	}
}


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

.header-content {
    margin:-35px auto 25px;
	padding:0;
	position:relative;
	z-index:100;
	max-width:1300px;
	background:#fff;
	border-radius:5px;
}

.header-content .flex-wrap {
	margin:0 auto;
    display:flex;
    gap:0;
    justify-content: space-between; 
    align-items: stretch;    
    align-content: stretch;
	width:100%;
	height:100%;
}

.header-content .flex-wrap .widget {
	display:block;
    position:relative;
	z-index:300;
	padding:25px;
	flex:1 1 50%;
	line-height:24px;
    align-self:stretch;

	p {
		margin:0;
	}
	u {
		color:#9C4160;
	}
}

.header-content .flex-wrap .widget:nth-child(2) {
    align-self:flex-start;
	border-left:1px solid #ddd;
}


.header-content .widget .title {
	position:absolute;
	top:-12px;
	left:50%;
	transform: translateX(-50%);
	padding:3px 8px;
	color:#fff;
	background:#252525;
	font:700 12px "Montserrat", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	border-radius:5px;
	box-shadow:
	4px 10px 0 #fff,
	-4px 10px 0 #fff,
	4px -4px 0 #AA71A2,
	-4px -4px 0 #AA71A2;
}

.header-content .widget:nth-child(2) {
	.title {
		box-shadow:
		4px 10px 0 #fff,
		-4px 10px 0 #fff,
		4px -4px 0 #F89597,
		-4px -4px 0 #F89597;
	}
}

/*  latest Images  ---------- */

.header-content .widget table,
.header-content .widget tr {
	margin:0;
	padding:0;
	border:0;
}

.header-content .widget td {
	margin:0;
	padding:0 3px;
	border:0;
}

.header-content .widget td:first-child {
	padding-left:0;
}
.header-content .widget td:last-child {
}

.header-content .widget img {
	margin:0 0 5px;
	padding:0;
	box-shadow:2px 2px 0 #fff;
	box-sizing:border-box!important;
	width:95vw;
}


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

.footer-content {
    margin:0 auto;
	padding:0;
	position:relative;
	max-width:1300px;
	background:#F89597;
}

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

	&:before,
	&:after {
		content:'';
		display:block;
		position:absolute;
		z-index:50;
		height:2px;
		background:#252525;
	}
	&:before {
		top:10px;
		right:0;
		width:80%;
	}
	
	&:after {
		bottom:10px;
		left:0;
		width:74%;
	}
}

.footer-content .title {
	display:block;
	padding:10px 40px 10px 20px;
	position:absolute;
	bottom:-10px;
	right:55px;
	z-index:60;
	color:#fff;
	background:#252525;
	font:700 10px "Montserrat", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	border-radius:4px 0 0 4px;
 
	&:before {
		content:'\f083';
		padding:10px 1px 10px 4px;
		width:32px;
		height:32px;
		position:absolute;
		top:3px;
		right:-15px;
		color:#252525;
		background-color:#A04362;
		font-size:14px;
		line-height:100%;
		text-align:center;
		border-radius:0 50% 50% 0;
		border-radius:50%;
		outline:8px solid #252525;
	}
}

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

.footer-content img {
	margin:0;
	padding:0;
	box-sizing:border-box!important;
	width:95vw;
	box-shadow:0 0 0;
}

.footer-content .img-details {
    display: flex;
    align-items: stretch; 
    flex-direction: column;  
    align-content: flex-start;
	margin:0 auto;
	padding:5px 0 20px;
	position:relative;
	top:5px;
	left:0;
	width:100%;
	text-align:justify;
}

.footer-content .img-title {
	margin:0;
	padding:0 3px 10px;
	position:relative;
	top:0;
	right:0;
	font-size:13px;
	font-weight:700;
	line-height:16px;
	text-align:center;
}

.footer-content .img-title u {
	font-style:normal;
	text-decoration:none;
	box-shadow:none;
}

.footer-content .img-title b {
	display:block;
	margin-bottom:4px;
	color:#DF7744;
	font-size:12px;
	
	&:before {
		content:'\f07c';
		margin-right:9px;
		position:relative;
		top:-1px;
		font-family:FontAwesome;
		font-size:11px;
		font-weight:400;
	}
}

.footer-content .img-title p {
	margin:5px 0 0;
}

.footer-content .img-date {
	display:block;
	margin:5px auto;
	padding:5px 10px;
	position:absolute;
	bottom:-15px;
	left:50%;
	transform: translateX(-50%);
	width:100%;
	max-width:65%;
	color:#fff;
	background:#f77f81;
	font:10px "Montserrat", san-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	border-radius:5px;
	outline:5px solid #F89597;
	
	&:before {
		content:'\f133';
		margin-right:9px;
		position:relative;
		top:-1px;
		font-family:FontAwesome;
		font-size:11px;
	}
}

.footer-content table {
	position:relative; 
	z-index:50;
	border:0;
	border-spacing:10px;
	
	td br {
		margin:0!important;
		padding:0!important;
		display:none;
	}
}

.footer-content td {
	margin:0 auto;
	padding:10px;	
	position:relative;
	width:10vw;
	background:#f77f81;
	text-align:center;
	vertical-align:top;
	border:0;
	border-radius:5px;
}


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

.site-footer {
	margin:0 auto 35px;
	display:block;
	padding:35px 25px 25px;
	position:relative;
    width:100%;
	max-width:1300px;
    color:#9A9A9A;
	background:#252525;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	border-radius:0 0 5px 5px;
	
	.fa {
		position:relative;
		top:0px;
		margin-right:5px;
		font-size:12px;
	}
	
	a,
	a:visited,
	a:hover {
		color:#3A3A3A;
		text-decoration:none;
	}
}

.site-footer .wrapper {
	position:relative;
}

.site-footer .text {
	display:block;
	position:relative;
	z-index:10;
}

.site-footer .text-links {
	a:after {
		content:'\2022';
		margin:0 5px 0 8px;
		font-size:9px;
		color:#666;
	}
	
	a:last-of-type:after {
		content:'';
		margin:0;
	}
}

.site-footer .text-links {
	display:inline-block;
	margin:0 auto 15px;
	padding:6px 15px;
	width:auto;
	max-width:100%;
	font-size:12px;
	text-align:center;
	background:#393738;
	overflow:hidden;
	border-radius:4px;
	text-wrap: nowrap;
	
	a,
	a:visited,
	a:hover,
	.fa {
		color:#ccc;
	}
}

.site-footer .disclaimer {
	display:block;
	margin:0 auto 15px;
	padding:0;
	width:100%;
	max-width:90%;
	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 "Roboto", sans-serif;
	text-transform:uppercase;
	box-shadow:5px 0 0 0 #fff,
	5px 5px 0 0 #fff;
}

article.post {
    margin:0 0 50px 0;
    padding:0;
}

.post-entry {
    padding:0;
}


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

.post-title,
.page-title {
	margin:0;
    padding:0 0 0 5px;
	max-width:90%;
	position:relative;
	font:700 36px "Oooh Baby", sans-serif;
    color:#fff;
    line-height:30px;
}
/*
.post-title,
.page-title {
	margin:0;
    padding:0 0 0 5px;
	max-width:90%;
	position:relative;
	font:600 28px "Oswald", sans-serif;

    color:#fff;
    line-height:30px;
	xletter-spacing:1px;
	text-transform:uppercase;
}
*/
.post-title span,
.page-title span {
	display:inline-block;
	position:relative;
	z-index:5;

}

.post-title a,
.post-title a:visited,
.page-title a,
.page-title a:visited {
	position:relative;
	z-index:40;
    color:#fff;
}

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


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

.post-header,
.page-header {
    margin:0 auto 0;
    padding:0;
	position:relative;
	z-index:250;
	text-align:justify;
}

article.has-post-thumbnail .post-header {
	margin-bottom:-32px;
}

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

.post-header .post-meta {
    display:inline-block;
	margin:10px auto 15px;
	padding:8px 10px 8px 40px;
    position:relative;
	color:#ccc;
	background:#F89597;
	font:700 10px "Montserrat", sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	border-radius:4px;
	
	a {
		color:#252525;
	}
	
	&:before {
		content:'\f07c';
		padding:11px 1px 9px 4px;
		color:#252525;
		font-size:12px;
		width:32px;
		height:32px;
		position:absolute;
		top:-3px;
		left:-10px;
		background-color:#AA71A2;
		line-height:100%;
		border-radius:50%;
		outline:8px solid #252525;
		text-align:center;
	}
}

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

.post-footer .meta {
 
	&:nth-of-type(1) {}
	&:nth-of-type(1):after,
	&:nth-of-type(2):after {
		content:'\2022';
		margin:0 7px;
	}
}

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

.post-cats {
    margin:0;
}

.post-cats a {
    margin:0;
	padding:2px 4px;
	border-radius:4px;
	line-height:16px;
	background:rgba(255,255,255,.3);
	cbox-shadow:inset 0 -8px 0 #FF9A9C;
	
	&:last-of-type {
		margin:0;
	}
}

.post-cats a:hover {
	color:#fff;
	background: #A04362;
}


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

.post-footer {
    display:block;
    margin:0px auto 0;
	padding-top:0;
	position:relative;
	width:100%;
	min-height:165px;
	font:600 11px "Montserrat", serif;
	color:#ccc;
    text-align:center;
	line-height:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	
	&:before {
		content:'';
		position:absolute;
		top:29px;
		left:0;
		z-index:25;
		display:block;
		width:100%;
		height:1px;
		background:#494949;
	}
	.fa {
		color:#AA71A2;
		font-size:10px;
	}
	.post-footer-wrap,
	.share-buttons--wrap {
		position:relative;
		z-index:25;
		background-color:#252525;
		text-align:center;
		border-radius:4px;
	}
	.share-buttons--wrap {
		float:left;
		display:inline-block;
		padding:4px 0;
		box-shadow:
		10px 0 0 #252525;
		
		a,
		a .fa {
			color:#F89597;
		}
		a:hover {
			color:#fff;
		}
	}
	.post-footer-wrap {
		float:right;
		display:inline-block;
		margin:0 auto 0;
		padding:10px 12px;
		border:1px solid #494949;
		box-shadow:
		10px 0 0 #252525,
		-10px 0 0 #252525;
		
		a,
		a .fa {
			color:#AA71A2;
		}
		a:hover,
		a:hover .fa {
			color:#fff;
		}
	}
}
.post-footer a {
	color:#564346;
}

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


/*  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;
	border-radius:0;
}

.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:8px 13px 8px;
	color:#fff;
	background-color:#AA71A2;
	font-size:14px;
    font-weight:700;
	font-family:Montserrat;
    text-align:center;
    text-transform:uppercase;
	letter-spacing:2px;
	line-height:28px;
	border:0;
	transition:all .30s ease-in-out;
}

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

a.more-link:focus,
a.more-link:hover {
	background:#F89597;
}


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

.ext-links {
    margin:30px 3% 0;
    padding:18px 10px 18px 35px;
	position:relative;
	background-color:#393738;
	font-size:14px;
    vertical-align:middle;
	border-radius:4px;
	box-shadow:
	4px -4px 0 #AA71A2;
	
	&:before {
		content:'\f0c1';
		position:absolute;
		top:50%;
		left:-18px;
		transform:translate(-0, -50%);
		padding:9px 7px;
		color:#fff;
		font-size:16px;
		background-color:#AA71A2;
		line-height:100%;
		border-radius:50%;
		outline:10px solid #252525;
	}
}

.ext-links a,
.ext-links a:visited {
	color:#F89597;
    font-weight:700;
    text-decoration:none;	
}

.ext-links a:hover {
	color:#fff;
    text-decoration:none;
	box-shadow:inset 0 -2px 0 #F89597;
}


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

.hentry .share-buttons--wrap {
	margin-top:10px;
}

.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 "Roboto", 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 {
	margin-bottom:65px;
	padding:0;
}

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

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

.related-header span {
	display:inline-block;
	background:#252525;
	box-shadow:15px 0 0 #252525,
	-15px 0 0 #252525;
	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;
	border-radius:5px;
}

.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:15px "Montserrat",sans-serif;
	font-weight:700;
	line-height:20px;
	text-align:center;
}

.related-date {
	display:block;
	margin-bottom:8px;
	position:relative;
    color:#ccc;
    background:#252525;
	font-size:11px;
	font-weight:700;
	letter-spacing:1px;
    text-transform:uppercase;
    text-align:center;
}

.related-date span {
	display:inline-block;
	position:relative;
	z-index:5;
	padding:2px 8px;
	line-height:18px;
	background:#252525;
	border:1px solid #494949;
	border-radius:4px;
	box-shadow:15px 0 0 #252525,
	-15px 0 0 #252525;
}


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

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

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

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

.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-size:13px;
	font-weight:700;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;	
}

.bypostauthor .comment-author .fn:after {
	content:'Post Author';
	margin:0 0 0 5px;
	padding:3px 5px;
	position:relative;
	top:-1px;
	color:#252525;
	background:#F89597;
	font:700 10px "Montserrat", sans-serif;
	text-transform:uppercase;
	border-radius:4px;
}

.comment-metadata {
	color:#eee;
	font-size:12px;
	xfont-style:italic;
	line-height:18px;
}

.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;
	color:#AA71A2;
	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 #494949;
}

.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:#fff;
	font-size:26px;
	text-transform:lowercase;
}

.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 {
	margin:0 0 55px 0;
}

article.single-post .share-buttons {
	margin:0 0 5px 0;
}


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

body.page  .page-header {
    margin:0 0 20px;
    padding:0;
}

body.page article.page .post-title {
	padding-bottom:0;
}

body.page .has-post-thumbnail .post-thumbnail {
	margin-top:20px;
}


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

body.archive .page-header {
	margin-bottom:35px;
	text-align:center;
}
body.archive .page-header .page-title {}


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

body.search-results .page-header {
    margin:0 0 30px;
    padding:0;
	text-align:Center;
}

body.search-results article.post,
body.search-results article.page {
	margin-bottom:45px;
}

body.search-results article.page .post-header {
    margin:0 auto 15px;
    padding:0;
}

body.search-results .post-title {}

body.search-results .post-summary {
	margin:0;
}


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


/*  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;
	
	.portrait {
		margin-right:8px;
	}
}

.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:#F2F2F2;
	border-radius:4px;
}

.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:4px 0;
	padding:10px 10px 0;
	font-size:11px;
	font-family:lora, serif;
	line-height:140%;
}

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


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

.widget-area {
    margin:0 auto;
    padding:0;
}

.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;
	background:#252525;
	
	&:before,
	&:after {
		display:none;
	}
	p {
		margin:0;
	}
}

.widget-area strong {}
.widget-area em {}
.widget-area u {}

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

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

.widget-area ul li {
    padding:4px 2px;
    border-bottom:1px solid #504C4E;
    text-align:justify;
}

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

.widget-area .widget .divider {
	position:absolute;
	top:-13px;
	left:50%;
	transform:translate(-50%, -0%);
	box-shadow:
	inset 0 17px 0 #fff,
	5px -5px #fff,
	-5px -5px 0 #fff;
}

.widget-area .widget .divider .fa-circle {
	font-size:7px;
	
	&:last-child {
		margin-right:0;
	}
}


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

.widget-title {
    margin:0;
    padding:0 0 0;
	position:relative;
	top:-0;
	font:700 14px "Montserrat", sans-serif;
    color:#fff;
    text-align:justify;
    text-transform:uppercase;
    letter-spacing:2px;

}

.widget:nth-of-type(2n+1) .widget-title span {
	background:#A04362;
}

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

.widget-title span {
	display:inline-block;
	padding:10px 15px 10px 35px;
	position:relative;
	left:-30px;
	z-index:50;
	background:#252525;
	line-height:18px;
	border-radius:0 5px 5px 0;
}

.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:#252525;
	font:italic 700 11px Montserrat, sans-serif;
	text-align:center;
	line-height:90%;
	text-transform:uppercase;
	letter-spacing:1px;
	border:2px solid #252525;
	transition:
	background-color .40s ease-in-out,
	color .45s ease-in-out, box-shadow .45s ease-in-out;
	box-shadow:
	-2px -2px 0 #A04362;
	a span {
		display:block;
		margin-bottom:-3px;
		font:700 22px Oooh Baby;
		color:#ccc;
		letter-spacing:0;
		text-transform:none;
		transition:background-color .45s ease-in-out,
		color .45s ease-in-out,box-shadow .45s ease-in-out;
	}	
	
	a {
		color:#AA71A2;
		transition:color .45s ease-in-out;
	}
	&:hover {
		background-color:#AA71A2;
		transition:all .40s ease-in-out;
		box-shadow:-2px -2px 0 #393738;
	}
	&:hover a,
	&:hover a span {
		color:#fff;
		transition:color .45s ease-in-out,box-shadow .45s ease-in-out;
	}

}

.affiliate-images {
	padding-top:5px;
    display:flex;
    justify-content:center; 
    align-items:flex-start; 
    /* flex-flow: wrap; */  
    flex-wrap:wrap; 
    height:100%;
    gap:5px;
	text-align:center;
}

.affiliate-images .image {
 
	margin: 2px;
 
}

.affiliate-images .image img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	margin: 0!important;
	vertical-align: middle;
}

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

.widget_search input[type="search"] {
	width:100%;
	color:#ccc;
	background:#252525;
	border-color:#252525;
}

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

.tagcloud a {
	display:inline-block;
	margin:0 0px 3px 0;	
	padding:3px 8px;
	color:#ccc;
	background:#252525;
	text-transform:uppercase;
	font-size:13px!important;
	border:0;
}

.tagcloud a:hover,
.tagcloud a:focus {
	color:#fff;
	background:#AA71A2;	
}


/*  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:#252525;
	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 #504C4E;
}

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


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

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

.widget_nav_menu ul li {
	margin-bottom:0;
	padding:4px 0;
}

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

.widget_nav_menu .menu-item-has-children {
	margin:0;
	xpadding-bottom:14px!important;
	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:1px solid #504C4E;
}

.widget_categories .children li:first-child,
.widget_pages .children li:first-child,
.widget_nav_menu .sub-menu li:first-child {
	margin-top:2px;
	border-top:1px solid #504C4E;
}


.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 {
	margin:0 auto 65px;
	padding:4% 0;
	line-height:20px;
	border-top:1px solid #494949;
	border-bottom:1px solid #494949;
 	overflow:hidden;
}

.single-post-nav .wrapper {
	position:relative;
	top:-0;
}

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

.single-post-nav span.title {
	color:#ccc;
	box-shadow:inset 0 -0 0 #AA71A2;
}

.single-post-nav a:hover span.title {
	box-shadow:inset 0 -2px 0 #AA71A2;
}

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

.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:#ccc;
	background:#393738;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	border:0;
}

.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:#fff;
	background:#494949;
	border:2px solid #494949;
}


/*  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:10px 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,
	.header-content {
		display:none!important;
	}
	.site-navigation,
	.wrapper--alt,
	.site-footer .wrapper {
		padding-left:1%;
		padding-right:1%;
	}
}

@media screen and (max-width:980px) {
	
	.mast-head,
	.author,{
		display:none!important;
	}
	.site-navigation {
	    display:block;
		margin:0 auto;
		padding:0;
		position:relative;
		z-index:800;
		width:100%;
		height:auto;
		min-height:42px;
		color:#ccc;
		background:#252525;
		text-align:justify;
	}
	.site-navigation .wrapper {
		max-width:100%;
	}
	.site-navigation .main-nav {
		display:block;
		padding:0;
		position:relative;
		width:100%;
	}
	.site-navigation .social-nav {
		display:block;
		padding:0;
		position:absolute;
		top:15px;
		right:3%;
		z-index:999;
	
		ul li {
			margin:0 0 0 0;
		}
		ul li a {
			padding:10px;
		}
		ul li a:hover {
			box-shadow:0 0 0;
		}
	}
	.site-navigation .social-nav ul li a span {
		display:none;
	}
	.show-menu {
		display:block;
		padding:15px 0 15px 20px;
		max-width:75%;
		color:#ccc;
	}
	.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 0 0;
		padding:10px 20px;
		color:#252525;
		background:#393738;
		font-size:13px;
		text-align:justify;
		border:0;
		border-bottom:1px solid #494949;
		
		&:before,
		&:after {
			display:none;
		}
		a {
			padding:0;
			width:100%;
			color:#ccc!important;
			font-size:14px;
			font-weight:600;
			letter-spacing:0;
			text-transform:none;
		}
	}
	.main-nav .current-menu-item a {}
	.main-nav ul li:first-child {
		border-top:1px solid #494949;
	}
	.main-nav ul li:last-child {
		border:0;
	}
	.main-nav ul li a:hover,
	.main-nav ul li a:focus {
		border:0;
	}
	.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(248,149,151,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(170,113,162,0) 0%,rgba(170,113,162,1) 100%);
	}
	.mobile-name .wrap {
		width:100%;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%, -50%);
		z-index:200;
		overflow:hidden;
	}
	.mobile-name .slogan {
		display:block;
		margin:-15px auto 0;
		font:700 12px Montserrat, sans-serif;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.mobile-name h1,
	.mobile-name h1 i {
		color:#fff;
	}
	.mobile-name h1 {
		display:block;
		font-size:34px;
		text-align:center;
		letter-spacing:0;
		line-height:28px;
	}
	.mobile-name h1 i {
		font-style:normal;
	}
	body {
		margin:0;
		padding:0;
	}
	.wrapper {
		margin:0 auto;
	}
	.wrapper--alt {
		margin:0 auto;
		padding-top:25px;
		border-radius:0;
		
		&:after {
			display:none;
		}
	}
	.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:0%;
		width:100%;
		max-width:100%;
		
		.widget {
			margin:0 auto 20px;
			padding:0;
			
			.title {
				left:-3%;
			}
			.pad {
				padding:0 3% 6%;
			}
		}
	}
	.post-title,
	.page-title {
		font-size:24px;
		line-height:120%;
	}
	.footer-content td {
		width:10vw;
		
		&:nth-of-type(n+6) {
			display:none;
		}
	}
	.site-footer {
		margin:0 auto;
		padding:25px 4%!important;
		max-width:100%;
	}
	.site-footer .wrapper {
		margin:0 auto;
		padding:0;
	}
	.site-footer .text-links {
		margin:5px auto 15px;
		padding:10px;
		width:100%;
		max-width:100%;
		text-wrap: wrap;
		
		a {
			display:block;
			padding:0 0 10px;
		}
		a:after {
			display:none;
			content:'\2022';
			margin:0 5px 0 8px;
			font-size:9px;
			color:#666;
		}
		
		a:last-of-type {
			padding:0;
		}
		a:last-of-type:after {
			content:'';
		}
	}
	.site-footer .disclaimer {
		display:block;
		margin:0 auto 0;
		padding:0;
		width:100%;
		max-width:100%;
	}
}

@media screen and (max-width:750px) {
	
	.footer-content td {
		width:10vw;
		
		&:nth-of-type(n+4) {
			display:none;
		}
	}
}

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

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


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

	.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;
	}
	.site-footer .wrapper {
		display:block;
	}
}

@media screen and (max-width:585px) {
	
	.mobile-name {
		background-size:150%;
	}
}

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

	.mobile-name {
		background-size:180%;
	}
	.footer-content{
		display:none;
	}
}

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

	.post-footer-wrap {
		padding-left:75px;
	}
}

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