/**
* Theme Name: Lore Child
* Theme URI: http://preview.lsvr.sk/lore
* Description: Lore Child Theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: lore
* Version: 2.0.0
*/

/* Add your CSS here */

/* -------------------------------------------------------------------------
        CUSTOM SHIT
		Includes site tagline font corrections, colour scheme,
    ------------------------------------------------------------------------- */
.header-title {
    font-size: 1.25em;
}
p.header-tagline {
    font-style: normal !important;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 1em;
}

.header-menu__item-link--level-0 {
    text-transform: none;
    letter-spacing: 0;
}

.menu,
.page_item a,
.menu-item a {
    font-size: 1em;
}

/* ----------------------------------------------------------------------------- TABLE OF CONTENTS 1. General 2. Components 3. Header 4. Core 5. Sidebar 6. Footer 7. Elements 8. Other 9. Responsive ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- 1. GENERAL ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- COLORS -------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- MIXINS -------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- TYPOGRAPHY ------------------------------------------------------------------------- */
body {
    color: #000;
    background-color: #fafbfd !important;
}
a {
    color: #1345ac;
}
abbr {
    border-color: #000;
}
button {
    color: #1345ac;
}
code {
    border-color: #f5f5f5;
}
pre {
    color: #1345ac;
    background-color: #fafafa;
}
h1,
h2,
h3,
h4,
h5 {
    color: #1345ac;
}
h6 {
    color: #1345ac;
}
dt {
    color: #333;
}
/* ------------------------------------------------------------------------- FORMS ------------------------------------------------------------------------- */
label {
    color: #1345ac;
}
input,
select,
textarea {
    color: #000;
    background-color: #f5f5f5;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    font-style: normal !important;
}
/* ------------------------------------------------------------------------- WORDPRESS ------------------------------------------------------------------------- */
.wp-block-separator {
    border-color: #f5f5f5;
}
.wp-block-quote {
    border-color: #f5f5f5;
}
.wp-block-quote cite {
    color: #eee;
}
.wp-block-table.is-style-regular td {
    border-color: #f5f5f5;
}
.wp-block-table.is-style-stripes tr:nth-child(2n + 1) {
    background-color: #fafafa;
}
.wp-block-table.is-style-stripes {
    border-bottom-color: #f5f5f5;
}
/* ----------------------------------------------------------------------------- 2. COMPONENTS ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- ALERT MESSAGE ------------------------------------------------------------------------- */
.c-alert-message {
    color: #1345ac;
    background-color: #dce3f3;
}
.c-alert-message--success {
    color: #75dd7d;
    background-color: #e3f8e5;
}
/* ------------------------------------------------------------------------- BUTTON ------------------------------------------------------------------------- */
.c-button {
    color: #fff;
    background-color: #1345ac;
    text-transform: none;
    letter-spacing: 0;
}
.c-button:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.15);
}
.c-button:active {
    box-shadow: none;
}
/* ------------------------------------------------------------------------- POST RATING ------------------------------------------------------------------------- */
.c-post-rating__likes,
.c-post-rating__sum--positive {
    color: #1345ac;
}
.c-post-rating__dislikes,
.c-post-rating__sum--negative {
    color: #eee;
}
/* ------------------------------------------------------------------------- SEARCH FORM ------------------------------------------------------------------------- */
.c-search-form__button {
    color: #1345ac;
}
/* ------------------------------------------------------------------------- SPINNER ------------------------------------------------------------------------- */
.c-spinner {
    background-color: #eee;
}
/* ----------------------------------------------------------------------------- 3. HEADER ----------------------------------------------------------------------------- */
#header {
    color: #fff;
    background: #1345ac; /* Old browsers */
    background: -moz-linear-gradient(left, #1345ac 0%, #2769ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1345ac 0%, #2769ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #1345ac 0%,
        #2769ee 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.header__overlay {
    background: #1345ac; /* Old browsers */
    background: -moz-linear-gradient(left, #1345ac 0%, #2769ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1345ac 0%, #2769ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #1345ac 0%,
        #2769ee 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* ------------------------------------------------------------------------- HEADER NAVBAR ------------------------------------------------------------------------- */
.header-navbar {
    background-color: transparent;
}
.header-navbar--scrolled {
    background-color: #333;
}
.header-title__link {
    box-shadow: 0 0 0 0 #fff;
    color: #fff;
}
.header-title__link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.header-title__link:active {
    box-shadow: 0 0 0 0 #fff;
}
.header-menu__item-toggle {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}
.header-menu__item-link--level-0 {
    color: #fff;
}
.current-menu-ancestor > .header-menu__item-link--level-0,
.current-menu-parent > .header-menu__item-link--level-0,
.current-menu-item > .header-menu__item-link--level-0 {
    border-color: #fff;
}
.header-menu__item--hover .header-menu__item-link--level-0,
.header-menu__item-link--level-0:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0);
}
.header-menu__item--dropdown .header-menu__submenu--level-0:before {
    border-bottom-color: #000;
}
.header-menu__item--dropdown .header-menu__submenu .header-menu__item {
    color: #fff;
    background-color: #000;
    border-color: rgba(255, 255, 255, 0.05);
}
.header-menu__item--dropdown .header-menu__submenu .header-menu__item-link {
    color: #fff;
}
.header-menu__item--dropdown .header-menu__submenu .header-menu__item-link:hover {
    background-color: #1345ac;
}
.header-menu__item--megamenu .header-menu__submenu--level-0 {
    color: #fff;
    background-color: #000;
}
.header-menu__item--megamenu .header-menu__submenu .header-menu__item-link {
    box-shadow: 0 0 0 0 #fff;
    color: #fff;
}
.header-menu__item--megamenu .header-menu__submenu .header-menu__item-link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.header-menu__item--megamenu .header-menu__submenu .header-menu__item-link:active {
    box-shadow: 0 0 0 0 #fff;
}
.header-navbar-search__toggle {
    color: #fff;
}
.header-navbar-search__toggle:hover {
    color: rgba(255, 255, 255, 0.8);
}
.header-navbar-search__toggle:active {
    color: rgba(255, 255, 255, 0.7);
}
.header-navbar-search__toggle--active {
    color: #333;
    background-color: #fff;
}
.header-navbar-search__toggle--active:hover {
    color: rgba(51, 51, 51, 0.8);
}
.header-navbar-search__toggle--active:active {
    color: rgba(51, 51, 51, 0.7);
}
.header-navbar-search__form:before {
    border-bottom-color: #fff;
}
.header-languages {
    border-color: rgba(255, 255, 255, 0.15);
}
.header-languages__item-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
}
.header-languages__item-link:hover {
    color: #fff;
}
.header-languages__item-link:active {
    color: rgba(255, 255, 255, 0.8);
}
.header-languages__item--active .header-languages__item-link {
    box-shadow: 0 2px 0 0 #fff;
    color: #fff;
}
.header-navbar__toggle {
    color: #fff;
    border-color: #fff;
}
.header-navbar__toggle--active {
    color: #333;
    background-color: #fff;
}
/* ------------------------------------------------------------------------- HEADER SEARCH ------------------------------------------------------------------------- */
.header-search-form__input {
    color: #000000;
    background-color: #fff;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
.header-search-form__input::placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.header-search-form__submit {
    color: #1345ac;
}
.header-search-form__panel {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #000;
    background-color: #fff;
    border-color: #1345ac;
}
.header-search-form__filter-title {
    color: #333333;
    font-style: normal;
}
.header-search-form__filter-label {
    color: #000;
    border-color: #f5f5f5;
}
.header-search-form__filter-label:hover {
    border-color: #1345ac;
}
.header-search-form__filter-label--active {
    color: #fff;
    background-color: #1345ac;
    border-color: #1345ac;
}
.header-search-form__results {
    border-color: #f5f5f5;
}
.header-search-form__results-item-icon {
    color: #89a2d5;
}
.header-search-form__results-item--active .header-search-form__results-item-link,
.header-search-form__results-item-link:hover {
    background-color: #f5f5f5;
}
.header-search-form__results-more {
    border-color: #f5f5f5;
}
.header-search-form__results-more-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.header-search-form__results-more-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.header-search-form__results-more-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.header-search-form__keywords-inner {
    color: #fff;
    background-color: #1345ac;
}
.header-search-form__keywords-inner > a {
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
}
.header-search-form__keywords-inner > a:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.header-search-form__keywords-inner > a:active {
    box-shadow: 0 1px 0 0 #fff;
}
/* ----------------------------------------------------------------------------- 4. CORE ----------------------------------------------------------------------------- */
.core--wide,
.core--fullwidth,
.core__columns--wide {
    background-color: #fff;
}
.core__columns-bg {
    background-color: #fff;
}
.core__columns-main:before,
.core__columns-sidebar:before {
    background-color: #f5f5f5;
}
/* ------------------------------------------------------------------------- PAGE HEADER ------------------------------------------------------------------------- */
.breadcrumbs {
    color: #89a2d5 !important;
}
.breadcrumbs__link {
    box-shadow: 0 0 0 0 #89a2d5;
    color: #89a2d5;
}
.breadcrumbs__link:hover {
    box-shadow: 0 2px 0 0 #89a2d5;
}
.breadcrumbs__link:active {
    box-shadow: 0 0 0 0 #89a2d5;
}
/* ------------------------------------------------------------------------- POST COMMON COMPONENTS ------------------------------------------------------------------------- */
.post-author {
    border-color: #f5f5f5;
}
.post-author__name {
    color: #333;
}
.post-author__badge {
    color: #1345ac;
}
.post-author__more-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.post-author__more-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.post-author__more-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.post-navigation {
    border-color: #f5f5f5;
}
.post-navigation__title-link {
    box-shadow: 0 0 0 0 #89a2d5;
    color: #89a2d5;
}
.post-navigation__title-link:hover {
    box-shadow: 0 2px 0 0 #89a2d5;
}
.post-navigation__title-link:active {
    box-shadow: 0 0 0 0 #89a2d5;
}
.post-navigation__link {
    box-shadow: 0 0 0 0 #1345ac;
}
.post-navigation__link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.post-navigation__link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.post-comments {
    border-color: #f5f5f5;
}
.comment-notes {
    color: #1345ac;
    background-color: #dce3f3;
}
.post-comments__list .pingback,
.post-comments__list .comment {
    border-color: #f5f5f5;
}
.post-comments__list .comment-author {
    color: #333;
}
.post-comments__list .comment-author .url {
    box-shadow: 0 0 0 0 #333;
    color: #333;
}
.post-comments__list .comment-author .url:hover {
    box-shadow: 0 2px 0 0 #333;
}
.post-comments__list .comment-author .url:active {
    box-shadow: 0 0 0 0 #333;
}
.post-comments__list .comment-metadata {
    color: #89a2d5;
}
.post-comments__list .comment-metadata > a {
    box-shadow: 0 0 0 0 #89a2d5;
    color: #89a2d5;
}
.post-comments__list .comment-metadata > a:hover {
    box-shadow: 0 1px 0 0 #89a2d5;
}
.post-comments__list .comment-metadata > a:active {
    box-shadow: 0 0 0 0 #89a2d5;
}
.post-comments__list .comment-edit-link {
    box-shadow: 0 0 0 0 #89a2d5;
    color: #89a2d5;
}
.post-comments__list .comment-edit-link:hover {
    box-shadow: 0 1px 0 0 #89a2d5;
}
.post-comments__list .comment-edit-link:active {
    box-shadow: 0 0 0 0 #89a2d5;
}
.post-comments__list .comment-reply-link {
    box-shadow: 0 0 0 0 #1345ac;
    color: #1345ac;
}
.post-comments__list .comment-reply-link:hover {
    box-shadow: 0 1px 0 0 #1345ac;
}
.post-comments__list .comment-reply-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.post-comments .form-submit .submit {
    color: #fff;
    background-color: #1345ac;
}
.post-comments .form-submit .submit:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.15);
}
.post-comments .form-submit .submit:active {
    box-shadow: none;
}
.logged-in-as {
    color: #1345ac;
    background-color: #dce3f3;
}
.logged-in-as > a {
    box-shadow: 0 0 0 0 #1345ac;
}
.logged-in-as > a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.logged-in-as > a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.navigation.pagination {
    border-color: #f5f5f5;
}
.navigation.pagination .page-numbers.current {
    color: #fff;
    background-color: #1345ac;
}
.navigation.pagination a.page-numbers:hover {
    background-color: #f5f5f5;
}
.navigation.pagination a.page-numbers:active {
    background-color: #fafafa;
}
.navigation.pagination .dots {
    color: #89a2d5;
}
ul.page-numbers .page-numbers.current {
    color: #fff;
    background-color: #1345ac;
}
ul.page-numbers a.page-numbers:hover {
    background-color: #f5f5f5;
}
ul.page-numbers a.page-numbers:active {
    background-color: #fafafa;
}
/* ------------------------------------------------------------------------- GENERAL POST ARCHIVE ------------------------------------------------------------------------- */
.general-post-archive .post-archive__count {
    color: #eee;
}
.general-post-archive .post:hover {
    background-color: #f5f5f5;
}
.general-post-archive .post__icon {
    color: #1345ac;
}
.general-post-archive .post__title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.general-post-archive .post__title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.general-post-archive .post__title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.general-post-archive .post__date {
    color: #89a2d5;
}
/* ------------------------------------------------------------------------- BLOG ------------------------------------------------------------------------- */
.blog-post-page .post__meta-item {
    color: #89a2d5;
}
.blog-post-page .post__term-link,
.blog-post-page .post__meta-item-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.blog-post-page .post__term-link:hover,
.blog-post-page .post__meta-item-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.blog-post-page .post__term-link:active,
.blog-post-page .post__meta-item-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.blog-post-archive .post__header-link {
    box-shadow: 0 0 0 0 #333;
    color: #333;
}
.blog-post-archive .post__header-link:hover {
    box-shadow: 0 2px 0 0 #333;
}
.blog-post-archive .post__header-link:active {
    box-shadow: 0 0 0 0 #333;
}
.blog-post-archive .post__footer:before {
    background-color: #f5f5f5;
}
.blog-post-archive .post__date {
    color: #89a2d5;
    background-color: #fff;
}
.blog-post-archive .post__date-author-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.blog-post-archive .post__date-author-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.blog-post-archive .post__date-author-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.blog-post-archive .post__permalink {
    background-color: #fff;
}
.blog-post-single .post__date {
    color: #89a2d5;
}
.blog-post-single .post__date-author-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.blog-post-single .post__date-author-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.blog-post-single .post__date-author-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
/* ------------------------------------------------------------------------- KNOWLEDGE BASE ------------------------------------------------------------------------- */
.lsvr_kba-post-archive--default .post-archive__subcategory-inner {
    border-color: #f5f5f5;
}
.lsvr_kba-post-archive--default .post-archive__subcategory-icon {
    color: #1345ac;
}
.lsvr_kba-post-archive--default .post-archive__subcategory-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-archive--default .post-archive__subcategory-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-post-archive--default .post-archive__subcategory-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-archive--default .post-archive__subcategory-count {
    color: #89a2d5;
}
.lsvr_kba-post-archive--default .post-archive__count {
    color: #89a2d5;
}
.lsvr_kba-post-archive--default .post:hover {
    background-color: #f5f5f5;
}
.lsvr_kba-post-archive--default .post__icon {
    color: #1345ac;
}
.lsvr_kba-post-archive--default .post__title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-archive--default .post__title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-post-archive--default .post__title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-archive--default .post__date {
    color: #89a2d5;
}
.lsvr_kba-post-archive--category-view .post-archive__item-inner {
    background-color: #fff;
    border-color: #f5f5f5;
}
.lsvr_kba-post-archive--category-view .post-archive__item-icon {
    color: #1345ac;
}
.lsvr_kba-post-archive--category-view .post-archive__item-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-archive--category-view .post-archive__item-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-post-archive--category-view .post-archive__item-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-archive--category-view .post-archive__item-children-wrapper-title:after {
    border-color: #f5f5f5;
}
.lsvr_kba-post-archive--category-view .post-archive__item-children-wrapper-title-inner {
    background-color: #fff;
}
.lsvr_kba-post-archive--category-view .post-archive__item-child-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-archive--category-view .post-archive__item-child-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-post-archive--category-view .post-archive__item-child-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-archive--category-view .post-archive__item-child-icon {
    color: #89a2d5;
}
.lsvr_kba-post-archive--category-view .post-archive__item-child-count {
    color: #89a2d5;
}
.lsvr_kba-post-single .post-attachments {
    background-color: #fafafa;
}
.lsvr_kba-post-single .post-attachments__title {
    color: #eee;
}
.lsvr_kba-post-single .post-attachments__item {
    border-color: #f5f5f5;
}
.lsvr_kba-post-single .post-attachments__icon {
    color: #89a2d5;
}
.lsvr_kba-post-single .post-attachments__link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-single .post-attachments__link:hover {
    box-shadow: 0 1px 0 0 #1345ac;
}
.lsvr_kba-post-single .post-attachments__link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-single .post-attachments__filesize,
.lsvr_kba-post-single .post-attachments__label {
    color: #89a2d5;
}
.lsvr_kba-post-single .post__date {
    color: #89a2d5;
}
.lsvr_kba-post-single .post__date-author-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-single .post__date-author-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-post-single .post__date-author-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-single .post__meta {
    border-color: #f5f5f5;
}
.lsvr_kba-post-single .post__meta-item {
    color: #89a2d5;
}
.lsvr_kba-post-single .post__term-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-single .post__term-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-post-single .post__term-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-single .post-rating__inner:before {
    background-color: #f5f5f5;
}
.lsvr_kba-post-single .post-rating__title {
    background-color: #fff;
}
.lsvr_kba-post-single .post-rating__controls {
    background-color: #fff;
}
.lsvr_kba-post-single .post-rating__button {
    border-color: #f5f5f5;
}
.lsvr_kba-post-single .post-rating__button--like {
    color: #1345ac;
}
.lsvr_kba-post-single .post-rating__button--like:hover {
    border-color: #1345ac;
}
.lsvr_kba-post-single .post-rating__button--dislike {
    color: #eee;
}
.lsvr_kba-post-single .post-rating__button--dislike:hover {
    border-color: #eee;
}
.lsvr_kba-post-single .post-related {
    border-color: #f5f5f5;
}
.lsvr_kba-post-single .post-related__icon {
    color: #eee;
}
.lsvr_kba-post-single .post-related__link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-post-single .post-related__link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-post-single .post-related__link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
/* ------------------------------------------------------------------------- FAQ ------------------------------------------------------------------------- */
.lsvr_faq-post-archive .post {
    border-color: #f5f5f5;
}
.lsvr_faq-post-archive .post__footer {
    color: #eee;
}
.lsvr_faq-post-archive .post__permalink-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_faq-post-archive .post__permalink-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_faq-post-archive .post__permalink-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_faq-post-archive .post__term-link,
.lsvr_faq-post-archive .post__footer-permalink-link {
    box-shadow: 0 0 0 0 #eee;
    color: #eee;
}
.lsvr_faq-post-archive .post__term-link:hover,
.lsvr_faq-post-archive .post__footer-permalink-link:hover {
    box-shadow: 0 1px 0 0 #eee;
}
.lsvr_faq-post-archive .post__term-link:active,
.lsvr_faq-post-archive .post__footer-permalink-link:active {
    box-shadow: 0 0 0 0 #eee;
}
.lsvr_faq-post-archive--is-expandable .post--expanded .post__inner {
    border-color: #1345ac;
}
.lsvr_faq-post-archive--is-expandable .post__header:after {
    color: #eee;
}
.lsvr_faq-post-single .post__meta-item {
    color: #eee;
}
.lsvr_faq-post-single .post__term-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_faq-post-single .post__term-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_faq-post-single .post__term-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
/* ----------------------------------------------------------------------------- 5. SIDEBAR ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- WIDGETS ------------------------------------------------------------------------- */
#sidebar .widget {
    border-color: #f5f5f5;
}
.widget__title {
    color: #eee;
}
.widget__more-link {
    box-shadow: 0 0 0 0 #eee;
    color: #eee;
}
.widget__more-link:hover {
    box-shadow: 0 1px 0 0 #eee;
}
.widget__more-link:active {
    box-shadow: 0 0 0 0 #eee;
}
.widget_archive {
    color: #eee;
}
.widget_archive a {
    color: #1345ac;
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_archive a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_archive a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_calendar tfoot a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_calendar tfoot a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_calendar tfoot a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_categories {
    color: #eee;
}
.widget_categories a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_categories a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_categories a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_meta a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_meta a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_meta a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_nav_menu a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_nav_menu a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_nav_menu a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_pages a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_pages a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_pages a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_recent_comments {
    color: #eee;
}
.widget_recent_comments .comment-author-link {
    color: #000;
}
.widget_recent_comments a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_recent_comments a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_recent_comments a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_recent_entries .post-date {
    color: #eee;
}
.widget_recent_entries a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_recent_entries a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_recent_entries a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_rss .rss-date {
    color: #eee;
}
.widget_rss a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_rss a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_rss a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_tag_cloud .tag-cloud-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_tag_cloud .tag-cloud-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_tag_cloud .tag-cloud-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_tag_cloud .tag-link-count {
    color: #eee;
}
.lsvr-lore-cta-widget .widget__title {
    color: #333;
}
.lsvr-lore-cta-widget .widget__inner {
    background-color: #f5f5f5;
}
.lsvr-lore-kba-category-widget .widget__inner {
    border-color: #f5f5f5;
}
.lsvr-lore-kba-category-widget__icon {
    color: #1345ac;
}
.lsvr-lore-kba-category-widget__title-link {
    box-shadow: 0 0 0 0 #333;
    color: #333;
}
.lsvr-lore-kba-category-widget__title-link:hover {
    box-shadow: 0 2px 0 0 #333;
}
.lsvr-lore-kba-category-widget__title-link:active {
    box-shadow: 0 0 0 0 #333;
}
.lsvr-lore-kba-category-widget__item-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-lore-kba-category-widget__item-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-lore-kba-category-widget__item-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-definition-list-widget__item-title,
.lsvr-definition-list-widget__item-text {
    border-color: #f5f5f5;
}
.lsvr-definition-list-widget__item-text-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-definition-list-widget__item-text-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-definition-list-widget__item-text-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-post-list-widget__item-title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-post-list-widget__item-title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-post-list-widget__item-title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-post-list-widget__item-date,
.lsvr-post-list-widget__item-category {
    color: #eee;
}
.lsvr-post-list-widget__item-category-link {
    color: #eee;
    box-shadow: 0 1px 0 0 #eee;
}
.lsvr-post-list-widget__item-category-link:hover {
    box-shadow: 0 2px 0 0 #eee;
}
.lsvr-post-list-widget__item-category-link:active {
    box-shadow: 0 1px 0 0 #eee;
}
.lsvr-post-featured-widget__title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-post-featured-widget__title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-post-featured-widget__title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-post-featured-widget__date,
.lsvr-post-featured-widget__category {
    color: #eee;
}
.lsvr-post-featured-widget__category-link {
    box-shadow: 0 1px 0 0 #eee;
    color: #eee;
}
.lsvr-post-featured-widget__category-link:hover {
    box-shadow: 0 2px 0 0 #eee;
}
.lsvr-post-featured-widget__category-link:active {
    box-shadow: 0 1px 0 0 #eee;
}
.lsvr-post-featured-widget__excerpt-more-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-post-featured-widget__excerpt-more-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-post-featured-widget__excerpt-more-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-categories-widget a,
.lsvr_faq-categories-widget a {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-categories-widget a:hover,
.lsvr_faq-categories-widget a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-categories-widget a:active,
.lsvr_faq-categories-widget a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-tree-widget__item-icon {
    color: #1345ac;
}
.lsvr_kba-tree-widget__list--level-1 .lsvr_kba-tree-widget__item-icon {
    color: #eee;
}
.lsvr_kba-tree-widget__item-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-tree-widget__item-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-tree-widget__item-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-tree-widget__item-toggle {
    color: #333;
    border-color: #eee;
}
.lsvr_kba-tree-widget__item-toggle--active,
.lsvr_kba-tree-widget__item-toggle:hover {
    color: #fff;
    background-color: #1345ac;
    border-color: #1345ac;
}
.lsvr_kba-tree-widget__item--current > .lsvr_kba-tree-widget__item-inner {
    background-color: #f5f5f5;
    border-color: #1345ac;
}
.lsvr_kba-tree-widget__item--current > .lsvr_kba-tree-widget__item-inner .lsvr_kba-tree-widget__item-icon {
    color: #1345ac;
}
.lsvr_kba-tree-widget__item-count {
    color: #eee;
}
.lsvr_kba-list-widget__item-icon {
    color: #1345ac;
}
.lsvr_kba-list-widget__item-title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-list-widget__item-title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-list-widget__item-title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-list-widget__item-date {
    color: #eee;
}
.lsvr_kba-list-widget__item-category {
    color: #eee;
}
.lsvr_kba-list-widget__item-category-link {
    box-shadow: 0 1px 0 0 #eee;
    color: #eee;
}
.lsvr_kba-list-widget__item-category-link:hover {
    box-shadow: 0 2px 0 0 #eee;
}
.lsvr_kba-list-widget__item-category-link:active {
    box-shadow: 0 0 0 0 #eee;
}
.lsvr_kba-featured-widget__title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-featured-widget__title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_kba-featured-widget__title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_kba-featured-widget__date {
    color: #eee;
}
.lsvr_kba-featured-widget__category {
    color: #eee;
}
.lsvr_kba-featured-widget__category-link {
    box-shadow: 0 1px 0 0 #eee;
    color: #eee;
}
.lsvr_kba-featured-widget__category-link:hover {
    box-shadow: 0 2px 0 0 #eee;
}
.lsvr_kba-featured-widget__category-link:active {
    box-shadow: 0 0 0 0 #eee;
}
.lsvr_faq-list-widget__item-title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_faq-list-widget__item-title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_faq-list-widget__item-title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_faq-list-widget__item-category {
    color: #eee;
}
.lsvr_faq-list-widget__item-category-link {
    box-shadow: 0 1px 0 0 #eee;
    color: #eee;
}
.lsvr_faq-list-widget__item-category-link:hover {
    box-shadow: 0 2px 0 0 #eee;
}
.lsvr_faq-list-widget__item-category-link:active {
    box-shadow: 0 0 0 0 #eee;
}
.lsvr_faq-featured-widget__title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_faq-featured-widget__title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr_faq-featured-widget__title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr_faq-featured-widget__category {
    color: #eee;
}
.lsvr_faq-featured-widget__category-link {
    box-shadow: 0 1px 0 0 #eee;
    color: #eee;
}
.lsvr_faq-featured-widget__category-link:hover {
    box-shadow: 0 2px 0 0 #eee;
}
.lsvr_faq-featured-widget__category-link:active {
    box-shadow: 0 0 0 0 #eee;
}
.widget_display_search .button {
    color: #fff;
    background-color: #1345ac;
}
.widget_display_search .button:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.15);
}
.widget_display_search .button:active {
    box-shadow: none;
}
.widget_display_forums a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_display_forums a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_display_forums a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.bbp_widget_login .bbp-login-links a {
    box-shadow: 0 0 0 0 #1345ac;
}
.bbp_widget_login .bbp-login-links a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.bbp_widget_login .bbp-login-links a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_display_replies {
    color: #eee;
}
.widget_display_replies a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_display_replies a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_display_replies a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_display_replies li div {
    color: #eee;
}
.widget_display_topics {
    color: #eee;
}
.widget_display_topics a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_display_topics a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_display_topics a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_display_topics li div {
    color: #eee;
}
.widget_display_stats dl > dt {
    color: #eee;
}
.widget_display_views a {
    box-shadow: 0 0 0 0 #1345ac;
}
.widget_display_views a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.widget_display_views a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
/* ----------------------------------------------------------------------------- 6. FOOTER ----------------------------------------------------------------------------- */
#footer {
    color: #fff;
    background-color: #000;
}
/* ------------------------------------------------------------------------- FOOTER TOP ------------------------------------------------------------------------- */
.footer-top {
    background-color: #333;
}
#footer .footer-menu a {
    box-shadow: 0 0 0 0 #fff;
    color: #fff;
}
#footer .footer-menu a:hover {
    box-shadow: 0 2px 0 0 #fff;
}
#footer .footer-menu a:active {
    box-shadow: 0 0 0 0 #fff;
}
.footer-social__item-link {
    color: #1345ac;
}
.footer-social__item-link:hover {
    color: #fff;
}
.footer-social__item-link:active {
    color: rgba(255, 255, 255, 0.8);
}
/* ------------------------------------------------------------------------- FOOTER WIDGETS ------------------------------------------------------------------------- */
.footer-widgets a {
    color: #1345ac;
}
.footer-widgets .c-button {
    color: #fff;
}
.footer-widgets .widget-title,
.footer-widgets .widget__title {
    color: #fff;
}
.footer-widgets .widget__more-link {
    box-shadow: 0 0 0 0 #fff;
    color: #fff;
}
.footer-widgets .widget__more-link:hover {
    box-shadow: 0 1px 0 0 #fff;
}
.footer-widgets .widget__more-link:active {
    box-shadow: 0 0 0 0 #fff;
}
.footer-widgets .widget_archive {
    color: #fff;
}
.footer-widgets .widget_archive a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_archive a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_archive a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_calendar tfoot a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_calendar tfoot a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_calendar tfoot a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_categories {
    color: #fff;
}
.footer-widgets .widget_categories a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_categories a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_categories a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_meta a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_meta a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_meta a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_nav_menu a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_nav_menu a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_nav_menu a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_pages a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_pages a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_pages a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_recent_comments {
    color: #fff;
}
.footer-widgets .widget_recent_comments .comment-author-link {
    color: #fff;
}
.footer-widgets .widget_recent_comments a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_recent_comments a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_recent_comments a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_recent_entries .post-date {
    color: #fff;
}
.footer-widgets .widget_recent_entries a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_recent_entries a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_recent_entries a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_rss .rss-date {
    color: #fff;
}
.footer-widgets .widget_rss a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_rss a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_rss a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_tag_cloud .tag-cloud-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_tag_cloud .tag-cloud-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .widget_tag_cloud .tag-cloud-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .widget_tag_cloud .tag-link-count {
    color: #fff;
}
.footer-widgets .lsvr-lore-cta-widget .widget__title {
    color: #333;
}
.footer-widgets .lsvr-lore-kba-category-widget .widget__inner {
    border-color: rgba(245, 245, 245, 0.1);
}
.footer-widgets .lsvr-lore-kba-category-widget__title {
    color: #fff;
}
.footer-widgets .lsvr-lore-kba-category-widget__title-link {
    box-shadow: 0 0 0 0 #fff;
    color: #fff;
}
.footer-widgets .lsvr-lore-kba-category-widget__title-link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.footer-widgets .lsvr-lore-kba-category-widget__title-link:active {
    box-shadow: 0 0 0 0 #fff;
}
.footer-widgets .lsvr-lore-kba-category-widget__item-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr-lore-kba-category-widget__item-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr-lore-kba-category-widget__item-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr-definition-list-widget__item-title,
.footer-widgets .lsvr-definition-list-widget__item-text {
    color: #fff;
    border-color: rgba(245, 245, 245, 0.1);
}
.footer-widgets .lsvr-definition-list-widget__item-text-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr-definition-list-widget__item-text-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr-definition-list-widget__item-text-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr-post-list-widget__item-title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr-post-list-widget__item-title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr-post-list-widget__item-title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr-post-list-widget__item-date,
.footer-widgets .lsvr-post-list-widget__item-category {
    color: #fff;
}
.footer-widgets .lsvr-post-list-widget__item-category-link {
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
}
.footer-widgets .lsvr-post-list-widget__item-category-link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.footer-widgets .lsvr-post-list-widget__item-category-link:active {
    box-shadow: 0 1px 0 0 #fff;
}
.footer-widgets .lsvr-post-featured-widget__title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr-post-featured-widget__title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr-post-featured-widget__title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr-post-featured-widget__date,
.footer-widgets .lsvr-post-featured-widget__category {
    color: #fff;
}
.footer-widgets .lsvr-post-featured-widget__category-link {
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
}
.footer-widgets .lsvr-post-featured-widget__category-link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.footer-widgets .lsvr-post-featured-widget__category-link:active {
    box-shadow: 0 1px 0 0 #fff;
}
.footer-widgets .lsvr_kba-categories-widget a,
.footer-widgets .lsvr_faq-categories-widget a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-categories-widget a:hover,
.footer-widgets .lsvr_faq-categories-widget a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-categories-widget a:active,
.footer-widgets .lsvr_faq-categories-widget a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-tree-widget__item-icon {
    color: #fff;
}
.footer-widgets .lsvr_kba-tree-widget__item-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-tree-widget__item-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-tree-widget__item-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-tree-widget__item-toggle {
    color: #fff;
    border-color: #fff;
}
.footer-widgets .lsvr_kba-tree-widget__item-toggle--active,
.footer-widgets .lsvr_kba-tree-widget__item-toggle:hover {
    color: #fff;
    background-color: #1345ac;
    border-color: #1345ac;
}
.footer-widgets .lsvr_kba-tree-widget__item--current > .lsvr_kba-tree-widget__item-inner {
    background-color: transparent;
    border-color: transparent;
}
.footer-widgets
    .lsvr_kba-tree-widget__item--current
    > .lsvr_kba-tree-widget__item-inner
    .lsvr_kba-tree-widget__item-icon {
    color: #1345ac;
}
.footer-widgets .lsvr_kba-tree-widget__item-count {
    color: #fff;
}
.footer-widgets .lsvr_kba-list-widget__item-icon {
    color: #fff;
}
.footer-widgets .lsvr_kba-list-widget__item-title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-list-widget__item-title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-list-widget__item-title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-list-widget__item-date {
    color: #fff;
}
.footer-widgets .lsvr_kba-list-widget__item-category {
    color: #fff;
}
.footer-widgets .lsvr_kba-list-widget__item-category-link {
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
}
.footer-widgets .lsvr_kba-list-widget__item-category-link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.footer-widgets .lsvr_kba-list-widget__item-category-link:active {
    box-shadow: 0 0 0 0 #fff;
}
.footer-widgets .lsvr_kba-featured-widget__title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-featured-widget__title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-featured-widget__title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_kba-featured-widget__date {
    color: #fff;
}
.footer-widgets .lsvr_kba-featured-widget__category {
    color: #fff;
}
.footer-widgets .lsvr_kba-featured-widget__category-link {
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
}
.footer-widgets .lsvr_kba-featured-widget__category-link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.footer-widgets .lsvr_kba-featured-widget__category-link:active {
    box-shadow: 0 0 0 0 #fff;
}
.footer-widgets .lsvr_faq-list-widget__item-title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_faq-list-widget__item-title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr_faq-list-widget__item-title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_faq-list-widget__item-category {
    color: #fff;
}
.footer-widgets .lsvr_faq-list-widget__item-category-link {
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
}
.footer-widgets .lsvr_faq-list-widget__item-category-link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.footer-widgets .lsvr_faq-list-widget__item-category-link:active {
    box-shadow: 0 0 0 0 #fff;
}
.footer-widgets .lsvr_faq-featured-widget__title-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_faq-featured-widget__title-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-widgets .lsvr_faq-featured-widget__title-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-widgets .lsvr_faq-featured-widget__category {
    color: #fff;
}
.footer-widgets .lsvr_faq-featured-widget__category-link {
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
}
.footer-widgets .lsvr_faq-featured-widget__category-link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.footer-widgets .lsvr_faq-featured-widget__category-link:active {
    box-shadow: 0 0 0 0 #fff;
}
/* ------------------------------------------------------------------------- FOOTER BOTTOM ------------------------------------------------------------------------- */
.footer-bottom {
    border-color: rgba(255, 255, 255, 0.1);
}
.footer-bottom a {
    color: #1345ac;
}
.footer-text a {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-text a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.footer-text a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.footer-scroll-top:hover {
    color: #fff;
}
.footer-scroll-top:active {
    color: rgba(255, 255, 255, 0.8);
}
/* ----------------------------------------------------------------------------- 7. ELEMENTS ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- FAQ ------------------------------------------------------------------------- */
.lsvr-lore-faq__post {
    border-color: #f5f5f5;
}
.lsvr-lore-faq__post--expanded .lsvr-lore-faq__post-inner {
    border-color: #1345ac;
}
.lsvr-lore-faq__post-header:after {
    color: #eee;
}
.lsvr-lore-faq__post-permalink-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-lore-faq__post-permalink-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-lore-faq__post-permalink-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-lore-faq__post-footer {
    color: #eee;
}
.lsvr-lore-faq__post-footer-permalink-link,
.lsvr-lore-faq__post-footer .post__term-link {
    box-shadow: 0 0 0 0 #eee;
    color: #eee;
}
.lsvr-lore-faq__post-footer-permalink-link:hover,
.lsvr-lore-faq__post-footer .post__term-link:hover {
    box-shadow: 0 1px 0 0 #eee;
}
.lsvr-lore-faq__post-footer-permalink-link:active,
.lsvr-lore-faq__post-footer .post__term-link:active {
    box-shadow: 0 0 0 0 #eee;
}
.lsvr-lore-faq__footer:before {
    border-color: #f5f5f5;
}
.lsvr-lore-faq__more {
    background-color: #fff;
}
/* ------------------------------------------------------------------------- KNOWLEDGE BASE ------------------------------------------------------------------------- */
.lsvr-lore-knowledge-base__header:before {
    border-color: #f5f5f5;
}
.lsvr-lore-knowledge-base__title,
.lsvr-lore-knowledge-base__header-more {
    background-color: #fff;
}
/* ------------------------------------------------------------------------- POSTS ------------------------------------------------------------------------- */
.lsvr-lore-posts__post-meta {
    color: #eee;
}
.lsvr-lore-posts .post__term-link {
    box-shadow: 0 0 0 0 #eee;
    color: #eee;
}
.lsvr-lore-posts .post__term-link:hover {
    box-shadow: 0 1px 0 0 #eee;
}
.lsvr-lore-posts .post__term-link:active {
    box-shadow: 0 0 0 0 #eee;
}
.lsvr-lore-posts__post-title-link {
    box-shadow: 0 0 0 0 #333;
    color: #333;
}
.lsvr-lore-posts__post-title-link:hover {
    box-shadow: 0 2px 0 0 #333;
}
.lsvr-lore-posts__post-title-link:active {
    box-shadow: 0 0 0 0 #333;
}
.lsvr-lore-posts__post-permalink-link {
    box-shadow: 0 1px 0 0 #1345ac;
}
.lsvr-lore-posts__post-permalink-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-lore-posts__post-permalink-link:active {
    box-shadow: 0 1px 0 0 #1345ac;
}
.lsvr-lore-posts__footer:before {
    border-color: #f5f5f5;
}
.lsvr-lore-posts__more {
    background-color: #fff;
}
/* ------------------------------------------------------------------------- SIDEBAR ------------------------------------------------------------------------- */
.lsvr-lore-sitemap__item-title {
    font-size: 1em;
    color: #000000;
}

.lsvr-lore-sidebar__header:before {
    border-color: #f5f5f5;
}
.lsvr-lore-sidebar__title,
.lsvr-lore-sidebar__header-more {
    background-color: #fff;
}
.lsvr-lore-sidebar--has-borders .widget__inner {
    border-color: #f5f5f5;
}
/* ------------------------------------------------------------------------- SITEMAP ------------------------------------------------------------------------- */
.lsvr-lore-sitemap__header:before {
    border-color: #e2e8f4;
}
.lsvr-lore-sitemap__title,
.lsvr-lore-sitemap__header-more {
    background-color: #fff;
}
.lsvr-lore-sitemap__item--level-0 > .lsvr-lore-sitemap__item-inner {
    border-color: #e2e8f4;
    background-color: #fafbfd;
}

.lsvr-lore-sitemap__item-inner:hover {
    border: 1px solid #b8c7e6;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(226, 232, 244, 0.1);
    -moz-box-shadow: 5px 5px 20px 0px rgba(226, 232, 244, 0.1);
    box-shadow: 5px 5px 20px 0px rgba(226, 232, 244, 0.1);
}
.lsvr-lore-sitemap__item-icon {
    color: #1345ac;
}
.lsvr-lore-sitemap__item-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-lore-sitemap__item-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-lore-sitemap__item-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-lore-sitemap__item-title .lsvr-lore-sitemap__item-link {
    box-shadow: 0 0 0 0 #333;
    color: #333;
}
.lsvr-lore-sitemap__item-title .lsvr-lore-sitemap__item-link:hover {
    box-shadow: 0 2px 0 0 #333;
}
.lsvr-lore-sitemap__item-title .lsvr-lore-sitemap__item-link:active {
    box-shadow: 0 0 0 0 #333;
}
/* ------------------------------------------------------------------------- TABLE OF CONTENTS ------------------------------------------------------------------------- */
.lsvr-lore-toc__title:before {
    border-color: #f5f5f5;
}
.lsvr-lore-toc__title-inner {
    background-color: #fff;
}
.lsvr-lore-toc__item-link {
    box-shadow: 0 0 0 0 #1345ac;
}
.lsvr-lore-toc__item-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-lore-toc__item-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
/* ------------------------------------------------------------------------- LSVR ELEMENTS ------------------------------------------------------------------------- */
.lsvr-alert-message {
    color: #265e88;
    background-color: #e1edf9;
}
.lsvr-alert-message--warning {
    color: #d40041;
    background-color: #ffdfe0;
}
.lsvr-alert-message--success {
    color: #499143;
    background-color: #d4fbd3;
}
.lsvr-button {
    color: #fff;
    background-color: #1345ac;
}
.lsvr-button:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.15);
}
.lsvr-button:active {
    box-shadow: none;
}
.lsvr-counter__number {
    color: #1345ac;
}
.lsvr-cta {
    border-color: #f5f5f5;
}
.lsvr-cta__button-link {
    color: #fff;
    background-color: #1345ac;
}
.lsvr-cta__button-link:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.15);
}
.lsvr-cta__button-link:active {
    box-shadow: none;
}
.lsvr-feature__icon {
    color: #fff;
    background-color: #eee;
}
.lsvr-feature__title-link {
    box-shadow: 0 0 0 0 #333;
    color: #333;
}
.lsvr-feature__title-link:hover {
    box-shadow: 0 2px 0 0 #333;
}
.lsvr-feature__title-link:active {
    box-shadow: 0 0 0 0 #333;
}
.lsvr-feature__more-link {
    box-shadow: 0 1px 0 0 #1345ac;
}
.lsvr-feature__more-link:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
.lsvr-feature__more-link:active {
    box-shadow: 0 1px 0 0 #1345ac;
}
.lsvr-pricing-table {
    border-color: #f5f5f5;
}
.lsvr-pricing-table__title {
    color: #fff;
    background-color: #1345ac;
}
.lsvr-pricing-table__price-value {
    color: #1345ac;
}
.lsvr-pricing-table__price-description {
    color: #eee;
}
.lsvr-pricing-table__text {
    border-color: #f5f5f5;
}
.lsvr-pricing-table__button-link {
    color: #fff;
    background-color: #1345ac;
}
.lsvr-pricing-table__button-link:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.15);
}
.lsvr-pricing-table__button-link:active {
    box-shadow: none;
}
.lsvr-progress-bar__bar {
    background-color: #f5f5f5;
}
.lsvr-progress-bar__bar-inner {
    background-color: #1345ac;
}
/* ----------------------------------------------------------------------------- 8. OTHER ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- bbPRESS ------------------------------------------------------------------------- */
.bbp-submit-wrapper button {
    color: #fff;
    background-color: #1345ac;
}
.bbp-submit-wrapper button:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.15);
}
.bbp-submit-wrapper button:active {
    box-shadow: none;
}
div.bbp-template-notice,
div.bbp-template-notice.info,
div.bbp-template-notice.important {
    color: #265e88;
    background-color: #e1edf9;
}
div.bbp-template-notice.error {
    color: #d40041;
    background-color: #ffdfe0;
}
div.bbp-template-notice a {
    box-shadow: 0 0 0 0 #1345ac;
    color: #1345ac;
}
div.bbp-template-notice a:hover {
    box-shadow: 0 1px 0 0 #1345ac;
}
div.bbp-template-notice a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
div.bbp-template-notice a:hover {
    color: #1345ac;
}
#bbpress-forums #subscription-toggle {
    color: #f5f5f5;
}
#bbpress-forums #favorite-toggle .favorite-toggle,
#bbpress-forums #subscription-toggle .subscription-toggle {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums #favorite-toggle .favorite-toggle:hover,
#bbpress-forums #subscription-toggle .subscription-toggle:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
#bbpress-forums #favorite-toggle .favorite-toggle:active,
#bbpress-forums #subscription-toggle .subscription-toggle:active {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums .bbp-topic-tags {
    color: #000;
    background-color: #f5f5f5;
}
#bbpress-forums .bbp-topic-tags a {
    box-shadow: 0 0 0 0 #000;
    color: #000;
}
#bbpress-forums .bbp-topic-tags a:hover {
    box-shadow: 0 1px 0 0 #000;
}
#bbpress-forums .bbp-topic-tags a:active {
    box-shadow: 0 0 0 0 #000;
}
#bbpress-forums .bbp-forums,
#bbpress-forums .bbp-topics,
#bbpress-forums .bbp-replies {
    background-color: #fff;
}
#bbpress-forums li.bbp-header {
    background-color: #fff;
    border-color: #f5f5f5;
}
#bbpress-forums .forum-titles {
    color: #333;
}
#bbpress-forums div.bbp-topic-header {
    border-color: #f5f5f5;
    background-color: transparent;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    border-color: #f5f5f5;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
    background-color: transparent;
}
#bbpress-forums .bbp-topic-meta a {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums .bbp-topic-meta a:hover {
    box-shadow: 0 1px 0 0 #1345ac;
}
#bbpress-forums .bbp-topic-meta a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums .bbp-forums-list {
    border-color: #f5f5f5;
}
#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
#bbpress-forums .bbp-forum-title:active,
#bbpress-forums .bbp-topic-permalink:active {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums .bbp-forum-link {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums .bbp-forum-link:hover {
    box-shadow: 0 1px 0 0 #1345ac;
}
#bbpress-forums .bbp-forum-link:active {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums .bbp-topic-freshness a,
#bbpress-forums .bbp-forum-freshness a {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums .bbp-topic-freshness a:hover,
#bbpress-forums .bbp-forum-freshness a:hover {
    box-shadow: 0 1px 0 0 #1345ac;
}
#bbpress-forums .bbp-topic-freshness a:active,
#bbpress-forums .bbp-forum-freshness a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums div.bbp-reply-header {
    border-color: #f5f5f5;
    background-color: transparent;
}
#bbpress-forums .bbp-reply-permalink {
    box-shadow: 0 0 0 0 #eee;
    color: #eee;
}
#bbpress-forums .bbp-reply-permalink:hover {
    box-shadow: 0 1px 0 0 #eee;
}
#bbpress-forums .bbp-reply-permalink:active {
    box-shadow: 0 0 0 0 #eee;
}
#bbpress-forums .bbp-admin-links {
    color: #f5f5f5;
}
#bbpress-forums .bbp-admin-links a {
    box-shadow: 0 0 0 0 #eee;
    color: #eee;
}
#bbpress-forums .bbp-admin-links a:hover {
    box-shadow: 0 1px 0 0 #eee;
}
#bbpress-forums .bbp-admin-links a:active {
    box-shadow: 0 0 0 0 #eee;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    box-shadow: 0 0 0 0 #1345ac;
    color: #1345ac;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name:hover,
