/*!
Theme Name: 	VerdugoVIP
Theme URI: 		https://VerdugoVIP.com
Description: 	Custom Theme by VerdugoVIP.com
Version: 		1.0.0
Author: 		VerdugoVIP.com
Author URI: 	https://VerdugoVIP.com
Tags: 			Custom  theme
Textdomain: Verdugo V.I.P
*/
:root {
	--site-title: #a76067;
	--topbar: #e11462;
	--navbar: #f3e9e2;
	--navbar-link: hsl(354, 29%, 54%);
	--navbar-link-hover: hsl(354, 29%, 40%);
	--body-background: #ffffff;
	--body-text: #666666;
	--heading-color: #555555;
	--links: #e11462;
	--links-hover: #000000;
	--dropdown-hover-background: rgba(0, 0, 0, .05);
	--accent: hsl(43, 54%, 50%);
	--accent-1: hsl(43, 54%, 10%);
	--accent-2: hsl(43, 54%, 20%);
	--accent-3: hsl(43, 54%, 30%);
	--accent-4: hsl(43, 54%, 40%);
	--accent-5: hsl(43, 54%, 50%);
	--accent-6: hsl(43, 54%, 60%);
	--accent-7: hsl(43, 54%, 70%);
	--accent-8: hsl(43, 54%, 80%);
	--accent-9: hsl(43, 54%, 90%);
	--accent-10: hsl(43, 54%, 90%);
}
.navbar-nav .nav-link.active {
	color: var(--topbar);
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	place-content: center;
	background-color: #fff;
	z-index: 9999;
}
#loading-spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	margin: 50px auto;
	border: 3px solid #f0f0f0;
	border-radius: 50%;
	border-top-color: #888;
	animation: spin .7s linear infinite;
	top: calc(50% - 60px);
	left: 50%;
	transform: translate(-50%, -50%);
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
body {
	overflow-x: hidden;
}
.topbar {
	font-size: 16px;
}
.navbar-nav li {
	margin: 0px 10px;
}
.menu-item {
	position: relative;
}
.nav-link {
	padding: 0px !important;
}
.navbar-nav li {
	margin: 0px 10px !important;
}
.navbar-nav {
	align-items: center;
}
.dropdown-menu .nav-item:hover::before {
	display: none !important;
}
.site-title a {
	color: car(--site-title);
}
.topbar {
	background: var(--topbar);
	font-weight: 400;
}
nav.navbar {
	background: var(--navbar);
}
.dropdown-menu {
	border-radius: 0;
	border: none;
	background: var(--navbar);
	padding-top: 15px;
	margin-top: 10px !important;
	border-radius: ;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.dropdown-item {
	color: color: var(--navbar-link);
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-menu li {
	margin: 0px !important;
}
.nav-link,
.navbar-nav .dropdown-item {
	color: var(--navbar-link);
	font-weight: 400;
}
.nav-link:hover {
	color: var(--navbar-link-hover);
}
.dropdown-item:focus,
.dropdown-item:hover,
.current_page_item.active .dropdown-item {
	color: var(--navbar-link-hover);
	background-color: var(--dropdown-hover-background);
}
body {
	font-size: 20px;
	font-weight: 300;
	color: var(--body-text);
	background-color: var(--body-background);
	font-family: 'Roboto';
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
}
a {
	color: var(--links);
	text-decoration: none;
}
a:hover {
	color: var(--links-hover);
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('fonts/PlayfairDisplay-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/PlayfairDisplay-Italic.woff2') format('woff2'), url('fonts/PlayfairDisplay-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
body.admin-bar nav.navbar.sticky-top {
	top: 32px;
}
@media (max-width: 600px) {
	body.admin-bar nav.navbar.sticky-top {
		top: 0px;
	}
}
@media (max-width: 767px) {
	body.admin-bar #primaryNav.offcanvas {
		top: 46px;
	}
	.content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (min-width: 768px) {
	body.admin-bar #primaryNav.offcanvas {
		top: 32px;
	}
	.content {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto';
}
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 2rem;
}
.wp-caption figcaption {
	position: absolute;
	bottom: 0;
	padding: 15px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
}
.single-models .wp-caption figcaption {
	position: relative;
}
.card-title {
	font-size: 18px;
}
.post-meta,
.post-meta a {
	color: ;
	font-size: 15px;
}
.wp-caption {
	position: relative;
}
li {
	margin-bottom: 15px;
}
.navbar-nav li {
	margin: 0px 0px 0px 0px;
}
.card-body p {
	margin-bottom: 1rem;
}
.space-1 {
	margin-right: 1rem;
}
.alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 - 1px);
	margin-right: calc( -100vw / 2 + 100% / 2 - 1px);
	max-width: calc(100vw + 2px);
}
.alignwide {
	margin-left: calc(-750px + 50% - 0.5px);
	margin-right: calc(-750px + 50% - 0.5px);
	max-width: 1500px;
	width: 100vw;
}
@media (max-width: 1500px) {
	.alignwide {
		margin-left: calc( -100vw / 2 + 100% / 2 - 1px);
		margin-right: calc( -100vw / 2 + 100% / 2 - 1px);
		max-width: calc(100vw + 2px);
		width: 100vw !important;
	}
}
@media (max-width: 992px) {
	#top-bar,
	.footer-wrapper {
		flex-direction: column !important;
	}
	.navbar-nav li {
		margin: 0px 10px !important;
		display: block;
		width: 100%;
		padding: 10px 0px;
	}
}
@media (max-width: 574px) {
	.alignfull {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.topbar .bi.bi-gift-fill {
	color: #fedf36;
	text-shadow: 1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000;
}
#footer {
	background: #000000;
	color: #acacac;
}
.footer-right,
.copyright {
	font-size: 17px;
}
.custom-footer-content ul {
	display: inline-block;
	padding: 0;
	margin: 0px;
}
.custom-footer-content ul li {
	display: inline;
	margin-bottom: 0px;
}
.custom-footer-content ul li:not(:first-child)::before {
	content: '\F309';
	font-family: 'bootstrap-icons';
	font-weight: normal;
	margin-right: 3px;
	font-size: 20px;
	line-height: 0;
	top: 5px;
	position: relative;
	opacity: .4;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 300;
	line-height: 1.2;
	font-family: Roboto;
	color: #000000;
}
a {
	color: #e0216a;
}
a:hover {
	color: #777;
	text-decoration: none;
}
@media only screen and (min-width: 992px) {
	#main-menu .dropdown-menu {
		padding-top: 20px;
		box-shadow: 0px 15px 20px rgba(0, 0, 0, .1);
		border: none;
		border-radius: 6px;
	}
	.dropdown-item {
		padding: 10px 15px;
	}
	.dropdown-item.active,
	.dropdown-item:focus {
		color: #fff;
		text-decoration: none;
		background-color: #e0216a;
	}
	.top-bar {
		font-size: 18px;
	}
	.font-script {
		font-family: Carattere !important;
	}
	.navbar-brand.custom-logo-link img {
		max-height: 40px;
		width: auto;
	}
}
#no-title-page-wrapper {
	padding: 0px;
}
.bg-accent {
	background-color: #e0216a;
}
.has-accent-color,
.has-accent-color:visited {
	color: #e0216a
}
.has-accent-background-color {
	background-color: #e0216a;
	border-color: #e0216a
}
.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-accent-color {
	color: #e0216a
}
.has-accent-alt-color,
.has-accent-alt-color:visited {
	color: #927a5e
}
.has-accent-alt-background-color {
	background-color: #927a5e;
	border-color: #927a5e
}
.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-accent-alt-color {
	color: #927a5e
}
#main-nav {
	box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
}
.nav-link {
	font-size: 18px;
	font-weight: 400;
	color: #616161;
}
.has-gray-dark-background-color {
	background-color: #343a40;
	border-color: #343a40;
}
#main-nav {
	background: #fff;
	padding: .75rem 0px;
}
.top-bar div p {
	margin: 0px;
}
.top-bar a {
	color: #fff;
	text-decoration: none;
}
.wp-block-cover.alignfull.is-light.bg-light-brown {
	background-color: #f7f3f2;
	border-bottom: 1px solid #dad1cf;
}
.hub-tagcloud-noclick p span {
	display: inline-block;
	margin-bottom: 5px;
}
.hub-tagcloud-noclick p {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.models .lead {
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
	line-height: 1;
}
.models .entry-title {
	font-weight: bold;
	text-transform: uppercase;
}
.carousel-gallery {
	background: #ffffff;
	padding: 0px 0px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ff9800;
}
.gallery-title-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.gallery-title {
	position: absolute;
	bottom: 0px;
	z-index: 9;
	left: 50%;
	color: #ff9800;
	padding: 0px 30px;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 10px 10px 0px 0px;
	font-family: roboto;
	line-height: 2;
	font-weight: 300;
	font-size: 26px;
	box-shadow: 0px 0px 20px #000;
}
.model-title-wrapper {
	display: flex;
	align-items: center;
	gap: 5px;
}
.model-title-wrapper i {
	color: #339933;
	font-size: 24px;
}
.model-title-wrapper h1.entry-title {
	color: #fff;
}
.single-models .wp-caption-text {
	background: #f5f3f3;
	padding: 20px;
	border-radius: 0px;
	margin-top: 0px;
	color: #000;
	font-weight: 400;
}
.wp-caption-text a {
	color: #ff9701;
	margin: 10px 0px 0px 0px !important;
	display: inline-block;
}
.wp-caption-text a:hover {
	color: #777;
	text-decoration: none;
}
blockquote {
	background: #ffffff;
	padding: 20px;
	margin: 30px 0px;
	border-radius: 8px;
	color: #000;
}
.single-models .buttonanim {
	background: #e0216a;
	color: #fff;
	padding: 15px 30px;
	margin-top: 0px;
	border-radius: 4px;
	font-size: 20px;
	text-decoration: none;
	min-width: 300px;
	display: inline-block;
}
.buttonanim:hover,
.links-category a:hover {
	background: #ff9701;
	color: #fff;
}
.carrusel_pdl i {
	color: #e0216a;
}
.carrusel_pdl a {
	text-decoration: none;
}
.old-content,
.single-models .entry-content.container {
	max-width: 750px;
	margin: auto;
	text-align: center;
	margin-top: 170px;
	text-align: center;
}
.old-content h3 {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
	font-family: poppins;
	font-weight: 400;
}
.old-content p {
	font-family: poppins;
}
.old-content .hub-tagcloud-noclick {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 10px;
}
.old-content .hub-tagcloud-noclick span {
	background: #e0216a;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	white-space: nowrap;
}
.links-category {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
.links-category a {
	background: #e0216a;
	padding: 10px 20px;
	border-radius: 4px;
	color: #fff;
	display: flex;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	text-decoration: none;
}
.single-models .wp-video {
	margin-bottom: 20px;
}
.model.entry-header {
	position: relative;
	margin-bottom: 0px;
	padding: 20px 20px;
	background: #000;
	color: #fff;
	border-top: 1px solid #333;
}
nav.nav-roundslide a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
nav.nav-roundslide a.prev {
	left: 0;
}
nav.nav-roundslide a.next {
	right: 0;
}
nav.nav-roundslide a i {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 24px;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
}
.nav-roundslide a {
	margin: 0 20px;
	padding: 15px;
	width: 62px;
	height: 62px;
	border-radius: 40px;
	background: rgb(255 193 7 / 28%);
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
}
.nav-roundslide .icon-wrap {
	position: absolute;
	width: 32px;
}
.nav-roundslide a.prev .icon-wrap {
	left: 15px;
}
.nav-roundslide a.next .icon-wrap {
	right: 15px;
}
.nav-roundslide svg.icon {
	fill: #ffffff;
}
.nav-roundslide h3 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 3.7;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.nav-roundslide a.prev h3 {
	right: 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.nav-roundslide a.next h3 {
	left: 20px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.nav-roundslide a:hover {
	width: 170px;
	background: #ff9800;
	color: #fff;
}
.nav-roundslide a i {
	color: rgb(255 193 7 / 28%);
}
.nav-roundslide a:hover i {
	color: #ffffff;
}
.nav-roundslide a:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@media screen and (max-width: 780px) {
	.nav-link {
		font-size: 20px;
	}
}
.mobile-prev-next {
	display: none;
}
.wrapper.model-page {
	padding: 0px 0 1.5rem 0;
}
.vip-escort-status {
	margin: auto;
	text-align: center;
}
.single-model-satus {
	font-size: 24px;
	color: #e0216a;
}
.single-model-satus i {
	margin-top: 10px;
	display: inline-block;
	margin-left: ;
	margin: 10px 5px 0px 5px;
}
@media screen and (max-width: 992px) {
	.nav-roundslide {
		display: none;
	}
	.model-title-wrapper h1 {
		font-size: 36px;
	}
	#main-menu {
		padding-top: 30px;
		background: #000000 !important;
	}
	#main-menu li {
		border-bottom: 1px solid #ddd;
	}
	#main-menu li:last-child {
		border-bottom: none;
	}
	.nav-link {
		padding: 20px 0px;
	}
	.mobile-prev-next {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
	}
	.mobile-prev-next {
		line-height: 1;
		flex-wrap: wrap;
		text-transform: uppercase;
	}
	.mobile-prev-next a {
		margin: 0.5rem 0;
		flex: auto;
	}
	.mobile-prev-next a:first-of-type::before {
		content: "\f053";
		font-family: fontawesome;
		margin-right: .5rem;
	}
	.mobile-prev-next a:last-of-type {
		text-align: right;
	}
	.mobile-prev-next a:last-of-type::after {
		content: "\f054";
		font-family: fontawesome;
		margin-left: .5rem;
	}
	/* Uninteresting stuff below here */
	.mobile-prev-next {
		border-top: 1px solid #c6c7c8;
		border-bottom: 1px solid #c6c7c8;
		margin-top: 2em;
	}
	.mobile-prev-next a {
		text-decoration: none;
	}
	.mobile-prev-next a {
		background: #ff9800;
		padding: 20px;
		border-radius: 5px;
		color: #ffffff;
	}
}
.archive-grid {
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: auto;
	grid-gap: 15px;
	padding: 20px;
	background: #ecf1f5;
	justify-content: center;
}
.archive-grid .escort-card {
	align-items: stretch;
	display: grid;
}
@media (max-width: 1500px) {
	.archive-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width: 1300px) {
	.archive-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 1000px) {
	.archive-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}
	.archive-grid {
		padding: 20px 10px 0px 20px;
	}
}
@media (max-width: 768px) {
	.archive-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}
