/*
Theme Name: porncat
*/

/* 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, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.on760 {display: none;}

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

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

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

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #030513;
	font-size: 16px;
	line-height: 24px;
	font-family: Tahoma;
	background: #fff url('images/bg1.jpg') no-repeat center top;
	text-align: center;
	font-weight: 300;
	}

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

input, textarea {
	font-family: Tahoma;
	}

a {
	color: #fc3262;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	margin: 0 0 24px 0;
	color: #000;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 55px;
	line-height: 50px;
	}
h2, .h2{
	font-size: 50px;
	line-height: 48px;
	}
h2 span, .h2 span{
	font-weight: 300;
	}
h3, .h3{
	font-size: 45px;
	line-height: 45px;
	}
h4, .h4{
	font-size: 40px;
	line-height: 40px;
	}
h5, .h5{
	font-size: 35px;
	line-height: 35px;
	}
h6, .h6{
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: 0px 11px 43px rgba(14, 19, 43, 0.09);
	border-radius: 5px;
	}

.table tr th, .entry table tr th{
	border-right: 1px solid #060814;
	background: #060814;
	padding: 11px 30px;
	color: #fff;
	font-weight: bold;
	}

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

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

.table tr td, .entry table tr td{
	padding: 8px 30px;
	border-right: 1px solid #f2f2f3;
	border-bottom: 1px solid #f2f2f3;
	background: #f7f9f9;
	color: #060814;
	font-size: 15px;
	line-height: 21px;
	}

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

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

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

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

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

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

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

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

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

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

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

blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 10px 0;
	}

.lab{
	display: block;
	padding: 0 0 5px 0;
	font-size: 15px;
	line-height: 18px;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 13px 25px;
	background: #fff;
	border: 1px solid #e3e5eb;
	border-radius: 5px;
	-webkit-appearance: none;
	color: #030513;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 158px;
	padding: 18px 32px;
	background: #fff;
	border: 1px solid #e3e5eb;
	border-radius: 5px;
	-webkit-appearance: none;
	color: #030513;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 43px;
	padding: 12px 22px;
	border: 1px solid #eed110;
	background: #eed110;
	border-radius: 21px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #fc3262;
	background-color: #fc3262;
	color: #fff;
	text-decoration: none;
	}

.btn_s2 {
	min-height: 75px;
	padding: 25px 55px;
	border-radius: 37px;
	font-size: 20px;
	line-height: 23px;
	}

.btn_c2{
	border-color: #4e5666;
	background-color: #060814;
	color: #fff;
	}
.btn_c2:hover{
	border-color: #fc3262;
	background-color: #fc3262;
	color: #fff;
	}


/* END FORM */


/* HEADER */

header {
	background: #060814;
	}

.top {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 10px 0;
	background: #060814;
	}


.logo{
	width: 150px;
	}

.logo img{
	vertical-align: bottom;
	}

.show_nav{
	float: left;
	display: none;
	width: 40px;
	height: 23px;
	margin: 10px;
	position: relative;
	cursor: pointer;
	}

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

.show_nav span{
	top: 10px;
	}

.show_nav:before {
	top: 0px;
	}

.show_nav:after {
	top: 20px;
	}

.show_nav.open span{
	display: none;
	}

.show_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}

.show_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

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

.main_nav{
	font-size: 17px;
	line-height: 23px;
	}

.main_nav ul {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}

.main_nav ul li {
	padding: 0 10px;
	}

.main_nav ul li a {
	color: #fff;
	}

.main_nav ul li a:hover {
	color: #eed110;
	}

.top_r {
	display: flex;
	align-content: center;
	align-items: center;
	}


.top_lang > ul > li {
	position: relative;
	padding: 10px 0;
	}

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

.top_lang ul li a img{
	width: 40px;
	margin: 0 5px 0 0;
	}

.top_lang ul li li a img{
	width: 25px;
	}

