.iq-blog img {
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.iq-blog:hover img {
  transform: scale(1.1);
}

.iq-blog.blog-standard .iq-blog-meta ul li {
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.iq-blog.blog-standard .iq-blog-meta ul li a {
  color: #ba84ff;
}

.iq-blog.blog-standard .iq-blog-meta ul li a:hover {
  color: #333;
}

.iq-blog.blog-standard .iq-post-details p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.iq-blog.blog-column .blog-image {
  display: inherit;
}

.iq-blog.blog-overdeatails .iq-blog-meta a {
  color: #ba84ff;
}

.iq-blog.blog-overdeatails .iq-blog-meta a:hover {
  color: #333;
}

.iq-blog.blog-overdeatails .iq-post-details {
  width: calc(100% - 60px);
  background-color: #fff;
  margin: -100px 0 30px 30px;
  padding: 20px;
  z-index: 1;
}

.iq-blog.blog-overdeatails .iq-blog-meta ul li {
  font-size: 24px;
}

.iq-blog.image-hover .screen-reader-text {
  font-size: 0.875rem;
}

.iq-blog.image-hover .iq-blog-meta a {
  color: #ba84ff;
  text-decoration: none;
}

.iq-blog.image-hover .iq-blog-meta a:hover {
  color: #333;
}

.iq-blog.image-hover .iq-blog-cat {
  color: #ba84ff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
}

.iq-blog.image-hover .iq-blog-cat:hover {
  color: #333;
}

.iq-blog.blog-detail::before {
  width: 0;
  height: 4px;
  content: "";
  background: #333;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.iq-blog.blog-detail:hover::before {
  opacity: 1;
  width: 100%;
}

.iq-blog.blog-detail .iq-blog-meta li {
  padding-right: 1em;
  font-size: 24px;
}

.iq-blog.blog-detail .iq-blog-meta li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #dbdfe7;
  height: 0.313em;
  width: 0.313em;
  border-radius: 50%;
  transform: translateY(-50%);
}

.iq-blog.blog-detail .iq-blog-meta li:last-child::after {
  content: none;
}

.iq-blog.blog-detail .iq-blog-meta li span {
  padding: 0;
}

.iq-blog.blog-detail .iq-blog-meta li span:hover {
  color: #333;
}

.iq-blog.blog-detail .blogquote {
  padding: 2rem;
}

.iq-blog.blog-detail .blogquote::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #333;
  height: 50px;
  width: 0.313em;
  transform: translateY(-50%);
}

.iq-blog.blog-detail .quote-icon {
  font-size: 25px;
  color: #7093e533;
  bottom: 20px;
  right: 50px;
}

.iq-blog.blog-detail .fa-link {
  font-size: 50px;
}

.blogtag > li {
  color: #171c26;
}

.blogtag > li a {
  color: #ba84ff;
}

.blogtag > li a:hover {
  color: #333;
}

.blog-list .iq-blog {
  margin-bottom: 30px;
}

.widget ul li {
  border-bottom: 1px solid rgba(82, 95, 129, 0.09);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.widget ul li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget ul li a {
  color: #ba84ff;
}

.widget ul li a:hover {
  color: #333;
}

/*.widget .widget-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 45px;
  background: #333;
  height: 4px;
  display: inline-block;
}*/
.widget ul {
    padding-left: 0;
    list-style: none;
}

.widget_search input[type="search"] {
  color: #171c26;
  background: #fff;
  transition: all 0.5s ease-in-out;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
}

.widget_search .block-search_button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  background: #333;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  width: 54px;
  height: 54px;
}

.iq-widget-menu li img {
  width: 90px;
  height: 90px;
  min-width: 90px;
  object-fit: cover;
}

.iq-widget-menu .post-blog ul li a {
  font-size: 14px;
  color: #ba84ff;
}

.iq-widget-menu .post-blog ul li a:hover {
  color: #333;
}

.iq-widget-menu .post-blog .post-title {
  font-weight: 24px;
}

.widget_categories .archiveCount {
  border-radius: 50px;
  float: right;
  color: #fff;
  background: #ba84ff
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-top: 2px;
  font-size: 24px;
}

.widget_tags ul li a {
  background: #333;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  border-radius: 0;
  transition: all
}


.blog-title a {
    color: #5011a0;
	font-size: 24px;
}
header.entry-header h1 {
    font-size: 24px;
    color: #5011a0;
}
.entry-meta a {
    color: #ba84ff;
}
.widget-area nav ul li {
    border-bottom: 1px solid rgb(82 95 129 / 30%);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
button.btn.btn-secondary {
    background: #ba84ff;
    border: 1px solid #ba84ff;
}
.widget nav ul li a {
    color: #6e7990;
}
.widget-area .widget-title {
    font-size: 24px;
}
.widget-area nav ul li a {
    color: #6e7990;
}
.widget-area .widget_categories .archiveCount {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: right;
    color: #fff;
    background: var(--bs-secondary);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 2px;
    font-size: .875rem;
}
.widget-area .search-form input[type=search] {
    color: #171c26;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
}
.widget .search-form .block-search_button {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    background: var(--bs-primary);
    border: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 54px;
    height: 54px;
}