/*
Theme Name: yourbirdguide
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.on760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

:root {
	--ybg-bg: #0a0f18;
	--ybg-bg2: #070b12;
	--ybg-surface: rgba(255, 255, 255, 0.05);
	--ybg-surface2: rgba(255, 255, 255, 0.08);
	--ybg-border: rgba(255, 255, 255, 0.10);
	--ybg-text: rgba(255, 255, 255, 0.90);
	--ybg-text2: rgba(255, 255, 255, 0.70);
	--ybg-muted: rgba(255, 255, 255, 0.52);
	--ybg-accent: #7c5cff;
	--ybg-accent2: #22d3ee;
	--ybg-warn: #fbbf24;
	--ybg-radius: 16px;
	--ybg-radius2: 12px;
	--ybg-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
	}

body {
	color: var(--ybg-text);
	font-size: 16px;
	line-height: 24px;
	font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	background:
		radial-gradient(900px 500px at 20% 0%, rgba(124, 92, 255, 0.22), rgba(124, 92, 255, 0) 60%),
		radial-gradient(700px 420px at 90% 12%, rgba(34, 211, 238, 0.18), rgba(34, 211, 238, 0) 55%),
		linear-gradient(180deg, var(--ybg-bg) 0%, var(--ybg-bg2) 100%);
	background-attachment: fixed;
	text-align: left;
	font-weight: 400;
	}

.ybg-container {
	width: auto;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 18px;
	}

input, textarea {
	font-family: inherit;
	}

a {
	color: var(--ybg-accent2);
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: var(--ybg-accent);
	text-decoration: none;
	}

p, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 10px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	margin: 0 0 24px 0;
	color: var(--ybg-text);
	font-weight: 700;
	}
h1, .h1, .title{
	font-size: 55px;
	line-height: 50px;
	}
h2, .h2{
	font-size: 50px;
	line-height: 48px;
	}
h2 span, .h2 span{
	font-weight: 300;
	}
h3, .h3{
	font-size: 45px;
	line-height: 45px;
	}
h4, .h4{
	font-size: 40px;
	line-height: 40px;
	}
h5, .h5{
	font-size: 35px;
	line-height: 35px;
	}
h6, .h6{
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.35);
	border-radius: var(--ybg-radius2);
	}

.table tr th, .entry table tr th{
	border-right: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.07);
	padding: 11px 30px;
	color: var(--ybg-text);
	font-weight: 700;
	}

.table tr th:last-child, .entry table tr th:last-child{
	border-right: 0;
	}

.table tr th span, .entry table tr th span{
	display: block;
	color: var(--ybg-warn);
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	}

.table tr td, .entry table tr td{
	padding: 8px 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: var(--ybg-text);
	font-size: 15px;
	line-height: 21px;
	}

.table tr:nth-child(2n) td, .entry table tr:nth-child(2n) td{
	background: rgba(255, 255, 255, 0.06);
	border-bottom: 0;
	}

.table tr td:last-child, .entry table tr td:last-child{
	border-right: 0;
	}

.table tr:first-child th:first-child, .entry table tr:first-child th:first-child, .table tr:first-child td:first-child, .entry table tr:first-child td:first-child{
	border-radius: 5px 0 0 0;
	}

.table tr:first-child th:last-child, .entry table tr:first-child th:last-child, .table tr:first-child td:last-child, .entry table tr:first-child td:last-child{
	border-radius: 0 5px 0 0;
	}

.table tr:last-child th:first-child, .entry table tr:last-child th:first-child, .table tr:last-child td:first-child, .entry table tr:last-child td:first-child{
	border-radius: 0 0 0 5px;
	}

.table tr:last-child th:last-child, .entry table tr:last-child th:last-child, .table tr:last-child td:last-child, .entry table tr:last-child td:last-child{
	border-radius: 0 0 5px 0;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0;
	list-style: none;
	font-size: 17px;
	line-height: 23px;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 6px 0;
	padding: 0 0 0 26px;
	position: relative;
	}

.entry ul > li:before, ul.list > li:before {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	position: absolute;
	top: 7px;
	left: 0;
	background: linear-gradient(135deg, var(--ybg-accent) 0%, var(--ybg-accent2) 100%);
	opacity: 0.85;
	}

blockquote {
	padding-left: 20px;
	border-left: 4px solid rgba(255, 255, 255, 0.18);
	color: var(--ybg-text2);
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 10px 0;
	}

.lab{
	display: block;
	padding: 0 0 5px 0;
	font-size: 15px;
	line-height: 18px;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 13px 25px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	-webkit-appearance: none;
	color: var(--ybg-text);
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 158px;
	padding: 18px 32px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	-webkit-appearance: none;
	color: var(--ybg-text);
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	vertical-align: bottom;
	}

.inp:focus, .ta:focus{
	border-color: rgba(124, 92, 255, 0.6);
	box-shadow: 0 0 0 4px rgba(124, 92, 255, 0.18);
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 43px;
	padding: 12px 22px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: linear-gradient(135deg, var(--ybg-accent) 0%, var(--ybg-accent2) 100%);
	border-radius: 999px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: rgba(0, 0, 0, 0.86);
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	transform: translateY(-1px);
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
	border-color: rgba(255, 255, 255, 0.18);
	color: rgba(0, 0, 0, 0.90);
	text-decoration: none;
	}

.btn_s2 {
	min-height: 75px;
	padding: 25px 55px;
	border-radius: 37px;
	font-size: 20px;
	line-height: 23px;
	}

.btn_c2{
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
	color: var(--ybg-text);
	}
.btn_c2:hover{
	border-color: rgba(124, 92, 255, 0.55);
	background: rgba(124, 92, 255, 0.16);
	color: var(--ybg-text);
	}


/* END FORM */


