@charset "UTF-8";
/*
Theme Name: RRI
Theme URI: https://lombokmedia.web.id/projects/
Description: Tema WordPress dari LombokMedia
Author: Amrin Zulkarnain
Author URI: http://amrinz.wordpress.com
Version: 99999.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lombokmedia
*/
body {
	--primary: #494949;
	--secondary: #414141;

	--link: var(--primary);
	--linkhover: var(--secondary);
	--bodybgcolor: #f5f5f5;
	--bodyfontcolor: var(--bs-body-color);

	--font: "Inter", sans-serif;

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

	font-family: var(--font);
	font-size: 14px;
	font-weight: 400;
	line-height: var(--bs-body-line-height);

	--ows: 30px;
}

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

.btn-link {
	text-decoration: none;
}

/* 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 */
.navbar-gradient {
	height: 80px;
	background: linear-gradient( 15deg, rgb(8, 53, 198) 0%, rgb(8, 53, 198) 50%, rgb(17, 121, 255) 100%);
}

.navbar-gradient .btn-link {
	color: var(--bs-white);
}

.navbar {
  padding: 0.5rem 0rem;
}
.navbar-brand img {
  max-width: 180px;
  max-height: 40px;
}

.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(--bs-white);
	text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
	color: var(--bs-white);
	opacity: .9;
}

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

/* Header Search Form */
.search-box {
    position: relative;
    background: #c6ec6a;
    height: 60px;
    border-radius: 50px;
    padding: 10px;
}

.search-input {
    outline: none;
    border: none;
    background: none;
    width: 0;
    padding: 0;
    color: #000;
    float: right;
    font-size: 16px;
    transition: 0.3s;
    line-height: 40px;
}

.search-input::-moz-placeholder {
    color: #5c7d10;
}

.search-input::placeholder {
    color: #5c7d10;
}

.search-btn, .btn-search i {
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #c6ec6a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.6s;
}
.search-btn {
    float: right;
}

.search-input:not(:-moz-placeholder-shown) {
    width: 160px;
    padding: 0 6px;
}

.search-input:focus,
.search-input:not(:placeholder-shown) {
    width: 160px;
    padding: 0 6px;
}

.search-box:hover>.search-input {
    width: 160px;
    padding: 0 6px;
}

.search-input:not(:-moz-placeholder-shown)+.search-btn {
    background: #000;
    color: #c6ec6a;
}

.search-box:hover>.search-btn,
.search-input:focus+.search-btn,
.search-input:not(:placeholder-shown)+.search-btn {
    background: #000;
    color: #c6ec6a;
}

/* Mobile Search */
.btn-search:focus {
	border: none;
}
#mobileSearch {
	background: #c6ec6a;
}
#mobileSearch .search-input {
	width: calc(100% - 40px);
}

/* Mega Menu */
.mega-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	background-color: #e1e6eb;
	transition: 0.6s ease opacity, 0.6s ease transform;
}
.mega-menu-wrapper {
	max-height: calc(100vh - 80px);
	overflow-y: auto;
}

.mega-menu .wpmenu, .mega-menu .wpmenu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mega-menu .wpmenu > li {
	display: inline-grid;
	margin-right: 20px;
	width: 150px;
	text-transform: uppercase;
}
.mega-menu .wpmenu .menu-item-has-children {
	font-weight: bold;
	text-transform: uppercase;
}
.mega-menu .wpmenu li {
	margin-bottom: 10px;
}
.mega-menu .wpmenu .sub-menu {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* 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-thumbnail img, .post-thumbnail img {
	border-radius: 8px;
}

.excerpt-title, .card-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);
}

