/*
Theme Name: Vel starter
Theme URI: http://kerjaan.velocitydeveloper.com/
Author: vel-DEV
Author URI: http://velocitydeveloper.com/
Description: Vel Starter - Velocity Developer Theme Framework. Responsive WordPress Theme Framework with unlimited style and layout. Always update & improved with feedback from clients and our webmaster. Feel free to report bugs and other problems to make this theme powerful.
Version: 1.6.7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vel-starter
Tags: responsive, blog, magazine, seo
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Velocity Recent Post
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,body {
	height:100%;
}
html {
	font-family: 'Raleway', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
	max-width: 100%;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	overflow:hidden;
}
.entry-content table.zebra tr:nth-child(2n) td {
	background-color:#ddd;
}
.entry-content table.zebra tr:first-child td {
	background-color:#333;
	color:#fff;
}

.entry-content table.border tr:nth-child(2n) td {
	background-color:#ddd;
}
.entry-content table.border tr:first-child td {
	background-color:#333;
	color:#fff;
}
.entry-content table.border tr:last-child td:first-child {
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}
.entry-content table.border tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}

.entry-content table.border tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}
.entry-content table.border tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
td,
th {
	padding: 2px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 12px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
	text-align: left;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Tombol
--------------------------------------------------------------*/
.merah {
	background-color: #F15F74 !important;
}
.merah:hover {
	background-color: #B9152C !important;
}
.kuning {
	background-color: #F7D842 !important;
}
.kuning:hover {
	background-color: #C3A722 !important;
}
.hijau {
	background-color: #98CB4A !important;
}
.hijau:hover {
	background-color: #669320 !important;
}
.biru {
	background-color: #5481E6 !important;
}
.biru:hover {
	background-color: #23499E !important;
}
.tombol:hover{
	color: #fff;
	background-color: #333;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#page button, #page .tombol,
#page input[type="button"],
#page input[type="reset"],
#page input[type="submit"] {
	background-color: #16A085;
	border: none;
	color: #fff;
	padding: 5px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px 0;
}

#page button:hover,
#page input[type="button"]:hover,
#page input[type="reset"]:hover,
#page input[type="submit"]:hover {
	background-color: #333;
	color: #fff;
}

#page button:focus,
#page input[type="button"]:focus,
#page input[type="reset"]:focus,
#page input[type="submit"]:focus,
#page button:active,
#page input[type="button"]:active,
#page input[type="reset"]:active,
#page input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

#page input[type="text"],
#page input[type="email"],
#page input[type="url"],
#page input[type="password"],
#page input[type="search"],
#page input[type="number"],
#page input[type="tel"],
#page input[type="range"],
#page input[type="date"],
#page input[type="month"],
#page input[type="week"],
#page input[type="time"],
#page input[type="datetime"],
#page input[type="datetime-local"],
#page input[type="color"],
#page textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#page select {
	border: 1px solid #ccc;
}

#page input[type="text"]:focus,
#page input[type="email"]:focus,
#page input[type="url"]:focus,
#page input[type="password"]:focus,
#page input[type="search"]:focus,
#page input[type="number"]:focus,
#page input[type="tel"]:focus,
#page input[type="range"]:focus,
#page input[type="date"]:focus,
#page input[type="month"]:focus,
#page input[type="week"]:focus,
#page input[type="time"]:focus,
#page input[type="datetime"]:focus,
#page input[type="datetime-local"]:focus,
#page input[type="color"]:focus,
#page textarea:focus {
	color: #111;
}

#page input[type="text"],
#page input[type="email"],
#page input[type="url"],
#page input[type="password"],
#page input[type="search"],
#page input[type="number"],
#page input[type="tel"],
#page input[type="range"],
#page input[type="date"],
#page input[type="month"],
#page input[type="week"],
#page input[type="time"],
#page input[type="datetime"],
#page input[type="datetime-local"],
#page input[type="color"] {
	padding: 3px;
}

#page textarea {
	padding-left: 3px;
	width: 100%;
}

