/*
Theme Name: Kproject
Theme URI: trmedia.hol.es
Author: Tri Rahmandani
Author URI: trmedia.hol.es
Description: Yeah
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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.
*/



/* default class */


img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0px 0px 0px 0px;
}

html {
  height: 100%;
}

h1{
	font-size: 25px;
	margin-bottom: 5px;
}

h2{
	font-size: 20px;
	padding: 0px;
	margin-top: 0px;
}

h3{
	font-size: 18px;
	margin-bottom: 0px;
}


body{
	color: #5a5a5a;
	position: relative;
	height:100%;
	font-size:0.95em;
	top:0px;
	margin:0px;
	background:#fafafa;
	z-index:0;
	font-family: 'Roboto', sans-serif;
}

#content{
	padding: 10px 0px;
}


.search-form{
	border: 1px solid #d1d1d1;
	width: 100%;
	margin: auto;
	height: 40px;
}

.search-submit{
	width: 20%;
	height: 100%;
	float: right;
	font-size: 16px;
	border: none;
	background: rgba(30, 150, 205, 1);
	box-shadow: none;
	text-align: center;
	color: white;
	padding: 5px;
}
.search-field{
	height: 100%;
	width: 80%;
	font-size: 16px;
	padding: 5px;
	border: none;
}

.search-widget{
	padding:10px;
	margin-bottom: 0px;
	background: white;
	height: auto;
}







/** grid responsive **/

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}



    [class*="col-"] {
        width: 100%;
    }

@media only screen and (min-width: 960px) {
    /* For mobile phones: */
	
	[class*="col-"] {
    float: left;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

}





/**  page control **/



/** navigation **/
header#page-header{
  position: fixed;
  top: 0;
  z-index:5;
  width:100%;
}


.navbar{
	margin-top: 15px;
	margin-right: 15px;
	float:right;
}


.responsive-navigation{
}
.responsive-navigation li {
	list-style-type: none;
}
.responsive-navigation li > a {
	text-decoration:none;
	color:black;
}


.site-header{
	padding: 2px 5%;
	padding-bottom: 0px;
	background:rgba(254, 254, 254, 1);
}




.top-menu{
	width:100%;
	
}

.site-title{
	color: black;
	text-decoration:none;
}

.menu-item{
}
.menu-item a {
	text-transform: uppercase;
	font-size: 16px;
}

@media only screen and (min-width: 960px){
	.navbar{
	}
	.site-header{
	padding: 8px 5%;
		background:none;
	}
	.site-title{
	color: white;
	text-decoration:none;}

	.responsive-navigation li  {
	display:inline;
}
		.responsive-navigation li > a {
	text-decoration:none;
	color:white;
}
}


.scrolled{
	background:rgba(254,253,255, 0.98);
	   box-shadow: 1px 1px 0px 1px rgba(70,70,70,.2);

}

.scrolled2{
	color:#323232 !important;
}

.site-header-shop{
	padding: 8px 5%;
		background: #fff;
		
	   box-shadow: 1px 1px 0px 1px rgba(70,70,70,.2);
		
}

.site-title-shop{
	padding-top: 20px;
	color: #323232;
	
		text-decoration: none;
}

.site-header-shop li > a{
	font-size: 16px;
	color: black !important;
}

.bg-header{
margin-top: 80px;
	background: rgba(60, 180, 230, 0.95);
	color: white;
}

.responsive-navigation-shop {
	margin: 0px;
}

.responsive-navigation-shop li{
	margin-right: 10px;
	display: inline;
}

.responsive-navigation-shop li > a{
	color: white;
	text-decoration: none;
}



.current_page_item {
  border-bottom: 2px solid #85c2ff;
}

/** footer **/
 
.footer{
	background: linear-gradient(rgba(36, 70, 105, 0.74), rgba(36, 70, 105, 0.74)),
	url('img/bg-bot2.jpg') center no-repeat;
	background-size:cover;
	position: relative;
	width: 100%;
	float: left;
	margin-top: 30px;
}
.footer-top{
display:none;
		padding-top:100px;
	}

	.footer-top-bg{
		background: #262626;
		width:100%;
	}

	.kotak{
		font-size: 14px;
		height:100%;
		padding:20px;
		color:white;
		background:rgba(30, 150, 190,1);
	}

	.baris-kotak{
		padding: 0px 0%;
		width:100%;
		height:60px;
		top:0px;
	}

