.elementor-80741 .elementor-element.elementor-element-5e58a0f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;}.elementor-80741 .elementor-element.elementor-element-5e58a0f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-80741 .elementor-element.elementor-element-c417a0d .elementor-heading-title{color:#171717;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-80741 .elementor-element.elementor-element-e0b58c6 .elementor-button{background-color:#EBEBEB00;font-family:"Inter", Sans-serif;font-size:12px;font-weight:400;fill:#1A1A1A;color:#1A1A1A;}.elementor-80741 .elementor-element.elementor-element-7e0fcf5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-80741 .elementor-element.elementor-element-74f067b{--display:flex;}#wpr-popup-id-80741 .wpr-popup-container{width:650px;animation-duration:1s;}#wpr-popup-id-80741 .wpr-popup-container-inner{height:650px;align-items:flex-start;padding:20px 20px 20px 20px;border-radius:8px 8px 8px 8px;}#wpr-popup-id-80741 .wpr-template-popup-inner{justify-content:center;align-items:center;}#wpr-popup-id-80741{z-index:9999;}#wpr-popup-id-80741 .wpr-popup-overlay{display:block;}#wpr-popup-id-80741 .wpr-popup-close-btn{display:block;top:10px;right:10px;color:#333333;width:35px;height:35px;border-style:none;border-radius:2px 2px 2px 2px;}#wpr-popup-id-80741 .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{background-color:#333333;}#wpr-popup-id-80741 .ps > .ps__rail-y > .ps__thumb-y{background-color:#333333;}#wpr-popup-id-80741 .wpr-popup-close-btn:hover{color:#54595f;}#wpr-popup-id-80741 .wpr-popup-close-btn i{font-size:20px;line-height:35px;}#wpr-popup-id-80741 .wpr-popup-close-btn svg{width:20px;height:20px;line-height:35px;}@media(min-width:768px){.elementor-80741 .elementor-element.elementor-element-5e58a0f{--width:100%;}.elementor-80741 .elementor-element.elementor-element-7e0fcf5{--content-width:93%;}}/* Start custom CSS for container, class: .elementor-element-5e58a0f */.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: baseline;
    align-self: stretch;
    width: 540px;
    margin-bottom: 32px;
}

.text-wrapper {
    text-align: left;
    font-size: 24px;
    color: #171717;
}

