/*
 * Theme Name: Lore
 * Theme URI: http://wpdemos.volovar.net/lore/
 * Text Domain: lore
 * Description: Knowledge Base WordPress Theme
 * Version: 1.0.6
 * Author: LSVRthemes
 * Author URI: http://themeforest.net/user/LSVRthemes/portfolio
 * Tags: post-formats, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, right-sidebar
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */


/*@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600");*/
/*@import url("https://fonts.googleapis.com/css?family=Lato:400,700,300");*/

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}


/*
 * https://github.com/zirafa/bootstrap-grid-only/blob/master/grid.css.less
 */

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1240px) {
  .container {
    width: 1090px;
  }
}

@media (min-width: 1367px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width: 768px) {
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 992px) {
    .col,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1200px) {
    .col,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: 'loreicons';
    src: url("library/fonts/loreicons.eot?qyfyad");
    src: url("library/fonts/loreicons.eot?qyfyad#iefix") format("embedded-opentype"), url("library/fonts/loreicons.ttf?qyfyad") format("truetype"), url("library/fonts/loreicons.woff?qyfyad") format("woff"), url("library/fonts/loreicons.svg?qyfyad#loreicons") format("svg");
    font-weight: normal;
    font-style: normal
}

.loreico {
    font-family: 'loreicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.loreico-picture:before {
    content: "\e927"
}

.loreico-heart:before {
    content: "\e909"
}

.loreico-academy:before {
    content: "\e900"
}

.loreico-alert-triangle:before {
    content: "\e901"
}

.loreico-document:before {
    content: "\e902"
}

.loreico-bookmark:before {
    content: "\e903"
}

.loreico-bookmark2:before {
    content: "\e904"
}

.loreico-building:before {
    content: "\e905"
}

.loreico-calculator:before {
    content: "\e906"
}

.loreico-calendar:before {
    content: "\e907"
}

.loreico-certificate:before {
    content: "\e908"
}

.loreico-bubble-ok:before {
    content: "\e90a"
}

.loreico-bubble-question:before {
    content: "\e90b"
}

.loreico-bubble-square:before {
    content: "\e90c"
}

.loreico-bubbles:before {
    content: "\e90d"
}

.loreico-check-box:before {
    content: "\e90e"
}

.loreico-check-circle:before {
    content: "\e90f"
}

.loreico-checklist:before {
    content: "\e910"
}

.loreico-clock:before {
    content: "\e911"
}

.loreico-cloud:before {
    content: "\e912"
}

.loreico-file-code:before {
    content: "\e913"
}

.loreico-coding-settings:before {
    content: "\e914"
}

.loreico-coffee-cup:before {
    content: "\e915"
}

.loreico-bubble:before {
    content: "\e916"
}

.loreico-computer:before {
    content: "\e917"
}

.loreico-contacts:before {
    content: "\e918"
}

.loreico-customize:before {
    content: "\e919"
}

.loreico-device-wireless:before {
    content: "\e91a"
}

.loreico-devices:before {
    content: "\e91b"
}

.loreico-diamond:before {
    content: "\e91c"
}

.loreico-download-box:before {
    content: "\e91d"
}

.loreico-envelope:before {
    content: "\e91e"
}

.loreico-at-sign:before {
    content: "\e91f"
}

.loreico-faq:before {
    content: "\e920"
}

.loreico-edit:before {
    content: "\e921"
}

.loreico-files:before {
    content: "\e922"
}

.loreico-five-stars:before {
    content: "\e924"
}

.loreico-flag:before {
    content: "\e925"
}

.loreico-folder:before {
    content: "\e926"
}

.loreico-bubbles2:before {
    content: "\e95a"
}

.loreico-gallery:before {
    content: "\e928"
}

.loreico-gift:before {
    content: "\e929"
}

.loreico-globe:before {
    content: "\e92a"
}

.loreico-graph:before {
    content: "\e92b"
}

.loreico-installation:before {
    content: "\e92c"
}

.loreico-key:before {
    content: "\e92d"
}

.loreico-laptop:before {
    content: "\e92e"
}

.loreico-library:before {
    content: "\e92f"
}

.loreico-lightbulb:before {
    content: "\e930"
}

.loreico-link:before {
    content: "\e931"
}

.loreico-list:before {
    content: "\e932"
}

.loreico-unlock:before {
    content: "\e933"
}

.loreico-lock:before {
    content: "\e934"
}

.loreico-magic-wand:before {
    content: "\e935"
}

.loreico-magnifier:before {
    content: "\e936"
}

.loreico-map-marker:before {
    content: "\e937"
}

.loreico-map:before {
    content: "\e938"
}

.loreico-music:before {
    content: "\e939"
}

.loreico-newspaper:before {
    content: "\e93a"
}

.loreico-nonstop:before {
    content: "\e93b"
}

.loreico-office-hours:before {
    content: "\e93c"
}

.loreico-page:before {
    content: "\e93d"
}

.loreico-phone:before {
    content: "\e93e"
}

.loreico-phone-circle:before {
    content: "\e93f"
}

.loreico-photo:before {
    content: "\e940"
}

.loreico-play:before {
    content: "\e941"
}

.loreico-plug:before {
    content: "\e942"
}

.loreico-plugins:before {
    content: "\e943"
}

.loreico-plus-circle:before {
    content: "\e944"
}

.loreico-post:before {
    content: "\e945"
}

.loreico-quality:before {
    content: "\e946"
}

.loreico-quote-opening:before {
    content: "\e947"
}

.loreico-recycle:before {
    content: "\e948"
}

.loreico-rocket:before {
    content: "\e949"
}

.loreico-settings-box:before {
    content: "\e94a"
}

.loreico-settings:before {
    content: "\e94b"
}

.loreico-shopping-basket:before {
    content: "\e94c"
}

.loreico-shutter:before {
    content: "\e94d"
}

.loreico-signal:before {
    content: "\e94e"
}

.loreico-star:before {
    content: "\e94f"
}

.loreico-strategy:before {
    content: "\e950"
}

.loreico-tag:before {
    content: "\e951"
}

.loreico-target:before {
    content: "\e952"
}

.loreico-text:before {
    content: "\e953"
}

.loreico-user-support:before {
    content: "\e954"
}

.loreico-users-community:before {
    content: "\e955"
}

.loreico-video-camera:before {
    content: "\e956"
}

.loreico-video:before {
    content: "\e957"
}

.loreico-wallet:before {
    content: "\e958"
}

.loreico-window-application:before {
    content: "\e959"
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #cccccc
}

.mfp-preloader a:hover {
    color: white
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

body {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

p {
    line-height: 1.6875em;
    margin: 0 0 30px 0
}

abbr {
    border-bottom: 1px dotted transparent
}

address {
    margin-bottom: 30px
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
    outline: 0;
    border: 0;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms
}

cite {
    font-size: 0.875em;
    font-style: italic;
    text-transform: uppercase
}

kbd,
code {
    padding: 5px 7px;
    line-height: 1.5em;
    font-family: Courier, monospace;
    font-size: .813em;
    border-radius: 3px;
    vertical-align: middle
}

em {
    font-style: italic
}

figure {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

img {
    max-width: 100%;
    height: auto
}

ins {
    text-decoration: underline
}

pre {
    margin-bottom: 30px;
    padding: 20px;
    line-height: 1.6em;
    font-family: Courier, monospace;
    font-size: .813em;
    overflow-x: auto
}

q {
    font-style: italic
}

small {
    font-size: .813em
}

strong {
    font-weight: bold;
    color: #333;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.750em
}

sub {
    position: relative;
    top: auto;
    bottom: -0.25em;
    font-size: 0.750em
}

var {
    font-style: italic
}

h1 {
    margin: 0 0 30px 0;
    line-height: 1.5em;
    font-size: 2.625em;
    font-weight: 900
}

h2 {
    margin: 0 0 30px 0;
    line-height: 1.5em;
    font-size: 1.875em;
    font-weight: 900;
    font-style: italic
}

h3 {
    margin: 0 0 30px 0;
    line-height: 1.3em;
    font-size: 1.5em;
    font-weight: normal
}

h4 {
    margin: 0 0 30px 0;
    line-height: 1.3em;
    font-size: 1.375em;
    font-weight: bold
}

h5 {
    margin: 0 0 30px 0;
    line-height: 1.3em;
    font-size: 1.125em;
    font-weight: normal
}

h6 {
    margin: 0 0 15px 0;
    line-height: 1.3em;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: underline
}

dl {
    margin: 0 0 30px 0
}

dt {
    margin: 30px 0 0 0;
    font-size: 1.125em
}

dt:first-child {
    margin-top: 0
}

dd {
    margin: 15px 0 0 0;
    line-height: 1.5em
}

dd:first-child {
    margin-top: 0
}

ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: disc inside
}

ul>li {
    position: relative;
    margin-bottom: 7px;
    line-height: 1.5em
}

ul>li>ol,
ul>li>ul {
    margin: 15px 0 15px 30px;
    list-style-type: circle
}

ol {
    margin: 0 0 30px 0;
    padding: 0
}

ol>li {
    position: relative;
    margin-top: 7px;
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 1.5em
}

ol>li:first-child {
    margin-top: 0
}

ol>li>ul,
ol>li>ol {
    margin: 15px 0 15px 30px
}

blockquote {
    position: relative;
    margin: 0 0 30px 0;
    padding-left: 90px;
    font-size: 1.125em
}

blockquote:before {
    font-family: 'loreicons'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e947';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%
}

blockquote blockquote {
    font-size: 1em
}

blockquote p {
    line-height: 1.6em
}

blockquote cite {
    display: block;
    margin-top: 15px;
    font-style: normal
}

table {
    margin: 0 0 30px 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid transparent
}

table th {
    padding: 10px 15px 8px 15px;
    font-size: .875em;
    font-weight: bold;
    text-align: left;
    border: 0
}

table td {
    padding: 10px 15px 8px 15px;
    font-size: .938em;
    vertical-align: middle;
    border: 1px solid transparent;
    border-top: 0
}

table p {
    margin-bottom: 15px
}

table p:last-child {
    margin: 0
}

form {
    margin: 0 0 30px 0
}

label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: .813em;
    text-transform: uppercase;
    letter-spacing: .05em;
    vertical-align: top
}

input,
textarea,
select {
    position: relative;
    padding: 12px 20px;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    outline: 0;
    border: 0;
    border-radius: 2px;
    -webkit-transition: background-color 150ms;
    -moz-transition: background-color 150ms;
    -ms-transition: background-color 150ms;
    -o-transition: background-color 150ms;
    transition: background-color 150ms
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: -4px;
    margin-right: 3px;
    width: auto;
    border: 0
}

input[type="submit"],
input[type="image"] {
    padding: auto;
    width: auto
}

input[type="file"] {
    padding: auto
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0
}

.alignright {
    float: right;
    margin: 0 0 15px 15px
}

.container {
    width: auto;
    max-width: 1300px
}

.embed-media {
    margin-bottom: 30px
}

.gallery-caption {
    margin-bottom: 10px
}

.hidden {
    display: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.text-align-center {
    text-align: center
}

.wp-caption {
    margin-bottom: 30px;
    max-width: 100%
}

figure.wp-caption {
    width: 100%
}

.wp-caption-text {
    padding: 5px 0;
    font-size: 0.75em;
    letter-spacing: .02em
}

figcaption {
    line-height: 1.5em
}

.wp-audio-shortcode,
.wp-video {
    margin: 0 0 30px 0
}

.gallery {
    margin: 0 0 30px 0
}

.gallery:before,
.gallery:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 5px
}

.gallery-item a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.gallery-columns-1 .gallery-item {
    float: none
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left
}

.gallery-columns-3 .gallery-item {
    width: 33%
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left
}

.gallery-columns-6 .gallery-item {
    width: 16%
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left
}

.gallery-columns-7 .gallery-item {
    width: 14%
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left
}

.gallery-columns-9 .gallery-item {
    width: 11.111%
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left
}

.c-accordion {
    margin-bottom: 30px
}

.c-accordion .accordion-item-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.c-accordion .accordion-item-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.c-accordion .accordion-item-list>li {
    margin: 5px 0 12px 0
}

.c-accordion .accordion-item {
    position: relative;
    border: 3px solid transparent;
    border-width: 0 0 0 3px;
    border-radius: 2px;
    -webkit-transition: border-color 150ms;
    -moz-transition: border-color 150ms;
    -ms-transition: border-color 150ms;
    -o-transition: border-color 150ms;
    transition: border-color 150ms;
    z-index: 0
}

.c-accordion .accordion-item:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    position: absolute;
    top: 13px;
    right: 30px;
    font-size: 24px;
    z-index: -1
}

.c-accordion .accordion-item.m-active:before {
    content: '\f106'
}

.c-accordion .accordion-item-title {
    margin: 0;
    padding: 15px 70px 15px 30px;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer
}

.c-accordion .m-active .accordion-item-title {
    font-weight: bold
}

.c-accordion .accordion-item-content {
    padding: 0 30px 15px 30px;
    font-size: .938em
}

.c-accordion .accordion-item-content>* {
    margin: 15px 0 0 0
}

.c-accordion .accordion-item-content>*:first-child {
    margin: 0
}

.c-alert-message {
    position: relative;
    margin: 0 0 30px 0;
    padding: 14px 30px 14px 60px;
    font-size: .938em;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1
}

.c-alert-message:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f05a';
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px
}

.c-alert-message.m-type-warning:before {
    content: '\f057'
}

.c-alert-message.m-type-success:before {
    content: '\f058'
}

.c-alert-message p {
    margin: 15px 0 0 0
}

.c-alert-message p:first-child {
    margin: 0
}

.c-blog-list {
    margin-bottom: 30px
}

.c-blog-list .blog-list-title {
    text-align: center
}

.c-blog-list .col-md-6:nth-child(2n+1),
.c-blog-list .col-md-4:nth-child(3n+1) {
    clear: left
}

.c-blog-list .post-item {
    margin: 0 0 60px 0
}

.c-blog-list .post-thumbnail {
    margin: 0 0 15px 0
}

.c-blog-list .post-thumbnail img {
    border-radius: 3px
}

.c-blog-list .post-date {
    margin: 0 0 15px 0;
    font-size: .813em;
    font-weight: bold;
    text-transform: uppercase
}

.c-blog-list .post-title {
    margin: 0 0 15px 0;
    font-size: 1.25em;
    font-weight: bold
}

.c-blog-list .post-title a:hover {
    text-decoration: underline
}

.c-blog-list .post-excerpt {
    font-size: .875em
}

.c-blog-list .blog-list-more {
    position: relative;
    text-align: center;
    z-index: 0
}

.c-blog-list .blog-list-more:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    font-size: 0;
    z-index: -1
}

.c-blog-list .blog-list-more>span {
    display: inline-block;
    padding: 0 15px
}

.c-button {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 12px 30px;
    width: auto;
    text-decoration: none;
    line-height: 1em;
    font-size: .875em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .02em;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: all, 200ms;
    -moz-transition: all, 200ms;
    -ms-transition: all, 200ms;
    -o-transition: all, 200ms;
    transition: all, 200ms
}

.c-button:hover {
    text-decoration: none;
    opacity: .8
}

.c-button.m-size-small {
    padding: 10px 25px;
    font-size: .813em
}

.c-button.m-size-large {
    padding: 16px 40px;
    font-size: 1em
}

.c-content-grid {
    margin-bottom: 30px
}

.c-content-grid .content-grid-header {
    position: relative;
    margin-bottom: 45px;
    z-index: 1
}

.c-content-grid .content-grid-header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    z-index: -1
}

.c-content-grid .content-grid-header-inner:before,
.c-content-grid .content-grid-header-inner:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.c-content-grid .content-grid-footer {
    display: none;
    text-align: center
}

.c-content-grid .content-grid-title {
    float: left;
    margin: 0;
    padding: 7px 20px 0 0;
    max-width: 45%
}

.c-content-grid .content-grid-btn {
    float: right;
    margin: 0;
    padding-left: 20px;
    max-width: 50%
}

.c-content-grid .brick-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: -15px -15px 15px -15px
}