/* HEADER */

.ybg-header {
	position: sticky;
	top: 0;
	z-index: 2000;
	background: rgba(10, 15, 24, 0.72);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

.ybg-headerBar {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 14px 0;
	}


.ybg-logo{
	width: 160px;
	}

.ybg-logo img{
	vertical-align: bottom;
	}

.ybg-navToggle{
	float: left;
	display: none;
	width: 40px;
	height: 23px;
	margin: 10px;
	position: relative;
	cursor: pointer;
	}

.ybg-navToggle span, .ybg-navToggle:before, .ybg-navToggle:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.ybg-navToggle span{
	top: 10px;
	}

.ybg-navToggle:before {
	top: 0px;
	}

.ybg-navToggle:after {
	top: 20px;
	}

.ybg-navToggle.open span{
	display: none;
	}

.ybg-navToggle.open:before{
	transform: rotate(45deg);
	top: 10px;
	}

.ybg-navToggle.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

@media (min-width: 761px) {
.ybg-nav{
	display: block !important;
	}
}

.ybg-nav{
	font-size: 17px;
	line-height: 23px;
	}

.ybg-nav ul {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	}

.ybg-nav ul li {
	padding: 0;
	}

.ybg-nav ul li a {
	display: block;
	padding: 9px 12px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.88);
	border: 1px solid transparent;
	background: transparent;
	}

.ybg-nav ul li a:hover {
	color: rgba(255, 255, 255, 0.96);
	border-color: rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.06);
	}

.ybg-headerAside {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 14px;
	}


.ybg-langNav > ul > li {
	position: relative;
	padding: 10px 0;
	}

.ybg-langNav ul li a{
	display: flex;
	align-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.88);
	}

.ybg-langNav ul li a img{
	width: 40px;
	margin: 0 5px 0 0;
	}

.ybg-langNav ul li li a img{
	width: 25px;
	}

.ybg-langNav > ul > li > ul{
	display: block;
	width: 180px;
	padding: 15px 20px;
	position: absolute;
	top: 120%;
	right: 0px;
	z-index: 999;
	background: rgba(10, 15, 24, 0.95);
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 14px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	}

.ybg-langNav > ul > li:hover > ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

.ybg-langNav ul li ul li {
	display: block;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	}

.ybg-langNav ul li ul li:first-child {
	border: 0;
	}

.ybg-langNav ul li ul li a:hover {
	color: var(--ybg-warn);
	}


.ybg-headerCta {
	padding: 0;
	}


/* END HEADER */


/* HOME */

.ybg-homeGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 26px 0;
	}

.ybg-homePanel {
	box-sizing: border-box;
	padding: 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: var(--ybg-radius);
	box-shadow: 0 14px 55px rgba(0, 0, 0, 0.18);
	}

.ybg-homePanelHead {
	padding: 2px 10px 10px 52px;
	}

.ybg-homePanelHead a {
	display: block;
	padding: 4px 30px 4px 0;
	position: relative;
	color: var(--ybg-text);
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	}

.ybg-homePanelHead a:after{
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 2px solid rgba(255, 255, 255, 0.55);
	border-bottom: 2px solid rgba(255, 255, 255, 0.55);
	opacity: 0.8;
	transition: all 0.2s ease;
	}

.ybg-homePanelHead a:hover:after {
	right: 6px;
	opacity: 1;
	}

.ybg-homePanelHead span {
	display: block;
	color: var(--ybg-text2);
	font-size: 13px;
	line-height: 16px;
	}

.ybg-homePanelBody {
	padding: 12px 12px 10px 12px;
	background: rgba(0, 0, 0, 0.22);
	border-radius: var(--ybg-radius);
	border: 1px solid rgba(255, 255, 255, 0.07);
	}

.ybg-homePanelBody ul {
	height: 360px;
	padding: 0 6px 0 0;
	overflow-y: scroll;
	}

