/*
Theme Name: porncat
*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:wght@300;400;600;700&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, .ust-block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.ust-hidden, .ust-none {display: none;}

.ust-on760 {display: none;}

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

.ust-right, .ust-alignright {
	float: right;
	}

.ust-left, .ust-alignleft {
	float: left;
	}

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

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

img.ust-right, img.ust-alignright {
	margin: 0 0 5px 11px;
	display: inline;
	}

img.ust-left, img.ust-alignleft {
	margin: 0 11px 5px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

.ust-entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #2c2419;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Source Sans 3', sans-serif;
	background: #f5f1eb;
	background-size: cover;
	text-align: center;
	font-weight: 400;
	}

.ust-container {
	width: 1170px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: 'Source Sans 3', sans-serif;
	}

a {
	color: #2c6b7a;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease;
	}

a:hover {
	color: #c4782a;
	text-decoration: none;
	}

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

h1, h2, h3, h4, h5, h6, .ust-h1, .ust-h2, .ust-h3, .ust-h4, .ust-h5, .ust-h6, .ust-title {
	margin: 0 0 22px 0;
	color: #1e4a52;
	font-weight: 700;
	font-family: 'Libre Baskerville', serif;
	}
h1, .ust-h1, .ust-title{
	font-size: 54px;
	line-height: 52px;
	}
h2, .ust-h2{
	font-size: 49px;
	line-height: 47px;
	}
h2 span, .ust-h2 span{
	font-weight: 400;
	}
h3, .ust-h3{
	font-size: 44px;
	line-height: 44px;
	}
h4, .ust-h4{
	font-size: 39px;
	line-height: 39px;
	}
h5, .ust-h5{
	font-size: 34px;
	line-height: 34px;
	}
h6, .ust-h6{
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	}


.ust-table, .ust-entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #2c6b7a;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(44, 107, 122, 0.12);
	}

.ust-table tr th, .ust-entry table tr th{
	border-right: 1px solid #1e4a52;
	background: #1e4a52;
	padding: 12px 28px;
	color: #fff;
	font-weight: bold;
	}

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

.ust-table tr th span, .ust-entry table tr th span{
	display: block;
	color: #d4a574;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	}

.ust-table tr td, .ust-entry table tr td{
	padding: 9px 28px;
	border-right: 1px solid #e8e4dc;
	border-bottom: 1px solid #e8e4dc;
	background: #faf8f4;
	color: #2c2419;
	font-size: 15px;
	line-height: 22px;
	}

.ust-table tr:nth-child(2n) td, .ust-entry table tr:nth-child(2n) td{
	background: #fff;
	border-bottom: 0;
	}

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

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

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

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

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

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

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

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

.ust-entry ul ul, .ust-entry ol ol, .ust-entry ol ul, .ust-entry ul ol, ul.ust-list ul, ol.ust-list ol, ol.ust-list ul, ul.ust-list ol {
	margin: 6px 0 0 0;
	}

.ust-entry ol > li, ol.ust-list > li {
	margin: 8px 0 8px 11px;
	list-style: decimal outside;
	}

.ust-entry ul > li, ul.ust-list > li {
	margin: 6px 0;
	padding: 0 0 0 30px;
	background: url('images/ust-bullet.svg') no-repeat 0 6px / 14px auto;
	}

blockquote {
	padding-left: 21px;
	border-left: 5px solid #e0e0e0;
	}

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

/* END BASE */


/* FORM */

.ust-field-row{
	padding: 0 0 11px 0;
	}

.ust-label{
	display: block;
	padding: 0 0 6px 0;
	font-size: 15px;
	line-height: 19px;
	}

.ust-input{
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 12px 20px;
	background: #fff;
	border: 2px solid #d4ccc0;
	border-radius: 4px;
	-webkit-appearance: none;
	color: #2c2419;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	}

.ust-textarea{
	box-sizing: border-box;
	width: 100%;
	height: 140px;
	padding: 14px 20px;
	background: #fff;
	border: 2px solid #d4ccc0;
	border-radius: 4px;
	-webkit-appearance: none;
	color: #2c2419;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	vertical-align: bottom;
	}

.ust-form-actions {
	position: relative;
	}

.ust-btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 42px;
	padding: 10px 22px;
	border: 2px solid #2c6b7a;
	background: #2c6b7a;
	border-radius: 4px;
	transition: all 0.2s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}