/*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;
}

.fig-caption em {
	border-left: 2px solid #d45b52;
	padding-left: 8px;
}

/* 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;}

/* 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 {
  font-size: 14px;
  padding: 5px 0;
}

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

/* Search Form */
.lmd-search-form {
	position: relative;
}
.lmd-search-form .lmd-search-input {
	padding-right: 50px;
}
.lmd-search-form .lmd-search-icon {
	position:absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* 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:after {
  content: "";
  display: table;
  clear: both;
}

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

.prev-posts {
  float: left;
  width: 48%;
  text-align: left;
}

.next-posts {
  float: right;
  width: 48%;
  text-align: right;
}

.page-item {
  margin: 0 0;
}

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

.page-item.active .page-link {
  color: #fff;
  background-color: #006cb4;
  border-color: #006cb4;
}
.page-link:hover {
  color: #fff;
  background-color: #006cb4;
  border-color: #006cb4;
}

/* Footer */
.lmd-footer {
	position: relative;
	height: 100%;
	min-height: 200px;
	background: linear-gradient( 15deg, rgb(8, 53, 198) 0%, rgb(8, 53, 198) 50%, rgb(17, 121, 255) 100%);
	color: var(--bs-white);
}
.lmd-footer a {
	color: var(--bs-white);
}

.lmd-footer .container {
	position: relative;
	z-index: 2;
}
.lmd-footer .footer-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.2;
}

.copyright .socmed {
	margin-bottom: 0;
}
.copyright .socmed a {
	--scw: 30px;
	
	width: var(--scw);
	height: var(--scw);
	border-radius: var(--scw);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bs-white);
	color: var(--bs-white);
	font-size: calc(var(--scw) / 2.5);
}

/*** 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-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;
	height: 1px;
}
.owl-next span, .owl-prev span {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);

	width: var(--ows);
	height: var(--ows);
	font-size: calc(var(--ows) - 15px);
	border-radius: var(--ows);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 0 5px 0;
	background-color: rgba(212, 91, 82, 0.5);
	color: var(--bs-white);
	box-shadow: 0 .125rem .375rem rgba(0,0,0,.05),0 .5rem 1.2rem rgba(0,0,0,.1);
}
.owl-next span {
	right: 5px;
}
.owl-prev span {
	left: 5px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/*** 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 {
	font-size: 16px;
}
.post-tags a {
	display: inline-block;
	border: 2px solid #006cb4;
	border-radius: 12px;
	padding: 4px 12px;
	font-size: 13px;
	color: #006cb4;
	margin: 5px 5px 5px 0;
}

/*** Archives - Page - Single Post - Homepage ***/
.kbtitle, .wp-block-heading, .lmd-sidebar .widget-title > span, .related-title > span, .comments-title > span, .page-title, .block-title h2, .menu-title span {
	font-weight: 600;
	padding-left: 8px;
	border-left: 2px solid #d45b52;
	font-size: 16px;
}

/* Archive */
.konten-berita {
	background: linear-gradient( 90deg, rgb(17, 121, 255) 0%, rgb(90, 219, 240) 100%);
	color: var(--bs-white);
}
.kbmenu > li {
	display: inline-block;
	margin: 6px 15px 6px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.kbmenu a {
	color: var(--bs-white);
}

/* Single */
.single-category a {
	display: inline-block;
	padding: 6px 12px;
	background-color: var(--bs-danger);
	color: var(--bs-white);
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
}
.single-post-title, .page-title {
	color: #05061b;
	font-size: 20px;
	font-weight: 700;
	margin: 16px 0 12px;
}

.post-body {
	font-size: 16px;
}

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

.lmd-sidebar .sidebar-inner {
	background-color: #e1e6eb;
}

/* Related Posts */
.excerpt-content .single-category a, .excerpt-headline-sm .excerpt-content .single-category a {
	font-size: 13px;
}

.lmd-related-post .owl-next span, .lmd-related-post .owl-prev span {
	top: -24px;
}
.lmd-related-post .owl-prev span, .block-carousel .owl-prev span {
	right: calc(var(--ows) + 15px);
	left: auto;
}

.excerpt-related .excerpt-thumbnail img {
	border-radius: 8px 8px 8px 8px;
}

.block-carousel .excerpt-related {
	border-radius: 8px;
	background-color: var(--bs-white); 
}
.block-carousel .excerpt-related .excerpt-thumbnail img {
	border-radius: 8px 8px 0 0;
}
.block-carousel .excerpt-related .excerpt-content {
	padding: 12px;
	min-height: 195.2px;
}

.excerpt-title a, .card-title a {
	color: #121554;
}
.excerpt-meta, .excerpt-meta a {
	color: #a9b1bc;
}
.post-meta i, .excerpt-meta i {
	color: var(--bs-danger);
}

@media screen and (max-width: 575px) {
  .lmd-related-post .owl-item.cloned{
    display: none !important;
  }
  .lmd-related-post .owl-stage{
    transform:none !important;
    transition: none !important;
    width: auto !important;
  }
  .lmd-related-post .owl-item{
    width: auto !important;
  }
  .lmd-related-post .owl-nav {
	display: none;
  }
}

/* Pages */
.page-title {
	font-weight: 700;
}

/* Homepage */
.block-title h2 {
	font-size: 18px;
}

/* Carousel */
.block-carousel .owl-next span, .block-carousel .owl-prev span {
	top: -35px;
	background-color: var(--bs-dark);
}
.block-carousel.withbg .owl-next span, .block-carousel.withbg .owl-prev span {
	background-color: var(--bs-white);
	color: var(--bs-dark);
}
.lmd-related-post .owl-next span, .lmd-related-post .owl-prev span {
	background-color: var(--bs-dark);
}
.block-carousel .owl-next span, .lmd-related-post .owl-next span {
	right: 0;
}

.block-carousel .view-all {
	padding-right: calc( var(--ows) * 3);
}

/* Headline */
.block-headline .owl-next span, .block-headline .owl-prev span, .block-infografis .owl-next span, .block-infografis .owl-prev span {
	--ows: 46px;
}

.excerpt-headline {
	position: relative;
}
.excerpt-headline .excerpt-thumbnail img, .excerpt-headline-sm .excerpt-thumbnail img, .excerpt-video .excerpt-thumbnail img {
	border-radius: 8px;
}
.excerpt-headline .excerpt-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-radius: 0 0 8px 8px;
	background: rgb(8, 53, 198);
	background: linear-gradient( 180deg, rgba(8, 53, 198, 0) 0%, rgb(8, 53, 198) 80%);
	color: #ffffff;
	padding: 20px 20px 40px;
}