@media only screen and (min-width: 960px){

	.footer-top{
		display: block;
		padding-top:100px;
		height:120px;
		position:relative;
		padding-top:100px;
		z-index:7;
	}

	.footer-top-bg{
		background: #fafafa;
		position:absolute;
		top:0px;
		z-index:8;
		width:100%;
		height:60px;
	}
	
		.footer-top-bg-shop{
		background: #e9e9e9;
		position:absolute;
		top:0px;
		z-index:8;
		width:100%;
		height:60px;
	}

	.baris-kotak{
		width: 88%;
		z-index:10;
		height:90px;
		position : absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: rgba(30, 150, 205, 1);
	}
	
	.kotak{
		line-height:120%;
		font-size: 16px;
		height:100%;
		padding:18px;
		color:white;
		background:rgba(30, 150, 190,1);
	}
	
	.isi-kotak{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	}

	

}

.footer-bg{
	float: left;
	z-index:11;
	width:100%;
	color: #d4d4d4;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 6%;
	padding-right: 6%;
}


.footer-bg h3{
	color: white;
}
.footer-bg a{
	color: #d4d4d4;

}

.footer-bg a:hover{
	color: white;
}

.footer-col{
	line-height: 190%;
	margin: 30px 0px;
	padding: 0px 20px;
}


/** woocommerce **/
.product{
	margin-top: 10px;
}
.woocommerce ul.products{
	position: relative;
	padding: 0em 20px;
}


.bg-biru{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
	background: rgba(60, 180, 230, 0.95);
}



.woocommerce ul.products li.product{
	color:#fff;
}
.woocommerce ul.products li.product a{
	color:#fff;
}
.woocommerce ul.products li.product a img {
	margin:0px;
}
.product-right{
padding:5%;
font-size: 14px;
}

.product-des{
	display: none !important;
	line-height:120%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.entry-summary .woocommerce-product-details__short-description{
	font-size: 18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
	margin: 0px;
	padding:5px 0px;
	font-size: 12px;
}

.woocommerce a.button{
	display:none;
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-weight: normal;
	background: white;
	color: black !important;
	border-radius: 0px;
	font-size:14px;
}

.woocommerce[class*=columns-] ul.products li.product{
margin-bottom: 4%;
}
.woocommerce ul.products li.product{
	margin-right: 4%;
}

.woocommerce-pagination{
}

/** mobile style **/

/** product des sedikit ketika layar besar **/


@media only screen and (min-width: 960px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		font-size: 16px;
	}
	.woocommerce a.button{
		display:block;
	}
	.product-right{
	height: inherit;
	padding: 20px;
	}
	.product-des{
	display: none;
	line-height:120%;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}

}

@media only screen and (min-width: 1280px) {
	.product-des{
	line-height:120%;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	}

}



@media only screen and (min-width: 960px) {
	
#content{
	padding: 10px 0px;
}

    /* for web */
	.woocommerce ul.products{
	padding: 0em 0%;}
	
}

@media screen and (max-width: 782px) {
  .admin-bar .sticky-header {
    top: 46px;
  }
}

.archive{
	padding: 70px 0%;
}

.woocommerce .woocommerce-breadcrumb{
	text-transform: capitalize ;
	color: #5099dd !important;
}
.woocommerce .woocommerce-breadcrumb a{
	text-decoration: none;
	text-transform: capitalize;
	color: #5099dd !important;
}






.woocommerce .columns-2{
	padding: 0px 2%;
}

/** so widget **/
.widget-title {
	padding-bottom:4px;
	display: inline-block;
	margin: 4% 2% 2% 2%;
	border-bottom: 2px solid #33aadd;
	font-size: 1.4em;
}

#pg-410-0, #pg-410-1, #pl-410 .so-panel{
	margin: 0px !important;
}

@media only screen and (min-width: 960px){

.widget-title {
	padding-bottom:4px;
	display: inline-block;
	margin: 4% 7% 1% 7%;
	border-bottom: 2px solid #33aadd;
	font-size: 1.4em;
}


.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product{
	width: 46%;
}
.panel-grid.panel-no-style{
}

}




.btn-page {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #6fbfeb;
  padding: 9px 14px 10px 14px;
  text-decoration: none;
  border: none;
}

.single-product-bg{
	padding: 100px 7% 2% 7%;
	color: black;
	background: #fff;
}

.archive{
	padding-top:0px;
}

.woocommerce-products-header {
	padding: 20px 3%;
	margin-bottom: 40px;
}

.woocommerce .woocommerce-breadcrumb {
	color: black
}

.woocommerce .woocommerce-breadcrumb a{
	color: #008ba7;
}

.woocommerce-products-header h1 {
	font-size: 20px !important;
}
.productnya{
	margin-top: 40px;
	background: white;
	padding: 40px;
}

