/* --- Initial --- */
@font-face {
font-family: 'Barlow';
font-style: normal;
font-weight: normal;
src: url('./../fonts/BarlowCondensed-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'Barlow semibold';
font-style: normal;
font-weight: normal;
src: url('./../fonts/BarlowCondensed-SemiBold.woff2') format('woff2');
}
@font-face {
font-family: 'Barlow semibold italic';
font-style: normal;
font-weight: normal;
src: url('./../fonts/BarlowCondensed-SemiBoldItalic.woff2') format('woff2');
}
@font-face {
font-family: 'Barlow bold';
font-style: normal;
font-weight: normal;
src: url('./../fonts/BarlowCondensed-Bold.woff2') format('woff2');
}
@font-face {
font-family: 'Barlow bold italic';
font-style: normal;
font-weight: normal;
src: url('./../fonts/BarlowCondensed-BoldItalic.woff2') format('woff2');
}
@font-face {
font-family: 'Barlow light';
font-style: normal;
font-weight: normal;
src: url('./../fonts/BarlowCondensed-Light.woff2') format('woff2');
}
@font-face {
font-family: 'Barlow thin';
font-style: normal;
font-weight: normal;
src: url('./../fonts/BarlowCondensed-Thin.woff2') format('woff2');
}
@font-face {
font-family: 'Abel';
font-style: normal;
font-weight: normal;
src: url('./../fonts/Abel-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Damion';
  font-style: normal;
  font-weight: 400;
  src: url('./../fonts/Damion-Regular.woff2') format('woff2');
}
* {
    margin: 0;
    padding: 0;
	-webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
	text-decoration: none;
	list-style: none;
	font-family: 'Abel', verdana, Arial, sans-serif;
	font-weight: normal;
	box-sizing: border-box;
}
img.nonimg, .fetimg, 
.mnudrpwrp, .bcm, .cmt, .wgtfimaftwrp, 
.page-root.frontpage .page-content .pos, 
.wgtcatbrnwrp, .solprd {
	
}
img.nonimg, .fetimg {text-align: center;}
img, iframe, .vid, .fetimg {
	max-width: 100%;
	line-height: 0;
}
img {height: auto;}
img.alignleft, 
img.alignright, 
img.aligncenter, 
img.alignnone, hr, 
.cmt .comment-form > *:first-child, 
.cmt .logged-in-as, 
.cmt .comment-notes, 
.cmt > .wrp > .commentlist, 
.cmt > .wrp > .comment-respond, 
.cmt > .wrp > h3#comments, 
.mnuman > .menu-item > *, 
.mnudrp > .menu-item > *,  
.socttl {
	display: block;
}
.sgl .pos .txt .ctt li {
margin-left: 15px;
line-height: 1.4;
margin-bottom: 2px;
}
body {

}
/* --- Initial end --- */
/* --- Layouts --- */
.show{display:initial !important;}
.hide{display:none !important;}
.fullwidth{width:100%;}
.ctt .gallery-columns-2 .gallery-item, 
.half-max{width:50%;}
.half{width:calc(50% - 1.5vw);}
.onepertri{    
	/* width:calc(33% - 1.5vw); */
	-webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.twopertri{
	/* width:calc(66% - 1.5vw); */
	-webkit-flex: 0 0 66.6666666667%;
	-moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.oneperfor{width:calc(25% - 1.5vw);}
.triperfor{width:calc(75% - 1.5vw);}
.wrp {
    max-width: 1200px;
	box-sizing: border-box;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.wgtfimaftwrp > .wrp > .blglst > .grdwrp > .pslwgtttlwrp > .wrp, 
.wgtfimaftwrp > .wrp > .blglst > .grdwrp > .psl.grd.wrp, 
.wgtfimaftwrp > .wrp > .blglst > .grdwrp > .psllnkwrp.wrp, 
.wgtcatprd > .wrp {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.wrp, .ctrele, 
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.absmid {
	position: relative;
	overflow: hidden;
}
.absmid > * {
    position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	height: auto;
	width: 100%;
	max-width: 100%;
    margin: auto;
    display: block;
	line-height: 1;
}
.ilvmid > *{
	display:inline-block;
	vertical-align:middle;
	line-height: 1;
}
.ilvtop > *{
	display:inline-block;
	vertical-align: top;
}
.flex, 
.ctt .gallery {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flxcolrev{
	-webkit-flex-direction:column-reverse;
	-moz-flex-direction:column-reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
}
.flxcol{
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
.flex .ordone{
	-webkit-order:1;
	-moz-order:1;
	-ms-order:1;
	order:1;
}
.spcbtwn {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.spcarnd{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flxctr, 
.ctt .gallery {
	-webkit-justify-content: center;
    justify-content: center;
}
.flxend {
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.bseitm {
	-webkit-align-items:baseline;
    align-items: baseline;
}
.ctritm, 
.ctt .gallery {
	-webkit-align-items:center;
	align-items:center;
}
.enditm{
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.topitm{
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.vmid{
	top:50%;
	transform:translateY(50%);
	position:absolute;
}
/* --- WP Gallery --- */
.ctt .gallery {}
.ctt .gallery .gallery-item {text-align: center;}
.ctt .gallery-columns-3 .gallery-item {width: 33%;}
.ctt .gallery-columns-4 .gallery-item {width: 25%;}
.ctt .gallery-columns-5 .gallery-item {width: 20%;}
.ctt .gallery-columns-6 .gallery-item {width: 16.5%;}
.ctt .gallery-columns-7 .gallery-item {width: 14.2%;}
.ctt .gallery-columns-8 .gallery-item {width: 12.5%;}
.ctt .gallery-columns-9 .gallery-item {width: 11%;}
.ctt .gallery-columns-10 .gallery-item {width: 10%;}
img.alignleft { 
	float: left; 
	margin-right: 20px;
}
img.alignright { 
	float: right; 
	margin-left: 20px;
}
img.aligncenter {}
.pos, .rel, .ftr {clear: both;}
.sgl .pos .txt .ctt ul, 
.sgl .pos .txt .ctt ol {
	padding-left: 10px;
}
.sgl .ctt .gallery .gallery-item {
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
}
.sgl .ctt .gallery .gallery-item img {
    max-height: 200px;
    width: auto;
}
/* --- end WP Gallery --- */
/* --- end layouts --- */
/* --- Inputs --- */
hr {

}
input, select, textarea {
	
}
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
input[type="search"], 
input[type="url"], 
select, textarea {

}
textarea {
	min-width: 100%;
	max-width: 100%;
	height: 100px;
	min-height: 50px;
}
select:hover, input:hover, textarea:hover, 
select:focus, input:focus, textarea:focus {
	
}
input[type="checkbox"], 
input[type="radio"], 
.pos .ctt input[type="checkbox"], 
.pos .ctt input[type="radio"], 
.cmt .comment-form input[type="checkbox"], 
.cmt .comment-form input[type="radio"], 
.comment-form-comment > label, .socico {
	margin-right: 5px;
}
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
button, .btn, 
.epyt-pagination .epyt-pagebutton > div,  
.schnav .page-numbers {
	cursor:pointer;
	-webkit-transition-duration: 0.75s; /* Safari */
	transition-duration: 0.75s;
	font-family: 'Barlow semibold';
	font-weight: normal;
	display: table;
	text-align: center;
	padding: 7px 14px;
}
.iptbar input, .iptbar textarea, .iptbar select {
    margin-bottom: 0px; 
}
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 {

}
/* --- Contact Form 7 --- */
.iptbar.nowrap {
	white-space: nowrap; 
}
.iptbar .wpcf7-form-control-wrap {
    margin-left: 10px;
}
/* --- Contact Form 7 end --- */
/* --- end of Inputs --- */
/* --- Paragraph --- */
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *, 
.judul-satu, .judul-dua {
	font-family: 'Barlow semibold', verdana, Arial, sans-serif;
	font-weight: normal;
}
.judul-satu {
    font-family: 'Barlow bold';
	font-weight: normal;
}
.comment-form input, .comment-form textarea, .comment-form select {
    margin-bottom: 0px;
}
.ctt h1, .ctt h2, .ctt h3, .ctt h4, .ctt h5, .ctt h6, 
.pgettl, .grdexc, 
.comment-reply-title, .comment-form > *, #comments, 
.grddte, 
.ftrmid .menu > li.menu-item, .ftrmid .wgtttl {
	margin-bottom: 5px;
}
.judul-satu, .judul-dua, 
.ctt p, .wpcf7-form p, table, 
input, textarea, select, 
blockquote, blockquote *, .wp-blockquote, .wp-blockquote, 
.ctt button, .btn, .wgtttl, .relttlwrp
.epyt-pagination, .epyt-pagination .epyt-pagebutton > div, 
.itlbtnwrp, .itlbtnwrp > *, 
.footer-kontak-telp {
	margin-bottom: 10px;
} 
.typ > div, .wgt, 
.ytbcnl .epyt-gallery, .catdsc, 
.wgtftrtop .judul-wrp {
    margin-bottom: 20px;
}
.wgtcttbtm, .wgtftrtop {
	margin: 0px;
}
.pslitm, 
.grditm {
    margin: 20px 20px;
}
.ctt, .ctt p, .ctt td, .ctt li{}
.pos .txt > .ctt li {
    list-style: disc;
}
blockquote, blockquote *, .wp-blockquote, .ctt blockquote *, blockquote p, .ctt blockquote * {
    font-family: 'Damion';
}
pre {
	font-family: revert;
	font-family: monospace;
}
.tblspc {
    margin: auto;
	width: 100%;
}
.tblspc tbody tr.tblhed, 
.tblspc tbody tr.tblhed td, 
.tblspc tbody tr.tblhed td h3 {
	text-align: center;
}
/* --- Paragraph end --- */
/* --- Header --- */
.mnuman > .menu-item > *:hover, 
.mnuman > .menu-item > *:focus, 
.mnuman > .menu-item.current-menu-item > *, 
.mnuman > .menu-item.page_item > *, 
.mnuman > .menu-item.current_page_item > *, 
.mnuman > .menu-item.current_page_parent > * {}
.mnubar { 
	margin-left: 10px;
	cursor: pointer;
}
body > header {
    
}
.lgo-hdr, .mnubar {
    line-height: 0;
}
.mnudrpwrp:not(.active), 
.page-root.frontpage .pgettlwrp, 
.page-root.products .page-content > .pgettlwrp, 
.page-root.products .page-content > .pos {
	display: none;
}
/* --- Header end --- */
/* --- Comment --- */
.comment-author > * {
    vertical-align: bottom;
}
.comment-form-comment > * {
    vertical-align: top;
}
/* --- Comment end --- */
/* --- Whatsapp Fixed Button --- */
.wapfix{
	position: fixed;
	bottom: 18px;
	left: 18px;
	-webkit-animation: goyang 6s infinite;  /* Safari 4.0 - 8.0 */
    animation: goyang 6s infinite;
	z-index: 3;
}
@-webkit-keyframes goyang {
      0% {transform:scale(1.0, 1.0);}
     46% {transform:scale(1.0, 1.0);}
     50% {transform:scale(1.3, 1.3);}
     54% {transform:scale(1.0, 1.0);}
    100% {transform:scale(1.0, 1.0);}
}
@keyframes goyang {
      0% {transform:scale(1.0, 1.0);}
     46% {transform:scale(1.0, 1.0);}
     50% {transform:scale(1.3, 1.3);}
     54% {transform:scale(1.0, 1.0);}
    100% {transform:scale(1.0, 1.0);}
}
/* --- end of Whatsapp Fixed Button --- */
