@font-face {
	font-family:"Century Gothic"; ;
	src: url("/wp-content/themes/theBible/assets/fonts/CenturyGothic.ttf");
	font-display: swap;
  }


/**********************************************************************************
 							MAIN STYLE 
 **********************************************************************************/

 header{
	margin-bottom:40px;
 }
 
 body.admin-bar #shiftnav-toggle-main, body.admin-bar .shiftnav {
	top: 0!important;
	padding-top: 15px;
    padding-bottom: 10px;
}

/* ID della searchBar */
#s{
	width: 80%;
    border-radius: 15px;
    margin-top: 30px;
}

.breadcrumbs{
	margin-left: 20px;
	margin-top: 20px;
	
}
.aioseo-breadcrumb, .aioseo-breadcrumb a {
	color: #474747;
	font-weight: 900;
	text-decoration: none;
}
.aioseo-breadcrumb a {
	color: #00aeef;
}

body {
	/* background: #767676; */
	/* background: #848383; */
	/* background: #9b9b9b; */
	background: #e0e8f6;
	/* background: #ffffff; */
	font: normal 15px / 25px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
   
	
}

h1 {
	color:#000;
	font-size:75px;
	text-align:center;
	font-family: "Century Gothic";
	margin-bottom:0;
	margin-top:0;
}
h2 {
	
  font-family: "Century Gothic";
  font-weight: 900;

}
.h2 {
	
	font-family: "Century Gothic";
}
.h3 {
	
	font-family: "Century Gothic";
	
}
.h4 {

	font-family: "Century Gothic";
	
}
.h5 {

	font-family: "Century Gothic";
	
}
.h6 {
	
	font-family: "Century Gothic";
	font-weight: normal;
  
  }
small{
	font-size: .7em!important;

}

img {
	max-width:100%;
}
.evenMoreSites{
	border-radius: 10px;
}
.EvenMoreSitesTitle{
	font-weight: bold;
}
.logo-image {
    width: 100%;
    text-align: center;
}
.logo {
  max-width: 70%;
  margin: -30px 0 0px;
}

.logged-in .wrapper{
	top:35px
}

.col{
	padding: 4px;
}

.col-2{
	width: 12.33333333%!important;
}

.row-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.sitetitle {
	font-family: "Century Gothic";
	color: #000;
	font-weight: 900;
	text-decoration: none;
}
.tagline {
	text-align: center;  
	display:block;
	font-size:30px;
	font-family: "Century Gothic";
	color: #000;
	margin: 15px;
	margin-bottom: 30px;
	/* border-top: 1px solid black;
    border-bottom: 1px solid black; */
	font-weight: 600;
}
.description {
  margin: 0;
  font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 1.2;
}
.categorydescriptions {
    font-size: 12px;
    padding: 8px 8px 5px 8px;
    font-weight: 500;
    margin: auto;
    text-align: center;
    color: #4b4c4f;
    line-height: 1.3em;
    width: 100%;
}
.row {
	margin-top: 30px;
}
.column {
	float: left;
	width: 25%;
	padding-left:4px;
	padding-right:4px;
	box-sizing: border-box;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

.h3-header {
	font-size: 16px;
    color: #000;
    font-weight: 600;
	padding: 5px 0px;
	text-align: center;
	font-family: "Century Gothic";
	display: inline-block;
	margin:0;
	width:80%;
}

.animationBtn{
	 /* Aggiunta della transizione al box-shadow */
	 transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.animationBtn:hover {
    /* background-color: #0056b3; */
    /* Stili aggiuntivi per il risalto */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05); /* Allargamento del bottone */
}

.block-list {
	font-size: 14px;
	color: #474747;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.favicon {
	vertical-align: top;
	width: 16px;
	height: 16px;
    margin-right: 4px!important;
}
.homeFavicon{
	margin-top:2px;
}
.addFavicon{
	margin-left:5px;
	margin-top:-1px;
}
.external {
	text-decoration: none;
	color: #474747;
}
#bottomBtnToHome{
	width: 80%;
	padding: 20px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
.footer{
	background-color: #000;
}
.footer ul{
	padding: 0 10px;
}
.footer li{
	display: inline;
	margin-left: 5px;
}
.footerLi:hover{
	background-color: #00aeef!important;
}

.footer a{
	color:#fff;
	text-decoration: none;
}

.footerInfo{
	margin-top:1rem;
}

.footerTitle {
	font-size: 18px;
	text-align:center;
	margin-top: 30px;
	color: #000;
}


/***********************************************************************************
                             HOMEPAGE CSS 
****************************************************************************************/
.menuRightSide{
	padding-top: 0.5rem;
}
.LogoNav{
	position: relative;
    bottom: 24px;
}

.homepageBlock {
	display: flex;
	justify-content: space-between;
    padding: 0 15px;
}

.block {
	border-radius: 10px;
	margin-bottom: 12px;
	border: solid 4px black;
	background-color: #ffffff;
	
  }

 /* .block-header {
	 display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
	border-bottom: 3px solid black;
	padding:5px;
	width: 65%;
    margin: 0 auto;
	transition: width 0.5s ease; 
	 padding-top: 30px;
    padding-bottom: 30px; 

}  
 .block:hover .block-header {	
	width: 80%;
}  */

/* prove */


.block-header {
    display: flex;
    align-items: center;
	height: 50px;
    justify-content: center;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
	
}

.block-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 65%; /* Larghezza del bordo inferiore */
    height: 3px;
    /* background-color: black; */
    transition: width 0.5s ease; /* Applica la transizione solo alla larghezza */
	border-bottom: 3px solid black;
}