.top_lang > ul > li > ul{
	display: block;
	width: 180px;
	padding: 15px 20px;
	position: absolute;
	top: 120%;
	right: 0px;
	z-index: 999;
	background: #060814;
	box-shadow: 0 0 15px 0 rgb(255 255 255 / 10%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	}

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

.top_lang ul li ul li {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #3e404d;
	}

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

.top_lang ul li ul li a:hover {
	color: #eed110;
	}


.top_add {
	padding: 0 0 0 20px;
	}


/* END HEADER */


/* HOME */

.home_lists {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 30px 0;
	}

.home_list {
	width: calc(25% - 15px);
	box-sizing: border-box;
	padding: 10px;
	background: #eed110;
	border-radius: 10px;
	}

.home_list:nth-child(2n) {
	background: #b6a0f3;
	}

.home_list_t {
	padding: 0 10px 10px 40px;
	}

.home_list_t a {
	display: block;
	padding: 5px 25px 5px 0;
	background: url('images/arr_r.svg') no-repeat right 5px center / 20px auto;
	color: #030513;
	font-size: 17px;
	font-weight: bold;
	}

.home_list_t a:hover {
	background-position: right center;
	color: #030513;
	}

.home_list_t span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	}

.home_list_ul {
	padding: 10px 5px;
	background: #fff;
	border-radius: 10px;
	}

.home_list ul {
	height: 400px;
	padding: 0 5px 0 0;
	overflow-y: scroll;
	}