.c-content-grid .brick-list:before,
.c-content-grid .brick-list:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.c-content-grid .brick-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.c-content-grid .brick-list>li,
.c-content-grid .brick-list>.widget {
    float: left;
    padding: 15px
}

.c-content-grid.m-1-columns .brick-list>.widget,
.c-content-grid.m-1-columns .brick-item {
    float: none
}

.c-content-grid.m-2-columns .brick-list>.widget,
.c-content-grid.m-2-columns .brick-item {
    width: 50%
}

.c-content-grid.m-3-columns .brick-list>.widget,
.c-content-grid.m-3-columns .brick-item {
    width: 33.3333%
}

.c-content-grid.m-4-columns .brick-list>.widget,
.c-content-grid.m-4-columns .brick-item {
    width: 25%
}

.c-content-grid.m-2-columns .brick-list>.widget:nth-child(2n+1),
.c-content-grid.m-2-columns .brick-item:nth-child(2n+1),
.c-content-grid.m-3-columns .brick-list>.widget:nth-child(3n+1),
.c-content-grid.m-3-columns .brick-item:nth-child(3n+1),
.c-content-grid.m-4-columns .brick-list>.widget:nth-child(4n+1),
.c-content-grid.m-4-columns .brick-item:nth-child(4n+1) {
    clear: left
}

.c-content-grid .brick-list>.widget>.widget-inner,
.c-content-grid .brick-item-inner {
    padding: 45px 30px;
    border: 1px solid transparent;
    border-radius: 3px
}

.c-content-grid .c-folder,
.c-content-grid .lsvr-folder {
    text-align: center
}

.c-content-grid .folder-icon {
    display: block;
    margin-bottom: 10px;
    font-size: 40px
}

.c-content-grid .folder-title {
    margin: 0;
    font-size: 1.375em
}

.c-content-grid .folder-title a:hover {
    text-decoration: underline
}

.c-content-grid .folder-text {
    margin-top: 15px;
    padding: 5px 0
}

.c-content-grid .folder-text p {
    margin: 15px 0 0 0;
    line-height: 1.7em
}

.c-content-grid .folder-text p:first-child {
    margin: 0
}

.c-content-grid .folder-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 15px 0 0 0;
    text-align: center
}

.c-content-grid .folder-links>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.c-content-grid .folder-links>li {
    margin: 15px 0 0 0
}

.c-content-grid .folder-links>li:first-child {
    margin: 0
}

.c-content-grid .folder-links a {
    text-decoration: none
}

.c-content-grid .folder-links a:hover {
    text-decoration: underline
}

.c-content-grid .folder-link {
    margin: 15px 0 0 0
}

.c-content-grid .widget-title {
    font-size: 1.373em
}

.c-content-grid .widget.widget_calendar .calendar_wrap {
    display: block;
    overflow-x: auto
}

.c-content-grid .cta-brick {
    text-align: center
}

.c-content-grid .cta-brick .brick-item-inner {
    padding: 40px 30px
}

.c-content-grid .cta-brick-title {
    margin: 0 0 20px 0
}

.c-content-grid .cta-brick-button {
    margin: 0
}

.c-contents {
    margin: 0 0 60px 0
}

.c-contents .contents-title {
    position: relative;
    z-index: 1
}

.c-contents .contents-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    font-size: 0;
    z-index: -1
}

.c-contents .contents-title span {
    padding-right: 10px
}

.c-contents .contents-chapters {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 15px
}

.c-contents .contents-chapters>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.c-contents .contents-chapters>li {
    margin: 10px 0 0 0
}

.c-contents .contents-chapters a {
    text-decoration: none
}

.c-contents .contents-chapters a:hover {
    text-decoration: underline
}

.c-faq-list {
    margin: 0 0 30px 0
}

.c-faq-list .post-item {
    position: relative;
    margin: 5px 0 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    z-index: 0
}

.c-faq-list .post-item:first-child {
    margin-top: 0
}

.c-faq-list .post-item:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    position: absolute;
    top: 13px;
    right: 30px;
    font-size: 24px;
    z-index: -1
}

.c-faq-list .post-item.m-active:before {
    content: '\f106'
}

.c-faq-list .post-item-inner {
    border: 3px solid transparent;
    border-width: 0 0 0 3px;
    -webkit-transition: border-color 150ms;
    -moz-transition: border-color 150ms;
    -ms-transition: border-color 150ms;
    -o-transition: border-color 150ms;
    transition: border-color 150ms;
    border-radius: 2px
}

.c-faq-list .post-title {
    margin: 0;
    padding: 15px 70px 15px 30px;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer
}

.c-faq-list .post-content {
    margin: 0;
    padding: 0 30px 15px 30px;
    font-size: .938em
}

.c-faq-list .post-content>* {
    margin: 15px 0 0 0
}

.c-faq-list .post-content>*:first-child {
    margin: 0
}

.c-faq-list .post-item-permalink a {
    font-size: .8em;
    text-decoration: none
}

.c-faq-list .post-item-permalink a:hover {
    text-decoration: underline
}

.c-faq-list .c-more-link {
    margin: 15px 0 0 0
}

body .c-faq-list .post-content {
    margin: 0
}

.c-feature {
    margin: 0 0 30px 0
}

.c-feature.m-has-icon .feature-inner {
    padding-left: 80px
}

.c-feature .feature-inner {
    position: relative
}

.c-feature .feature-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 62px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%
}

.c-feature .feature-title {
    margin: 0
}

.c-feature p {
    margin: 15px 0 0 0
}

.c-feature p:first-child {
    margin-top: 0
}

.c-gmap {
    margin: 0 0 30px 0
}

.c-gmap.m-fullwidth {
    margin-left: -60px;
    margin-right: -60px
}

.c-kb-articles {
    margin: 0 0 30px 0
}

.c-kb-articles .kb-article-item {
    margin-top: 30px
}

.c-kb-articles .kb-article-item:first-child {
    margin-top: 0
}

.c-kb-articles .kb-article-item-inner {
    position: relative;
    padding: 0 120px 0 0
}

.c-kb-articles .m-has-rating .kb-article-item-inner {
    min-height: 50px
}

.c-kb-articles.m-has-icons .kb-article-item-inner {
    padding-left: 30px
}

.c-kb-articles .kb-article-header {
    position: relative
}

.c-kb-articles .kb-article-icon {
    position: absolute;
    top: 3px;
    left: -30px;
    font-size: 20px
}

.c-kb-articles .kb-article-title {
    margin: 0;
    font-size: 1.125em;
    font-weight: normal
}

.c-kb-articles .kb-article-title a:hover {
    text-decoration: underline
}

.c-kb-articles .kb-article-content {
    margin: 10px 0 0 0;
    font-size: .875em
}

.c-kb-articles .kb-article-content p {
    margin: 10px 0 0 0
}

.c-kb-articles .kb-article-content p:first-child {
    margin: 0
}

.c-kb-articles .kb-article-footer {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.c-kb-articles .c-post-rating {
    display: block;
    margin-bottom: 5px
}

.c-kb-articles .kb-article-date {
    font-size: .813em;
    text-transform: uppercase
}

.c-kb-articles .c-more-link {
    margin: 30px 0 0 0
}

.c-more-link {
    font-size: .813em;
    text-transform: uppercase;
    letter-spacing: .05em
}

.c-more-link a {
    text-decoration: none
}

.c-more-link a:hover {
    text-decoration: underline
}

#main .navigation.pagination {
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 30px 30px 0 30px;
    font-size: .875em;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid transparent
}

#main .navigation.pagination a {
    text-decoration: none
}

#main .navigation.pagination .page-numbers {
    display: inline-block;
    padding: 4px 10px;
    letter-spacing: .05em;
    border-radius: 3px
}

#main .navigation.pagination .prev {
    margin-right: 4px
}

#main .navigation.pagination .prev:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f104';
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 14px
}

#main .navigation.pagination .next {
    margin-left: 4px
}

#main .navigation.pagination .next:after {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    position: relative;
    top: 1px;
    margin-left: 8px;
    font-size: 14px
}

.c-post-comments {
    margin-top: 60px
}

.c-post-comments .c-alert-message.m-no-comments {
    margin-bottom: 60px
}

.c-post-comments .comments-list .children,
.c-post-comments .comments-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1em
}

.c-post-comments .comments-list .children>li,
.c-post-comments .comments-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.c-post-comments .comments-list>li {
    margin-top: 30px
}

.c-post-comments .comments-list>li:first-child {
    margin-top: 0
}

.c-post-comments .comments-list .children>li {
    margin: 30px 0 0 60px
}

.c-post-comments .comment-body {
    position: relative
}

.c-post-comments .comment-body:before,
.c-post-comments .comment-body:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.c-post-comments .comments-list.m-has-avatars .comment-body {
    padding-left: 60px
}

.c-post-comments .comment-meta {
    margin: 0 0 15px 0
}

.c-post-comments .comment-meta .avatar {
    position: absolute;
    left: 0;
    top: 0
}

.c-post-comments .comment-author {
    display: inline-block;
    margin-right: 10px;
    font-size: .938em
}

.c-post-comments .comment-author .says {
    display: none
}

.c-post-comments .comment-author a {
    text-decoration: none
}

.c-post-comments .comment-metadata {
    display: inline-block;
    font-size: .813em;
    font-weight: bold;
    text-transform: uppercase
}

.c-post-comments .comment-metadata a {
    margin-right: 5px;
    text-decoration: none
}

.c-post-comments .comment-content {
    margin-top: 15px;
    font-size: .875em
}

.c-post-comments .comment-content>* {
    margin: 15px 0 0 0
}

.c-post-comments .comment-content>*:first-child {
    margin: 0
}

.c-post-comments .comment-body .reply {
    margin: 15px 0 0 0;
    font-size: .813em;
    text-transform: uppercase;
    letter-spacing: .05em
}

.c-post-comments ul.page-numbers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 60px 0 0 0;
    font-size: .875em
}

.c-post-comments ul.page-numbers>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.c-post-comments ul.page-numbers li {
    display: inline-block
}

.c-post-comments ul.page-numbers a {
    text-decoration: none
}

.c-post-comments ul.page-numbers span,
.c-post-comments ul.page-numbers a {
    padding: 4px 10px;
    letter-spacing: .05em;
    border-radius: 3px
}

.c-post-comments .comments-list.m-has-avatars ul.page-numbers {
    padding-left: 60px
}

.c-post-comments .respond-form {
    margin-top: 60px
}

.c-post-comments .comment-notes {
    position: relative;
    margin: 0 0 30px 0;
    padding: 14px 30px 14px 60px;
    font-size: .938em;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1
}

.c-post-comments .comment-notes:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f05a';
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px
}

.c-post-comments .comment-notes.m-type-warning:before {
    content: '\f057'
}

.c-post-comments .comment-notes.m-type-success:before {
    content: '\f058'
}

.c-post-comments .comment-notes p {
    margin: 15px 0 0 0
}

.c-post-comments .comment-notes p:first-child {
    margin: 0
}

.c-post-comments .comment-form:before,
.c-post-comments .comment-form:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.c-post-comments .comment-form input[type="submit"] {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 12px 30px;
    width: auto;
    text-decoration: none;
    line-height: 1em;
    font-size: .875em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .02em;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: all, 200ms;
    -moz-transition: all, 200ms;
    -ms-transition: all, 200ms;
    -o-transition: all, 200ms;
    transition: all, 200ms
}

.c-post-comments .comment-form input[type="submit"]:hover {
    text-decoration: none;
    opacity: .8
}

.c-post-comments .comment-form p {
    margin: 0 0 15px 0
}

.c-post-comments .respond-form .comment-notes {
    margin-bottom: 30px
}

.c-post-comments .respond-form .comment-form>* {
    float: left;
    width: 45%
}

.c-post-comments .respond-form .comment-form>.comment-form-comment {
    float: right;
    width: 50%
}

.c-post-comments .respond-form .comment-form>.comment-notes,
.c-post-comments .respond-form .comment-form>.form-submit {
    float: none;
    clear: both;
    width: auto
}

.c-post-comments .respond-form .comment-form>.form-submit {
    margin: 30px 0
}

.c-post-comments .comment-reply-title {
    font-size: 1.125em
}

.c-post-comments .comment-reply-title small {
    padding-left: 10px;
    float: right;
    text-transform: uppercase;
    font-size: .722em
}

.c-post-comments .comment-reply-title small a {
    text-decoration: underline
}

.c-post-comments .comment-reply-title small a:hover {
    text-decoration: none
}

.c-post-comments .comments-list .comment-respond {
    margin-top: 30px
}

.c-post-list {
    margin: 0 -60px 30px -60px
}

.c-post-list .post-item {
    padding: 15px 60px;
    -webkit-transition: background-color 150ms;
    -moz-transition: background-color 150ms;
    -ms-transition: background-color 150ms;
    -o-transition: background-color 150ms;
    transition: background-color 150ms
}

.c-post-list .post-item-inner {
    position: relative;
    padding: 0 120px 0 30px
}

.c-post-list .m-has-rating .post-item-inner {
    min-height: 50px
}

.c-post-list .post-header {
    position: relative
}

.c-post-list .post-icon {
    position: absolute;
    top: 3px;
    left: -30px;
    font-size: 20px
}

.c-post-list .post-title {
    margin: 0;
    font-size: 1.125em;
    font-weight: normal
}

.c-post-list .post-title a:hover {
    text-decoration: underline
}

.c-post-list .post-content {
    margin: 10px 0 0 0;
    font-size: .875em
}

.c-post-list .post-content p {
    margin: 10px 0 0 0
}

.c-post-list .post-content p:first-child {
    margin: 0
}

.c-post-list .post-footer {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.c-post-list .c-post-rating {
    display: block;
    margin-bottom: 5px
}

.c-post-list .post-date {
    font-size: .813em;
    text-transform: uppercase
}

.c-post-rating .likes,
.c-post-rating .dislikes {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    font-size: .813em;
    white-space: nowrap
}

.c-post-rating .dislikes {
    margin-left: 10px
}

.c-post-rating .dislikes:first-child {
    margin-left: 0
}

.c-post-rating .likes:before,
.c-post-rating .dislikes:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 14px
}

.c-post-rating .dislikes:before {
    top: 2px
}

.c-post-rating .likes:before {
    content: '\f164'
}

.c-post-rating .dislikes:before {
    content: '\f165'
}

.c-separator {
    margin: 0 0 30px 0;
    border: 0;
    border-top: 1px solid transparent
}

.c-separator.m-size-small {
    margin: 15px 0
}

.c-separator.m-size-medium {
    margin: 30px 0
}

.c-separator.m-size-large {
    margin: 60px 0
}

.c-search-form .input-holder {
    position: relative
}

.c-search-form .text-input {
    padding: 14px 50px 14px 20px;
    font-size: 16px
}

.c-search-form .submit-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    font-size: 16px
}

.c-search-form .submit-btn:hover {
    opacity: .8
}

.c-subscribe-form {
    position: relative;
    margin: 0;
    border-radius: 3px
}

.c-subscribe-form input[type="text"],
.c-subscribe-form input[type="email"] {
    padding: 12px 150px 12px 20px;
    font-size: 16px;
    border-radius: 3px
}

.c-subscribe-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    height: 100%;
    line-height: 100%;
    font-size: 16px;
    border-radius: 0 3px 3px 0
}

.c-subscribe-form input[type="submit"]:hover {
    opacity: .8
}

.c-tabs {
    margin: 0 0 30px 0
}

.c-tabs .tabs-title-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: -14px
}

.c-tabs .tabs-title-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.c-tabs .tabs-title-list>li {
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 14px 0 14px 0;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    cursor: pointer
}

.c-tabs .tabs-title-list:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    font-size: 0
}

.c-tabs .tabs-content-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px
}

.c-tabs .tabs-content-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.c-tabs .tabs-content-list>li {
    display: none
}

.c-tabs .tabs-content-list>li.m-active {
    display: block
}

.widget a {
    text-decoration: none
}

.widget a:hover {
    text-decoration: underline
}

.widget-more-link {
    margin: 30px 0 0 0;
    font-size: .813em;
    text-transform: uppercase;
    letter-spacing: .05em
}

