.elementor-56793 .elementor-element.elementor-element-6dfd8a7{--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-56793 .elementor-element.elementor-element-6dfd8a7.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-56793 .elementor-element.elementor-element-17e377c .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-56793 .elementor-element.elementor-element-42d85de .elementor-button{background-color:#EBEBEB00;font-family:"Inter", Sans-serif;font-size:12px;font-weight:400;fill:#1A1A1A;color:#1A1A1A;}.elementor-56793 .elementor-element.elementor-element-16c0f33{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-56793 .elementor-element.elementor-element-3c02312{--display:flex;}#wpr-popup-id-56793 .wpr-popup-container{width:650px;animation-duration:1s;}#wpr-popup-id-56793 .wpr-popup-container-inner{height:650px;align-items:flex-start;padding:32px 32px 32px 32px;border-radius:8px 8px 8px 8px;}#wpr-popup-id-56793 .wpr-template-popup-inner{justify-content:center;align-items:center;}#wpr-popup-id-56793{z-index:9999;}#wpr-popup-id-56793 .wpr-popup-overlay{display:block;}#wpr-popup-id-56793 .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-56793 .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{background-color:#333333;}#wpr-popup-id-56793 .ps > .ps__rail-y > .ps__thumb-y{background-color:#333333;}#wpr-popup-id-56793 .wpr-popup-close-btn:hover{color:#54595f;}#wpr-popup-id-56793 .wpr-popup-close-btn i{font-size:20px;line-height:35px;}#wpr-popup-id-56793 .wpr-popup-close-btn svg{width:20px;height:20px;line-height:35px;}@media(min-width:768px){.elementor-56793 .elementor-element.elementor-element-6dfd8a7{--width:100%;}.elementor-56793 .elementor-element.elementor-element-16c0f33{--content-width:93%;}}/* Start custom CSS for container, class: .elementor-element-6dfd8a7 */.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-a83ea4e */.checkboxes-container label {
  width: 60% !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a11dad *//* Estilização para as tags */
.tags-container {
    display: none; /* Inicialmente oculto */
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px; /* Espaçamento entre as tags */
    margin-left: 1px;
}

.tags-column {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 12px;
}

.tag {
    display: inline-flex; /* Usa inline-flex para que o container seja ajustado ao conteúdo */
    align-items: center;
    padding: 2px 4px; /* Ajusta o padding */
    border-radius: 2px;
    border: 1px solid var(--border-muted, #BEBEBE);
    color: #414141;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
    gap: 2px; /* Espaço entre o texto e o ícone */
    white-space: nowrap; /* Garante que o texto não quebre em várias linhas */
    overflow: hidden; /* Oculta qualquer conteúdo que transborde */
}

.tag img {
    width: 13px; /* Ajuste o tamanho do ícone conforme necessário */
    height: 13px;
}

.tag.selected img {
    display: none; /* Esconde o ícone de + quando a tag está selecionada */
}

.tag.selected {
    background-color: #4a4a4a; /* Cor de fundo cinza escuro quando a tag está selecionada */
    color: #FFF; /* Cor do texto branco para contraste */
}

.tag.selected img {
    display: none; /* Esconde o ícone de + quando a tag está selecionada */
}

.tags-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
}

.show-more-tags {
    background: none !important;
    border: none !important;
    color: #414141 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    font-weight: 400 !important;
}

.show-more-tags:hover {
    color: #000 !important;
}


.clear-tags {
    color: #929292 !important;
    text-align: center !important;
    font-family: "Helvetica Now Text", sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -0.12px !important;
    border: none !important;
    background: none !important;
    cursor: pointer !important;
    transition: none !important; /* Remove transições indesejadas */
}

.clear-tags:hover,
.clear-tags:active,
.clear-tags:focus {
    color: #929292 !important; /* Mantém a cor normal */
    text-decoration: none !important; /* Remove sublinhado */
    background-color: transparent !important; /* Remove fundo */
    transition: none !important; /* Remove transições no hover e active */
    outline: none !important; /* Remove bordas de foco */
    box-shadow: none !important; /* Remove qualquer sombra de foco */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e73a416 *//* Estilização para a sessão Date */
.date-container {
    display: none; /* Inicialmente oculto */
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 3px;
}

.date-range {
    display: flex;
    align-items: center;
    gap: 8px;
}

.date-range label {
    display: flex;
    align-items: center;
    color: #2D2D2D; /* Ajusta a cor do texto */
    font-family: "Helvetica Now Text", sans-serif; /* Define a família de fontes */
    font-size: 12px; /* Define o tamanho da fonte */
    font-style: normal; /* Mantém o estilo da fonte normal */
    font-weight: 500; /* Define o peso da fonte */
    letter-spacing: -0.12px; /* Ajusta o espaçamento entre letras */
}

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

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

.date-range input[type="checkbox"]:checked::after {
    content: "✓";
    font-size: 10px; /* Tamanho reduzido do ícone */
    font-weight: 600;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2); /* Centraliza e ajusta o tamanho para parecer menor */
}

/* Estilização padrão para o layout em telas maiores */
.date-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Ajuste de responsividade para telas menores que 520px */
@media (max-width: 520px) {
    .date-inputs {
        flex-direction: column; /* Empilha os campos verticalmente */
        gap: 16px; /* Aumenta o espaçamento entre os campos */
    }

    .date-inputs input {
        max-width: 212px; /* Limita a largura dos inputs a no máximo 212px */
        width: 100%; /* Garante que eles ocupem 100% do container até o máximo */
    }

    .line-separator {
        content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down"><line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline></svg>');
        width: 16px;
        height: auto;
        display: inline-block;
        margin: 0 auto;
        transform: rotate(0); /* Mantém a seta apontando para baixo */
    }

    .clear-dates {
        margin-top: 10px; /* Adiciona margem superior ao botão "Clear Dates" para separar dos campos */
    }
}

.date-inputs input {
    padding: 4px;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    font-size: 14px;
}

.clear-dates {
    color: #929292 !important;
    text-align: center !important;
    font-family: "Helvetica Now Text", sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16.8px !important; /* 140% */
    letter-spacing: -0.12px !important;
    background: none !important; /* Mantém o fundo transparente */
    border: none !important; /* Remove qualquer borda */
    cursor: pointer !important; /* Exibe o cursor de ponteiro */
    text-decoration: none !important; /* Remove o sublinhado */
}

.clear-dates:hover {
    color: #929292 !important; /* Mantém a cor do estado normal */
    text-decoration: none !important; /* Mantém o texto sem sublinhado */
    background-color: transparent !important; /* Nenhuma mudança de fundo */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6eb9d37 */.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: 16px; /* Tamanho da fonte do texto "Post Type" */
    font-weight: 600; /* 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-07ea96f *//* 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 */