/*
Theme Name: Kabupaten Lestari V2
Theme URI: https://wordpress.org/themes/kabupatenlesstari/
Author: Daun Digital Indonesia
Author URI: https://wordpress.org/
Description: Our default theme for Kabupaten Lestari 2023
Tags: theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 2.0.3
Requires at least: 5.0
Tested up to: 5.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kabupatenlestari
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

figure.wp-caption {
	max-width: 100% !important;
}

@media (min-width: 1200px) {
	.sectionhome-subtitle {
    	line-height: 45px !important;
	}	
	.section-home-about p {
    	line-height: 30px !important;
	}	
}

@media (min-width: 1400px) {
	.section-home-about{
	  height:470px;
	}	
}




/* INSIDE PAGE */
.section-header-insidepage {
	display: block;
	margin-top: 80px;
	background: #1495AB;

}
.section-header-insidepage .container {
	min-height: 200px;
}
.title-page {
	color: #fff;
}

.title-head-2 {
	font-size: 23px;
	margin-bottom: 30px;
}
.title-head-2 span {
	display: block;
}

.gr-title-section {
	font-size: 32px;
	margin-bottom: 32px;
}
.gr-title-reg {
	font-size: 16px;
	font-family: Inter, Verdana!important;

}

@media only screen and (max-width: 767px) { 
	.section-header-insidepage {
		padding: 2rem 8px!important;
	}
	.section-header-insidepage .container {
		min-height: 160px;
	}
	.gr-title-section {
		font-size: 30px;
		margin-bottom: 30px;
	}
}

/* PETA GOTONG ROYONG */

/* PETA GR - HOME */
.section-peta {
	padding: 60px 0!important;
}
.petagmap {
	display: flex;
	justify-content: center;
	padding: 0px 0;
	margin-bottom: 40px;
}
.row-thumb-kabgr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.card-kab-gr {
	display: flex;
	width: 230px;
	padding: 16px 10px;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
	cursor: pointer;
	transition: all 0.5s;
}
.card-kab-gr:hover {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.20);
}
.card-logokabgr {
	width: auto;
	height: 55px;
	flex-shrink: 0;
}
.kabgr-title {
	font-size: 16px;
	font-weight: 700;
    font-family: Inter, Verdana!important;
    text-align: center;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width:1023px) { 
	.card-kab-gr {
		width: 200px;
		padding: 14px 10px;
	}
	.card-logokabgr {
		height: 46px;
	}
	.kabgr-title {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) { 
	.card-kab-gr {
		width: 150px;
		padding: 10px 10px;
	}
	.card-logokabgr {
		height: 40px;
	}
	.kabgr-title {
		font-size: 14px;
	}
}


.section-tentangpetagr {}
.profil-value {
	margin-bottom: 30px;
}



.section-programgr {
	padding: 60px 0!important;
}
.row-programs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 42px;
	justify-content: start;
	
}
.programs-n {
	display: flex;
	width: 30.3%;
	padding: 0px;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
	cursor: pointer;
	transition: all 0.5s;
}
.programs-n:hover {
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.30);
}
.programs-thumb {
	background: #333;
	width: 100%;
	min-height: 200px;
	border-radius: 16px 16px 0 0;
	margin-bottom: 0px;
	object-fit: cover;
}
.programs-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	margin-bottom: 0px;
	border-radius: 16px 16px 0px 0px;
}
.program-desc {
	padding: 12px 20px;
}
.card-program-title {
	font-family: Inter, Verdana!important;
	font-size: 18px;
	margin-bottom: 16px;
}
.card-program-title a {
	color: #000;
	text-decoration: none;
}
.card-program-title a:hover,
.card-program-title a:focus {
	color: #1495ab;
	text-decoration: none;
}
.programs-group {
	margin-bottom: 6px;
}
.programs-label {
	font-size: 12px;
	color: #787878;
	margin-bottom: 0px;
	display: block;
}
.programs-value {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 13px;
}
.programs-value a {
}
.program-exc {
	margin-bottom: 16px;
	padding-top: 10px;
	font-size: 15px;
}
.programgr-more {
	padding: 30px 0;
	text-align: center;
}



@media only screen and (min-width: 768px) and (max-width:1023px) { 
	.row-programs {
		gap:32px;
		justify-content: center;
	}
	.programs-n {
		display: flex;
		width: 47%;
	}
}
@media only screen and (max-width: 767px) { 
	.row-programs {
		justify-content: center;
		padding: 0 10px;
	}
	.programs-n {
		display: flex;
		width: 94%;
	}

}


.section-mitra {
	background: #F7F5EE;
	padding: 60px 0 90px!important;
}

.section-mitra .gr-title-section {
	margin-bottom: 0px;
}
.numbermitra-large {
	color: #1495AB;
	font-size: 64px;
	display: block;
}

.row-number-slider {
	margin-bottom: 20px;
}
.slider-mitra{
  padding: 0px 0;
  position: relative;
}

