@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: normal;
  src: url("https://www.hotpink-salmon-110546.hostingersite.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot");
  src: url("https://www.hotpink-salmon-110546.hostingersite.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
  url("https://www.hotpink-salmon-110546.hostingersite.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), 
  url("https://www.hotpink-salmon-110546.hostingersite.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff") format("woff"), 
  url("https://www.hotpink-salmon-110546.hostingersite.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), 
  url("https://www.hotpink-salmon-110546.hostingersite.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

#forte-posts {
    display: flex;
}

#forte-posts .forte-filter {
    width: 30%;
    margin-right: 50px;
}

#forte-posts .forte-filter h2 {
    font-size: 20px;
    letter-spacing: normal;
}

#forte-posts .forte-filter h2 i {
    display: none;
}

#forte-posts .forte-content {
    width: 70%;
}

#forte-posts .forte-content .forte-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-top: 65px;
    min-height: 400px;
}

#forte-posts .forte-content .forte-container .forte-post {
    width: 32%;
    margin: 0 .6%;
}

#forte-posts .forte-content .forte-container .forte-post h2 {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
    letter-spacing: 0 !important;
}

.forte-nav .forte-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    
}

.forte-nav .forte-pagination ul li {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    color: black;
    width: 15px;
    text-align: center;
    margin-right: 15px;
}

.forte-nav .forte-pagination ul li.selected {
    border-bottom: black 1px solid;
}

.forte-dd-container {
    width: 100%;
    margin-bottom: 6px;
    clear:both;
    border-bottom: 2px solid #b1b1b1;
}

.forte-dd-container label, .forte-dd-reset {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
}

.forte-dd-titulo {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

/* .forte-dd-titulo.open {} */

.forte-dd-titulo span.toggle-icon:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content:"\f078";
}

.forte-dd-titulo.open span.toggle-icon:before {
    content:"\f077";
}

.forte-dd-titulo span.toggle-icon {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 18px;
}

.forte-dd-content {
    display: none;
    padding-bottom: 10px;
    overflow: auto;
}

.forte-dd-content ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.forte-dd-content ul li {
    margin: 0;
}

.forte-dd-content ul li label {
    margin: 0;
    padding: 0;
}

label input[type="radio"],
label input[type="checkbox"] {
    display: none !important;
}
label input[type="radio"] ~ span,
label input[type="checkbox"] ~ span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}
label input[type="radio"] ~ span:before,
label input[type="checkbox"] ~ span:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 2px;
    border: 2px solid #b1b1b1;
    left: 0;
    top: 7px;
    box-sizing: border-box;
    border-radius: 2px;
}
label input[type="radio"]:checked ~ span:before,
label input[type="checkbox"]:checked ~ span:before {
    content: '\2713';
    line-height: .9em;
    font-weight: bold;
    color: black;
    background: white;
    font-size: 12px;
    text-align: center;
}

.forte-filters-title span {
    display: none;
}

.forte-filters-tags {
    display: none;
}

@media (max-width: 520px) {
    #forte-posts {
        flex-direction: column;
    }

    #forte-posts .forte-content {
        width: 100%;
    }

    #forte-posts .forte-content .forte-container {
        padding-top: 30px;
    }

    #forte-posts .forte-content .forte-container .forte-post {
        width: 48%;
    }

    #forte-posts .forte-filter {
        width: 100%;
    }

    .forte-dd-content {
        display: block;
        margin-bottom: 0;
    }

    .forte-filter {
        position: relative;
    }

    .forte-filters .forte-dd-container {
        border: 0;
    }

    .forte-filters .forte-dd-container:first-of-type, .toggle-icon, .forte-dd-reset {
        display: none;
    }

    .forte-filter-container {
        position: absolute;
        background-color: #f2f2f2;
        padding: 10px 20px;
        width: 55%;
        display: none;
    }

    #forte-posts .forte-filter h2 {
        margin-bottom: 0;
        line-height: 2em;
    }

    .forte-nav .forte-pagination ul {
        align-content: center;
        justify-content: center;
    }

    .forte-filters-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .forte-filters-title::before,
    .forte-filters-tags::before {
        content: "";
        display: block;
        height: 2px;
        background-color: #b1b1b1;
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
    }

    .forte-filters-title span {
        display: inline-block;
        font-size: 16px;
        color: black;
    }

    .forte-filters-tags, .forte-filters-tags .forte-dd-reset {
        display: block;
        padding: 0;
        margin: 0;
    }


    .forte-filters-tags {
        position: relative;
        padding: 10px 0;
    }

    .forte-filters-tags span {
        font-size: 16px;
        color: black;
        margin-right: 10px;
    }

    #forte-posts .forte-filter h2 i {
        display: inline-block;
        transform: translate(0, 1px);
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
    }
}