/*Template: porto*/
#header .searchform-popup .search-toggle {
	color: #00b3ff;
}
#header .logo img {
    transform-origin: center;
}
.post_meta {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	height: 700px;
}
.post_meta_cl_2, .post_meta_cl_3 {
	width: 33%;
}
.post_meta_cl_2 {
	height: auto;
}
.post_meta_cl_3 {
	height: 100%;
}
.post_meta_cl_2 {
	background-color: #00B3FF;
	background-image: linear-gradient(90deg, #00B3FF 0%, #0086D8 100%);
	padding: 20px;
}
.post_meta_cl_2 h1 {
	color: #E8F8FF;
	font-family: "Playfair Display", Open Sans;
	font-size: 72px;
	font-weight: 700;
	line-height: 65px;
	text-decoration: none;
	text-shadow: 2px 2px 3px #3F3F3F;
	margin: 0 0 15px 0;
}
.post_meta_fimg {
	width: 100%;
	height: 100%;
	background-color: #00B3FF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.post_meta_fimg_shadow {
	background: -webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,0) 59%,rgba(0,0,0,0.7));
	background: linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,0) 59%,rgba(0,0,0,0.7));
	width: inherit;
	height: inherit;
}
.post_meta_cl_1, .post_meta_cl_4 {
	background-color: #282828;
	background-repeat: no-repeat;
	background-size: auto 160%;
	width: 17%;
	height: 100%;
	filter: blur(0.3px) brightness(0.3) saturate(100%) invert(0%) sepia(0%) saturate(3%) hue-rotate(176deg) brightness(70%) contrast(101%);
}
.post_meta_cl_1 {
	background-position: 80% 20%;
}
.post_meta_cl_4 {
	background-position: 20% 20%;
}
.post-bio-info {
	display: inline-block;
	background-color: #cceafa;
	padding: 25px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2) inset;
	box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2) inset;
}
.post-bio-info p {
	margin-bottom: 0px;
	color: #282828;
}
.social-media {
    margin-top: 15px;
}
.social-media img:hover {
	opacity: 1;
	outline: 2px solid #00b3ff;
	box-shadow: 0px 0px 20px 0px #13b9ff;
}
.social-media img {
	margin: 5px 10px 5px 0;
	border-radius: 5px;
}
@media screen and (min-width:900px){
	.social-media img {
		opacity: 0.85;
	}
}
.tags{
	font-size: 12px;
	background: #fff;
	padding: 1px 5px;
	margin: 5px 10px 5px 0;
	display: inline-block;
	color: #818181;
	border: 1px solid rgb(40 40 40 / 25%);
	border-radius: 5px;
}
.tags:hover{
	color: white;
	background: #00b3ff;
	box-shadow: 0px 0px 20px 0px #13b9ff;
}
.sg-posts-grid {
	display: flex;
   	flex-wrap: wrap;
	justify-content: center;
	}