.widget.lsvr-kb-categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.lsvr-kb-categories ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.lsvr-kb-categories ul>li {
    position: relative
}

.widget.lsvr-kb-categories .item-link {
    position: relative;
    padding: 8px 0;
    border: 3px solid transparent;
    border-width: 0 0 0 3px
}

.widget.lsvr-kb-categories .m-has-children>.item-link {
    padding-right: 30px
}

.widget.lsvr-kb-categories .item-link-inner {
    position: relative;
    padding-left: 24px
}

.widget.lsvr-kb-categories .toggle {
    position: absolute;
    top: 9px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 2px
}

.widget.lsvr-kb-categories .toggle i:before {
    content: '\f107'
}

.widget.lsvr-kb-categories .toggle.m-active i:before {
    content: '\f106'
}

.widget.lsvr-kb-categories .post-icon,
.widget.lsvr-kb-categories .category-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px
}

.widget.lsvr-kb-categories .post-count {
    margin-left: 5px;
    font-size: .813em;
    white-space: nowrap
}

.widget.lsvr-kb-categories .m-current-post>.item-link a,
.widget.lsvr-kb-categories .m-current-cat>.item-link a {
    font-weight: bold
}

.widget.lsvr-kb-categories .children-holder {
    display: none
}

.widget.lsvr-kb-categories .m-current-post-ancestor>.children-holder,
.widget.lsvr-kb-categories .m-current-cat>.children-holder,
.widget.lsvr-kb-categories .m-current-cat-ancestor>.children-holder {
    display: block
}

.widget.lsvr-kb-categories .root-level>li>.item-link .item-link-inner {
    padding: 0
}

.widget.lsvr-kb-categories .root-level>li>.item-link .category-icon,
.widget.lsvr-kb-categories .root-level>li>.item-link .post-icon {
    display: none
}

.widget.lsvr-kb-categories .root-level>li>.children-holder>ul {
    font-size: .875em
}

.widget.lsvr-kb-categories .root-level ul .item-link {
    padding-left: 5px
}

.widget.lsvr-kb-categories .root-level ul .toggle {
    top: 6px
}

.widget.lsvr-kb-categories .root-level ul ul .item-link {
    padding-left: 50px
}

.widget.lsvr-kb-categories .root-level ul ul ul .item-link {
    padding-left: 70px
}

.widget.lsvr-kb-articles ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.lsvr-kb-articles ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.lsvr-kb-articles ul>li {
    margin-top: 15px
}

.widget.lsvr-kb-articles.m-has-date ul>li,
.widget.lsvr-kb-articles.m-has-excerpt ul>li {
    margin-top: 30px
}

.widget.lsvr-kb-articles ul>li:first-child {
    margin-top: 0
}

.widget.lsvr-kb-articles .post-item.m-has-icon {
    padding-left: 40px
}

.widget.lsvr-kb-articles .post-title-holder {
    position: relative
}

.widget.lsvr-kb-articles .m-has-rating .post-title-holder {
    padding-right: 60px
}

.widget.lsvr-kb-articles .m-has-rating-both .post-title-holder {
    padding-right: 120px
}

.widget.lsvr-kb-articles .post-icon {
    position: absolute;
    top: -1px;
    left: -40px;
    font-size: 24px
}

.widget.lsvr-kb-articles .post-item.m-post-format-gallery .post-icon:before {
    content: '\e70e'
}

.widget.lsvr-kb-articles .post-item.m-post-format-image .post-icon:before {
    content: '\e704'
}

.widget.lsvr-kb-articles .post-item.m-post-format-audio .post-icon:before {
    content: '\e6e4'
}

.widget.lsvr-kb-articles .post-item.m-post-format-video .post-icon:before {
    content: '\e6f8'
}

.widget.lsvr-kb-articles .post-item.m-post-format-link .post-icon:before {
    content: '\e917'
}

.widget.lsvr-kb-articles .post-date {
    margin-bottom: 5px;
    font-size: .813em;
    text-transform: uppercase
}

.widget.lsvr-kb-articles .m-current .post-title {
    font-weight: bold
}

.widget.lsvr-kb-articles .c-post-rating {
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.widget.lsvr-kb-articles .post-excerpt {
    margin-top: 5px;
    font-size: .875em
}

.widget.lsvr-kb-articles .post-excerpt p {
    margin: 10px 0 0 0
}

.widget.lsvr-kb-articles .post-excerpt p:first-child {
    margin: 0
}

.c-content-grid.m-4-columns .widget.lsvr-kb-articles .m-has-rating .post-title-holder,
.c-content-grid.m-4-columns .widget.lsvr-kb-articles .m-has-rating-both .post-title-holder {
    padding-right: 0
}

.c-content-grid.m-4-columns .widget.lsvr-kb-articles .c-post-rating {
    display: block;
    position: relative;
    top: auto;
    right: auto
}

.widget.lsvr-faq ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.lsvr-faq ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.lsvr-faq ul>li {
    margin-top: 15px
}

.widget.lsvr-faq ul>li:first-child {
    margin-top: 0
}

.widget.lsvr-faq li.m-current>a {
    font-weight: bold
}

.widget.lsvr-faq-categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.lsvr-faq-categories ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.lsvr-faq-categories ul>li {
    margin-top: 15px;
    font-size: .813em
}

.widget.lsvr-faq-categories ul>li:first-child {
    margin-top: 0
}

.widget.lsvr-faq-categories a {
    margin-right: 5px;
    font-size: 1.231em
}

.widget.lsvr-faq-categories .current-cat>a {
    font-weight: bold
}

.widget.widget_archive ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_archive ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_archive ul>li {
    margin-top: 15px
}

.widget.widget_archive ul>li:first-child {
    margin-top: 0
}

.widget.widget_calendar .calendar_wrap {
    display: inline-block;
    padding: 25px
}

.widget.widget_calendar table {
    margin: 0;
    width: 100%;
    max-width: 400px;
    border: 0;
    border-collapse: collapse
}

.widget.widget_calendar caption {
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: center;
    font-size: .875em;
    letter-spacing: .05em;
    text-transform: uppercase
}

.widget.widget_calendar thead {
    border: 1px solid transparent;
    border-width: 1px 0 1px 0
}

.widget.widget_calendar thead th {
    font-size: .813em;
    font-weight: bold;
    text-align: center;
    border: 0
}

.widget.widget_calendar tbody td {
    padding: 8px 5px;
    font-size: .875em;
    border: 0;
    text-align: center
}

.widget.widget_calendar tfoot td {
    border: 0
}

.widget.widget_calendar #today {
    font-weight: bold;
    border-radius: 2px
}

.widget.widget_calendar a:hover {
    text-decoration: underline
}

.widget.widget_calendar tfoot #prev,
.widget.widget_calendar tfoot #next {
    font-size: .875em;
    text-transform: uppercase
}

.widget.widget_calendar tfoot #prev {
    text-align: left
}

.widget.widget_calendar tfoot #next {
    text-align: right
}

.widget.widget_categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_categories ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_categories ul>li {
    margin-top: 15px
}

.widget.widget_categories .widget-inner>ul>li:first-child {
    margin: 0
}

.widget.widget_categories .current-cat {
    font-weight: bold
}

.widget.widget_categories ul.children {
    margin-left: 30px
}

.widget.widget_categories .widget-inner>ul>li>ul {
    font-size: .875em
}

.widget.widget_nav_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_nav_menu ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_nav_menu ul>li {
    position: relative;
    margin: 15px 0 0 0
}

.widget.widget_nav_menu ul>li[class*="current"]>a {
    font-weight: bold
}

.widget.widget_nav_menu a {
    padding-right: 30px
}

.widget.widget_nav_menu .sub-menu {
    display: none;
    margin-left: 30px
}

.widget.widget_nav_menu ul>li[class*="current"]>.sub-menu {
    display: block
}

.widget.widget_nav_menu .menu>li>ul {
    font-size: .875em
}

.widget.widget_nav_menu .toggle {
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 2px
}

.widget.widget_nav_menu .toggle i:before {
    content: '\f107'
}

.widget.widget_nav_menu .toggle.m-active i:before {
    content: '\f106'
}

.widget.widget_meta ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_meta ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_meta ul>li {
    margin-top: 15px
}

.widget.widget_meta ul>li:first-child {
    margin: 0
}

.widget.widget_pages ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_pages ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_pages ul>li {
    margin-top: 15px
}

.widget.widget_pages .widget-inner>ul>li:first-child {
    margin: 0
}

.widget.widget_pages ul.children {
    margin-left: 30px
}

.widget.widget_recent_comments ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_recent_comments ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_recent_comments ul>li {
    margin-top: 15px
}

.widget.widget_recent_comments ul>li:first-child {
    margin: 0
}

.widget.widget_recent_entries ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_recent_entries ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_recent_entries ul>li {
    margin-top: 15px
}

.widget.widget_recent_entries ul>li:first-child {
    margin: 0
}

.widget.widget_recent_entries .post-date {
    font-size: .857em
}

.widget.widget_rss ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_rss ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_rss ul>li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid transparent
}

.widget.widget_rss ul>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}

.widget.widget_rss .rssSummary {
    margin-top: 15px;
    font-size: .857em
}

.widget.widget_rss cite {
    display: block;
    margin-top: 15px;
    font-size: .857em
}

.widget.widget_rss .rss-date {
    display: block;
    margin-top: 10px;
    font-size: .857em
}

.widget.widget_text .textwidget p {
    margin: 15px 0 0 0
}

.widget.widget_text .textwidget p:first-child {
    margin: 0
}

.widget.widget_display_search form:before,
.widget.widget_display_search form:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.widget.widget_display_search input.button {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 12px 30px;
    width: auto;
    text-decoration: none;
    line-height: 1em;
    font-size: .875em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .02em;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: all, 200ms;
    -moz-transition: all, 200ms;
    -ms-transition: all, 200ms;
    -o-transition: all, 200ms;
    transition: all, 200ms;
    margin-top: 10px
}

.widget.widget_display_search input.button:hover {
    text-decoration: none;
    opacity: .8
}

.widget.widget_display_forums ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_display_forums ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_display_forums ul>li {
    margin-top: 15px
}

.widget.widget_display_forums ul>li:first-child {
    margin: 0
}

.widget.bbp_widget_login .bbp-login-form label {
    display: block;
    width: auto
}

.widget.bbp_widget_login input {
    max-width: 400px
}

.widget.bbp_widget_login .bbp-remember-me {
    margin: 10px 0 0 0
}

.widget.bbp_widget_login .bbp-remember-me label {
    display: inline
}

.widget.bbp_widget_login .bbp-submit-wrapper .button {
    position: relative;
    top: 0;
    padding: 12px 20px;
    width: auto;
    line-height: 1em;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all, 200ms;
    -moz-transition: all, 200ms;
    -ms-transition: all, 200ms;
    -o-transition: all, 200ms;
    transition: all, 200ms
}

.widget.bbp_widget_login .bbp-submit-wrapper {
    margin: 0
}

.widget.bbp_widget_login .bbp-submit-wrapper .button:active {
    top: 2px
}

.widget.bbp_widget_login .bbp-login-links a {
    display: block;
    margin: 7px 0 0 0
}

.widget.bbp_widget_login .bbp-login-links a:first-child {
    margin: 0
}

.widget.widget_display_replies ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_display_replies ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_display_replies ul>li {
    margin-top: 15px
}

.widget.widget_display_replies ul>li:first-child {
    margin: 0
}

.widget.widget_display_replies img.avatar {
    margin-top: 5px;
    vertical-align: top
}

.widget.widget_display_replies ul div {
    font-size: .813em
}

.widget.widget_display_topics ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_display_topics ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_display_topics ul>li {
    margin-top: 15px
}

.widget.widget_display_topics ul>li:first-child {
    margin: 0
}

.widget.widget_display_topics img.avatar {
    margin-top: 5px;
    vertical-align: top
}

.widget.widget_display_topics ul div {
    font-size: .813em
}

.widget.widget_display_stats dl:before,
.widget.widget_display_stats dl:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.widget.widget_display_stats dl>dt {
    clear: left;
    float: left;
    margin: 7px 0 0 0;
    padding-top: 7px;
    width: 60%;
    font-size: 1em
}

.widget.widget_display_stats dl>dd {
    float: right;
    margin: 7px 0 0 0;
    padding-top: 7px;
    width: 40%;
    text-align: right
}

.widget.widget_display_stats dl>dt:first-of-type,
.widget.widget_display_stats dl>dd:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: 0
}

.widget.widget_display_views ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget.widget_display_views ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget.widget_display_views ul>li {
    margin-top: 15px
}

.widget.widget_display_views ul>li:first-child {
    margin: 0
}

.header-bg {
    position: relative;
    background-size: cover
}

.header-bg.m-overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.header-inner {
    position: relative;
    padding-bottom: 40px;
    z-index: 30
}

.page-template-default-front-page .header-inner,
.page-template-fullwidth-without-title .header-inner,
.page-template-fullwidth .header-inner,
.post-type-archive-lsvr_lore_kb .header-inner {
    padding-bottom: 0
}

.lsvr_lore_kb_archive_article_view .header-inner {
    padding-bottom: 40px
}

#header .container {
    padding: 0 75px
}




.container {
    width: auto;
    max-width: 1210px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1090px;
  }
}

@media (min-width: 1367px) {
  .container {
    width: 1210px;
  }
}




.header-navbar {
    padding: 20px 0;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    z-index: 10;
    border-bottom: 1px solid transparent
}

.header-navbar a {
    text-decoration: none
}

.m-fixed-navbar .header-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.admin-bar .m-fixed-navbar .header-navbar {
    top: 30px
}

.m-scrolled .header-navbar {
    padding: 10px 0
}

.header-navbar-inner {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%
}

.header-navbar-inner:before,
.header-navbar-inner:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.header-branding {
    display: table-cell;
    height: 100%;
    width: 30%;
    vertical-align: middle
}

.header-branding h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.header-branding img {
    display: block
}

.header-branding .custom-logo-link {
    display: block
}

.header-menu-holder {
    display: table-cell;
    height: 100%;
    width: 70%;
    vertical-align: middle
}

.header-menu-holder-inner {
    float: right
}

.header-menu {
    float: right
}

.header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header-menu ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.header-menu li {
    position: relative
}

.header-menu a {
    display: block;
    position: relative
}

.header-menu>ul>li {
    display: inline-block
}

.header-menu>ul>li>a {
    display: block;
    position: relative;
    padding: 5px 12px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: none;
    display: block;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 17px;
    font-weight: 600;
    font-family: "";
}

.header-menu > ul > li > a:hover, .header-menu > ul > li.m-hover > a {
    color: #fff !important;
    background-color: #0060ff !important;
}


.header-menu .submenu-toggle {
    display: none
}



/* ------------------------------------------------------------------------------------------ */
/* Custom CSS Styles
/* ------------------------------------------------------------------------------------------ */

body .c-separator {
    border-color: #e8e8e8;
}

img.aligncenter { display: block; }

body #header .main-header { text-align: center; margin-bottom: 0; }
body #header .main-header h1 { color: #fff; font-size: 36px; }

.c-button { border-radius: 0;  font-family: Poppins; font-weight: 600; letter-spacing: 0.5px; font-size: 13px; padding: 10px 16px; line-height: 20px; transition: 0.3s; border: none; }
.c-button:hover { opacity: 1; background-color: #222; color: #fff;  }

.c-content-grid .cta-brick .brick-item-inner {
    background-color: #f6f6f6 !important;
    border: none !important;
    padding: 45px 30px;
}

.c-content-grid .folder-icon {
    color: #0060ff !important;
}

.c-content-grid .folder-links>li {
    margin: 10px 0 0 0;
}

.search-header-headline {
    text-align: center;
    margin: -10px 0 35px 0;
    font-family: Poppins;
}
.search-header-headline h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 12px;
}

.search-header-headline p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,0.9);
}

.search-header-headline a {
    text-decoration: none;
    padding: 4px 8px;
    margin: 0 3px;
    line-height: 20px;
    transition: 0.3s;
    font-size: 15px;
    background-color: #0060ff;
    color: #fff;
    display: inline-block;
}

