/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.width-100 {
	width: 100% !important;
}

.header-logo {
	width: 200px !important;
}

.check-list::before {
	content: url('./assets/check.svg');
	margin-left: 8px;
	width: 32px;
	height: 32px;
}

.shield-list::before {
	content: url('./assets/shield.svg');
	margin-left: 8px;
	width: 32px;
	height: 32px;
}

.clock-list::before {
	content: url('./assets/clock.svg');
	margin-left: 8px;
	width: 32px;
	height: 32px;
}

.user-list::before {
	content: url('./assets/user.svg');
	margin-left: 8px;
	width: 24px;
	height: auto;
}

.circle-check-list::before {
	content: url('./assets/circle-check.svg');
	margin-left: 8px;
	width: 32px;
	height: 32px;
}

/* CONTACT FORM */
.wpcf7-form .fusion-layout-column {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* REFERENZEN - SWIPER & FILTER */
.referenzen-swiper > .awb-swiper > .swiper-wrapper {
	padding: 0px !important;
}

.project-card--hidden {
  display: none !important;
}

[data-filter].active {
  --button_accent_color: var(--awb-color6) !important;
  --button_border_color: var(--awb-color1) !important;
  --button_gradient_top_color: var(--awb-color1) !important;
  --button_gradient_bottom_color: var(--awb-color1) !important;
}

/* JOB LIST */
.info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.info-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 18px;

    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    border-radius: 999px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #252525;
}

.info-pill i {
    color: #d52b2b;
    font-size: 16px;
    flex-shrink: 0;
}