.block:hover .block-header::after {
    width: 80%; /* Larghezza del bordo inferiore durante l'hover */
}

.block-header-link{
	text-decoration: none;
	color:#000;
}
.block-header-link:hover{
	color:#00aeef;
}



/* fine prove */

.block-list ul {
    list-style-type: none!important; 
    margin: 0!important; 
    padding: 0!important; 
}

  
  ul li:hover {
	background-color: #f0f0f0!important; 
	
  }

  .homeLi{
	padding: 5px 2px;
	
  }


li:hover .hidden{
    opacity: 1;
}

.hidden{
	opacity: 0;
}
.homeFooterDesc {
    text-align: center;
    margin-top: 10px;
    color: #000;
    padding-bottom: 10px;
}




/********************* COLOR SCHEMA HOMEPAGE BUTTONS  **********************/
 #gay-incest-porn-sites-btn, #big-dick-gay-porn-sites-btn,  #gay-ebony-porn-sites-btn {
	background-color: #000;
}
#premium-gay-porn-sites-btn {
	background-color: #e5b11a;

}
#best-gay-porn-games-btn, #gay-fetish-porn-sites-btn, #gay-adult-webcams-btn, #gay-porn-reddits-btn {
	background-color: rgba(255,0,0,1);
}
#gay-porn-comics-btn, #best-male-sex-dolls-btn{
	background-color: rgba(255,154,0,1);
}
#gay-twink-porn-sites-btn,  #gay-asian-porn-sites-btn {
	background-color: rgba(208,222,33,1);
}
 #gay-latino-porn-sites-btn,  #gay-bareback-porn-sites-btn, #gay-porn-tubes-btn {
	background-color: rgba(79,220,74,1);
}
#gay-vr-porn-sites-btn, #gay-hunk-porn-sites-btn, #gay-porn-aggregators-btn {
	background-color: rgba(63,218,216,1);
}
#gay-porn-picture-sites-btn, #straight-gay-porn-sites-btn {
	background-color: rgba(47,201,226,1);
}
#amateur-gay-porn-sites-btn, #big-cock-gay-porn-sites-btn {
	background-color: #00aeef;
}
.ai-gay-porn-sites-btn, #best-gay-porn-forums-btn {
	background-color: rgba(95,21,242,1);
}
#gay-foot-fetish-sites-btn, #gay-interracial-porn-sites-btn, #best-gay-porn-blogs-btn, #best-futa-porn-sites-btn {
	background-color: rgba(186,12,248,1);
}
#gay-spanking-porn-sites-btn {
	background-color: rgba(251,7,217,1);
}
#ftm-porn-sites-btn,  #gay-erotic-stories-sites-btn{
	background-color: #ff8eee;
}
#vintage-gay-porn-sites-btn, #gay-porn-review-sites-btn{
	background-color: #bcbcbc;
}
#gay-arab-porn-sites-btn, #gay-bear-porn-sites-btn{
	background-color: #a36f45;

}


/********************* COLOR SCHEMA HOMEPAGE BLOCK BORDERS  **********************/


.premium-gay-porn-sites {
	border: 3px solid #e5b11a;
}

.best-gay-porn-games, .gay-fetish-porn-sites, .gay-adult-webcams, .gay-porn-reddits {
	border: 3px solid rgba(255,0,0,1);
}