.ybg-homePanelBody ul::-webkit-scrollbar { width: 10px; height: 10px; }
.ybg-homePanelBody ul::-webkit-scrollbar-button { display: none; }
.ybg-homePanelBody ul::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.04); border-radius: 10px; }
.ybg-homePanelBody ul::-webkit-scrollbar-thumb { background-color: rgba(255, 255, 255, 0.16); border-radius: 10px; cursor: pointer; }

.ybg-homePanelBody ul li:nth-child(2n) {
	background: rgba(255, 255, 255, 0.03);
	border-radius: 10px;
	}

.ybg-homePanelBody ul li a {
	display: block;
	padding: 5px 25px 5px 26px;
	position: relative;
	color: rgba(255, 255, 255, 0.86);
	}

.ybg-homePanelBody ul li a:hover {
	color: var(--ybg-accent2);
	}

.ybg-homePanelBody ul li a:before {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/review.svg') no-repeat center / 20px auto;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	opacity: 0.4;
	transition: all 0.3s 0.02s ease;
	}

.ybg-homePanelBody ul li a:hover:before {
	opacity: 1;
	}

.ybg-homePanelFooter {
	padding: 14px 0 0 0;
	text-align: center;
	}


.ybg-faq {
	padding: 0 0 18px 0;
	}

.ybg-sectionTitle {
	margin: 0 0 36px 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: 800;
	letter-spacing: 0.2px;
	}

.ybg-faqItem {
	margin: 0 0 16px 0;
	padding: 16px 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: var(--ybg-radius);
	}

.ybg-faqItem:hover {
	border-color: rgba(124, 92, 255, 0.35);
	}

.ybg-faqItem.open {
	border-color: rgba(124, 92, 255, 0.55);
	background: rgba(124, 92, 255, 0.10);
	}

.ybg-faqQ {
	padding: 0 0 0 30px;
	position: relative;
	color: var(--ybg-text);
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer;
	}

.ybg-faqQ:before{
	content: "+";
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 1px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.85);
	font-weight: 800;
	transition: all 0.2s ease;
	}

.ybg-faqItem.open .ybg-faqQ:before{
	content: "–";
	background: rgba(124, 92, 255, 0.22);
	}

.ybg-faqA {
	display: none;
	padding: 28px 0 10px 0;
	color: var(--ybg-text2);
	}


.ybg-homeContent {
	padding: 0 0 30px 0;
	}


/* END HOME */


/* POSTS */

#content {
	padding: 30px 0;
	}

.ybg-breadcrumbs {
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	color: var(--ybg-muted);
	}

.ybg-taxIntro {
	background: rgba(255, 255, 255, 0.04);
	padding: 20px 20px 10px 20px;
	margin: 0 0 30px 0;
	border-radius: var(--ybg-radius);
	border: 1px solid rgba(255, 255, 255, 0.10);
	}


.ybg-postRow {
	padding: 0 0 25px 0;
	}

.ybg-postRowTitle {
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 18px;
	}

.ybg-postRowTitle a{
	color: var(--ybg-text);
	}

.ybg-postRowTitle a:hover{
	color: var(--ybg-accent2);
	}

.ybg-postRowExcerpt{
	color: var(--ybg-text2);
	}

.ybg-cardGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-content: flex-start;
	align-items: stretch;
	margin: 0 0 30px 0;
	}

.ybg-card {
	}

.ybg-cardMedia {
	margin: 0 0 10px 0;
	min-height: 150px;
	position: relative;
	}

.ybg-cardMedia img {
	border-radius: var(--ybg-radius);
	vertical-align: bottom;
	}

.ybg-cardActions {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s 0.02s ease;
	opacity: 0;
	background: radial-gradient(450px 250px at 40% 20%, rgba(124, 92, 255, 0.18), rgba(0, 0, 0, 0) 60%), rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(6px);
	border-radius: var(--ybg-radius);
	}

.ybg-card:hover .ybg-cardActions {
	opacity: 1;
	}

.ybg-cardActions div {
	padding: 5px 0;
	}

.ybg-cardTitle {
	padding: 0 0 10px 0;
	}

.ybg-cardTitle a {
	color: var(--ybg-text);
	font-weight: 800;
	}

.ybg-cardTitle a:hover {
	color: var(--ybg-accent2);
	}

.ybg-cardExcerpt {
	color: var(--ybg-text2);
	font-size: 12px;
	line-height: 14px;
	}



.ybg-pagination {
	padding: 10px 0;
	}

.ybg-pagination a, .ybg-pagination span,
.ybg-pagination .wp-pagenavi a, .ybg-pagination .wp-pagenavi span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: var(--ybg-text);
	}

