/*
Theme Name: Custom HSS
Theme URI: https://heavysongstory.com/
Author: Arunakara Media
Author URI: https://arunakaramedia.com/
Description: Theme for Heavy Song Story
Version: 1.0
License: Commercial
License URI: https://arunakaramedia.com/
Tags: black, white
Text Domain: music, blog

/* GENERAL */
body {
	font-family: "Raleway", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px;
	color: #fff;
	background: #000;
}

body::after {
	content: "";
	background: url('images/bg-hss.jpg');
	opacity: 0.3;
	top: 0;
	left: -2px;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-size: cover;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

:hover {
	text-decoration: none !important;
	transition: all 0.3s ease !important;
}

sup {
	font-size: 60%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 12px;
}

.clear {
	clear: both;
}

/* General */
.section {
	padding: 60px 0;
}

/* Header */
#header {
	transition: all 0.3s;
	z-index: 997;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.5);
}

#header.header-scrolled,
#header.header-inner-pages {
	background: rgba(0, 0, 0, 9);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header .logo a {
	color: #fff;
}

/* Desktop Navigation */
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul {
	display: flex;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 28px;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
	color: #ff0000;
}


.nav-menu .drop-down ul {
	border-radius: 8px;
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #fff;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
	color: #ff0000;
}

.nav-menu .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}

	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%;
	}

	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea9d";
	}
}

/* Mobile Navigation */
.side {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -300px;
	width: 300px;
	padding: 70px 15px 50px 0px;
	height: 100%;
	display: block;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 999;
	box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
	background: rgba(20, 20, 20);
	transition: ease-in-out 0.3s;
}

.side.on {
	right: -16px;
}

.mobile-nav-toggle {
	position: fixed;
	top: 17px;
	right: 10px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.3s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 20px;
	font-weight: 400;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #ff0000;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav ul li {
	border-top: 1px solid #353535;
}

.mobile-nav ul li:last-child {
	border-bottom: 1px solid #353535;
}

/* Home */
.title-home h1,
.title-home h2 {
	font-family: "Sonsie One", system-ui !important;
	font-weight: 400 !important;
	line-height: 28px;
	font-size: 16px !important;
	margin-bottom: 20px;
}

.section.title-home {
	margin: 60px auto 0;
}

.sosmed {
	margin: 30px auto 0;
}

.sosmed a {
	color: #fff;
	font-size: 22px;
}

.sosmed a:hover {
	color: #ff0000;
}

/* Kategori Home */
.section.kategori-home {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 20px 0;
}

.section.kategori-home i {
	margin-left: 10px;
	color: blue;
}

.section.kategori-home a {
	font-size: 16px;
}

.section.kategori-home a:nth-child(2) {
	margin: 10px 0 10px 0;
}

/* Daftar Artikel Home */
.listkat-home h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}

.listkat-home a {
	color: #fff;
}

.listkat-home ul {}

.listkat-home ul li {
	margin-bottom: 5px;
}

.listkat-home a:hover {
	color: #ff0000;
}

/* Main */
/* Breadcrumbs */
.breadcrumbs {
	padding: 90px 0 30px;
	min-height: 40px;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #ff0000;
	content: "/";
}

.breadcrumbs li a {
	color: #ff0000;
}

.breadcrumbs li a:hover {
	color: #fff;
}

.blog_entry img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 600px;
	height: auto;
	width: 100%;
}

.blog_entry img.alignright {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 600px;
	height: auto;
	width: 100%;
}

.blog_entry img.aligncenter,
.blog_entry img.alignnone {
	float: none;
	margin: 0 auto 20px;
	max-width: 600px;
	height: auto;
	width: 100%;
}

.blog_entry img.aligncenter {
	display: block;
}

.blog_entry img.size-full {
	max-width: 800px;
}

.blog_entry a {
	color: #ff0000;
}

.blog_entry p {
	line-height: 24px;
}

