@import url('https://fonts.googleapis.com/css2?family=Amarante&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-family: "Poppins", sans-serif !important;
}

.container {
	max-width: 1208px;
	margin: 0 auto;
}

/* HEADER */

header.site-header {
	margin-bottom: 30px;
}

#menu-mainmenu {
	list-style: none;
}

.menu-bg {
	background: #000;
	box-shadow: 0 0 20px black, 0 0 15px rgb(255 255 255 / 45%) inset !important;
}

ul#menu-mainmenu {
	display: flex;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	flex-flow: row;
}

#menu-mainmenu > li {
	border-right: 1px solid #282828;
	padding: 0 8px;
}

#menu-mainmenu > li:last-child {
	border-right: 0px;
	margin-right: 0px;
}

ul#menu-mainmenu a {
	text-decoration: none;
	padding: 15px 0;
	display: inline-block;
	font-size: 14px;
}


/* HOMEPAGE */

.first-wrap .site-entry .site-details {
	display: none !important;
}

.link-box a.site-link:hover {
	background-color: #120e0e1f;
}

.link-box a.site-link {
	margin-top: 2px !important;
	margin-bottom: 2px;
}

.link-box h2 {
	font-size: 18px;
}

.link-box h2 a {
	text-decoration: none;
}

.link-box {
	overflow-y: auto !important;
}

/* Addsite Page */

.page-template-template-addsite-php {
	text-align: left;
}

.page-template-template-addsite-php .site-header {
	text-align: center;
}

.enquiry-form {
	display: none;
}

.enquiry-form {
	background: #f0f0f0;
	padding: 30px;
	border-radius: 20px;
	margin-top: 30px;
}

.page-template-template-addsite-php .enquiry-form {
	display: block;
}

.form-fields {
	margin-bottom: 20px;
	width: 48%;
}

.enquiry-form label {
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.enquiry-form label +  br {
	display: none;
}

.enquiry-form input {
	width: 100%;
	height: 41px;
}

.page-template-template-addsite-php article {
	padding: 30px !important;
}

.category {
	margin-top: 20px;
}

.category .col-6 {
	margin-bottom: 10px;
}

.category .col-6:nth-child(odd) {
	padding-right: 5px;
}

.category .col-6:nth-child(even) {
	padding-left: 5px;
}

/*.category .maddos-taxonomy-description{*/
/*    max-height:220px;*/
/*    overflow-y:auto;*/
/*}*/

.enquiry-form-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.enquiry-form-wrapper > div:nth-child(2) ~ div , .enquiry-form-wrapper textarea {
	width: 100%;
}

.enquiry-form-wrapper input[type="submit"] {
	background: #333;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}


/* FOOTER */

footer#site-footer {
	text-align: center;
	padding-top: 60px;
}


/* BLOG PAGE */

img {
	max-width: 100% !important;
	height: auto !important;
}

.row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}

.col-6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.page-template-template-blog .first-wrap, .page-template-template-categories .first-wrap {
	max-width: 100%;
}

.single-post-block {
    background-color: #535152;
    border-radius: 10px;
    overflow: hidden;
    top: 20px;
    position: relative;
	height: 100%;
}

.maddos-copyright p, .maddos-copyright p a, .maddos-copyright p span.rs_footer_link {
    color: #fff;
	opacity: 1;
}
.box-form-content a {
    color: #d631c6 !important;
}
.single-post-block h2 {
    background: #f71d1d00 !important;
    padding: 20px 30px 10px !important;
    /* margin-top: -4px; */
    font-size: 25px !important;
    color: #fff;
    margin-top: 0px;
    line-height: 30px;
}
.single-post-block a {
    text-decoration: none !important;
}
.single-post-block .single-post-block__inner p {
    color: #fff !important;
}
.single-post-block .single-post-block__inner a.read-blog {
    color: #fff;
    background: #d631c6;
    border-radius: 5px;
}
.page-template-template-blog .single-post-block .post-img img.wp-post-image {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    margin: 0px;
}
.single-post-block__inner {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.single-post-block a {
	text-decoration: none;
}

.read-blog:hover {
	color: #e50000;
}

.read-blog {
	display: block;
	text-align: center;
	padding: 10px;
	background: #444242;
}

.single-our_blog .maddos-single-left, .single-our_blog .maddos-single-right {
	width: 100%;
}

.single-our_blog .maddos-single-left {
	margin-bottom: 30px;
}

.single-our_blog .maddos-content-scroll {
	max-height: inherit;
	overflow-y: visible;
}

.single-post-block__inner p, .single-post-block a {
	color: rgb(192, 192, 192);
}

/* Detail */

.maddos-taxonomy-description {
	color: #000 !important;
}

.single-post .first-wrap {
	max-width: 100%;
}

.col-md-12 {
	padding-left: 15px;
	padding-right: 15px;
}

.single-post #content {
	margin: 0 auto !important;
}

