/*!
Theme Name: Bulban News V1
Theme URI: https://bulbandigital.com/
Author: satriadev.com
Author URI: https://satriadev.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bulbantheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/



main {
	display: block;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
/* body,
button,
input,
select,
optgroup,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
} */

/* h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
} */

/* p {
	margin-bottom: 1.5em;
} */

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


/* ul,
ol {
	margin: 0 0 1.5em 3em;
} */

/* ul {
	list-style: disc;
}

ol {
	list-style: decimal;
} */

/* li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
} */

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 2em; 
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}








:root {
	--bs-danger : #B11A1A;
	--color-theme: #B11A1A;
	--color-soft: #fdefef;

	--link: #333333;

	--bg-light : #f7f7f7;
	--bg-light-dark : #efefef;
	--bg-dark-light : #363636;
	--bg-dark-dark: #575757;
	--font-theme: "Lora", serif;
	--font-size: 15px;
	--bs-tertiary-bg-rgb: rgb(237 237 237);

	--grey: #ededed;
} 


[data-bs-theme="dark"] {
	--color-theme: #ff4456;
	--color-soft: rgb(253 239 239 / 13%);
	--link: #e0e0e0;
	--bs-tertiary-bg-rgb: rgb(56 63 70);

	--grey: #2b3035;
	--white: #f1f1f1;
	--link-hover-light: var(--color-theme);
} 
.fs-5 {
    font-size: 1.15rem!important;
}
.post-thumbnail, a.post-thumbnail {
	border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	-ms-border-radius: 0.7em;
	-o-border-radius: 0.7em;
	background-color: var(--grey);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	max-width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}
.post-thumbnail img, 
a.post-thumbnail img {
	position: absolute;
	inset: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transition: all ease 0.5s;
}



.view-indeks-link {
	font-size: 13px;
}
.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: var(--bs-tertiary-bg-rgb) !important;
}
.color-theme {
	color: var(--bs-danger);
}

body, .form-control, .form-select {
	/* font-size: var(--font-size); */
}

body { 
	font-family: var(--font-theme);
}

.text-bg-danger {
	background-color: var(--bs-danger) !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm, .container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1100px;
	}
}
@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1100px;
	}
}	






.ratio-9x16 {
    --bs-aspect-ratio: 177.77%;
}

/* Video Thumbnail Styles */
.video-play-overlay {
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.video-thumbnail-wrapper:hover .video-play-overlay {
	opacity: 1;
}

.play-button {
	width: 60px;
	height: 60px;
	transition: transform 0.3s ease;
}

.video-thumbnail-wrapper:hover .play-button {
	transform: scale(1.1);
}

.video-card {
	transition: transform 0.3s ease;
}

.video-card:hover {
	transform: translateY(-5px);
}

.btn-icon {
	background: transparent !important;
	border:0px;
}
a {
	color: var(--link);
	text-decoration:none;
}
.entry-title a {
	color: var(--link);
}
.main-navbar {
	position: relative;
	z-index: 3 !important;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-color: var(--bs-border-color);
}
.logo-secondary {
	display: none;
}
.is-sticky .logo-secondary {
	display: block;
}
@media (max-width: 992px) {
	.is-sticky .logo-secondary,
	.logo-secondary {
		display: none !important;
	}
}


.widget_bdigital_latest_posts_widget {
	display: flex;
	align-items: center;
	background: var(--color-soft);
}

.widget_bdigital_latest_posts_widget .widget-title {
	color: #fff;
	background: var(--bs-danger);
	margin: 0;
	font-size: 16px;
}
.latest-posts-marquee-container {
	overflow: hidden;
	width: 100%;
}
.latest-posts-marquee-wrapper {
	display: flex;
	width: 100%;
}
.latest-posts-marquee {
	display: flex;
	flex-shrink: 0;
	min-width: 100%;
	align-items: center;
}
.latest-post-item {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	gap: 10px;
}
.marquee-thumbnail {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
}
.marquee-separator {
	margin: 0 10px;
	color: #666;
}
.post-title {
	text-decoration: none;
	color: inherit;
}
.post-title:hover {
	text-decoration: underline;
}




.widget-title {
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.view-indeks-title {
    text-wrap-mode: nowrap;
}
.view-indeks-title:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--bs-danger);
    display: inline-block;
    border-radius: 100px;
    margin-right: 10px;
}
.separator-title {
    width: 100%;
    border-bottom: solid 1px var(--bs-border-color);
    border-top: solid 1px var(--bs-border-color);
    height: 4px;
}
.view-indeks-link {
    font-size: 13px;
    text-wrap-mode: nowrap;
}