/* Tombol Share */
.sharebutton {
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.sharebutton .col {
	border: 1px solid #fff;
	padding: 10px 0;
}

.btn-social {
	color: #fff !important;
	font-size: 18px;
}

.btn-social:hover {
	color: #ff0000 !important;
	transition: all 0.3s ease;
}

/* Post Next Prev */
.post-navigation {
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.post-navigation img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

/* Pagenavi */
.navigation {
	margin: 40px auto 0;
	text-align: center;
}

.navigation ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none;
}

.navigation li {
	display: inline;
	list-style: none !important;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #666;
	border-radius: 2px;
	cursor: pointer;
	padding: 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ff0000;
	transition: 0.3s;
}

/* Form Komentar */
.img-rescomment {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

.img-circle {
	border-radius: 50%;
}

textarea,
input {
	border: 1px solid #e4e4e4;
}

textarea {
	width: 100%;
}

.comment-list,
.children {
	list-style: none;
}

ul.children {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.comment-form a {
	color: #ff0000;
}

.comment-form a:hover {
	color: #ffffff;
	transition: all 0.3s ease;
}

.comment-wrap {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 50px;
	position: relative;
}

.comment-wrap .comments-title {
	padding-top: 60px;
}

.comment-wrap .comment-img {
	float: left;
	margin-right: 20px;
	padding-bottom: 25px;
}

.comment-author {
	text-align: left;
}

.comment-reply {
	position: absolute;
	top: 0px;
	right: 0px;
	font-style: italic;
	padding: 5px 5px;
	background: #f5f5f5;
}

.comment-author,
.comment-author a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

.comment-date {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: italic;
	display: block;
	padding-bottom: 7px;
}

.depth-2 .comment-wrap {
	padding-left: 30px;
}

.depth-3 .comment-wrap {
	padding-left: 60px;
}

.depth-4 .comment-wrap {
	padding-left: 90px;
}

.depth-5 .comment-wrap {
	padding-left: 120px;
}

.depth-6 .comment-wrap {
	padding-left: 150px;
}

.depth-7 .comment-wrap {
	padding-left: 180px;
}

.depth-8 .comment-wrap {
	padding-left: 210px;
}

.depth-9 .comment-wrap {
	padding-left: 240px;
}

.depth-10 .comment-wrap {
	padding-left: 270px;
}

#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url {
	display: block;
	width: 100%;
	padding: 10px 0;
}

#commentform input[type="submit"],
.wpcf7-submit {
	display: inline-block;
	padding: 5px 15px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	background: #ff0000;
	margin-top: 15px;
	color: #fff;
	cursor: pointer;
	border: none;
}

#commentform input[type="submit"]:hover,
.wpcf7-submit:hover {
	background: #ffffff;
	color: #000;
	transition: all 0.3s ease;
}

/* Sidebar */
.verwidget {
	padding: 30px 20px;
}

.wrap_sidebar .verwidget ul,
.wrap_sidebar #verwidget ol {
	padding-left: 25px;
	margin-bottom: 10px;
}

.wrap_sidebar .verwidget ul {
	list-style: none;
}

.wrap_sidebar .verwidget ul li {
	position: relative;
	margin-bottom: 3px;
}

.wrap_sidebar .verwidget ul li::before {
	font-family: "bootstrap-icons";
	content: "\F231";
	position: absolute;
	left: -25px;
	top: 2px;
	color: #ccc;
	font-size: 12px;
}

.wrap_sidebar .verwidget ol {
	list-style: decimal;
}

.wrap_sidebar .verwidget ul a,
.wrap_sidebar .verwidget ol a,
.side_recent a {
	color: #ccc;
	transition: all 0.3s ease;
}

.wrap_sidebar .verwidget ul a:hover,
.wrap_sidebar .verwidget ol a:hover,
.side_recent a:hover {
	color: #ff0000;
}

.verwidget h3 {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 25px 0;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #ccc;
}

/* Form Cari */
.searchform #s {
	padding: 10px 5px;
	margin: 0 auto;
	max-width: 570px;
	width: 100%;
}

/* Archive */
.kat-posts h3 {
	font-size: 18px !important;
	margin-bottom: 20px;
}

.kat-posts .incatpost {
	font-size: 11px;
}

.kat-posts .card-image img {
	width: 250px;
	height: 167px;
	object-fit: cover;
	/* Memastikan gambar terisi penuh sesuai proporsi yang ditentukan */
}

@media (max-width: 960px) {
	.kat-posts .card-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
		/* Memastikan gambar terisi penuh sesuai proporsi yang ditentukan */
	}
}

/* Footer */
.section.footer {
	padding: 0 0 60px;
}

.section.footer .sosmed a {
	font-size: 14px;
}

.footmenu {
	margin: 20px auto;
}

#cssmenu-bottom ul {
	text-align: center;
	padding-left: 0;
	margin-bottom: 0;
}

#cssmenu-bottom ul li {
	display: inline-block;
	padding: 0 5px;
}

#cssmenu-bottom ul li a,
.copyleft,
.copyleft a {
	color: #fff;
	font-size: 10px;
}

#cssmenu-bottom ul li a:hover,
.copyleft a:hover {
	color: #ff0000;
}