/*
Theme Name: adultsitehub
*/

/* 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, .on980, .on760, .on320, .only980, .only760 {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: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: "Roboto", sans-serif;
    background: #97ae77;
	text-align: center;
	}

.wrap {
	max-width: 94%;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: "Roboto", sans-serif;
	}

a {
	color: #97ae77;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #97ae77;
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 30px 0;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #fff;
	font-weight: bold;
	}
h1, .h1, .title{
    font-size: 30px;
    line-height: 34px;
	}
h2, .h2{
	font-size: 28px;
	line-height: 32px;
	}
h3, .h3{
	font-size: 26px;
	line-height: 30px;
	}
h4, .h4{
	font-size: 24px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 22px;
	line-height: 26px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 24px;
	}
	
	

.entry ul, ul.list {
	padding: 0 0 0 15px;
	list-style: none;
	font-weight: 600;
	font-size: 17px;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	font-weight: 600;
	font-size: 17px;
	}

.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: 0 0 14px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	display:block;
	padding: 0 0 14px 25px;
	background: url('images/marker.svg') no-repeat 0 6px;
	background-size: 12px auto;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 30px 20px 30px 70px;
	background: rgba(78, 93, 134, .3) url('images/blockquote.svg') no-repeat 25px center;
	background-size: 25px auto;
	border-left: 0 solid #ddd;
	border-radius: 6px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}	

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

select{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	padding: 0 0 15px 0;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #97ae77;
	background: #97ae77;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #8ec640;
	background-color: #8ec640;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */



/* HEADER */

header {
    margin: 10px 0 30px 0;
	padding: 20px;
	background: linear-gradient(90deg, #51781b, #3d5b15);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	}

.top_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}

.logo{
	padding: 0 20px 0 0;
	width: 220px;
	}
.logo img{
	vertical-align: bottom;
	}

.top_navi{
	}
.top_navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.top_navi li{
	display: block;
	padding: 0 15px;
	}
.top_navi li a{
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	}
.top_navi li a:hover, .top_navi li.current-menu-item a{
	color: #97ae77;
	}


.mobile_navi{
	position: relative;
	display: none;
	width: 22px;
	height: 14px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	margin: 0 0 0 20px;
	}
.mobile_navi span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 3px;
	transition: all .2s ease-in-out;
	}
.mobile_navi span:nth-child(2){
	top: 6px;
	width: 11px;
	}
.mobile_navi span:nth-child(3){
	top: 12px;
	width: 18px;
	}
.mobile_navi.mobile_navi_active span{
	top: 6px;
	width: 100%;
	background: #9d0c35;
	}
.mobile_navi.mobile_navi_active span:nth-child(1){
	transform: rotate(45deg);
	}
.mobile_navi.mobile_navi_active span:nth-child(2){
	opacity: 0;
	}
.mobile_navi.mobile_navi_active span:nth-child(3){
	transform: rotate(-45deg);
	}

.top_icon{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 0 auto;
	}

a.top_icon_reg{
	margin: 0 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	padding: 5px 15px;
	text-decoration: none;
	background-image: linear-gradient(70deg, #8ec640 -8%, #97ae77 96%);
	}
a.top_icon_reg:hover{
	background-image: linear-gradient(70deg, #2ba35b -8%, #0a8543 96%);
	}
a.top_icon_reg:before{
	content: "+";
	display: block;
	margin: 0 6px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	transition: all 0.3s 0.02s ease;
	color: #51781b;
	}
a.top_icon_reg:hover:before{
	transform: scale(1.2);
	}


.lang_nav{
	margin: 0 0 0 20px;
	}
.lang_nav > ul > li{
	position: relative;
	}
.lang_nav > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 26px;
	padding: 0 5px;
	border-radius: 5px;
	background-color: rgba(78, 93, 134, .3);
	color: #fff;
	text-decoration: none;
	}
.lang_nav > ul > li > a:hover{
	}
.lang_nav > ul > li > a > img{
	width: 25px;
	vertical-align: middle;
	margin: 0 10px 0 0;
	}

.lang_nav > ul > li > ul{
	display: none;
	position: absolute;
	z-index: 3;
	top: 100%;
	right: 0;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
	}
.lang_nav > ul > li:hover > ul{
	display: block;
	}
.lang_nav > ul > li > ul > li {
	display: block;
	margin: 0 0 6px 0;
	}
.lang_nav > ul > li > ul > li:last-child {
	margin: 0 0 0 0;
	}
.lang_nav > ul > li > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #97ae77;
	text-decoration: none;
	}
