/* ========== Input ========== */
input, select, textarea {
	
}
input[type="text"], input[type="tel"], input[type="email"], 
input[type="password"], input[type="search"], input[type="url"], 
input[type="date"], 
select, textarea {
	padding: 10px 10px;
	font-size: 15px;
}
select:focus, input:focus, textarea:focus {
	border-color: #028e43;
}
/* ========== Input end ========== */
/* ========== Button ========== */
input[type="button"], input[type="reset"], input[type="submit"], 
button, .btn, .epyt-pagination .epyt-pagebutton > div, .schnav .page-numbers {
    color: #1e78b4;
	border: 1px solid #1e78b4;
	border-radius: 3px;
	background-color: rgba(255,255,255,0);
	font-size: 18px;
	font-family: 'Barlow';
    text-transform: uppercase;
}
.btn.btn-large {
    font-size: 24px;
	padding: 10px 20px;
	border-radius: 5px;
	font-family: 'Barlow Light';
}
.btn.btn-small, .epyt-pagination .epyt-pagebutton > div, 
.schnav .page-numbers {
    font-size: 13px;
	padding: 5px 10px;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 
button:hover, .btn:hover, .epyt-pagination .epyt-pagebutton > div:hover, 
.cmt .comment-reply-link:hover, .comment-edit-link:hover, .schnav .page-numbers:hover, 
.schnav .page-numbers.current {
	color: #028e43;
	border-color: #028e43;
}
input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, 
button:active, .btn:active, .epyt-pagination .epyt-pagebutton > div:active, 
.cmt .comment-reply-link:active, .comment-edit-link:active, .schnav .page-numbers:active, 
.schnav .page-numbers.current:active {
    background-color: #028e43;
	color: white;
}
.schnav .nav-links > * , 
.post-list-pagination > button {
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* ========== Button end ========== */
/* ========== Layout ========== */
body > header, 
.hdrmid {
    z-index: 10;
}
hr {
	clear: both;
	width: 100%;
	max-width: 120px;
}
.ftrmid hr {
	max-width: 80px;
}
.menu-item-has-children:not(.active) > .sub-menu {
    display: none;
}
.mnuman .sub-menu {
	position: absolute;
}
#mnuman .menu-item {
    position: relative;
}
#mnuman .sub-menu {
    right: 0;
	min-width: 280px;
	z-index: 100;
}
.pos li, 
.pos .txt li, 
.pos .txt > .ctt li {
    list-style-position: inside;
}
.comment-meta {
    display: flex;
	display: -webkit-flex;
    align-items: end;
	-webkit-align-items: end;
    justify-content: space-between;
	-webkit-justify-content: space-between;
}
.comment-body, .wgtbnrman, 
.comment-body .comment-content, .comment-body .photo, 
.depan-image, .grditmttl, .grdexc {
    overflow: hidden;
}
.comment-body .reply {
	text-align: right;
}
.comment-form-cookies-consent {
    display: table;
}
.comment-form label, 
.comment-form input {
    display: block;
}
.comment-form-cookies-consent label, 
.comment-form-cookies-consent input {
    display: table-cell;
	vertical-align: middle;
}
.comment-form input[type="text"], 
.comment-form input[type="tel"], 
.comment-form input[type="email"], 
.comment-form input[type="password"], 
.comment-form input[type="search"], 
.comment-form input[type="url"], 
.comment-form input[type="date"] {
	width: 100%;
}
.grd.flex .grditm {
    width: 320px;
	max-width: 100%;
}
.grdexc {
    max-height: 51px;
}
.grdimg {
    box-sizing: content-box;
}
.ftrmid .menu > li.menu-item {
    list-style-image: url('../img/icon-star.png');
	list-style-position: inside;
}
.wgtftrmid {
    max-width: 280px;
	width: 280px;
}
.ftrmid .menu > li.menu-item, 
.ftrmid .menu > li.menu-item > * {
    vertical-align: top;
}
#menu-cloud, 
.wgtcttbtm .judul-wrp, 
.jkr .menu, 
.wgtftrtop .judul-wrp {
    text-align: center;
}
.wgtcttbtm .judul-wrp hr, 
.wgtftrtop .judul-wrp hr, 
.psllnk .btn, 
.grdimg {
	margin-left: auto;
	margin-right: auto;
}
#menu-cloud > li.menu-item {
    list-style-type: disc;
	list-style-position: inside;
	display: inline-block;
	display: inline flow-root list-item;
}
.banner-utama-info .wrp {
    max-width: 600px;
}
.banner-utama-info-satu {
    margin-top: 80px;
}
.wgtbnrman {
    margin-bottom: 0px;
}
.wgtcttbtm.jkr {
    background: url('../img/bg-vector.png') fixed center center;
	background-size: cover;
	padding-top: 30px;
    padding-bottom: 15px;
}
.jkr .menu > .menu-item {
    width: 280px;
	clear: both;
	display: inline-block;
	margin: 20px 10px;
}
.jkr .menu > .menu-item > a > * {
    display: inline-block;
    vertical-align: middle;
}
.jkr .menu > .menu-item > a > span {
    width: 180px;
}
.grditmttl {
	height: 32px;
}
/* ========== Layout end ========== */
/* ========== margin & padding ========== */
.comment-form #submit {
    margin-left: auto;
}
#copyright .ftrbtl img {
	margin: 5px 5px 5px 0px;
}
hr {
	margin: 5px 0px 15px 0px;
}
.pos ol li, 
.pos .txt ol li, 
.pos .txt > .ctt ol li {
    margin-left: 20px;
}
.comment-body > * {
    margin: 5px 0px;
}
.comment-body .photo {
    margin-right: 5px;
}
.comment-metadata .edit-link {
    margin-left: 5px;
}
.grdimg {
	margin-bottom: 3px;
}
#menu-cloud > .menu-item, 
.psl.grd {
    margin-bottom: 10px;
}
.relttlwrp {
    margin-bottom: 30px;
}
#mnuman > .menu-item, 
#mnuman .sub-menu .menu-item {
    padding: 5px 10px;
}
#mnudrp .sub-menu, 
#mnudrp .sub-menu .menu-item {
    padding: 5px 0px;
}
.hdrmid, .mnudrpwrp, 
.mnuman .sub-menu, 
#mnudrp > .menu-item, 
.bcm, #respond {
    padding: 10px 0px;
}
.comment-form-cookies-consent, .comment-form .form-submit {
    padding: 10px 5px 10px 5px;
}
.comment-body .comment-content {
    padding: 10px;
}
.pgettlwrp {
    padding: 20px 10px 30px 10px;
}
.cmt, .relwrp, .page-content {
	padding: 50px 0px;
}
.page-root:not(.frontpage) .page-content {
    padding-top: 0px;
}
.ftrmid {
    padding-top: 40px;
    padding-bottom: 15px;
}
.menu-cloud {
    padding-top: 18px;
    padding-bottom: 7px;
}
#menu-cloud > li.menu-item {
    padding-left: 5px;
}
.wgtftrtop.gpostlist_class {
	padding-bottom: 30px;
	padding-top: 30px;
}
.psllnk {
    padding: 10px 1px;
}
.jkr .menu-item img._before, 
.jkr .rtl .menu-item img._after {
    margin-right: 10px;
}
.schnav, 
.schnav .nav-links {
    padding: 5px 0px;
}
/* ========== margin & padding end ========== */
/* ========== Colours ========== */
.required, .req {
    color: red;
}
hr {
	border: 0px solid rgb(2,142,67);
	border-top-width: 3px;
}
hr.grdttlhr {
	border-top-color: #c3ff9b;
	border-top-width: 2px;
	width: 80px;
	margin: 10px 0px 10px 0px;
}
.wgtbnrman hr {
	border-color: #89c762;
}
.bg-dark, 
#copyright, #copyright a, 
.mnudrpwrp, .mnudrpwrp a, 
.ftrmid, .ftrmid a, 
.menu-cloud, .menu-cloud a, 
.frontpage .page-content {
	color: #fff;
}
.bg-dark a:hover, 
#copyright a:hover, 
.mnudrpwrp a:hover, 
.menu-cloud a:hover {
	color: #c3ff9b;
}
#copyright, 
.mnudrpwrp {
    background-color: #003c1e;
}
.hdrmid, 
.mnuman .sub-menu {
	box-shadow: rgba(2,142,67,0.66) 0px 5px 20px -10px;
	border: 0px solid #ddd;
}
.hdrmid {
    background-color: white;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
a, .bcm a { 
	color: #1e78b4;
}
.ftrmid, .frontpage .page-content {
    background-color: #028e43;
}
.menu-cloud {
    background-color: #00783c;
}
.ftrmid hr, 
.wgtcttbtm .judul-wrp hr, 
.wgtftrtop .judul-wrp hr {
	border-color: #89c762;
}
#mnuman, #mnuman *, 
.bcm, .bcm a:hover, .bcm a:focus, 
a:hover, a:focus, .grdexc, 
.pgettlwrp, .pgettlwrp h1, 
.relttl, .blog-description, 
.wgtbnrman { 
    color: #028e43;
}
#mnuman .sub-menu {
	border-width: 1px;
	background-color: rgba(255,255,255,0.99);
}
#mnuman .sub-menu > .menu-item:focus, 
#mnuman .sub-menu > .menu-item:hover, 
.bcm, .relwrp, 
.page-content.hom {
    background-color: #d7ffb9;
}
.frontpage .page-content .ctt a:hover, 
.frontpage .page-content .ctt a:focus {
    color: #d7ffb9;
}
.cmt {
    background-color: #fafafa;
}
.comment-body, 
.comment-body > * {
    border: 0px solid #ccc;
}
.comment-body .comment-content {
	border-width: 1px;
}
.comment-body .comment-content {
    background-color: #f3f3f3;
}
.comment-metadata time,
.comment-notes, .mta {
    color: #999;
}
.grddte, 
.ftrmid a:hover, .ftrmid a:focus, 
.ftrmid .current-menu-item a, 
.wgtbnrman a:hover, 
.wgtbnrman a:focus, 
.frontpage .page-content .ctt a, 
.psltxt .dte, .psltxt span {
	color: #89c762;
}
.comment-body .comment-content, 
.comment-body .photo {
    border-radius: 3px;
}
img.alignnone, img.aligncenter, img.alignleft, img.alignright, 
img.size-full, img.size-large, img.size-medium, img.size-thumbnail, 
.depan-image, .grdimg {
	border: 0px solid #89c762;
}
.grdimg {
	border-bottom-width: 3px;
}
img.alignnone, img.aligncenter, img.alignleft, img.alignright, 
img.size-full, img.size-large, img.size-medium, img.size-thumbnail, 
.depan-image {
	border-bottom-width: 10px;
}
.wgtftrtop.gpostlist_class {
    background-color: #d7ffb9;
}
.psllnk {
    padding: 10px 1px;
}
/* ========== Colours end ========== */
/* ========== Text & Fonts ========== */
#mnuman > .menu-item, #mnuman > .menu-item > a, 
#mnudrp > .menu-item, #mnudrp > .menu-item > a, 
#copyright strong {
    font-family: 'Barlow semibold';
}
.relttl, .relttl * {
    font-family: 'Barlow semibold italic';
}
.pgettlwrp, .pgettlwrp h1 {
	font-family: 'Barlow bold';
}
.page-content.hom .pgettl, 
.wgtbnrman h1, .wgtbnrman h2, .wgtbnrman h3, 
.wgtbnrman h4, .wgtbnrman h5, .wgtbnrman h6 {
    font-family: 'Barlow bold italic';
}
.footer-kontak-telp, 
.footer-kontak-telp * {
    font-family: 'Barlow thin';
}
.wgtbnrman, 
.grditmttl, 
h3.pslttl, h3.pslttl * {
    font-family: 'Barlow light';
}
.blog-description, .blog-description *, 
.schnav .screen-reader-text {
    font-family: 'Barlow';
    font-weight: normal;
}
.comment-metadata time, 
.comment-notes, .grddte, 
.psltxt .dte, .psltxt span {
    font-size: 11px;
}
.menu-cloud {
    font-size: 12px;
}
#copyright, .bcm, 
.comment-body, 
.comment-body *, 
#commentform, .mta, 
.grdexc {
    font-size: 13px;
}
#copyright strong {
    font-size: 15px;
}
#mnuman .sub-menu, 
#mnudrp .sub-menu, 
.blog-description, .blog-description *, 
.schnav .screen-reader-text {
    font-size: 18px;
}
#mnuman > .menu-item, #mnuman > .menu-item > a, 
#mnudrp > .menu-item, #mnudrp > .menu-item > a, 
h3.pslttl, h3.pslttl * {
	font-size: 21px;
}
h3, blockquote, .wp-blockqoute {
    font-size: 24px;
}
h2 {
    font-size: 30px;
}
h1, 
.wgtbnrman, .wgtbnrman * {
    font-size: 36px;
}
.wgtbnrman h2 {
    font-size: 45px;
}
.comment-author b.fn, 
.comment-author b.fn *, 
.comment-form > :not(.comment-form-cookies-consent) label, 
.ctt strong {
    font-weight: bold;
}
/* --- Kalkulator Menu Widget ---*/
.jkr .menu-item, .jkr .menu-item a, .jkr .menu-item span {
    font-size: 27px;
    font-family: "Barlow light";
    color: #028e43;
    text-transform: uppercase;
	text-align: left;
}
.wgtftrtop .wgtttl, .wgtftrtop .wgtttl *, 
.wgtcttbtm .wgtttl {
    font-size: 36px;
    color: #028e43;
    font-family: 'Barlow bold italic';
}
/* --- Kalkulator Menu Widget end ---*/
/* ========== Text & Fonts end ========== */
/* ========== Images, pics & Icons ========== */
#copyright .ftrbtl img {
	width: 18px;
	height: 21px;
}
.lgo-hdr img {
	width: 240px;
	min-width: 240px;
	height: 80px;
	min-height: 80px;
}
.mnubar img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
}
.fetimg {
    height: 300px;
}
.fetimg img {
}
.grdimg {
    width: 100%;
    height: 180px;
	min-height: 180px;
}
.alignnone, .aligncenter, .alignleft, .alignright {
	
}
.jkr .menu-item i._mi, .jkr .menu-item img._mi {
    width: 90px;
}
/* ========== Images, pics & Icons end ========== */
/* ==========   Specific pages   ========== */
.depan-image, 
.depan-image img, 
.depan-teks {
	width: 100%;
}
.depan-image {
    max-width: 320px;
    min-width: 280px;
}
.depan-teks {
    padding: 0px 30px;
    max-width: 500px;
}
.depan-konten > * {
    margin-bottom: 30px;
}
.depan-paragraf {
    font-size: 15px;
}

/* ========== Specific pages end ========== */