.slider-mitra .item {
  text-align: center;
  padding: 20px;
  margin: 0px;
  height: 100%;
  
}
.slider-mitra .owl-theme .custom-nav {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
}
.slider-mitra .owl-theme .custom-nav .owl-prev, 
.slider-mitra .owl-theme .custom-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  color: inherit;
  background: #eee;
  border: none;
  z-index: 100;
}
.slider-mitra .owl-theme .custom-nav .owl-prev i, 
.slider-mitra .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.slider-mitra .owl-theme .custom-nav .owl-prev i {
  margin-left: -2px;
}
.slider-mitra .owl-theme .custom-nav .owl-next i {
  margin-right: -2px;
}
.slider-mitra .owl-theme .custom-nav .owl-prev {
  left: -40px;
}
.slider-mitra .owl-theme .custom-nav .owl-next {
  right: -40px;
}
.slider-mitra .owl-theme .owl-dots {
  padding-top: 0px;
}

.cardmitra {
	border-radius: 8px;
  	border-radius: 9px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px #F4DCC6;
	display: flex;
  	flex-direction: column;
  	height: 100%;
  	padding: 20px;
}


.logomitra {
	max-width: auto!important;
	height: 60px!important;

}
.namamitra {
	font-size: 14px;
	font-family: Inter, Verdana!important;
}

.row-mitralain {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}
.row-mitralain .gr-title-section {
	font-size: 24px;
}
.row-mitralain .numbermitra-large { 
	font-size: 54px;
	font-weight: 500;
}

.col-number {
	text-align: center;
	display: flex;
	width: 200px;
	justify-content: center;
	
}

@media (max-width: 991px) {
    .slider-mitra .owl-theme .custom-nav {
        display: block;
    }
}

@media only screen and (max-width: 767px) { 
	.row-number-slider {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 40px;
	}

	.slider-mitra .owl-theme .owl-dots {
		padding-top: 20px;
		width: 68%;
    margin: 0 auto;
	}
	.slider-mitra .owl-theme .custom-nav {
		top: auto;
		bottom: 34px;
	}
	.slider-mitra .owl-theme .custom-nav .owl-prev, 
	.slider-mitra .owl-theme .custom-nav .owl-next {
		width: 40px;
		height: 40px;
	}
	.slider-mitra .owl-theme .custom-nav .owl-prev {
		left: 10px;
	}
	.slider-mitra .owl-theme .custom-nav .owl-next {
		right: 10px;
	}
	.slider-mitra .item {
		padding: 10px;
	}
	.cardmitra { 
		padding: 20px 15px;
		box-shadow: 0px 0px 10px 0px #F4DCC6;
	}
	.logomitra {
		max-width: 100%!important;
		height: 50px!important;
	}

	.numbermitra-large {
		font-size: 	58px;
	}
	
	.col-number {
		width: 140px;
	}
	.row-mitralain .gr-title-section {
		font-size: 20px;
	}
	.row-mitralain .numbermitra-large { 
		font-size: 48px;
	}
}


/* PETA GR - LIST */
.programgr-page {
	padding: 60px 0 40px;
}

.breadcrumb.breadcrumb-gr {
	font-size: 12px;
	color: #fff;
}
.breadcrumb.breadcrumb-gr a {
	color: rgba(255, 255, 255, 0.6);
}
.breadcrumb-gr .breadcrumb-item.active {
	color: rgba(255, 255, 255, 0.6);
}
.breadcrumb-gr .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.6);
}
.programgr-page .pagination {
	justify-content: center;
}


/* PETA GR - DETAIL */
.section-detail-content {
	padding: 0px!important;
}
.detail-group {
	margin-bottom: 30px;
}
.detail-group label {
	display: block;
	font-weight: 700;
}
.galeri-gr-n {
	margin-bottom: 40px;
}
.foto-gr-galeri-detail {
	margin-bottom: 10px;
}
.foto-gr-galeri-detail img {
	width: 100%;
	margin-bottom: 0px;
}
.galeri-gr-n .caption {
	font-size: 13px;
}
.section-programgr-other {
	background: #FFF8F1;
	justify-content: start;
}

.title-section-other {
	font-size: 23px;
	margin-bottom: 30px;
}
.other-backto {
	margin-top: 40px;
}

.row-img-head {
	padding-top: 20px;
	text-align: center;
}
.img-head-gr-content {
	margin-bottom: 30px;
}
.img-head-gr-content img {
	max-width: 100%;
	margin-bottom: 0px;
}

.post-content {
	overflow-wrap: break-word;

}
@media only screen and (max-width: 1023px) {  
	.other-backto {
		text-align: center;
	}

}
@media only screen and (max-width: 767px) {  
	.section-programgr-other {
		background: #FFF8F1;
		justify-content: center;
	}
	.title-section-other {
		font-size: 22px;
		text-align: center;
	}

	.row-img-head {
		padding-top: 0px;
	}
	.row-img-head .container {
		width: 100%;
		padding: 0px;
	}
	.post-content {
		padding: 0 8px;
	}
	
}