.ust-btn:hover{
	border-color: #c4782a;
	background: #c4782a;
	color: #fff;
	text-decoration: none;
	}

.ust-btn--xl {
	min-height: 52px;
	padding: 14px 40px;
	font-size: 18px;
	line-height: 24px;
	}

.ust-btn--dark{
	border-color: #1e4a52;
	background: #1e4a52;
	color: #fff;
	}
.ust-btn--dark:hover{
	border-color: #c4782a;
	background: #c4782a;
	color: #fff;
	}


/* END FORM */


/* HEADER */

header {
	background: #1e4a52;
	border-bottom: 3px solid #c4782a;
	}

.ust-header-bar {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0;
	background: transparent;
	}


.ust-brand{
	width: auto;
	}

.ust-brand img,
.ust-brand .ust-logo-icon{
	vertical-align: middle;
	}

.ust-logo-link{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.03em;
	transition: color 0.2s ease, opacity 0.2s ease;
	}
.ust-logo-link:hover{
	color: #d4a574;
	opacity: 1;
	}
.ust-logo-link .ust-logo-text{
	white-space: nowrap;
	}
.ust-logo-link .ust-logo-icon{
	display: inline-block;
	flex-shrink: 0;
	color: #d4a574;
	transition: transform 0.2s ease, color 0.2s ease;
	}
.ust-logo-link:hover .ust-logo-icon{
	transform: scale(1.08);
	color: #fff;
	}

.ust-nav-trigger{
	float: left;
	display: none;
	width: 41px;
	height: 24px;
	margin: 11px;
	position: relative;
	cursor: pointer;
	}

.ust-nav-trigger span, .ust-nav-trigger:before, .ust-nav-trigger:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0;
	transition: all 0.3s 0.02s ease;
	}

.ust-nav-trigger span{
	top: 11px;
	}

.ust-nav-trigger:before {
	top: 0;
	}

.ust-nav-trigger:after {
	top: 21px;
	}

.ust-nav-trigger.ust-open span{
	display: none;
	}

.ust-nav-trigger.ust-open:before{
	transform: rotate(45deg);
	top: 11px;
	}

.ust-nav-trigger.ust-open:after{
	transform: rotate(-45deg);
	top: 11px;
	}

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

.ust-nav-main{
	font-size: 17px;
	line-height: 24px;
	}

.ust-nav-main ul {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}

.ust-nav-main ul li {
	padding: 0 11px;
	}

.ust-nav-main ul li a {
	color: #fff;
	}

.ust-nav-main ul li a:hover {
	color: #d4a574;
	}

.ust-header-right {
	display: flex;
	align-content: center;
	align-items: center;
	}


.ust-lang > ul > li {
	position: relative;
	padding: 11px 0;
	}

.ust-lang ul li a{
	display: flex;
	align-content: center;
	align-items: center;
	color: #fff;
	}

.ust-lang ul li a img{
	width: 41px;
	margin: 0 6px 0 0;
	}

.ust-lang ul li li a img{
	width: 26px;
	}

.ust-lang > ul > li > ul{
	display: block;
	width: 180px;
	padding: 12px 16px;
	position: absolute;
	top: 120%;
	right: 0;
	z-index: 999;
	background: #2a5a62;
	border: 2px solid #c4782a;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
	}

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

.ust-lang ul li ul li {
	display: block;
	padding: 11px 0;
	border-top: 1px solid #3d3f4e;
	}

.ust-lang ul li ul li:first-child {
	border: 0;
	}

.ust-lang ul li ul li a:hover {
	color: #d4a574;
	}


.ust-header-cta {
	padding: 0 0 0 21px;
	}


/* END HEADER */


/* HOME */

.ust-cards-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	margin: 0 0 31px 0;
	}

