/* -------------------------------
 Theme Name:   Divi child
 Template:     Divi
------------------------------- */

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE ------------ */

.container {
    width: 85%;
}

@media screen and (max-width: 980px) {
#main-content .container {
    padding-top: 30px;
}
}

.et_header_style_centered #main-header div#et-top-navigation {
    display: none;
}

.et_pb_post:first-child {
    padding-top: 0;
}

.et_pb_post h2 {
    margin-top: 15px;
}

#sidebar .et_pb_widget {
    margin-bottom: 40px !important;
    background: transparent;
    border: 2px solid #222222;
    padding: 20px 15px 30px;
}

#sidebar {
    text-align: center;
}

@media screen and (max-width: 980px) {
#sidebar {
    display: none;
}
}

@media (min-width: 981px) {
#main-content .container:before {
    background-color: #fff !important;
    content: unset;
}
}

@media (min-width: 981px) {
.et_right_sidebar #sidebar {
    padding-left: 0px;
}
}

@media (min-width: 981px) {
#left-area {
    width: 67%;
}
}

@media (min-width: 981px) {
#sidebar {
    width: 33%;
}
}

#main-content .container {
    border-top: 2px solid #000;
}

#main-header {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}

#et-secondary-menu {
    float: left;
}

.et_pb_post {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 2px solid #000;
}

.comment-form-author {
    padding-right: 2%;
}

.comment-form-author, .comment-form-email {
    float: left;
    width: 50%;
}

#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
    width: 100%;
}

.kerinci_author_img img {
    border-radius: 50%;
    max-width: 30%;
    box-shadow: none;
    margin-top: -50px;
    border: 3px solid #000;
}

#comment-wrap {
    padding-top: 30px;
}

#et-secondary-menu .et-social-icons {
    margin-right: 0px; 
}

.post-tags li {
    list-style: none;
    float: left;
    padding-left: 10px;
}

.entry-title {
    line-height: 1.2em;
}

.entry-title > a {
    line-height: 1.5em;
}

#footer-info1 {
    float: right;
    padding-bottom: 10px;
    color: #666;
    text-align: left;
}

#commentform input.error, #commentform textarea.error {
    background: #eee !important;
    border: unset !important;
    padding: 12px !important;
}

#comment-error {
    display: none !important;
}

/* MAIN TITLE BLOG */
.sbTiltle {
    background-color: #303131;
    padding-top: 12px;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 22px;
    margin-top: 35px;
}
.sbTiltle:before {
    background: #f68a1e;
    position: absolute;
    content: "";
    top: 0px;
    padding-right: 52px;
    height: 100%;
}
.sbTiltle h3 {
    font-size: 24px;
    color: #fff;
    margin-left: 72px;
    font-weight: 600;
}

/* LINK COLOR */
.oColor{
color:#f68a1e;
}

a.innerLink{
	color: #f68a1e;
	Text-decoration-line: underline;
	}
a.innerLink:hover {
	color: #e88018;
	Text-decoration-line: none;
	}