/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/*Add your own styles here:*/
.social_media_hero > div {
  padding: 2px 23px;
  margin: 0 !important;
}
.social_media_hero > div:not(:last-child) {
  border-right: 1px solid white;
}
.social_media_hero > div a {
  color: var(--color-content-bg) !important;
  transition: all 0.3 ease;
}
.social_media_hero > div a:hover, .social_media_hero > div a:focus {
  color: var(--color-content-link);
}

.arrow_down_hero a {
  color: var(--color-content-bg) !important;
  transition: all 0.3 ease;
}
.arrow_down_hero a:hover, .arrow_down_hero a:focus {
  color: var(--color-content-link);
}

.hidden {
  display: none;
}

.pm_portfolio_filter {
  margin-bottom: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pm_portfolio_filter .w-filter-item-title, .pm_portfolio_filter .w-filter-item-reset {
  display: none !important;
}
.pm_portfolio_filter .w-filter-item-values {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.pm_portfolio_filter .w-filter-item-values .w-filter-item-value label .w-filter-item-value-label {
  position: relative;
}
.pm_portfolio_filter .w-filter-item-values .w-filter-item-value label .w-filter-item-value-label:after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 2px;
  left: 0;
  background-color: var(--color-content-link);
  width: 0px;
  transition: all 0.3s ease;
}
.pm_portfolio_filter .w-filter-item-values .w-filter-item-value label:hover .w-filter-item-value-label {
  color: var(--color-content-link) !important;
}
.pm_portfolio_filter .w-filter-item-values .w-filter-item-value label:hover .w-filter-item-value-label:after {
  width: 75%;
}
.pm_portfolio_filter .w-filter-item-values .w-filter-item-value label input {
  display: none;
}
.pm_portfolio_filter .w-filter-item-values .w-filter-item-value label input:checked + span {
  color: var(--color-content-link);
  position: relative;
}
.pm_portfolio_filter .w-filter-item-values .w-filter-item-value label input:checked + span:after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 2px;
  left: 0;
  background-color: var(--color-content-link);
  width: 75%;
}

.pagination_load_on_btn .g-loadmore {
  margin-top: 2rem;
}

.toggle-content {
  display: none;
}

.my-skillbar {
  margin-bottom: 28px;
}

.my-skillbar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.my-skillbar__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.my-skillbar__value {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.my-skillbar__track {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 5px;
  background-color: #ddd;
}

.my-skillbar__fill {
  width: 0;
  height: 100%;
  transition: width 0.15s linear;
  background-color: var(--color-content-link);
}

.portfolio_header .l-section-overlay {
  backdrop-filter: blur(5px);
}

.portfolio-like-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}

.portfolio-like-btn.is-liked {
  color: var(--color-content-link);
  border-color: var(--color-content-link);
}

.portfolio_details {
  display: flex !important;
  justify-content: center;
}

.portfolio-like-btn:hover, .portfolio-like-btn:focus {
  color: var(--color-content-link);
}

.w-sharing-list {
  gap: 3px;
}
.w-sharing-list a {
  line-height: initial;
  padding: 7px 11px;
  min-width: initial;
  background-color: var(--color-content-text) !important;
  transition: all 0.3s ease;
}
.w-sharing-list a:hover, .w-sharing-list a:focus {
  background-color: var(--color-content-link) !important;
}

.w-separator.align_left {
  margin-left: 0 !important;
}

.pagination_numbered nav.pagination .nav-links .page-numbers {
  border-radius: 0;
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  width: 35px;
}
.pagination_numbered nav.pagination .nav-links .page-numbers:not(.current):hover {
  color: white;
}/*# sourceMappingURL=style.css.map */