/*
Theme Name: ALEXA
Author: Nicole
Version: 1.0
*/
.card-blog-1 .card-image,
.card-blog-1 .card-image.mb-20 {
  height: 100px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}

.card-blog-1 .card-image a {
  display: block !important;
  height: 100% !important;
}

.card-blog-1 .card-image img,
.card-blog-1 .card-image a img,
.card-blog-1 .card-image .attachment-large,
.card-blog-1 .card-image .size-large {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.card-list-posts .card-image img {
    HEIGHT: 200PX !important;
}

/* ===== SINGLE COMMENT FORM FIX ===== */
.comment-respond,
.comment-respond a,
.comment-form,
.comment-form p,
.comment-form label,
.logged-in-as,
.logged-in-as a,
.comment-notes,
.comment-notes a {
  color: #94a9c9;
}

.comment-form textarea,
.comment-form input {
  color: #94a9c9;
}

.comment-form textarea::placeholder,
.comment-form input::placeholder {
  color: #66789c;
}
/* ===== END SINGLE COMMENT FORM FIX ===== */
/* ===== SINGLE COMMENT FORM SPACING FIX ===== */

.box-form-comments .logged-in-as {
  margin-bottom: 20px;
  color: #94a9c9;
}

.box-form-comments .comment-form-comment {
  margin-bottom: 20px;
}

.box-form-comments textarea {
  min-height: 170px;
  padding: 22px;
}

.box-form-comments .form-submit {
  margin-top: 20px;
}

/* ===== END SINGLE COMMENT FORM SPACING FIX ===== */

/* ===== SIDEBAR POPULAR TAGS SPACING FIX ===== */

.sidebar-tags-box .head-sidebar {
  margin-bottom: 24px !important;
}

.sidebar-tags-box .head-sidebar .line-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 8px !important;
  display: inline-block;
  position: relative;
}

.sidebar-tags-box .head-sidebar .line-bottom::before,
.sidebar-tags-box .head-sidebar .line-bottom::after {
  bottom: 0 !important;
}

.sidebar-tags-box .content-sidebar {
  padding-top: 0 !important;
}

/* ===== END SIDEBAR POPULAR TAGS SPACING FIX ===== */