.gay-porn-comics, .best-male-sex-dolls{
	border: 3px solid rgba(255,154,0,1);
}
.gay-twink-porn-sites, .gay-asian-porn-sites{
	border: 3px solid rgba(208,222,33,1);
}
.gay-latino-porn-sites, .gay-bareback-porn-sites, .gay-porn-tubes{
	border: 3px solid rgba(79,220,74,1);
}
.gay-vr-porn-sites, .gay-hunk-porn-sites, .gay-porn-aggregators{
	border: 3px solid rgba(63,218,216,1);
}
.gay-porn-picture-sites, .straight-gay-porn-sites {
	border: 3px solid rgba(47,201,226,1);
}
.amateur-gay-porn-sites, .big-cock-gay-porn-sites{
	border: 3px solid #00aeef;
}
.best-gay-porn-forums, .ai-gay-porn-sites {
	border: 3px solid rgba(95,21,242,1);
}
.gay-foot-fetish-sites, .gay-interracial-porn-sites, .best-gay-porn-blogs, .best-futa-porn-sites {
	border: 3px solid rgba(186,12,248,1);
}
.gay-spanking-porn-sites  {
	border: 3px solid rgba(251,7,217,1);
}
.gay-porn-directories, .gay-erotic-stories-sites, .ftm-porn-sites, .deepfake-gay-porn-sites{
	border: 3px solid #ff8eee;
}
.vintage-gay-porn-sites, .gay-porn-review-sites{
	border: 3px solid #bcbcbc;
}
.gay-bear-porn-sites, .gay-arab-porn-sites{
	border: 3px solid #a36f45;
}

/********************* COLOR SCHEMA HOMEPAGE HEADER BORDERS  **********************/


.block-header.premium-gay-porn-sites-header::after {
	border-bottom: 3px solid #e5b11a;
}

.block-header.gay-fetish-porn-sites-header::after, .block-header.gay-adult-webcams-header::after, .block-header.best-gay-porn-games-header::after, .block-header.gay-porn-reddits-header::after {
	border-bottom: 3px solid rgba(255,0,0,1);
}

.block-header.vintage-gay-porn-sites-header::after, .block-header.gay-porn-comics-header::after, .block-header.best-male-sex-dolls-header::after  {
	border-bottom: 3px solid rgba(255,154,0,1);
}
.block-header.gay-twink-porn-sites-header::after,  .block-header.gay-asian-porn-sites-header::after{
	border-bottom: 3px solid rgba(208,222,33,1);
}
.block-header.gay-latino-porn-sites-header::after, .block-header.gay-bareback-porn-sites-header::after, .block-header.gay-porn-tubes-header::after{
	border-bottom: 3px solid rgba(79,220,74,1);
}
.block-header.gay-vr-porn-sites-header::after, .block-header.gay-hunk-porn-sites-header::after, .block-header.gay-porn-aggregators-header::after{
	border-bottom: 3px solid rgba(63,218,216,1);
}
.block-header.gay-porn-picture-sites-header::after, .block-header.straight-gay-porn-sites-header::after {
	border-bottom: 3px solid rgba(47,201,226,1);
}
.block-header.amateur-gay-porn-sites-header::after, .block-header.big-cock-gay-porn-sites-header::after{
	border-bottom: 3px solid #00aeef;
}
.ai-gay-porn-sites-header::after, .block-header.best-gay-porn-forums-header::after {
	border-bottom: 3px solid rgba(95,21,242,1);
}
.block-header.gay-interracial-porn-sites-header::after, .block-header.gay-foot-fetish-sites-header::after, .block-header.best-gay-porn-blogs-header::after, .block-header.best-futa-porn-sites-header::after {
	border-bottom: 3px solid rgba(186,12,248,1);
}
.block-header.gay-spanking-porn-sites-header::after {
	border-bottom: 3px solid rgba(251,7,217,1);
}
.block-header.gay-porn-directories-header::after, .block-header.deepfake-gay-porn-sites-header::after, .block-header.ftm-porn-sites-header::after, .block-header.gay-erotic-stories-sites-header::after{
	border-bottom: 3px solid #ff8eee;
}
.block-header.vintage-gay-porn-sites-header::after, .block-header.gay-porn-review-sites-header::after{
	border-bottom: 3px solid #bcbcbc;
}
.block-header.gay-arab-porn-sites-header::after, .block-header.gay-bear-porn-sites-header::after{
	border-bottom: 3px solid #a36f45;
}















/***********************************************************************************
                             ARCHIVE.PHP CSS 
****************************************************************************************/
.catContainer{
	background: white;
    border-radius: 15px;
	margin-bottom: 15px;
}


.archiveCatDescriptionContainer{
	position: relative;
	overflow: hidden;
}
.archiveCatDescription {
    height: 140px;
    overflow: scroll;    
	overflow-x: hidden;
}
.gradientOverlay{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px; /* Altezza della sfumatura */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    z-index: 1; /* Posiziona la sfumatura sopra il contenuto */
    pointer-events: none; /* Assicura che l'elemento pseudo non interferisca con l'interazione dell'utente */
}
.card{
	border: none;
}

.card-body{
	min-height: 460px;
}

.catCard p{
    padding: 5px 2px 5px 2px;
}
.card-subtitle{
	font-family: 'Mulish', sans-serif;
	font-weight: normal;
}
.imgArchiveContainer{
    position: relative;
	border-radius: 15px;
}
.imgArchiveContainer img{    
	border-radius: 15px;
}