#bbpress-forums div.bbp-topic-author a.bbp-author-name:hover,
#bbpress-forums div.bbp-reply-author a.bbp-author-name:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name:active,
#bbpress-forums div.bbp-topic-author a.bbp-author-name:active,
#bbpress-forums div.bbp-reply-author a.bbp-author-name:active {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums .bbp-reply-form,
#bbpress-forums .bbp-topic-form {
    background-color: #fff;
}
#bbpress-forums form > fieldset.bbp-form > legend,
#bbpress-forums fieldset.bbp-form fieldset.bbp-form > legend {
    color: #333;
}
#bbpress-forums .quicktags-toolbar {
    background-color: #fff;
    border-color: #f5f5f5;
}
#bbpress-forums li.bbp-footer {
    background-color: #fff;
    border-color: #f5f5f5;
}
#bbpress-forums .bbp-pagination-count {
    color: #eee;
}
#bbpress-forums .bbp-pagination .page-numbers.current {
    color: #fff;
    background-color: #1345ac;
}
#bbpress-forums .bbp-pagination a.page-numbers:hover {
    background-color: #f5f5f5;
}
#bbpress-forums .bbp-pagination a.page-numbers:active {
    background-color: #fafafa;
}
#bbpress-forums #bbp-user-wrapper {
    background-color: #fff;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background-color: transparent;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a:hover {
    box-shadow: 0 2px 0 0 #1345ac;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:active,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a:active {
    box-shadow: 0 0 0 0 #1345ac;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
    color: #000;
    background-color: #f5f5f5;
}
#bbpress-forums #bbp-your-profile fieldset input[type='file'] {
    background-color: transparent;
}
#bbpress-forums #bbp-your-profile #bbp_user_edit_submit {
    color: #fff;
    background-color: #1345ac;
}
#bbpress-forums #bbp-your-profile #bbp_user_edit_submit:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.15);
}
#bbpress-forums #bbp-your-profile #bbp_user_edit_submit:active {
    box-shadow: none;
}
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
    border: 0;
    outline-color: transparent;
}
#bbpress-forums #bbp-search-results {
    background-color: #fff;
}
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
    color: #eee;
}
/* ------------------------------------------------------------------------- CONTACT FROM 7 ------------------------------------------------------------------------- */
div.wpcf7-response-output,
.wpcf7-response-output {
    color: #1345ac;
    background-color: #dce3f3;
    border: 0;
}
.wpcf7-submit {
    color: #fff;
    background-color: #1345ac;
}
.wpcf7-submit:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.15);
}
.wpcf7-submit:active {
    box-shadow: none;
}
/* ------------------------------------------------------------------------- MAGNIFIC POPUP ------------------------------------------------------------------------- */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-title,
.mfp-counter {
    color: #fff;
}
.mfp-arrow:before {
    color: #fff;
}
/* ----------------------------------------------------------------------------- 9. RESPONSIVE ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- LARGE DEVICES ------------------------------------------------------------------------- */
@media (max-width: 1199px) {
    body {
        background-color: #fff;
    }
    .header--expanded .header__inner {
        background-color: #333;
    }
    .header__inner {
        padding-bottom: 0;
    }
    .header-navbar--scrolled {
        background-color: transparent;
    }
    .header-navbar__navigation {
        background-color: #333;
        border-color: rgba(255, 255, 255, 0.07);
    }
    .header-menu__item,
    .header-menu__item--dropdown .header-menu__submenu .header-menu__item:first-child {
        border-color: rgba(255, 255, 255, 0.07);
    }
    .header-menu__item-link:hover {
        color: #fff;
        background-color: #1345ac;
        border-color: transparent;
    }
    .current-menu-ancestor > .header-menu__item-link--level-0,
    .current-menu-parent > .header-menu__item-link--level-0,
    .current-menu-item > .header-menu__item-link--level-0 {
        border-color: #1345ac;
    }
    .header-menu__item--megamenu .header-menu__submenu .header-menu__item-link,
    .header-menu__item--megamenu .header-menu__submenu .header-menu__item-link:hover {
        box-shadow: none;
    }
    .header-search {
        border-color: rgba(255, 255, 255, 0.07);
    }
}