.sg-post {
	position: relative;
	max-width: 30%;
   	margin: 10px;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
	border-radius: 5px;
	padding: 5px;
}
.sg-post-info h1 {
	margin-bottom: 0;
	font-family: Roboto;
   	font-weight: 700;
	font-size: 18px;
	line-height: 35px;
	padding: 0 10px;
	color: white !important;
}
.sg-post-info a {
}
.sg-post-info {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0000006b;
}
@media screen and (min-width: 600px) and (max-width: 1164px){
	.sg-post {
   		width: 29%;
		max-width: 270px;
	}
	.sg-post-info h1 {
   		font-size: 14px;
	}
}
@media screen and (min-width: 600px) and (max-width: 991px){
	.view-count, .number-of-photos, .number-of-likes {
		font-size: 12px !important;
	}
	.number-of-likes img{
		width: 14px !important;
	}
	.number-of-photos img{
		width: 14px !important;
	}
	.view-count img {
		height: 9px !important;
	}
}
@media screen and (min-width: 426px) and (max-width: 601px){
	.sg-post {
		width: 44%;
		max-width: 270px;
	}
}
@media only screen and (max-width: 426px){
	.sg-post {
		width: 100%;
		max-width: 270px;
	}
}
.sg-img-info {
	position: inherit;
}
.view-count {
	right: 10px;
	bottom: 0px;
	font-size: 14px;
	display: inline-block;
	position: inherit;
	color: #fff;
}
.view-count img {
	height: 11px;
	width: auto;
	margin-right: 1px;
}
.number-of-photos {
	font-size: 14px;
	padding: 0px 10px;
	color: #fff;
}
.number-of-photos img {
	width: 15px;
	margin-right: 3px;
}
.number-of-likes {
	font-size: 14px;
	padding: 0px 10px;
	color: #fff;
}
.number-of-likes img {
	width: 15px;
	margin-right: 3px;
}
.card-stat{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row;
	background-color: rgba(0,0,0,0.5);
	padding-right: 5px;
}
img.mfp-img {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
	text-indent: -9999px;
	-webkit-transform: none;
	transform: none;
}
.mfp-bottom-bar {
	margin-top: -30px !important;
	margin-left: -5px !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	top: 0px !important;
}
.robo-gallery-wrap-id64995:not(#no-robo-galery) .thumbnail-overlay {
	background: none !important;
}
.thumb-info-show-more-content {
	display: none;
}
.posts_tb{
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	max-width: 1440px;
	width: 100%;
	min-height: 300px;
	align-items: flex-start
}
.posts_tb_pp{
	margin: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	min-height: 300px;
	align-items: center;
	min-width: 190px;
}
.info_posts_tb {
	padding: 0;
}
.info_posts_tb h3{
	text-align: center;
	margin-bottom: 0 !important;
	font-family: "Playfair Display", Open Sans;
	font-size: 26px;
	letter-spacing: 0.5px;
	padding-left: 10px;
	padding-right: 10px;
}
.info_posts_tb a {
	color: #000;
	display: inline-grid;
	width: 100%;
}
.info_posts_tb p {
	text-align: center;
}
.info_posts_tb_pp {
	padding: 10px 10px 15px 10px !important;
	font-size: 12px;
}
.posts_tb_bg {
	background-color: #fff;
	width: 40%;
	height: 100%;
	padding: 0px;
	margin: 10px;
	flex-direction: column;
	border: 1px solid #ececec !important;
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.12);
	border-radius: 20px;
}
.post_tb_bg {
	font-family: "Playfair Display", Open Sans;
}
.posts_tb_min {
	background-color: #fff;
	width: 100%;
	padding: 0px;
	margin: 10px;
	flex-direction: column;
	border: 1px solid #ececec !important;
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.12);
	border-radius: 20px;
}
.posts_tb_min_arc {
	background-color: #fff;
	width: 310px;
	padding: 0px;
	margin: 10px auto;
	flex-direction: column;
	border: 1px solid #ececec !important;
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.12);
	border-radius: 20px;
}
.posts_tb_min_arc H3 {
	font-family: "Playfair Display", Open Sans;
	font-size: 21px;
	letter-spacing: 0.5px;
}
.posts_tb_min H3 {
	font-family: "Playfair Display", Open Sans;
	font-size: 18px;
	letter-spacing: 0.5px;
	padding: 0 10px;
}
.posts_tb_bg_img, .posts_tb_min_img, .posts_tb_pp_img {
	display: inline-block;
	width: 100%;
	background-size: cover;
	background-position: center top;	
}
.posts_tb_bg_img {
	height: 660px;
	border-bottom: 5px solid #00b3ff;
	border-radius: 20px 20px 0 0;
	box-shadow: inset 0px 0px 20px rgb(40 40 40 / 40%);
}
.posts_tb_min_img {
	height: 260px;
	border-bottom: 5px solid #00b3ff;
	border-radius: 20px 20px 0 0;
	box-shadow: inset 0px 0px 20px rgb(40 40 40 / 40%);
}
.posts_tb_pp_img {
	height: 250px;
	border-radius: 20px 20px 0 0;
}
.posts_tb_bg_img a, .posts_tb_min_img a {
	display: block;
	height: 100%;
}
.posts_tb_gr {
	display: flex;
	flex-direction: column;
	width: 60%;
}
.posts_tb_gr_rw_arc {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.posts_tb_gr_rw_1, .posts_tb_gr_rw_2, .posts_tb_gr_rw_3, .posts_tb_gr_rw_4 {
	display: flex;
}
.posts_tb_img {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.meta_info_pvl {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	padding-bottom: 10px;
}
.meta_info_pvl img {
	height:15px;
	margin-bottom: 2px;
}
.meta_info_pvl_m img {
	padding-right: 5px;
}
.read_more_bt {
	text-align: center;
}
.read_more_bt span{
	color: white;
	font-family: Roboto, Open Sans;
	font-size: 18px;
	font-weight: 300;
	background-color: var(--e-global-color-0ed4f8a );
	padding: 10px 15px;
	border-radius: 0 0 10px 10px;
}
img.wp-smiley, img.emoji {
	height: 1.3em !important;
	width: 1.3em !important;
	margin: 0 0.3em !important;
	vertical-align: -0.2em !important;
}
.posts_tb_min > .info_posts_tb {
	padding: 0;	
}
.posts_tb_min > .info_posts_tb p {
	margin-bottom: 5px;	
}
.posts_tb_min > .read_more_bt {
	margin: 25px 0 25px 0;
}
.posts_tb_min > .read_more_bt span {
	font-size: 20px !important;
}
.category_title {
	min-width: 360px;
	height: 47px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	background-color: #00B3FF;
}
.search_title h2, .category_title h2 {
	font-family: "Playfair Display", Open Sans;
	text-shadow: 2px 2px 2px #636363;
	text-align: center;
	font-size: 32px;
	text-decoration: none;
	letter-spacing: 0.1px;
	color: #FFFFFF;
	padding: 2px 0 5px 0;
	margin: 0;
}
.category_title img {
	height: 32px;
	margin: 0 10px 0 0;
	-webkit-filter: drop-shadow(2px 2px 1px #636363);
	filter: drop-shadow(2px 2px 1px #636363);
}
#footer .logo img {
    max-width: 120px !important;
}
#block-7, #block-8 {
	font-family: Poppins, sans-serif;
}
.widget {
	margin-top: 10px;
	margin-bottom: 10px;
}
.img_list_cat{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.img_list_categories {
	display: flex;
}
.ilc_1 {
	background-image: url(/wp-content/uploads/2023/09/photo_2023-09-01_03-49-26.jpg);
}
.ilc_2 {
	background-image: url(/wp-content/uploads/2023/09/1684354d313setg135csa48xom-e1693530651984.jpeg);
}
.ilc_3 {
	background-image: url(/wp-content/uploads/2023/09/1080x1350_0xac120003_1463346528164657857620893.jpg);
}
.ilc_4 {
	background-image: url(/wp-content/uploads/2023/09/8349hja8d9a2nlx0-e1693532086111.jpeg);
}
.ilc_1, .ilc_2, .ilc_3, .ilc_4 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.link_cat {
	width: 100%;
	height: 600px;
}
.link_cat a {
	display: block;
	height: 100%;
}
.link_cat span {
	display: block;
	color: white;
	font-family: "Playfair Display", Open Sans;
	font-size: 26px;
	font-weight: 500;
	background-color: var(--e-global-color-0ed4f8a );
	border-radius: 0px 0px 0px 0px;
	box-shadow: 4px 6px 8px 0px rgba(0,0,0,0.5);
	padding: 10px 20px 10px 10px;
	position: absolute;
	bottom: 40px;
}
.link_cat > a:hover > span {
	background-color: #2c2f32;
}
.link_cat:hover {
	box-shadow: inset 0 0 150px 0px black;
}
.meta_info_number_of_photos, .meta_info_view_count, .meta_info_number_of_likes {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.meta_info_number_of_photos p, .meta_info_view_count p, .meta_info_number_of_likes p {
	margin: 0;	
}
.list_categories {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.list_categories_cl {
	width: 100%;
}
.list_categories_cl a {
	color: #282828;
}
.list_categories_item {
	width: auto;
	display: flex;
	padding: 0 5px;
}
.list_categories_item:hover {
	background-color: #00b3ff;
	color: #ffffff;
	box-shadow: 0 0 5px 0px #00b3ff;
	border-radius: 10px;
}
.cat_strong {
	background-color: #00b3ff;
	color: #ffffff;
	box-shadow: 0 0 5px 0px #00b3ff;
	border-radius: 10px;	
}
.cat_strong > .list_categories_dots{
	border-bottom: 2px dotted #ffffff;
}
.list_categories_item:hover > .list_categories_dots {
	border-bottom: 2px dotted #ffffff;
}
.list_categories_name img {
	width: 14px;
	margin: 0 5px 3px 0;
	-webkit-filter: drop-shadow(0 0 1px #00B3FF);
	filter: drop-shadow(0 0 1px #00B3FF);
}
.list_categories_dots {
	flex-grow: 1;
	border-bottom: 2px dotted #282828;
	margin: 0px 5px 10px 5px;
}
.list_categories_gap {
	margin: 0px 10px;
}
.widget_ultimate_heading {
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 10px 10px;
	background-color: var(--e-global-color-0ed4f8a );
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px #00B3FF;
	text-align: center;
}
.widget_ultimate_heading span {
	font-family: "Roboto", Open Sans;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	color: #FFFFFF;
}
.sidebar_min {
	min-width: 220px;
}
.bio_info_stat {
	display: flex;
	background: white;
	box-shadow: 0 0 16px rgba(0,0,0,0.3) !important;
	margin: -40px auto 10px auto;
	padding: 20px 50px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
.bio_info_bt {
	background-color: #2c2f32;
	color: white;
	padding: 6px 15px;
	border-radius: 5px;
	text-shadow: 1px 1px 3px #000;
}
.meta_info_view_count {
}
.like_bottom{
	display: inline-flex;
	width: 100%;
	text-shadow: 1px 1px 3px #000;
}
.svg_bottom_ico{
	width: fit-content;
	cursor: pointer;
}
.svg_bottom_ico->.noactive_svg:hover {
	box-shadow: 0px 0px 20px 0px #13b9ff;
}
.likecount{
	background: #2c2f32;
	padding: 5px 10px;
	color: #e9e9e9;
	border-radius: 0 5px 5px 0;
	height: 36px;
}
.noactive_svg{
	padding: 5px 10px;
	background: #00b3ff;
	border-right: 1px solid #4d4d4d;
	border-radius: 5px 0 0 5px;
	color: white;
	height: 36px;
	display: flex;
	align-items: center;
}
.noactive_svg:hover{
	background:#2185c5;
}
.is-active{
	padding: 5px 10px;
	background: #2c2f32;
	border-right: 1px solid #4d4d4d;
	border-radius: 5px 0 0 5px;
	color: #818181;
	height: 36px;
	display: flex;
	align-items: center;
}
.like_bottom_like {
	margin-right: 10px;
}
.like_ico1 {
	display: block;
}
.like_ico2 {
	display: none;
}
.meta_info_number_of_photos img, .meta_info_view_count img {
	padding-right: 5px;
}
.post_meta_cl_3 {
	display: block;
}
.post_meta_cl_3_mob {
	display: none;
}
.sidebar_min_left, .sidebar_min_right {
	min-width: 230px;
}
.bounce-loader{
	width: 130px;
	margin: -9px 0 0 -65px;
}
.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3 {
	background-color: #08b5ff;
}
.rate_this_post {
}
.fam_ico {
}
.fam_new::before {
	content: url('/wp-content/sct/ico_cat_menu/new.ico');
}
.fam_bloger::before {
	content: url('/wp-content/sct/ico_cat_menu/bloger.ico');
}
.fam_boosty::before {
	content: url('/wp-content/sct/ico_cat_menu/boosty.ico');
}
.fam_cinema::before {
	content: url('/wp-content/sct/ico_cat_menu/cinema.ico');
}
.fam_cosplay::before {
	content: url('/wp-content/sct/ico_cat_menu/cosplay.ico');
}
.fam_instagram::before {
	content: url('/wp-content/sct/ico_cat_menu/instagram.ico');
}
.fam_model::before {
	content: url('/wp-content/sct/ico_cat_menu/model.ico');
}
.fam_onlyfans::before {
	content: url('/wp-content/sct/ico_cat_menu/onlyfans.ico');
}
.fam_patreon::before {
	content: url('/wp-content/sct/ico_cat_menu/patreon.ico');
}
.fam_pornstar::before {
	content: url('/wp-content/sct/ico_cat_menu/pornstar.ico');
}
.fam_singer::before {
	content: url('/wp-content/sct/ico_cat_menu/singer.ico');
}
.fam_sport::before {
	content: url('/wp-content/sct/ico_cat_menu/sport.ico');
}
.fam_stream::before {
	content: url('/wp-content/sct/ico_cat_menu/stream.ico');
}
.fam_tiktok::before {
	content: url('/wp-content/sct/ico_cat_menu/tiktok.ico');
}
.fam_tv::before {
	content: url('/wp-content/sct/ico_cat_menu/tv.ico');
}
.fam_webcam::before {
	content: url('/wp-content/sct/ico_cat_menu/webcam.ico');
}
.fam_youtube::before {
	content: url('/wp-content/sct/ico_cat_menu/youtube.ico');
}
@media screen and (min-width:1100px) and (max-width:1490px){
	.info_posts_tb h3{
		font-size: 16px;
	}
	.meta_info_pvl img {
		height: 10px;
	}
	.meta_info_pvl {
		font-size: 12px;
	}
	.category_title h2 {
		font-size: 26px;
	}
	.category_title img {
		height: 26px;
	}
	.read_more_bt span {
		font-size: 17px;
	}
	.posts_tb_min_arc {
		width: calc( ( 100% / 3 ) - 20px );
	}
}@media screen and (min-width:992px) and (max-width:1100px){
	.posts_tb_min_img {
		height: 210px;
	}
	.info_posts_tb h3 {
		font-size: 16px !important;
		height: 64px;
	}
}
@media screen and (min-width:900px) and (max-width:1100px){
	.info_posts_tb h3{
		font-size: 13px;
	}
	.meta_info_pvl img {
		height: 10px;
	}
	.meta_info_pvl {
		font-size: 11px;
	}
	.category_title h2 {
		font-size: 24px;
	}
	.category_title img {
		height: 24px;
	}
	.read_more_bt span {
		font-size: 16px;
	}
	.link_cat span {
		font-size: 22px;
	}
	.posts_tb_min_arc {
		width: calc( ( 100% / 3 ) - 20px );
	}
}
@media screen and (min-width:900px) and (max-width:960px){
	.posts_tb_gr_rw_1_cl_3, .posts_tb_gr_rw_2_cl_3, .post_box_5 {
		display: none;
	}
	.posts_tb_min_img {
		height: 245px;
	}
}
@media screen and (min-width:768px) and (max-width:900px){
	.info_posts_tb_h3, .posts_tb_min_arc H3 {
		font-size: 18px;
		height: 64px;
	}
	.meta_info_pvl img {
		height: 10px;
	}
	.meta_info_pvl {
		font-size: 11px;
	}
	.category_title h2 {
		font-size: 24px;
	}
	.category_title img {
		height: 24px;
	}
	.link_cat span {
		font-size: 18px;
	}
	.link_cat {
		height: 450px;
	}
	.posts_tb_gr_rw_1_cl_3, .posts_tb_gr_rw_2_cl_3, .post_box_5 {
		display: none;
	}
	.posts_tb_min_img {
		height: 245px;
	}
	.read_more_bt span {
    	font-size: 16px;
	}
	.posts_tb_min_arc {
		width: calc( ( 100% / 3 ) - 20px );
	}
}
@media screen and (min-width:600px) and (max-width:768px){
	.post_box_5 {
		display: none;
	}
	.read_more_bt span {
    	font-size: 16px;
	}
	.meta_info_pvl {
		font-size: 14px;
	}
	.meta_info_pvl img {
		height: 15px;
		padding-right: 5px;
	}
	.info_posts_tb h3{
		font-size: 18px;
	}
	.posts_gr{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.post_box_1, .post_box_2, .post_box_3, .post_box_4{
		width: 265px;
	} 
	.link_cat {
		height: 350px;
	}
	.link_cat span {
    	font-size: 14px;
	}
	.posts_tb_top {
		flex-wrap: wrap;
	}
	.posts_tb_top > .posts_tb_bg, .posts_tb_top > .posts_tb_gr {
		width: 100%;
	}
	.posts_tb_top > .posts_tb_gr h3{
		font-size: 14px;
	}
	.meta_info_pvl_m {
		font-size: 12px;
	}
	.meta_info_pvl_m img {
		height: 12px;
		padding-right: 5px;
	}
	.list_categories_item {
		font-size: 11px;
	}
	.list_categories_gap {
		margin: 0px 5px;
	}
}
@media screen and (min-width:425px) and (max-width:600px){
	.link_cat {
		height: 200px;
	}
	.link_cat span {
		font-size: 12px;
		padding: 5px 15px 5px 5px;
	}
	.list_categories_item {
		font-size: 10px;
	}
	.list_categories_dots, .list_categories_count, .post_box_5 {
		display: none;
	}
	.list_categories_gap {
		margin: 0px 0px;
	}
	.posts_gr{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.posts_tb_min, .posts_tb_bg {
		width: calc(390px + 25%) !important;
	}
	.posts_tb_min_img {
		height: 350px;
	}
	.posts_tb_top {
		flex-wrap: wrap;
	}
	.posts_tb_top > .posts_tb_bg, .posts_tb_top > .posts_tb_gr {
		width: 100%;
	}
	.posts_tb_gr_rw_1, .posts_tb_gr_rw_2, .posts_tb_gr_rw_3, .posts_tb_gr_rw_4 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: center;
	}
	.info_posts_tb h3 {
		font-size: 20px;
	}
	.meta_info_pvl img {
		height: 15px;
		padding-right: 5px;
	}
}
@media screen and (min-width:300px) and (max-width:425px){
	.category_title {
		min-width: 300px;
	}
	.category_title h2 {
		font-size: 20px;
	}
	.posts_tb_bg_img {
		height: 350px;
	}
	.in_sta_c {
		display: none;
	}
	.link_cat {
		height: 200px;
	}
	.link_cat span {
		font-size: 12px;
		padding: 5px 15px 5px 5px;
		position: inherit;
	}
	.list_categories_item {
		font-size: 10px;
	}
	.list_categories_dots, .list_categories_count, .post_box_5 {
		display: none;
	}
	.list_categories_gap {
		margin: 0px 0px;
	}
	.posts_gr{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.post_box_1, .post_box_2, .post_box_3, .post_box_4{
		width: 390px;
	}
	.posts_tb_min_img {
		height: 350px;
	}
	.posts_tb_top {
		flex-wrap: wrap;
	}
	.posts_tb_top > .posts_tb_bg, .posts_tb_top > .posts_tb_gr {
		width: 100%;
	}
	.posts_tb_gr_rw_1, .posts_tb_gr_rw_2, .posts_tb_gr_rw_3, .posts_tb_gr_rw_4 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.info_posts_tb h3 {
		font-size: 24px;
	}
	.meta_info_pvl img {
		height: 15px;
		padding-right: 5px;
	}
	.img_list_categories {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
}
@media screen and (max-width:300px){
	.category_title {
		min-width: auto;
	}
	.category_title h2 {
		font-size: 15px;
	}
	.posts_tb_bg_img {
		height: 200px;
	}
	.in_sta_c {
		display: none;
	}
	.link_cat {
		height: 200px;
	}
	.link_cat span {
		font-size: 12px;
		padding: 5px 15px 5px 5px;
		position: inherit;
	}
	.list_categories_item {
		font-size: 10px;
	}
	.list_categories_dots, .list_categories_count, .post_box_5 {
		display: none;
	}
	.list_categories_gap {
		margin: 0px 0px;
	}
	.posts_gr{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.post_box_1, .post_box_2, .post_box_3, .post_box_4{
		width: 390px;
	}
	.posts_tb_min_img {
		height: 200px;
	}
	.posts_tb_top {
		flex-wrap: wrap;
	}
	.posts_tb_top > .posts_tb_bg, .posts_tb_top > .posts_tb_gr {
		width: 100%;
	}
	.posts_tb_gr_rw_1, .posts_tb_gr_rw_2, .posts_tb_gr_rw_3, .posts_tb_gr_rw_4 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.info_posts_tb h3 {
		font-size: 20px;
	}
	.meta_info_pvl_m {
		font-size: 12px;
	}
	.meta_info_pvl img {
		height: 11px;
		padding-right: 5px;
	}
	.img_list_categories {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
}
@media screen and (min-width:1024px) and (max-width:1440px){
	.bio_info_stat_space {
		display: none;
	}
	.bio_info_stat_center {
		width: 100% !important;
	}
	.social-media img {
		width: 38px;
	}
	.tags {
		font-size: 10px;
		padding: 0px 5px;
		margin: 5px 5px 5px 0;
	}
	.post_meta_cl_2 h1 {
		font-size: 50px;
		line-height: 50px;
		margin: 0 0 0 0;
	}
	.post-bio-info p {
		font-size: 12px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.post_meta_cl_2 h1 {
		font-size: 50px;
		line-height: 50px;
		margin: 0 0 0 0;
	}
	.post-bio-info p {
		font-size: 12px;
	}
	.post_meta_cl_1, .post_meta_cl_4 {
		display: none;
	}
	.post_meta_cl_2, .post_meta_cl_3 {
		width: 50%;
	}
	.social-media img {
		width: 38px;
	}
	.tags {
		font-size: 10px;
		padding: 0px 5px;
		margin: 5px 5px 5px 0;
	}
	.bio_info_stat_space {
		display: none;
	}
	.bio_info_stat_center {
		width: 100% !important;
	}
	.bio_info_bt {
		font-size: 12px;
	}
	.bio_info_bt img {
		height: 12px;
	}
	.like_ico1 {
		display: none;
	}
	.like_ico2 {
		display: block;
	}
}
@media screen and (min-width:500px) and (max-width:768px){
	.post_meta_cl_3_mob {
		display: block;
		height: 700px;
	}
}
@media screen and (min-width:375px) and (max-width:500px){
	.bio_info_bt_none {
		display: none;
	}
	.post_meta_cl_3_mob {
		display: block;
		height: 500px;
	}
}
@media screen and (max-width:375px){
	.bio_info_bt_none {
		display: none;
	}
	.post_meta_cl_3_mob {
		display: block;
		height: 300px;
	}
	.breadcrumbs span {
		display: none;
	}
}
@media screen and (max-width:768px){
	.post_meta_cl_3_mob, .post-bio-info {
		filter: drop-shadow(0 0 5px #636363);
	}
	.post_meta_cl_1, .post_meta_cl_4 {
		display: none;
	}
	.post_meta_cl_2, .post_meta_cl_3 {
		width: 100%;
	}
	.post_meta {
		flex-direction: column;
	}
	.post_meta_cl_3 {
		display: none;
	}
	.post_meta {
		height: auto;
	}
	.post-bio-info {
		border-radius: 0 0 15px 15px;
		border-top: 5px solid #2c2f32;
	}
	.bio_info_stat {
		margin: 0;
	}
	.post_meta_fimg, .post_meta_fimg_shadow {
		border-radius: 15px 15px 0 0;
	}
	.bio_info_stat_space {
		display: none;
	}
	.bio_info_stat_center {
		width: 100% !important;
	}
	.like_ico1 {
		display: none;
	}
	.like_ico2 {
		display: block;
	}
	.bio_info_bt {
		font-size: 12px;
	}
	.bio_info_bt img {
		height: 12px;
	}
	.bio_info_bt_date {
		display: none;
	}
}
@media screen and (min-width:260px) and (max-width:425px){
	.post_meta_cl_2 h1 {
		font-size: 35px;
		line-height: 35px;
		margin: 0;
	}
	.post_meta_cl_1, .post_meta_cl_4 {
		display: none;
	}
	.post_meta_cl_2, .post_meta_cl_3 {
		width: 100%;
	}
	.post_meta {
		flex-direction: column;
	}
	.post_meta_cl_3 {
		display: none;
	}
	.post_meta {
		height: auto;
	}
	.post-bio-info {
		border-radius: 0 0 15px 15px;
		border-top: 5px solid #2c2f32;
	}
	.bio_info_stat {
		margin: 0;
		padding: 20px 25px;
	}
	.post_meta_fimg, .post_meta_fimg_shadow {
		border-radius: 15px 15px 0 0;
	}
	.bio_info_stat_space {
		display: none;
	}
	.bio_info_stat_center {
		width: 100% !important;
	}
	.like_ico1 {
		display: none;
	}
	.like_ico2 {
		display: block;
	}
	.bio_info_bt, .like_ico2, .likecount {
		font-size: 12px;
	}
	.likecount {
		padding: 7px 10px;
	}
	.like_bottom_like {
		margin-right: 5px;
	}
	.like_bottom_like {
		height: 10px !important;
	}
	.bio_info_bt img {
		height: 10px;
	}
	.bio_info_bt_date {
		display: none;
	}
	.post-bio-info p {
		font-size: 12px;
	}
	.social-media img {
		height: 38px;
	}
	.tags {
		font-size: 10px;
		padding: 0px 5px;
		margin: 5px 5px 5px 0;
	}
	
}
@media screen and (min-width: 768px) and (max-width:992px){
	.posts_pp_left > .posts_pp_m4, .posts_pp_left > .posts_pp_m5, .posts_pp_left > .posts_pp_m6, .posts_pp_left > .posts_pp_m7, .posts_pp_left > .posts_pp_m8, .posts_pp_left > .posts_pp_m9, .posts_pp_left > .posts_pp_m10, .sidebar_min_left  {
		display: none;
	}
	.content_center {
		width: calc( 100% - 230px ) !important;
	}
	.content_sidebar {
		display: flex;
	}
}
@media screen and (max-width:768px){
	.posts_pp_m4, .posts_pp_m5, .posts_pp_m6, .posts_pp_m7, .posts_pp_m8, .posts_pp_m9, .posts_pp_m10, .sidebar_min_left  {
		display: none;
	}
	.content_center {
		width: 100%;
	}
	.content_sidebar {
		display: flex;
	}
	.info_posts_tb_pp_h3 {
		font-size: 20px;
		height: 64px;
	}
}
@media screen and (min-width: 480px) and (max-width:768px){
	.posts_pp_left, .posts_pp_right {
		flex-direction: row;
	}
}
@media screen and (min-width: 640px) and (max-width: 900px){
	.info_posts_tb_pp_h3 {
		font-size: 16px !important;
		height: auto !important;
	}
}
@media screen and (min-width: 480px) and (max-width: 640px){
	.info_posts_tb_pp_h3 {
		font-size: 16px !important;
		height: auto !important;
	}
	.posts_pp_m3  {
		display: none;
	}
}
@media screen and (min-width: 300px) and (max-width: 480px){
	.info_posts_tb_pp_h3 {
		font-size: 16px !important;
		height: auto !important;
	}
	.posts_tb_pp_img {
		height: 420px;
	}
}
@media screen and (max-width: 300px){
	.info_posts_tb_pp_h3 {
		font-size: 16px !important;
		height: auto !important;
	}
	.posts_tb_pp_img {
		height: 350px;
	}
}
@media (max-width: 575px){
	#header .searchform-popup {
		display: inline-block !important;
	}
}