/*
Theme Name: asianporngif 23
Author: Andrew Baseball
Version: 6.1
*/

.clr-count {
	color: hsl(var(--clr-green));
}

.post-title {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1rem;
	text-shadow: .5px .5px .5px rgba(0,0,0,.5);
}
.post-title a {
	display: block;
	padding: 0.5rem;
	font-weight: 500;
}
.post-title a span {
	--max-lines: 1; 
	overflow: hidden;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--max-lines);
	padding: 0.125rem 0;
	line-height: 1.1;
}



.single-post-media {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 50;
	justify-content: center;
	gap: 2rem;
}
.single-post-media img, .single-post-media picture {
	background-color: hsl(var(--clr-main) / 4%);
}
/* 768px  */
@media (min-width: 48rem) {
	.single-post-media img, .single-post-media picture {
		border-radius: 0.25rem;
	}
}
/* 1024px  */
@media (min-width: 64rem) {
	.single-post-media img, .single-post-media picture {
		width: 100%;
		height: 100%;
		max-height: 80vh;
		object-fit: contain;
	}
}

.single-title {
	padding-top: 1rem;
}
.single-title h1 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	text-transform: capitalize;
	word-break: break-word;
	padding: 0.5rem 0;
}

.single-post-tags {
	display: flex;
	flex-flow: row wrap;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: 1rem 0;
	gap: 0.5rem;
}
.single-post-tags span svg {
	width: 1.5rem;
	height: 1.5rem;
}
.single-post-tags a {
	flex: 0 0 auto;
	background-color: hsl(0, 0%, 25%);
	color: hsl(var(--clr-main));
	font-size: 1rem;
	font-weight: 500;
	padding: 0.25rem 0.75rem;
	text-transform: capitalize;
	display: inline-block;
	/*border: 0.0625rem solid hsl(var(--clr-main) / 50%);*/
	border-radius: var(--br-sm);
}
.single-post-tags a:hover {
	background-color: hsl(var(--clr-main));
	color: #fff;
}

.meta-buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-bottom: 0.75rem;
	border-bottom: 0.125rem dashed hsl(0, 0%, 30%);
}
.meta-download a {
	display: flex;
	flex-flow: row wrap;
	color: hsl(var(--clr-green) / 75%);
}
.meta-download a .text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.25rem;
	padding-left: 0.5rem;
}
.meta-download a .svg svg {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	color: hsl(0, 0, 30%);
}
.meta-download a:hover {
	color: hsl(var(--clr-green) / 100%);
}
.meta-share button {
	display: flex;
	flex-flow: row wrap;
	color: hsl(var(--clr-green) / 75%);
	cursor: pointer;
	transition: var(--transition-time);
	text-shadow: .5px .5px .5px rgba(0,0,0,.5);
}
.meta-share button .text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.25rem;
	padding-right: 0.5rem;
}
.meta-share button .svg svg {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	color: hsl(0, 0, 20%);
}
.meta-share button:hover {
	color: hsl(var(--clr-green) / 100%);
}

.single-random {

}
.single-random a {
	display: flex;
	padding: 0.35rem;
	background: hsl(0, 0%, 35%);
	border-radius: var(--br-sm);
	/* transition: box-shadow var(--transition-time); */
	justify-content: center;
}
.single-random a svg {
	width: 2rem;
    height: 2rem;
    padding: 0.3rem;
}
.single-random a:hover {
	background: hsl(0, 0%, 50%);
}

.single-prev a {
	display: flex;
	padding: 0.35rem;
	background: hsl(0, 0%, 35%);
	border-radius: var(--br-sm);
	/* transition: box-shadow var(--transition-time); */
	justify-content: center;
}
.single-prev a svg {
	transform: rotate(180deg);
	width: 2rem;
    height: 2rem;
    padding: 0.4rem;
}
.single-prev a:hover {
	background: hsl(0, 0%, 50%);
}

.single-next {
	flex-grow: 1;
}
.single-next a {
	display: flex;
	padding: 0.35rem;
	background: hsl(var(--clr-pink));
	border-radius: var(--br-sm);
	justify-content: center;
}
.single-next a .text {
	font-size: 1.1rem;
	line-height: 2rem;
	text-transform: uppercase;
	padding-right: 0.25rem;
	font-weight: 500;
}
.single-next a .svg svg {
	width: 2rem;
	height: 2rem;
	padding: 0.4rem;
}
.single-next a:hover {
	background: hsl(var(--clr-pink) / 80%);
}

.related-container h2 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding: 1rem;
}


.single-more {
}
.single-more h2 {
	width: 100%;
	text-align: center;
	padding: 0 0.5rem 2rem 0.5rem;
}
.single-more h2 span {
	color: hsl(var(--clr-main));
	text-decoration: underline;
	white-space: nowrap;
	transition: color var(--transition-time);
}
.single-more h2 span:hover {
	color: hsl(var(--clr-purple-light));
}