/* .widget-title:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: -1;
    border-bottom: double 6px var(--bs-border-color);
    transform: translate(0, -50%);
} */





.widget-title-wrapper {
    border-bottom: solid 1px var(--bs-border-color);
    /* margin-bottom: 18px; */
    padding-bottom: 14px;
}
.widget-title-wrapper .widget-page-title {
    /* border-bottom: solid 0 var(--bs-danger); */
    margin-bottom: 0;
}
.widget-title-wrapper .widget-page-title:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--bs-danger);
    display: inline-block;
    border-radius: 100px;
    /* margin-left: 8px; */
}
.widget-title-wrapper .widget-page-title span {
    /* background: var(--bs-danger); */
    /* color: var(--bs-danger); */
    padding: 0px 8px;
    display: inline-block;
    /* border-radius: 100px; */
    /* font-size: 14px; */
    /* border-left: solid 14px var(--bs-danger); */
}
.text-truncate-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}



blockquote {
	position: relative;
	padding-left: 40px;
	margin: 34px 15px;
}
blockquote:before {
	content: '"';
	position: absolute;
	font-size: 7em;
	top: 0;
	line-height: 82px;
	left: -10px;
	font-style: italic;
	opacity: 0.5;
}


a.post-edit-link {
	position: fixed;
	right: 0;
	bottom: 15%;
	background: var(--bs-danger);
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	z-index: 1;
}

.entry-meta {
	opacity: 0.7;
}
.entry-meta:hover {
	opacity: 1;
}



.tagcloud,
.tags-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}
.tagcloud a,
.tags-links a {
	background-color: var(--bs-tertiary-bg);
	border: 1px solid var(--bs-border-color);
	font-size: 14px !important;
	display: inline-flex;
	padding: 2px 6px;
	font-style: italic;
	color: var(--link);
	position: relative;
}
.tagcloud a::before,
.tags-links a::before {
	content: "#";
	margin-right: 2px;
}
.tagcloud a:hover,
.tags-links a:hover {
	background-color: var(--bs-border-color);
	color: var(--link);
}






.swiper-pagination-bullet-active {
	background-color: var(--bs-danger) !important;
}
.entry-content a {
	color: var(--bs-danger);
	text-decoration: underline;
}

.comments-area {}
.comments-area ol {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.comments-area .comments-title {}
.comment-author img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.comment-metadata {
	font-size: 13px;
}
.comment-metadata a { 
	opacity: 0.7;
	transition: all ease 0.3s;
}
.comment-metadata a:hover {
	opacity: 1;
}

.comment-meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	gap: 10px;
}
.comments-area .comment-body {
}

.comments-area li {

}
.comments-area li ol {
	padding-left: 24px;
	margin-top: 5px;
}
a.comment-reply-link {
	text-decoration: underline;
	font-style: italic;
}












.btn-facebook,
.btn-facebook:focus,
.btn-facebook:hover {
	background-color: #3b5998 !important;
	color: #fff !important;
}
.btn-instagram,
.btn-instagram:hover {
	background-image: linear-gradient(to right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	color: #fff;
}
.btn-youtube,
.btn-youtube:focus,
.btn-youtube:hover {
	background-color: #ff0000 !important;
	color: #fff !important;
}
.btn-twitter,
.btn-twitter:focus,
.btn-twitter:hover {
	background-color: #1da1f2 !important;
	color: #fff !important;
}
.btn-broadcast,
.btn-broadcast:focus,
.btn-broadcast:hover {
	background-color: #e33a3a !important;
	color: #fff !important;
}






.offcanvas-menu {
	max-width: 280px;
}