/*-------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	display: block;
	background-color:#000;
	position: relative;
	width: 100%;
	left: 0px;
	z-index: 99;
}
.header-frame {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 13px 0 13px;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.menu-menu-baru-container {
	position: relative;
	z-index: 999;
}
#site-navigation{
	text-align: center;
	display: none;
}
.site-branding {
	display: block;
	text-align: center;
}

/*--------------------------------------------------------------
## Heading
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-weight: 300;
}
h1 {
	font-size: 34px;
	margin-top:1em;
	font-size: 245%;
}

h2 {
	font-size: 28px;
	margin-top:1em;
	font-size: 200%;
}

h3 {
	font-size: 22px;
	margin-top:1em;
	font-size: 155%;
}

h4 {
	font-size: 18px;
	margin-top:1em;
	font-size: 125%;
}

h5 {
	font-size: 14px;
	margin-top:1em;
	font-size: 100%;
}

h6 {
	font-size: 12px;
	margin-top:1em;
	font-size: 85%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3AABAF;
	text-decoration:none;
}

a:visited {
	color: #3AABAF;
	text-decoration:none;
}

a:hover,
a:focus,
a:active {
	color: #333;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sub-menu {
	background-color: #444;
}
.main-navigation {
	clear: both;
	width: 100%;
	margin-top: 10px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	text-align:right;
	padding: 0;
	margin: 0;
	text-align: center;
}

.main-navigation li {
	float: none;
	position: relative;
	display:block;
}

.main-navigation a {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	display: block;
	line-height:1;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
	padding:2px;
	text-align:left;
	background-color: #000;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
    line-height: 30px;
    min-width: 130px;
    font-size: 90%;
    font-weight: normal;
}

.main-navigation ul ul li {
width: 100%;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation li.current-menu-item > a {
  color:#16A085;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/**
 * Responsive Navigation
 */
.nav-wrap {
display: none;
}
.nav {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 10000;
    min-width: 100%;
}

/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 9;
    overflow-y: auto;
    visibility: hidden;
	background-color: #000;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateY(-100%);
    -webkit-overflow-scrolling: touch;
}
.nav-container a {visibility: hidden !important;}
.nav-container.is-visible a {visibility: visible !important;}
/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateY(0); /* 1 */
}

/* Nav toggle */

.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 5px;
    margin: 0px 10px 0 0 !important;
    border: 0;
    background-color: transparent !important;
}
.nav-content {
    position: relative;
    background-color: #3AABAF;
    z-index: 99;
    padding: 7px;
    color: #fff;
    font-weight: bold;
}

/* Nav toggle icon */

.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #fff;
}

/* Nav toggle icon line 1 */

.icon-menu .line-1 { top: 0; }

/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

/* When active, hide line 2 */

.is-active .icon-menu .line-2 { opacity: 0; }

/* Nav toggle icon line 3 */

.icon-menu .line-3 { bottom: 0; }

/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
  background-color: #181818;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;         /* 2 */
}

/* Give menu items a top border */

.nav-menu .menu-item {
    border-top: 1px solid #bbb;
    display: block;
}
.nav-menu .sub-menu .menu-item:first-child {
    border-top: 0px;
}

/* Give last menu item a bottom border */

