#wrap {
    padding-top: 15px;
}
#header-top {
    margin-bottom: 10px;
}
#logo a {
    margin-top: 15px;
}
#header .contact-info p strong {
	font-size: 12px; /* 13px */
    width: 70px;
    display: inline-block;
}
#header .contact-info p strong span {
    float: right;
    margin-right: 3px;
}
#header .contact-info p {
    margin-bottom: 3px;
}

#main .entry-image table.table td {
    padding: 2px 5px;
}

#model-kaos div.jcarousel-prev, #model-kaos div.jcarousel-next {
    /*display: none !important;*/
}

/*.clients li {
    width: 178px;
    float: none;
    display: inline-block;
    margin-right: 7px;
    height: 98px;
}
.clients li div {
    text-align: center;
    vertical-align: middle;
}*/

.ourstore div.ourstore-logo {
    width: 178px;
    float: none;
    display: inline-block;
    border: 1px solid #E5E5E5;
    margin: 0px 5px 10px 0px;
    height: 98px;
    text-align: center;
    vertical-align: middle;
}
.ourstore div.ourstore-logo img {
    /*agar gambar tidak melebihi kotak/ukuran yg ditentukan*/
    max-width: 100%;
    max-height: 100%;
    /*centerkan secara horizontal dgn 2 baris ini*/
    margin: auto;
    display: block;
    /*centerkan secara vertikal dgn baris dibawah ini, tp ga jalan di chrome */
    vertical-align: middle;
    position: relative;
    /*top: 50%; klo yg ini di FF oke, tp di chrome FAILED */
    top: 49px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.nolink:hover {
    cursor: default;
}

ul.galeri-workshop > li.foto-workshop {
    height: 250px;
}
.entry-image img {
    height: auto !important;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;  /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.slides a {
    color: white;
}

/*Agar list number muncul saat lihat detil artikel*/
.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    margin-left: 25px;
}
.entry-content ul ul,
.entry-content ol ul {
	margin-left: 14px;
}
.entry-content ul ol,
.entry-content ol ol {
	margin-left: 18px;
}
.entry-content ul li,
.entry-content ol li {
    margin-bottom: 5px;
    padding-left: 10px;
}
ul.arrow ul li:first-child, ul.arrow ol li:first-child,
.entry-content ul ul li:first-child, .entry-content ul ol li:first-child,
.entry-content ol ul li:first-child, .entry-content ol ol li:first-child {
	margin-top: 5px;
}

/* Unordered Lists */
.entry-content ul li {
	background: url(../images/bullets-and-arrows/circle.png) no-repeat left 0.5em; /* 6px */
	padding-left: 15px;
}
/* Ordered Lists */
.entry-content ol {
	list-style-type: decimal;
}

/*Agar blockquote muncul di lihat Artikel*/
.entry-content blockquote {
	font-family: 'Tinos', serif;
	font-style: italic;
    color: #888;
	font-size: 1.25em; /* 15px */
	line-height: 1.4em;
	padding-left: 10px;
	border-left: 2px solid #d9d9d9;
}
.entry-content blockquote p {
	margin-top: 20px;
	margin-bottom: 0;
}
.entry-content blockquote > p:first-child {
	margin: 0;
}

.widget blockquote {
    margin-top: 5px;
    margin-bottom: 5px;
}
.testimonial-author {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 10px;
}

#detil-produk p img {
    min-width: 215px;
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
}
#detil-produk hr{
    margin-top: 10px;
    margin-bottom: 20px;
}