/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

@media (max-width: 1199px) {
    /* your CSS here */
}

/* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

@media (max-width: 991px) {
    /* your CSS here */
}

/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

@media (max-width: 767px) {
    /* your CSS here */
}

/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

@media (max-width: 480px) {
    /* your CSS here */
}

/*ISI'S very good CSS for RouteNote Support*/

/*undecorate links*/
button, a {
    font-weight: bold;
    text-decoration: none;
    outline: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent !important;
}

.wp-embedded-content {
    max-width: 100% !important;
}

/*Header*/

#header {
    background-size: cover;
    background-repeat: no-repeat;
}

.home #header {
    background-image: url("/wp-content/uploads/Mask.svg");
}

.archive #header, .search #header {
    background-image: url("/wp-content/uploads/Mask2.svg");
}

.single #header {
    background-image: url("/wp-content/uploads/Mask3.svg");
}

.header__bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.header__inner {
    padding-bottom: 0;
}

/*flex up header contents*/
.header-navbar__inner {
    width: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 80px !important;
}

/*applies padding to specific container (otherwize no padding)*/
.header-navbar .lsvr-container {
    width: inherit;
    max-width: none;
    margin: 0;
    padding: 0px 20px !important;
}

/*removes pseudos*/
.header-navbar__inner:before,
.header-navbar__inner:after {
    content: none;
}