.single-product-img{
}

.bbloomer-thumbs .woocommerce-product-gallery__image a img{
	width: 30%;
	margin-right: 3%;
	float: left;
	margin-bottom: 20px;
}

.single-product-img  .woocommerce-product-gallery{
	margin-bottom: 10px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding: 0px 0.5em;
	font-size: 14px;
}

@media only screen and (max-width: 960px){


.woocommerce ul.products li.product, .woocommerce[class*=columns-] ul.products li.product{
	width: 48%;
    float: left;
	clear: both;
	margin: 0px 0px 1em;
}

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n){
	float: right;
    clear: none!important;
}
}
@media only screen and (min-width: 960px){

.bbloomer-thumbs{
	width: 24%;
	margin-right: 3%;
	float: left;
}
.bbloomer-thumbs .woocommerce-product-gallery__image a img{
	width: 100%;
	margin-bottom: 10px;
}
.single-product-img  .woocommerce-product-gallery{
	width: 42% !important;
	margin-right: 1%;
}

.entry-summary{
	width: 56% !important;
}
}

.posted_in > a {
	color: #008ba7;
}

.my-icon {
	float: left;
    vertical-align: middle;
    font-size: 30px;
	margin-right: 10px;
}

.table-cus {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.table-cus td, .table-cus th {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-cus tr:nth-child(even){background-color: #f2f2f2;}

.table-cus tr:hover {background-color: #ddd;}

.table-cus th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.archive{
	background:#e9e9e9;
}

@media only screen and (min-width: 960px){
	
	.test1{
		width: 40% !important;
		float: left;
		
	}
.category-widget{
	position: absolute;
	width: 16%;
	left: 2%;
	top: 10px;
	margin: 0px !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.container1{
	padding: 10px;
	width: 100%;
	height: auto;
	position: relative;
	overflow:auto;
}
.fixed-top{
	position: fixed !important;
	top: 90px !important;
	bottom: auto !important;
}
.absolute-bot{
	position: absolute !important;
	top: auto !important;
	bottom: 10px !important;
}

.after-widget{
	position: relative;
	background: #fff;
	float: left;
	padding: 10px !important;
	margin-right: 2%;
	margin-left: 19%;
	min-height: 720px;
	width: 79%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


}

.after-widget{
	background: #fff;
}

.category-widget{
	margin: 5% 0px;
}
.category-widget-ul {
  width: 100%;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.category-widget-ul li:last-child {
}

.category-widget-ul li a {
 font-size: 16px;
	line-height: 130%;
display: block;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #ddd;
  padding: 10px 17px;
  margin: 0 0 -1px;
}

.category-widget-ul li a:hover {
  background: #f6f6f6;
}






.category-widget-li{
	display: none;
}

.widget-title-cus {
	padding: 2px 10px;
	background: #f4f4f4;
	border-bottom: 1px solid #d1d1d1;
}


.fa{
	padding-right: 5px;
}

.footer-bawah{
	width: 100%;
	height: 90px;
	color: #d2d2d2;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#background-menu{
	overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}

.responsive-menu-open .responsive-menu-inner, .responsive-menu-open .responsive-menu-inner::before, .responsive-menu-open .responsive-menu-inner::after{
	background-color: white !important;
}

.current_page_item{
	border: 0px;
}

.responsive-menu-current-item .responsive-menu-item-link {
    background: #a0eaf063 !important;}
	
.responsive-menu-item:first-child > a{
	border: none !important;
}	

.responsive-menu-item > a:active{
	color: white !important;
}
.responsive-menu-item > a:hover{
	color: white !important;
}

#responsive-menu-container{
	background-image: url("img/bg3.jpeg") !important;
}


/** search **/
.hasil{
	margin: 8% 5% 0% 5%;
	min-height: 90%;
}
.hasil-dalam{
	padding: 5% 10%;
	max-width: 600px;
}
.hasil-title{
}

.fancybox-bg{
	display: none;
}


.product-template-default{
	background: #e9e9e9;
	
	}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
	}
	
.button-beli{
	margin-top: 0px;
	background: rgb(233, 48, 34);
	color: white;
	font-size: 18px;
	padding: 17px 0px;
	border: none;
	width: 100%;
}

.dot{
    width: 30px;
    height: 4px;
    background-color: #5599dd;
    margin: 6px 0;
}

.threedot{
	display: none;
}

@media only screen and (max-width: 960px){
	.sub-cat{
		display: block;
	}

#humberger-menu{
	display:none;
}

.threedot{
	position: fixed;
	right: 20px;
	top: 0px;
	padding: 10px;
	display: block;
	z-index: 7;
}

.button-beli{
	z-index: 12;
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin:0px;
	color: white;
	font-size: 18px;
	padding: 20px 0px;
	border: none;
	width: 100%;
}

}


@media only screen and (min-width: 960px){
.home-product{
	padding: 0px 10%;
}

}


.side-menu{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0, 0.4);
	display: none;
	z-index: 6;
	animation-name: fade-in;
	animation-duration: 0.5s;
}

.show{
	display: block;
}

.side-menu-box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75%;
	max-width: 420px;
	height: 100%;
	animation-name: slide-left;
	animation-duration: 1s;
	
	background: white;
	background-image: url('img/bg3.jpg');
	
}
.side-menu-isi{
	padding: 15px;
	color: white;
}

.side-menu-isi li > a {
	color: white !important;
}

.luar{
	height:100%;
	width: 100%;
	float: right;
	overflow: hidden;
}


@keyframes slide-left {
    from {width: 50%;}
    to {width: 75%;}
}

@keyframes fade-in {
    from {opacity: 0.8;}
    to {opacity: 1;}
}

.rel{
	margin-top: 2%;
	padding: 0%;
}

.maen{
	border: 1px solid #e2e2e2;
	padding: 25px 10px;
	text-align: center;
	height: 18em;
	background: white;
}


.maen-l{
	border: 1px solid #e2e2e2;
	padding: 25px 20px;
	height: 18em;
	background: white;
}



.biru{
	color: #4499dd;
}

.maen2a{
	text-align: center;
	padding: 5px;
	background: #2277dd;
	color: white;
}

.maen2b{
	color: white;
	text-align: center;
	padding: 5px;
	background: #3399ee;
}

.maen3a{
	text-align: center;
	padding: 5px;
	background: #f1f9ff;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.maen3b{
	color: #1a1a1a;
	text-align: center;
	padding: 5px;
	background: #fff;
	margin-bottom: 10px;
}


#pg-410-0, #pl-410 .so-panel {
	margin: 0px !important;
}

li{
}

#pg-454-0, #pg-454-1, #pl-454 .so-panel{
	margin: 0px !important;
	
}


.button-hubungi{
	
	margin-top: 0px;
	background: rgb(233, 48, 34);
	color: white;
	font-size: 18px;
	padding: 17px 10px;
	border: none;
	width: 100%;
	
}

.button-jasa{
	
	margin-top: 0px;
	background: rgb(233, 48, 34);
	color: white;
	font-size: 18px;
	padding: 12px 10px;
	border: none;
	
}

.button-whatsapp{
	margin: 10px;
	background: #5599dd;
	color: white;
	font-size: 18px;
	padding: 15px 30px;
	border: none;
}

.button-email{
	margin: 10px;
	background: rgb(233, 48, 34);
	color: white;
	font-size: 18px;
	padding: 15px 30px;
	border: none;
	
	
}


.pad1{
	padding: 10px;
	
}

.tagged_as a{
	color: #5099dd !important;
	text-decoration: none;
}

.satubaris{
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}


.logo{
}

.sub-menu{
	display: none;
}

.menu-item{
	padding: 8px 12px;
}


.sub-cat{
	list-style: none;
	display: block;
	padding: 0px;
}

.sub-cat li{
	padding: 0px;
	padding-left: 7px;
}



/* The container <div> - needed to position the dropdown content */
@media only screen and (min-width: 960px){
.menu-item {
    position: relative;
    display: inline-block !important;
	padding: 8px 10px;
}

.menu-item li > a{
}

.sub-menu .menu-item{
	padding: 8px 10px;
}

.menu-item:hover{
	background: rgba(0, 0, 0, 0.1);
	color: white !important;
}

/* Dropdown Content (Hidden by Default) */
.sub-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	padding: 5px 0px;
	list-style: none;
	left: 0px;
	top:36px;
	min-width: 180px;

}


/* Links inside the dropdown */
.sub-menu li > a {
	color: black;
	text-transform: capitalize;
	font-size: 1.05em;
}

.sub-menu li > a:hover{
	color: darkblue !important;
}

/* Show the dropdown menu on hover */
.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu .menu-item:hover{
	background: none;

}
	.main-cat{
		position: relative;
	}
	.sub-cat{
		display: none;
		position: absolute;
		width: 100%;
		left: 100%;
		top: 0px;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 50;
	}
	.main-cat:hover .sub-cat{
	display: block;
	background: #fff;
	}
	.sub-cat li{
		padding: 0px;
	}

}