.nav-menu > .menu-item:last-child { border-bottom: 1px solid #bbb; }

/* Darker background color on hover, and when toggled */

.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { background-color: #000; }

/* 1. Menu links are block level, by default */

.nav-menu a {
  display: block; /* 1 */
  text-decoration: none;
  color: #fff !important;
  padding: 10px;
}
.nav-menu ul a {
padding: 7px 0px;
font-size: 90%;
}
.nav-menu ul a:hover {text-decoration: underline;}
.nav-menu ul.sub-menu { background-color: #333; }
/* 1. Menu items with dropdowns appear clickable */

.nav-menu .menu-item-has-children {
  position: relative;
  cursor: pointer; /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */

.nav-menu .menu-item-has-children > a { display: inline-block; }

/* 1. Add an icon to menu items that have sub menus */

.nav-menu .menu-item-has-children::after {
    font-size: 32px;
    position: absolute;
    top: 12px;
    right: 1rem;
    content: "+";
    color: #fff;
}

/* 1. Switch icon to n-dash when toggled */

.nav-menu .menu-item-has-children.is-active:after { content: "\2013"; /* 1 */ }

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-menu .sub-menu {
  display: none; /* 1 */
  background-color: #c0c0c0;
  margin: 0;
}

/* 1. Show dropdown when toggled */

.nav-menu .menu-item-has-children.is-active > .sub-menu { display: block; /* 1 */ }

/* 2nd level dropdown */

.nav-menu .sub-menu .sub-menu { background-color: #aaa; }
.nav-menu .sub-menu .sub-menu .menu-item {
  background-color: #b0b0b0;
  border-color: #909090;
}

/* Small menu. */
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 15px 0;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#pertama .widget, #kedua .widget {
	margin: 0 0 1.5em;
	padding:0 10px;
}
.widget img {
	max-width: 100%;
	height: auto;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
    display: block;
}
#page {
	min-height:100%;
	overflow: hidden;
}
h1.entry-title,
h1.page-title {
	display: block;
	font-size:30px;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-top:5px;
}
h2.widget-title,
h2.widgettitle,
.module-title {
    margin: 0 0 10px;
    padding: 0;
}
h2.entry-title {
	height: 1.3em;
	overflow: hidden;
	line-height: 1.3;
	margin-top: 5px;
}
.site-content {
	margin: 0 auto;
	display: block;
}
#primary-menu{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#menu-atas {
	display: none;
}
#simple-menu .fa-times {
	display:none;
}
 #primary {
	vertical-align:top;
	display: block;
	position: relative;
	margin: 10px auto;
	padding: 10px 0;
	width: 100%;
}
#pertama, #kedua {
	vertical-align:top;
	display: block;
	position:relative;
	margin: 10px auto;
	padding: 10px 0;
}
.frame-content {
	margin: 0 auto;
}
.post-format {
	text-align: center;
	padding: 5px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	font-size: 20px;
}
.frame-footer {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.entry-footer {
	font-size: 0.8em;
}
.entry-footer span {
	padding-right: 5px;
}
.archive article {
	margin: 10px;
	padding: 10px;
}
.article-title {
	margin: 0 0 10px;
}
.article-title a,
.article-title a :visited {
	color: inherit !important;
	font-size: 130%;
	font-weight: bold;
}

.thumbnail-archive {
	position:relative;
	margin: 0px auto;
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
.thumbnail-archive img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.more-button {
    margin: 1% 0;
}
.vel-pagination {
	margin: 10px;
}
.vel-pagination span,
.vel-pagination a {
	display: inline-block;
	padding: 2px 10px;
}
.vel-pagination a {
	background-color: #ebebeb;
	color: #000;
}
.vel-pagination a:hover {
	background-color: #000;
	color: #fff !important;
}
.vel-pagination span.page-num {
	margin-right: 10px;
	padding: 0;
}
.vel-pagination span.dots {
	padding: 0;
	color: gainsboro;
}
.vel-pagination span.current {
	background-color: #000;
	color: #fff;
}
.post-absolute {
	position:absolute;
	width: 100%;
	z-index: -1;
}
partikel2 {
	background-color: #666;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	color:#ddd;
	background-color: #000;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}
.site-info {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
    font-size: 14px;
}
.sidebar-footer {
    position: relative;
    margin: 0 auto;
}
.widget-footer {
    position: relative;
    display: inline-block;
    vertical-align: top;
	text-align: left;
    margin: 1%;
}
.widget-footer .widget {
    margin: 0 0 25px;
}
.widget-footer .widget h2.widget-title {}
.credit {
    text-align: center;
    font-size: 10px;
    position: relative;
    bottom: 0px;
    display: block;
	margin: 5px 0;
    width: 100%;
    line-height: 1;
    opacity: 0.03;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.nav-links {
	display: block;
	overflow: hidden;
	padding: 5px;
	border: 1px solid rgb(221, 221, 221);
}
.related-frame {
	display: inline-block;
	width: 99%;
	vertical-align: top;
	padding: 0.5%;
	border: 1px solid #ddd;
	margin: 0.5%;
}
.comment-reply-title, .relater-title {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
}
.related-image {
	display: block;
	position:relative;
	height: 150px;
	line-height: 150px;
}
.related-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.related-image .post-format {
	width: 100%;
	height: 150px;
	background-size: cover;
}
.hentry {
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {

}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.comments-title {
    text-align: center;
    margin: 20px auto 10px;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 7px;
    font-size: 150%;
}
.comment-list {
    padding: 0;
    margin: 0;
    position: relative;
}
.comment-list li {
    display: block;
	position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
}
.comment-list .says {display: none;}
.comment-author {}
.comment-author img {
    display: inline-block;
	border: 1px solid #ddd;
    vertical-align: middle;
    margin: 0 10px 5px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.comment-author a {
    color: inherit !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
}
.comment-list .comment-metadata {}
.comment-list .comment-metadata a {
    color: inherit;
    font-style: italic;
    font-size: 90%;
    opacity: 0.5;
}
.comment-content {
    margin: 10px 0;
}
.comment-content p {margin: 0;}
.comment-list .reply {}
.comment-list .reply a {
    padding: 3px 10px;
    background-color: #333;
    color: #fff !important;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.comment-list .reply a:hover {opacity: 0.7;}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
display: block;
}
.comment-list .children {
    margin: 20px 0 0 20px;
    border-top: 1px solid #eee;
    padding: 10px 20px 0px;
	background-color: #F8F8F8;
}
.comment-list .children li {
    border-bottom: 1px dotted #ddd;
}
.comment-list .children li:last-child {
    border-bottom: 0;
}
.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Velocity Recent Posts
--------------------------------------------------------------*/
.vrp-widget .vrp-content {
    margin: 0;
    padding: 0;
}
.vrp-widget .vrp-post-list {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
	overflow: hidden;
}
.vrp-thumbnail {
    height: 100px;
    width: 100px;
    float: left;
    margin: 0 10px 10px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.vrp-title {}
.vrp-more a, .vrp-more a:visited,
.vrp-title a, .vrp-title a:visited {
    color: inherit !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.vrp-title a:hover, .vrp-more a:hover {
    text-decoration: underline !important;
}
.vrp-time {
    font-size: 80%;
    opacity: 0.5;
}

/** SOSIAL MEDIA **/
.sosial-media {
    text-align: center;
}
.sosial-media .vel-sosmed {
    display: inline-block;
    vertical-align: middle;
	margin: 5px;
}
.sosial-media i {
    font-size: 25px;
    width: 38px;
}

/** TAMBAHAN **/
.main-navigation ul.menu > li > a, .main-navigation ul.menu > li > a:link, .main-navigation ul.menu > li > a:visited {
    margin: 0px 0px 5px 0px;
}


#ScrollToTop {
    text-align: center;
    position: fixed;
    bottom: 10px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}
.site-kontak {
    z-index: 1;
    position: relative;
}
.kontak-frame {
    margin: 0px auto;
    position: relative;
text-align: center;
}
.kontak-frame .kontak {
    display: inline-block;
    position: relative;
    vertical-align: top;
padding: 10px;
}
.velframeslide .owl-prev {
    position: absolute;
    top: 45%;
    left: 0px;
    font-size: 30px;
    color: #fff;
}
.velframeslide .owl-next {
    position: absolute;
    top: 45%;
    right: 0px;
    font-size: 30px;
    color: #fff;
}
.velframeslide .owl-prev .fa, .velframeslide .owl-next .fa {
    background-color: rgba(0, 0, 0, 0.43);
    padding: 1px 10px;
}
.velframeslide .owl-prev .fa:hover, .velframeslide .owl-next .fa:hover {
    background-color: #000;
}
.aktesti img {
    text-align: center;
    margin: 0px auto;
}
.vel-testi-frame .vel-testi {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.velframeslide .vel-slide {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.wadah-header {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 3;
    padding: 0px;
    display: block;
}
.wadah-headerfixed {
position: relative;
}
.wadah-headerfixed .site-header {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
}
.sheet-content {
    padding-top: 160px;
}
.logo-footer1 {
    text-align: left;
    display: block;
    vertical-align: top;
    position: relative;
}
.logo-footer {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.logo-footer img {
   max-width: 170px;
object-fit: contain;
width: 100%;
}
.site-info {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 900px;
    line-height: 30px;
    text-align: left;
}
.site-branding2{
text-align: center;
padding: 5px;
background-color: #FFF;
}