/*change colour of navbar when scrolling to white*/
.header-navbar--scrolled {
    background-color: #fff;
}

/*forces branding to left*/
.header-branding {
    position: relative;
    left: 0;
}

/*flebox applied to RouteNote branding*/
.header-branding__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/*constrain dimensions of logo*/
.header-logo__link,
.header-logo__image {
    max-width: 60px;
    height: 60px;
}

.header-logo__link:hover {
    opacity: 1;
}

/*change colour of logo to white upon scroll*/
.header-navbar--scrolled .header-logo__link {
    background-image: url('/wp-content/uploads/blue.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

/*hide original blue logo upon scrolling*/
.header-navbar--scrolled .header-logo__image {
    opacity: 0;
}

/*title and tagline display properties*/
.header-title-tagline {
    height: 49px;
    min-width: 257px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

.header-title-tagline a:hover {
    box-shadow: none;
}

.header-title-tagline a:active, .header-title-tagline a:focus  {
    opacity: 0.9;
}

/*hide title and tagline when scrolling*/
.header-navbar--scrolled .header-title-tagline {
    color: #1345ac;
}

/*force tagline to be arial instead of oswald*/
.header-tagline {
    font-family: arial !important;
    margin-top: 10px;
    line-height: 18px;
}

/*change navbar link text to blue upon scrolling*/
.header-navbar--scrolled .header-title__link,
.header-navbar--scrolled .header-tagline,
.header-navbar--scrolled .header-menu__item-link {
    color: #1345ac;
}

/*sets specific width for one navbar component*/
.header-navbar__navigation {
    width: 540px;
}

/*displays links as a row*/
.header-menu {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: fit-content !important;
}

/*no more pseudoclasses!!!*/
.header-navbar__navigation:before,
.header-navbar__navigation:after {
    content: none;
}

/*displays header sub-menu as row also*/
.header-menu__list {
    display: flex;
    flex-direction: row;
}

.header-menu__list:not(#menu-header-menu) {
    width: 348px;
    border-top: 0 !important;
}

/*conforms list items to left*/
.header-menu__item {
    position: relative;
    left: 0;
}

/*prevents links from shrinks*/
.header-menu__item,
.header-menu__item-link {
    display: flex;
    flex-shrink: 0;
    transition: all 0.1s;
}
/*prevents backgorund from appearing on hover*/
.header-menu__item-link:hover {
    background-color: transparent;
}

/*ooh translucency*/
.header-menu__item-link:active,
.header-menu__item-link:focus {
    opacity: 0.9;
}

/*sets up pseudoelements before hover takes place*/
.header-menu__item-link:after {
    content: '';
    width: auto;
    height: auto;
    position: absolute;
    bottom: 5px;
    right: 14px;
    opacity: 0;
    transition: all 0.1s;
}

/*adds little underline to links upon hover*/
.header-menu__item-link:hover:after {
    content: '';
    opacity: 1;
    position: absolute;
    bottom: 5px;
    right: 14px;
    height: 10px;
    background-color: #76dc7c;
    border-radius: 6px;
    opacity: 0.5;
    z-index: -1;
}

/*widths for each link*/
/*why routenote?*/
.header-menu__item--level-0:nth-child(1) .header-menu__item-link:after {
    width: 111px;
}

/*our services*/
.header-menu__item--level-0:nth-child(2) .header-menu__item-link:after {
    width: 83px;
}

/*partners*/
.header-menu__item--level-0:nth-child(3) .header-menu__item-link:after {
    width: 52px;
}

/*routenote news*/
.header-menu__item--level-0:nth-child(4) .header-menu__item-link:after {
    width: 112px;
}

/*login*/
.login-button .header-menu__item-link:after {
    width: 30px !important;
}

/*login button separated from get-started button*/
.login-button {
    margin-right: 10px;
    margin-left: auto;
}

/*unique colours and transitions applied to get started button*/
.get-started-button {
    background-color: #1345ac;
    margin: 0;
    padding: 0;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

/*translates get-started button on hover*/
.get-started-button:hover {
    transform: translateY(-5px);
}

/*stuff for clicking on the get-started button*/
.get-started-button:active,
.get-started-button:focus {
    transform: translateY(-5px);
    background-color: #0f378a;
}

/*removes underline from get-started button hover*/
.get-started-button .header-menu__item-link:hover:after {
    content: none;
}

/*removes additional background from get-started button hover*/
.get-started-button:hover .header-menu__item-link {
    background-color: transparent;
}

/*sets get-started link to have same dimensions as button*/
.get-started-button .header-menu__item-link {
    width: 152px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

/*prevents get-started text from turning blue on scroll*/
.header-navbar--scrolled .get-started-button .header-menu__item-link {
    color: white;
}

/*displays and translates inner div of header search*/
.header-search__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
    transform: translateY(-62px);
}

/*style for heading above search bar*/
.search-heading {
    color: white;
    font-family: arial;
    font-size: 72px;
    line-height: 108px;
    font-weight: bold;
    text-align: center;
    width: 773px;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*adds little underline to heading*/
.header-search__inner:after {
    content: '';
    width: 92px;
    height: 24px;
    opacity: 0.9;
    background-color: #1345ac;
    border-radius: 17px;
    position: absolute;
    top: 73px;
    right: 164px;
    z-index: -1;
}

/*removes padding from bottom but keeps it on the top*/
.header-search {
    padding: 100px 0 0 0;
    border: none;
}

.header-search__inner {
    margin: auto !important;
}

.header-search-form {
    width: 100%;
    max-width: 635px;
}

/*sets header search input to have different dimensions and no rounded edges*/
.header-search-form__input {
    border-radius: 0px;
    font-size: 16px;
    height: 50px;
    padding: 20px 50px 20px 13px;
}

/*repositions button and gives new background image*/
.header-search-form__submit {
    position: absolute;
    right: 0;
    top: 25px;
    background-image: url('/wp-content/uploads/search.svg');
    background-position: center;
    background-repeat: no-repeat;
}

/*removes previous search button image*/
.header-search-form__submit-icon.icon-search:before {
    content: '';
}

.header-search-form__panel {
    border: none;
    background-color: #F5F5F5;
    transform: translateY(-1px);
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.header-search-form__results {
    border: none;
}

.header-search-form__results-list {
    height: max-content;
    max-height: none;
}

.header-search-form__results-more {
    background-color: #fff;
    border: none;
    padding: 40px 15px;
}

.header-search-form__results-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 74px 20px 64px !important;
    max-width: 100%;
}

.header-search-form__results-item:nth-child(even) {
    background-color: #FFFFFF;
}

.header-search-form__results-item-icon {
    left: 20px;
    top: 16px;
}

.header-search-form__results-item-icon:before {
    content: "";
    background-image: url("/wp-content/uploads/question.svg");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;

}

.header-search-form__results-item-link {
    padding: 0 !important;
    font-weight: bold;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-search-form__results-item:hover, .header-search-form__results-item-link:hover, .general-post-archive .post:hover {
    background-color: #1345ac1A !important;
}

.header-search-form__results-item:active, .header-search-form__results-item-link:active, .general-post-archive .post:active,
.header-search-form__results-item:focus, .header-search-form__results-item-link:focus, .general-post-archive .post:focus {
    background-color: #1345ac33 !important;
}

.header-search-form__results-item-rating {
    margin-left: -42px !important;
    margin-top: 4px;
    width: 32px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-search-form__results-item-rating .c-post-rating__likes:before {
    background-image: url("/wp-content/uploads/like.svg");
    transform: translate(-20px, -35%);
}

.header-search-form__results-more-link {
    width: 150px;
    max-width: none;
    font-weight: bold;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    padding-right: 40px;
    background-image: url("/wp-content/uploads/button-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 130px center;
}

.header-search-form__results-more-link:hover {
    box-shadow: none;
    background-position: 135px center;
}

.header-search-form__results-more-link:active,
.header-search-form__results-more-link:focus {
    box-shadow: none;
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
}

.header-search-form__results-item:active,
.header-search-form__results-item:focus {
    background-color: #1345ac33 !important;
}

.header-search-form__results-item-link:hover,
.header-search-form__results-item-link:active,
.header-search-form__results-item-link:focus {
    background-color: transparent !important;
}

/*margin on core prevents overlap of header and main*/
#core {
    margin-top: 40px;
    margin-bottom: 100px;
}

.core--narrow .main__inner {
    width: 100% !important;
}

/*sets width of main*/
#main {
    width: 1026px;
    margin: auto;
}

.footer-bottom {
    width: 1026px;
    margin: auto;
    padding: 0 !important;
    border: none;
}

/*forces lsvr containers to be that max-width and also no padding for any of them!!*/
.home .lsvr-container {
    max-width: 1026px;
    padding: 0;
}

.header-navbar .lsvr-container {
    max-width: none;
}

.archive .lsvr-container, .search .lsvr-container {
    padding: 0;
}


/*removes background of element*/
.core__columns-bg {
    background-color: transparent;
}

/*no padding for main inner!!*/
.main__inner {
    padding: 0 !important;
}

.home .breadcrumbs {
    display: none;
}



.breadcrumbs {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D8D8D8;
}

.archive:not(.post-type-archive) .breadcrumbs-archive,
.single-lsvr_kba .breadcrumbs__item-category,
.archive .breadcrumbs__item-post {
    display: none;
}

.archive .breadcrumbs__item-category *,
.single-lsvr_kba .breadcrumbs__item-post * {
    opacity: 1 !important;
}

.breadcrumbs * {
    transition: all 0.1s;
}

.breadcrumbs__inner {
    display: flex;
    align-items: center;
}

.breadcrumbs__list {
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.breadcrumbs__link {
    box-shadow: none;
    color: #1345ac;
    opacity: 0.5;
    height: 100%;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    white-space: pre-wrap;
}

.breadcrumbs__link:hover {
    box-shadow: none;
    opacity: 1;
}

.breadcrumbs__item:active *, .breadcrumbs__item:focus * {
    opacity: 1;
    box-shadow: none;
    color: #0F378A !important;
}

.breadcrumbs__item {
    padding: 5px 20px;
    width: fit-content;
}

.breadcrumbs__item:before {
    content: "";
    opacity: 0.5;
    width: 10px;
    height: 20px;
    background-image: url("/wp-content/uploads/right-small.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-2px, -3px);
}

.breadcrumbs__item:nth-child(1) {
    margin-left: 10px;
}

.breadcrumbs__item:nth-child(1):before {
    background-image: url("/wp-content/uploads/home.svg");
    opacity: 1;
    width: 28px;
    height: 24px;
    transform: translate(-13px, -9px);
}

.breadcrumbs__item:last-child .breadcrumbs__link, .breadcrumbs__item:last-child:before {
    opacity: 1;
}

.single-lsvr_kba .post__inner {
    padding: 40px;
    box-shadow: -1px 12px 21px #1345ac14;
    margin-bottom: 20px;
    border-left: 30px solid #1345ac;
}

.single-lsvr_kba .post__icon:before {
    transform: translateY(8px);
}

.single-lsvr_kba .main__header {
    margin: 0 0 20px 0;
}

.post .main__header-inner, .single-lsvr_kba .header-icon-title {
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.post .main__header-inner {
    margin-bottom: 20px;
}

.post .main__header-title, .error404 .main__header-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 0 20px;
    text-align: left;
}

.post .post__date {
    color: #000;
    text-transform: none;
    letter-spacing: normal;
    font-family: Arial;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 22px;
    width: fit-content;
}

.post__thumbnail {
    margin: auto !important;
    width: 100%;
}

.post__meta {
    display: none;
}

.post-rating {
    margin: 0 auto !important;
}

.post-rating {
    margin-bottom: 20px !important;
}

.archive .post__rating, .search .post__rating {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.post-rating__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.post-rating__inner:before {
    content: none !important;
}

.post-rating__title {
    font-family: Arial;
    color: black;
    font-size: 12px;
}

.post-rating__title,
.post-rating__controls {
    background-color: transparent !important;
}

.post__content p:last-child {
    margin-bottom: 0;
}

.archive .post__date, .search .post__date {
    flex-shrink: 0;
    margin-left: 10px !important;
    margin-top: 10px;
}

.single-lsvr_kba .post__date {
    display: inline-block;
    width: 220px !important;
    word-wrap: break-word;
    margin: auto 0 auto 10px;
}


.home .main__header {
    display: none;
}

.archive .main__header, .search .main__header {
    margin: 0 0 20px 0 !important;
}

.tax-lsvr_kba_cat .main__header {
    margin: 0 0 20px 0 !important;
}

.archive__title {
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    text-align: left;
    margin: 0;
}

.archive__title:after {
    content: '';
    width: 121px;
    height: 14px;
    border-radius: 7px;
    background-color: #76dc7c;
    opacity: 0.5;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 39px;
    z-index: -1;
}

.term-about-routenote .archive__title:after {
    left: 191px;
    width: 200px;
}

.term-artist-label-distribution-questions .archive__title:after {
    left: 37px;
    width: 229px;
}

.term-artist-resources .archive__title:after {
    left: 177px;
    width: 204px;
}

.term-contact-us .archive__title:after {
    width: 140px;
}

.term-general-questions .archive__title:after {
    left: 234px;
    width: 190px;
}

.term-my-account .archive__title:after {
    left: 117px;
    width: 153px;
}

.term-payments-statistics .archive__title:after {
    left: 36px;
    width: 187px;
}

.term-referrals .archive__title:after {
    width: 166px;
}

.term-soundcloud-network .archive__title:after {
    left: 36px;
    width: 246px;
}

.term-uploading-your-music .archive__title:after {
    width: 192px;
}

.term-youtube-content-id .archive__title:after {
    left: 35px;
    width: 161px;
}

.term-youtube-networks .archive__title:after {
    left: 35px;
    width: 161px;
}

.tax-lsvr_kba_cat .post-archive__count {
    display: none;
}

.lsvr-lore-sitemap {
    margin-top: 100px;
}

/*flexes out sitemap header contents*/
.lsvr-lore-sitemap__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}

/*styling for sitemap title*/
.lsvr-lore-sitemap__title {
    padding: 0;
    font-family: arial;
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    background: transparent;
}

/*removes border from sitemap header pseudoclass*/
.lsvr-lore-sitemap__header:before {
    border: none;
}

/*adds underline to sitemap header*/
.lsvr-lore-sitemap__header:after {
    content: '';
    width: 206px;
    height: 14px;
    background-color: #76dc7c;
    border-radius: 7px;
    opacity: 0.5;
    position: absolute;
    top: 46px;
    left: 218px;
}

/*forces view all posts button to right hand side*/
.lsvr-lore-sitemap__header-more {
    position: absolute;
    right: 0;
    background-color: transparent;
}

/*styles text of view-all-posts link*/
.lsvr-lore-sitemap__header-more-link {
    color: #1345ac;
    background-color: transparent;
    width: 169px;
    height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    background-image: url('/wp-content/uploads/button-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 143px center;
}

/*changes background image upon being hovered/pressed/etc*/
.lsvr-lore-sitemap__header-more .lsvr-lore-sitemap__header-more-link:hover {
    background-position: 148px center;

}

/*changes colour of text when clicked on*/
.lsvr-lore-sitemap__header-more-link:active,
.lsvr-lore-sitemap__header-more-link:focus {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    background-position: 148px center;
}

/*sets width and min-height of sitemap*/
.lsvr-lore-sitemap__content,
.lsvr-lore-sitemap__nav,
.lsvr-lore-sitemap__list {
    width: 1026px;
    min-height: 964px;
    margin: auto;
}

/*transforms sitemap list into 4x3 grid with scalable content*/
.lsvr-lore-sitemap__list {
    display: grid;
    grid-template-columns: repeat(4, 238px);
    grid-auto-rows: max-content;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    justify-content: center;
}

/*removes before pseudoclass from list*/
.lsvr-lore-sitemap__list:before {
    content: none;
}

/*instructs list items to stretch to fit grid space depending on content*/
.lsvr-lore-sitemap__item--level-0 {
    display: inline-block;
    margin: 0;
    width: auto !important;
    min-height: 218px;
    padding: 40px 20px 20px 20px;
    border: 1px solid #e2e8f4;
    box-shadow: -1px 12px 21px #1345ac14;
    background-color: #fff;
    transition: all 0.3s ease;
}

.lsvr-lore-sitemap__item--level-0:hover {
    transform: translateY(-10px);
}

/*flexes up the insides of the list items*/
.lsvr-lore-sitemap__item-inner {
    width: 100%;
    padding: 0 !important;
    height: inherit;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent !important;
    border: none !important;
}

/*removes default colours and borders from inner div*/
.lsvr-lore-sitemap__submenu .lsvr-lore-sitemap__item .lsvr-lore-sitemap__item-inner {
    border: none;
    background-color: transparent !important;
}

/*submenu items constrained so as not to be same height as parents*/
.lsvr-lore-sitemap__submenu .lsvr-lore-sitemap__item-inner {
    width: auto;
    height: auto;
    min-height: 0px;
    overflow: hidden;
    background-color: transparent;
}

/*set height and background properties for category icons*/
.lsvr-lore-sitemap__item-icon {
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0;
    flex-shrink: 0;
}

/*adds margin between title and icon*/
.lsvr-lore-sitemap__item-title {
    margin-top: 20px;
    transition: all 0.1s;
}

/*specifies font size of title*/
.lsvr-lore-sitemap__item-title .lsvr-lore-sitemap__item-link {
    font-size: 16px !important;
    position: relative;
    color: #212121;
}
.lsvr-lore-sitemap__item-title .lsvr-lore-sitemap__item-link:hover {
    box-shadow: none !important;
    z-index: 1;
}

.lsvr-lore-sitemap__item-title .lsvr-lore-sitemap__item-link:active,
.lsvr-lore-sitemap__item-title .lsvr-lore-sitemap__item-link:focus {
    opacity: 0.5;
    color: #212121;
}

/*specifies font-sizes of other links*/
.lsvr-lore-sitemap__item-link {
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    z-index: 1;
}

.lsvr-lore-sitemap__item-link:hover {
    box-shadow: none !important;
}

.lsvr-lore-sitemap__item-link:active,
.lsvr-lore-sitemap__item-link:focus {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
}

.lsvr-lore-sitemap__item--level-0 {
    border: none;
}

/*introduces background pseudoclass to each category*/
.lsvr-lore-sitemap__item--level-0:after {
    content: '';
    background-repeat: no-repeat;
    opacity: 0.03;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

/*adds margin to link lists*/
.lsvr-lore-sitemap__submenu.lsvr-lore-sitemap__submenu--level-1 {
    margin-top: 20px;
    background-color: transparent;
}

/*removes margin from sub-level items*/
.lsvr-lore-sitemap__item.lsvr-lore-sitemap__item--level-1 {
    margin: 0;
}

.lsvr-lore-sitemap__item--level-0:after {
    background-size: auto 119%;
}

/*dimensions and positioning of categories' small icons and large backgrounds*/
/*General Questions*/
.lsvr-lore-sitemap__item-icon.icon-user-support {
    width: 104px;
    background-image: url('/wp-content/uploads/questions.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(1):after {
    background-image: url('/wp-content/uploads/questions-large.svg');
    background-size: auto 119%;
    background-position: 100% 99%;
}

/*My Account*/
.lsvr-lore-sitemap__item-icon.icon-user {
    width: 87px;
    background-image: url('/wp-content/uploads/account.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(2):after {
    background-image: url('/wp-content/uploads/account-large.svg');
    background-size: auto 110%;
    background-position: 150% 220%;
}

/*Uploading Your Music*/
.lsvr-lore-sitemap__item-icon.icon-plus-circle {
    width: 86px;
    background-image: url('/wp-content/uploads/upload-copy.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(3):after {
    background-image: url('/wp-content/uploads/upload-copy.svg');
    background-size: auto 126%;
    background-position: 124% 98%;
}

/*Distribution Questions*/
.lsvr-lore-sitemap__item-icon.icon-music {
    width: 86px;
    background-image: url('/wp-content/uploads/distribution-1.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(4):after {
    background-image: url('/wp-content/uploads/distribution-large.svg');
    background-size: auto 113%;
    background-position: 124% 155%;
}

/*Upgrading*/
.lsvr-lore-sitemap__item-icon.icon-star {
    width: 88px;
    background-image: url('/wp-content/uploads/upload-1.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(5):after {
    background-image: url('/wp-content/uploads/upgrade-large.svg');
    background-size: auto 126%;
    background-position: 119% 84%;
}

/*Payments and Statistics*/
.lsvr-lore-sitemap__item-icon.icon-chart-growth {
    width: 86px;
    background-image: url('/wp-content/uploads/money-1.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(6):after {
    background-image: url('/wp-content/uploads/money-1.svg');
    background-size: auto 122%;
    background-position: 144% 99%;
}

/*YouTube Content ID*/
.lsvr-lore-sitemap__item-icon.icon-video {
    width: 92px;
    background-image: url('/wp-content/uploads/content-id-1.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(7):after {
    background-image: url('/wp-content/uploads/content-id-large.svg');
    background-size: auto 124%;
    background-position: 112% 100%;
}

/*YouTube Networks*/
.lsvr-lore-sitemap__item-icon.icon-youtube {
    width: 82px;
    background-image: url('/wp-content/uploads/youtube-network.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(8):after {
    background-image: url('/wp-content/uploads/youtube-network-large.svg');
    background-size: auto 124%;
    background-position: 142% 98%;
}

/*SoundCloud Network*/
.lsvr-lore-sitemap__item-icon.icon-soundcloud {
    width: 82px;
    background-image: url('/wp-content/uploads/souncloud-network.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(9):after {
    background-image: url('/wp-content/uploads/soundcloud-network-large.svg');
    background-size: auto 122%;
    background-position: 158% 105%;
}

/*Arist Resources*/
.lsvr-lore-sitemap__item-icon.icon-library {
    width: 72px;
    background-image: url('/wp-content/uploads/resources-1.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(10):after {
    background-image: url('/wp-content/uploads/resources-large.svg');
    background-size: auto 122%;
    background-position: 185% 100%;
}

/*Referrals*/
.lsvr-lore-sitemap__item-icon.icon-link {
    width: 78px;
    background-image: url('/wp-content/uploads/referral-1.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(11):after {
    background-image: url('/wp-content/uploads/referral-large.svg');
    background-size: auto 127%;
    background-position: 176% 94%;
}

/*About RouteNote*/
.lsvr-lore-sitemap__item-icon.icon-vote-heart {
    width: 80px;
    background-image: url('/wp-content/uploads/blue.svg');
}

.lsvr-lore-sitemap__item--level-0:nth-child(12):after {
    background-image: url('/wp-content/uploads/blue-logo-large.svg');
    background-size: auto 123%;
    background-position: 176% 100%;
}

/*hide old icons*/
.icon-user-support:before,
.icon-user:before,
.icon-plus-circle:before,
.icon-music:before,
.icon-star:before,
.icon-chart-growth:before,
.icon-video:before,
.icon-youtube:before,
.icon-soundcloud:before,
.icon-library:before,
.icon-link:before,
.icon-vote-heart:before {
    content: '';
}

.lsvr-lore-sitemap__footer-more {
    display: none;
}

.post-archive__subcategories-wrapper {
    width: 100%;
    margin: 0 0 80px 0 !important;
}

.post-archive__subcategory {
    padding: 0 !important;
}

.post-archive__subcategory-link:hover {
    box-shadow: none !important;
}

.post-archive__subcategory-link:active, .post-archive__subcategory-link:focus {
    color: #0F378A;
}

.post-archive__subcategory-icon:before {
    content: "" !important;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    transform: translateX(-14px);
}

.post-archive__subcategory:nth-child(1) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/blue.svg");
}

.post-archive__subcategory:nth-child(2) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/resources.svg");
}

.post-archive__subcategory:nth-child(3) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/phone.svg");
}

.post-archive__subcategory:nth-child(4) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/distribution.svg");
}

.post-archive__subcategory:nth-child(5) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/question.svg");
}

.post-archive__subcategory:nth-child(6) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/user.svg");
}

.post-archive__subcategory:nth-child(7) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/money.svg");
}

.post-archive__subcategory:nth-child(8) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/referral.svg");
}

.post-archive__subcategory:nth-child(9) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/soundcloud.svg");
}

.post-archive__subcategory:nth-child(10) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/upload.svg");
}

.post-archive__subcategory:nth-child(11) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/content-id.svg");
}

.post-archive__subcategory:nth-child(12) .post-archive__subcategory-icon:before {
    background-image: url("/wp-content/uploads/youtube.svg");
}

.post-archive__subcategory-count {
    color: #202020 !important;
}

.general-post-archive .post__icon, .lsvr_kba-post-archive--default .post__icon {
    top: 8px;
}

.search .post__icon {
    transform: translateX(-18px);
}

/*category icons for posts*/
.post__icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/question.svg");
}

.archive .post__icon:before {
    transform: translateX(-18px);
}

.lsvr_kba_cat-about-routenote .post__icon:before {
    background-image: url("/wp-content/uploads/blue.svg");
}

.term-about-routenote .post__icon:before {
    background-image: url("/wp-content/uploads/blue.svg") !important;
}

.lsvr_kba_cat-artist-label-distribution-questions .post__icon:before {
    background-image: url("/wp-content/uploads/distribution.svg");
}

.term-artist-label-distribution-questions .post__icon:before {
    background-image: url("/wp-content/uploads/distribution.svg") !important;
}

.lsvr_kba_cat-artist-resources .post__icon:before {
    background-image: url("/wp-content/uploads/resources.svg");
}

.term-artist-resources .post__icon:before {
    background-image: url("/wp-content/uploads/resources.svg") !important;
}

.lsvr_kba_cat-contact-us .post__icon:before {
    background-image: url("/wp-content/uploads/phone.svg");
}

.term-contact-us .post__icon:before {
    background-image: url("/wp-content/uploads/phone.svg") !important;
}

.lsvr_kba_cat-general-questions .post__icon:before {
    background-image: url("/wp-content/uploads/question.svg");
}

.term-general-questions .post__icon:before {
    background-image: url("/wp-content/uploads/question.svg") !important;
}

.lsvr_kba_cat-my-account .post__icon:before {
    background-image: url("/wp-content/uploads/user.svg");
}

.term-my-account .post__icon:before {
    background-image: url("/wp-content/uploads/user.svg") !important;
}

.lsvr_kba_cat-payments-statistics .post__icon:before {
    background-image: url("/wp-content/uploads/money.svg");
}

.term-payments-statistics .post__icon:before {
    background-image: url("/wp-content/uploads/money.svg") !important;
}

.lsvr_kba_cat-referrals .post__icon:before {
    background-image: url("/wp-content/uploads/referral.svg");
}

.term-referrals .post__icon:before {
    background-image: url("/wp-content/uploads/referral.svg") !important;
}

.lsvr_kba_cat-soundcloud-network .post__icon:before {
    background-image: url("/wp-content/uploads/soundcloud.svg");
}

.term-soundcloud-network .post__icon:before {
    background-image: url("/wp-content/uploads/soundcloud.svg") !important;
}

.lsvr_kba_cat-uploading-your-music .post__icon:before {
    background-image: url("/wp-content/uploads/upload.svg");
}

.term-uploading-your-music .post__icon:before {
    background-image: url("/wp-content/uploads/upload.svg") !important;
}

.lsvr_kba_cat-youtube-content-id .post__icon:before {
    background-image: url("/wp-content/uploads/content-id.svg");
}

.term-youtube-content-id .post__icon:before {
    background-image: url("/wp-content/uploads/content-id.svg") !important;
}

.lsvr_kba_cat-youtube-networks .post__icon:before {
    background-image: url("/wp-content/uploads/youtube.svg");
}

.term-youtube-networks .post__icon:before {
    background-image: url("/wp-content/uploads/youtube.svg") !important;
}

.lsvr_kba_cat-upgrading .post__icon:before {
    background-image: url("/wp-content/uploads/upgrade.svg");
}

.term-upgrading .post__icon:before {
    background-image: url("/wp-content/uploads/upgrade.svg");
}

.post-archive__subcategory-inner {
    border: none !important;
    padding: 20px 0px 20px 40px !important;
    display: flex;
    align-items: center;
}

.archive .post__header, .search .post__header,
.archive .post__header-inner, .search .post__header-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 1 0%;

}

.archive .post__title, .search .post__title, .post-related__link {
    max-width: 100%;
    width: fit-content;
    padding-right: 0;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-lsvr_kba .post-related__link {
    margin-right: 40px;
}

.post__title-link {
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
}

.archive .post__title-link, .search .post__title-link {
    margin-left: 20px !important;
}

.search .post__title-link {
    height: fit-content;
}

.post__title-link:hover {
    box-shadow: none !important;
}

.post__title-link:active, .post__title-link:focus {
    color: #0F378A;
}

.lsvr_kba-post-archive--default .post, .general-post-archive .post {
    padding: 20px 20px 20px 40px !important;
}

.post__footer {
    text-align: left !important;
}

.single-lsvr_kba .post__footer {
    display: none !important;
 }

.archive .post__footer, .search .post__footer {
    position: static;
}

.archive .post__footer, .search .post__footer {
    width: 70px;
}

.c-post-rating, .c-post-rating * {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.c-post-rating__likes {
    white-space: nowrap;
    width: auto;
    height: fit-content;
    flex-grow: 0;
    font-weight: bold;
    font-size: 14px;
}

.post .c-post-rating__likes {
    margin-left: 40px;
    transform: translateY(7px);
}

.post .c-post-rating__likes:before {
    transform: translate(-20px, -5px);
}

.c-post-rating__likes:before {
    content: "";
    width: 25px;
    height: 24px;
    background-image: url("/wp-content/uploads/like-pressed.svg");
    transform: translate(0, -10px);
    display: block;
}

.c-post-rating__dislikes, .c-post-rating__dislikes:before {
    display: none;
    content: none;
}

.post-rating__button {
    border: none !important;
    background-size: 24px 25px;
    background-repeat: no-repeat;
    color: #1345ac !important;
}

.post-rating__button--like {
    background-image: url("/wp-content/uploads/like-pressed.svg");
    background-position: 5px 4px;
}

.post-rating__button--like[title="0 likes"], .c-post-rating__likes[title="0 likes"]:before {
    background-image: url("/wp-content/uploads/like.svg");
}

.post-rating__button--like[title="0 likes"]:hover {
    background-image: url("/wp-content/uploads/like-hover.svg");
}

.post-rating__button--dislike {
    background-image: url("/wp-content/uploads/dislike-pressed.svg");
    background-position: 5px 12px;
}

.post-rating__button--dislike[title="0 dislikes"] {
    background-image: url("/wp-content/uploads/dislike.svg");
}

.post-rating__button--dislike[title="0 dislikes"]:hover {
    background-image: url("/wp-content/uploads/dislike-hover.svg");
}

.post-rating__button:before {
    display: none;
    content: none;
}

.core--narrow .lsvr-container {
    max-width: none;
}

.general-post-archive.author-post-archive {
    margin: auto;
    width: 100%;
}

.post-archive__list {
    width: 100%;
    margin: 0 0 40px 0 !important;
}

.post-archive__count {
    font-family: arial;
    font-weight: bold;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #1345ac !important;
    font-size: 24px !important;
    line-height: 38px;
    padding-bottom: 20px;
    margin: 0 0 20 0 !important;
    border-bottom: 1px solid #E8E8E8;
}

.search-results-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search-term {
    color: #1345ac;
    font-weight: bold;
    margin-left: 4px;
}

.general-post-archive .post {
    padding: 20px 10px 20px 80px;
}

.general-post-archive .post__inner, .archive .post__inner {
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.no-results {
    display: flex;
    height: 280px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-end;
    background-image: url('/wp-content/uploads/search-results-1.svg');
    background-size: 176px 165px;
    background-position: top center;
    background-repeat: no-repeat;
}

.no-results .c-alert-message {
    font-weight: bold;
    background: transparent;
    padding: 0;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
}

.no-results .c-alert-message,
.c-alert-message-small {
    text-align: center;
}

.no-results .c-alert-message:before {
    content: none;
}

.nav-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.page-numbers {
    border: 2px solid #1345ac;
    border-radius: 0 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: none;
    height: 28px;
    width: 38px;
    padding: 10px 0 0 0 !important;
    letter-spacing: normal !important;
    margin: 0 3px;
    transition: all 0.1s;
}

.page-numbers:hover {
    background-color: #075FB861 !important;
    border-color: transparent;
    color: #1345ac !important;
}

.page-numbers:active,
.page-numbers:focus {
    border-color: #0F378A;
    background-color: #0F378A !important;
    color: #fff !important;
}

.page-numbers.dots {
    user-select: none;
    pointer-events: none;
}

.page-numbers.prev, .page-numbers.next, .page-numbers.dots {
    width: fit-content !important;
    border: none !important;
    color: #1345ac !important;
}

.page-numbers.prev:hover, .page-numbers.next:hover, .page-numbers.dots:hover, .page-numbers.prev:active, .page-numbers.next:active, .page-numbers.dots:active, .page-numbers.prev:focus, .page-numbers.next:focus, .page-numbers.dots:focus   {
    background-color: transparent !important;
    color: #1345ac !important;
}

.page-numbers.prev {
    margin: 0 40px 0 0;
}
.page-numbers.next {
    margin: 0 0 0 40px;
}

.page-numbers.prev:after,
.page-numbers.next:after {
    content: none !important;
}

#footer {
    min-width: 320px;
}

.footer-top {
    display: none;
}

.footer-social__icon {
    color: #fff;
}

.lsvr-grid--1-cols>.lsvr-grid__col:nth-child(1n+1), .lsvr-grid--2-cols>.lsvr-grid__col:nth-child(2n+1), .lsvr-grid--3-cols>.lsvr-grid__col:nth-child(3n+1), .lsvr-grid--4-cols>.lsvr-grid__col:nth-child(4n+1) {
    clear: none !important;
}

/*removes content from pseudoclasses!!*/
.footer-widgets__column:before,
.footer-widgets__column:after {
    content: none;
}

.footer-widgets__inner .lsvr-container, .footer-bottom .lsvr-container {
    width: 100% !important;
}

.footer-bottom .lsvr-container {
    padding: 0px !important;
}

.lsvr-grid {
    margin: auto;
    max-width: 1026px;
}

/*sets width of link columns to be specific size based on design brief*/
.footer-widgets__column:nth-child(1),
.footer-widgets__column:nth-child(2),
.footer-widgets__column:nth-child(3) {
    width: 205px !important;
}

/*video column gets its own size*/
.footer-widgets__column:nth-child(4) {
    width: 410px !important;
    padding: 0 !important;
}

/*make those widget titles capital! and skinny*/
.widget__title {
    text-transform: uppercase;
    font-weight: 300 !important;
}

#menu-products .menu-item,
#menu-about .menu-item,
#menu-support .menu-item {
    margin: 0 0 20px 0 !important;
}

.footer-widgets .widget_nav_menu a {
    box-shadow: none !important;
}

.footer-widgets .widget_nav_menu a:active, .footer-widgets .widget_nav_menu a:focus {
    opacity: 0.9;
}

/*white links thank you*/
#menu-products .menu-item a,
#menu-about .menu-item a,
#menu-support .menu-item a {
    color: white;
}

.footer-bottom__inner {
    border-top: 1px solid #D8D8D833;
    padding: 40px 0 !important;
}

.footer-bottom__inner,
.footer-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-text:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('/wp-content/uploads/copyright.svg');
    margin-right: 20px;
    flex-shrink: 0;
}

.footer-social {
    width: 315px;
    height: 48px;
}

.footer-social__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-social__item {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #FFFFFF1A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    transition: all 0.1s;
}

.footer-social__item:hover {
    background-color: #FFFFFF80;
}

.footer-social__icon, .footer-social__icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-facebook:before {
    background-image: url("/wp-content/uploads/facebook.svg");
}

.icon-twitter:before {
    background-image: url("/wp-content/uploads/twitter.svg");
}

.icon-youtube:before {
    background-image: url("/wp-content/uploads/youtube-white.svg");
}

.icon-instagram:before {
    background-image: url("/wp-content/uploads/instagram.svg");
}

.icon-envelope-o:before {
    background-image: url("/wp-content/uploads/mail.svg");
}

.footer-scroll-top {
    display: none;
}

.post-related, .post-navigation {
    width: 100%;
}

.post-navigation {
    padding: 40px 0 !important;
    margin: 0 !important;
}

.post-navigation__list li {
    max-width: fit-content;
}

.post-navigation__thumb-link {
    display: none;
}

.post-navigation__prev--has-thumb .post-navigation__prev-inner {
    padding-left: unset;
}

.post-navigation__title {
    font-family: arial;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    overflow: visible;
}

.post-navigation__title-link {
    color: #1345ac;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.1s;
}

.post-navigation__title-link:hover {
    box-shadow: none !important;
}

.post-navigation__title-link:active, .post-navigation__title-link:focus {
    color: #0F378A;
}

.post-navigation__prev .post-navigation__title-link:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 3px;
    background-image: url("/wp-content/uploads/button-arrow-right.svg");
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: all 0.1s;
}

.post-navigation__prev .post-navigation__title-link:hover:before {
    transform: translateX(-5px) rotate(180deg);
}

.post-navigation__prev .post-navigation__title-link:active:before,
.post-navigation__prev .post-navigation__title-link:focus:before {
    transform: translateX(-5px) rotate(180deg);
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
}

.post-navigation__next .post-navigation__title-link:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-left: 3px;
    background-image: url("/wp-content/uploads/button-arrow-right.svg");
    background-repeat: no-repeat;
    transition: all 0.1s;
}

.post-navigation__next .post-navigation__title-link:hover:after {
    transform: translateX(5px);
}

.post-navigation__next .post-navigation__title-link:active:after,
.post-navigation__next .post-navigation__title-link:focus:after {
    transform: translateX(5px);
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
}

.post-navigation__prev .post-navigation__link {
    float: left;
}

.post-navigation__next .post-navigation__link {
    float: right;
}

.post-navigation__link {
    display: block;
    font-weight: normal;
    color: #202020;
    width: 90%;
    font-size: 14px;
    line-height: 22px;
    box-shadow: none !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post-related {
    padding: 40px 0 0 0 !important;
    width: 100%;
    margin: 0 auto 40px auto !important;
}

.post-related__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0px !important;
    padding: 20px 10px 20px 40px !important;
}

.post-related__item:nth-child(even) {
    background-color: #e8e8e840;
}

.post-related__icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/question.svg");
    background-repeat: no-repeat;
    transform: translate(10px, 17px);
}

.post-related__title {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: none !important;
    letter-spacing: 0;
    color: #333333;
}

.post-related__link {
    font-weight: bold;
    margin-left: 20px;
}

.post-related__link:hover {
    box-shadow: none !important;
}

.post-related__link:active, .post-related__link:focus {
    color: #0F378A;
}

.post-related__item .post__rating {
    margin: 0;
    transform: translateY(-4px);
}

.post-related__item .c-post-rating__likes:before {
    transform: translate(-25px, -5px);
}

.archive .post:nth-child(odd), .search .post:nth-child(odd) {
    background-color: #e8e8e840;
}

.navigation.pagination {
    padding: 0 !important;
    width: 100%;
    margin: 0 auto !important;
    border: 0;
}

.post-comments {
    display: none !important;
}

.cookie-notice-container {
    padding: 29px 20px;
    width: auto;
    height: auto;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

#cn-notice-buttons {
    position: absolute;
    right: 0;
}

.cookie-button {
    font-family: arial;
    display: inline-block;
    padding: 13px 33px;
    margin: 0 20px !important;
    margin-bottom: 0;
    line-height: 22px;
    text-align: center;
    font-style: bold;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    background-color: #1345ac;
    border-radius: 0px !important;
    background-image: none;
    font-size: 14px;text-decoration: none;
    outline: 0;
}

#cn-accept-cookie {
    margin-right: 0 !important;
}

@media(max-width: 1599px) {
    .cookie-notice-container {
        justify-content: space-between;
    }
}

@media (max-width: 1199px) {
    #core {
        margin-bottom: 40px;
    }

    .header--expanded#header,
    .header--expanded .header__bg,
    .header--expanded .header__inner {
        background-color: transparent !important;
    }

    #header:not(.header--expanded) .header-navbar__navigation,
    #header:not(.header--expanded) .header-menu__list,
    #header:not(.header--expanded) .header-search {
        opacity: 0 !important;
    }

    .header--expanded .header-navbar__navigation,
    .header--expanded .header-menu__list,
    .header--expanded .header-search {
        opacity: 1 !important;
    }

    .header-navbar__inner {
        width: inherit;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .header-branding {
        padding: 10px 0 0 0;
        height: 40px;
    }

    .header-logo__link,
    .header-logo__image {
        position: absolute;
        left: 0;
        top: 2px;
        width: 50px;
        height: 50px;
    }

    .header-logo__image {
        margin-top: 10px;
    }

    .header-title-tagline {
        display: none;
    }

    .header-navbar .lsvr-container {
        width: inherit;
        margin: 0;
        padding: 0px 20px !important;
    }

    .header-navbar__navigation {
        background-color: transparent;
        border: none;
        width: unset;
    }

    .header-navbar__toggle {
        border: none;
        width: 18px;
        height: 18px;
        background-color: transparent;
        background-image: url('/wp-content/uploads/menu.svg');
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 28px;
    }

    .header-navbar__toggle.header-navbar__toggle--active {
        background-image: url('/wp-content/uploads/cross.svg');
        background-color: transparent !important;
    }

    .header-navbar__toggle-icon {
        background-color: transparent !important;
    }

    .header-navbar__toggle-icon:before {
        content: none !important;
    }

    #menu-header-menu {
        flex-direction: column;
        margin-top: 40px;
    }

    .header-menu__list:not(#menu-header-menu) {
        display: none;
    }

    .header--expanded .header-menu__list:not(#menu-header-menu) {
        display: flex;
        width: 100%;
        height: 92px;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #D8D8D833 !important;
        border-bottom: 1px solid #D8D8D833;
    }

    .header-menu__item {
        border: none;
        font-size: 14px !important;
    }

    .header-menu__item-link {
        font-size: 16px !important;
        line-height: 28px !important;
        padding: 6px 0px !important;
        border: 0;
    }

    .header-menu__item-link:after,
    .header-menu__item-link:hover:after {
        bottom: 10px !important;
    }

    /*widths for each link*/
    /*why routenote?*/
    .header-menu__item--level-0:nth-child(1) .header-menu__item-link:after {
        right: 3px;
    }

    /*our services*/
    .header-menu__item--level-0:nth-child(2) .header-menu__item-link:after {
        right: 2px;
    }

    /*partners*/
    .header-menu__item--level-0:nth-child(3) .header-menu__item-link:after {
        right: 2px;
    }

    /*routenote news*/
    .header-menu__item--level-0:nth-child(4) .header-menu__item-link:after {
        right: 2px;
    }

    .login-button .header-menu__item-link:after {
        right: 2px !important;
    }

    .login-button {
        width: 50%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-shrink: 1;
    }

    .get-started-button {
        margin: 0 auto;
    }

    .get-started-button .header-menu__item-link {
        width: 150px;
    }

    .header-search {
        padding: 20px 0;
    }

    .header-search .lsvr-container {
        width: 100%;
        padding: 0 20px !important;
    }

    .header-search__inner {
        width: 100%;
        transform: translateY(0px);
        margin: 0;
        padding: 0 !important;
    }

    .search-heading,
    .header-search__inner:after {
        display: none;
        content: none;
    }

    .header-search-form {
        width: 100%;
        max-width: unset;
    }

    .header-search-form__panel {
        position: static;
    }

    #core {
        margin-top: 0px;
    }

    #main {
        width: 100%;
    }

    .home .lsvr-container {
        max-width: 818px;
    }

    .header-navbar .lsvr-container {
        max-width: none;
    }

    .main__inner,
    .lsvr-lore-sitemap__content,
    .page__content,
    .post-9,
    .lsvr-lore-sitemap,
    .lsvr-lore-sitemap__header,
    .lsvr-lore-sitemap__nav,
    .lsvr-lore-sitemap__list,
    .lsvr-lore-sitemap__inner,
    .footer-bottom {
        width: 100%;
    }

    .lsvr-container {
        padding: 0 20px !important;
    }

    .main__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .post .main__header {
        margin-bottom: 40px;
    }

    .post .main__header-title {
        max-width: 350px !important;
    }

    .single-lsvr_kba .main__header-title {
        max-width: none !important;
    }

    .post .post-rating {
        margin-bottom: 20px !important;
    }

    .lsvr-lore-sitemap__list {
        grid-template-columns: repeat(3, 238px);
    }

    .general-post-archive.author-post-archive {
        transform: translateY(0);
    }

    .home .lsvr-grid {
        margin: 0;
        width: 100% !important;
    }

    .lsvr-grid {
        max-width: 818px;
        margin: auto !important;
    }

    .footer-bottom .lsvr-container {
        padding: 0px 20px !important;
    }

    .cookie-notice-container {
        padding: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #cn-notice-buttons {
        margin-top: 10px;
        position: static;
    }
}

