/*!
Theme Name: Banizzo
Theme URI: https://themeforest.net/item/banizzo-digital-agency-wordpress-theme/48801222
Author: CodeXup
Author URI: https://codexup.com/
Description: Banizzo is a lightweight, clean and minimal agency theme perfect for a digital agency, creative agency, startup agency, agency, blog and many more. It is fully responsive and browser compatibility. It is a simple, easy-to-use, modern and creative, user-friendly WordPress theme. The codes included in the theme are made SEO-friendly so that people can easily notice you and you get more visitors. The clean and secure HTML codes of this theme make your website function smoothly on several platforms and as these are optimized codes, your website will have a faster page load time to load quickly.
Version: 1.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: banizzo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

banizzo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

figure {
  margin: 0;
}

.bypostauthor {
  padding: 0;
  margin: 0;
}

.about__left .shape {
  position: absolute;
  top: 65px;
  left: 48%;
  border: none !important;
}

.about__left img {
  border: 10px solid var(--white) !important;
}

.list-check li i {
  width: 25px;
  height: 25px;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  border: 1px solid var(--primary);
  border-radius: 100px;
  color: var(--primary);
  text-align: center;
  line-height: 25px;
}

.list-check li::before {
  display: none;
}

.header__social-2 li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about__left-2.plus-hide::after {
  display: none;
}

/* Text Icon */
.contact__item .icon {
  display: inline-flex;
}

/* list */
.list-check.one-col {
  grid-template-columns: 1fr;
}

.brand__list .swiper-wrapper {
  transition-timing-function: linear;
}

.brand__list .swiper-slide {
  width: auto !important;
}


.banizzo-widget:last-child {
  border-bottom: 0;
}


/* Blog */
.banizzo-widget .wp-block-heading,
.banizzo-widget .widget-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black-3);
  padding-bottom: 40px;
  text-transform: capitalize;
}

.wp-block-latest-posts__post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--black-3);
  padding-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banizzo-widget .wp-block-latest-posts {
  display: grid;
  gap: 30px;
}

.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}

.wp-block-archives li a {
  color: var(--black-3);
  margin-bottom: 5px;
  display: inline-block;
}

.wp-block-archives li a:hover {
  color: var(--primary);
}

.wp-block-categories li {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}

.wp-block-categories li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--black-3);
  position: relative;
}

.wp-block-categories li a::before {
  position: absolute;
  content: "\f054";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  opacity: 0;
  transition: all 0.3s;
  font-size: 14px;
}

.wp-block-categories li a:hover {
  padding-left: 15px;
  color: var(--primary);
}

.wp-block-categories li a:hover::before {
  opacity: 1;
}

.widget_tag_cloud a,
.wp-block-tag-cloud a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 22px;
  color: var(--gray);
  padding: 5px 10px 3px;
  border: 1px solid var(--white-3);
  text-transform: capitalize;
  margin-bottom: 5px;
}

.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

/* Search */
.widget_search label {
  display: none;
}

.widget_search button {
  color: var(--white);
  padding: 15px 20px;
  background-color: var(--primary);
  border-radius: 0 3px 3px 0;
  margin: 0;
  border: none;
}

.widget_search .wp-block-search__input {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #989898;
  outline: none;
  padding: 15px;
  border-radius: 3px 0 0 3px;
  background-color: #f6f6f6;
}

/* sidebar */
.sidebar-none .blog__sidebar {
  display: none;
}

.blog__inner-3.sidebar-none {
  grid-template-columns: 1fr;
  max-width: 760px;
}

/* Blog element */
.blog__items,
.team__items,
.service__items {
  display: grid;
}



@media (min-width: 1024px) and (max-width: 1365px) {
  .elementor-91 .elementor-element.elementor-element-65adac8 .about__left-2::after {
    top: 140px !important;
    right: 65px !important;
  }
}