.single-post article {
	padding: 30px;
}

#comments {
	display: none;
}

/* category page */

/* .category-link a {
	background: #000000;
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.category-link a:hover {
	background: #000;
} */

.category-link a {
    background: #1A171A;
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #fff !important;
    border-radius: 10px;
}

.category-link a:hover {
    background: #d631c6 !important;
    text-decoration: none;
}
.category-link a h2 {
    font-size: 20px !important;
    line-height: 20px;
    text-align: center;
}
.category-link h2 {
	margin: 0px;
	font-size: 18px;
}
.margin-categories .category-link {
    margin-bottom: 15px;
}
.descp {
	text-align: center;
	margin: 30px auto;
	max-width: 1000px;
}

.copyright-info {
	font-size: 14px !important;
}

.serv_title {
	text-align: left;
}

.serv_description {
	text-align: left;
	padding: 0px 20px 0px 20px;
}

.serv_data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.serv_description , .serv_img {
	width: 50%;
}

.serv_description a.review-cta {
	margin: 0 auto;
	background: #cc0505;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 20px;
	color: #fff;
	text-shadow: none;
}

.serv_img {
	text-align: center!important;
}

.serv_img img {
	box-shadow: none;
	float: left;
}

/* New field css (vixen inner page) */
.content.new-field h1 {
	text-align: left;
}

.content.new-field a img {
	float: left;
	width: 50%;
	margin-left: 0px;
	max-width: 600px !important;
	margin-bottom: 0px;
}

.content.new-field .review-content-wrap {
	padding: 0px;
	width: 50%;
	float: right;
}

.content.new-field .review-cta {
	min-width: 50%;
	float: right;
	margin-top: 20px;
	background: #ff1212;
	border-radius: 5px;
	height: 75px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	text-transform: capitalize;
	text-shadow: none;
	font-weight: 700;
}

.maddos-menu {
	background: transparent !important;
}

ul#menu-mainmenu {
	margin: 0 auto;
	float: none;
	background: transparent;
}

#menu-mainmenu > li {
	border-right: hidden;
	padding: 0 8px;
	background: transparent;
}

ul#menu-mainmenu a {
	font-size: 17px;
	background: transparent;
	font-weight: 500;
}

a.button.button-primary {
	background: #d631c6 !important;
	font-size: 14px;
	padding: 15px 10px;
	border-radius: 20px;
	min-width: 150px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	transition: all 0.3s ease;
}

.maddos-column aside .maddos-widget-title {
	background: #D631C6 !important;
}

a.button.button-primary:hover {
	text-decoration: none;
	background-color: #000;
}

body {
	background: #000 !important;
}

.maddos-header {
	display: flex;
	align-items: center;
}

.maddos-search {
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	width: 100%;
	max-width: 650px;
}

.maddos-search input {
	background-color: #372947 !important;
	max-width: 100%;
	width: 100%;
	border: hidden !important;
	height: 60px;
	border-radius: 50px !important;
	background-image: none !important;
	font-size: 20px !important;
	color: #fff !important;
	padding: 0 20px 0 50px !important;
	outline: none;
}

.maddos-search svg {
	position: absolute;
	left: 15px;
	top: 21px;
}

.mb-30 {
	margin-bottom: 30px;
}

section.hero-wrapper {
	padding: 20px 0;
}

.maddos-widget-title {
	background-color: #b90623 !important;
	padding: 15px 10px 15px !important;
	border: hidden !important;
	border-radius: 20px 20px 0 0;
}

.maddos-category-header-title {
	line-height: 1 !important;
}