.search-header-headline a:hover {
    background-color: #0055e3;
}

.footer-top {display: none; }


body #footer { background-color: transparent; }
body .footer-bottom {
    color: #666;
    border: none;
    background-color: rgba(255,255,255,0.1);
    padding: 0 30px;
}

body.post-type-archive-lsvr_lore_faq .footer-bottom,
body.lsvr_lore_kb-template-default .footer-bottom,
body.tax-lsvr_lore_kb_cat .footer-bottom {
    padding: 0;
    border: none;
    background-color: #f2f2f2;
    margin-top: -25px;
}

body.post-type-archive-lsvr_lore_faq .footer-bottom-inner,
body.lsvr_lore_kb-template-default .footer-bottom-inner,
body.tax-lsvr_lore_kb_cat .footer-bottom-inner { padding-top: 0; }


body.post-type-archive-lsvr_lore_faq .footer-text,
body.lsvr_lore_kb-template-default .footer-text,
body.tax-lsvr_lore_kb_cat .footer-text { padding-top: 0; border: none; }

body .page-kb-post-archive-category-view .category-description {
    font-size: 15px;
    color: #777;
}

body .header-branding img {
    transform: translate3d(0,0,0);
}

body .header-search {
    margin-top: -10px;
}

body .header-navbar { padding-top: 25px; }

body #header .container { padding: 0 30px; }
body .footer-text {
    float: none;
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
}

body .footer-bottom-inner {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    padding-top: 0;
}

body .page-kb-post-single .post-footer .post-meta,
body .page-kb-post-single .post-footer .post-date {
    display: none;
}

body .page-kb-post-single img {
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin: 0;
    margin-top: 15px;
    image-rendering: -webkit-optimize-contrast;
}

body .page-kb-post-single .post-related {
    padding: 50px 60px 0 60px;
}

body .page-kb-post-archive-category-view .category-item-inner { padding: 35px; }
body .page-kb-post-archive-category-view .category-item-inner,
body .c-content-grid .brick-list>.widget>.widget-inner, .c-content-grid .brick-item-inner {  border-radius: 0 !important; border: 1px solid #e8e8e8!important;  }

#core {
    background-color: #f3f3f3 !important;
}

body .page-kb-post-single .post-meta a {
    font-weight: 600;
    color: #333;
}

body .faq-post-list-accordion .post-item {
    border-radius: 0;
    border-color: #e8e8e8;
    margin-bottom: 10px;
}

body .faq-post-list-accordion .post-item-inner { border-radius: 0; }


.widget.lsvr-kb-categories a, .widget.lsvr-kb-categories .toggle {
    border: none !important;
}

body .page-kb-post-single .post-rating-buttons button {
    border-radius: 0;
}

body .breadcrumbs, body .breadcrumbs a {
    color: #575863;
    text-transform: none;
    font-weight: 400;
    font-family: Poppins
}

body .header-search-form .text-input {
    color: #777;
    background-color: #FFF;
    border-radius: 0;
}

body .page-wrapper.m-layout-boxed {
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}


body .page-kb-post .main-header h1 { font-size: 36px; line-height: 48px; } 

body .page-kb-post-tax-category .parent-category-description { margin: -40px 0 60px 0; }

body .c-post-list .post-date { display: none; }
body .header-search-results {
    border-color: #f3f3f3;
    padding: 15px 0;
}

body .header-search-options {
    margin-top: 0;
}

body .header-search-results ul .ico {
    top: 10px;
}

/*.post-item-inner img { box-shadow: 0 0 12px rgba(0,0,0,0.1); }*/

body .header-search-results ul a {
    padding: 8px 140px 8px 56px;
    color: #707070;
}

body .header-search-results ul a:hover,
body .header-search-results ul .m-active {
    background-color: #f6f6f6;
}

body .header-search-results .results-message {
    padding: 0 30px;
}

body .header-search-results .more-link {
    text-decoration: none;
    padding-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-family: Poppins;
}

body .header-search-results .more-link a {
    color: #333;
}

body #sidebar .widget-title {
    color: #333;
}

body .header-search-options {
     border-radius: 0;
}

body .page-kb-post-archive-category-view .child-icon {
    top: 2px;
}

/*.home .main-header { display: none; }*/
.page-kb-post-archive-category-view .main-header h1 {
    font-size: 30px !important;
    padding-bottom: 0;
    margin-bottom: -25px;
}

body .c-content-grid .content-grid-title {
    font-weight: 400 !important;
}


html {
    background-color: #fff !important;
} 

body .widget.lsvr-kb-categories .item-link {
    padding: 7px 0;
    line-height: 21px;
}

body .widget.lsvr-kb-categories .post-icon { top: 1px; }

 
@media (min-width: 992px) {

    body .header-menu ul ul li:last-child,
    body .header-menu ul ul li:last-child a,
    body .header-menu ul ul li:first-child a,
    body .header-menu ul ul li:first-child {
        border-radius: 0;
    }

    body .header-menu ul ul li:last-child { padding-bottom: 15px; }
    body .header-menu ul ul li:first-child { padding-top: 15px; }

    body .header-menu ul ul {
        /*box-shadow: 0 0 8px rgba(0,0,0,0.2);*/
        width: 163px;
    }

    body .header-menu > ul > li > ul::before {
        border-bottom-color: #fff;
    }


    body .header-menu ul ul > li {
        background-color: #fff !important;
    }

    body .header-menu ul ul a {
        color: #777;
        font-weight: 500 !important;
        font-family: Poppins;
        font-size: 14px;
        padding: 2px 20px;
        transition: 0.3s;
    }

    body .header-menu ul ul a:hover {
        background-color: #fff;
        color: #333;
    }

}


@media (max-width: 992px) {

    body .header-search {
        margin-top: 40px;
    }

    body .header-menu .submenu-toggle {
        border: none;
    }


}

 body .header-menu>ul>li.m-last>ul:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
body .page-kb-post-archive-category-view .category-title {
    margin: 0 0 5px 0;
}



body .c-content-grid .folder-title {
    font-size: 18px;
    margin-bottom: 22px;
}

a:hover { text-decoration: none !important; }


body .c-post-list .post-title {
    margin: 3px 0 0 0;
    font-size: 16px;
    font-weight: normal;
}

body .c-post-list .m-has-rating .post-item-inner {
    min-height: 25px;
}

body .c-post-list .post-content {
   margin-top: 3px;
}

body .c-post-list .post-icon {
    top: -2px;
}

body .c-post-list .post-item:hover {
    background-color: #f8f8f8;
}

body .c-post-list .post-date {
    margin-bottom: 5px;
    text-transform: none;
    font-family: Poppins;
}

body .c-alert-message {
    border-radius: 0;
}

body h1,body h2,body h3,body h4,body h5,body h6 { font-family: Poppins; text-transform: none; letter-spacing: 0; font-weight: 500 !important; }
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a {
    font-family: Poppins
}

body .c-content-grid .folder-links a,
body .page-kb-post-archive-category-view .child-list a {
    text-decoration: none;
    color: #555;
    transition: 0.3s;
}

body .c-content-grid .folder-links a:hover,
body .page-kb-post-archive-category-view .child-list a:hover {
    color: #0060ff;
}


body .page-kb-post-archive-category-view .child-list>li {
    padding-left: 25px;
    margin: 8px 0 0 0;
    line-height: 23px;
}


body .breadcrumbs, body .breadcrumbs a {
    color: #777;
    letter-spacing: 0;
}

body .page-kb-post-single .post-date {
    text-transform: none;
}

body #sidebar .widget-title {
    font-weight: 500 !important;
    font-family: Poppins;
    font-size: 15px;
}

body .c-alert-message {
    color: #3184ae;
    background-color: #E9F7FE;
}

body .c-alert-message a {
    color: #3184ae;
    font-weight: 500;
}

body .c-alert-message strong {
    color: #3184ae;
}

body .page-faq-post-single .post-date {
    text-transform: none;
    letter-spacing: 0;
}

body .page-faq-post-single .post-meta a {
    font-weight: 600;
    color: #333;
}

body .widget.lsvr-kb-categories ul ul:last-child {
    margin-bottom: 15px;
}

body #sidebar a:hover {
    color: #0060ff;
}

body .c-alert-message.m-type-success {
    background-color: #EBF6E0;
    color: #5f9025;
}

body .c-alert-message.m-type-success a {
    font-weight: 500;
    color: #5f9025;
}

body .c-alert-message.m-type-success strong {
    color: #5f9025;
}

body .c-alert-message.m-type-warning {
    background-color: #FBFADD;
    color: #8f872e;
}

body .c-alert-message.m-type-warning a {
    font-weight: 500;
    color: #8f872e;
}

body .c-alert-message.m-type-warning strong {
    color: #8f872e;
}

body .header-search-form .submit-btn {
    color: #333;
    right: 15px;
}

body .header-search-form .submit-btn:hover {
    color: #0060ff;
    opacity: 1;
}

body.header-search-form .text-input {
    padding: 20px 60px 18px 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins;
    color: #333 !important
}

body .header-search-results .results-message { font-family: Poppins }

body .header-search-form .text-input::placeholder {
    font-weight: 500;
    color: #777;
    opacity: 1;
}

body .search-emoji {
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-left: 2px;
}

body kbd, body code, body pre {
    color: #1565c0;
    background-color: #eef3fb;
}

body #main .navigation.pagination .page-numbers {
    letter-spacing: 0;
    border-radius: 0
}

body .page-kb-post-archive-category-view .category-description > p:first-child {
    margin: 12px 0 0 0;
    letter-spacing: 0;
    font-size: 14px;
}

body .c-content-grid .folder-links li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75ch;
}

body .header-menu ul ul li:first-child:last-child {
    border-radius: 0;
}


/* Newsletter bar */
body #mailchimp-top-bar.mctb-medium .mctb-bar {
    padding: 10px 8px;
    font-family: Poppins;
}

body #mailchimp-top-bar.mctb-medium input {
    font-size: 13px;   
    font-weight: 500;
}

body #mailchimp-top-bar.mctb-medium input::placeholder { color: #888 !important; opacity: 1; }
body #mailchimp-top-bar.mctb-medium input::-webkit-input-placeholder { color: #888 !important; opacity: 1; }
body #mailchimp-top-bar.mctb-medium input::-moz-placeholder { color: #888 !important; opacity: 1; }
body #mailchimp-top-bar.mctb-medium input:-ms-input-placeholder { color: #888 !important; opacity: 1; }


body #mailchimp-top-bar.mctb-medium label {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
}

body #mailchimp-top-bar.mctb-medium .mctb-email, 
body #mailchimp-top-bar.mctb-medium .mctb-label, 
body #mailchimp-top-bar.mctb-medium input {
    padding: 8px 12px !important;
    border-radius: 0;
}

body #mailchimp-top-bar.mctb-medium .mctb-button {
    margin-left: -4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
}

body #mailchimp-top-bar.mctb-medium .mctb-close {
     color: transparent !important;
     padding: 6px 8px;
     margin: 6px 8px;
     padding-right: 12px;
     transition: 0.2s;
     opacity: 0;
     visibiliy: hidden;
     transform: translateY(-20px);
}

body #mailchimp-top-bar.mctb-medium .mctb-close:after {
    font-family: "FontAwesome";
    color: #fff;
    font-size: 20px;
    position: absolute;
    transform: translate(-50%,-50%);
    content: "\f00d";
    top: 50%;
    left: 50%;
}


body #mailchimp-top-bar.mctb-medium .mctb-close.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* Numbered Style */
.page-kb-post ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-left: 14px;
    display: inline-block;
}

.page-kb-post ol ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.page-kb-post ol ol > li::before {
    background-color: #eee;
    color: #333;
}

.page-kb-post ol li {
    display: inline-block;
    padding: 8px 0 8px 35px;
    width: 100%;
    line-height: 27px;
    float: left;
    position: relative;
}

.page-kb-post ol > li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 14px;
    font-family: Poppins;
    line-height: 34px;
    width: 34px;
    height: 34px;
    display: inline-block;
    border: none;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    margin-left: 0;
    font-weight: 600;
    color: #fff;
    position: absolute;
    float: left;
    left: -13px;
    transform: translateY(-5px);
    background-color: #0060ff;
}


body #sidebar a {
    color: #666;
}

body #sidebar .widget.lsvr-kb-categories .m-current-post i,
body #sidebar .widget.lsvr-kb-categories .m-current-post a,
body #sidebar .widget.lsvr-kb-categories .m-current-cat a,
body .c-post-list .post-title a,
body .post-related h6 { color: #333; }

body #sidebar .widget.lsvr-kb-categories .m-current-post a:hover,
body #sidebar .widget.lsvr-kb-categories .m-current-cat a:hover,
body .c-post-list .post-title a:hover { color: #0060ff; }

body .page-kb-post-single .related-post-icon {
    top: -1px;
}
/* ------------------------------------------------------------------------------------------ */




.header-menu ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
    width: 220px;
    z-index: 20
}

.header-menu ul ul li {
    border-top: 1px solid transparent;
    -webkit-transition: background-color, 150ms;
    -moz-transition: background-color, 150ms;
    -ms-transition: background-color, 150ms;
    -o-transition: background-color, 150ms;
    transition: background-color, 150ms
}

.header-menu ul ul li:first-child {
    border: 0;
    border-radius: 3px 3px 0 0
}

.header-menu ul ul li:last-child {
    border-radius: 0 0 3px 3px
}

.header-menu ul ul li:first-child:last-child {
    border-radius: 3px
}

.header-menu ul ul a {
    display: block;
    padding: 10px 20px;
    font-size: .875em
}

.header-menu ul ul li:first-child>a {
    border-radius: 3px 3px 0 0
}

.header-menu ul ul li:last-child>a {
    border-radius: 0 0 3px 3px
}

.header-menu ul ul li:first-child:last-child>a {
    border-radius: 3px
}

.header-menu ul ul li.m-has-submenu>a:after {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 16px
}

.header-menu ul ul .current-menu-item>a {
    font-weight: bold
}

.header-menu>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 20px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 0;
    -webkit-transition: border-color, 150ms;
    -moz-transition: border-color, 150ms;
    -ms-transition: border-color, 150ms;
    -o-transition: border-color, 150ms;
    transition: border-color, 150ms
}

.header-menu>ul>li.m-last>ul {
    left: auto;
    right: 0
}

.header-menu>ul>li.m-last>ul:before {
    left: auto;
    right: 20px
}

.header-menu ul ul ul {
    left: 100%;
    top: 0;
    padding-top: 0
}

.header-menu>ul>li.m-penultimate>ul ul,
.header-menu>ul>li.m-last>ul ul {
    left: auto;
    right: 100%
}

.header-menu ul ul ul ul {
    left: auto;
    right: 100%
}

.header-menu .submenu-toggle {
    display: none;
    position: absolute;
    top: 11px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 24px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px
}

.header-menu .submenu-toggle i:before {
    content: '\f107'
}

.header-menu .submenu-toggle.m-active i:before {
    content: '\f106'
}

.header-compact-search {
    position: relative;
    float: right;
    margin-top: -1px;
    margin-left: 20px;
    padding: 4px 0
}

.header-compact-search .toggle {
    width: 30px;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    text-align: center;
    border-radius: 2px
}

.header-compact-search .toggle i {
    position: relative;
    top: 0;
    right: -1px
}

.header-compact-search.m-active .toggle i:before {
    content: '\f00d'
}

.header-compact-search .header-search-suggestions {
    display: none
}

.header-compact-search-form-holder {
    display: none;
    position: absolute;
    top: 100%;
    right: -20px;
    margin-top: 10px;
    width: 650px
}

.header-compact-search-form-holder:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 28px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 0
}

.header-languages {
    float: right
}

.header-languages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 2px 0 0 25px;
    line-height: 1em;
    letter-spacing: 0.01em;
    border-radius: 2px
}

.header-languages ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.header-languages ul:before,
.header-languages ul:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.header-languages ul>li {
    display: block;
    float: left
}

.header-languages a {
    display: block;
    position: relative;
    padding: 0 8px;
    height: 27px;
    line-height: 27px;
    font-size: .813em;
    text-transform: uppercase;
    border-radius: 2px
}

