/* Theme Name: Hello Elementor Child Theme URI: http://yourwebsite.com/hello-child/ Description: Child theme for the Hello Elementor theme Author: Your Name Author URI: http://yourwebsite.com Template: hello-elementor Version: 1.0.0 */
/* Add your custom styles below */
/*-------------------------------------------------------------- ## category-catalog --------------------------------------------------------------*/
body {
    margin: 0;
}

.resources-header {
    font-weight: bold;
    text-align: center;
    position: relative;
    font-size: 2.5rem;
}

.resources-header:after,
.mobile-resources-button:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0b0';
    font-size: 1.5rem;
    position: relative;
    left: -0.5rem;
    top: -0.2rem;
}

.mobile-resources-button:after {
    top: 0;
}

.home .resources-header {
    margin: 3rem 0;
}

@media (min-width: 676px) {
    .home .tag-group-list {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        padding: 0;
    }

    .home .tag-group-wrapper {
        flex-basis: 50%;
        position: relative;
        margin-bottom: 1rem;
    }

    .home .tag-group-wrapper + .tag-group-wrapper::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: -18%;
        border-left: 2px dotted #BEBEBE;
    }
}

@media (min-width: 1400px) {
    .home .tag-group-wrapper {
        flex: 1 1 auto;
    }
}

.home .tag-group-list {
    padding: 0 2rem;
}

.tag-group-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clear-selection {
    margin: 0 0 1rem;
    display: inline-block;
}

.tag-item {
    unicode-bidi: embed;
    margin-bottom: 0.6rem;
}

.category-tool-box .tag-item,
.tag .tag-item {
    display: flex;
    align-items: center;
}
.category-tool-box .chosen-tags-title,
.tag .chosen-tags-title,
.chosen-tags-item,
.tag-item,
.chosen-tags-title,
.tag-group-name.tag-group-name {
    font-size: 1.25rem;
}

@media (max-width: 960px) {
    .chosen-tags-item,
    .tag-item,
    .chosen-tags-title,
    .tag-group-name.tag-group-name,
    a.motnet-removal-link.motnet-removal-link {
        font-size: 1rem;
    }

}

.chosen-tags-item {
    display: grid;
    grid-template-columns: auto max-content;
    grid-template-areas: "chapter page";
    align-items: end;
    gap: 0 1ch;
    margin-bottom: 1rem;
}

.tag-item label {
    line-height: inherit;
}

.chosen-tags-item a, .chosen-tags-item a:hover, .chosen-tags-item a:visited,
body:not(.home) .tag-group-list a, body:not(.home) .tag-group-wrapper .tag-list a {
    color: #8E14CB;
}

.chosen-tags-item-text {
    grid-area: chapter;
    position: relative;
    overflow: hidden;
}

.chosen-tags-item-text::after {
    position: absolute;
    padding-right: 0.25ch;
    content: " . . . . . . . . . " " . . . . . . . . . " " . . . . . . . . . ";
    text-align: left;
}

.motnet-removal-link {
    grid-area: page;
}


.tag-item input[type="checkbox"] {
    appearance: none;
    border: 1px solid;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.tag-item input[type="checkbox"]:checked {
    background-color: #000000;
}

.tag-item input[type="checkbox"]:checked:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 0.8rem;
    display: inline-block;
    width: 1.1rem;
    height: 0.9rem;
    color: #fff;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
}

.tag-item a {
    color: inherit;
}

.tag-item span {
    unicode-bidi: embed;
}

.home .tag-item a {
    text-decoration: revert;
}

.home .tag-item a:hover {
    text-decoration: none;
}

@media (max-width: 430px) {
    .mobile-resources-button {
        font-size: 1.8rem;
        font-weight: bold;
        padding: 2rem 4.5rem 2rem 1.5rem;
        position: relative;
        cursor: pointer;
        border-bottom: 1px dotted;
        margin: 0 2rem;
    }

    .mobile-resources-button:before {
        font-family: "Font Awesome 5 Free";
        content: '\f077';
        color: #8E14CB;
        position: absolute;
        width: 0;
        height: 0;
        right: 2rem;
    }

    .mobile-resources-button.tag-list-closed:before {
        content: '\f078';
    }
}

@media (min-width: 431px) {
    .mobile-resources-button {
        display: none;
    }
}

.tag-filter-insctructions {
    font-size: 1.75rem;
    font-weight: bold;
    padding: 2rem;
    /* margin-bottom: 4rem; */
    position: relative;
    line-height: 1.2;
}

.chosen-tags-list {
    list-style: none;
    padding: 0;
}

.chosen-tags, .tag-group-list {
    padding: 0 2rem;
}

.tag-group-name {
    margin-top: 0;
    margin-bottom: 0.6rem;
}

.category-tool-box .chosen-tags,
.category-tool-box .tag-group-wrapper:not(:last-child),
.tag .chosen-tags,
.tag .tag-group-wrapper:not(:last-child),
.tag-filter-insctructions {
    position: relative;
}

.category-tool-box .chosen-tags::after,
.category-tool-box .tag-group-wrapper:not(:last-child)::after,
.tag .chosen-tags::after,
.tag .tag-group-wrapper:not(:last-child)::after,
.tag-filter-insctructions::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px dotted #bebebe;
    bottom: 0px;
    position: absolute;
}

.category-tool-box .chosen-tags::after,
.tag .chosen-tags::after,
.tag-filter-insctructions::after {
    width: 85%;
}

.category-tool-box .chosen-tags,
.tag .chosen-tags {
    padding: 1rem 2rem 2rem;
}

.category-tool-box .tag-group-wrapper,
.tag .tag-group-wrapper {
    padding: 1rem 0 2rem 0;
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

@media (max-width: 430px) ,
(min-width: 770px) and (max-width: 960px) {
    .resources-header,
    .tag-filter-insctructions {
        font-size: 1.375rem;
    }

    .home .resources-header {
        margin-bottom: 0;
    }

    .home .tag-group-name.tag-list-closed {
        margin-bottom: 0;
    }

    .category-tool-box .chosen-tags-title,
    .tag .chosen-tags-title,
    .tag-group-name.tag-group-name {
        font-size: 1.375rem;
    }

    .home .tag-group-name,
    .home .tag-list {
        padding-right: 2rem;
        position: relative;
    }

    .home .tag-group-name:before {
        font-family: "Font Awesome 5 Free";
        content: '\f077';
        color: #8E14CB;
        font-size: 1.5rem;
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        right: -0.4rem;
    }

    .home .tag-list-closed:before {
        content: '\f078';
    }

    .home .tag-group-wrapper {
        padding: 2rem 0;
        border-bottom: 2px dotted #bebebe;
    }

    .home .tag-group-wrapper:last-child {
        border: none;
    }

    .home .tag-group-wrapper:last-child {
        margin-bottom: 0;
    }
}

/* Our Partners - home page */

.ninja {
    width: auto !important;

}

.ninja .elementor-widget-container {
    border-radius: 2px;
}

.ninja {
    animation: myAnim 5s linear 1s infinite;
}

.ninja {
    transform-origin: center;
    display: inline-block;
}

@keyframes myAnim {
    100% {
        transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
    0% {
        transform: rotate(0deg) translateX(10px) rotate(0deg);
    }
}

.ninja2 {
    animation: myAnim 5s linear 5s infinite;
}


