@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700,900&font-display=swap");
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #474747;
}
img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    flex: 1;
}
@media screen and (min-width: 1200px) {
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 1367px) {
    .col-xl-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.form-control:focus,
select:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.1);
}
.btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.1);
}
@media (min-width: 768px) {
    .mb-md-4, 
    .my-md-4 {
        margin-bottom: 30px !important;
    }
}
.mb-4 {
    margin-bottom: 30px !important;
}
.info-celeb h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: inherit;
}
.article-celeb h2 {
    font-size: 17px; 
}
.section-text-site h1,
.section-text-site h2,
.section-text-site h3 {
    font-size: 20px;
}
.stat-info {
    margin: 30px 0;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 15px;
}

.section-site {
	padding: 30px 0;
	box-shadow: 0 3px 11px rgba(0, 0, 0, .15);
}
.section-site.recently-added {
	 padding: 15px 0 30px;
}
.recently-added .section-title svg {
	width: 34px;
	height: 34px;
	fill: #1f9b79 !important;
	margin-left: -6px;
}
.popular .section-title svg {
	width: 26px;
	height: 26px;
	fill: #1f9b79 !important;
	display: inline-block;
	margin-top: -4px;
	margin-right: 10px;
}
.birthday .section-title svg {
	width: 46px;
	height: 46px;
	fill: #1f9b79 !important;
	margin-right: 10px;
}
.trending .section-title svg {
	width: 30px;
	height: 30px;
	fill: #1f9b79 !important;
	margin-right: 10px;
}
.section-title {
	font-size: 21px;
	font-weight: 600;
	color: #676767;
}
.section-title a {
	color: #676767;
	transition: all 0.3s ease 0s;
}
.section-title a:hover {
	color: #11c981;
	text-decoration: none;
}
.view-more {
	color: #1f9b79;
	transition: all 0.3s ease 0s;
	font-size: 18px;
}
.view-more:hover {
	text-decoration: none;
	color: #1e9e7a;
}
 .compare-item {
	font-size: 14px;
	border: 1px solid #dadada;
	border-style: dashed;
	transition: all 0.3s ease 0s;
	color: #676767;
	padding: 5px 10px;
	display: inline-block;
}
 .compare-item svg {
	margin-left: 5px;
	fill: url(#my-cool-gradient) #11c981;
	width: 18px;
	height: 18px;
}
 .compare-item:hover {
	border-color: #11c981;
	text-decoration: none;
	color: #676767;
}
.compare-item:active {
	border-color: #11c981;
}
.suggestion {
	position: absolute;
	right: 0;
	top: 0;
}
.suggestion svg {
	width: 20px;
	height: 20px;
	fill: #676767;
}
/*--- Widget --- */
.widget-body {
    border: 2px solid #11c981;
    font-size: 17px;
    color: #474747;
    line-height: 34px;
    padding: 20px;
}
.widget-title {
    font-size: 20px;
    color: #474747;
    border-left-width: 8px;
    border-left-style: solid;
    border-image: linear-gradient(90deg, #11c981, #1f9b79) 1 100%;
    padding-left: 15px;
    line-height: 30px;
}
.widget-list {
	line-height: 34px;
}
.widget-list li {
    padding: 7px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.widget-list li div {
    line-height: 26px;
}
.widget-list li a {
    color: #1e9e7a;
}
.widget-list li:not(:last-child) {
    border-bottom: 1px solid #11c981;
}
.widget-list li strong {
    min-width: 150px;
    display: inline-block;
}
.widget-list li span {
    flex: 0 0 40%;
    max-width: 40%;
    display: inline-block;
}
.relation-wrap {
    border: 2px solid #11c981;
    transition: all .3s ease 0s;
}
.relation-wrap.relation-nolink {
    border-color: #b3b3b3;
}
.relation-wrap:hover {
    border-color: rgb(18, 198, 128);
}
.relation-title {
    font-size: 15px;
    margin: 15px 0 0;
    line-height: 19px;
}
.relation-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #11c981;
    margin: 15px auto 0;
}
.relation-title a {
	color: #474747;
	transition: all .3s ease 0s;
	padding: 0 16px;
}
.relation-title a:hover {
	text-decoration: none;
	color: #11c981;
}
.relation-role {
    font-size: 12px;
    padding: 15px 0 15px;
    line-height: 19px;
}
.relation-role a {
	color: #474747;
	transition: all .3s ease 0s;
}
.relation-role a:hover {
	text-decoration: none;
	color: #11c981;
}
.random-article a {
    display: block;
    border: 1px solid #1f9b79;
    font-size: 18px;
    color: #474747;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0 48px;
    transition: all .3s ease 0s;
}
.random-article a svg {
    width: 36px;
    height: 36px;
    fill: #1f9b79;
    margin-right: 15px;
    transition: all .3s ease 0s;
}
.random-article a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1f9b79;
}
.random-article a:hover svg {
	fill: #fff;
}
.author-article {
    display: flex;
    align-items: center;
}
.short_about_author {
    font-size: 15px;
    margin-top: 10px;
}
.author-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.author-name a {
    color: #474747;
}
.about-author {
    font-size: 16px;
}
.author-article img {
    width: 96px;
    height: 96px;
    object-fit: cover;
}
.author-title {
    font-size: 18px;
    margin-left: 15px;
    border-left: 1px solid #11c981;
    padding-left: 15px;
}
.author-title a {
    color: #474747;
}
/*--- category --- */
.category-main {
     margin-top: 30px;
}
.categories-page {
    margin-right: -5px;
    margin-left: -5px;
}
.categories-page li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
}
.categories-page li a {
    color: #3a3a3a;
    transition: all 0.3s ease 0s;
    border: 1px solid #dadada;
    margin-bottom: 15px;
    min-height: 57px;
    padding: 0 10px;
}
.categories-page li a:hover {
    text-decoration: none;
    border-color: #11c981;
}
.navigation .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #dadada;
    font-size: 16px;
    color: #3a3a3a;
    transition: all 0.3s ease 0s;
}
.navigation .page-numbers.current {
    color: #fff;
    background-color: #11c981;
    border-color: #11c981;
}
.navigation .page-numbers:hover {
    color: #fff;
    background-color: #11c981;
    border-color: #11c981;
    text-decoration: none;
}
/*--- Contacts ---*/
@media screen and (min-width: 960px) {
	.contacto-article {
		font-size: 18px;
		color: #676767;
	}
	.contacto-article ul {
		column-count: 3;
		list-style-type: square;
	}
	.contacto-article ul li {
		margin-bottom: 8px;
	}
}
.modal-content .form-contacts .form-control {
	font-size: 16px;
}
.modal-content .form-contacts input.form-control {
	height: 48px;
}
.form-contacts {
	border: 1px solid #dadada;
	padding: 15px;
}
.form-contacts .btn {
	border: 1px solid #11c981;
	padding: 6px 30px;
}
.form-contacts .btn:hover {
	background-color: #11c981;
	color: #fff;
}
@media screen and (min-width: 960px) {
	.form-contacts {
		padding: 30px;
	}
	.form-contacts .form-control {
		font-size: 18px;
	}
	.form-contacts input.form-control {
		height: 60px;
	}
	.form-contacts .btn {
		font-size: 18px;
	}
}
@media screen and (min-width: 960px) {
	.contacts-widget {
		font-size: 20px;
	}
}
.contacts-widget {
	border: 1px solid #dadada;
	padding: 15px 10px;
	color: #676767;
}
.contacts-widget a {
	color: #676767;
	transition: all 0.3s ease 0s;
}
.contacts-widget a:hover {
	text-decoration: none;
	color: #11c981;
}
.contacto-link {
	padding: 29px 0;
}
.contacto-link a {
	color: #11c981;
	text-decoration: underline;
}
.load-container {
	opacity: .5;
	pointer-events: none;
}
.vote_post .img {
    width: 40px;
    height: 40px;
    fill: #1f9b79;
}
.vote_post {
    color: #000;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    width: 100%;
    transition: all .3s ease 0s;
    border: 1px solid #11c981;
}
.vote_post:hover,
.vote_post:focus {
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}
.vote_post span {
    margin-bottom: 10px;
}
/*--- Filter ---*/
.site-filter {
    margin-top: 69px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    box-shadow: 3px 3px 13px rgba(0, 0, 0, .2);
}
.site-filter .filter-title {
    background-color: #1f9b79;
    background-position: center;
    font-size: 21px;
    padding: 23px 0;
}
.site-filter .category-accordion .panel {
	border-bottom: 1px solid #dadada;
}
.site-filter .category-accordion .panel .panel-collapse .panel-body {
	padding: 20px;
	max-height: 305px;
	overflow: auto;
}
.site-filter .category-accordion .panel .panel-collapse .panel-body .row {
	margin-right: -5px;
	margin-left: -5px;
}
.site-filter .category-accordion .panel .panel-collapse .panel-body .col-8 {
	padding-right: 5px;
	padding-left: 5px;
}
.site-filter .category-accordion .panel .panel-title {
	font-size: 21px;
}
.site-filter .category-accordion .panel .panel-title > a {
	display: block;
	position: relative;
	padding: 20px;
	color: #3a3a3a;
	transition: all 0.3s ease 0s;
}
.site-filter .category-accordion .panel .panel-title > a svg {
	transform: rotate(-90deg);
}
.site-filter .category-accordion .panel .panel-title > a.collapsed svg {
	transform: rotate(90deg);
}
.site-filter .category-accordion .panel .panel-title > a svg {
	width: 15px;
	height: 28px;
	float: right;
}
.site-filter .category-accordion .panel .panel-title > a:hover {
	text-decoration: none;
	background-color: #f2f2f2;
	padding-left: 20px;
}
.site-filter .filter-list.filter-list-sub {
	padding-left: 15px;
	padding-top: 5px;
}
.site-filter .filter-list li {
	border-bottom: 1px solid #dadada;
	padding: 8px 0;
	font-size: 16px;
}
.site-filter .filter-list li:last-child {
	border: none;
}
.site-filter .filter-list li input {
	display: none;
	opacity: 0;
	z-index: -1;
}
.site-filter .filter-list li input:checked ~ label::before {
	content: url('../svg/sprite.svg#tick');
	border-color: currentColor;
}
.site-filter .filter-list li label {
	font-size: 18px;
	cursor: pointer;
}
.site-filter .filter-list li label::before {
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	border: 1px solid #dadada;
	cursor: pointer;
	padding: 1px;
	margin-right: 12px;
	font-size: 15px;
	vertical-align: middle;
	line-height: 15px;
	color: #676767;
}
.reset-filter {
	background-color: #1f9b79;
	color: #fff;
	margin: 15px 20px 15px 0;
}
.reset-filter:hover {
	background-color: #11c981;
	color: #fff;
}
.irs--flat .irs-bar,
.irs--flat .irs-to,
.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-from {
	background-color: #1f9b79;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
	border-top-color: #1f9b79;
}
/*--- Footer ---*/
#footer {
    background-color: #171717;
    padding: 22px 0;
}
#footer .logo span {
    color: #fff;
}
.footer-menu {
	font-size: 0;
}
.footer-menu .menu-item {
	display: inline-block;
	font-size: 18px;
	margin-left: 40px;
}
.footer-menu .menu-item:first-child {
	margin-left: 0;
}
.footer-menu .menu-item a {
	display: block;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.footer-menu .menu-item a:hover {
	text-decoration: none;
	color: #11c981;
}
.social-list {
	font-size: 0;
}
.copyright {
	font-size: 14px;
	color: #fff;
}
.footer-last {
	font-size: 11px;
}
/*--- Header ---*/
#header {
	padding: 15px 0;
	background-color: #fff;
}
.header-scroll {
	transition: all 0.3s ease 0s;
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
}
.ui-menu.ui-widget {
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, .2);
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 9999;
}
.ui-menu.ui-widget .ui-menu-item {
	transition: all 0.3s ease 0s;
	padding: 7px 10px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	font-size: 16px;
}
.ui-menu.ui-widget .ui-menu-item:last-child {
	border-bottom: none;
}
.ui-menu.ui-widget .ui-menu-item:hover {
	background-color: #e8e8e8;
}
.ui-menu.ui-widget .ui-menu-item img {
	width: 50px;
	display: inline-block;
	margin-right: 15px;
	height: 50px;
	object-fit: contain;
}
.categories-hide {
	display: none;
	position: absolute;
	right: 15px;
	top: auto;
	width: 900px;
	background-color: #fff;
	z-index: 999;
	box-shadow: 3px 3px 11px rgba(0, 0, 0, .3);
}
.categories-hide ul {
	column-count: 5;
	font-size: 0;
	padding: 10px 10px 0;
}
.categories-hide ul li {
	margin-bottom: 10px;
	font-size: 16px;
}
.categories-hide ul li:last-child a {
	border-color: #11c981;
}
.categories-hide ul li a {
	display: block;
	color: #676767;
	border: 1px solid #dadada;
	margin: 0 5px;
	padding: 10px 0;
	transition: all 0.3s ease 0s;
}
.categories-hide ul li a:hover {
	text-decoration: none;
	border-color: #11c981;
}
.header-block.categories-menu > a {
	border-color: transparent;
}
.header-block.header-filter > a svg {
	width: 36px;
    height: 36px;
    fill: #1f9b79;
}
.header-block.header-compare > a {
	position: relative;
	border-style: dashed;
	padding: 16px 0;
}
.header-block.header-compare > a div {
	width: 30px;
	margin-left: 15px;
}
.header-block.header-compare > a span {
	position: absolute;
	color: #fff;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	font-weight: 100;
}
.header-block.header-compare > a svg {
	margin-right: 0;
	width: 30px;
	height: 30px;
	fill: url(#my-cool-gradient) #11c981;
}
.header-block.header-filter > a {
    padding: 14px 0;
}
.header-block > a {
	padding: 17.5px 0;
	color: #676767;
	transition: all 0.3s ease 0s;
	border: 1px solid #dadada;
	border-radius: 5px;
	font-weight: 500;
	color: #676767;
	transition: all 0.3s ease 0s;
	font-size: 18px;
}
@media screen and (min-width: 767px) {
	.header-block > a:hover {
		text-decoration: none;
		border-color: #11c981;
	}
}
.header-block > a svg {
	width: 28px;
	height: 28px;
	margin-right: 15px;
}
.search-form .form-control {
	padding: 0 30px;
	height: 65px;
	border: 1px solid #dadada;
	border-radius: 5px;
	position: relative;
}
.search-form .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	padding: 20px;
}
.search-form .btn svg {
	height: 20px;
	width: 20px;
	transition: all 0.3s ease 0s;
}
.search-form .btn:focus {
	box-shadow: none;
}
.search-form .btn:hover svg {
	fill: #11c981;
}
.logo span {
	font-size: 44px;
	font-weight: bold;
	font-family: 'Times New Roman', sans-serif;
	color: #0f0f0f;
}
.logo a:hover {
	text-decoration: none;
}
.navigation.pagination {
    justify-content: center;
}
/*--- Item ---*/
#filter-container {
	transition: all 0.3s ease 0s;
}
.load-container {
	opacity: 0.5;
	pointer-events: none;
}
.celeb-item {
	box-shadow: 3px 3px 13px rgba(0, 0, 0, .2);
	padding: 10px;
	transition: all 0.3s ease 0s;
}
.celeb-item:hover {
	box-shadow: 3px 3px 13px rgba(0, 0, 0, .3);
}
.celeb-item .stars-item svg {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	fill: #ffb20d;
}
.celeb-item .category-item {
	font-size: 14px;
}
.celeb-item .category-item a {
	padding: 10px 0 5px;
	color: #676767;
	transition: all 0.3s ease 0s;
}
.celeb-item .category-item a:hover {
	text-decoration: none;
	color: #11c981;
}
.celeb-item .title-item {
	font-weight: 900;
	font-size: 17px;
}
.celeb-item .title-item a {
	transition: all 0.3s ease 0s;
	padding: 0 0 10px;
	color: #3a3a3a;
}
.celeb-item .title-item a:hover {
	text-decoration: none;
	color: #11c981;
}
.item-ratings {
	font-size: 19px;
	color: #676767;
	transition: all 0.3s ease 0s;
}
.screen-reader-text {
	display: none;
}
.comment-form .btn {
    background-color: #1f9b79;
    color: #fff;
}
.comment-form .btn:hover {
	background-color: #11c981;
    color: #fff;
}
.comment-form .comment-notes {
	display: none;
}
/*--- Comments ---*/
.commentlist .comment {
	background-color: #f1f1f1;
	padding: 15px;
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.commentlist .comment:last-child {
	border-bottom: none;
}
.commentlist .says {
	display: none;
}
.commentlist .fn {
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
}
.commentlist .comment-notes {
	display: none;
}
.commentlist .comment-body {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.commentlist .comment-author, 
.commentlist .comment-meta {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 5px 15px;
}
.commentlist .comment-author img {
    display: none;
}
.commentlist .comment-meta {
	text-align: right;
}
.commentlist .comment-meta a {
	color: #000;
	font-size: 14px;
}
.commentlist .comment-body > p {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
}
.commentlist .comment-edit-link {
	display: none;
}
.star-rating:hover .star::before {
	color: #c28c23;
}
.star-rating .star {
	color: #ffc34f;
	font-family: dashicons;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	height: 44px;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: middle;
	width: 44px;
	display: inline-block;
	cursor: pointer;
}
.star-rating .star:hover::before {
	color: #c28c23;
}
.star-rating .star:hover ~ .star::before {
	color: #ffc34f;
}
.star-rating .star-full::before {
	content: "\f155";
}
.star-rating .star-half::before {
	content: "\f459";
}
.star-rating .star-empty::before {
	content: "\f154";
}
.comparacion-vacia {
	font-size: 18px;
}
.compare-height {
	color: #676767;
	font-size: 18px;
	margin: 30px 0;
}
.compare-height hr {
	margin: 30px 0;
}
.compare-height .form-control {
	border: 1px solid #dadada;
	padding: 10px;
	height: auto;
	font-size: 18px;
}
.compare-height .youceleb-wrap {
	max-width: 225px;
}
.compare-height .youceleb-image {
	max-width: 115px;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
}
/*--- Single ---*/
.related-posts {
	margin-top: 30px;
}
.related-posts .related-posts-title {
	font-size: 18px;
	font-weight: 900;
}
.article-celeb {
	font-size: 17px;
	line-height: 24px;
	color: #676767;
	text-align: justify;
}
.main-information {
	margin-top: 30px;
}
.main-information .compare-item {
	font-size: 19px;
	padding: 15px 0;
	border-width: 2px;
	border-radius: 10px;
	margin-bottom: 15px;
	text-align: center;
	display: block;
	font-weight: bold;
}
.main-information .compare-item svg {
	width: 34px;
	height: 30px;
}
.breadcrumbs {
	font-size: 18px;
	color: #1e1e1e;
}
.breadcrumbs a {
	color: #1e1e1e;
	transition: all 0.3s ease 0s;
}
.breadcrumbs a:hover {
	text-decoration: none;
	color: #11c981;
}
#more_posts {
	display: inline-block;
	border: 1px solid #1f9b79;
	color: #000;
	font-size: 16px;
	padding: 12px 35px;
	transition: all 0.3s ease 0s;
}
#more_posts:hover {
	text-decoration: none;
	background-color: #1f9b79;
	color: #fff;
}
.page-title {
    font-size: 24px;
    color: #474747;
}
.navs-links {
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.navs-links .nav-links {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	align-items: center;
}
.navs-links .nav-links .nav-previous, .navs-links .nav-links .nav-next {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}
.navs-links .nav-links .nav-next {
	order: 1;
}
.navs-links .nav-links .nav-previous {
	order: 2;
}
.navs-links a {
	color: #676767;
	transition: all 0.3s ease 0s;
	font-size: 16px;
	display: block;
}
.navs-links a span {
	display: block;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.navs-links a:hover {
	text-decoration: none;
	color: #11c981;
}
.navs-links a svg {
	width: 30px;
	height: 22px;
}
.shared-button {
	font-size: 0;
}
.stat-info {
	margin: 30px 0;
}
.stat-info .stat-info-name {
	font-size: 15px;
	color: #676767;
	margin-bottom: 10px;
}
.stat-info .stat-info-value {
	color: #676767;
	font-size: 18px;
}
.info-title {
	font-size: 16px;
	color: #676767;
	margin-bottom: 10px;
}
.info-title svg {
	fill: #11c981;
	width: 40px;
	height: 40px;
}
.info-celeb li {
	font-size: 16px;
	color: #676767;
	border-bottom: 1px solid #dadada;
	padding: 13px 0;
}
.info-celeb li:last-child {
	border-bottom: none;
}
.birthday-wrap {
	overflow: hidden;
	position: absolute;
	top: -5px;
	left: -5px;
	pointer-events: none;
}
.birthday-wrap.death-wrap {
	width: 105px;
	height: 105px;
}
.birthday-wrap.death-wrap .birthday-ribbon {
	background-color: #000;
	height: 31px;
}
.birthday-wrap.death-wrap .birthday-ribbon::after, .birthday-wrap.death-wrap .birthday-ribbon::before {
	content: "";
	border-top-color: #000;
}
.birthday-wrap img {
	height: 130px;
}
.birthday-wrap .birthday-ribbon {
	font-size: 14px;
	color: #333;
	transform: rotate(-45deg);
	padding: 5px 0;
	right: -4px;
	top: 24px;
	width: 140px;
	background-color: #11c981;
	color: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	position: absolute;
}
.birthday-wrap .birthday-ribbon::after, .birthday-wrap .birthday-ribbon::before {
	content: "";
	border-top: 3px solid #11c981;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}
.birthday-wrap .birthday-ribbon::after {
	right: 0;
}
.birthday-wrap .birthday-ribbon::before {
	left: 0;
}
.people-img {
	width: 35px;
	height: 35px;
}
.star-one.star-full {
	color: #ffc34f;
	font-family: dashicons;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	line-height: 1;
	text-align: center;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
.star-one.star-full::before {
	content: "\f155";
}
.shared-button > div:last-child span {
	height: 28px;
	padding: 4px 4px 0px 1px;
	border-radius: 5px;
}
.page-template-page-compare .item-ratings {
	font-size: 14px;
}
.page-template-page-compare .item-ratings .star-rating {
	margin-bottom: 5px;
}
.page-template-page-compare .item-ratings .star-rating .star {
	font-size: 30px;
	height: 30px;
	width: 35px;
}
.page-template-page-compare .celeb-item .title-item a {
	padding: 5px 0;
}
.contact-mailto {
	text-decoration: underline;
}
.contact-mailto:hover {
	text-decoration: none;
}
/*--- Footer responsive ---*/
@media screen and (max-width: 1366px) {
	.logo span {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.footer-menu .menu-item {
		font-size: 16px;
	}
}
@media screen and (max-width: 960px) {
	.footer-menu .menu-item {
		font-size: 14px;
		margin-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 5px 0 15px;
	}
	.footer-menu .menu-item {
		display: block;
		margin: 0;
	}
	.footer-menu .menu-item a {
		padding: 5px 0;
	}
}
@media screen and (max-width: 576px) {
	.footer-menu .menu-item {
		font-size: 14px;
	}
}
@media screen and (max-width: 320px) {
	.footer-menu .menu-item {
		margin-left: 10px;
		font-size: 12px;
	}
}
/*--- Header responsive ---*/
@media screen and (max-width: 1200px) {
	.sticky-top {
		position: relative;
		z-index: initial;
	}
	.search-form .form-control {
		padding: 0 15px;
		height: 50px;
	}
	.search-form .btn {
		padding: 12px 5px;
	}
	.header-block > a {
		padding: 8px 0;
	}
}
@media screen and (max-width: 960px) {
	.header-block.header-compare > a {
		padding: 8px 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.widget-title {
	    border-color: #1f9b79;
	    border-image: initial;
	}
	.shared-button {
	    font-size: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-top: 15px;
	}
	#header {
		padding: 0;
		z-index: initial;
	}
	.header-block.header-compare a {
		padding: 7px 0;
	}
	.search-form .form-control {
		font-size: 14px;
		height: 46px;
	}
	.categories-hide {
		left: initial;
		right: 0;
		width: 100vw;
	}
	.categories-hide ul {
	    display: flex;
	    flex-wrap: wrap;
	}
	.categories-hide ul li {
	    flex: 0 0 50%;
	    text-align: center;
	    max-width: 50%;
	}
	.items-row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.items-row .col-12 {
		padding-right: 5px;
		padding-left: 5px;
	}
	.celeb-item .title-item a {
		min-height: 50px;
		line-height: 20px;
		font-size: 16px;
	}
	.header-block > a svg {
		margin-right: 0;
	}
}
@media screen and (max-width: 320px) {
	.header-block.header-compare > a {
		font-size: 14px;
	}
	.header-block.header-compare > a span {
		font-size: 13px;
		top: 51%;
	}
	.header-block.header-compare > a svg {
		width: 25px;
		height: 25px;
	}
	.header-block > a {
		font-size: 14px;
	}
}
/*--- Main responsive ---*/
@media screen and (max-width: 1366px) {
	.star-rating .star {
		font-size: 35px;
		height: 39px;
		width: 39px;
	}
	.site-filter .filter-title {
		padding: 20px 0;
		font-size: 20px;
	}
	.site-filter .category-accordion .panel .panel-title {
		font-size: 17px;
	}
	.site-filter .category-accordion .panel .panel-title > a {
		padding: 13px 5px;
	}
	.site-filter .category-accordion .panel .panel-title > a:hover {
		padding-left: 10px;
	}
	.reset-filter {
		margin: 15px 5px 15px 0;
	}
	.celeb-item .title-item a {
		min-height: 60px;
	}
}
@media screen and (max-width: 1200px) {
	.celeb-item .title-item {
		font-size: 16px;
	}
	.celeb-item .title-item a {
		line-height: 23px;
		min-height: 56px;
	}
	.info-celeb li span:first-child {
		padding-right: 10px;
	}
	.main-information {
		margin-top: 15px;
	}
	.page-title {
		font-size: 22px;
	}
	.info-title {
		margin-bottom: 15px;
	}
	.info-title svg {
		width: 35px;
		height: 30px;
	}
	.main-information .compare-item {
		font-size: 18px;
		padding: 10px 0;
	}
	.main-information .compare-item svg {
		width: 28px;
		height: 23px;
	}
	.item-ratings {
		font-size: 17px;
	}
	.star-rating .star {
		font-size: 32px;
		height: 31px;
		width: 35px;
	}
	.site-filter .filter-title {
		font-size: 18px;
		padding: 19px 0;
	}
	.site-filter .category-accordion .panel .panel-title {
		font-size: 16px;
	}
	.site-filter .category-accordion .panel .panel-title > a {
		padding: 15px 18px;
	}
	.compare-item {
		padding: 5px;
	}
	.site-filter .filter-list li label {
		font-size: 16px;
	}
	.site-filter .form-control {
		font-size: 14px;
	}
	.site-filter {
		margin-top: 0;
	}
	.category-sort {
		font-size: 14px;
	}
}
@media screen and (max-width: 960px) {
	.category-main {
		margin-top: 15px;
	}
	.compare-height {
		font-size: 16px;
	}
	.compare-height hr {
		margin: 15px 0;
	}
	.category-accordion {
		display: none;
	}
	.site-filter .category-accordion .panel .panel-title > a svg {
		height: 21px;
	}
	.main-information .compare-item {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.author-name {
	    font-size: 16px;
	}
	.logo span {
		font-size: 33px;
	}
	.site-filter .filter-title {
		font-size: 16px;
		padding: 13px 0;
		border-radius: 5px;
	}
	.site-filter .filter-title.rotate-arrow::after {
		transform: scale(-1);
		top: 13px;
	}
	.site-filter .filter-title::after {
		content: '';
		vertical-align: middle;
		display: inline-block;
		border: 0.35em solid transparent;
		border-top: 0.5em solid;
		position: absolute;
		top: 19px;
		margin-left: 7px;
		transition: all 0.3s ease 0s;
	}
	.page-title.widget-title {
	    padding-left: 0;
	    border: none;
	}
	.breadcrumbs {
		font-size: 14px;
	}
	.widget-list li {
	    font-size: 14px;
	}
	.widget-list li strong {
	    min-width: 110px;
	    padding-right: 10px;
	}
	.widget-title {
		font-size: 18px;
	}
	.author-article img {
	    width: 45px;
	    height: 45px;
	}
	.author-title {
	    font-size: 14px;
	    padding-left: 10px;
	    margin-left: 10px;
	}
	.widget-body {
	    font-size: 16px;
	    line-height: 30px;
	    padding: 15px;
	}
	.commentlist .fn {
		font-size: 18px;
	}
	.categories-page li {
		font-size: 16px;
	}
	.categories-page li a {
		padding: 0 5px;
	}
	.section-site {
		padding: 1rem 0;
	}
	.section-title {
		font-size: 18px;
	}
	.section-title svg {
		width: 30px;
		height: 30px;
	}
	.view-more {
		font-size: 14px;
	}
	.trending .section-title svg, .popular .section-title svg, .recently-added .section-title svg {
		position: absolute;
		left: -30px;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		margin: 0;
	}
	.recently-added .section-title svg {
		width: 25px;
		height: 25px;
	}
	.article-celeb {
		font-size: 16px;
		line-height: 28px;
	}
	.compare-height {
		font-size: 14px;
	}
	.compare-height .youceleb-wrap {
		max-width: 125px;
	}
	.compare-height .youceleb-image {
		max-width: 64px;
	}
	.compare-height .form-control {
		font-size: 16px;
		padding: 0.375rem 0.75rem;
	}
	.comment-form .form-control, 
	.comment-form .btn-submit {
	    font-size: 14px;
	}
	.header-block.header-filter > a {
	    padding: 10px 0;
	    font-size: 16px;
	}
	.header-block.header-filter > a:hover, 
	.header-block.header-filter > a:focus {
	    text-decoration: none;
	}
	.header-block.header-filter > a svg {
	    width: 22px;
	    height: 22px;
	    margin-right: 5px;
	}
}
@media screen and (max-width: 576px) {
	.page-template-page-compare .item-ratings .star-rating .star {
		font-size: 20px;
		height: 23px;
		width: 23px;
	}
	.info-celeb li span {
		width: 100% !important;
	}
	.info-celeb li span:first-child {
		font-weight: 500;
		padding: 0;
		margin-bottom: 5px;
		display: block;
		line-height: 15px;
	}
	.compare-item {
		padding: 3px;
		font-size: 13px;
	}
	.compare-item svg {
		margin-left: 2px;
		width: 13px;
		height: 13px;
	}
	.page-template-page-compare .info-celeb li {
		font-size: 14px;
	}
	.commentlist .comment {
		padding: 5px 10px;
	}
	.commentlist .comment-author, .commentlist .comment-meta {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left;
	}
	.commentlist .comment-author {
		padding: 5px 15px 0 15px;
	}
	.star-one.star-full {
		font-size: 18px;
		height: 21px;
		width: 17px;
	}
	.people-img {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 320px) {
	.section-title {
		font-size: 16px;
	}
	.items-row .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.celeb-item .title-item a {
		min-height: auto;
	}
	.info-celeb li {
		font-size: 14px;
	}
}
.widgetadsss {margin-top:30px; margin-bottom:30px;}