.header-languages a:hover {
    text-decoration: underline
}

.header-languages-label {
    display: none;
    float: left;
    margin-right: 15px;
    height: 46px;
    line-height: 46px;
    font-size: .813em
}

.header-mobile-toggle {
    display: none;
    position: absolute;
    top: 4px;
    right: 30px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    border: 1px solid transparent;
    border-radius: 2px
}

.header-mobile-toggle i {
    position: relative;
    top: 0;
    -webkit-transition: color, 150ms;
    -moz-transition: color, 150ms;
    -ms-transition: color, 150ms;
    -o-transition: color, 150ms;
    transition: color, 150ms
}

.header-mobile-toggle.m-active i:before {
    content: '\f00d'
}

.header-search {
    margin-top: 10px;
    padding: 120px 0
}

.m-compact-search .header-search {
    display: none
}

.header-search-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 700px
}

.header-search-form {
    position: relative
}

.header-search-form .input-holder {
    position: relative
}

.header-search-form .text-input {
    padding: 20px 60px 18px 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins;
    color: #333 !important
}

.header-search-results .results-message { font-family: Poppins }

.header-search-form .text-input::-webkit-input-placeholder {

    font-weight: 400;
    color: #fff;
}

.header-search-form .text-input:-moz-placeholder {
 
    font-weight: 400;
    color: #fff;
}

.header-search-form .text-input::-moz-placeholder {

    font-weight: 400;
    color: #fff;
}

.header-search-form .text-input:ms-input-placeholder {

    font-weight: 400;
    color: #fff;
}

.header-search-form .submit-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center
}

.header-search-form .submit-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.header-search-form .submit-btn:active {
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.header-search-form .loading-anim {
    display: none;
    position: absolute;
    top: 50%;
    right: 70px;
    margin-top: -10px;
    font-size: 18px
}

.header-search-form.m-loading .loading-anim {
    display: block
}

.header-search-form.m-loading .header-search-results {
    opacity: .5
}

.header-search-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -2px;
    width: 100%;
    border-top: 2px solid transparent;
    border-radius: 0 0 2px 2px
}

.header-search-filter {
    padding: 15px 30px
}

.header-search-filter span {
    display: inline-block;
    margin-right: 15px;
    padding-top: 7px;
    font-style: italic;
    font-size: .875em
}

.header-search-filter label {
    display: inline-block;
    margin: 2px 0px;
    padding: 5px 12px;
    font-size: .813em;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    border: 1px solid transparent;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all, 150ms;
    -moz-transition: all, 150ms;
    -ms-transition: all, 150ms;
    -o-transition: all, 150ms;
    transition: all, 150ms
}

.header-search-filter label input {
    display: none
}

.header-search-results {
    border-top: 1px solid transparent;
    -webkit-transition: opacity, 150ms;
    -moz-transition: opacity, 150ms;
    -ms-transition: opacity, 150ms;
    -o-transition: opacity, 150ms;
    transition: opacity, 150ms
}

.header-search-results a {
    text-decoration: none
}

.header-search-results ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow: auto
}

.header-search-results ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.header-search-results ul a {
    display: block;
    position: relative;
    padding: 8px 140px 8px 60px
}

.header-search-results ul .ico {
    position: absolute;
    top: 12px;
    left: 30px
}

.header-search-results ul:last-child {
    border-radius: 0 0 2px 2px
}

.header-search-results .c-post-rating {
    position: absolute;
    top: 7px;
    right: 20px
}

.header-search-results .c-post-rating .likes,
.header-search-results .c-post-rating .dislikes {
    min-width: 30px
}

.header-search-results .c-post-rating .difference {
    min-width: 0
}

.header-search-results .results-message {
    margin: 0;
    padding: 15px 30px;
    font-size: .813em;
    text-align: center
}

.header-search-results .more-link {
    margin: 0;
    padding: 15px 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .813em;
    border-top: 1px solid transparent;
    text-decoration: none
}

.header-search-results .more-link:hover {
    text-decoration: underline
}

.header-search-mobile-close {
    display: none;
    position: absolute;
    margin: 0;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center
}

.header-search-suggestions {
    text-align: center;
    font-size: .875em
}

.header-search-suggestions-inner {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 0 0 3px 3px
}

.header-search-suggestions a:hover {
    text-decoration: none
}

#core {
    display: block
}

.page-wrapper {
    position: relative
}

.page-wrapper.m-layout-boxed {
    position: relative;
    margin: -40px 0 60px 0;
    z-index: 20
}

.column-content,
.column-sidebar {
    position: relative
}

.m-sidebar-right .column-content:before,
.m-sidebar-left .column-content:before,
.m-sidebar-right .column-sidebar:before,
.m-sidebar-left .column-sidebar:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    font-size: 0
}

.m-sidebar-right .column-sidebar:before {
    right: auto;
    left: -1px
}

.m-sidebar-left .column-content:before {
    right: auto;
    left: 0
}

.m-sidebar-left .column-sidebar:before {
    left: auto;
    right: -1px
}

#main {
    position: relative
}

.main-inner {
    padding: 60px 60px 30px 60px
}

.page-wrapper.m-layout-fullwidth .main-inner {
    padding-left: 0;
    padding-right: 0
}

.m-sidebar-left #main {
    margin-left: -15px
}

.m-sidebar-right #main {
    margin-right: -15px
}

.post-content:before,
.post-content:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.main-header {
    margin-bottom: 60px;
    text-align: center
}

.breadcrumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: .813em;
    letter-spacing: 0.05em
}

.breadcrumbs>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.breadcrumbs>li {
    display: inline-block;
    margin: 5px
}

.breadcrumbs>li:after,
.breadcrumbs>li:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    display: inline;
    margin-right: 10px;
    font-size: 12px
}

.breadcrumbs>li:after {
    display: none
}

.breadcrumbs>li:first-child:after,
.breadcrumbs>li:first-child:before {
    display: none
}

.breadcrumbs a {
    text-decoration: none
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.m-sidebar-left #sidebar {
    margin-right: -15px
}

.m-sidebar-right #sidebar {
    margin-left: -15px
}

#sidebar .sidebar-inner {
    padding: 30px 0
}

#sidebar .widget {
    margin: 0 0 30px 0;
    padding: 30px 40px 0 40px;
    border-top: 1px solid transparent
}

#sidebar .widget:first-child {
    border: 0
}

#sidebar .widget-title {
    font-weight: bold;
    font-size: .875em
}

#sidebar .widget.lsvr-kb-categories .widget-content {
    margin: 0 -40px
}

#sidebar .widget.lsvr-kb-categories .root-level .item-link {
    padding-left: 40px;
    padding-right: 60px
}

#sidebar .widget.lsvr-kb-categories .root-level ul .item-link {
    padding-left: 45px
}

#sidebar .widget.lsvr-kb-categories .root-level ul ul .item-link {
    padding-left: 70px
}

#sidebar .widget.lsvr-kb-categories .toggle {
    right: 40px
}

#sidebar .widget.lsvr-kb-categories .no-categories {
    padding: 0 40px
}

#sidebar .widget.bbp_widget_login .bbp-login-form label {
    width: auto
}

.page-post-archive .post-item {
    margin: 60px 0 30px 0
}

.page-post-archive .post-item:first-child {
    margin-top: 0
}

.page-post-archive .post-thumbnail {
    margin: 0 -60px 30px -60px;
    text-align: center
}

.page-post-archive .post-title {
    margin: 0 0 30px 0
}

.page-post-archive .post-title a:hover {
    text-decoration: none
}

.page-post-archive .post-item.sticky .post-title:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f08d';
    margin-right: 10px;
    font-size: 20px
}

.page-post-archive .post-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: .875em
}

.page-post-archive .post-meta>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-post-archive .post-meta>li {
    display: inline-block;
    margin: 5px 25px 5px 0
}

.page-post-archive .post-meta .ico {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 18px
}

.page-post-archive .post-meta a {
    font-weight: bold;
    text-decoration: none
}

.page-post-archive .post-meta a:hover {
    text-decoration: underline
}

.page-post-archive .post-content {
    margin: 0
}

.page-post-archive .post-footer {
    position: relative;
    margin: 0;
    z-index: 0
}

.page-post-archive .post-footer:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    font-size: 0;
    z-index: -1
}

.page-post-archive .post-footer-inner:before,
.page-post-archive .post-footer-inner:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.page-post-archive .post-date {
    float: left;
    margin: 10px 0 0 0;
    padding-right: 20px;
    max-width: 60%;
    font-size: .813em;
    letter-spacing: .05em;
    text-transform: uppercase
}

.page-post-archive .post-date a {
    text-decoration: none
}

.page-post-archive .post-date a:hover {
    text-decoration: underline
}

.page-post-archive .read-more {
    float: right;
    margin: 0;
    padding-left: 20px
}

.page-post-archive .navigation.pagination {
    margin-left: -60px;
    margin-right: -60px
}

.page-post-single .post-header {
    margin-bottom: 60px
}

.page-post-single .has-post-thumbnail .post-header {
    margin-bottom: 30px
}

.page-post-single .post-date {
    margin: -30px 0 15px 0;
    text-align: center;
    font-size: .875em;
    letter-spacing: .05em;
    text-transform: uppercase
}

.page-post-single .post-date a {
    text-decoration: none
}

.page-post-single .post-date a:hover {
    text-decoration: underline
}

.page-post-single .post-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: .875em;
    text-align: center
}

.page-post-single .post-meta>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-post-single .post-meta>li {
    display: inline-block;
    margin: 0 12px
}

.page-post-single .post-meta .ico {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 18px
}

.page-post-single .post-meta a {
    font-weight: bold;
    text-decoration: none
}

.page-post-single .post-meta a:hover {
    text-decoration: underline
}

.page-post-single .post-thumbnail {
    margin: 30px -60px;
    text-align: center
}

.page-post-single .post-content {
    margin: 30px 0
}

.page-post-single .post-pagination h6 {
    margin: 0 0 15px 0
}

.page-post-single .post-footer {
    margin-top: 30px
}

.page-post-single .post-tags {
    font-size: .875em
}

.page-post-single .post-tags .ico {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 18px
}

.page-post-single .post-tags a {
    font-weight: bold;
    text-decoration: none
}

.page-post-single .post-tags a:hover {
    text-decoration: underline
}

.page-post-single .post-author-bio {
    margin: 30px 0;
    padding-top: 60px;
    border-top: 1px solid transparent
}

.page-post-single .post-author-bio-inner {
    position: relative;
    padding-left: 130px;
    min-height: 100px
}

.page-post-single .post-author-bio h5 {
    margin: 0;
    font-size: 1em;
    font-weight: bold
}

.page-post-single .post-author-bio h5 strong {
    margin-right: 12px
}

.page-post-single .post-author-bio h5 span {
    font-size: .688em;
    text-transform: uppercase
}

.page-post-single .post-author-avatar {
    position: absolute;
    top: 0;
    left: 0
}

.page-post-single .post-author-name {
    margin: 0 0 15px 0
}

.page-post-single .post-author-description {
    margin: 10px 0 0 0;
    font-size: .875em
}

.page-post-single .post-author-description p {
    margin: 10px 0 0 0
}

.page-post-single .post-author-description p:first-child {
    margin: 0
}

.page-post-single .author-articles {
    font-size: .929em;
    letter-spacing: .05em;
    text-transform: uppercase
}

.page-post-single .post-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 60px -60px 30px -60px;
    padding: 20px 60px
}

.page-post-single .post-navigation>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-post-single .post-navigation:before,
.page-post-single .post-navigation:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.page-post-single .post-navigation h6 {
    margin: 0
}

.page-post-single .post-navigation h6 a {
    text-decoration: none
}

.page-post-single .post-navigation .previous-post {
    position: relative;
    float: left;
    width: 50%
}

.page-post-single .post-navigation .next-post {
    position: relative;
    float: right;
    width: 50%;
    text-align: right
}

.page-post-single .post-navigation .previous-post:after,
.page-post-single .post-navigation .next-post:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 0;
    width: 1px;
    font-size: 0
}

.page-post-single .post-navigation .next-post:after {
    right: auto;
    left: -1px
}

.page-post-single .post-navigation .previous-post-inner {
    padding-right: 20px
}

.page-post-single .post-navigation .m-has-thumb .previous-post-inner {
    position: relative;
    padding-left: 70px;
    min-height: 40px
}

.page-post-single .post-navigation .next-post-inner {
    padding-left: 20px
}

.page-post-single .post-navigation .m-has-thumb .next-post-inner {
    position: relative;
    padding-right: 70px;
    min-height: 40px
}

.page-post-single .post-navigation .previous-post-thumb,
.page-post-single .post-navigation .next-post-thumb {
    width: 50px;
    position: absolute;
    top: -5px
}

.page-post-single .post-navigation .previous-post-thumb {
    left: 0
}

.page-post-single .post-navigation .next-post-thumb {
    right: 0
}

.page-post-single .post-navigation .previous-post-thumb img,
.page-post-single .post-navigation .next-post-thumb img {
    border-radius: 2px
}

.page-post-single .post-navigation .prev-post-link,
.page-post-single .post-navigation .next-post-link {
    font-size: .938em;
    text-decoration: none
}

.page-post-single .post-navigation .prev-post-link:hover,
.page-post-single .post-navigation .next-post-link:hover {
    text-decoration: underline
}

.page-kb-post-archive .navigation.pagination {
    margin: 30px -60px
}

.page-kb-post-archive-category-view .category-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: -15px -15px 15px -15px
}

.page-kb-post-archive-category-view .category-list:before,
.page-kb-post-archive-category-view .category-list:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.page-kb-post-archive-category-view .category-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-kb-post-archive-category-view .category-list>li {
    float: left;
    padding: 15px
}

.page-kb-post-archive-category-view.m-1-columns .category-item {
    float: none
}

.page-kb-post-archive-category-view.m-2-columns .category-item {
    width: 50%
}

.page-kb-post-archive-category-view.m-3-columns .category-item {
    width: 33.3333%
}

.page-kb-post-archive-category-view.m-4-columns .category-item {
    width: 25%
}

.page-kb-post-archive-category-view.m-2-columns .category-item:nth-child(2n+1),
.page-kb-post-archive-category-view.m-3-columns .category-item:nth-child(3n+1),
.page-kb-post-archive-category-view.m-4-columns .category-item:nth-child(4n+1) {
    clear: left
}

.page-kb-post-archive-category-view .category-item-inner {
    padding: 30px;
    border: 1px solid transparent;
    border-radius: 3px
}

.page-kb-post-archive-category-view .category-header {
    margin-bottom: 30px;
    text-align: center
}

.page-kb-post-archive-category-view .category-icon {
    display: block;
    font-size: 44px;
    margin-bottom: 15px
}

.page-kb-post-archive-category-view .category-title {
    margin: 0 0 15px 0;
    font-size: 1.222em
}

.page-kb-post-archive-category-view .category-title a:hover {
    text-decoration: underline
}

.page-kb-post-archive-category-view .category-description {
    font-size: .875em
}

.page-kb-post-archive-category-view .category-description>p {
    margin: 15px 0 0 0
}

.page-kb-post-archive-category-view .category-description>p:first-child {
    margin: 0
}

.page-kb-post-archive-category-view .child-list-title {
    position: relative;
    font-size: .813em;
    z-index: 1
}

.page-kb-post-archive-category-view .child-list-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    font-size: 0;
    z-index: -1
}

.page-kb-post-archive-category-view .child-list-title span {
    padding-right: 15px
}

.page-kb-post-archive-category-view .child-list-holder {
    margin-top: 30px
}

.page-kb-post-archive-category-view .child-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.page-kb-post-archive-category-view .child-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-kb-post-archive-category-view .child-list a {
    text-decoration: none
}

.page-kb-post-archive-category-view .child-list a:hover {
    text-decoration: underline
}

.page-kb-post-archive-category-view .child-list>li {
    position: relative;
    margin: 10px 0 0 0;
    padding-left: 30px
}

.page-kb-post-archive-category-view .child-icon {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px
}

.page-kb-post-archive-category-view .child-title {
    margin-right: 15px
}