.ust-card-tile {
	width: calc(25% - 16px);
	box-sizing: border-box;
	padding: 14px;
	background: #fff;
	border: 2px solid #2c6b7a;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(30, 74, 82, 0.1);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	}
.ust-card-tile:hover {
	border-color: #c4782a;
	box-shadow: 0 4px 16px rgba(196, 120, 42, 0.15);
	}
.ust-card-tile:nth-child(2n) {
	border-color: #3d7a85;
	}
.ust-card-tile:nth-child(2n):hover {
	border-color: #c4782a;
	}

.ust-card-tile-head {
	padding: 0 11px 11px 41px;
	}

.ust-card-tile-head a {
	display: block;
	padding: 6px 26px 6px 0;
	background: url('images/ust-arrow-r.svg') no-repeat right 6px center / 20px auto;
	color: #1e4a52;
	font-size: 17px;
	font-weight: 700;
	}

.ust-card-tile-head a:hover {
	background-position: right center;
	color: #c4782a;
	}

.ust-card-tile-head span {
	display: block;
	font-size: 13px;
	line-height: 15px;
	}

.ust-card-tile-body {
	padding: 12px 8px;
	background: #faf8f4;
	border: 1px solid #e8e4dc;
	border-radius: 4px;
	margin-top: 4px;
	}

.ust-card-tile ul {
	height: 401px;
	padding: 0 6px 0 0;
	overflow-y: scroll;
	}

.ust-card-tile ul::-webkit-scrollbar { width: 9px; height: 9px; box-shadow: 0 0 1px #b4b4b4; margin: 0 11px 0 0;}
.ust-card-tile ul::-webkit-scrollbar-button { display: none; }
.ust-card-tile ul::-webkit-scrollbar-track {  background: #fff;}
.ust-card-tile ul::-webkit-scrollbar-track-piece { background-color: #fff;}
.ust-card-tile ul::-webkit-scrollbar-thumb { height: 51px; background-color: #c8c8c8; cursor: pointer;}
.ust-card-tile ul::-webkit-scrollbar-corner { background-color: #c8c8c8;}
.ust-card-tile ul::-webkit-resizer { background-color: #c8c8c8;}

.ust-card-tile ul li:nth-child(2n) {
	background: #f4f4f4;
	}

.ust-card-tile ul li a {
	display: block;
	padding: 6px 26px 6px 27px;
	position: relative;
	color: #0f0c1c;
	}

.ust-card-tile ul li a:hover {
	color: #c4782a;
	}

.ust-card-tile ul li a:before {
	content: " ";
	display: block;
	width: 21px;
	height: 21px;
	background: url('images/ust-logo-icon.svg') no-repeat center / 21px auto;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	opacity: 0.45;
	transition: all 0.3s 0.02s ease;
	}

.ust-card-tile ul li a:hover:before {
	opacity: 1;
	}

.ust-card-tile-footer {
	padding: 11px 0 0 0;
	text-align: center;
	}


.ust-faq-section {
	padding: 0 0 19px 0;
	}

.ust-faq-section .ust-title {
	margin: 0 0 37px 0;
	}

.ust-faq-section .ust-faqs-l {
	float: left;
	width: 571px;
	}

.ust-faq-section .ust-faqs-r {
	float: right;
	width: 571px;
	}

.ust-faq-item {
	margin: 0 0 12px 0;
	padding: 16px 20px 16px 48px;
	background: #fff url('images/ust-faq.svg') no-repeat 18px 50% / 20px;
	border: 2px solid #d4ccc0;
	border-radius: 4px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	}

.ust-faq-item:hover {
	border-color: #2c6b7a;
	}

.ust-faq-item.ust-open {
	padding: 15px 19px 15px 47px;
	background: #faf8f4 url('images/ust-faq-open.svg') no-repeat 17px 50% / 20px;
	border-color: #c4782a;
	}

.ust-faq-question {
	padding: 0;
	color: #1e4a52;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Libre Baskerville', serif;
	cursor: pointer;
	}

.ust-faq-answer {
	display: none;
	padding: 29px 0 11px 0;
	}


.ust-home-content {
	padding: 0 0 31px 0;
	}


/* END HOME */


/* POSTS */

#ust-content {
	padding: 31px 0;
	}

.ust-breadcrumb {
	padding: 0 0 21px 0;
	font-size: 14px;
	line-height: 16px;
	}

.ust-cat-description {
	background: #fff;
	padding: 20px 24px;
	margin: 0 0 28px 0;
	border-radius: 6px;
	border: 2px solid #e8e4dc;
	}


.ust-post-preview {
	padding: 0 0 26px 0;
	}

.ust-post-preview-title {
	padding: 0 0 4px 0;
	font-weight: bold;
	}


.ust-site-grid {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	gap: 21px;
	margin: 0 0 31px 0;
	}

.ust-site-card {
	width: calc(25% - 16px);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	}

.ust-site-card:hover {
	transform: translateY(-4px);
	}

.ust-site-card-thumb {
	margin: 0 0 10px 0;
	min-height: 150px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid #e8e4dc;
	transition: border-color 0.2s ease;
	}

.ust-site-card:hover .ust-site-card-thumb {
	border-color: #c4782a;
	}

.ust-site-card-thumb img {
	border-radius: 11px;
	vertical-align: bottom;
	display: block;
	}

.ust-site-card-actions {
	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: opacity 0.2s ease;
	opacity: 0;
	background: rgba(30, 74, 82, 0.85);
	}

.ust-site-card:hover .ust-site-card-actions {
	opacity: 1;
	}

.ust-site-card-actions div {
	padding: 6px 0;
	}

.ust-site-card-title {
	padding: 0 0 11px 0;
	}

.ust-site-card-title a {
	color: #1e4a52;
	}

.ust-site-card-title a:hover {
	color: #c4782a;
	}

.ust-site-card-desc {
	color: #8e8e8e;
	font-size: 13px;
	line-height: 15px;
	}



.ust-pagination {
	padding: 11px 0;
	}

.ust-pagination a, .ust-pagination span {
	display: inline-block;
	padding: 6px 14px;
	margin: 0 4px 0 0;
	background: #fff;
	border: 2px solid #2c6b7a;
	border-radius: 4px;
	color: #2c6b7a;
	transition: all 0.2s ease;
	}

.ust-pagination a:hover, .ust-pagination .ust-current, .ust-pagination .current {
	background: #c4782a;
	border-color: #c4782a;
	color: #fff;
	}

.ust-article {
	padding: 0 0 11px 0;
	}

.ust-post-img {
	margin: 0 0 21px 0;
	}


.ust-site-hero {
	display: flex;
	padding: 0 0 21px 0;
	}

.ust-site-hero-thumb {
	width: 501px;
	min-width: 501px;
	padding: 0 31px 0 0;
	overflow: hidden;
	}
.ust-site-hero-thumb img {
	vertical-align: bottom;
	display: block;
	}

.ust-site-hero-content {
	flex: 1;
	}

.ust-site-meta{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0 0 21px 0;
	}

.ust-site-link{
	padding: 0 11px 0 0;
	font-weight: bold;
	}

.ust-site-link a{
	padding: 0 0 0 27px;
	}

.ust-site-cta{
	padding: 0 0 31px 0;
	text-align: center;
	}


.ust-related{
	padding: 31px 0;
	margin: 0 0 31px 0;
	border-top: 2px solid #f4f4f4;
	}


.ust-cat-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	}

.ust-cat-tile{
	display: block;
	box-sizing: border-box;
	width: calc(20% - 17px);
	padding: 16px 12px;
	background: #fff;
	border: 2px solid #2c6b7a;
	border-radius: 6px;
	text-align: center;
	color: #1e4a52;
	font-size: 16px;
	font-weight: 600;
	transition: border-color 0.2s ease, background 0.2s ease;
	}

.ust-cat-tile:hover{
	border-color: #c4782a;
	background: #faf8f4;
	}

.ust-cat-tile-icon {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 101px;
	}

.ust-cat-tile-icon img {
	max-height: 101px;
	}

.ust-cat-tile-name{
	display: block;
	padding: 11px 0 0 0;
	}


/* END POSTS */



/* FOOTER */

footer {
	padding: 10px 0;
	background: #1e4a52;
	color: #fff;
	border-top: 3px solid #c4782a;
	}

.ust-footer-left {
	float: left;
	width: 361px;
	}

.ust-footer-brand {
	padding: 5px 0 10px 0;
	}

.ust-footer-brand .ust-logo-link{
	font-size: 17px;
	color: #b8d4d9;
	}
.ust-footer-brand .ust-logo-link:hover{
	color: #d4a574;
	}
.ust-footer-brand .ust-logo-icon{
	width: 22px;
	height: 22px;
	vertical-align: middle;
	}
.ust-footer-brand img{
	width: auto;
	vertical-align: middle;
	}

.ust-copyright {
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	}


.ust-footer-right {
	float: right;
	width: 766px;
	}

.ust-footer-nav {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #252731;
	}

.ust-footer-nav ul li {
	float: left;
	display: block;
	padding: 0 0 0 31px;
	font-weight: 500;
	}

.ust-footer-nav ul li a {
	color: #cdcdcd;
	}

.ust-footer-nav ul li a:hover {
	color: #d4a574;
	}



.ust-footer-nav2 {
	padding: 15px 0 0 0;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	}

.ust-footer-nav2 ul li {
	float: left;
	padding: 0 0 0 31px;
	}

.ust-footer-nav2 ul li a {
	color: #cdcdcd;
	}

.ust-footer-nav2 ul li a:hover {
	color: #d4a574;
	}


#ust-back-top {
	display: none;
	width: 28px;
	height: 32px;
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 1000;
	background: url('images/ust-back-top.svg') no-repeat center top / 28px auto;
	opacity: 0.8;
	transition: opacity 0.2s ease;
	}

#ust-back-top:hover {
	opacity: 1;
	}

/* END FOOTER */



/* MODAL */

.ust-modal{
	display: none;
	box-sizing: border-box;
	width: 400px;
	max-width: 90%;
	padding: 28px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #faf8f4;
	border: 3px solid #2c6b7a;
	border-radius: 6px;
	box-shadow: 0 16px 48px rgba(0,0,0,0.2);
	text-align: left;
	}

.ust-modal-close {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 16px;
	top: 16px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.55;
	}

.ust-modal-close:before, .ust-modal-close:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #1e4a52;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: background 0.2s ease;
	}

.ust-modal-close:before{
	transform: rotate(45deg);
	}

.ust-modal-close:after{
	transform: rotate(-45deg);
	}

.ust-modal-close:hover{
	opacity: 1;
	transform: rotate(90deg);
	}
.ust-modal-close:hover:before,
.ust-modal-close:hover:after { background: #c4782a; }

.ust-modal-backdrop {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: rgba(30, 74, 82, 0.85);
	}

.ust-modal p{
	margin: 0;
	}


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

#ust-age-modal {
	box-sizing: border-box;
	background: #faf8f4;
	width: 400px;
	max-width: 90%;
	padding: 28px;
	border-radius: 6px;
	border: 3px solid #2c6b7a;
	box-shadow: 0 16px 48px rgba(0,0,0,0.2);
	text-align: center;
	}

.ust-age-modal-actions {
	display: flex;
	justify-content: center;
	}

.ust-age-modal-actions .ust-btn {
	margin: 0 11px;
	}

/* END MODAL */



/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #e0e0e0;
	text-align: center;
	background-color: #f2f2f2;
	padding: 5px;
	margin: 11px;
	border-radius: 4px;
	}

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

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px 6px;
	margin: 0;
	}

/* SEARCH & COMMENTS */

.ust-search { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ust-search-field { flex: 1; min-width: 120px; }
.ust-search-submit { }
.ust-comments-list { list-style: none; padding: 0; margin: 0 0 20px 0; }
.ust-comments-nav { overflow: hidden; margin: 15px 0; }
.ust-no-comments { color: #8e8e8e; font-style: italic; }

/* END SEARCH & COMMENTS */

/* END WP OTHER */
