/*
Theme Name: webdesa
Theme URI: 
Author: -
Author URI: 
Description: -
Version: 1.0
*/

/*konten*/
.content-area .entry-content img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .navbar .navbar-nav > .nav-item > .nav-link {
        text-indent: 0;
        letter-spacing: 0;
    }
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
    padding: 10px;
    width: 100%;
}
.wpcf7-form-control-wrap textarea {
    max-height: 130px;
}
.wpcf7 label {
    width: 100%;
}
.wpcf7-form p {
    margin-bottom: 0;
}
@media screen and (max-width:767px){
    input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }
}
.wpcf7-recaptcha {
    padding: 0 15px;
    margin-bottom: 15px;
}
/*Agenda*/
#eventCalendar {
   padding-top: 1.5rem;
}

/*Comment form
--------------------------------------------*/
.comment-form textarea {
    width: 100%;
    line-height: 1.5;
    padding: 10px 12px;
}
.comment-form input {
    padding: 10px 12px;
}
@media screen and (min-width: 769px){
    .comment-form-author{
        width: 50%;
        float: left;
        padding-right: 20px;
    }
    .comment-form-email {
        width: 50%;
        float: left;
    }
    input#author,
    input#email {
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    input#author,
    input#email,
    input#submit {
        width: 100%;
    }
}
.comment-respond #cancel-comment-reply-link {
    background-color: #002946;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 50px;
    text-decoration: none;
    position: absolute;
    right: 0;
}
.comment-reply-title {
    position: relative;
}
.comment-form .logged-in-as a {
    background-color: #002946;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 50px;
    text-decoration: none;
}
/*------------------------------------------*/

/*comment list
--------------------------------------------*/
/*.jml-comment{font-family: roboto !important}*/
.jml-comment:after {
    font-family: fontawesome;
    content: '\f0e6';
    padding-left: 10px;
}
.comment-list ul.children {
    list-style: none;
}
ol.comment-list {
    list-style: none;
    padding: 0;
}
.comment-list li .comment-header {
    background-color: #002946;
    padding: 10px;
}
.comment-list .avatar {
    background: #fff;
    float: left;
    margin: 0 10px 0 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    height: 53px;
    width: 53px;
}
.comment-content {
    padding: 10px 20px 45px;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 1.5em !important;
    background-color: #d9edff;
}
.comment-list li .fn {
    font-size: 17px;
    display: inline-block;
    margin: 6px 0 0;
    color: #fff;
    font-style: normal;
    font-weight: 700;
}
.comment-list li .reply {
    position: absolute;
    margin: -45px 0 0 10px;
    padding: 5px 10px;
}
.comment-list li ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-list li .commentmetadata a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}
.comment-list .reply a:hover {
    color: #000;
}
.comment-list .reply a {
    font-size: 14px;
    text-decoration: none;
    color: #5a5a5a;
    opacity: 0.6;
}
.comment-list .reply a:before {
    content: '\f112';
    font-family: fontawesome;
    padding-right: 10px;
}
.comment-list li .commentmetadata .comment-edit-link {
    background-color: #ffeed4;
    padding: 3px 6px;
    font-size: 13px;
    margin-left: 5px;
    border-radius: 50px;
    color: #000;
}
.comment-list li.comment {
    margin-bottom: 20px;
}

/*TAMBAHAN
-----------------------------------*/
.site-headers::before {
    content: "";
    display: block;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.site-headers .navbar.not-stick {
    padding-top: 0.5rem;
    background-color: #dd3333 !important;
}
.site-headers .site-desc {
    color: #000 !important;
    font-weight: 600;
}
@media screen and (min-width: 1200px){
    .site-headers .navbar .navbar-nav > .nav-item.current-menu-item > .nav-link{
        background-color: #ffffff !important;
    }
    .site-headers .navbar .navbar-nav > .nav-item.current-menu-item > .nav-link{
        color: #dd3333 !important;
    }
}
.list-meta .meta-item {
    color: #000 !important;
}
.list-meta .meta-item a {
    color: #000 !important;
}