.excerpt-headline .excerpt-title, .excerpt-video .excerpt-title {
	font-size: 22px;
}
.excerpt-headline .excerpt-meta, .excerpt-headline .excerpt-content a {
	color: #ffffff;
}

.block-headline .owl-theme .owl-dots, .block-infografis .owl-theme .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

/* Foto */
.block-foto .excerpt-headline .excerpt-title {
	font-size: 18px;
}
.block-foto .excerpt-headline .excerpt-content {
	padding: 15px 15px 15px;
}

/* Foto Popular */
.block-foto.withbg .ppost .excerpt-title a, .block-foto.withbg .ppost .excerpt-meta i {
	color: var(--bs-white);
}
.pcount span {
	border-right: 3px solid var(--bs-danger);
}

/* indepth */
.block-indepth {
	background-color: #e1e6eb;
	border-radius: 8px;
}

.block-links a:hover img, .block-links a:focus img {
	opacity: .9;
}

/* FAQ */
.accordion-button {
  align-items: start;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-black);
  background-color: var(--bs-white);
  font-weight: 400;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: initial;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::before {
	content: "[-]";
	padding-right: 15px;
}
.accordion-button.collapsed::before {
	content: "[+]";
	padding-right: 15px;
	font-weight: 700;
}

.accordion-button::after {
  display: none;
}

.btn-primary {
	--bs-btn-bg: #006cb4;
	--bs-btn-border-color: #006cb4;
	--bs-btn-disabled-bg: #006cb4;
	--bs-btn-disabled-border-color: #006cb4;
}

/***** Media Queries *****/
/* Small devices (landscape phones, 576px and up) */
@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) {
	.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;
	}

	.navbar-brand img {
	  max-width: 200px;
	  max-height: 50px;
	}

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

	.lmd-related-post .owl-carousel .excerpt-related {
		border-radius: 8px;
		background-color: var(--bs-white); 
	}
	.lmd-related-post .excerpt-related .excerpt-thumbnail img {
		border-radius: 8px 8px 0 0;
	}
	.lmd-related-post .excerpt-related .excerpt-content {
		padding: 12px;
		min-height: 195.2px;
	}

	.kbmenu > li {
		margin: 15px 20px 15px 0;
		font-size: 16px;
	}

	.excerpt-headline .excerpt-title, .excerpt-video .excerpt-title {
		font-size: 32px;
	}
}

/* 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;
	}

	.single-post-title, .page-title {
		font-size: 40px;
	}
}

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