.ybg-pagination a:hover,
.ybg-pagination .current,
.ybg-pagination .wp-pagenavi span.current {
	background: rgba(124, 92, 255, 0.20);
	border-color: rgba(124, 92, 255, 0.45);
	}

.post {
	padding: 0 0 10px 0;
	}


.ybg-siteHero {
	display: flex;
	padding: 0 0 20px 0;
	gap: 22px;
	}

.ybg-siteHeroMedia {
	width: 500px;
	min-width: 500px;
	padding: 0 30px 0 0;
	}

.ybg-siteHeroMedia img {
	vertical-align: bottom;
	border-radius: var(--ybg-radius);
	}

.ybg-siteMeta{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0 0 20px 0;
	gap: 18px;
	}

.ybg-siteUrl{
	padding: 0 10px 0 0;
	font-weight: bold;
	}

.ybg-siteUrl a{
	padding: 0 0 0 26px;
	color: rgba(255, 255, 255, 0.88);
	}

.ybg-siteCta{
	padding: 0 0 30px 0;
	text-align: center;
	}


.ybg-related{
	padding: 30px 0;
	margin: 0 0 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	}


.ybg-categoryGrid{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	}

.ybg-categoryCard{
	display: block;
	box-sizing: border-box;
	padding: 14px 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: var(--ybg-radius);
	text-align: center;
	color: var(--ybg-text);
	font-size: 17px;
	}

.ybg-categoryCard:hover{
	border-color: rgba(34, 211, 238, 0.35);
	background: rgba(34, 211, 238, 0.08);
	}

.ybg-categoryIcon {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100px;
	}

.ybg-categoryIcon img {
	max-height: 100px;
	filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
	}

.ybg-categoryTitle{
	display: block;
	padding: 10px 0 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	}


/* END POSTS */



/* FOOTER */

footer {
	padding: 50px 0;
	background: rgba(10, 15, 24, 0.70);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--ybg-text);
	}

.ybg-footerBrand {
	float: left;
	width: 360px;
	}

.ybg-footerLogo {
	padding: 0 0 26px 0;
	}

.ybg-footerLogo img{
	width: 143px;
	vertical-align: bottom;
	opacity: 0.95;
	}

.ybg-footerCopy {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: var(--ybg-text2);
	}


.ybg-footerNavs {
	float: right;
	width: 765px;
	padding: 10px 0 0 0;
	}

.ybg-footerNavPrimary {
	padding: 0 0 25px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}

.ybg-footerNavPrimary ul li {
	float: left;
	display: block;
	padding: 0 0 0 30px;
	font-weight: 500;
	}

.ybg-footerNavPrimary ul li a {
	color: var(--ybg-text2);
	}

.ybg-footerNavPrimary ul li a:hover {
	color: var(--ybg-warn);
	}



.ybg-footerNavSecondary {
	padding: 25px 0 0 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	}

.ybg-footerNavSecondary ul li {
	float: left;
	padding: 0 0 0 30px;
	}

.ybg-footerNavSecondary ul li a {
	color: var(--ybg-text2);
	}

.ybg-footerNavSecondary ul li a:hover {
	color: var(--ybg-accent2);
	}


#back_top {
	display: none;
	width: 29px;
	height: 76px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	background: url('images/back_top.png') no-repeat center top / 29px auto;
	opacity: 0.6;
	filter: invert(1) hue-rotate(210deg) saturate(1.3);
	}

#back_top:hover {
	opacity: 1;
	}

/* END FOOTER */



/* MODAL */

.ybg-modal{
	display: none;
	box-sizing: border-box;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: rgba(10, 15, 24, 0.95);
	border-radius: var(--ybg-radius);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: var(--ybg-shadow);
	text-align: left;
	}

.ybg-modalClose {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
	}

.ybg-modalClose:before, .ybg-modalClose:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.ybg-modalClose:before{
	transform: rotate(45deg);
	}

.ybg-modalClose:after{
	transform: rotate(-45deg);
	}

.ybg-modalClose:hover{
	opacity: 1;
	transform: rotate(360deg);
	}

.ybg-modalMask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: rgba(0, 0, 0, 0.70);
	backdrop-filter: blur(6px);
	}

.ybg-modal p{
	margin: 0;
	}


#ageOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	}

#ageModal {
	box-sizing: border-box;
	background: rgba(10, 15, 24, 0.96);
	width: 400px;
	max-width: 90%;
	padding: 30px;
	border-radius: var(--ybg-radius);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: var(--ybg-shadow);
	text-align: center;
	}

.ageModal_go {
	display: flex;
	justify-content: center;
	}

.ageModal_go .btn {
	margin: 0 10px;
	}

/* END MODAL */



/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	text-align: center;
	background-color: rgba(255, 255, 255, 0.04);
	padding: 4px;
	margin: 10px;
	border-radius: 12px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* END WP OTHER */