@charset "UTF-8";
/*
Theme Name: RankerThemes
Theme URI: https://id.google.com/projects/
Description: Tema WordPress dari surabayaMedia
Author: Zehan Abrar
Author URI: https://id.google.com
Version: 99999.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rankerthemes
*/
body {
	--primary: #112d6d;
	--secondary: #fc0202;

	--link: var(--bs-black);
	--linkhover: var(--bs-black);
	--headerbg: var(--bs-white);
	--bodybgcolor: var(--bs-white);
	--bodyfontcolor: var(--bs-black);

	--font: "Roboto",Arial,Helvetica,sans-serif;

	background-color: var(--bodybgcolor);
	color: var(--bodyfontcolor);

	font-family: var(--font);
	font-weight: 300;
	font-size: 1.19rem;
	line-height: 1.625rem;
}

a {
  color: var(--link);
  text-decoration: none;
}
a:hover, a:focus {
	color: var(--linkhover);
	text-decoration: none;
}

h1, h2, h3, .h1, .h2, .h3 {
	font-weight: 700;
}
h1, .h1 {
	font-size: 1.875rem;
	line-height: 2.1875rem;
}
h2, .h2 {
	font-size: 1.25rem;
	line-height: 1.2;
}

/* match height */
.match-height {
	display: flex;
	flex-wrap: wrap;
}

.match-height .col-match-height {
	display: flex;
	flex-direction: column;
}

.svg {
	width: 1rem;
	height: 1rem;
}
.svg path {
	fill: currentcolor;
}

/* Animation */
@keyframes slide-down{
	from{transform:translate3d(0,-100%,0)}
	to{transform:translate3d(0,0,0)}
}

/* Header */
.lmd-navbar-top .container {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.lmd-header.fixed-top {
  animation: slide-down 0.5s;
}
.lmd-header.fixed-top .lmd-navbar-top .container {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.lmd-navbar-main {
  background-color: var(--headerbg);
}

.navbar {
  padding: 0.5rem 0rem;
}

.navbar-brandx img {
  max-width: 180px;
  max-height: 60px;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
	padding: 0 0;
}
.navbar-toggler:focus {
	border: none;
	border-radius: 0;
	padding: 0 0;
	box-shadow: none;
}

.navbar .navbar-nav .nav-link {
	color: var(--link);
	font-weight: 700;
	text-transform: uppercase;
	transition: text-shadow .3s ease;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
	color: var(--linkhover);
	text-shadow: 2px 2px 3px #cecece;
}

/* Dropdown */
.dropdown-item.active,
.dropdown-item:active {
  color: #1e2125;
  text-decoration: none;
  background-color: #e9ecef;
}


/* Mobile Menu - Sidebar Menu */
/* The navigation menu links */
.lmd-list {
	overflow: hidden;
	overflow-y: auto;
}
.mobile-menu, .mobile-extra, ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu, .mobile-extra {
	margin-bottom: 1rem;
}
.mobile-menu li {
	position: relative;
	background-color: var(--bs-blue);
	color: #fff;
	border-radius: .5rem;
	margin-bottom: .5rem;
	text-align: center;
}

.mobile-menu li a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
	display: block;
	color: #fff;
	padding: .5rem 1rem;
}

.mobile-menu li a:hover {
	background-color: rgba(0,0,0,.1);
}
.mobile-menu li.active > a:hover {
	background-color: initial;
}

/* Dropdown */
.mobile-menu ul.sub-menu {
	display: none;
}
.mobile-menu li.active ul.sub-menu {
	display: block;
	padding-bottom: .5rem;
}
.mobile-menu li.active ul.sub-menu li {	
	background-color: rgba(0,0,0,.1);
	margin: 0 1rem .5rem .5rem;
}

/* The carret */
.mobile-menu li.menu-item-has-children a:after {
	font-family: 'FontAwesome';
	color: #fff;
	content: '\f107';
	float: right;
}
.mobile-menu li.menu-item-has-children.active a:after {
	font-family: 'FontAwesome';
	color: #fff;
	content: '\f106';
	float: right;
}
.mobile-menu li.menu-item-has-children li a:after, .mobile-menu li.menu-item-has-children.active li a:after {
	content: '';
}

/* Mobile Extra */
.mobile-extra li {
	position: relative;
}

.mobile-extra li a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
	display: block;
	padding: .5rem 1rem;
}
.mobile-extra li a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	float: right;
}