aside.widget.maddos-widget {
	background-color: #1A171A !important;
	border-radius: 15px;
	filter: drop-shadow(2px 4px 6px #16121A);
}

.maddos-category-wrapper {
	background: transparent !important;
}

.maddos-category-wrapper ol li {
	list-style: none;
	margin: 0 !important;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.maddos-category-wrapper ol li a {
	font-size: 16px;
	color: #fff;
}

.maddos-category-wrapper ol {
	padding: 20px !important;
	display: flex;
	flex-flow: column;
	row-gap: 20px;
}

.maddos-category-wrapper ol li .maddos-icon {
	width: 30px !important;
	height: 30px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-color: rgb(217 217 217 / 50%);
	padding: 2px;
	border-radius: 100%;
}

/*-- New Size --
.maddos-column {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
width: 100% !important;
gap: 30px;
}
.row.maddos-directory {
display: flex;
flex-flow: column;
}
/*-- New Size End --*/

.maddos-link-container {
	background: transparent !important;
	box-shadow: none !important;
	border: hidden !important;
}

.maddos-link-header {
	background: transparent !important;
	border: hidden !important;
}

.maddos-link-header h1 {
	margin: 0;
	font-size: 35px;
}

body .bg-dark {
	background-color: #1A171A !important;
}

.box-form-content {
	background-color: #242224 !important;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.box-form-content h2, .box-form-content p, .box-form-content span {
	color: #fff !important;
}

.maddos-category-wrapper ol li a.maddos-link {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	width: calc(100% - 60px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.container {
	width: 1200px;
}

footer .logo-footer {
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}

ul#menu-footer-menues {
	display: flex;
	width: 100%;
	flex-flow: row;
	justify-content: center;
}

footer {
	padding: 30px 0;
}

h1#search-site {
	font-family: "Amarante", serif !important;
	font-weight: 600;
}

.maddos-category-header-title {
	font-family: 'POPPINS';
}

.maddos-link-header h1 {
	font-family: 'Amarante';
}
/* new css listing inner new start 19-03-2026 */

/* .sections-wrapper .rounded-20 {
background-color: #1A171A;
border-radius: 20px;
padding: 24px !important;
} */
/* .sections-wrapper .container{
max-width: 1200px !important;
width: 100%;
padding: 0px 24px;
} */

.rounded-20 {
	border-radius: 20px;
}

.sections-wrapper .left-links a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d631c6;
	border-radius: 100%;
	padding: 12px;
	transition: 0.5s all ease;
}

.sections-wrapper .left-links a:hover {
	background: #d631c6;
}

.sections-wrapper .search-wrapper {
	background: #372947;
	max-width: 100%;
	width: 100%;
	padding: 8px !important;
}

.sections-wrapper .search-icon {
	color: #cfc6e6;
	width: 20px;
	max-width: 20px;
	flex: 0 0 20px;
	line-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: fit-content;
	position: relative;
	top: 2px;
}

.sections-wrapper .search-btn {
	background: #D631C6;
	color: #fff;
	border: none;
	font-weight: 500;
	transition: 0.5s all ease;
	border: 1px solid #D631C6;
	font-size: 18px;
	line-height: 23px;
	padding: 10px 20px !important;
}

.sections-wrapper {
	padding: 40px 0px;
}

h3.porn-tube-title {
	margin-top: 0px;
	margin-bottom: 16px;
}

p, ul, li {
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

.form-control::placeholder {
	font-size: 18px;
	color: #fff !important;
	line-height: 14px;
}

.form-control {
	display: block;
	width: 100%;
	height: 20px;
	padding: 6px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.position-relative {
	position: relative!important;
}

.review-card__badge {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	padding: 10px;
	background: linear-gradient(to top, #1F1F1F, #1F1F1F, transparent);
	color: #fff;
	gap: 10px;
}

.text-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #AEA8AE;
}

.text-grey {
	color: #AEA8AE !important;
}

.top-pre-left {
	position: relative;
	z-index: 1;
}

.top-pre-left::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 35px;
	width: 9px;
	height: 20px;
	background: url('https://adultseohub.com/porn-sites/wp-content/uploads/2026/03/top-free-icon.webp') no-repeat;
	background-size: contain;
}

.gap-3 {
	gap: 1rem!important;
}

.review-details {
	max-height: 70%;
	overflow-y: scroll;
}

h3.h4 {
	font-size: 30px;
	margin-bottom: 20px !important;
	line-height: 40px;
	font-weight: 400;
}

.black-dark {
	background: #1A171A;
}

.black-light {
	background: #242224;
}

.pre--card .pre-card-header {
	border-radius: 15px 15px 0px 0px;
}

.pre--card .pre-card-header.musted-bg .pre-card-icon {
	background: #E5C773;
}

.pre--card .pre-card-header .pre-card-icon, .pre--card .pre-card-body .pre-card-count {
	width: 60px;
	max-width: 60px;
	flex: 0 0 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
}

.pre--card .pre-card-header.musted-bg+.pre-card-body .pre-card-count {
	background: #4B3908;
	border: 1px solid #DEB444;
}

.pre--card .pre-card-header.prussian-blue-bg+.pre-card-body .pre-card-count {
	background: #08314B;
	border: 1px solid #DEB444;
}

.pre--card .pre-card-header.maroon-bg+.pre-card-body .pre-card-count {
	background: #4B0822;
	border: 1px solid #DE4482;
}

.pre--card .pre-card-header.green-bg+.pre-card-body .pre-card-count {
	background: #084B21;
	border: 1px solid #44DE7F;
}

.pre--card .pre-card-header.dark-blue-bg+.pre-card-body .pre-card-count {
	background: #0A084B;
	border: 1px solid #4944DE;
}

.pre--card .pre-card-header.maroon-bg+.pre-card-body .pre-card-count {
	background: #4B0822;
	border: 1px solid #DE4482;
}

.pre--card .pre-card-body li, .pre--card .pre-card-body li a {
	display: flex;
	align-items: center;
	color: #fff;
}

.pe-2 {
	padding-right: .5rem!important;
}

.musted-bg {
	background: #7C5E0B;
}

.prussian-blue-bg {
	background: #0B517C;
}

.maroon-bg {
	background: #7C0B38;
}

.green-bg {
	background: #0B7C36;
}

.dark-blue-bg {
	background: #0F0B7C;
}

.maroon-bg {
	background: #7C0B38;
}

.margin-minus {
	margin-top: -130px !important;
}

.container {
	width: 100%  !important;
	max-width: 1200px !important;
	padding: 0px 25px !important;
}

.navbar-collapse {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

ul#menu-mainmenu a {
	padding: 8px 0 !important;
}

ul#menu-mainmenu {
	flex-wrap: wrap !important;
}

.row-header-center .col-xs-12 {
	padding: 0px;
}
/* single list detail */

.space-xl {
	padding-block: 120px;
}

.video-card {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	border-radius: 12px;
}

.video-card .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.video-card .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: none;
	background: #fff;
	font-size: 22px;
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

h3.h5 {
	font-size: 26px;
	font-family: "trap", "DM Serif Display", sans-serif !important;
	margin: 0px;
	line-height: 31px;
}

h2, h2.h2 {
	font-size: 40px !important;
	margin: 0 0 20px;
	line-height: 51px;
}

#more-likes, #latest-videos, #user-name {
	font-family: "Amarante", serif !important;
}
/*  */
.maddos-link-content {
    color: #fff !important;
}
 