.clear-button {
    display: flex !important;
    justify-content: space-between !important;
    background: none !important;
    border: none !important;
    color: var(--content-primary, #171717) !important;
    font-size: 12px !important;
    cursor: pointer !important;
    text-decoration: none !important; /* Remove qualquer sublinhado */
    font-weight: 400 !important;
}


.clear-button:hover {
    text-decoration: none; /* Remove o efeito de sublinhado no hover */
    background: none; /* Remove qualquer cor de fundo ao passar o mouse */
    color: var(--content-primary, #171717); /* Mantém a cor do texto sem alterações no hover */
}

.wpr-popup-container-inner.ps > .ps__rail-y > .ps__thumb-y {
  display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a8167a */.checkboxes-container label {
  width: 100% !important;
}

/* Collapse para expertise, province e member-type (abertas por padrão) */
.expertise .post-dropdown-container,
.province .post-dropdown-container,
.member-type .post-dropdown-container {
  cursor: pointer;
  user-select: none;
}

.expertise .dropdown-icon img,
.province .dropdown-icon img,
.member-type .dropdown-icon img {
  transition: transform .2s ease;
}

/* ABERTO por padrão */
.expertise .checkboxes-container,
.province .checkboxes-container,
.member-type .checkboxes-container {
  display: flex;
}

.expertise .dropdown-icon img,
.province .dropdown-icon img,
.member-type .dropdown-icon img {
  transform: rotate(180deg);
}

/* FECHADO quando tiver .collapsed */
.expertise.collapsed .checkboxes-container,
.province.collapsed .checkboxes-container,
.member-type.collapsed .checkboxes-container {
  display: none;
}

.expertise.collapsed .dropdown-icon img,
.province.collapsed .dropdown-icon img,
.member-type.collapsed .dropdown-icon img {
  transform: rotate(0deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22fe328 */.post-type, .persona, .language, .tags, .date {
    width: 100%; /* Certifica-se de que o container ocupe toda a largura disponível */
    margin-bottom: 16px; /* Espaçamento inferior para separação do próximo elemento */
}

.post-dropdown-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    margin-bottom: 14px;
}

.post-type-icon img {
    width: 24px; /* Tamanho do ícone à esquerda */
    height: 24px;
    margin-right: 8px; /* Espaçamento entre o ícone e o texto */
}

.post-type-text {
    flex-grow: 1; /* Faz o texto ocupar o espaço restante entre os ícones */
    font-size: 20px; /* Tamanho da fonte do texto "Post Type" */
    font-weight: 700; /* Deixa o texto "Post Type" em negrito */
}

.dropdown-icon img {
    width: 20px; /* Tamanho do ícone do dropdown à direita */
    height: 20px;
    transition: transform 0.3s ease; /* Animação suave para rotação */
}

.post-dropdown-container.active .dropdown-icon img {
    transform: rotate(180deg); /* Altera a rotação para 180 graus quando o dropdown está aberto */
}

.checkboxes-container {
    display: none; /* Inicialmente oculto */
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    margin-left: 3px;
}

.checkbox-column {
    display: flex;
    flex-direction: column;
    gap: 8px; /* Espaço entre os checkboxes dentro de uma coluna */
    flex: 1; /* Faz as colunas ocuparem a mesma largura */
}

.checkboxes-container label {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #2D2D2D;
    margin-bottom: 8px;
}

.checkboxes-container input[type="checkbox"] {
    margin-right: 8px; /* Espaço entre o input e o texto da label */
    appearance: none;
    width: 24px;
    height: 24px;
    background-color: #FFF;
    border: 2px solid #CDB060;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.checkboxes-container input[type="checkbox"]:checked {
    background-color: #CDB060; /* Cor do input quando marcado */
}

.checkboxes-container input[type="checkbox"]:checked::after {
    content: "✓";
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    position: absolute;
    top: -5px;
    left: 1px;
}

/* Estilização para os radios */
.checkboxes-container input[type="radio"] {
    margin-right: 8px; /* Espaço entre o input e o texto da label */
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #414141;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.checkboxes-container input[type="radio"]:checked {
    border-color: #CDB060; /* Mantém a borda na cor de acento */
}

.checkboxes-container input[type="radio"]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: transparent; /* Transparente por padrão */
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

.checkboxes-container input[type="radio"]:checked::after {
    background-color: #CDB060; /* Cor do ponto central quando marcado */
}

.divider {
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background: var(--border-muted, #BEBEBE);
    margin: 20px 0; /* Espaçamento acima e abaixo do divisor */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49d9343 *//* Estilização para os botões Cancel e Apply Filters */
.date-buttons {
    display: flex;
    gap: 10px;
}

.cancel-button, .apply-filters-button {
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

.cancel-button {
    display: flex !important;
    padding: 12px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    border-radius: 2px !important;
    border: 1px solid #414141 !important;
    background: rgba(65, 65, 65, 0.00) !important;
    color: #2D2D2D !important;
    font-family: "Helvetica Now Text", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400; !important;
    letter-spacing: -0.14px !important;
}


.cancel-button:hover {
    background: #f0f0f0;
}

.apply-filters-button {
    display: flex !important;
    padding: 12px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;

    border-radius: 2px !important;
    background: #B99949;

    color: #F8F8F8 !important;

    font-family: "Helvetica Now Text", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -0.14px !important;
    border: none;
}

.apply-filters-button:hover {
    background: #91783b;
}

.date-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    padding-top: 16px; /* Ajuste conforme necessário para espaçamento */
}

[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
  color: #fff;
  background-color: #B99949;
  text-decoration: none;/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Thin.woff2') format('woff2'),
		url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Thin.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://cwc.ca/wp-content/uploads/2024/07/Inter-ExtraLight.woff2') format('woff2'),
		url('https://cwc.ca/wp-content/uploads/2024/07/Inter-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Light.woff2') format('woff2'),
		url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Light.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Regular.woff2') format('woff2'),
		url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Medium.woff2') format('woff2'),
		url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://cwc.ca/wp-content/uploads/2024/07/Inter-SemiBold.woff2') format('woff2'),
		url('https://cwc.ca/wp-content/uploads/2024/07/Inter-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Bold.woff2') format('woff2'),
		url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://cwc.ca/wp-content/uploads/2024/07/Inter-ExtraBold.woff2') format('woff2'),
		url('https://cwc.ca/wp-content/uploads/2024/07/Inter-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://cwc.ca/wp-content/uploads/2024/07/Inter-Black.woff2') format('woff2'),
		url('https://cwc.ca/wp-content/uploads/2024/07/Inter-ExtraBold-1.woff') format('woff');
}
/* End Custom Fonts CSS */