.offcanvas-footer {
	padding: .5rem 1rem;
	background-color: var(--bs-gray-200);
	border-radius: .5rem;
}
.offcanvas-footer .socmed {
	margin-top: 15px;
	text-align: center;
}
.offcanvas-footer .socmed li a {
	background: #f1f1f1;
	border-radius: .5rem;
	width: 40px;
	height: 40px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* BreadCrumb */
.breadcrumb {
  background-color: transparent;
  padding: 0 0 0.75rem 0;
  border-radius: 0;
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}


/***** WordPress *****/
.excerpt {
  transition: all 0.4s;
  overflow: hidden;
}

.excerpt-thumbnail, .post-thumbnail {
  position: relative;
}

.excerpt-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--link);
}
.excerpt-title:hover {
  color: var(--linkhover);
}

.excerpt-meta {
  font-size: 0.9rem;
  color: var(--bs-gray);
}

/* Popular  - Button Play */
.popcount {
	--pw: 50px;
	position: absolute;
	bottom: 0;
	right: 10px;

	width: var(--pw);
	height: var(--pw);
	border-radius: var(--pw);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(var(--pw) / 2);
	font-weight: bold;
	background-color: var(--bs-dark);
	color: var(--bs-white);
	border: 3px solid var(--bs-white);
	transform: translateY(50%);
}

.popcount.play {
	background-color: var(--bs-danger);
	border-color: var(--bs-gray-300);
}
.play svg {
	color: var(--bs-white);
}

/*PostImage*/
.post-body img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 10px;
}

.wp-caption {
  margin-bottom: 10px;
  max-width: 100% !important;
}

.wp-caption .wp-caption-text {
  font-size: 10px;
  margin: 10px;
  text-align: center;
}

/* WordPress Gallery */
.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;

	width: 33.33333333333333%;
	margin-bottom: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.gallery-caption {
  font-size: smaller;
}