.page-kb-post-archive-category-view .article-title {
    margin-right: 0
}

.page-kb-post-archive-category-view .subcategory-post-count {
    font-size: .813em;
    white-space: nowrap
}

.page-kb-post-archive-category-view .child-list-more {
    margin: 15px 0 0 0;
    font-size: .813em;
    text-transform: uppercase
}

.page-kb-post-archive-category-view .child-list-more a {
    text-decoration: none
}

.page-kb-post-archive-category-view .child-list-more a:hover {
    text-decoration: underline
}

.page-kb-post-tax-category .parent-category-description {
    margin: 60px 0;
    text-align: center
}

.page-kb-post-tax-category .category-list {
    margin: 60px 0;
    margin-left: -15px;
    margin-right: -15px
}

.page-kb-post-tax-category .category-list:last-child {
    margin-bottom: 30px
}

.page-kb-post-tax-category .category-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: -15px 0
}

.page-kb-post-tax-category .category-list-items>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-kb-post-tax-category .category-list-items:before,
.page-kb-post-tax-category .category-list-items:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.page-kb-post-tax-category .category-list-items>.category-item {
    float: left;
    padding: 15px;
    width: 50%
}

.page-kb-post-tax-category .category-list-items>.category-item:nth-child(2n+1) {
    clear: left
}

.page-kb-post-tax-category .category-item-inner {
    padding: 30px 30px 30px 60px;
    border: 1px solid transparent
}

.page-kb-post-tax-category .category-header {
    position: relative
}

.page-kb-post-tax-category .category-icon {
    position: absolute;
    top: 1px;
    left: -30px;
    font-size: 20px
}

.page-kb-post-tax-category .category-title {
    display: inline;
    font-size: 1em;
    font-weight: bold
}

.page-kb-post-tax-category .category-title a:hover {
    text-decoration: underline
}

.page-kb-post-tax-category .category-count {
    font-size: .813em;
    white-space: nowrap
}

.page-kb-post-tax-category .category-description {
    font-size: .875em
}

.page-kb-post-tax-category .category-description p {
    margin: 10px 0 0 0
}

.page-kb-post-single .post-content {
    margin: 30px 0
}

.page-kb-post-single .post-attachments {
    padding: 30px;
    border-radius: 3px
}

.page-kb-post-single .post-attachments .attachments-title {
    margin: 0 0 30px 0;
    font-size: 1em;
    font-weight: bold
}

.page-kb-post-single .post-attachments .attachments-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.page-kb-post-single .post-attachments .attachments-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-kb-post-single .post-attachments .attachments-list>li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid transparent
}

.page-kb-post-single .post-attachments .attachments-list>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}

.page-kb-post-single .post-attachments .attachment-inner {
    position: relative;
    padding: 0 100px 0 25px
}

.page-kb-post-single .post-attachments .attachment-icon {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px
}

.page-kb-post-single .post-attachments .attachment-title {
    font-size: .875em;
    text-decoration: none
}

.page-kb-post-single .post-attachments .attachment-title:hover {
    text-decoration: underline
}

.page-kb-post-single .post-attachments .attachment-filesize {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: .813em
}

.page-kb-post-single .post-footer {
    margin-top: 30px
}

.page-kb-post-single .post-footer a {
    text-decoration: none
}

.page-kb-post-single .post-footer a:hover {
    text-decoration: underline
}

.page-kb-post-single .post-date {
    margin: 0 0 15px 0;
    font-size: .875em;
    text-transform: uppercase
}

.page-kb-post-single .post-modified-date {
    margin-left: 20px;
    font-style: italic
}

.page-kb-post-single .post-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 15px 0 30px 0;
    padding-top: 15px;
    font-size: .875em;
    border-top: 1px solid transparent
}

.page-kb-post-single .post-meta>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-kb-post-single .post-meta>li {
    display: inline-block;
    margin: 0 24px 0 0
}

.page-kb-post-single .post-meta .ico {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 18px
}

.page-kb-post-single .post-meta a {
    font-weight: bold
}

.page-kb-post-single .post-rating {
    margin-top: 60px
}

.page-kb-post-single .post-rating-inner {
    position: relative;
    z-index: 1
}

.page-kb-post-single .post-rating-inner:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    z-index: -1
}

.page-kb-post-single .post-rating-inner2:before,
.page-kb-post-single .post-rating-inner2:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.page-kb-post-single .post-rating-title {
    float: left;
    margin: 0;
    padding-right: 15px;
    line-height: 38px;
    font-size: 1em;
    font-weight: bold
}

.page-kb-post-single .post-rating-buttons {
    float: right;
    padding-left: 15px
}

.page-kb-post-single .post-rating-buttons button {
    display: inline-block;
    margin-left: 5px;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    font-size: 1em;
    border-radius: 20px;
    border: 1px solid transparent
}

.page-kb-post-single .post-rating-buttons button:first-child {
    margin: 0
}

.page-kb-post-single .post-rating-buttons i {
    margin-right: 5px;
    font-size: 16px
}

.page-kb-post-single .m-loading .post-rating-buttons button {
    opacity: .5
}

.page-kb-post-single .post-related {
    margin: 60px -60px 30px -60px;
    padding: 30px 60px 0 60px;
    border-top: 1px solid transparent
}

.page-kb-post-single .post-related.m-bottom-border {
    padding-bottom: 30px;
    border-bottom: 1px solid transparent
}

.page-kb-post-single .post-related a {
    text-decoration: none
}

.page-kb-post-single .post-related a:hover {
    text-decoration: underline
}

.page-kb-post-single .related-post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 15px 0 0 0
}

.page-kb-post-single .related-post-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-kb-post-single .related-post-list>li {
    margin: 10px 0 0 0;
    position: relative;
    padding-left: 30px
}

.page-kb-post-single .related-post-list>li:first-child {
    margin: 0
}

.page-kb-post-single .related-post-icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px
}

.page-kb-post-single .related-post-title {
    margin-right: 15px
}

.faq-post-list-accordion {
    margin: 0 0 30px 0
}

.faq-post-list-accordion .post-item {
    position: relative;
    margin: 5px 0 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    z-index: 0
}

.faq-post-list-accordion .post-item:first-child {
    margin-top: 0
}

.faq-post-list-accordion .post-item:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    position: absolute;
    top: 13px;
    right: 30px;
    font-size: 24px;
    z-index: -1
}

.faq-post-list-accordion .post-item.m-active:before {
    content: '\f106'
}

.faq-post-list-accordion .post-item-inner {
    border: 3px solid transparent;
    border-width: 0 0 0 3px;
    -webkit-transition: border-color 150ms;
    -moz-transition: border-color 150ms;
    -ms-transition: border-color 150ms;
    -o-transition: border-color 150ms;
    transition: border-color 150ms;
    border-radius: 2px
}

.faq-post-list-accordion .post-title {
    margin: 0;
    padding: 15px 70px 15px 30px;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer
}

.faq-post-list-accordion .post-content {
    padding: 0 30px 15px 30px;
    font-size: .938em
}

.faq-post-list-accordion .post-content>* {
    margin: 15px 0 0 0
}

.faq-post-list-accordion .post-content>*:first-child {
    margin: 0
}

.faq-post-list-accordion .post-item-permalink a {
    font-size: .8em;
    text-decoration: none
}

.faq-post-list-accordion .post-item-permalink a:hover {
    text-decoration: underline
}

.page-faq-post-archive .navigation.pagination {
    margin: 30px -60px
}

.page-faq-post-single .post-header {
    text-align: center
}

.page-faq-post-single .post-footer {
    margin: 30px 0
}

.page-faq-post-single .post-date {
    margin: 0 0 15px 0;
    font-size: .875em;
    text-transform: uppercase
}

.page-faq-post-single .post-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 15px 0 0 0;
    padding-top: 15px;
    font-size: .875em;
    border-top: 1px solid transparent
}

.page-faq-post-single .post-meta>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.page-faq-post-single .post-meta>li {
    display: inline-block;
    margin: 0 24px 0 0
}

.page-faq-post-single .post-meta .ico {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 18px
}

.page-faq-post-single .post-meta a {
    font-weight: bold;
    text-decoration: none
}

.page-faq-post-single .post-meta a:hover {
    text-decoration: underline
}

.page-search-results .navigation.pagination {
    margin: 30px -60px
}

#footer {
    position: relative;
    z-index: 20
}

.footer-top-inner {
    padding: 30px 15px
}

.footer-top-inner:before,
.footer-top-inner:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.footer-menu {
    float: left;
    max-width: 60%
}

.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-menu ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.footer-menu ul>li {
    display: inline-block;
    margin: 5px 35px 5px 0
}

.footer-menu a {
    text-decoration: none
}

.footer-menu a:hover {
    text-decoration: underline
}

.footer-social {
    float: right;
    max-width: 35%;
    font-size: .875em;
    text-transform: uppercase
}

.footer-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 3px 0 0 0
}

.footer-social ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.footer-social ul>li {
    display: inline-block;
    margin-left: 20px
}

.footer-social a {
    text-decoration: none
}

.footer-social i {
    font-size: 24px
}

.footer-widgets {
    padding-top: 60px;
    font-size: .875em
}

.footer-widgets .footer-widgets-inner {
    padding: 0 15px
}

.footer-widgets .col-md-3:nth-child(4n+1),
.footer-widgets .col-md-4:nth-child(3n+1),
.footer-widgets .col-md-6:nth-child(2n+1),
.footer-widgets .col-md-12:nth-child(odd) {
    clear: left
}

.footer-widgets .widget {
    margin: 0 0 60px 0
}

.footer-widgets .widget-title {
    font-size: 1.143em;
    font-weight: normal
}

.footer-widgets .widget.lsvr-kb-categories .item-link {
    border: 0
}

.footer-widgets .widget.lsvr-kb-categories .root-level ul ul .item-link {
    padding-left: 30px
}

.footer-widgets .widget.lsvr-kb-categories .root-level ul ul ul .item-link {
    padding-left: 50px
}

.footer-widgets .widget.widget_nav_menu .menu>li>ul {
    font-size: 1em
}

.footer-widgets .widget.widget_text .textwidget {
    font-size: 1.143em
}

.footer-bottom {
    border-top: 1px solid transparent
}

.footer-bottom-inner {
    padding: 30px 15px;
    font-size: .875em
}

.footer-bottom-inner:before,
.footer-bottom-inner:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

.footer-text {
    float: left;
    max-width: 60%;
    font-size: .857em
}

.footer-text p {
    margin: 15px 0 0 0
}

.footer-text p:first-child {
    margin: 0
}

.footer-scroll-top {
    float: right;
    margin: 0;
    font-size: .875em
}

.footer-scroll-top a {
    text-decoration: none
}

.footer-scroll-top:hover a {
    text-decoration: underline
}

.breadcrumbs.m-bbpress>li:last-child {
    display: none
}

.breadcrumbs.m-bbpress.m-show-last>li:last-child {
    display: inline-block
}

.breadcrumbs.m-bbpress .bbp-breadcrumb-sep {
    display: none
}

.bbp-login-form {
    margin-bottom: 30px
}

.bbp-login-form label {
    width: auto
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password {
    margin: 0 0 30px 0
}

.bbp-login-form .bbp-username label,
.bbp-login-form .bbp-email label,
.bbp-login-form .bbp-password label {
    display: block;
    margin: 0 0 5px 0
}

.bbp-login-form .bbp-username p {
    margin: 0
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
    padding: 12px 15px
}

.bbp-login-form .bbp-submit-wrapper {
    margin: 0
}

.bbp-login-form .bbp-remember-me {
    float: left
}

div.bbp-submit-wrapper {
    clear: none;
    float: right;
    margin: 0
}

.bbp-submit-wrapper button {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 12px 30px;
    width: auto;
    text-decoration: none;
    line-height: 1em;
    font-size: .875em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .02em;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: all, 200ms;
    -moz-transition: all, 200ms;
    -ms-transition: all, 200ms;
    -o-transition: all, 200ms;
    transition: all, 200ms
}

.bbp-submit-wrapper button:hover {
    text-decoration: none;
    opacity: .8
}

.page-template-bbpress-login-register .bbp-login-form .bbp-form>.bbp-template-notice {
    display: none
}

.login-forgot-pass-btn {
    text-decoration: none
}

.login-forgot-pass-btn:hover {
    text-decoration: underline
}

.login-forgot-pass-form {
    display: none
}

div.bbp-template-notice,
div.bbp-template-notice.info,
div.bbp-template-notice.alert,
div.bbp-template-notice.important {
    position: relative;
    margin: 0 0 30px 0;
    padding: 14px 30px 14px 60px;
    font-size: .938em;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1
}

div.bbp-template-notice:before,
div.bbp-template-notice.info:before,
div.bbp-template-notice.alert:before,
div.bbp-template-notice.important:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f05a';
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px
}

div.bbp-template-notice.m-type-warning:before,
div.bbp-template-notice.info.m-type-warning:before,
div.bbp-template-notice.alert.m-type-warning:before,
div.bbp-template-notice.important.m-type-warning:before {
    content: '\f057'
}

div.bbp-template-notice.m-type-success:before,
div.bbp-template-notice.info.m-type-success:before,
div.bbp-template-notice.alert.m-type-success:before,
div.bbp-template-notice.important.m-type-success:before {
    content: '\f058'
}

div.bbp-template-notice p,
div.bbp-template-notice.info p,
div.bbp-template-notice.alert p,
div.bbp-template-notice.important p {
    margin: 15px 0 0 0
}

div.bbp-template-notice p:first-child,
div.bbp-template-notice.info p:first-child,
div.bbp-template-notice.alert p:first-child,
div.bbp-template-notice.important p:first-child {
    margin: 0
}

div.bbp-template-notice p {
    margin: 15px 0 0 0 !important;
    padding: 0;
    font-size: 1em
}

div.bbp-template-notice p:first-child {
    margin: 0!important
}

div.bbp-template-notice img.avatar {
    margin: 3px 0 0 0;
    vertical-align: top
}

div.bbp-template-notice a:hover {
    text-decoration: underline
}

#bbpress-forums {
    margin: 0;
    padding-bottom: 1px;
    font-size: 1em
}

#bbpress-forums a {
    text-decoration: none
}

#bbpress-forums a:hover {
    text-decoration: underline
}

#bbpress-forums ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#bbpress-forums ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    margin: 0;
    vertical-align: top
}

#bbpress-forums .mobile-label {
    display: none;
    font-weight: bold
}

#bbpress-forums .bbp-breadcrumb {
    display: none
}

#bbpress-forums .bbp-search-form {
    display: none
}

#bbpress-forums>#subscription-toggle {
    display: block;
    margin-bottom: 30px;
    text-align: right
}

#bbpress-forums>#subscription-toggle a.subscription-toggle {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 12px 30px;
    width: auto;
    text-decoration: none;
    line-height: 1em;
    font-size: .875em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .02em;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: all, 200ms;
    -moz-transition: all, 200ms;
    -ms-transition: all, 200ms;
    -o-transition: all, 200ms;
    transition: all, 200ms
}

#bbpress-forums>#subscription-toggle a.subscription-toggle:hover {
    text-decoration: none;
    opacity: .8
}

#bbpress-forums div.bbp-topic-tags {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 0.813em
}

#bbpress-forums div.bbp-topic-tags p {
    margin: 0
}

#bbpress-forums .bbp-pagination {
    float: none
}

#bbpress-forums .bbp-pagination:before,
#bbpress-forums .bbp-pagination:after {
    display: table;
    clear: both;
    height: 0;
    content: ''
}

#bbpress-forums .bbp-breadcrumb+.bbp-pagination,
#bbpress-forums .bbp-template-notice+.bbp-pagination {
    display: none
}

#bbpress-forums .bbp-pagination-count {
    font-size: .813em
}

#bbpress-forums .bbp-pagination-links {
    font-size: .875em;
    text-transform: uppercase
}

#bbpress-forums .bbp-pagination-links a {
    text-decoration: none
}

#bbpress-forums .bbp-pagination-links .page-numbers {
    display: inline-block;
    padding: 4px 10px;
    letter-spacing: .05em;
    border: 0;
    border-radius: 3px
}