.single-outstream {
	text-align: center;
	font-size: 0;
	width: 100%;
	overflow: hidden;
	border-radius: var(--br-desktop);
}
.single-ad {
	text-align: center;
	font-size: 0;
}
.single-ad iframe {
	border-radius: var(--br-sm);
}
.single-gallery-ad {
	display: flex;
	justify-content: center;
	height: calc(275px + 4rem);
	margin-bottom: 2rem;
	overflow: hidden;
	background: linear-gradient(135deg,hsl(270deg 100% 50% / 20%),hsl(290deg 100% 50% / 20%));
	padding: 2rem;
	border-radius: var(--br-desktop);
	align-items: center;
}
.single-gallery-ad > div {
	border-radius: var(--br-lg);
	transform: scale(1.1);
	background: hsl(var(--clr-white));
}
.single-gallery-ad > iframe {
	border-radius: var(--br-lg);
	transform: scale(1.1);
	background: hsl(var(--clr-white));
}

.page-wrapper {
	padding: 2rem 1rem;
}
.page-wrapper h1 {
	font-size: 1.75rem;
	padding-bottom: 0.5rem;
}
.page-wrapper p {
	padding: 0.5rem 0;
}
.page-wrapper a {
	color: hsl(var(--clr-main));
}
.page-wrapper a:hover {
	text-decoration: underline;
}


.footer-ads {
	padding: 2rem 0;
	display: flex;
	flex-flow: column;
	gap: 1rem;
	width: 100%;
	max-width: 64rem;
	margin: 0 auto;
}
.footer-ad {
	/*height: calc(250px * 1.1);*/
	overflow: hidden;
	text-align: center;
}
.footer-ad > div {
	/*border-radius: 0.15rem;*/
	/*overflow: hidden;*/
	/*transform: scale(1.1);*/
	/*transform-origin: 50% 0%;*/
	/*margin-top: 0.5rem;*/
}
.footer-ad > iframe {
	/*transform: scale(1.1);*/
	/*transform-origin: 50% 0%;*/
	/*display: flex;*/
	/*border-radius: 0.15rem;*/
	overflow: hidden;
	/*gap: 1rem;*/
	/*margin-top: 0.5rem;*/
}

/*multiformat - banners*/
.footer-ad > div > div {
	display: flex;
	gap: 1rem;
	flex-direction: row !important;
	flex-wrap: wrap;
	justify-content: center;
	/*transform: scale(1.1);*/
	/*transform-origin: 50% 0%;*/
	/*margin-top: 0.5rem;*/
}
.footer-ad > div > div > div {
	border-radius: 0.15rem;
	overflow: hidden;
}


/* exo footer widget */
.footer-ads .exo-native-widget-header {
	display: none !important;
}
.footer-ads .exo-native-widget-item-image {
	overflow: hidden !important;
	border-radius: var(--br-sm) !important;
}
.footer-ads .exo-native-widget-item-content {
	padding-top: 4px !important;
	max-height: 60px !important;
}
.footer-ads .exo-native-widget-item-title {
	color: #fff !important;
	font-size: 14px !important;
	line-height: 18px !important;
	display: block !important;
}
.footer-ads .exo-native-widget-item-brand {
	color: hsl(var(--clr-main)) !important;
	font-size: 11px !important;
	line-height: 12px !important;
	/*display: none !important;*/
}
.footer-ads .exo-native-widget-item-image-wrapper {
	/*background-color: hsl(0, 0%, 20%) !important;*/
}
.footer-ads .exo-native-widget-item-image {
	background-color: hsl(0, 0%, 20%) !important;
}

/* exo inpage push */
.exo-ipp-container {
	margin-bottom: 1rem !important;
	box-shadow: 0 0 8px hsl(0deg 0% 0% / 50%);
	background: hsl(var(--clr-black) / 50%) !important;
	backdrop-filter: blur(5px);
	color: #fff !important;
}
.exo-ipp-container.mobile {
	margin: 0.75rem !important;
}
.exo-ipp-close-button {
	max-width: inherit;
}
.exo-ipp-text-container {
	font-size: 0.9rem;
	line-height: 1.25rem;
	margin-left: 10px !important;
}
.exo-ipp-container .exo-ipp-image {
	width: 116px !important;
	object-fit: cover;
}
.exo-ipp-container.mobile .exo-ipp-image {
	width: 106px !important;
}
.exo-ipp-close-button {
	width: 16px !important;
	height: 16px !important;
}


/* exo video slider */
/*[id*="exo_slider_4970276"].exo_wrapper {
	right: 0.5rem !important;
	bottom: 3.75rem !important;
	height: 8rem !important;
	max-height: 8rem !important;
	width: 50vw !important;
	max-width: 12rem !important;
	display: flex !important;
	overflow: hidden;
	border-radius: var(--br-lg);
	box-shadow: 0 0 0.5rem hsl(var(--clr-black) / 50%);
}
[id*="exo_slider_4970276"] .exo_close {
	opacity: 0 !important;
}
[id*="_mute_button"] {
	opacity: 0 !important;
}*/



.page-load-status {
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
	height: 8rem;
}
.infinite-scroll-request {
	padding: 1.5rem;
}
.infinite-scroll-last {
	padding: 1.5rem 0;
	
}
.infinite-scroll-error {
	padding: 1.5rem 0;
	
}

.pagination {
	display: none;
}
.pagination-loader {
	display: flex;
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 5rem;
	height: 5rem;
	margin: auto;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 4rem;
	height: 4rem;
	margin: 0.5rem;
	border: 0.5rem solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: hsl(var(--clr-main)) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
