  .custom-angle-left,
.custom-angle-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-angle-left::before,
.custom-angle-right::before {
    content: "\2303";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 35px;
}

.custom-angle-left::before {
    transform: rotate(270deg);
    margin-right: -10px;
}

.custom-angle-right::before {
    transform: rotate(90deg);
    margin-left: -10px;
}

.custom-angle-planswell {
    color: #16a55a;
}

.blog-post-page .svg-facebook::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/facebook.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(48%) sepia(21%) saturate(1528%) hue-rotate(96deg) brightness(101%) contrast(92%);
    transform: scale(.6);
    background-size: contain;
}

footer .svg-facebook::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/facebook.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(100%);
    transform: scale(.6);
    background-size: contain;
}

.blog-post-page .svg-twitter::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/twitter.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(48%) sepia(21%) saturate(1528%) hue-rotate(96deg) brightness(101%) contrast(92%);
    transform: scale(.6);
    background-size: contain;
}

footer .svg-twitter::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/twitter.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(100%);
    transform: scale(.6);
    background-size: contain;
}

.blog-post-page .svg-instagram::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/instagram.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(48%) sepia(21%) saturate(1528%) hue-rotate(96deg) brightness(101%) contrast(92%);
    transform: scale(.6);
    background-size: contain;
}

footer .svg-instagram::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/instagram.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(100%);
    transform: scale(.6);
    background-size: contain;
}

.blog-post-page .svg-linkedin::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/linkedin.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(48%) sepia(21%) saturate(1528%) hue-rotate(96deg) brightness(101%) contrast(92%);
    transform: scale(.6);
    background-size: contain;
}

footer .svg-linkedin::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/linkedin.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(100%);
    transform: scale(.6);
    background-size: contain;
}

.blog-post-page .svg-youtube::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/youtube.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(48%) sepia(21%) saturate(1528%) hue-rotate(96deg) brightness(101%) contrast(92%);
    transform: scale(.6);
    background-size: contain;
}

footer .svg-youtube::before {
    content: "";
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/youtube.svg");
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(100%);
    transform: scale(.6);
    background-size: contain;
}

.custom-icon-star::before {
    content: "\2605";
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.3);
}

.custom-planswell-checkmark {
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/planswellCheck.svg");
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.svg-close {
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/close.svg");
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.svg-close-white {
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/close-black.svg");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    filter: invert(100%);
}

.svg-file {
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/file.svg");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.svg-volume {
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/volume.svg");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.custom-arrow-right::before {
    content: "\27a4";
}

.custom-arrow-left::before {
    content: "\27a4";
    display: inline-block;
    transform: rotate(180deg);
}

.svg-search-white {
    background-image: url("/wp-content/themes/planswell/includes/images/svg-icons/search.svg");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    filter: invert(100%);
}