.lang_nav > ul > li > ul > li > a:hover{
	}
.lang_nav > ul > li > ul > li > a > img{
	width: 20px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	}

/* END HEADER */


/* HOME */

.top_block_list{	
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-flow: row dense;
	gap: 20px;
	margin: 0 0 30px 0;
	}
a.top_block{
	break-inside: avoid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px;
	background: linear-gradient(90deg, #51781b, #3d5b15);
    border-radius: 12px;
	color: #fff;
	text-decoration: none;
	}
a.top_block:hover{
	background: linear-gradient(90deg, #3d5b15, #51781b);
	}
.top_block_t span{
	font-size: 24px;
    font-weight: 600;
	line-height: 26px;
	}
.top_block_i{
	text-align: right;
	flex: 0 0 60px;
	margin: 0 0 0 10px;
	}
.top_block_i img{
	transition: all 0.3s 0.02s ease;
	vertical-align: middle;
	}
a.top_block:hover .top_block_i img{
	transform: translateZ(10px) rotate(-10deg);
	}



.main_div{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-flow: row dense;
	gap: 20px;
	margin: 0 0 30px 0;
	}
.main_div_b{
	break-inside: avoid;
	padding: 0 20px 10px 20px;
	background: linear-gradient(90deg, #51781b, #3d5b15);
	border-radius: 12px;
	box-sizing: border-box;
	}
.main_div_b:before{
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background-image: linear-gradient(285.39deg, #97ae77 -4.36%, #bcdd8c 115.87%);
	border-radius: 0 0 5px 5px;
	margin: 0 0 10px 0;
	}

.main_div_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 4px solid #97ae77;
	border-radius: 0 0 5px 5px;
	}
.main_div_title_img{
	flex: 0 0 40px;
	margin: 0 10px 0 0;
	}
.main_div_title_img img{
	vertical-align: bottom;
	}
.main_div_title_r{
	font-size: 14px;
	}
.main_div_title_r span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4px 0;
	}
.main_div_title_r span a{
	color: #fff;
	text-decoration: none;
	}
.main_div_title_r span a:hover{
	color: #97ae77;
	}

.main_div_list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	margin: 0 0 2px 0;
	background-color: rgb(0 0 0 / 20%);
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	}
.main_div_list:hover{
	background-color: rgb(0 0 0 / 40%);
	}
.main_div_list_img{
	flex: 0 0 20px;
	}	
.main_div_list_text{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	}	
a.main_div_list_more{
	flex: 0 0 20px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik05Ljc1IDEyQzkuNzUgMTAuNzU3NCAxMC43NTc0IDkuNzUgMTIgOS43NUMxMy4yNDI2IDkuNzUgMTQuMjUgMTAuNzU3NCAxNC4yNSAxMkMxNC4yNSAxMy4yNDI2IDEzLjI0MjYgMTQuMjUgMTIgMTQuMjVDMTAuNzU3NCAxNC4yNSA5Ljc1IDEzLjI0MjYgOS43NSAxMloiIGZpbGw9IiNmZmYiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMiAxMkMyIDEzLjYzOTQgMi40MjQ5NiAxNC4xOTE1IDMuMjc0ODkgMTUuMjk1N0M0Ljk3MTk2IDE3LjUwMDQgNy44MTgxMSAyMCAxMiAyMEMxNi4xODE5IDIwIDE5LjAyOCAxNy41MDA0IDIwLjcyNTEgMTUuMjk1N0MyMS41NzUgMTQuMTkxNSAyMiAxMy42Mzk0IDIyIDEyQzIyIDEwLjM2MDYgMjEuNTc1IDkuODA4NTMgMjAuNzI1MSA4LjcwNDMzQzE5LjAyOCA2LjQ5OTU2IDE2LjE4MTkgNCAxMiA0QzcuODE4MTEgNCA0Ljk3MTk2IDYuNDk5NTYgMy4yNzQ4OSA4LjcwNDMzQzIuNDI0OTYgOS44MDg1MyAyIDEwLjM2MDYgMiAxMlpNMTIgOC4yNUM5LjkyODkzIDguMjUgOC4yNSA5LjkyODkzIDguMjUgMTJDOC4yNSAxNC4wNzExIDkuOTI4OTMgMTUuNzUgMTIgMTUuNzVDMTQuMDcxMSAxNS43NSAxNS43NSAxNC4wNzExIDE1Ljc1IDEyQzE1Ljc1IDkuOTI4OTMgMTQuMDcxMSA4LjI1IDEyIDguMjVaIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4=');
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: center;
	}	
a.main_div_list_more:hover{
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik05Ljc1IDEyQzkuNzUgMTAuNzU3NCAxMC43NTc0IDkuNzUgMTIgOS43NUMxMy4yNDI2IDkuNzUgMTQuMjUgMTAuNzU3NCAxNC4yNSAxMkMxNC4yNSAxMy4yNDI2IDEzLjI0MjYgMTQuMjUgMTIgMTQuMjVDMTAuNzU3NCAxNC4yNSA5Ljc1IDEzLjI0MjYgOS43NSAxMloiIGZpbGw9IiNiYmM5YTUiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMiAxMkMyIDEzLjYzOTQgMi40MjQ5NiAxNC4xOTE1IDMuMjc0ODkgMTUuMjk1N0M0Ljk3MTk2IDE3LjUwMDQgNy44MTgxMSAyMCAxMiAyMEMxNi4xODE5IDIwIDE5LjAyOCAxNy41MDA0IDIwLjcyNTEgMTUuMjk1N0MyMS41NzUgMTQuMTkxNSAyMiAxMy42Mzk0IDIyIDEyQzIyIDEwLjM2MDYgMjEuNTc1IDkuODA4NTMgMjAuNzI1MSA4LjcwNDMzQzE5LjAyOCA2LjQ5OTU2IDE2LjE4MTkgNCAxMiA0QzcuODE4MTEgNCA0Ljk3MTk2IDYuNDk5NTYgMy4yNzQ4OSA4LjcwNDMzQzIuNDI0OTYgOS44MDg1MyAyIDEwLjM2MDYgMiAxMlpNMTIgOC4yNUM5LjkyODkzIDguMjUgOC4yNSA5LjkyODkzIDguMjUgMTJDOC4yNSAxNC4wNzExIDkuOTI4OTMgMTUuNzUgMTIgMTUuNzVDMTQuMDcxMSAxNS43NSAxNS43NSAxNC4wNzExIDE1Ljc1IDEyQzE1Ljc1IDkuOTI4OTMgMTQuMDcxMSA4LjI1IDEyIDguMjVaIiBmaWxsPSIjYmJjOWE1Ii8+DQo8L3N2Zz4=');


	}	

.main_div_list_text a{
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	}	
.main_div_list_text a:hover{
	color: #97ae77;
	}

.main_div_b_go{
	padding: 10px 0 0 0;
	}
.main_div_b_go a{
	display: block;
	margin: 0 auto; 
	max-width: 200px;
	box-sizing: border-box;
	padding: 7px 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 9px;
	background-image: linear-gradient(70deg, #8ec640 -8%, #97ae77 96%);
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	}
.main_div_b_go a:hover{
	background-image: linear-gradient(70deg, #2ba35b -8%, #0a8543 96%);
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
	}


.post_list_img{	
	margin: 0 0 10px 0;
	}

.post_list_img img{	
	margin: 0 0 10px 0;
	}

.post_list_t {	
	margin: 0 0 10px 0;
	font-weight: bold;
	}

.text_block{	
	background: linear-gradient(90deg, #51781b, #3d5b15);
	border-radius: 12px;
	padding: 20px;
	margin: 0 0 30px 0;
	}

a.main_but_a{
	display: block;
	margin: 0 auto; 
	max-width: 260px;
	box-sizing: border-box;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 9px;
	background-image: linear-gradient(70deg, #8ec640 -8%, #97ae77 96%);
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	}
a.main_but_a:hover{
	background-image: linear-gradient(70deg, #2ba35b -8%, #0a8543 96%);
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
	}



.faq_block{
	margin: 0 0 30px 0;
	}
.faq_block_t{
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	}

.faq_b{
	padding: 0 20px 0 20px;
	background: linear-gradient(90deg, #51781b, #3d5b15);
	border-radius: 6px;
	margin: 0 0 15px 0;
	transition: all 0.3s 0.02s ease;
	}
.faq_b.active, .faq_b:hover{
    background: linear-gradient(90deg, #3d5b15, #51781b);
	}
.faq_b_title{
	font-size: 18px;
	font-weight: 600;
	position:relative;
	padding: 10px 30px 10px 0;
	cursor: pointer;
	}
.faq_b_title:before{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 13px;
	height: 2px;
	background-image: linear-gradient(285.39deg, #97ae77 -4.36%, #bcdd8c 115.87%);
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title:after{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 13px;
	height: 2px;
	background-image: linear-gradient(285.39deg, #97ae77 -4.36%, #bcdd8c 115.87%);
	transform:rotate(90deg);
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title.active:before{
    transform: rotate(60deg);
	width: 8px;
	top: 22px;
	right: 8px;
	}
.faq_b_title.active:after{
    transform: rotate(120deg);
	}
.faq_b_text{
	display: none;
	padding: 10px 0;
	}
	


/* END HOME */

#content{
	margin: 0 0 30px 0;
	min-height: 600px;
	}
.cat_des{
	margin: 0 0 20px 0;
	}
.breadcrumbs{
	padding: 0 0 26px 0;
	font-size: 15px;
	font-weight: 500;
	color: #f3f3fb;
	}
.breadcrumbs > span{
	margin: 0 5px 0 5px;
	}
.breadcrumbs > span:first-child{
	margin: 0 5px 0 0;
	}
.breadcrumbs a{
	color: #f3f3fb;
	}
.p_nav > div {
	padding: 15px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	}
.p_nav a, .p_nav span {
	padding: 8px 13px 7px 13px;
	margin: 0 5px 0 5px;
	border-radius: 8px;
	color: #f3f3fb;
	text-decoration: none;
	}
.p_nav a:hover, .p_nav span.current {
	color: #f3f3fb;
	background: #517fa4;
	}


.main_post{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-flow: row dense;
	gap: 15px;
	margin: 0 0 30px 0;
	}

.main_post_b{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	margin: 0 5px 20px 5px;
	padding: 20px;
	background: linear-gradient(90deg, #51781b, #3d5b15);
	border-radius: 10px;
	position: relative;
	transition: all 0.3s 0.02s ease;
	}
.main_post_b:hover{
	transform:scale(1.04);
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
	}

.main_post_b_top{
	width: 100%;
	margin: 0 0 10px 0;
	}
.main_post_b_bot{
	width: 100%;
	align-self: flex-end;
	}

.main_post_img{
	margin: 0 0 10px 0;
	position: relative;
	}
.main_post_img img {
	vertical-align: bottom;
	border-radius: 10px;
	}
.report {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.32);
	}

.main_post_d{
	width: 100%;
    font-size: 12px;
	margin: 0 0 8px 0;
	}

.main_post_t {
    display: block;
    font-size: 18px;
    font-weight: bold;
	margin: 0 0 8px 0;
	}
.main_post_t a{
	color: #fff;
	text-decoration: none;
	}
.main_post_t a:hover{
	color: #97ae77;
	}
.main_post_e {
    font-size: 14px;
	}

.main_post_but{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

a.lp_but{
	display: block;
	width: 48%;
	box-sizing: border-box;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 9px;
	background-color: #8ec640;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	}
a.lp_but2{
	background-color: #97ae77;
	}
a.lp_but:hover{
	background-color: #97ae77;
	}

.poh_posts{
	margin: 0 0 30px 0;
	}


.singl_site_top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
	margin: 0 0 30px 0;
	}
.singl_site_top_l{
	box-sizing: border-box;
	flex: 0 0 500px;
	transition: all 0.3s 0.02s ease;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	background: linear-gradient(90deg, #51781b, #3d5b15);
	border-radius: 11px;
	box-shadow: 0 5px 15px rgb(9 15 20 / 20%);
	}
.singl_site_top_l:hover {
	box-shadow: 0 8px 25px rgb(81 127 164 / 15%);
	}
.singl_site_top_l img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	border-radius: 10px;
	}
.singl_site_top_l:hover img{
	transform: scale(1.04);
	}


.singl_site_top_r{
	width: 100%;
	}
.singl_site_info{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
	margin: 0 0 20px 0;
	}
.singl_site_top_r a.main_but_a {
    margin: 0;
	}

.site_url a {
	font-weight: bold;
    padding: 0 0 0 26px;
	}



.r_tabs {
	display: flex;
	gap: 20px;
	}

.r_tabs .tabs {
	width: 220px;
	min-width: 220px;
	border-right: 2px solid #97ae77;
	}

.r_tabs .tabs li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	}

.r_tabs .tabs li.active a {
	font-weight: bold;
	background: #f7f7f7;
	color: #000;
	}


.r_tab {
	display: none;
	flex: 1;
	}

.r_tab.open {
	display: block;
	}


/* FOOTER */

footer {
	margin: 0 0 10px 0;
	padding: 20px;
	background: linear-gradient(90deg, #51781b, #3d5b15);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	}
.f_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.bottom_logo{
	padding: 0 20px 0 0;
	width: 220px;
	}
.bottom_logo img{
	vertical-align: bottom;
	}

.bot_navi{
	}
.bot_navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.bot_navi li{
	display: block;
	padding: 0 0 0 20px;
	}
.bot_navi li a{
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	}
.bot_navi li a:hover, .bot_navi li.current-menu-item a{
	color: #97ae77;
	}

.f_top_right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 20px;
	}

.copu{
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	}

#back_top{
	display: block;
	width: 44px;
	height: 44px;
	position: fixed;
	z-index: 77;
	bottom: 100px;
	right: 0;
	opacity: 0.5;
	transform: translateX(50px);
	transition: all 0.3s 0.2s ease;
	border-radius: 8px;
	background: #fff url('images/up.svg') no-repeat center / 32px auto;
	cursor: pointer;	
	}	
#back_top.show{
	transform: translateX(-10px);
	}
#back_top.show:hover{
	transform: translateX(-10px) scale(0.90);
	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: linear-gradient(90deg, #51781b, #3d5b15);
	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: linear-gradient(90deg, #51781b, #3d5b15);
	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 */



/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* 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;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */
/* AdultSiteHub 2026 improvements */
html,body{max-width:100%;overflow-x:hidden}
.ash-top-intro{box-sizing:border-box;width:100%;margin:0 0 30px;padding:30px 34px;background:linear-gradient(90deg,#51781b,#3d5b15);border-left:5px solid #bcdd8c;border-radius:12px;box-shadow:0 8px 22px rgba(0,0,0,.18);font-size:18px;line-height:1.65}
.ash-top-intro p:last-child{margin-bottom:0}
.f_top{gap:18px;flex-wrap:wrap}.bot_navi ul{display:flex;gap:16px;flex-wrap:wrap}.ash-age-mark{display:inline-block;margin-left:8px;padding:2px 8px;border:1px solid #fff;border-radius:99px;font-weight:700}
.ash-age-description{max-width:560px;margin:0 auto 18px;line-height:1.5}
.ash-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:30px}
.ash-post-card{overflow:hidden;background:linear-gradient(90deg,#51781b,#3d5b15);border-radius:12px;box-shadow:0 8px 22px rgba(0,0,0,.2)}
.ash-post-cover{display:block;aspect-ratio:4/3;overflow:hidden}.ash-post-cover img{display:block;width:100%;height:100%;object-fit:cover}
.ash-post-body{padding:20px}.ash-post-body h2{font-size:22px;line-height:1.3;margin:8px 0 12px}.ash-post-body h2 a{color:#fff}.ash-post-meta{color:#dfe9d0;font-size:14px;margin:0 0 12px}.ash-post-excerpt{line-height:1.55}
.ash-single-cover{display:block;width:100%;height:auto;max-height:620px;object-fit:cover;margin:20px 0;border-radius:12px}
.ash-post-nav{display:flex;justify-content:space-between;gap:20px;margin:25px 0}.ash-post-nav span{max-width:48%}
.ash-404{text-align:center;padding:60px 20px;background:linear-gradient(90deg,#51781b,#3d5b15);border-radius:14px}.ash-404-art{font-size:clamp(88px,18vw,190px);line-height:.8;font-weight:900;color:#bcdd8c;text-shadow:0 8px 0 rgba(0,0,0,.18);margin-bottom:35px}.ash-404 nav{display:flex;justify-content:center;gap:20px;margin-top:24px}.ash-404 nav a{color:#fff;text-decoration:underline}
.ash-team{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:30px 0}.ash-team-card{padding:24px;text-align:center;background:linear-gradient(90deg,#51781b,#3d5b15);border-radius:14px}.ash-team-card img{width:180px;height:180px;object-fit:cover;border-radius:50%;border:5px solid #bcdd8c}.ash-fiction-note{padding:14px 18px;border-left:4px solid #bcdd8c;background:rgba(0,0,0,.18);border-radius:8px}
[dir=rtl] .ash-top-intro{border-left:0;border-right:5px solid #bcdd8c}
@media(max-width:760px){.ash-top-intro{padding:22px 20px;font-size:16px}.ash-post-grid{grid-template-columns:1fr}.ash-post-cover{aspect-ratio:16/9}.ash-team{grid-template-columns:1fr}.ash-post-nav{flex-direction:column}.ash-post-nav span{max-width:100%}#ageModal{max-width:calc(100vw - 30px);box-sizing:border-box}.ageModal_go{display:flex;flex-wrap:wrap;gap:10px}.ageModal_go .btn{flex:1;min-width:120px}}