#bbpress-forums .bbp-pagination-links .prev {
    margin-right: 4px
}

#bbpress-forums .bbp-pagination-links .next {
    margin-left: 4px
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    margin: 0 0 30px 0;
    font-size: 1em;
    border: 0
}

#bbpress-forums li.bbp-header {
    padding: 0;
    font-size: .875em;
    text-transform: uppercase;
    border: 0;
    border: 0
}

#bbpress-forums li.bbp-header div.bbp-forum-author,
#bbpress-forums li.bbp-header div.bbp-topic-author,
#bbpress-forums li.bbp-header div.bbp-reply-author,
#bbpress-forums li.bbp-header div.bbp-reply-content {
    margin: 0;
    text-align: left
}

#bbpress-forums .bbp-body div.bbp-forum-author,
#bbpress-forums .bbp-body div.bbp-topic-author,
#bbpress-forums .bbp-body div.bbp-reply-author {
    font-size: 0.813em;
    text-align: left
}

#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 {
    margin: 5px 0 0 0;
    font-size: 1em
}

#bbpress-forums div.bbp-forum-author a.bbp-author-role,
#bbpress-forums div.bbp-topic-author a.bbp-author-role,
#bbpress-forums div.bbp-reply-author a.bbp-author-role {
    font-size: 0.875em
}

#bbpress-forums .bbp-topic-author br,
#bbpress-forums .bbp-reply-author br {
    display: none
}

#bbpress-forums .bbp-body div.bbp-forum-content,
#bbpress-forums .bbp-body div.bbp-topic-content,
#bbpress-forums .bbp-body div.bbp-reply-content {
    margin-left: 0
}

#bbpress-forums .bbp-topic-header {
    padding: 12px 30px;
    font-size: 0.750em;
    border: 1px solid transparent;
    border-width: 1px 0
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border: 1px solid transparent;
    border-width: 1px 0 0 0
}

#bbpress-forums .bbp-topic-freshness,
#bbpress-forums .bbp-forum-freshness {
    text-align: right
}

#bbpress-forums li.bbp-body .bbp-topic-freshness,
#bbpress-forums li.bbp-body .bbp-forum-freshness {
    font-size: .875em
}

#bbpress-forums .bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-forum-info .bbp-forum-title {
    font-weight: bold
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    margin: 5px 0 0 0;
    line-height: 1em;
    font-size: .875em
}

#bbpress-forums .bbp-forums-list {
    margin: 10px 0 0 10px
}

#bbpress-forums .bbp-forums-list li {
    font-size: .75em
}

#bbpress-forums .bbp-author-avatar img {
    vertical-align: top
}

#bbpress-forums div.bbp-topic-author {
    text-align: left
}

#bbpress-forums div.bbp-topic-author img.avatar {
    display: block;
    margin: 12px 0
}

#bbpress-forums div.bbp-reply-header {
    margin-top: 15px
}

#bbpress-forums .bbp-body .bbp-reply-header div.bbp-reply-author {
    font-size: .813em;
    text-align: left
}

#bbpress-forums div.bbp-reply-author img.avatar {
    display: block;
    margin: 0 0 5px 0
}

#bbpress-forums .bbp-reply-header {
    padding: 15px 0;
    font-size: .750em;
    border: 1px solid transparent;
    border-width: 1px 0
}

#bbpress-forums li.bbp-body div.hentry {
    padding: 15px 0 0 0
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    padding: 0
}

#bbpress-forums .bbp-reply-form,
#bbpress-forums .bbp-topic-form {
    margin-top: 60px
}

#bbpress-forums fieldset.bbp-form {
    margin: 0;
    padding: 0;
    border: 0
}

#bbpress-forums form>fieldset.bbp-form>legend {
    margin-bottom: 30px;
    padding: 0;
    line-height: 1.2em;
    font-size: 1.5em;
    font-weight: bold
}

#bbpress-forums fieldset.bbp-form fieldset.bbp-form>legend {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: bold
}

#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
    max-width: 400px
}

#bbpress-forums .quicktags-toolbar {
    border: 1px solid transparent
}

#bbpress-forums .quicktags-toolbar input {
    width: auto
}

#bbpress-forums fieldset.bbp-form p {
    margin: 0 0 30px 0
}

#bbpress-forums fieldset.bbp-form input[type=checkbox] {
    margin: 5px 2px 0 0
}

#bbpress-forums li.bbp-footer {
    display: none
}

#bbpress-forums #bbp-user-wrapper {
    margin-bottom: 30px
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    margin: 0 0 30px 0;
    padding: 0
}

#bbpress-forums #bbp-user-navigation {
    font-size: 0.875em
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
    margin-top: 5px
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:first-child {
    margin-top: 0
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    display: block;
    padding: 0
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
    text-decoration: underline
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    font-weight: bold;
    opacity: 1
}

#bbpress-forums .bbp-user-subscriptions .bbp-row-actions {
    float: right
}

#bbpress-forums .bbp-user-subscriptions a.subscription-toggle {
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px;
    border-radius: 3px
}

#bbpress-forums #bbp-your-profile fieldset {
    padding: 0
}

#bbpress-forums #bbp-your-profile fieldset div {
    margin: 0 0 30px 0
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
    display: block;
    float: none;
    margin-bottom: 3px;
    padding: 0;
    width: auto;
    text-align: left
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
    position: relative;
    padding: 12px 15px;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    outline: 0;
    border: 0;
    border-radius: 0
}

#bbpress-forums #bbp-your-profile fieldset input[type=file] {
    padding: 0
}

#bbpress-forums #bbp-your-profile fieldset span.description {
    border: 0;
    background: transparent
}

#bbpress-forums #bbp-your-profile #bbp_user_edit_submit {
    position: relative;
    top: 0;
    padding: 12px 20px;
    width: auto;
    line-height: 1em;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer
}

#bbpress-forums #bbp-your-profile #bbp_user_edit_submit:active {
    top: 2px
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
    width: auto
}

#bbpress-forums #bbp-your-profile .bbp-form.avatar input[type="checkbox"] {
    margin-top: 2px
}

#bbpress-forums .bbp-forum-status-closed .bbp-forum-title:before {
    margin-right: 3px
}

#bbpress-forums #bbp_reply_edit_reason {
    margin-top: 3px
}

#bbpress-forums span.bbp-admin-links a:hover {
    text-decoration: underline
}

#bbpress-forums .bbp-topics-front li.bbp-body ul.super-sticky,
#bbpress-forums .bbp-topics li.bbp-body ul.super-sticky,
#bbpress-forums .bbp-topics li.bbp-body ul.sticky,
#bbpress-forums .bbp-forum-content li.bbp-body ul.sticky {
    position: relative;
    padding-left: 30px
}

#bbpress-forums .bbp-topics-front ul.super-sticky:before,
#bbpress-forums .bbp-topics ul.super-sticky:before,
#bbpress-forums .bbp-topics ul.sticky:before,
#bbpress-forums .bbp-forum-content ul.sticky:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f08d';
    position: absolute;
    top: 19px;
    left: 0;
    font-size: 20px
}

body .wpcf7-response-output {
    position: relative;
    margin: 0 0 30px 0;
    padding: 14px 30px 14px 60px;
    font-size: .938em;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1
}

body .wpcf7-response-output:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f05a';
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px
}

body .wpcf7-response-output.m-type-warning:before {
    content: '\f057'
}

body .wpcf7-response-output.m-type-success:before {
    content: '\f058'
}

body .wpcf7-response-output p {
    margin: 15px 0 0 0
}

body .wpcf7-response-output p:first-child {
    margin: 0
}

.wpcf7-not-valid-tip {
    font-weight: normal;
    text-transform: none
}

.wpcf7-submit {
    margin-top: 30px
}

@-webkit-keyframes ico-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes ico-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.m-spin {
    -webkit-animation: ico-spin 2s infinite linear;
    animation: ico-spin 2s infinite linear
}

.mc4wp-alert {
    position: relative;
    margin: 0 0 30px 0;
    padding: 14px 30px 14px 60px;
    font-size: .938em;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1
}

.mc4wp-alert:before {
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f05a';
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px
}

.mc4wp-alert.m-type-warning:before {
    content: '\f057'
}

.mc4wp-alert.m-type-success:before {
    content: '\f058'
}

.mc4wp-alert p {
    margin: 15px 0 0 0
}

.mc4wp-alert p:first-child {
    margin: 0
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-title,
.mfp-counter {
    color: #FFF
}

.mfp-arrow {
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -ms-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms
}

.mfp-arrow,
.mfp-arrow:focus {
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.mfp-arrow:active,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-removing .mfp-arrow {
    opacity: 0;
    filter: alpha(opacity=0)
}

.mfp-figure:after {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mfp-arrow:active {
    margin-top: -55px
}

.mfp-arrow,
.mfp-arrow:after {
    border: 0
}

.mfp-arrow:before {
    font-size: 48px;
    color: #FFF;
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0
}

.mfp-arrow-left:before {
    content: '\f053'
}

.mfp-arrow-right:before {
    content: '\f054'
}

.mfp-arrow-left {
    left: 10px
}

.mfp-arrow-left:active {
    left: 5px
}

.mfp-arrow-right {
    right: 10px
}

.mfp-arrow-right:active {
    right: 5px
}

#style-switcher {
    position: fixed;
    top: 200px;
    left: -170px;
    width: 170px;
    z-index: 50;
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -ms-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms
}

#style-switcher.m-active {
    left: 0
}

.style-switcher-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #FFF;
    background-color: #0C0C0C;
    background-color: rgba(12, 12, 12, 0.8)
}

.style-switcher-toggle>.ico {
    position: relative;
    top: 1px;
    font-size: 24px
}

.style-switcher-toggle:focus {
    outline: 0
}

.style-switcher-content {
    padding: 20px 20px 15px 20px;
    color: #7f808a;
    background-color: #0C0C0C;
    background-color: rgba(12, 12, 12, 0.8)
}

.style-switcher-content .skin-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.style-switcher-content .skin-list>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.style-switcher-content .skin-list>li {
    display: inline-block;
    margin-right: 6px
}

.style-switcher-content .skin-list>li:last-child {
    margin-right: 0
}

.style-switcher-content .skin-list>li>button {
    display: block;
    width: 28px;
    height: 28px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -ms-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms
}

.style-switcher-content .skin-list>li>button:focus {
    outline: 0
}

.style-switcher-content .skin-list>li>button.m-active {
    cursor: default;
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9)
}

.style-switcher-content .skin-list>li>button {
    text-align: center;
    line-height: 28px
}

.style-switcher-content .skin-list>li>button.skin-1 {
    background-color: #74aa7b
}

.style-switcher-content .skin-list>li>button.skin-2 {
    background-color: #fc8565
}

.style-switcher-content .skin-list>li>button.skin-3 {
    background-color: #40b1c2
}

.style-switcher-content .skin-list>li>button.skin-4 {
    background-color: #d8a12b
}

#lsvr-media-query-breakpoint {
    font-family: '1200'
}

