 /**
 * ----------------------------------------
 * Blog Comments
 * ----------------------------------------
 */
 
h2#comments,
h3#reply-title {
    padding-bottom: 0;
}

h2#comments {
    margin-bottom: 25px;
}





.comment #respond {
    margin-bottom: 25px;
}




@media (min-width: 700px) {
    p.comment-form-author,
    p.comment-form-email,
    p.comment-form-url {
        width: 32%;
        float: left;
    }

    p.comment-form-author,
    p.comment-form-email {
        margin-right: 2%;
    }

    p.comment-form-author input,
    p.comment-form-email input,
    p.comment-form-url input {
        width: 100% !important;
        display: block;
    }
}


 /**
 * ----------------------------------------
 * Blog archive
 * ----------------------------------------
 */
 
 /* Sidebar */
 .dr-blog-1 article {
  overflow: hidden !important;
}

/* Titles */
h4.widgettitle,
.widget_block h4 {
  font-size: 22px;
}

h4.widgettitle {
  margin-bottom: 15px;
}

/* Links */

.dr-blog-sidebar .widget_recent_entries ul li a,
.dr-blog-sidebar .widget_categories a:hover {
  font-weight: bold;
}


.dr-blog-sidebar .widget_recent_entries ul li span.post-date,
.dr-blog-sidebar .widget_recent_comments li time {
  display: block;
  font-size: 14px;
}

.dr-blog-sidebar .wp-block-categories .current-cat > a {
  font-weight: bold;
}

.dr-blog-sidebar .widget_recent_comments ol li {
  list-style-type: none;
}

.dr-blog-sidebar .span.post-date {
  opacity: .6;
}


 /**
 * ----------------------------------------
 * Blog template 1
 * ----------------------------------------
 */
 
 /* Categories */
 .dr-blog-content .dr-blog-categories .et_pb_text_inner a {
	 padding: 8px;
	 -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
 }
 
 /* Next previous navigation */
 .dr-blog-content .et_pb_posts_nav span.nav-previous a, .dr-blog-content .et_pb_posts_nav span.nav-next a {
	 padding: 10px !important;
	 padding: 8px;
	 -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
 }