.home_list ul::-webkit-scrollbar { width: 8px; height: 8px; box-shadow: 0px 0px 1px #b5b5b5; margin: 0 10px 0 0;}
.home_list ul::-webkit-scrollbar-button { display: none; }
.home_list ul::-webkit-scrollbar-track {  background: #fff;}
.home_list ul::-webkit-scrollbar-track-piece { background-color: #fff;}
.home_list ul::-webkit-scrollbar-thumb { height: 50px; background-color: #c9c9c9; cursor: pointer;}
.home_list ul::-webkit-scrollbar-corner { background-color: #c9c9c9;}
.home_list ul::-webkit-resizer { background-color: #c9c9c9;}

.home_list ul li:nth-child(2n) {
	background: #f5f5f5;
	}

.home_list ul li a {
	display: block;
	padding: 5px 25px 5px 26px;
	position: relative;
	color: #030513;
	}

.home_list ul li a:hover {
	color: #fc3262;
	}

.home_list ul li a:before {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/review.svg') no-repeat center / 20px auto;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	opacity: 0.4;
	transition: all 0.3s 0.02s ease;
	}

.home_list ul li a:hover:before {
	opacity: 1;
	}

.home_list_go {
	padding: 10px 0 0 0;
	text-align: center;
	}


.faqs {
	padding: 0 0 18px 0;
	}

.faqs .title {
	margin: 0 0 36px 0;
	}

.faqs_l {
	float: left;
	width: 570px;
	}

.faqs_r {
	float: right;
	width: 570px;
	}

.faq {
	margin: 0 0 16px 0;
	padding: 16px 35px;
	background: #fff url('images/faq.png') no-repeat 22px 17px / 20px;
	border: 1px solid #d8d1ea;
	border-radius: 10px;
	}

.faq:hover {
	border-color: #b6a0f3;
	}

.faq.open {
	padding: 15px 34px;
	background: #fff url('images/faq_o.png') no-repeat 21px 16px / 20px;
	border: 2px solid #b6a0f3;
	}

.faq_t {
	padding: 0 0 0 22px;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Gilroy';
	cursor: pointer;
	}

.faq_e {
	display: none;
	padding: 28px 0 10px 0;
	}


.home_text {
	padding: 0 0 30px 0;
	}


/* END HOME */


/* POSTS */

#content {
	padding: 30px 0;
	}

.breadc {
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	}

.cat_des {
	background: #f5f5f5;
	padding: 20px 20px 10px 20px;
	margin: 0 0 30px 0;
	border-radius: 10px;
	}


.post_list {
	padding: 0 0 25px 0;
	}

.post_list_t {
	padding: 0 0 3px 0;
	font-weight: bold;
	}


.site_lists {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	margin: 0 0 30px 0;
	}

.site_list {
	width: calc(25% - 15px);
	}

.site_list_img {
	margin: 0 0 10px 0;
	min-height: 150px;
	position: relative;
	}

.site_list_img img {
	border-radius: 10px;
	vertical-align: bottom;
	}

.site_list_go {
	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: all 0.3s 0.02s ease;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	}

.site_list:hover .site_list_go {
	opacity: 1;
	}

.site_list_go div {
	padding: 5px 0;
	}

.site_list_t {
	padding: 0 0 10px 0;
	}

.site_list_t a {
	color: #030513;
	}

.site_list_t a:hover {
	color: #fc3262;
	}

.site_list_e {
	color: #8f8f8f;
	font-size: 12px;
	line-height: 14px;
	}



.p_nav {
	padding: 10px 0;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	background: #eed110;
	border-radius: 5px;
	color: #fff;
	}

.p_nav a:hover, .p_nav .current {
	background: #fc3262;
	}

.post {
	padding: 0 0 10px 0;
	}


.site_top {
	display: flex;
	padding: 0 0 20px 0;
	}

.site_top_img {
	width: 500px;
	min-width: 500px;
	padding: 0 30px 0 0;
	}

.site_top_img img {
	vertical-align: bottom;
	}

.site_info{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0 0 20px 0;
	}

.site_url{
	padding: 0 10px 0 0;
	font-weight: bold;
	}

.site_url a{
	padding: 0 0 0 26px;
	}

.site_btn{
	padding: 0 0 30px 0;
	text-align: center;
	}


.site_relat{
	padding: 30px 0;
	margin: 0 0 30px 0;
	border-top: 2px solid #f5f5f5;
	}


.cat_lists{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	}

.cat_list{
	display: block;
	box-sizing: border-box;
	width: calc(20% - 16px);
	padding: 10px;
	background: #f6f6f6;
	border-radius: 10px;
	text-align: center;
	color: #030513;
	font-size: 17px;
	}

.cat_list:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	}

.cat_list_img {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100px;
	}

.cat_list_img img {
	max-height: 100px;
	}

.cat_list_t{
	display: block;
	padding: 10px 0 0 0;
	}



.r_tabs {
	display: flex;
	gap: 20px;
	}

.r_tabs .tabs {
	width: 180px;
	min-width: 180px;
	border-right: 1px solid #ddd;
	}

.r_tabs .tabs li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	border-left: 3px solid transparent;
	}

.r_tabs .tabs li.active a {
	font-weight: bold;
	border-color: #fc3262;
	background: #f7f7f7;
	}


.r_tab {
	display: none;
	flex: 1;
	}

.r_tab.open {
	display: block;
	}


/* END POSTS */



/* FOOTER */

footer {
	padding: 50px 0;
	background: #060814;
	color: #fff;
	}

.bot_l {
	float: left;
	width: 360px;
	}

.bot_logo {
	padding: 0 0 26px 0;
	}

.bot_logo img{
	width: 143px;
	vertical-align: bottom;
	}

.copy {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	}


.bot_r {
	float: right;
	width: 765px;
	padding: 10px 0 0 0;
	}

.nav_bot {
	padding: 0 0 25px 0;
	border-bottom: 1px solid #262832;
	}

.nav_bot ul li {
	float: left;
	display: block;
	padding: 0 0 0 30px;
	font-weight: 500;
	}

.nav_bot ul li a {
	color: #cecece;
	}

.nav_bot ul li a:hover {
	color: #eace10;
	}



.nav_bot2 {
	padding: 25px 0 0 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	}

.nav_bot2 ul li {
	float: left;
	padding: 0 0 0 30px;
	}

.nav_bot2 ul li a {
	color: #cecece;
	}

.nav_bot2 ul li a:hover {
	color: #eed110;
	}


#back_top {
	display: none;
	width: 29px;
	height: 76px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	background: url('images/back_top.png') no-repeat center top / 29px auto;
	opacity: 0.5;
	}

#back_top:hover {
	opacity: 1;
	}

/* END FOOTER */



/* MODAL */

.modal_win{
	display: none;
	box-sizing: border-box;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
	}

.modal_close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
	}

.modal_close:before, .modal_close:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.modal_close:before{
	transform: rotate(45deg);
	}

.modal_close:after{
	transform: rotate(-45deg);
	}

.modal_close:hover{
	opacity: 1;
	transform: rotate(360deg);
	}

.modal_mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
	}

.modal_win p{
	margin: 0;
	}


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

#ageModal {
	box-sizing: border-box;
	background: #fff;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: center;
	}

.ageModal_go {
	display: flex;
	justify-content: center;
	}

.ageModal_go .btn {
	margin: 0 10px;
	}

/* END MODAL */



/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* END WP OTHER */