
body, h1, h2, h3, h4, h5, h6, a{
	color: #555555!important;
}
a:hover {
	color: #ac5726!important;
}

/*header komponen*/

.site-header ,
.site-header.header-type-4 .navbar,
.site-header.header-type-5 .navbar-header {
	background-color:#e3e3e3;
}



.site-header .site-branding .site-branding-text {
	color: #555555;
}

.site-header.header-type-1 .site-menu,
.site-header.header-type-2 .site-menu {
	border-top: 1px solid #c9c9c9;
	
}

/* Navbar */
.navbar-default .navbar-nav > li > a {
	color:#757a77;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #757a77;
	border-color: #ac5726;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #757a77;
	border-bottom: 2px solid #ac5726;
}

.dropdown-menu > li > a:hover {
	background-color: #ac5726;
	color: #ffffff !important;
}



/* Site Content */
.site-content {
	background-color: #c9c9c9;
}

.thumbnail,
.site-content .single-type-2 .content-single,
.site-content .single-type-1 .content-single .top-content,
.author-info,
.panel-body,
.site-content .attachment-page .content-single {
	background-color:#f5f3f3!important;
}


.site-content .content-card .hentry .entry-title a {
	color: #555555;
	
}
.site-content .content-card .hentry .entry-content {
	color: #676666;
}


.site-content .content-card .hentry .more-link {
	color: #676666;
	background-color: #f5f3f3;
}

.site-content .content-card .hentry .more-link:hover,
.site-content .content-card .hentry .more-link:active {
	background-color: #ac5726;
	color: #ffffff !important;
	border-color: #ac5726;
}

.comments-area .comment-author .fn a {
	color: #ac5726;
}

.site-content .content-card .hentry .entry-author a {
	color: #969696;
}
.site-content .content-single .hentry .entry-content ul li::before {
	background-color: #ac5726;
}

.site-content .content-single .hentry .entry-content ol li::before {
	color: #ac5726;
}


/*single post*/
.site-content .single-type-1 .content-single .top-content {
	background-color: #ffffff;
}

.breadcrumb a {
	color: #555555;
}

.breadcrumb > li + li::before {
	background-color: #ac5726;
}

.site-content .content-single .hentry .entry-title {
	color: #141414;
	
}

.panel-default > .panel-heading .icon {
	color: #ac5726;
}



/*pagination*/
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current
 {
	background-color: #ac5726;
	color: #ffffff !important;
}

.pagination .nav-links .page-numbers.next,
.pagination .nav-links .page-numbers.prev {
	color:  #ac5726;
}

/*sidebar*/

.sidebar .widget,
.attachment .widget {
	background-color: #f5f3f3;
	
}

.sidebar .widget .widget-title,
.attachment .widget .widget-title {
	color: #ffffff;
	background-color: #7d4627;
}


.sidebar .widget a {
	color: #555555;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
	background-color:#c9c9c9;
}

.sidebar .widget.widget_categories ul li a,
.sidebar .widget.widget_categories ul li .count {
	color: #555555;
}

.sidebar .widget.widget_recent_entries ul li::before {
	background-color: #ac5726;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
	color: #555555 !important;
	background-color: #ac5726;
}



/*button*/
.btn-orange { 
	color: #ffffff; 
	background-color: #ac5726; 
	
} 
 
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
	color: #ffffff !important; 
	background-color: #241208; 
	
} 
 

/*comment*/
.comments-area .reply a {
	color: #ac5726;
}
.comments-area .comment-body {
	color:#555555;
	background-color: #e3e3e3;
	border: 1px solid #f1f3f5;
}

comments-area .comment-content {
	colorr:#e3e3e3;
}

.comment-respond textarea:focus,
.comment-respond textarea:active {
	border: 1px solid #ac5726;
}

.comment-respond textarea:focus,
.comment-respond input[type="text"]:focus,
.comment-respond textarea:active,
.comment-respond input[type="text"]:active,
.form-control:focus,
.form-control:active {
	border-bottom: 1px solid #ac5726;
}



/*footer color*/

.site-footer,
.site-footer a,
.site-footer .footer-type-1 .widget ul.social-media li a,
.site-footer .footer-type-3 .footer-top a,
.site-footer .footer-type-1 .widget ul.social-media li a:hover {
	color: #cacaca;
}

.site-footer .footer-type-3 .footer-top-menu ul.menu li::after {
	background-color: #cacaca;
}
.site-footer .footer-bottom {
	background-color: #59321c;
	border-top: 1px solid #5b5b5b;
}

.site-footer .footer-type-1 .widget ul.social-media li a:hover {
	background-color: #000000;
}
.site-footer .footer-type-1 .footer-top,
.site-footer .footer-type-3 .footer-top {
	background-color: #59321c;
}