#archiveVisitSite{
	left: 45px;  
	right: 40px;
	bottom: 123px;
	justify-content: center;
	background-color: #00aeef;
	border:none;
  }
#archiveVisitSite a{
	display: inline-block;
	width: 100%;
}
  #archiveReadReview{
	left: 45px; 
	right: 40px;
	bottom: 75px;
	justify-content: center;
  }
  #archiveReadReview span{
	  color: black;
  }
  #archiveReadReview a{
	display: inline-block;
	width: 100%;
}
.hideMyBtn {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    opacity: 0; 
    background-color: rgba(255, 255, 255, 0.3);
    transition: opacity 0.5s ease, visibility 0.5s ease; 
   display: none;
}

.imgArchiveContainer:hover .hideMyBtn {
    opacity: 1;
    display: block;
}

.imgConainer:hover .hideMyBtn {
    opacity: 1;
    display: block;
}

/***********************************************************************************
                             SINGLE.PHP CSS 
****************************************************************************************/
.singleContainer{
	border-radius: 15px;
	width: 97%;
}
.singleReview{
	height: 508px;
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 20px;
    padding-top: 10px;
    margin-top: 1px;
}
.singleTitle{
	color: #000;
	font-weight: bold;
}

.btn-img-custom {
    background-color: #ffffff;
    border-radius: 20px;
    border:1px solid #00aeef;
    position: absolute;
    z-index: 99;
    bottom: 15px;
    left: 5px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    
}
#singleVisitSite{
    left: 160px;
    right: 160px;
    background-color: #00aeef;
    bottom: 115px;
    height:40px;
    
}
#singleVisitSite a{
    width:100%;
	color: white;
}

 #singleBackCategory{
    left: 160px;
    right: 160px;
    bottom: 70px;
    height: 40px;
	
    
} 
#singleBackCategory a{
    width:100%;	
}
#singleBackCategory span{
    color: black;
}


.btn-img-custom span{
    color:white;
}
.imgConainer{
	width: 100%; 
	position: relative; 
	top: 0;
	left: 0;
	overflow: hidden; 
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;

}

.imgFeat {
	
	width: 100%;
	height: auto;
	border-radius:15px;
}
/* .container{
	margin-top: 5%;
} */

.tendina {
	position: fixed;
	top: -120px; /* Initially hide the dropdown above the screen */
	left: 0;
	width: 100%;
	background-color: #f1f1f1;
	color: #fff;
	padding: 20px;
	transition: top 0.3s ease; 
	justify-content: space-around;
	z-index:999;
}
.singleDesktopButtonAff{
	background-color: #00aeef;
    border-radius: 15px;
	display: flex;	
}
.singleDesktopButtonAff a{
	color:#ffffff;
	text-decoration:none;
	line-height: 0.5;
	padding: 14px 55px;
	display: inline-block;
}

.singleDesktopButton{
	/* background-color: #24d124; */
	background-color: #ffffff;
    border: 2px solid #00aeef;
    border-radius: 15px;
	display: flex;	
}
.singleDesktopButton a{
	color:#000;
	text-decoration:none;
	line-height: 0.5;
	padding: 14px 15px;
	display: inline-block;
}
#catFaviconSVG{
	position: relative;
}
#catFaviconSVG svg{
	position: absolute;
    width: 23px;
    top: 9px;
    left: 5px;
} 
#mobileCatFaviconSVG{
	display: inline-block;
    width: 22px;
   
}
#homeFaviconSingleDeskgtop{
	margin-left:4px;
}
.bgsSlider{
	background-color: transparent;
	min-height: auto;
}
.bgsSlider  a{
	color:#000;
	text-decoration: none;
}
.showAllLink{
	text-decoration: none;
	color:#00aeef;
}




/* CUSTOM PRICES */
/*custom prices*/

	
.membership-type {
    font-size: 20px;
    font-weight: normal;
    float: left;
    width: 64%;
    padding: 2px;
}
.single-membership {		
		color: #333;		
		} ;
	
.membership-info {
    font-size: 13px;
    display: block;
    padding: 6px 0;
    font-weight: normal;
}

.membership-price {
    width: 35%;
    float: right;
    color:#ffffff;
	background: #00aeef;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding-top: 2px;
	border-radius: 15px;

}
.trial {
    display: block;
}
.dollar {
    font-size: 18px;
}
.recurring {
    display: block;
    font-size: 16px;
}
.membership-info {
    font-size: 13px;
    display: block;
    padding: 6px 0;
    font-weight: normal;
}
.discount-red{
	color:#e5bb52;
}

/*prices end*/

.prosCons{
	height: fit-content;
}