/* Post Sharer */
.lmd_sharelist{float: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start}.lmd_share_button{margin-bottom: 20px}.lmd_share_button a, .lmd_share_button button{float: left;width: auto !important;max-width: none !important;height: 32px;line-height: 32px; white-space: nowrap; padding: 0 10px; color: #ffffff; background: #212121; margin: 0 5px 5px 0; border-radius: 0; text-align: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;}.lmd_share_button button{border: none;}.lmd_share_button a:last-child{margin-right: 0;}.lmd_share_button a:hover{opacity: .9;}.lmd_share_button a > span{display: none; font-size: 13px; font-weight: 700; margin-left: 10px;}.lmd_share_button span.count{font-weight: 400; margin-left: 3px; padding: 2px 5px; background: rgba(0, 0, 0, .15); border-radius: 4px;}.lmd_share_button .fab, .lmd_share_button .fas{font-size: 18px; color: #ffffff; line-height: inherit;}.lmd_share_button .lmd_btn-toggle{background: #bdbdbd;}.lmd_share_button .lmd_btn-facebook{background: #45629f;}.lmd_share_button .lmd_btn-twitter{background: #5eb2ef;}.lmd_share_button .lmd_btn-google-plus{background: #df5443;}.lmd_share_button .lmd_btn-linkedin{background: #0083bb;}.lmd_share_button .lmd_btn-pinterest{background: #cf2830;}.lmd_share_button .lmd_btn-reddit{background: #5f99cf;}.lmd_share_button .lmd_btn-stumbleupon{background: #ff4e2e;}.lmd_share_button .lmd_btn-telegram{background: #54a9e9;}.lmd_share_button .lmd_btn-comments{background: #63c37e;}.lmd_share_button .lmd_btn-toggle{background: #bdbdbd;}.lmd_share_button .lmd_btn-tumbrl{background: #314358;}.lmd_share_button .lmd_btn-buffer{background: #333333;}.lmd_share_button .lmd_btn-vk{background: #4c75a3;}.lmd_share_button .lmd_btn-whatsapp{background: #075e54;}.lmd_share_button .lmd_btn-wechat{background: #7bb32e;}.lmd_share_button .lmd_btn-qrcode{background: #bd0000;}.lmd_share_button .lmd_btn-email{background: #eb4d3f;}.lmd_share_button .lmd_btn-line{background: #00b900;}.lmd_share_button .lmd_btn-hatena{background: #039be5;} background-size: 22px; background-color: #00b900;}.lmd_share_button .lmd_btn-hatena>span,.lmd_share_button .lmd_btn-line>span{margin-left: 0;}.lmd_share_button.share-float .lmd_btn-hatena .fas,.lmd_share_button.share-float .lmd_btn-line .fab{height: 38px; margin-top: 5px; margin-left: -1.5px;}.lmd_share_button.share-monocrhome .lmd_btn-hatena .fas,.lmd_share_button.share-monocrhome .lmd_btn-line .fab{background-color: transparent;}.share-secondary{display: none;}.show-secondary .share-secondary{display: block; margin-right: 5px;}.lmd_btn-toggle .fa{-webkit-transition: transform .2s ease; -o-transition: transform .2s ease; transition: transform .2s ease;}.show-secondary .lmd_btn-toggle .fab{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}.lmd_share_button.share-bottom{margin: 1.75em auto 0;}

.facebook {color: #45629f;}
.youtube {color: #cd1d20;}
.instagram {color: #e74e87;}
.twitter {color: #000000;}
.linkedin {color: #016798;}
.tiktok {color: #000000;}

/* Sidebar - Widgets */
.widget {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.widget ul, .widget ol,
.fwidget ul, .fwidget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li, .widget ol li,
.fwidget ul li, .fwidget ol li {
  padding: 3px 0;
}

.widget.widget_recent_comments li a {
  font-weight: 600;
}

/* Search Form */
.lmd-search-form .lmd-search-input {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1.3rem;
}
.lmd-search-form .lmd-search-icon {
	left: 20px;
	color: var(--bs-blue);
}
.lmd-search-form .lmd-submit-icon {
	right: -10px;
	color: var(--bs-blue);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 50%;
	font-weight: bold;
}

/* Calendar */
table#wp-calendar {
  width: 100%;
}

table caption {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

table#wp-calendar td#prev {
  text-align: left;
  padding-left: 3px;
}

table#wp-calendar td#next {
  text-align: right;
  padding-right: 3px;
}

table#wp-calendar th,
table#wp-calendar td {
  padding: 5px;
  text-align: center;
  border: 1px solid var(--bs-gray-200);
}

/***** Comments *****/
.comment-list {
  list-style-type: none;
}

.children {
  margin-top: 1em;
  list-style-type: none;
}

.comment-list li.comment {
  margin-bottom: 30px;
}

.comment-body,
.comment-meta,
.cancel-comment-reply {
  margin-bottom: 10px;
}
.avatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.comment-metadata {
  font-size: smaller;
}

.comment-reply-link {
  padding: 5px 10px;
  background-color: var(--bs-dark);
  color: var(--bs-white) !important;
  font-size: 0.8em;
  border-radius: 0.25rem;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}

.comment-reply-link:hover {
  background-color: var(--bs-gray);
}

.cancel-comment-reply {
	text-align: right;
	font-size: .9rem;
}
.cancel-comment-reply a, .comment-user-loggedin a {
	color: var(--bs-dark);
}

#commentform input,
#commentform textarea,
.widget select,
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--bs-white);
  background-clip: padding-box;
  border: 1px solid var(--bs-gray-200);
  -moz-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#commentform textarea {
  height: calc(8em + 0.75rem + 2px);
}
#commentform input:focus,
#commentform textarea:focus,
.widget select:focus,
.form-control:focus {
  background-color: var(--bs-white);
  border-color: var(--bs-gray-200);
  outline: 0;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
}

/* Pagination */
.navigation {
  padding-top: 1em;
  padding-bottom: 1em;
}

.navigation-single {
  font-size: 1.3em;
}

.prev-posts span, .next-posts span{
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
.prev-posts span a, .next-posts span a{
	color: #fff;
	display: block;
}

.page-item {
  margin: 0 0;
}

.page-link {
  font-weight: 700;
  box-shadow: none;
  color: var(--link);
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-200);
}
.page-link:focus {
  color: var(--bs-white);
}

.page-item.active .page-link {
  color: var(--link);
  background-color: var(--bs-white);
  border-color: var(--bs-gray-200);
}
.page-link:hover {
  color: var(--bs-dark);
  background-color: var(--bs-gray-300);
  border-color: var(--bs-gray-300);
}

/*** Plugins ***/
/* Widget AIO Posts */
.lmd-aio-post {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lmd-aio-item {
  margin: 0 0 10px;
}

.lmd-recent-item .post-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
  letter-spacing: normal;
}
.lmd-recent-item .post-meta,
.lmd-terpopuler .post-meta {
  font-size: 0.8rem;
}

/* Terpopular */
..lmd-popular-posts {
	background-color: var(--bs-gray-100);
	border-radius: 0.5rem;
	padding: 15px 10px;
}

.lmd-terpopuler-item {
  padding: 0.5rem;
  border-bottom: 1px solid var(--bs-gray-200);
}
.lmd-terpopuler-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lmd-terpopuler-item .lmd-terpopuler-thumb {
  font-size: 24px;
  font-weight: 600;
  padding-right: 1rem;
  line-height: 1;
}
.lmd-terpopuler-item .post-title {
  font-size: 16px;
}

/* Popular Tags */
.lmd-popular-tags a::before {
  content: "#";
  margin-right: 5px;
}

/* Owl Carousel */
.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.owl-theme .owl-nav [class*="owl-"] {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
}
.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
	background: var(--bs-blue);
	color: #fff;
	font-size: 30px;
}
.owl-theme .owl-nav button.owl-prev {
	left: 0;
}
.owl-theme .owl-nav button.owl-next {
	right: 0;
}


/*** Miscelaneous ***/
.clip-1, .clip-2, .clip-3, .clip-4, .clip-5 {
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.clip-1 {
  -webkit-line-clamp: 1;
}
.clip-2 {
  -webkit-line-clamp: 2;
}
.clip-3 {
  -webkit-line-clamp: 3;
}
.clip-4 {
  -webkit-line-clamp: 4;
}
.clip-5 {
  -webkit-line-clamp: 5;
}

.fs-7 {
	font-size: .9rem !important;
}
.fs-8 {
	font-size: .8rem !important;
}
.fs-9 {
	font-size: .7rem !important;
}

.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}

.post-tags a:before {
	content: '#';
}

/*** Ranker - Homepage - Archives - Page - Single Post - Custom Post ***/
.bgoverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 0;
}

/* Archive */
/* block slider trending */
.lmd-slider-pilihan .block-slider_pilihan, .block-slider_trending {
	background-color: #000;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0.5rem;
}
.lmd-slider-pilihan a, .block-slider_trending a {
	color: #fff;
}

.lmd-slider-pilihan .slider-pilihan, .block-slider_trending .slider-pilihan, .excerpt-inner {
	position: relative;
}
.lmd-slider-pilihan .slider-pilihan .owl-dots, .block-slider_trending .slider-pilihan  .owl-dots {
	position: absolute;
	right: 0;
	bottom: 3.4rem;
}

/* Homepage */
.lists-runner b {
	font-weight: 900;
}
.lists-runner .list-inline-item:not(:last-child) {
  margin-right: 2rem;
}
.lists-runner .list-inline-item:not(:last-child)::after {
	content: ' ';
	border-right: 1px solid #111;
	padding-left: 2rem;
}

@media (max-width: 1198px) {
	.lists-runner {
		font-size: 1rem;
	}
	.lists-runner .list-inline-item:not(:last-child) {
		margin-right: 1rem;
	}
	.lists-runner .list-inline-item:not(:last-child)::after {
		padding-left: 1rem;
	}
	.lists-runner .list-inline-item.first {
		display: block;
		font-size: .9rem;
	}
	.lists-runner .list-inline-item.first::after {
		content: ' ';
		border: none;
		padding-left: 0;
	}
}

/* Blocks */
.lmd-block .block-wrapper {
	padding-top: 1rem;
}

/* block grid */
.excerpt-grid-alt .excerpt-thumbnail img {
	border-radius: .5rem .5rem 0 0;
}
.excerpt-grid-alt .excerpt-content {
	background-color: var(--bs-gray-200);
	padding: 1rem;
	border-radius: 0 0 .5rem .5rem;
}

.block-gridlist .glwrp:not(:last-child), .block-catlist .ctwrp:not(:last-child), .block-updown .udwrp:not(:last-child) {
	margin-bottom: 1rem;
}

/* block category list */
.block-catlist .ctwrp {
	background-color: var(--bs-gray-100);
	padding: .75rem;
	border-radius: .5rem;
}
.block-catlist .ctwrp:hover {
	border: 1px solid var(--bs-gray-500);
	box-shadow: var(--bs-box-shadow);
}

.excerpt-catlist .catlist {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;

}

/* block collection */
.block-collection .collwrp {
	position: relative;
	min-height: 250px;
	padding: 1.5rem;
	border-radius: .5rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.block-collection .collwrp .bgoverlay {
	background-color: rgba(255,255,255,.3);
	border-radius: .5rem;
}
.block-collection .collwrp .row {
	position: relative;
	z-index: 1;
}

.btn-outline-blue {
	padding: .5rem 1.5rem;
	font-size: 1.125rem;
	font-weight: bold;
	color: #112d6d;
	border: 1px solid #112d6d;
	border-radius: .25rem;
}
.btn-outline-blue:hover, .btn-outline-blue:focus {
	background-color: #e1e8f9;
}

.colpost {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .5rem;
	min-height: 200px;
	width: 100%;
	padding: 1rem;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.coll-3 .colpost {
	min-height: 90px;
}

.collwrp .colpost .bgoverlay {
	background-color: rgba(0,0,0,.6);
	border-radius: .5rem;
}
.colpost h2 {
	z-index: 1;
}
.colpost, .colpost:hover {
	color: #fff;
}
.colpost:hover .bgoverlay {
	background-color: rgba(0,0,0,.2);
}

/* block vote up-down ranked */
.block-rankedlists .scroll-fyp {
	background-color: #333333;
	border-radius: .5rem;
	color: #fff;
	padding: 2rem;
}

.badge-purple, .bg-purple {
	position: relative;
	background-color: #6d01f4;
}
.badge-purple span.badge {
	background-color: var(--bs-white);
	color: var(--bs-black);
}

.fc-purple {
	color: #6d01f4;
}

.badge-purple .warr {
	position: absolute;
	left: 30px;
	bottom: -8px;
	height: 10px;
	width: 10px;
	background-image: url(img/purple-caret.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

/* UP-DOWN */
.udwrp-top .position-absolute {
	top: 0;
	right: 1rem;
}

.randomvoteupdown .up span {
	color: var(--bs-danger);
}

.randomvoteupdown .down span {
	color: var(--bs-primary);
}


/* Collection */
.collheader {
	position: relative;
	min-height: 300px;
	padding-top: 80px;
	padding-bottom: 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.collheader .container {
	position: relative;
	z-index: 1;
}
.collheader i, .collheader .collected span {
	font-size: 60px;
	font-weight: 900;
}
.collheader .collected {
	font-size: 1.2rem;
}

.excerpt-thumbnail {
	position: relative;
}
.excerpt-thumbnail p {
	position: absolute;
	top: 1rem;
	right: calc(var(--bs-gutter-x) * .5);
}
.excerpt-thumbnail p a {
	background: #000;
	color: #fff;
	padding: 3px 10px;
}

/* Review */
.revlist .excerpt-thumbnail {
	position: relative;
}
.revlist .voters {
	position: absolute;
	width: 40%;
	top: 0;
	right: calc(var(--bs-gutter-x) * .5);
	bottom: 0;
	background-color: rgba(0,0,0,.2);
	border-radius: 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: .9rem;
}
.revlist .voters span {
	font-size: 1.5rem;
	font-weight: bold;
}

.single-post-title {
	font-size: 3.75rem;
    line-height: 3.9375rem;
}

.author-name-meta li:not(:last-child)::after {
	content: "•";
	display: inline-block;
	margin-left: .5rem;
}
.author-name-meta li {
	font-size: .8rem;
	color: var(--bs-gray);
}

.embed-responsive-item, .post-body iframe {
	width: 100%;
	height: 250px;
}

/* moreLess */
#showmore-moreLess {
	position: relative;
}

#moreLess.post-body::after {
  content: "";
  height: 5.0625rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: opacity .3s ease-in-out;
  background: linear-gradient(180deg,#fff0,hsla(0,0%,100%,.521) 41.15%,#fffc 70%,#fff 85%);
}
.showmore-button {
	width: 100%;
	cursor: pointer; 
    background: transparent;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
	z-index: 1;
	position: relative;
}

/* Voting System */
.votes-infobox {
	background-color: var(--bs-success-bg-subtle);
}

.vote-rules, .total-votebox {
	font-size: .8rem;
}
.total-votebox {
	text-transform: uppercase;
}
.total-votebox b {
	font-weight: 900;
}
.vote-rules .vrc {
	font-weight: 700;
	border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}

/* vote lists */
.vote-title a:hover {
	color: var(--bs-blue);
}
.vote_title {
	color: #222222;
	font-weight: 500;
	font-size: 1.2em;
}
.vote_title p {
	font-size: .7em;
	font-weight: 600;
	color: var(--bs-purple);
}
.vote_title span {
	font-weight: 900;
	color: var(--bs-blue);
}

/* vote btn voted or not */
.btns-wrapper .view_voteup, .btns-wrapper .view_votedown, .btns-wrapper.voted .total_vote {
	display: none;
}
.btns-wrapper.voted .view_voteup, .btns-wrapper.voted .view_votedown, .btns-wrapper .total_vote {
	display: block;
}
.btns-wrapper .btn {
	background-color: #edeeef;
	border: 1px solid #646464;
	color: #000;
}
.btns-wrapper .btn.active {
	background-color: #dc3545;
	border: 1px solid #a52834;
	color: #fff;
}

/** Mega Menu **/
.lmd-megamenu {	
	position: relative;
}
.mega-list .mega-dropdown {	
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1020;
	min-height: 200px;
}

.droplapse {
	font-weight: 700;
	text-transform: uppercase;
	transition: text-shadow .3s ease;
}
.droplapse span {
	height: .7rem;
	width: .7rem;
	display: inline-flex;
	border-radius: 50%;
	margin-right: .3125rem;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.droplapse:hover {
	text-shadow: 2px 2px 3px #cecece;
}

.mega-tags a, .mm_wpmenu li a {
	font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: .75rem;
  margin-right: .75rem;
  height: 2.1875rem;
  box-sizing: border-box;
  border-radius: .625rem;
  padding: .625rem .9375rem;
  background: #fff9;
  transition: background-color .2s ease-in-out,color .2s ease-in-out;
}
.mega-tags a:hover, .mm_wpmenu li a:hover {
	background: #ddd;
	transition: background-color .2s ease-in-out,color .2s ease-in-out;
}

.vote-on {
	position: relative;
}
.vote-on span {
	position: absolute;
    left: 1.500rem;
    top: calc(50% + .0625rem);
    transform: translateY(-50%);
    font-size: .8375rem;
	text-transform: uppercase;
	font-weight: 700;
    color: #fff;
}

.mega-image {
	width: 132px;
}

.mega-trending {
	width: 290px;
}

.mega-subtitle, .mega-title {
	text-shadow: 2px 2px 3px #cecece;
}

.excerpt-trending {
	position: relative;
}
.excerpt-trending .excerpt-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.4);
}

.excerpt-rpc .excerpt-content {
	position: absolute;
	top: initial;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.9);
	border-radius: 0 0 .5rem .5rem;
}

/* Footer */
.footer1-menu, .footer2-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footer1-menu li, .footer2-menu li {
	display: inline-block;
	margin: 0;
	padding: .5rem .75rem;
}
.footer2-menu li {
	margin: 0;
	padding: .5rem .5rem;
}
.footer2-menu li:not(:last-child):after {
	content: '|';
	margin-left: 1rem;
	font-size: .8rem;
}

.footer1-menu li a {
	color: #112d6d;
}

/* ADS */
.asdxfr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/***** Media Queries *****/
@media (max-width: 767px) {
	
	/* Content Scrollable on Mobile */
	.scroll-fyp > .row {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding-bottom: 15px;
	}
	.scroll-fyp > .row.match-height {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
	}
	.scroll-fyp > .row > * {
	  flex: 0 0 224px;
	  width: 224px;
	  padding-left: 0;
	  padding-right: 20px;
	}
	.block-rankedlists .scroll-fyp > .row > * {
	  flex: 0 0 340px;
	  width: 340px;
	}

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
	body {
		font-size: .8rem;
	}
	h1, .h1, .fs-1 {
	  font-size: 1.2rem !important;
	}
	h2, .h2, .fs-2 {
	  font-size: 1.1rem !important;
	}
	h3, .h3, .fs-3  {
	  font-size: 1rem !important;
	}
	h4, .h4, .fs-4, h5, .h5, .fs-5, .updown-title, .excerpt-content h2, .ranklist h2  {
	  font-size: 1rem !important;
	}
	.fs-6, h6, .h6, .fs-6, .ranklist h3 {
		font-size: .9rem !important;
	}
	.fs-7, .excerpt-content .fs-6 {
		font-size: .8rem !important;
	}
	.fs-8 {
		font-size: .7rem !important;
	}
	.fs-9, .lists-runner .list-inline-item, .excerpt-thumbnail .fs-7, .excerpt-content .fs-8 {
		font-size: .6rem !important;
	}
	.lists-runner .list-inline-item:not(:last-child)::after {
		display: none;
	}
	.lists-runner .list-inline-item {
		width: 100%;
		margin: 0;
	}
	.lists-runner ul.list-inline {
		display: flex;
		justify-content: center;
		text-align: center;
		width: calc(100% - 2px);
	}
	.lists-runner ul.list-inline .list-inline-item {
		line-height: 1.2;
		margin: 0;
	}
	.lists-runner ul.list-inline .list-inline-item:not(:last-child) {
		border-right: 1px solid #111;
	}

	.lists-runner ul.list-inline .list-inline-item b {
		display: block;
		font-size: 1rem;
	}
	.single-post-title {
	  line-height: 1.3 !important;
	}
}
@media (min-width: 576px) {
	.clip-sm-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-sm-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-sm-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-sm-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-sm-5 {
	  -webkit-line-clamp: 5;
	}

	.embed-responsive-item, .post-body iframe {
		height: 350px;
	}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.navbar-brandx {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.navbar-brandx img {
		max-width: 300px;
		max-height: 80px;
	}
	.clip-md-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-md-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-md-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-md-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-md-5 {
	  -webkit-line-clamp: 5;
	}

	.embed-responsive-item, .post-body iframe {
		height: 400px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/* Navbar Auto Dropdown  */
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: 0.5s;
		opacity: 1;
	}  
	
	.gallery-columns-2 .gallery-item {
	  width: 50%;
	}
	.gallery-columns-3 .gallery-item {
	  width: 33.33333333333333%;
	}
	.gallery-columns-4 .gallery-item {
	  width: 25%;
	}
	.gallery-columns-5 .gallery-item {
	  width: 20%;
	}
	.gallery-columns-6 .gallery-item {
	  width: 16.66666666666667%;
	}
	.gallery-columns-7 .gallery-item {
	  width: 14.28571428571429%;
	}
	.gallery-columns-8 .gallery-item {
	  width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
	  width: 11.11111111111111%;
	}

	.embed-responsive-item, .post-body iframe {
		height: 450px;
	}

	.clip-lg-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-lg-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-lg-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-lg-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-lg-5 {
	  -webkit-line-clamp: 5;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1340px;
	}
}