@media (max-width: 400px) {
	.archive-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
}
@media (max-width: 768px) {
	.archive-grid .f-tags a span {
		font-size: 13px !important;
	}
}
.archive-grid img {
	max-width: 100%;
	width: 100%;
}
.archive-grid .badge.bg-primary-alt {
	background: rgba(255, 255, 255, .075);
}
.archive-grid .escort-card .card {
	box-shadow: none !important;
	border-radius: .5rem;
	border: 1px solid #d4d8dd;
	padding: 0px;
	overflow: hidden;
}
.archive-grid .escort-card .card-body i {
	margin-right: 3px;
}
.archive-grid .escort-card .text-small {
	font-size: .8rem;
}
.archive-grid .escort-card .card-body {
	padding: .75rem !important;
}
.archive-grid .escort-card .card-img-top {
	border-top-left-radius: calc(.5rem - 1px);
	border-top-right-radius: calc(.5rem - 1px);
}
.archive-grid .escort-card a {
	text-decoration: none;
}
.archive-grid .name-verified i {
	color: #339933;
	font-size: 18px;
	margin-left: 5px;
}
.archive-grid .card-body.d-flex.flex-column .text-small {
	font-family: roboto;
	font-weight: 500;
	color: rgba(0, 0, 0, .7);
}
.archive-grid .escort-card-name {
	display: flex;
	align-items: center;
	margin: 0px;
	font-size: 20px !important;
	color: #000;
	font-weight: 500 !important;
	margin-bottom: 6px !important;
	line-height: 1;
}
.archive-grid .card:hover img {
	filter: brightness(.35);
}
.archive-grid .card img {
	transition: all .2s;
}
.archive-grid .escort-age,
.archive-grid .escort-nationality,
.archive-grid .f-tags a span {
	background-color: hsl(190, 35%, 92%);
	padding: 2px 5px;
	border-radius: 3px;
	margin-right: 5px;
	line-height: 1;
	font-weight: 500;
	color: #2d565e !important;
	font-size: 12px;
}
.archive-grid .card-tag {
	background-color: hsl(190, 35%, 92%);
	padding: 2px 5px;
	border-radius: 3px;
	margin-right: 5px;
	line-height: 1;
	font-weight: 500;
	color: #2d565e !important;
	font-size: 12px;
}
.archive-grid .f-tags {
	display: flex;
	flex-wrap: wrap;
}
.archive-grid .f-tags a {
	flex-basis: auto;
	white-space: nowrap;
}
.archive-grid .card-overlay-text {
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: calc(50% + 3px);
	transform: translate(-50%, calc(-50% + 3px));
	color: #fff;
	opacity: 0;
	transition: all .2s ease;
	font-weight: 500;
	font-size: 20px;
}
.archive-grid .card:hover .card-overlay-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	opacity: 1;
}
.archive-grid .f-tags span {
	background-color: rgb(227, 239, 242);
	padding: 2px 5px;
	border-radius: 3px;
	margin-right: 5px;
	color: #000;
}
.archive-grid .f-tags a:hover span,
.archive-grid .escortnat:hover span {
	background: #e0216a;
	color: #fff !important;
}
.archive-grid .subtitle-line p {
	margin: 0px;
}
.archive-grid .age-line,
.archive-grid .subtitle-line,
.archive-grid .tags-overlay {
	font-size: 13px;
}
.archive-grid a.t-link {
	background-color: hsl(190, 35%, 92%);
	padding: 2px 5px;
	border-radius: 3px;
	line-height: 1;
	font-weight: 500;
	color: #2d565e !important;
	font-size: 12px;
}
.archive-grid .t-tag {
	background-color: hsl(190, 35%, 92%);
	padding: 2px 5px;
	border-radius: 3px;
	margin-right: 5px;
	line-height: 1;
	font-weight: 500;
	color: #2d565e !important;
	font-size: 12px;
}
.archive-grid a.t-link:hover,
.archive-grid a.t-link:focus,
.archive-grid .vip a.t-link:hover {
	background: #e0216a;
	color: #fff !important;
}
.archive-grid .subtitle-line.d-flex,
.archive-grid .age-line.d-flex,
.archive-grid .title-line {
	font-family: Roboto;
	line-height: 1;
}
.archive-grid .escort-card .card-body {
	row-gap: 5px;
}
.archive-grid .vip-ribbon {
	position: absolute;
	top: 6px;
	left: -48px;
	pointer-events: none;
	width: 150px;
	height: 2.4rem;
	background-color: #daa520;
	z-index: 9;
	color: #fff;
	transform: rotate(-45deg);
	text-align: center;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
	background: linear-gradient(90deg, rgb(117, 89, 19) 0%, rgb(237, 183, 47) 50%, rgb(120, 91, 20) 100%);
	font-size: 20px;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}
