/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.logo-default {
	width: 650px;
}

/* #logo {
	height: 125px;
} */

/* #header-wrap {
	background-color: #0c8c69;
} */

/* .menu-link {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: capitalize;
} */

/* #header {
	background-color: #056035;
} */

#header-wrap #logo img {
	height: 45px;
}

#header-wrap {
	position: fixed;
	height: auto;
	z-index: 299;
	width: 100%;
	background-color: var(--cnvs-header-bg);
	border-bottom: 1px solid var(--cnvs-header-border-color);
	transition: height 0.2s ease 0s, background-color 0.3s ease 0s;
	backface-visibility: hidden;
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img {
	height: 40px;
}

.is-expanded-menu .menu-link {
	--cnvs-primary-menu-padding-y: calc(calc(var(--cnvs-sticky-header-height) - 22px) * 0.5);
	--cnvs-primary-menu-padding-x: 7px;
	transition: margin 0.4s ease, padding 0.4s ease;
}


#top-social li a:hover .ts-text {
	max-width: 215px;
	padding-right: 12px;
	transition: all 0.4s ease;
}

.menu-link {
	text-transform: capitalize !important;
}

.menu-link i {
	font-size: 11px;
}

.menu-link :hover {
	color: #ffe000;
}

.menu-item:hover>.menu-link {
	color: #ffe000;
}

/* .sub-menu-container .menu-item > .menu-link {
	color:#ffffff;
} */

.cnvs-hamburger {
	margin-right: 10px;
}

.tombol-cari {
	margin-left: 5px;
}

#footer {
	background:
		linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)),
		url('/themes/polbangtan-style/images/background-batik-abu-abu-2.jpg') repeat-x;
	background-color: #333;
	/* Warna cadangan */
	background-blend-mode: overlay;
}

.breaking-news {
	background: #ffeebd;
}

.slide a {
	color: #000;
}

.slide a:hover {
	color: #f00000;
}

.entry-title h2 a,
.entry-title .h2 a,
.entry-title h3 a,
.entry-title .h3 a,
.entry-title h4 a,
.entry-title .h4 a {
	color: #0e6131;
}

.dark {
	--cnvs-contrast-bg-offset: #0b3521;
}