@media (max-width: 1400px) {
    #lsvr-media-query-breakpoint {
        font-family: '1400'
    }
    .page-wrapper.m-layout-fullwidth .main-inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1199px) {
    #lsvr-media-query-breakpoint {
        font-family: '1199'
    }
    html {
        -webkit-text-size-adjust: auto
    }
    #header .container {
        padding: 0 30px
    }
    .c-content-grid.m-4-columns .brick-list>.widget,
    .c-content-grid.m-4-columns .brick-item {
        width: 33.3333%
    }
    .c-content-grid.m-4-columns .brick-list>.widget:nth-child(4n+1),
    .c-content-grid.m-4-columns .brick-item:nth-child(4n+1) {
        clear: none
    }
    .c-content-grid.m-4-columns .brick-list>.widget:nth-child(3n+1),
    .c-content-grid.m-4-columns .brick-item:nth-child(3n+1) {
        clear: left
    }
    .widget.lsvr-kb-articles .m-has-rating .post-title-holder,
    .widget.lsvr-kb-articles .m-has-rating-both .post-title-holder {
        padding-right: 0
    }
    .widget.lsvr-kb-articles .c-post-rating {
        position: relative;
        top: auto;
        right: auto
    }
    .page-post-archive .post-meta,
    .page-post-archive .post-content,
    .page-post-archive .post-footer {
        margin-left: 0
    }
    .page-kb-post-archive-category-view.m-4-columns .category-item {
        width: 33.3333%
    }
    .page-kb-post-archive-category-view.m-4-columns .category-item:nth-child(4n+1) {
        clear: none
    }
    .page-kb-post-archive-category-view.m-4-columns .category-item:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 991px) {
    #lsvr-media-query-breakpoint {
        font-family: '991'
    }
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 16%
    }
    .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: none
    }
    .gallery-columns-7 .gallery-item:nth-child(6n+1),
    .gallery-columns-8 .gallery-item:nth-child(6n+1),
    .gallery-columns-9 .gallery-item:nth-child(6n+1) {
        clear: left
    }
    .c-content-grid.m-3-columns .brick-list>.widget,
    .c-content-grid.m-3-columns .brick-item,
    .c-content-grid.m-4-columns .brick-list>.widget,
    .c-content-grid.m-4-columns .brick-item {
        width: 50%
    }
    .c-content-grid.m-3-columns .brick-list>.widget:nth-child(3n+1),
    .c-content-grid.m-3-columns .brick-item:nth-child(3n+1),
    .c-content-grid.m-4-columns .brick-list>.widget:nth-child(3n+1),
    .c-content-grid.m-4-columns .brick-item:nth-child(3n+1) {
        clear: none
    }
    .c-content-grid.m-3-columns .brick-list>.widget:nth-child(2n+1),
    .c-content-grid.m-3-columns .brick-item:nth-child(2n+1),
    .c-content-grid.m-4-columns .brick-list>.widget:nth-child(2n+1),
    .c-content-grid.m-4-columns .brick-item:nth-child(2n+1) {
        clear: left
    }
    .c-gmap.m-fullwidth {
        margin-left: 0;
        margin-right: 0
    }
    .c-post-list {
        margin-left: -30px;
        margin-right: -30px
    }
    .c-post-list .post-item {
        padding: 15px 30px
    }
    #header .container {
        padding: 0;
        width: 100%
    }
    .lsvr_lore_kb_archive_article_view .header-inner,
    .header-inner {
        padding-bottom: 0
    }
    .m-scrolled .header-navbar {
        padding: 20px 0
    }
    .m-fixed-navbar .header-navbar {
        position: relative
    }
    .header-navbar-inner {
        display: block;
        table-layout: auto;
        min-height: 50px
    }
    .header-branding {
        display: block;
        padding: 0 100px 0 30px;
        width: 100%
    }
    .header-menu-holder {
        display: none;
        width: 100%;
        height: auto
    }
    .header-menu-holder-inner {
        float: none;
        margin-top: 15px
    }
    .header-menu {
        float: none;
        margin: 0
    }
    .header-menu ul ul,
    .header-menu ul ul ul {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        padding: 0;
        width: 100%
    }
    .header-menu>ul>li.m-penultimate>ul ul,
    .header-menu>ul>li.m-last>ul ul {
        left: auto;
        right: auto
    }
    .header-menu ul>li>ul:before {
        display: none
    }
    .header-menu a,
    .header-menu>ul>li,
    .header-menu ul ul>li,
    .header-menu ul ul li:first-child {
        display: block;
        border: 0;
        border-top: 1px solid transparent
    }
    .header-menu ul ul li:last-child {
        border-radius: 0
    }
    .header-menu>ul>li>a,
    .header-menu ul ul a {
        padding: 15px 80px 15px 30px;
        font-size: .938em;
        border-radius: 0;
        border: 0;
        border: 4px solid transparent;
        border-width: 0 0 0 4px
    }
    .header-menu ul ul ul a {
        padding-left: 60px
    }
    .header-menu ul ul li.m-has-submenu>a:after {
        display: none
    }
    .header-menu .submenu-toggle {
        display: block
    }
    .header-languages {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        float: none;
        padding: 4px 30px
    }
    .header-languages:before,
    .header-languages:after {
        display: table;
        clear: both;
        height: 0;
        content: ''
    }
    .header-languages ul {
        float: left;
        margin: 0
    }
    .header-languages a {
        padding: 0 14px;
        height: 46px;
        line-height: 46px;
        font-size: .875em
    }
    .header-languages-label {
        display: block
    }
    .header-compact-search {
        display: none
    }
    .header-mobile-toggle {
        display: block
    }
    .header-search {
        display: none;
        margin: 0;
        padding: 0 30px 60px 30px
    }
    .page-wrapper.m-layout-boxed {
        margin: 0
    }
    .m-sidebar-right .column-content:before,
    .m-sidebar-left .column-content:before,
    .m-sidebar-right .column-sidebar:before,
    .m-sidebar-left .column-sidebar:before {
        display: none
    }
    .m-sidebar-left #main,
    .m-sidebar-right #main {
        margin: 0
    }
    .main-inner {
        padding: 60px 15px 1px 15px
    }
    .page-post-single .post-thumbnail {
        margin-left: -30px;
        margin-right: -30px
    }
    .page-post-single .post-navigation {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px
    }
    .page-kb-post-archive-category-view.m-3-columns .category-item,
    .page-kb-post-archive-category-view.m-4-columns .category-item {
        width: 50%
    }
    .page-kb-post-archive-category-view.m-3-columns .category-item:nth-child(3n+1),
    .page-kb-post-archive-category-view.m-4-columns .category-item:nth-child(3n+1) {
        clear: none
    }
    .page-kb-post-archive-category-view.m-3-columns .category-item:nth-child(2n+1),
    .page-kb-post-archive-category-view.m-4-columns .category-item:nth-child(2n+1) {
        clear: left
    }
    .page-kb-post-tax-category .category-list-items>.category-item {
        clear: left;
        float: none;
        width: 100%
    }
    .page-kb-post-single .post-related {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px
    }
    .page-post-archive .navigation.pagination,
    .page-kb-post-archive .navigation.pagination,
    .page-faq-post-archive .navigation.pagination,
    .page-search-results .navigation.pagination {
        margin-left: 0;
        margin-right: 0
    }
    #sidebar {
        margin: 30px -15px 0 -15px;
        border-top: 1px solid transparent
    }
    #sidebar .sidebar-inner {
        padding: 0
    }
    #sidebar .widget {
        padding-left: 30px;
        padding-right: 30px
    }
    #sidebar .widget.lsvr-kb-categories .widget-content {
        margin: 0 -30px
    }
    #sidebar .widget.lsvr-kb-categories .root-level .item-link {
        padding-left: 30px;
        padding-right: 50px
    }
    #sidebar .widget.lsvr-kb-categories .toggle {
        right: 30px
    }
    #footer {
        margin-top: 30px
    }
    .footer-menu ul>li {
        margin: 5px 15px
    }
    .footer-social ul>li {
        margin: 2px 10px
    }
    .footer-text {
        float: none;
        max-width: 100%;
        text-align: center
    }
    .footer-scroll-top {
        float: none;
        margin-top: 15px;
        max-width: 100%;
        text-align: center
    }
    .footer-scroll-top:first-child {
        margin-top: 0
    }
    .page-post-archive .post-thumbnail {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (max-width: 767px) {
    #lsvr-media-query-breakpoint {
        font-family: '767'
    }
    blockquote {
        padding-left: 60px
    }
    blockquote:before {
        left: 0
    }
    table {
        display: block;
        overflow-x: auto
    }
    .c-content-grid .content-grid-header:after {
        display: none
    }
    .c-content-grid .content-grid-title,
    .c-content-grid .content-grid-btn {
        float: none;
        padding: 0;
        max-width: 100%
    }
    .c-content-grid .content-grid-btn {
        margin-top: 15px
    }
    .c-content-grid .content-grid-btn:first-child {
        margin-top: 0
    }
    .c-content-grid .content-grid-header .content-grid-btn {
        display: none
    }
    .c-content-grid .content-grid-footer {
        display: block
    }
    .c-content-grid.m-2-columns .brick-list>.widget,
    .c-content-grid.m-2-columns .brick-item,
    .c-content-grid.m-3-columns .brick-list>.widget,
    .c-content-grid.m-3-columns .brick-item,
    .c-content-grid.m-4-columns .brick-list>.widget,
    .c-content-grid.m-4-columns .brick-item {
        width: 100%
    }
    .c-content-grid.m-2-columns .brick-list>.widget:nth-child(2n+1),
    .c-content-grid.m-2-columns .brick-item:nth-child(2n+1),
    .c-content-grid.m-3-columns .brick-list>.widget:nth-child(2n+1),
    .c-content-grid.m-3-columns .brick-item:nth-child(2n+1),
    .c-content-grid.m-4-columns .brick-list>.widget:nth-child(2n+1),
    .c-content-grid.m-4-columns .brick-item:nth-child(2n+1) {
        clear: none
    }
    .c-content-grid.m-2-columns .brick-list>.widget:nth-child(1n+1),
    .c-content-grid.m-2-columns .brick-item:nth-child(1n+1),
    .c-content-grid.m-3-columns .brick-list>.widget:nth-child(1n+1),
    .c-content-grid.m-3-columns .brick-item:nth-child(1n+1),
    .c-content-grid.m-4-columns .brick-list>.widget:nth-child(1n+1),
    .c-content-grid.m-4-columns .brick-item:nth-child(1n+1) {
        clear: left
    }
    .c-kb-articles .kb-article-item-inner,
    .c-post-list .post-item-inner {
        padding-right: 0
    }
    .c-kb-articles .kb-article-footer,
    .c-post-list .post-footer {
        position: relative;
        top: auto;
        right: auto;
        margin: 15px 0 0 0;
        text-align: left
    }
    .header-search-mobile-close {
        display: block
    }
    .page-post-archive .post-footer:after {
        display: none
    }
    .page-post-archive .post-date,
    .page-post-archive .read-more {
        float: none;
        padding: 0;
        max-width: 100%
    }
    .page-post-archive .read-more {
        margin-top: 30px
    }
    .page-kb-post-archive-category-view.m-2-columns .category-item,
    .page-kb-post-archive-category-view.m-3-columns .category-item,
    .page-kb-post-archive-category-view.m-4-columns .category-item {
        width: 100%
    }
    .page-kb-post-archive-category-view.m-2-columns .category-item:nth-child(2n+1),
    .page-kb-post-archive-category-view.m-3-columns .category-item:nth-child(2n+1),
    .page-kb-post-archive-category-view.m-4-columns .category-item:nth-child(2n+1) {
        clear: none
    }
    .page-kb-post-archive-category-view.m-2-columns .category-item,
    .page-kb-post-archive-category-view.m-3-columns .category-item,
    .page-kb-post-archive-category-view.m-4-columns .category-item {
        clear: left
    }
    .footer-menu,
    .footer-social {
        float: none;
        max-width: 100%;
        text-align: center
    }
    .footer-social {
        margin-top: 15px
    }
    .footer-social:first-child {
        margin-top: 0
    }
    #bbpress-forums .bbp-header {
        display: none
    }
    #bbpress-forums .mobile-label {
        display: inline
    }
    #bbpress-forums li.bbp-forum-info,
    #bbpress-forums li.bbp-topic-title {
        float: none;
        clear: both;
        padding-bottom: 30px;
        width: auto
    }
    #bbpress-forums li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-topic-reply-count {
        width: 30%;
        text-align: left
    }
    #bbpress-forums li.bbp-body ul li.bbp-forum-freshness,
    #bbpress-forums li.bbp-body ul li.bbp-topic-freshness {
        float: none;
        clear: both;
        width: auto;
        padding-top: 15px;
        text-align: left
    }
    #bbpress-forums li.bbp-body div.hentry {
        padding-top: 30px
    }
    #bbpress-forums div.bbp-reply-author img.avatar {
        top: 0
    }
    #bbpress-forums .bbp-body div div.bbp-topiceply-author,
    #bbpress-forums .bbp-body div div.bbp-reply-author {
        margin-bottom: 15px;
        min-height: 60px
    }
    #bbpress-forums .bbp-body div.bbp-topiceply-author,
    #bbpress-forums .bbp-body div.bbp-reply-author {
        margin: 0
    }
    #bbpress-forums div.bbp-topic-author img.avatar,
    #bbpress-forums div.bbp-reply-author img.avatar {
        margin: 0
    }
    #bbpress-forums .bbp-body div.bbp-reply-content {
        margin: 10px 0 0 0
    }
    #bbpress-forums .bbp-pagination-count,
    #bbpress-forums .bbp-pagination-links {
        float: none
    }
    #bbpress-forums .bbp-pagination-links {
        display: block;
        margin-top: 15px
    }
}

@media (max-width: 480px) {
    #lsvr-media-query-breakpoint {
        font-family: '480'
    }
    h1 {
        font-size: 2em
    }
    #main .navigation.pagination .prev.page-numbers {
        display: block;
        margin-bottom: 5px
    }
    #main .navigation.pagination .next.page-numbers {
        display: block;
        margin: 5px 0 0 0
    }
    .header-branding {
        padding: 0 85px 0 30px
    }
    .header-mobile-toggle {
        right: 30px
    }
    .header-menu>ul>li>a,
    .header-menu ul ul a {
        padding: 15px 70px 15px 30px
    }
    .header-menu ul ul a {
        padding-left: 30px
    }
    .header-menu ul ul ul a {
        padding-left: 45px
    }
    .header-languages {
        padding: 4px 30px
    }
    .header-search-filter {
        padding-left: 20px;
        padding-right: 20px
    }
    .header-search-results .c-post-rating {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 5px
    }
    .header-search-results ul a {
        padding-left: 40px;
        padding-right: 20px
    }
    .header-search-results ul .ico {
        left: 10px
    }
    .post-page .gallery-columns-4 .gallery-item,
    .post-page .gallery-columns-5 .gallery-item,
    .post-page .gallery-columns-6 .gallery-item,
    .post-page .gallery-columns-7 .gallery-item,
    .post-page .gallery-columns-8 .gallery-item,
    .post-page .gallery-columns-9 .gallery-item {
        width: 33%
    }
    .post-page .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .post-page .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .post-page .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .post-page .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .post-page .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .post-page .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: none
    }
    .post-page .gallery-columns-4 .gallery-item:nth-child(3n+1),
    .post-page .gallery-columns-5 .gallery-item:nth-child(3n+1),
    .post-page .gallery-columns-6 .gallery-item:nth-child(3n+1),
    .post-page .gallery-columns-7 .gallery-item:nth-child(3n+1),
    .post-page .gallery-columns-8 .gallery-item:nth-child(3n+1),
    .post-page .gallery-columns-9 .gallery-item:nth-child(3n+1) {
        clear: left
    }
    #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
    #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
        width: 30%
    }
    #bbpress-forums li.bbp-header li.bbp-forum-freshness,
    #bbpress-forums li.bbp-body li.bbp-forum-freshness,
    #bbpress-forums li.bbp-header li.bbp-topic-freshness,
    #bbpress-forums li.bbp-body li.bbp-topic-freshness {
        width: 40%
    }
    #bbpress-forums #bbp-single-user-details {
        margin-bottom: 30px
    }
}

@media print {
    #header,
    .column-sidebar,
    #footer {
        display: none
    }
    .container {
        width: auto;
        max-width: auto
    }
    .column-content,
    .column-content.col-md-8,
    .column-content.col-md-push-4 {
        float: none;
        width: auto;
        left: auto;
        right: auto
    }
    .page-post-archive .read-more,
    .page-post-single .post-navigation,
    .c-post-comments .respond-form {
        display: none
    }
    .page-kb-post-archive-category-view.m-3-columns .category-item:nth-child(3n+1) {
        clear: none
    }
    .page-kb-post-archive-category-view.m-3-columns .category-item:nth-child(2n+1) {
        clear: left
    }
    .page-kb-post-archive-category-view.m-3-columns .category-item {
        width: 50%
    }
    .page-kb-post-archive-category-view .category-item.masonry-brick {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: !important
    }
}

ul.changelog {
    list-style: none;
    margin-bottom: 50px
}

.page-kb-post ul.changelog:last-child {
    margin-bottom: 0;
}

ul.changelog li {
    padding-left: 100px;
    margin-bottom: 15px;
}


ul.changelog p {
    display: inline-block;
    margin: 0;
}

ul.changelog .badge {
    padding: 5px;
    background-color: #eee;
    display: inline-block;
    width: 82px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: -2px;
}

ul.changelog .badge.fix    { color: #8f872e; background-color: #FBFADD; }
ul.changelog .badge.new    { color: #5f9025; background-color: #EBF6E0; }
ul.changelog .badge.update { color: #3184ae; background-color: #E9F7FE; }

.update-title  {
    background: #f6f6f6;
    padding: 10px 20px;
    color: #333;
    line-height: 22px;
    display: block;
    font-weight: 500;
    margin: 0 0 20px 0;
    font-size: 14px;
    border-left: 3px solid #0060ff;
}

.update-title span {
    float: right;
    color: #888;
    font-weight: 500;
    font-size: 13px;
}



/* Social
––––––––––––––––––––––––––––––––––– */
.social-sticky {
    position: fixed;
    top: 179px;
    z-index: 9999;
    list-style: none;
}

.social-sticky li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 54px;
    font-size: 21px;
    transition: all 0.1s;
    margin-bottom: 1px;
    text-decoration: none !important;
}

.social-sticky li a.fb { background-color: #3b5998;}
.social-sticky li a.fb:hover {background-color:#4465ab;}

.social-sticky li a i {
    position: relative;
    top: 0;
}

.social-sticky li a.tw { background-color: #55acee;}
.social-sticky li a.tw:hover {background-color:#5eb4f6;}


a.nice-btn {
    background-color: #0060ff;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    padding: 10px 15px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0px 0px 16px rgba(0, 96, 255, 0.2);
    margin: 15px 0;
    transition: 0.35s all;
}

a.nice-btn:hover {
    box-shadow: 0px 0px 22px rgba(0, 96, 255, 0.6);
}

/* Custom Styles for Lightbox
––––––––––––––––––––––––––––––––––– */
body .featherlight {
    overflow-y: scroll;
    width: calc(100% + 20px);
    padding-bottom: 60px;
}

body .featherlight .featherlight-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    padding-bottom: 50px;
}

body .featherlight .featherlight-content { pointer-events: none; background: transparent !important; }
body .featherlight .featherlight-close-icon { pointer-events: all !important; }

ul.changelog.no-margin li { margin-bottom: 0; !important; }

body #header {
    background-color: #191919;
}


.page-kb-post-archive-category-view .category-icon {
    font-size: 32px;
    margin-bottom: 15px;
    background: #0060ff1c;
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    line-height: 70px;
}


.header-menu>ul>li>a,
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a,
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: Poppins;
}

body .header-bg { background-image: url(http://purethemes.net/wp-content/uploads/2021/stacked-waves-haikei.svg)  !important; background-position: 50% !important; }

body .header-search-form .text-input {
    color: #777;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
}

body .header-search-results { border-color: #fff !important;}
.header-search-options { border: none; top: calc(100% - 10px); border-radius: 0 0 3px 3px !important; box-shadow: 0 3px 5px rgba(0,0,0,0.08) }

body .page-kb-post-archive-category-view .category-item-inner, body .c-content-grid .brick-list>.widget>.widget-inner, .c-content-grid .brick-item-inner { border-radius: 4px !important; }

.page-wrapper-inner {
    border-radius: 3px 3px 0 0;
}

.header-menu>ul>li>a {
	font-size: 14px;
	border-radius: 2px;
}

body .header-menu ul ul li:first-child { border-radius: 2px 2px 0 0; }
body .header-menu ul ul li:last-child { border-radius: 0 0 2px 2px; }

.header-menu > ul > li > a:hover, .header-menu > ul > li.m-hover > a {
    color: #fff !important;
    background-color: #00000038 !important;
}

body .page-kb-post-archive-category-view .category-description > p:first-child {
    font-size: 16px;
}
.home .main-header { display: none; }

.c-post-list .post-footer,
.c-post-rating, 
.update-title span,
.post-rating { display: none; }