.archive-grid .vip-ribbon {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	backface-visibility: hidden;
}
.archive-grid .card.vip {
	border-color: #daa520;
}
.archive-grid .escort-card {
	overflow: hidden;
}
.archive-grid .subtitle-line p {
	line-height: 1.3;
}
/* card status icons */
.archive-grid .card-status {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	z-index: 9;
	display: flex;
	font-size: 18px;
	gap: 5px;
	flex-direction: column;
}
.archive-grid .card-status i {
	background: rgba(255, 255, 255, .2);
	width: 32px;
	height: 32px;
	border-radius: 50px;
	line-height: 33px;
	text-align: center;
	transition: .2s;
}
.archive-grid .card-status {
	pointer-events: none;
}
/* tooltips */
.archive-grid .custom-tooltip {
	--bs-tooltip-bg: #339933;
	--bs-tooltip-color: #fff;
	--bs-tooltip-opacity: 1;
}
.archive-grid custom-tooltip .tooltip .tooltip-arrow::before {
	border-top-color: var(--bs-tooltip-bg) !important;
}
.archive-grid .custom-tooltip .tooltip .tooltip-arrow::after {
	border-top-color: var(--bs-tooltip-bg) !important;
}
.archive-grid .custom-tooltip .tooltip {
	background-color: var(--bs-tooltip-bg) !important;
	color: var(--bs-tooltip-color) !important;
	opacity: var(--bs-tooltip-opacity) !important;
	transition: opacity 0.2s ease !important;
	border: none !important;
	box-shadow: none !important;
}
.archive-grid .custom-tooltip .tooltip.show {
	opacity: 1 !important;
}
/*!
 * bootstrap-tooltip-custom-class
 * v1.1.0
 * Extends Bootstrap Tooltips and Popovers by adding custom classes.
 * Copyright (c) 2017 - 2021 Andrei Victor Bulearca - https://github.com/andreivictor/bootstrap-tooltip-custom-class#readme
 * License: MIT
 */