@media (max-width: 800px) {
    .home .lsvr-lore-sitemap__content,
    .home .page__content,
    .home .post-9,
    .home .lsvr-lore-sitemap__header,
    .home .lsvr-lore-sitemap__nav,
    .home .lsvr-lore-sitemap__list,
    .home .lsvr-lore-sitemap__inner,
    .lsvr-grid {
        max-width: 506px;
        margin: auto;
    }

    .lsvr-lore-sitemap__header {
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .lsvr-lore-sitemap__header-more {
        position: static !important;
        padding: 0;
    }

    .lsvr-lore-sitemap__header-more-link {
        width: fit-content;
        overflow: visible;
        padding-right: 40px;
        background-position: 114px center;
    }

    .lsvr-lore-sitemap__header-more-link:hover,
    .lsvr-lore-sitemap__header-more-link:active,
    .lsvr-lore-sitemap__header-more-link:focus {
        background-position: 119px center !important;
    }

    .lsvr-lore-sitemap__list {
        grid-template-columns: repeat(2, 238px);
    }

    .lsvr-grid {
        max-width: 506px !important;
        margin: auto !important;
    }

    .footer-widgets__inner .lsvr-container {
        padding: 0 20px;
    }

    .footer-widgets__inner * {
        margin: auto;
    }

    .widget__title {
        margin: 0 0 40px 0;
    }

    .footer-bottom {
        padding: 80px 0 40px 0;
    }

    .footer-bottom,
    .footer-bottom .lsvr-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom,
    .footer-bottom__inner {
        height: 130px;
    }

    .footer-bottom__inner {
        width: 100%;
        flex-direction: column-reverse;
        justify-content: flex-end;
        border: none;
        padding: 0 !important;
    }

    .footer-text {
        align-items: center;
    }

    .footer-social__list {
        margin-bottom: 18px;
        transform: translateY(-20px);
    }

    .post-rating__inner, .post-archive__count, .lsvr-grid, .post-archive__subcategories {
        padding: 0 20px !important;
    }

    .single-lsvr_kba .post-rating__inner, .single-lsvr_kba .post-related__inner {
        padding: 0 !important;
    }

    .footer-widgets__inner .lsvr-container, .lsvr-grid {
        height: 664px;
    }

    .footer-widgets__column {
        position: absolute;
    }

    .footer-widgets__column:nth-child(1), .footer-widgets__column:nth-child(3) {
        width: 44vw !important;
    }

    .footer-widgets__column:nth-child(1) {
        top: 0;
        left: 0;
    }

    .footer-widgets__column:nth-child(2) {
        bottom: 205px;
        left: 0;
    }

    .footer-widgets__column:nth-child(3) {
        top: 0;
        right: 0;
    }

    .footer-widgets__column:nth-child(4) {
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .get-started-button {
        margin-left: 0;
        margin-right: 0;
    }

    .post-rating__inner, .post-archive__count, .breadcrumbs, .lsvr-grid, .post-archive__subcategories {
        padding: 0 20px !important;
    }

    .archive .breadcrumbs, .search .breadcrumbs, .single-lsvr_kba .breadcrumbs, .single-lsvr_kba .post-rating__inner, .single-lsvr_kba .post-related__inner {
        padding: 0 !important;
    }

    .post-rating__inner, .post-navigation__list, .post-archive__count, .lsvr-grid, .post-archive__subcategories {
        padding: 0 20px !important;
    }

    .lsvr-lore-sitemap__header-more {
        display: block !important;
    }

    .archive .main__header {
        margin: 40px 0 20px 0 !important;
    }

    .widget__title {
        margin-bottom: 10px;
    }

    .footer-widgets {
        padding: 20px 0 0 0;
    }

    .footer-widgets__inner .lsvr-container, .lsvr-grid {
        height: 550px;
    }

    .footer-widgets__column {
        position: absolute;
    }

    .footer-widgets__column:nth-child(1), .footer-widgets__column:nth-child(3) {
        width: 44vw !important;
    }

    .footer-widgets__column:nth-child(1) {
        top: 0;
        left: 0;
    }

    .footer-widgets__column:nth-child(2) {
        bottom: 205px;
        left: 0;
    }

    .footer-widgets__column:nth-child(3) {
        top: 0;
        right: 0;
    }

    .footer-widgets__column:nth-child(4) {
        bottom: 0;
        left: 0;
    }

    #menu-products a, #menu-about a, #menu-support a {
        font-size: 14px;
        line-height: 22px;
    }

    .menu-item {
        margin-bottom: 10px;
    }

    .footer-scroll-top {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 55px;
        height: 45px;
        position: absolute;
        bottom: 0;
        font-size: 10px;
        line-height: 11px;
        font-weight: bold;
        background-image: url('/wp-content/uploads/button-arrow-up.svg');
        background-position: center 7px;
        background-repeat: no-repeat;
    }

    .footer-scroll-top:hover {
        background-image: url('/wp-content/uploads/button-arrow-up-pressed.svg');
        background-position: center 4px;
        color: #1345ac;
    }

    .footer-scroll-top:active,
    .footer-scroll-top:focus {
        background-image: url('/wp-content/uploads/button-arrow-up-pressed.svg');
        background-position: center 4px;
        filter: brightness(90%);
        -webkit-filter: brightness(90%);
        -moz-filter: brightness(90%);
        position: absolute;
        bottom: 0;
        top: unset;
    }

    .post__inner {
        height: fit-content;
    }

    .main__header {
        margin-bottom: 10px !important;
    }

    .single-lsvr_kba .main__header-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-bottom: 0 !important;
    }

    .post__date {
        float: left;
        margin: 10px 0 0 0 !important;
    }

    .single-lsvr_kba .post__date {
        float: unset;
    }

    .page-numbers {
        font-size: 14px;
        line-height: 19px;
        height: 23px;
        width: 26px;
        padding: 3px 0 0 0 !important;
        margin: 0 2px;
    }

    .page-numbers.prev, .page-numbers.next, .page-numbers.dots {
        width: fit-content !important;
        border: none !important;
    }

    .page-numbers.prev, .page-numbers.next {
        margin: 0 10px;
    }

    .header-logo__link,
    .header-logo__image {
        max-width: 40px;
        height: 40px;
        top: unset;
    }

    .header-search-form__results-item:nth-child(even) {
        background-color: unset;
    }

    .header-search-form__results-item-icon {
        left: 11px;
        top: 11px;
    }

    .header-search-form__results-item-icon:before {
        width: 18px;
        height: 18px;
        background-size: contain;
    }
    .header-search-form__results-item {
        padding: 10px 40px 10px 40px !important;
    }

    .header-search-form__results-item-link {
        font-size: 14px;
        line-height: 19px;
    }

    .header-search-form__results-item-rating {
        top: 7px !important;
        margin-top: 2px;
        margin-left: -32px !important;
        width: 32px;
        height: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-search-form__results-item-rating .c-post-rating__likes:before {
        background-image: url("/wp-content/uploads/like.svg");
        transform: translate(-10px, -3px);
    }

    .header-search-form__results-more {
        padding: 20px;
    }

    .lsvr-lore-sitemap {
        margin-top: 40px !important;
    }

    .lsvr-lore-sitemap__header {
        justify-content: flex-start;
    }

    .lsvr-lore-sitemap__header:before {
        content: none;
    }

    .lsvr-lore-sitemap__title {
        font-size: 24px;
        line-height: 38px;
    }

    .lsvr-lore-sitemap__header:after {
        content: '';
        width: 104px;
        height: 10px;
        background-color: #76dc7c;
        border-radius: 7px;
        opacity: 0.5;
        position: absolute;
        top: 22px;
        left: 108px;
    }

    .header-menu__item-link {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .header-menu__item-link:after,
    .header-menu__item-link:hover:after {
        height: 10px;
        border-radius: 6px;
        bottom: 7px !important;
    }

    /*widths for each link*/
    /*why routenote?*/
    .header-menu__item--level-0:nth-child(1) .header-menu__item-link:after {
        width: 99px;
        right: 0px;
    }

    /*our services*/
    .header-menu__item--level-0:nth-child(2) .header-menu__item-link:after {
        width: 75px;
        right: -1px;
    }

    /*partners*/
    .header-menu__item--level-0:nth-child(3) .header-menu__item-link:after {
        width: 47px;
        right: 0px;
    }

    /*routenote news*/
    .header-menu__item--level-0:nth-child(4) .header-menu__item-link:after {
        width: 100px;
        right: 0px;
    }

    /*login*/
    .login-button .header-menu__item-link:after {
        width: 30px !important;
        right: -1px !important;
    }

    .header-search-form__input {
        font-size: 14px;
        line-height: 22px;
        height: 36px;
        padding: 10px 36px 10px 10px !important;
    }

    .header-search-form__submit {
        width: 36px;
        height: 36px;
        background-image: url("/wp-content/uploads/search_small.svg");
    }

   .breadcrumbs__link {
        font-size: 13px;
        line-height: 19px;
    }
    .footer-widgets__column:nth-child(4) {
        width: 100% !important;
        height: auto;
    }

    .no-results {
        height: 220px;
        margin-top: 40px;
        background-image: url('/wp-content/uploads/search-results-2.svg');
        background-size: 126px 118px;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .no-results .c-alert-message {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .c-alert-message-small {
        width: 200px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .breadcrumbs {
        transform: translateY(11px);
        margin-bottom: 20px;
        height: fit-content;
        border-bottom: none;
    }

    .breadcrumbs__item {
        padding: 10px;
    }

    .breadcrumbs__item:nth-child(1) {
        margin-left: 8px;
    }

    .breadcrumbs__item:nth-child(1):before {
        background-image: url("/wp-content/uploads/home-smaller.svg");
        background-size: contain !important;
        width: 19px;
        height: 16px;
        transform: translate(-11px, -3px) ;
    }

    .breadcrumbs__item:before {
        background-image: url("/wp-content/uploads/right-smaller.svg");
        background-size: 8px 16px;
        transform-origin: top left;
        transform: translateY(-2px);
    }

    .single-lsvr_kba .breadcrumbs__item:last-child:before {
        top: 0;
        left: 0;
        transform: translate(-3px, 13px);
    }

    .archive__title {
        font-size: 24px !important;
        line-height: 38px !important;
    }

    .archive__title:after {
        width: 61px;
        height: 10px;
        bottom: 6px;
        left: 19px;
    }

    .term-about-routenote .archive__title:after {
        left: 95px;
        width: 100px;
    }

    .term-artist-label-distribution-questions .archive__title:after {
        left: 18px;
        width: 115px;
    }

    .term-artist-resources .archive__title:after {
        left: 90px;
        width: 101px;
    }

    .term-contact-us .archive__title:after {
        left: 20px;
        width: 69px;
    }

    .term-general-questions .archive__title:after {
        left: 116px;
        width: 96px;
    }

    .term-my-account .archive__title:after {
        left: 59px;
        width: 76px;
    }

    .term-payments-statistics .archive__title:after {
        left: 18px;
        width: 94px;
    }

    .term-referrals .archive__title:after {
        left: 18px;
        width: 83px;
    }

    .term-soundcloud-network .archive__title:after {
        left: 18px;
        width: 123px;
    }

    .term-uploading-your-music .archive__title:after {
        width: 97px;
    }

    .term-youtube-content-id .archive__title:after {
        left: 17px;
        width: 80px;
    }

    .term-youtube-networks .archive__title:after {
        left: 17px;
        width: 80px;
    }

    .post-archive__count {
        font-size: 18px !important;
        line-height: 28px;
        border-bottom: none;
        margin-bottom: 20px !important;
    }

    .post-archive__subcategories {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .post-archive__subcategory {
        width: 100% !important;
    }

    .post-archive__subcategory-inner {
        padding: 10px 0 10px 40px !important;
    }

    .post-archive__subcategory-link {
        font-size: 13px;
        line-height: 19px;
    }

    .post-archive__subcategory-icon:before {
        width: 16px;
        height: 16px;
        transform: translate(3px, 4px);
    }

    .post-archive__subcategory-count {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .post {
        width: 100%;
        padding: 20px !important;
    }

    .search .post {
        padding: 20px 0 !important;
    }

    .archive .post {
        padding: 10px 0 !important;
    }

    .archive .post__inner, .search .post__inner {
        padding-left: 40px;
    }

    .archive .post__icon, .search .post__icon {
        margin-left: 10px;
        transform: translate(20px);
    }

    .single-lsvr_kba .post {
        margin: auto;
        padding: 0 !important;
    }

    .single-lsvr_kba .post__icon {
        position: absolute;
    }

    .single-lsvr_kba .post__icon:before {
        width: 18px;
        height: 18px;
        transform: translate(-33px, 5px);
    }


    .single-lsvr_kba .main__header-title {
        font-size: 18px;
        line-height: 28px;
        margin-left: 0;
    }

    .lsvr_kba-post-single .post__date-published-wrapper {
        margin: 0;
    }

    .post__content p {
        font-size: 14px;
        line-height: 22px;
    }

    .single-lsvr_kba .post-rating__inner {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .single-lsvr_kba .post-rating__title {
        padding: 0;
    }

    .single-lsvr_kba .post-rating__button {
        padding-right: 0 !important;
        padding-left: 40px !important;
    }

    .single-lsvr_kba .post-rating__button--like,
    .single-lsvr_kba .post-rating__button--dislike {
        background-size: 16px 16px;
    }

    .single-lsvr_kba .post-rating__button--like {
        background-position: 5px 7px;
    }

    .single-lsvr_kba .post-rating__button--dislike {
        margin-left: 20px;
    }

    .post-navigation {
        margin: 0 -2% !important;
    }

    .post-navigation__list li {
        width: 52%;
    }

    .post-navigation__list, .post-navigation__title-link {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .post-navigation__list:before, .post-navigation__list:after {
        content: none;
    }

    .post-navigation__list:before

    .post-navigation__title-link {
        font-size: 14px;
    }

    .post-navigation__prev .post-navigation__title-link {
        justify-content: flex-start;
    }

    .post-navigation__next .post-navigation__title-link {
        justify-content: flex-end;
    }

    .post-navigation__prev .post-navigation__title-link:before,
    .post-navigation__next .post-navigation__title-link:after {
        flex-shrink: 0;
    }

    .post-navigation__prev .post-navigation__title-link:before {
        transform: translateY(3px) rotate(180deg);
        margin-right: 3px;
        float: left;
    }

    .post-navigation__prev .post-navigation__title-link:hover:before,
    .post-navigation__prev .post-navigation__title-link:active:before,
    .post-navigation__prev .post-navigation__title-link:focus:before {
        transform: translate(-5px, 3px) rotate(180deg);
    }

    .post-navigation__next {
        position: absolute;
        right: 0;
        margin-right: 20px;
    }

    .post-navigation__next .post-navigation__title-link:after {
        transform: translateY(3px);
        margin-left: 3px;
    }

    .post-navigation__next .post-navigation__title-link:hover:after,
    .post-navigation__next .post-navigation__title-link:active:after,
    .post-navigation__next .post-navigation__title-link:focus:after {
        transform: translate(5px, 3px);
    }

    .post-related__inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .post-related__item {
        align-items: flex-start;
        padding-left: 20px !important;
    }

    .post-related__icon:before {
        width: 18px;
        height: 18px;
        background-size: contain;
        transform: translate(12px, 13px);
    }

    .post-related .post__rating, .post-related .c-post-rating {
        height: 17px;
    }

    .post-related .post__rating {
        transform: translateY(-2px);
    }

    .post-related .c-post-rating__likes {
        padding: 0;
    }

    .post-related .c-post-rating__likes:before {
        transform: translate(-22px, -2px);
    }

    .post-related__link {
        font-size: 13px;
        line-height: 19px;
        margin-right: 40px !important;
    }

    .general-post-archive .post__inner {
        padding: 0px 10px 0px 40px !important;
    }

    .post__inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 0 !important;
    }

    .general-post-archive .post__inner, .archive .post__inner {
        padding: 0px !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
    }

    .post__icon:before, .c-post-rating__likes:before, .c-post-rating__dislikes:before {
        width: 16px;
        height: 16px;
        background-size: contain;
    }

    .archive .post__icon:before, .search .post__icon:before {
        transform: translate(-15px, 1px);
    }

    .c-post-rating__likes {
        font-size: 16px;
        line-height: 17px;
    }

    .post-archive__list {
        margin-bottom: 0 !important;
    }

    .navigation.pagination {
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }

    .nav-links {
        justify-content: center;
    }

    .footer-widgets .widget {
        margin: 0 !important;
    }

    .footer-widgets__column:nth-child(4) {
        padding: 20px 0 !important;
        border-top: 1px solid #D8D8D833;
        border-bottom: 1px solid #D8D8D833;
    }

    .footer-widgets__column:nth-child(4) .footer-widgets__column-inner {
        max-width: 280px !important;
        float: left;
    }

    .footer-widgets__column:nth-child(4) .mejs-controls {
        transform: translateY(1px);
    }

    .archive .c-post-rating__likes:before, .search .c-post-rating__likes:before {
        transform: translate(-8px, -3px);
    }

    .post__title {
        padding: 0 !important;
    }

    .archive .post__header-inner, .search .post__header-inner {
        flex-direction: column;
    }

    .archive .post__title-link, .search .post__title-link {
        margin-left: 40px !important;
        font-size: 13px !important;
        line-height: 19px !important;
    }

    .post__date-published {
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: left;
    }

    .post__footer {
        position: static !important;
    }

    #menu-products .menu-item,
    #menu-about .menu-item,
    #menu-support .menu-item {
        margin-bottom: 10px !important;
    }

    .archive .post__footer, .search .post__footer {
        width: fit-content;
    }

    .search .post__date, .archive .post__date {
        width: 190px;
        margin: 10px 0px 0px 40px !important;
    }

    .lsvr-grid__col {
        padding: 0 !important;
    }

    .footer-bottom {
        border: 0;
    }

    .footer-bottom{
        width: 100%;
        height: 180px;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .footer-social__item {
        margin: 0 auto;
    }

    .cookie-button {
        padding: 13px 33px;
        margin: 0 10px !important;
        line-height: 18px;
        background-image: none;
        font-size: 12px;
    }
}

@media (max-width: 653px) {

    .home .main__inner,
    .home .lsvr-lore-sitemap__content,
    .home .page__content,
    .home .post-9,
    .home .lsvr-lore-sitemap,
    .home .lsvr-lore-sitemap__header,
    .home .lsvr-lore-sitemap__nav,
    .home .lsvr-lore-sitemap__list,
    .lsvr-grid {
        width: auto !important;
        margin: auto;
    }

    .lsvr-lore-sitemap__list {
        grid-template-columns: 100% !important;
    }

    .lsvr-lore-sitemap__inner {
        width: auto;
    }

    .lsvr-lore-sitemap__header {
        margin-bottom: 20px !important;
    }

    .lsvr-lore-sitemap__list {
        grid-template-columns: 238px;
        padding: 0 !important;
        grid-row-gap: 20px;
    }

    .lsvr-lore-sitemap__item {
        margin-bottom: 0px;
    }

    .lsvr-lore-sitemap__item--level-0:after {
        background-position: left bottom !important;
    }
}