@media (min-width: 992px) {
	.col-lg-3 {
		width: 25% !important;
	}
}

@media (max-width: 1599px) {
	.mb-30 {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.margin-minus {
		margin-top: -50px !important;
	}

	p, ul, li {
		font-size: 16px;
		line-height: 26px;
	}
}


/* new css listing inner new end 19-03-2026 */
@media (max-width: 767px) {
	.single-post-block h2 {
    font-size: 20px !important;
    line-height: 26px;
}
	.home .maddos-column.col-xs-3, .col-xs-3 {
		width: 50% !important;
	}

	ul#menu-mainmenu {
		flex-wrap: wrap;
	}

	#menu-mainmenu > li {
		width: 100%;
	}

	footer #footer-collapse, footer #footer-collapse ul {
		flex-wrap: wrap;
	}
    
    .space-xl {
    padding-block: 70px;
}
.category-link a h2 {
    font-size: 18px !important;
    line-height: 18px;
}
}

@media (max-width: 479px) {
	.maddos-post-header {
		line-height: 1.5;
	}

	.maddos-link-content .maddos-content-scroll {
		word-break: break-all;
	}

	.home .maddos-column.col-xs-3, .col-xs-3, .col-6, .col-xs-6 {
		width: 100% !important;
	}

	.maddos-url-links-wrapper .maddos-url-link-container {
		width: 50%;
	}

	.category .col-6 {
		padding: 0 10px !important;
	}

	.maddos-header-image img {
		max-width: 100% !important;
		width: 100% !important;
	}
}