.archive-grid .tooltip-primary .tooltip-inner {
	background-color: #0d6efd;
	color: #fff;
}
.archive-grid .tooltip-primary.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: #0d6efd;
}
.archive-grid .tooltip-primary.bs-tooltip-right .tooltip-arrow:before {
	border-right-color: #0d6efd;
}
.archive-grid .tooltip-primary.bs-tooltip-left .tooltip-arrow:before {
	border-left-color: #0d6efd;
}
.archive-grid .tooltip-primary.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: #0d6efd;
}
.archive-grid .tooltip-secondary .tooltip-inner {
	background-color: #6c757d;
	color: #fff;
}
.archive-grid .tooltip-secondary.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: #6c757d;
}
.archive-grid .tooltip-secondary.bs-tooltip-right .tooltip-arrow:before {
	border-right-color: #6c757d;
}
.archive-grid .tooltip-secondary.bs-tooltip-left .tooltip-arrow:before {
	border-left-color: #6c757d;
}
.archive-grid .tooltip-secondary.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: #6c757d;
}
.archive-grid .tooltip-success .tooltip-inner {
	background-color: #198754;
	color: #fff;
}
.archive-grid .tooltip-success.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: #198754;
}
.archive-grid .tooltip-success.bs-tooltip-right .tooltip-arrow:before {
	border-right-color: #198754;
}
.archive-grid .tooltip-success.bs-tooltip-left .tooltip-arrow:before {
	border-left-color: #198754;
}
.archive-grid .tooltip-success.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: #198754;
}
.archive-grid .tooltip-info .tooltip-inner {
	background-color: #0dcaf0;
	color: #000;
}
.archive-grid .tooltip-info.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: #0dcaf0;
}
.archive-grid .tooltip-info.bs-tooltip-right .tooltip-arrow:before {
	border-right-color: #0dcaf0;
}
.archive-grid .tooltip-info.bs-tooltip-left .tooltip-arrow:before {
	border-left-color: #0dcaf0;
}
.archive-grid .tooltip-info.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: #0dcaf0;
}
.archive-grid .tooltip-warning .tooltip-inner {
	background-color: #ffc107;
	color: #000;
}
.archive-grid .tooltip-warning.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: #ffc107;
}
.archive-grid .tooltip-warning.bs-tooltip-right .tooltip-arrow:before {
	border-right-color: #ffc107;
}
.archive-grid .tooltip-warning.bs-tooltip-left .tooltip-arrow:before {
	border-left-color: #ffc107;
}
.archive-grid .tooltip-warning.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: #ffc107;
}
.archive-grid .tooltip-danger .tooltip-inner {
	background-color: #dc3545;
	color: #fff;
}
.archive-grid .tooltip-danger.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: #dc3545;
}
.archive-grid .tooltip-danger.bs-tooltip-right .tooltip-arrow:before {
	border-right-color: #dc3545;
}
.archive-grid .tooltip-danger.bs-tooltip-left .tooltip-arrow:before {
	border-left-color: #dc3545;
}
.archive-grid .tooltip-danger.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: #dc3545;
}
.archive-grid .tooltip-light .tooltip-inner {
	background-color: #f8f9fa;
	color: #000;
}
.archive-grid .tooltip-light.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: #f8f9fa;
}
.archive-grid .tooltip-light.bs-tooltip-right .tooltip-arrow:before {
	border-right-color: #f8f9fa;
}
.archive-grid .tooltip-light.bs-tooltip-left .tooltip-arrow:before {
	border-left-color: #f8f9fa;
}
.archive-grid .tooltip-light.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: #f8f9fa;
}
.archive-grid .tooltip-dark .tooltip-inner {
	background-color: #212529;
	color: #fff;
}
.archive-grid .tooltip-dark.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: #212529;
}
.archive-grid .tooltip-dark.bs-tooltip-right .tooltip-arrow:before {
	border-right-color: #212529;
}
.archive-grid .tooltip-dark.bs-tooltip-left .tooltip-arrow:before {
	border-left-color: #212529;
}
.archive-grid .tooltip-dark.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: #212529;
}
.archive-grid .tags-overlay.d-flex {
	flex-wrap: wrap;
	gap: 5px;
}
.pager-navs .nav-links {
	text-align: ;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: ;
}
.pager-navs .nav-links a {
	background: #e3eff2;
	padding: 5px 10px;
	border-radius: 3px;
	color: #000;
}
.aligncenter,
.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
.carousel-models .slick-slide {
	margin: 0px 7px;
}
.bg-accent-secondary {
	background: #2d565e;
}
.taxonomy-archive-title {
	border-bottom: 5px solid #58a3b2;
	margin-bottom: 2rem;
}
h1.taxonomy-title {
	margin: 0px;
}
.post-fi img {
	border-radius: 25px;
	margin-bottom: 50px;
	object-fit: cover;
}
.hrt-spacer.sc .mask-line {
	border-top: 1px solid #d2cdc8
}
.hrt-spacer {
	max-width: 600px;
	width: 100%;
	position: relative;
	margin: 100px auto
}
.hrt-spacer .mask-line {
	overflow: hidden;
	height: 20px
}
.hrt-spacer .mask-line::after {
	content: '';
	display: block;
	margin: -25px auto 0;
	width: 100%;
	height: 25px;
	border-radius: 125px/12px;
	box-shadow: 0 0 8px #c6c6c6;
}
.hrt-spacer.shadow .mask-line {
	border-top: 1px solid #e4e0db
}
.hrt-spacer.shadow .mask-line::after {
	border-radius: 600px/40px;
	box-shadow: 0 0 20px #beb6ad;
	content: "";
	display: block;
	height: 50px;
	margin: -50px auto 0;
	width: 100%
}
.hrt-spacer span {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 100%;
	margin-bottom: -25px;
	left: 50%;
	margin-left: -25px;
	border-radius: 100%;
	box-shadow: 0 0 4px #beb6ad;
	background: #fff;
}
.hrt-spacer span i {
	border: 1px solid #c6c6c6;
	border-radius: 100%;
	bottom: 4px;
	color: #ff9800;
	font-style: normal;
	left: 4px;
	line-height: 42px;
	position: absolute;
	right: 4px;
	text-align: center;
	top: 4px;
}
.hrt-spacer-vertical {
	display: inline-block;
	margin-top: 100px;
	margin-left: 100px;
	width: 100px;
	position: relative
}
.hrt-spacer-vertical .mask-line {
	overflow: hidden;
	width: 20px;
	height: 200px
}
.hrt-spacer-vertical.left .mask-line:after {
	content: '';
	display: block;
	margin-left: -20px;
	width: 20px;
	height: 100%;
	border-radius: 12px/125px;
	box-shadow: 0 0 8px #000
}
.hrt-spacer-vertical.right .mask-line:before {
	content: '';
	display: block;
	margin-left: 20px;
	width: 20px;
	height: 100%;
	border-radius: 12px/125px;
	box-shadow: 0 0 8px #000
}
.swiper-container.escorts-testimonials-carousel {
	overflow: hidden;
}
.swiper-container.escorts-testimonials-carousel {
	margin: auto;
}
.escorts-testimonials-carousel h3,
.escorts-testimonials-carousel p {
	margin-bottom: 0px;
}
.escorts-testimonials-carousel .swiper-button-next,
.escorts-testimonials-carousel .swiper-button-prev {
	color: #ffffff;
}
.escorts-testimonials-carousel .swiper-button-next,
.escorts-testimonials-carousel .swiper-rtl .swiper-button-prev {
	right: 5px;
	left: auto;
	background: rgba(0, 0, 0, 0);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	transition: all .2s;
}
.escorts-testimonials-carousel .swiper-button-prev,
.escorts-testimonials-carousel .swiper-rtl .swiper-button-next {
	left: 5px;
	right: auto;
	background: rgba(0, 0, 0, 0);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	transition: all .2s;
}
.escorts-testimonials-carousel .swiper-button-next:hover,
.escorts-testimonials-carousel .swiper-button-prev:hover {
	background: #000000;
}
.escorts-testimonials-carousel .swiper-button-next::after,
.escorts-testimonials-carousel .swiper-button-prev::after {
	font-size: 24px;
}
.escorts-testimonials-carousel .swiper-button-prev::after,
.escorts-testimonials-carousel .swiper-button-next::after {
	font-size: 24px;
}
.escorts-testimonials-carousel .swiper-slide {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.escorts-testimonials-carousel .swiper-container {
	background: rgba(0, 0, 0, .3);
	color: #fff;
	padding: 25px;
	border-radius: 10px;
}
.escorts-testimonials-carousel .swiper-container.escorts-testimonials-carousel {
	background: #fbfbfb45;
	padding: 20px;
	border-radius: 15px;
}
.escorts-testimonials-carousel .swiper-wrapper {
	padding: 5px;
}
.elementor-widget-testimonials-carousel {
	background: rgba(0, 0, 0, .3);
	border-radius: 15px;
}
.swiper-slide.testimonial-item {
	padding: 20px 60px;
}
@media (max-width: 768px) {
	.elementor-widget-testimonials-carousel {
		margin: 10px;
		width: calc(100% - 20px);
	}
}
.links-category.verificada {
	background-color: #339933;
	color: #ffffff;
}
.links-category.video {
	background-color: #ff0000;
	color: #ffffff;
}
.links-category a {
	transition: all .2s;
}
.links-category a,
.old-content .hub-tagcloud-noclick span {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	background-color: #ffffff;
	padding: 4px 8px 4px 8px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #ff9701;
	border-radius: 3px 3px 3px 3px;
	font-weight: 400;
}
.single-models .buttonanim {
	background: #ff9701;
	color: #fff;
	padding: 15px 30px;
	margin-top: 0px;
	border-radius: 4px;
	font-size: 20px;
	text-decoration: none;
	min-width: 300px;
	display: inline-block;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	border-radius: 3px 3px 3px 3px;
}
@media screen and (max-width: 767px) {
	.old-content .hub-tagcloud-noclick span {
		font-size: 18px;
		padding: 10px 15px 10px 15px;
		margin: 0px 10px 10px 0px;
	}
}
.signature-style {
	color: #ff9701 !important;
	font-weight: 400;
	font-style: italic;
	font-family: Alex Brush;
	font-size: 2.2rem;
	margin-left: auto; /* mueve a la derecha en flex/grid */
    display: block;    /* asegura comportamiento de bloque */
    text-align: right; /* funciona si no es flex directo */
}
@media screen and (max-width: 780px) {
	.wp-caption.aligncenter {
		max-width: 100%;
	}
	.wp-caption.aligncenter img {
		max-width: 100% !important;
		height: auto !important;
	}
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 570px;
		margin-right: auto;
		margin-left: auto;
	}
	#custom-modal .modal-body {
		padding: 15px 50px 15px 50px;
	}
}
#custom-modal.modal {
	background-color: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(15px);
}
#custom-modal .modal-header h5.modal-title {
	font-weight: bold !important;
	color: black !important;
	text-align: center !important;
	margin: auto !important;
}
#custom-modal .modal-body {
	font-size: 15px;
	font-weight: 300;
	text-align: center !important;
}
.modallink:link {
	color: #666666;
	text-decoration: underline;
}
.modallink:hover {
	color: #666666;
}
#custom-modal .modal-body h3 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
}
#custom-modal .modal-body h3,
#custom-modal .modal-body p {
	margin-bottom: 10px;
}
.custom-modal-buttons .btn {
	width: 40%;
	border-radius: 3px;
	margin-bottom: 20px;
}
#custom-modal h3.text-danger.fw-bold {
	color: orange !important;
	background: #222;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.navbar-nav .nav-link.active {
	color: #ff9701;
}
.navbar-toggler {
	border-color: rgba(255, 255, 255, 0.5);
	/* White border for the toggler button */
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	/* White-colored bars */
}
.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: .5;
	right: 20px;
	position: absolute;
}
body.admin-bar .btn-close {
	top: 60px !important;
}
.custom-modal-buttons .btn.btn-success {
	background: #ff9701;
	border-color: #ff9701;
	color: #000;
}
#custom-modal .modal-body a:hover {
	color: #fff;
}
.custom-modal-buttons .btn {
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
}
.custom-modal-buttons .btn.btn-secondary {
	background: #222;
	border-color: #222;
}
#custom-modal .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #fff;
	pointer-events: auto;
	background-color: #000;
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, .1);
}
.vip-escort-status img {
	width: 80px;
	margin-bottom: 10px;
}
.profile-header-img.rounded-circle {
	border: 10px solid #fff;
	margin-top: 40px;
	margin-bottom: -150px;
	background-color: #ddd;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
	max-width: 250px;
}
.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	filter: "alpha(opacity=10)";
	opacity: 0.1;
	margin: 0;
	padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #000000;
	left: 0;
	right: 0;
	margin: 0;
	color: white;
	font-size: 12px;
	font-weight: 300;
	font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
	display: initial;
	filter: "alpha(opacity=70)";
	opacity: 0.7;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
	filter: "alpha(opacity=100)";
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
	display: none;
}
.justified-gallery > .jg-spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0 10px 0;
	left: 50%;
	filter: "alpha(opacity=100)";
	opacity: 1;
	overflow: initial;
}
.justified-gallery > .jg-spinner > span {
	display: inline-block;
	filter: "alpha(opacity=0)";
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px 0 4px;
	background-color: #000;
	border-radius: 6px;
}
.model-gallery-width {
	max-width: 1200px;
	margin: 0 auto;
}