@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    word-wrap: normal;
    webkit-hyphens: none;
    ms-hyphens: none;
    hyphens: none;
}

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;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #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: 0px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    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;
}

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;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 16px;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1-style,
.h2-style,
.h3-style,
.h4-style,
.h5-style,
.h6-style {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

h1.posts-page {
    font-size: 3.438em;
}

h1 {
    margin: 12px 0 0;
    font-size: 2.5em;
}

@media (min-width: 1200px) {
    h1 {
        margin-left: -6px;
    }
}

h1 + p {
    margin-top: 3px;
}

h2 {
    margin: 7px 0;
    font-size: 1.9em !important;
}

h2 + p {
    margin-top: 3px;
}

h3 {
    margin: 9px 0;
    font-size: 25px !important;
}

h3 + p {
    margin-top: 3px;
}

h3 + h5 {
    margin: 19px 0 10px;
}

h4 {
    margin: 15px 0;
    font-size: 1.3em !important;
}

h4 + p {
    margin-top: 3px;
}

h5 {
    margin: 5px 0;
}

h5 + p {
    margin-top: 3px;
}

h5 + h5 {
    margin: 10px 0;
}

h5 + p.styles {
    margin-top: 20px;
}

h6 {
    margin: 7px 0;
}

h6 + p {
    margin-top: 3px;
}

p + h1 {
    margin-top: 18px;
}

p.empty + h1 {
    margin-top: 13px;
}

p + h3 {
    margin-top: 18px;
}

p.empty + h2 {
    margin-top: 17px;
}

p + h3 {
    margin-top: 18px;
}

p.empty + h3 {
    margin-top: 19px;
}

p + h4 {
    margin-top: 18px;
}

p.empty + h4 {
    margin-top: 23px;
}

p + h5 {
    margin-top: 18px;
}

p.empty + h5 {
    margin-top: 26px;
}

p + h6 {
    margin-top: 18px;
}

p.empty + h6 {
    margin-top: 29px;
}

p {
    margin: 7px 0 6px;
    line-height: 1.8;
    font-size: 0.93em;
}

p.empty {
    margin: 0;
    height: 0;
}

p.empty + p.empty {
    height: 0;
}

p.empty + * img {
    margin-bottom: 50px;
}

p.empty + * img.alignleft, p.empty + * img.alignright {
    margin-bottom: 40px;
}

p:blank, p:empty {
    display: none;
}

p:moz-only-whitespace {
    display: none;
}

p.h5-style {
    margin: 10px 0;
}

p.styles {
    margin: 9px 0;
}

p.styles + hr {
    margin-top: 41px;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #7d16ee;
    text-decoration: none;
    padding: 0 5px;
}

big {
    font-size: 125%;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content > *:first-child > * {
    margin-top: 0;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.entry-content > *:last-child > *:last-child {
    margin-bottom: 0;
    font-size: 19px;
}

.entry-content > h3:first-child {
    margin: -7px 0 18px;
}

.single .no-thumb .entry-content > *:first-child {
    margin-top: 23px;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.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 !important;
    }
    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 !important;
    }
    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 !important;
    }
    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 !important;
    }
    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 !important;
    }
    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-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 50px;
}

@media (min-width: 544px) {
    .container {
        max-width: 576px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 50px;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.col-xs-1 {
    -webkit-flex: 1 0 8.33333%;
    -ms-flex: 1 0 8.33333%;
    flex: 1 0 8.33333%;
    max-width: 8.33333%;
}

.col-xs-2 {
    -webkit-flex: 1 0 16.66667%;
    -ms-flex: 1 0 16.66667%;
    flex: 1 0 16.66667%;
    max-width: 16.66667%;
}

.col-xs-3 {
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
}

.col-xs-4 {
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
}

.col-xs-5 {
    -webkit-flex: 1 0 41.66667%;
    -ms-flex: 1 0 41.66667%;
    flex: 1 0 41.66667%;
    max-width: 41.66667%;
}

.col-xs-6 {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
}

.col-xs-7 {
    -webkit-flex: 1 0 58.33333%;
    -ms-flex: 1 0 58.33333%;
    flex: 1 0 58.33333%;
    max-width: 58.33333%;
}

.col-xs-8 {
    -webkit-flex: 1 0 66.66667%;
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
    max-width: 66.66667%;
}

.col-xs-9 {
    -webkit-flex: 1 0 75%;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    max-width: 75%;
}

.col-xs-10 {
    -webkit-flex: 1 0 83.33333%;
    -ms-flex: 1 0 83.33333%;
    flex: 1 0 83.33333%;
    max-width: 83.33333%;
}

.col-xs-11 {
    -webkit-flex: 1 0 91.66667%;
    -ms-flex: 1 0 91.66667%;
    flex: 1 0 91.66667%;
    max-width: 91.66667%;
}

.col-xs-12 {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 544px) {
    .col-sm-1 {
        -webkit-flex: 1 0 8.33333%;
        -ms-flex: 1 0 8.33333%;
        flex: 1 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-flex: 1 0 16.66667%;
        -ms-flex: 1 0 16.66667%;
        flex: 1 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-flex: 1 0 33.33333%;
        -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-flex: 1 0 41.66667%;
        -ms-flex: 1 0 41.66667%;
        flex: 1 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-flex: 1 0 58.33333%;
        -ms-flex: 1 0 58.33333%;
        flex: 1 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-flex: 1 0 66.66667%;
        -ms-flex: 1 0 66.66667%;
        flex: 1 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-flex: 1 0 75%;
        -ms-flex: 1 0 75%;
        flex: 1 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-flex: 1 0 83.33333%;
        -ms-flex: 1 0 83.33333%;
        flex: 1 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-flex: 1 0 91.66667%;
        -ms-flex: 1 0 91.66667%;
        flex: 1 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-flex: 1 0 8.33333%;
        -ms-flex: 1 0 8.33333%;
        flex: 1 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-flex: 1 0 16.66667%;
        -ms-flex: 1 0 16.66667%;
        flex: 1 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-flex: 1 0 33.33333%;
        -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-flex: 1 0 41.66667%;
        -ms-flex: 1 0 41.66667%;
        flex: 1 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-flex: 1 0 58.33333%;
        -ms-flex: 1 0 58.33333%;
        flex: 1 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-flex: 1 0 66.66667%;
        -ms-flex: 1 0 66.66667%;
        flex: 1 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-flex: 1 0 75%;
        -ms-flex: 1 0 75%;
        flex: 1 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-flex: 1 0 83.33333%;
        -ms-flex: 1 0 83.33333%;
        flex: 1 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-flex: 1 0 91.66667%;
        -ms-flex: 1 0 91.66667%;
        flex: 1 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        -webkit-flex: 1 0 8.33333%;
        -ms-flex: 1 0 8.33333%;
        flex: 1 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-flex: 1 0 16.66667%;
        -ms-flex: 1 0 16.66667%;
        flex: 1 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-flex: 1 0 33.33333%;
        -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-flex: 1 0 41.66667%;
        -ms-flex: 1 0 41.66667%;
        flex: 1 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-flex: 1 0 58.33333%;
        -ms-flex: 1 0 58.33333%;
        flex: 1 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-flex: 1 0 66.66667%;
        -ms-flex: 1 0 66.66667%;
        flex: 1 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-flex: 1 0 75%;
        -ms-flex: 1 0 75%;
        flex: 1 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-flex: 1 0 83.33333%;
        -ms-flex: 1 0 83.33333%;
        flex: 1 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-flex: 1 0 91.66667%;
        -ms-flex: 1 0 91.66667%;
        flex: 1 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        -webkit-flex: 1 0 8.33333%;
        -ms-flex: 1 0 8.33333%;
        flex: 1 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-flex: 1 0 16.66667%;
        -ms-flex: 1 0 16.66667%;
        flex: 1 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-flex: 1 0 33.33333%;
        -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-flex: 1 0 41.66667%;
        -ms-flex: 1 0 41.66667%;
        flex: 1 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-flex: 1 0 58.33333%;
        -ms-flex: 1 0 58.33333%;
        flex: 1 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-flex: 1 0 66.66667%;
        -ms-flex: 1 0 66.66667%;
        flex: 1 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-flex: 1 0 75%;
        -ms-flex: 1 0 75%;
        flex: 1 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-flex: 1 0 83.33333%;
        -ms-flex: 1 0 83.33333%;
        flex: 1 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-flex: 1 0 91.66667%;
        -ms-flex: 1 0 91.66667%;
        flex: 1 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-pull-1 {
        right: 8.33333%;
    }
    .col-xl-pull-2 {
        right: 16.66667%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-4 {
        right: 33.33333%;
    }
    .col-xl-pull-5 {
        right: 41.66667%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-7 {
        right: 58.33333%;
    }
    .col-xl-pull-8 {
        right: 66.66667%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-10 {
        right: 83.33333%;
    }
    .col-xl-pull-11 {
        right: 91.66667%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-push-1 {
        left: 8.33333%;
    }
    .col-xl-push-2 {
        left: 16.66667%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-4 {
        left: 33.33333%;
    }
    .col-xl-push-5 {
        left: 41.66667%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-7 {
        left: 58.33333%;
    }
    .col-xl-push-8 {
        left: 66.66667%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-10 {
        left: 83.33333%;
    }
    .col-xl-push-11 {
        left: 91.66667%;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

.col-xs-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.col-xs-last {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 544px) {
    .col-sm-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-sm-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 768px) {
    .col-md-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-md-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 992px) {
    .col-lg-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-lg-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1200px) {
    .col-xl-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-xl-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.row-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row-xs-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 544px) {
    .row-sm-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .row-sm-center {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .row-sm-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    .row-md-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .row-md-center {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .row-md-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .row-lg-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .row-lg-center {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .row-lg-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 1200px) {
    .row-xl-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .row-xl-center {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .row-xl-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.col-xs-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (min-width: 544px) {
    .col-sm-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-sm-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-sm-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 768px) {
    .col-md-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-md-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-md-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 992px) {
    .col-lg-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-lg-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-lg-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 1200px) {
    .col-xl-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-xl-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-xl-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #FFFFFF;
    /* Fallback for when there is no custom background color defined. */
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

blockquote, q {
    quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote {
    position: relative;
    margin: 22px 0;
    padding: 10px 10px 10px 35px;
    border-left: 1px solid #49494f;
    font-size: 12px;
    font-size: 0.75rem;
    color: #787878 !important;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    font-weight: 200;
}

@media (min-width: 992px) {
    blockquote {
        padding: 0 30px 0 45px;
        margin-left: 4px;
    }
}

.single-format-quote blockquote {
    margin: 20px 0;
    min-height: 382px;
    padding: 20px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 2.5rem;
}

@media (min-width: 992px) {
    .single-format-quote blockquote {
        margin: 23px -40px 20px;
    }
}

blockquote p {
    margin: 5px 0;
    font-size: 14px;
}

blockquote cite,
blockquote p:last-child {
    display: block;
    font-style: normal;
    margin-top: 6px;
    line-height: 1.8 !important;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

blockquote cite:before,
blockquote p:last-child:before {
    content: "- ";
}

.single-format-quote blockquote cite:before, .single-format-quote
blockquote p:last-child:before {
    content: '';
}

.single-format-quote blockquote cite, .single-format-quote
blockquote p:last-child {
    text-align: center;
}

@media (min-width: 992px) {
    .single-format-quote blockquote cite, .single-format-quote
    blockquote p:last-child {
        margin-top: 8px;
    }
}

blockquote:before {
    content: "";
    position: absolute;
    font-size: 50px;
    top: 20px;
    left: 8px;
    margin: -5px 0 0 0;
}

@media (min-width: 992px) {
    blockquote:before {
        font-size: 80px;
        left: 27px;
        top: -12px;
    }
}

.single-format-quote blockquote:before {
    color: #fff;
    position: relative;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    line-height: 30px;
}

@media (min-width: 992px) {
    .single-format-quote blockquote:before {
        font-size: 100px;
        left: 0;
        top: 1px;
        margin-top: 27px;
    }
}

hr {
    background-color: #49494f;
    border: 0;
    height: 1px;
    margin: 36px 0;
    clear: both;
}

code {
    padding: 2px 5px;
}

ul, ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Inline list */
.inline-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inline-list li {
    display: inline-block;
}

.post-content ul,
.post-content ol,
.comment-content ul,
.comment-content ol,
.entry-content ul,
.entry-content ol {
    padding: 0;
    list-style: none;
}

.post-content ul li,
.post-content ol li,
.comment-content ul li,
.comment-content ol li,
.entry-content ul li,
.entry-content ol li {
    position: relative;
    padding: 5px 0 5px 16px;
}

.post-content ul + hr,
.post-content ol + hr,
.comment-content ul + hr,
.comment-content ol + hr,
.entry-content ul + hr,
.entry-content ol + hr {
    margin-top: 33px;
}

.post-content ul,
.comment-content ul,
.entry-content ul {
    margin: 19px 0 22px;
}

.post-content ul ul,
.comment-content ul ul,
.entry-content ul ul {
    padding: 0 0 0 20px;
}

.post-content ul li:before,
.comment-content ul li:before,
.entry-content ul li:before {
    content: '•';
    font-size: 1em;
    line-height: inherit;
    position: absolute;
    top: 5px;
    left: 0;
}

.post-content ol,
.comment-content ol,
.entry-content ol {
    margin: 22px 0 24px;
    padding: 0;
    counter-reset: list;
}

.post-content ol ol,
.comment-content ol ol,
.entry-content ol ol {
    padding: 0 0 0 20px;
}

.post-content ol li,
.comment-content ol li,
.entry-content ol li {
    padding-left: 0;
}

.post-content ol li:before,
.comment-content ol li:before,
.entry-content ol li:before {
    content: counter(list) ".";
    counter-increment: list;
    font-size: 1rem;
    line-height: inherit;
    padding: 0 5px 0 0;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

.entry-content img {
    vertical-align: top;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.entry-content table {
    margin: 0 0 1.5em;
    max-width: 100%;
    border: 1px solid #49494f;
}

.entry-content table th,
.entry-content table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #49494f;
}

.entry-content table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #49494f;
}

.entry-content table tbody + tbody {
    border-top: 1px solid #49494f;
}

.page-preloader-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    display: block;
}

.tm-folding-cube {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.tm-folding-cube .tm-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.tm-folding-cube .tm-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: tm-foldCubeAngle 2.4s infinite linear both;
    animation: tm-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.tm-folding-cube .tm-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.tm-folding-cube .tm-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.tm-folding-cube .tm-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.tm-folding-cube .tm-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.tm-folding-cube .tm-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.tm-folding-cube .tm-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes tm-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes tm-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* New preloader */
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 40px;
    margin-top: -50px;
    margin-left: -20px;
}

.object {
    width: 40px;
    height: 8px;
    margin-bottom: 20px;
    background-color: #FFF;
    -webkit-animation: animate 0.8s infinite;
    animation: animate 0.8s infinite;
}

#object_two {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes animate {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes animate {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    left: -100px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 0%;
    z-index: 999;
    border-radius: 0;
    /*color: $color__kochava-green !important;
    background: $color__kochava-green !important;*/
    text-align: center;
}

#toTop:hover:before {
    background-color: #457709;
}

#toTop:before {
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 50px;
    content: "";
    background: url("images/to-top-icon.png") no-repeat top left #61a60d;
    -webkit-background-size: 50px;
    background-size: 50px;
    transition: 300ms all;
}

@media (min-width: 544px) {
    #toTop {
        left: auto;
        right: 20px;
    }
}

@media (min-width: 768px) {
    #toTop {
        bottom: 280px;
    }
}

#toTop:active, #toTop:focus {
    outline: none;
}

#kochava-brands {
    background: url("https://assets.kochava.com/kochavacom/brands/brands-mobile.png") no-repeat;
    padding-bottom: 88.5%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #kochava-brands {
        background: url("https://assets.kochava.com/kochavacom/brands/brands-mobile@2x.png") no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 544px) and (max-width: 799px) {
    #kochava-brands {
        padding-bottom: 10%;
        background: url("https://assets.kochava.com/kochavacom/brands/brands-tablet.png") no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        display: block;
    }
}

@media only screen and (min-width: 544px) and (max-width: 799px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 544px) and (max-width: 799px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 544px) and (max-width: 799px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 544px) and (max-width: 799px) and (min-device-pixel-ratio: 2), only screen and (min-width: 544px) and (max-width: 799px) and (min-resolution: 192dpi), only screen and (min-width: 544px) and (max-width: 799px) and (min-resolution: 2dppx) {
    #kochava-brands {
        background: url("https://assets.kochava.com/kochavacom/brands/brands-tablet@2x.png") no-repeat;
        background-size: cover;
    }
}

@media (min-width: 800px) {
    #kochava-brands {
        padding-bottom: 10%;
        background: url("https://assets.kochava.com/kochavacom/brands/brands.png") no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        display: block;
    }
}

@media only screen and (min-width: 800px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 800px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 800px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 800px) and (min-device-pixel-ratio: 2), only screen and (min-width: 800px) and (min-resolution: 192dpi), only screen and (min-width: 800px) and (min-resolution: 2dppx) {
    #kochava-brands {
        background: url("https://assets.kochava.com/kochavacom/brands/brands@2x.png") no-repeat;
        background-size: cover;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    text-decoration: none;
    display: inline-block;
    padding: 12px 28px 13px 27px;
    border-radius: 0;
    border: 2px solid #ededee;
    box-shadow: none;
    transition: 300ms all;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    text-decoration: none;
    background-color: #454545 !important;
}

button.btn-invert,
input[type="button"].btn-invert,
input[type="reset"].btn-invert,
input[type="submit"].btn-invert {
    border-color: transparent;
}

.mfp-figure button.mfp-close {
    background: none;
}

.mfp-figure button.mfp-close:hover, .mfp-figure button.mfp-close:active, .mfp-figure button.mfp-close:focus {
    background: none;
}

a.btn,
.comment-reply-link {
    text-decoration: none;
    display: inline-block;
    padding: 12px 28px 13px 27px;
    border-radius: 0;
    border: 2px solid #ededee;
    box-shadow: none;
    transition: 300ms all;
    border: none;
}

a.btn__text, a.btn__icon,
.comment-reply-link__text,
.comment-reply-link__icon {
    display: inline-block;
    vertical-align: top;
}

a.btn__icon,
.comment-reply-link__icon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-size: 1.5em;
    line-height: inherit;
}

a.btn__icon:before,
.comment-reply-link__icon:before {
    content: '\e317';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

a.btn.btn-fullwidth,
.comment-reply-link.btn-fullwidth {
    width: 100%;
    text-align: center;
}

a.btn.btn-large,
.comment-reply-link.btn-large {
    padding: 20px 39px;
    margin: 7px 0 9px;
    background: transparent;
    border: 2px solid #FFFFFF;
}

a.btn.btn-small,
.comment-reply-link.btn-small {
    font-size: 13px;
    display: inline-block;
    padding: 12px 15px;
    font-weight: 200;
    transition: 300ms all;
    margin-left: 5px;
}

a.btn.btn-small.btn-green,
.comment-reply-link.btn-small.btn-green {
    background-color: #61a60d;
    color: #ffffff;
    transition: background-color 0.3s ease;
}

a.btn.btn-small.btn-green:hover,
.comment-reply-link.btn-small.btn-green:hover {
    background-color: #457709;
}

a.btn.btn-small.btn-dark,
.comment-reply-link.btn-small.btn-dark {
    background-color: #454545;
    color: #ffffff;
}

a.btn.btn-small.btn-dark:hover,
.comment-reply-link.btn-small.btn-dark:hover {
    background-color: #2c2c2c;
}

a.btn.btn-invert,
.comment-reply-link.btn-invert {
    border-color: transparent;
    color: #ffffff;
    background-color: #61a60d;
}

.entry-content a.btn, .entry-content
.comment-reply-link {
    margin: 6px 0 5px;
}

a.btn:hover,
.comment-reply-link:hover {
    text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    padding: 15px 20px;
    background: none;
    border-radius: 0;
    transition: 200ms all;
    -webkit-appearance: none;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    border-color: #fff;
    outline: none;
}

input[type="text"]:not(.wpcf7-not-valid),
input[type="email"]:not(.wpcf7-not-valid),
input[type="url"]:not(.wpcf7-not-valid),
input[type="password"]:not(.wpcf7-not-valid),
input[type="search"]:not(.wpcf7-not-valid),
input[type="number"]:not(.wpcf7-not-valid),
input[type="tel"]:not(.wpcf7-not-valid),
input[type="range"]:not(.wpcf7-not-valid),
input[type="date"]:not(.wpcf7-not-valid),
input[type="month"]:not(.wpcf7-not-valid),
input[type="week"]:not(.wpcf7-not-valid),
input[type="time"]:not(.wpcf7-not-valid),
input[type="datetime"]:not(.wpcf7-not-valid),
input[type="datetime-local"]:not(.wpcf7-not-valid),
input[type="color"]:not(.wpcf7-not-valid),
select:not(.wpcf7-not-valid),
textarea:not(.wpcf7-not-valid) {
    border: 1px solid #ededee;
    background-color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"] {
    height: 50px;
    line-height: 1.2em;
    padding-top: 7px;
    padding-bottom: 10px;
}

button,
input[type="submit"],
input[type="reset"] {
    min-height: 50px;
    background: none;
}

.mejs-controls .mejs-play button, .mejs-controls .mejs-play
input[type="submit"], .mejs-controls .mejs-play
input[type="reset"] {
    min-height: auto;
}

button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
    outline: none;
}

select {
    border: 1px solid #49494f;
}

textarea {
    width: 100%;
    min-height: 150px;
    resize: vertical;
    overflow: auto;
}

::-moz-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

input[placeholder] {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder {
    opacity: 1;
}

textarea[placeholder] {
    opacity: 1;
}

textarea::-moz-placeholder {
    opacity: 1;
}

textarea:-webkit-placeholder {
    opacity: 1;
}

textarea:-ms-input-placeholder {
    opacity: 1;
}

.header-container .search-form input[placeholder] {
    opacity: 1;
    color: #fff;
}

.header-container .search-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.header-container .search-form input::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.header-container .search-form input:-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.header-container .search-form input:-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.header-container .search-form input:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.search-form {
    margin: 0;
    padding: 0;
}

.top-panel .search-form {
    padding: 0;
}

.search-form:after {
    clear: both;
    content: "";
    width: 100%;
    display: block;
}

.search-form__field[type="search"] {
    float: left;
    vertical-align: top;
    border-radius: 0;
    width: calc(100% - 50px);
    box-sizing: border-box;
    height: 50px;
    background: none;
    font-size: 0.9em;
}

.top-panel .search-form__field[type="search"] {
    background: none;
    border: none;
    padding: 6px 10px;
    box-shadow: none;
    width: 90px;
    font-size: 0.9em;
}

.search-form__submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: top;
    float: left;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    background: #61a60d;
    font-size: 0.9rem;
    color: #ffffff;
}

.search-form__submit i.material-icons {
    margin: 0 auto;
    display: block;
    padding: 0;
    font-size: 24px;
    line-height: 44px;
    height: 44px;
}

.top-panel .search-form__submit {
    padding: 5px 0;
    background: none;
}

.top-panel .search-form__submit:hover {
    background: none;
}

.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
    box-shadow: none;
}

.comment-respond {
    margin: 0 -20px;
    padding: 20px;
}

@media (min-width: 992px) {
    .comment-respond {
        margin: 0 -40px;
        padding: 24px 40px 40px;
    }
}

.comment-list .comment-respond {
    background: none;
}

@media (min-width: 992px) {
    .comment-reply-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

.comment-form-author, .comment-form-email, .comment-form-url {
    margin: 0;
}

.comment-form-comment {
    margin: 11px 0;
}

.comment-form .form-submit {
    margin: 30px 0 0 0;
}

.comment-form .form-submit .submit {
    border: none;
    text-transform: lowercase;
    padding: 12px 30px 14px;
}

.comment-list .comment-form .form-submit {
    padding-bottom: 30px;
}

.comment-form__field {
    margin-top: 7px;
    width: 100%;
    vertical-align: top;
}

.comment-form .logged-in-as,
.comment-form .comment-notes {
    margin: 15px 0 16px;
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-size: 0.75rem;
}

.post-password-form label {
    display: inline-block;
    vertical-align: top;
}

form[id*='give-form'] {
    margin: 0;
    padding: 8px 0;
}

form[id*='give-form'] .form-row input.give-input {
    border-radius: 0;
}

form[id*='give-form'] .form-row input.give-input:focus {
    box-shadow: none;
}

form[id*='give-form'] #give-final-total-wrap .give-donation-total-label,
form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
    height: 48px;
    line-height: 48px;
    background-color: #fff;
}

form[id*='give-form'] #give-final-total-wrap .give-donation-total-label {
    width: 60%;
    font-size: 14px;
    border-radius: 0 0 0 0;
}

form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
    width: 40%;
    font-size: 14px;
    border-radius: 0 0 0 0;
}

.give-display-modal form[id*='give-form'] {
    overflow: hidden;
}

form[id*='give-form'] .give-donation-amount .give-currency-symbol {
    padding: 0;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border: 1px solid #ededee;
    background-color: #fff;
    border-radius: 0 0 0 0;
}

form[id*='give-form'] .give-donation-amount #give-amount {
    padding: 0 5px 0 10px;
    height: 50px;
    width: calc( 100% - 47px);
    font-size: 14px;
    line-height: 50px;
    color: #7e7e90;
    border: 1px solid #ededee;
    border-right: none;
    background-color: #fff;
    border-radius: 0 0 0 0;
}

form[id*='give-form'] .give-donation-amount #give-amount:focus {
    box-shadow: none;
}

@media (min-width: 992px) {
    .give-display-modal form[id*='give-form'] .give-donation-amount #give-amount {
        border-radius: 0;
    }
}

.give-display-modal form[id*='give-form'] .give-donation-amount {
    margin: 0;
}

form[id*='give-form'] .give-btn.give-btn-modal {
    margin: 0;
}

@media (min-width: 992px) {
    form[id*='give-form'] .give-btn.give-btn-modal {
        width: 50%;
        float: right;
        border-radius: 0 0 0 0;
    }
}

@media (min-width: 992px) {
    .give-display-modal .give-total-wrap {
        width: 50%;
        float: left;
    }
}

.give-currency-symbol {
    width: 47px;
    text-align: center;
}

.give-btn {
    display: inline-block;
    padding: 12px 28px 13px 27px;
    border-radius: 0;
    border: 2px solid #ededee;
    box-shadow: none;
    transition: 300ms all;
    width: 100%;
    padding: 15px 5px;
    margin: 0;
}

#mc_embed_signup label {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#mc_embed_signup .mc_field_wrapper {
    width: 100%;
    height: 50px;
}

#mc_embed_signup input[type="email"] {
    display: inline-block;
    background-color: #2e2e2e;
    border: none;
    font-size: 12px;
    vertical-align: bottom;
    width: 100%;
}

#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
    color: #979797;
}

#mc_embed_signup input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #979797;
}

#mc_embed_signup input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #979797;
}

#mc_embed_signup input[type="email"]:-ms-input-placeholder {
    color: #979797;
}

#mc_embed_signup input[type="submit"] {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    display: inline;
    background: url("images/mc-submit-btn.png") #2e2e2e no-repeat center center;
    -webkit-background-size: 44px 44px;
    background-size: 44px 44px;
    height: 44px;
    width: 44px;
    border: none;
    cursor: pointer;
    float: right;
    top: -50px;
    position: relative;
    right: 0;
}

#mc_embed_signup input[type="submit"]:hover {
    background-color: #484848;
}

@media screen and (max-width: 767px) {
    #mc_embed_signup input[type="submit"] {
        position: relative;
        top: -50px;
        float: right;
    }
}

#mc_embed_signup.signup-submit input:not([type="submit"]),
#mc_embed_signup.signup-submit select {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    height: 60px;
}

#mc_embed_signup.signup-submit select {
    background: url("images/select-arrow-down-black.svg") no-repeat 98% center #ffffff;
    -webkit-background-size: 20px;
    background-size: 20px;
    padding-right: 10px;
}

#mc_embed_signup.signup-submit input[type="email"] {
    display: inline-block;
    background-color: #ffffff;
    border: none;
    font-size: 12px;
    vertical-align: bottom;
}

#mc_embed_signup.signup-submit input[type="email"]::-webkit-input-placeholder {
    color: #979797;
}

#mc_embed_signup.signup-submit input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #979797;
}

#mc_embed_signup.signup-submit input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #979797;
}

#mc_embed_signup.signup-submit input[type="email"]:-ms-input-placeholder {
    color: #979797;
}

#mc_embed_signup.signup-submit input[type="submit"] {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    display: inline;
    background: url("images/mc-submit-btn.png") #61a60d no-repeat center center;
    -webkit-background-size: 44px 44px;
    background-size: 44px 44px;
    height: 44px;
    width: 200px;
    border: none;
    cursor: pointer;
    top: 0;
    float: right;
    position: relative;
    right: 0;
}

#mc_embed_signup.signup-submit input[type="submit"]:hover {
    background-color: #7dd511;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #ffffff;
    transition: 300ms all;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

.page .entry-content a.btn {
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: none;
    width: 100%;
    position: relative;
}

@media (min-width: 1300px) {
    .main-navigation {
        display: block;
    }
}

.header-mobile-wrap .main-navigation {
    display: block;
}

@media (max-width: 1300px) {
    .header-mobile-wrap .main-navigation {
        display: none;
    }
}

.main-navigation-mobile li {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul.sub-menu {
    position: absolute;
    padding: 15px 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    transition: 200ms linear;
    transition-property: top, opacity, visibility;
    left: -9999px;
    border-radius: 0 0 0 0;
    margin: 0 0 0 20px;
}

@media (min-width: 1200px) {
    .main-navigation ul ul.sub-menu {
        margin: 0 0 0 -30px;
    }
}

@media (max-width: 600px) {
    .main-navigation ul ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        padding: 20px 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        background: none;
        margin: 0;
        width: 100%;
    }
    .main-navigation ul ul.sub-menu ul.sub-menu {
        margin: 0;
        padding: 0 20px;
    }
}

.main-navigation ul ul.sub-menu li {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    padding: 0;
    text-align: left;
    font-weight: 200;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul ul.sub-menu li {
        padding: 15px 30px 6px;
    }
}

.main-navigation ul ul.sub-menu li:first-child {
    margin-top: -9px;
}

.main-navigation ul ul.sub-menu li > ul {
    top: 20%;
    margin-left: 1px;
    margin-top: -15px;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul ul.sub-menu li > ul a {
        text-indent: 0px;
    }
}

@media (min-width: 600px) {
    .main-navigation ul ul.sub-menu li:hover > ul,
    .main-navigation ul ul.sub-menu li.focus > ul,
    .main-navigation ul ul.sub-menu li.menu-hover > ul {
        top: 0;
        left: 100%;
    }
}

@media (min-width: 600px) {
    .main-navigation ul ul.sub-menu li > ul.in-transition {
        left: 100%;
    }
}

.main-navigation ul ul.sub-menu li.menu-item-has-children:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 9px;
    right: 18px;
    font-size: 1.111em;
    line-height: 0.8em;
    display: none;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul ul.sub-menu li.menu-item-has-children:after {
        display: inline-block;
    }
}

.main-navigation ul ul.sub-menu a {
    width: auto;
    text-align: left;
    padding: 0;
    position: relative;
    font-size: .88em;
    text-indent: 20px;
    display: inline-block;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul ul.sub-menu a {
        text-indent: 0;
    }
}

.main-navigation ul ul.sub-menu a[href="#"]:hover {
    text-decoration: none;
    cursor: default;
}

.main-navigation ul ul.sub-menu a:hover {
    text-decoration: none;
}

.main-navigation ul ul.sub-menu li:hover > a:before,
.main-navigation ul ul.sub-menu li.focus > a:before,
.main-navigation ul ul.sub-menu li.menu-hover > a:before,
.main-navigation ul ul.sub-menu li.current_page_item > a:before,
.main-navigation ul ul.sub-menu li.current-menu-item > a:before,
.main-navigation ul ul.sub-menu li.current_page_ancestor > a:before {
    top: 0;
    bottom: 0;
    opacity: 1;
}

@media (min-width: 600px) {
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul,
    .main-navigation ul li.menu-hover > ul {
        top: 100%;
        left: 0;
        visibility: visible;
        opacity: 1;
        min-width: 200px;
    }
}

@media (min-width: 600px) {
    .main-navigation ul li > ul.in-transition {
        left: 0;
    }
}

.main-navigation ul.menu {
    font-size: 0;
    line-height: 0;
    margin: 0 0 20px 0;
    transition: 300ms all;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul.menu {
        margin: 0;
    }
}

@media (max-width: 980px) {
    .main-navigation ul.menu {
        text-align: left;
    }
}

.header-mobile-wrap .main-navigation ul.menu {
    margin: 0;
}

.main-navigation ul.menu > li {
    display: block;
    margin: 0 20px 0 0;
}

@media (min-width: 1500px) {
    .main-navigation ul.menu > li {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 600px) {
    .main-navigation ul.menu > li {
        margin: 0 15px 0 0;
    }
}

.layout-boxed .main-navigation ul.menu > li {
    margin: 0 10px;
}

.main-navigation ul.menu > li.menu-item-has-children {
    background: url("/wp-content/themes/kochava/images/arrow-down-white.svg") no-repeat right 4px;
    background-size: 15px;
    padding-right: 25px;
    transition: 100ms all;
}

.main-navigation ul.menu > li.menu-item-has-children:hover {
    background: url("/wp-content/themes/kochava/images/arrow-up-white.svg") no-repeat right 4px;
    background-size: 15px;
    padding-right: 25px;
}

.main-navigation ul.menu > li.menu-item-has-children:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 0.8em;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul.menu > li.menu-item-has-children:after {
        display: none;
    }
}

.main-navigation ul.menu > li:before {
    content: '';
}

@media (min-width: 1500px) {
    .main-navigation ul.menu > li:before {
        content: '';
        display: inline-block;
        margin: 0;
    }
}

.layout-boxed .main-navigation ul.menu > li:before {
    display: none;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul.menu > li {
        display: inline-block;
    }
    .main-navigation ul.menu > li:nth-last-child(-n+2) {
        display: none;
    }
}

.boxed-wrap .main-navigation ul.menu > li {
    margin: 0 10px;
}

.main-navigation ul.menu > li:first-child:before {
    display: none;
}

.main-navigation ul.menu > li:first-child > ul.sub-menu {
    margin-left: -30px;
    width: 170%;
}

.main-navigation ul.menu > li:first-child > ul.sub-menu li a:hover {
    color: #bbb;
}

.main-navigation ul.menu > li > a {
    display: inline-block;
    padding: 10px;
    position: relative;
}

@media (min-width: 980px) and (max-width: 1200px) {
    .main-navigation ul.menu > li > a {
        font-size: 12px;
    }
}

@media screen and (min-width: 601px) {
    .main-navigation ul.menu > li > a {
        padding: 4px 0 35px;
    }
}

@media (max-width: 600px) {
    .main-navigation ul.menu > li > a {
        display: block;
        width: 100%;
    }
}

.main-navigation ul.menu > li > a[href="#"]:hover {
    text-decoration: none;
    cursor: default;
}

.main-navigation ul.menu > li > a:hover {
    text-decoration: none;
}

.main-navigation ul.menu > li:hover > a:before, .main-navigation ul.menu > li.menu-hover > a:before, .main-navigation ul.menu > li.current_page_item > a:before, .main-navigation ul.menu > li.current-menu-item > a:before, .main-navigation ul.menu > li.current_page_ancestor > a:before {
    left: 0;
    right: 0;
    width: auto;
    opacity: 1;
}

@media (max-width: 600px) {
    .main-navigation ul.menu > li:hover > a:before, .main-navigation ul.menu > li.menu-hover > a:before, .main-navigation ul.menu > li.current_page_item > a:before, .main-navigation ul.menu > li.current-menu-item > a:before, .main-navigation ul.menu > li.current_page_ancestor > a:before {
        top: 0;
        bottom: 0;
        width: 5px;
        left: 0;
        right: auto;
    }
}

.main-navigation ul.menu > li.current_page_item > a, .main-navigation ul.menu > li.current-menu-item > a, .main-navigation ul.menu > li.current_page_ancestor > a {
    text-decoration: none;
}

.main-navigation ul.menu > li + .menu-item-search {
    margin-left: 10px;
}

@media (min-width: 1500px) {
    .main-navigation ul.menu > li + .menu-item-search {
        margin-left: 50px;
    }
}

.main-navigation ul.menu > li.menu-item-search:before {
    display: none;
}

.main-navigation ul.menu > li.menu-item-search .search-form__hidden-open:hover, .main-navigation ul.menu > li.menu-item-search .search-form__hidden-open:active, .main-navigation ul.menu > li.menu-item-search .search-form__hidden-open:focus {
    background: none;
    text-decoration: none;
}

@media (min-width: 980px) and (max-width: 1200px) {
    .main-navigation ul.menu > li.menu-item-search .search-form__hidden-open i {
        font-size: 20px;
    }
}

.main-navigation li {
    position: relative;
    text-align: left;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

.main-navigation li.menu-item-object-category > a > .menu-item_description {
    display: none;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    position: relative;
}

.main-navigation .menu-item_description {
    font-size: .75em;
    position: relative;
    padding: 3px 0 0 0;
    text-decoration: none;
}

.sub-menu .main-navigation .menu-item_description {
    position: static;
}

@media (min-width: 782px) {
    .main-navigation.isStuck ul.menu > li > a {
        padding: 15px 0;
    }
}

.main-navigation .left-1 {
    left: 100%;
}

.main-navigation.btn {
    display: inline-block;
}

.search-form__hidden-open, .search-form__hidden-close {
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    vertical-align: middle;
}

.search-form__hidden-open:hover, .search-form__hidden-open:active, .search-form__hidden-open:focus, .search-form__hidden-close:hover, .search-form__hidden-close:active, .search-form__hidden-close:focus {
    background: none;
}

.header-container_wrap #main-menu {
    transition: 300ms all;
}

#main-menu.opened-search {
    opacity: 0;
}

.menu-item-search {
    display: none;
}

@media (min-width: 992px) {
    .menu-item-search {
        display: block;
    }
}

.menu-search-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.menu-search-box > * {
    display: inline-block;
    vertical-align: middle;
}

.menu-search-box .search-form__hidden-close {
    margin-left: 45px;
}

.menu-search-box .search-form__hidden-close i {
    font-size: 14px;
}

.menu-search-box .search-form__hidden-close:hover, .menu-search-box .search-form__hidden-close:active, .menu-search-box .search-form__hidden-close:focus {
    background: none;
}

.menu-search-box .search-form .search-form__field {
    color: #fff;
    border: none;
}

.menu-search-box .search-form .search-form__submit {
    border: none;
}

.set-menu {
    padding: 10px 0 20px;
}

.footer-menu {
    margin: 0;
}

.footer-menu__items li {
    padding: 0;
    margin: 0 10px;
    display: block;
}

@media (min-width: 1200px) {
    .footer-menu__items li {
        margin: 0;
    }
}

@media (min-width: 544px) {
    .footer-menu__items li {
        display: inline-block;
    }
}

.footer-menu__items li:before {
    content: '';
}

@media (min-width: 1200px) {
    .footer-menu__items li:before {
        content: '•';
        display: inline-block;
        margin: 0 25px;
        color: inherit;
    }
}

.footer-menu__items li:first-child:before {
    display: none;
}

.footer-menu__items li a:hover {
    text-decoration: line-through;
}

.footer-menu__items li.current_page_item a, .footer-menu__items li.current-menu-item a {
    text-decoration: line-through;
}

.footer-menu li {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

/* Small menu. */
.menu-toggle {
    display: inline-block;
    border: none;
    line-height: 12px;
    padding: 0;
    margin-bottom: 10px;
    background: transparent;
}

@media (min-width: 1300px) {
    .menu-toggle {
        display: none;
    }
}

.main-navigation.toggled ul {
    display: block;
}

.main-navigation ul {
    display: none;
}

@media (min-width: 544px) {
    .main-navigation ul {
        display: inline-block;
    }
}

.menu-navigation {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.admin-bar .menu-navigation {
    top: 46px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.pagination {
    padding: 0 0 25px;
}

.pagination .page-numbers {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    padding: 0 5px;
    margin: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 50px;
    text-align: center;
}

.pagination .page-numbers.dots {
    border: none;
    min-width: 30px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    border: none;
    line-height: 50px;
}

.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
    vertical-align: middle;
}

.header-mobile-wrap {
    position: relative;
}

.header-mobile-wrap .main-label {
    padding: 14px 30px;
    color: #ececec !important;
    font-weight: bold;
}

/* Required styles; changing these may break the menu */
.slinky-menu {
    overflow: hidden;
}

.slinky-menu > ul {
    left: 0;
    position: relative;
}

.slinky-menu > ul > li {
    position: static;
    left: 0;
}

.slinky-menu ul,
.slinky-menu li {
    list-style: none;
    margin: 0;
}

.slinky-menu ul {
    width: 100%;
}

.slinky-menu a {
    display: block;
    padding: 14px 30px;
}

.slinky-menu a.back {
    text-transform: capitalize;
    position: relative;
    font-weight: bold;
}

.slinky-menu a.back:before {
    content: '\276e';
    margin-right: 1em;
    position: absolute;
    top: 0;
    right: 18px;
    content: "keyboard_backspace";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin: 0;
}

.slinky-menu a.next:after {
    content: '\276f';
    margin-left: 1em;
    float: right;
}

.slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0;
    overflow: hidden;
}

@media (min-width: 1500px) {
    .site-main .comment-navigation, .site-main
    .posts-navigation, .site-main
    .post-navigation {
        margin: 0 0 20px;
    }
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
    display: inline-block;
    vertical-align: top;
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-size: 20px;
    content: '\E408';
    vertical-align: top;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
    display: inline-block;
    vertical-align: top;
}

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-size: 20px;
    content: '\E409';
    vertical-align: top;
}

.pagination {
    padding: 0;
    font-size: 0;
}

.pagination .page-numbers {
    display: inline-block;
    vertical-align: middle;
    min-width: 50px;
    height: 50px;
    padding: 0 5px;
    margin: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 50px;
    text-align: center;
}

.pagination .page-numbers.dots {
    border: none;
    min-width: 30px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    border: none;
    line-height: 50px;
}

.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
    vertical-align: middle;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .social-list__items {
    font-size: 0;
    line-height: 0;
}

.social-list .social-list__items li {
    margin: 0 0 0 1px;
}

.social-list .social-list__items li::before {
    display: none;
}

.social-list .social-list__items li > a {
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
}

.social-list .social-list__items li > a:hover {
    text-decoration: none !important;
    border: 2px solid;
}

.social-list .social-list__items li > a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: auto;
    border-radius: 50%;
}

.social-list .social-list__items li > a[href*="codepen.io"]::before {
    content: '\f1cb';
}

.social-list .social-list__items li > a[href*="digg.com"]::before {
    content: '\f1a6';
}

.social-list .social-list__items li > a[href*="dribbble.com"]::before {
    content: '\f17d';
}

.social-list .social-list__items li > a[href*="dropbox.com"]::before {
    content: '\f16b';
}

.social-list .social-list__items li > a[href*="facebook.com"]::before {
    content: '\f09a';
}

.social-list .social-list__items li > a[href*="flickr.com"]::before {
    content: '\f16e';
}

.social-list .social-list__items li > a[href*="plus.google.com"]::before {
    content: '\f0d5';
}

.social-list .social-list__items li > a[href*="github.com"]::before {
    content: '\f09b';
}

.social-list .social-list__items li > a[href*="instagram.com"]::before {
    content: '\f16d';
}

.social-list .social-list__items li > a[href*="linkedin.com"]::before {
    content: '\f0e1';
}

.social-list .social-list__items li > a[href*="pinterest.com"]::before {
    content: '\f0d2';
}

.social-list .social-list__items li > a[href*="getpocket.com"]::before {
    content: '\f265';
}

.social-list .social-list__items li > a[href*="reddit.com"]::before {
    content: '\f1a1';
}

.social-list .social-list__items li > a[href*="skype.com"]::before, .social-list .social-list__items li > a[href*="skype:"]::before {
    content: '\f17e';
}

.social-list .social-list__items li > a[href*="stumbleupon.com"]::before {
    content: '\f1a4';
}

.social-list .social-list__items li > a[href*="tumblr.com"]::before {
    content: '\f173';
}

.social-list .social-list__items li > a[href*="twitter.com"]::before {
    content: '\f099';
}

.social-list .social-list__items li > a[href*="vimeo.com"]::before {
    content: '\f27d';
}

.social-list .social-list__items li > a[href*="wordpress.org"]::before, .social-list .social-list__items li > a[href*="wordpress.com"]::before {
    content: '\f19a';
}

.social-list .social-list__items li > a[href*="youtube.com"]::before {
    content: '\f167';
}

.social-list--widget {
    text-align: left;
}

.sidebar-primary .social-list--widget a,
.sidebar-secondary .social-list--widget a,
.before-loop-area .social-list--widget a,
.after-loop-area .social-list--widget a,
.before-content-area .social-list--widget a,
.after-content-area .social-list--widget a {
    border: 2px solid transparent;
}

.sidebar-primary .social-list--widget a:hover,
.sidebar-secondary .social-list--widget a:hover,
.before-loop-area .social-list--widget a:hover,
.after-loop-area .social-list--widget a:hover,
.before-content-area .social-list--widget a:hover,
.after-content-area .social-list--widget a:hover {
    border: 2px solid;
}

.breadcrumbs {
    position: relative;
    padding: 2px 0.9375rem 7px;
    text-align: center;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

.layout-boxed .breadcrumbs {
    margin: 0 -0.9375rem;
}

.breadcrumbs__title {
    margin: 0;
}

.breadcrumbs__title .page-title {
    margin: 8px 0 0;
}

.breadcrumbs__wrap {
    margin: 0;
}

@media (min-width: 992px) {
    .breadcrumbs__wrap {
        margin: 4px 0;
    }
}

.breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs__item > * {
    margin: 0 10px;
}

@media (min-width: 992px) {
    .breadcrumbs__item > * {
        margin: 0;
    }
}

.breadcrumbs__item-sep {
    margin: 0;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    color: transparent;
}

@media (min-width: 992px) {
    .breadcrumbs__item-sep {
        display: block;
        margin: 0 10px;
    }
}

.breadcrumbs__item-sep:before {
    content: '•';
    font-size: .75em;
    text-indent: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 200%;
}

.breadcrumbs__item > * {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #313136;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #454545;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    margin: 0 0 20px;
    display: block;
}

@media (min-width: 992px) {
    .alignleft {
        float: left;
        margin: 12px 30px 40px 0;
    }
}

.alignleft.inside-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .alignleft.inside-text {
        margin-top: 26px;
        margin-bottom: 15px;
    }
}

.alignright {
    margin: 0 0 20px;
    display: block;
}

@media (min-width: 992px) {
    .alignright {
        float: right;
        margin: 12px 0 40px 30px;
    }
}

.alignright.inside-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .alignright.inside-text {
        margin: 26px 0 15px 30px;
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 29px;
    margin-bottom: 23px;
    text-align: center;
}

.alignnone.size-full {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.comment-body:before:before,
.comment-body:before:after,
.comment-body:after:before,
.comment-body:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.entry-footer:before:before,
.entry-footer:before:after,
.entry-footer:after:before,
.entry-footer:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
    content: " ";
    display: table;
}

.clear:before:after,
.clear:after:after,
.comment-body:before:after,
.comment-body:after:after,
.entry-content:before:after,
.entry-content:after:after,
.entry-footer:before:after,
.entry-footer:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
    clear: both;
}

.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
    position: relative;
    padding: 0;
}

.comments-area .no-comments {
    margin: 0;
    padding: 0 0 40px;
}

@media (min-width: 992px) {
    .comments-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 24px;
        margin-top: 33px;
    }
}

.comment-list {
    list-style: none;
    padding: 0 0 27px;
    margin: 0;
}

.comment-list .children {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .comment-list .children {
        padding-left: 100px;
        padding-top: 5px;
        padding-bottom: 0;
    }
    .position-two-sidebars .comment-list .children {
        padding-left: 0;
        padding-top: 20px;
    }
}

.comment-list .children .depth-1 .children > .comment:not(:first-child) {
    padding-top: 20px;
}

.comment-list .children .depth-2 .children {
    padding-left: 0;
    padding-top: 20px;
}

.comment-list > .comment {
    border-top: 1px solid #49494f;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.comment-list > .comment:first-child {
    margin-top: 0;
    border: none;
    padding-top: 0;
}

.comment-list > .comment:first-child .comment-body {
    padding-top: 0;
}

.comment-body__holder {
    position: relative;
}

@media (min-width: 992px) {
    .comment-body__holder {
        display: flex;
        align-items: center;
    }
    .position-two-sidebars .comment-body__holder {
        display: block;
    }
}

.comment-body .avatar {
    margin: 0 15px 15px 0;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .comment-body .avatar {
        margin: 0 22px 0 0;
        flex: 1 1 77px;
    }
}

@media (min-width: 768px) {
    .comment-body .avatar {
        flex: 1 1 40px;
    }
}

.comment-body .comment-content-wrap {
    overflow: hidden;
    margin-bottom: 9px;
}

@media (min-width: 768px) {
    .comment-body .comment-content-wrap {
        flex: 5 1 auto;
    }
}

.comment-body .comment-metadata {
    margin: 0;
}

@media (min-width: 992px) {
    .comment-body .comment-metadata {
        margin-left: -2px;
    }
}

.comment-body .comment-metadata > span {
    margin-right: 12px;
}

.comment-body .comment-metadata .posted-by,
.comment-body .comment-metadata .comment-date {
    display: inline-block;
    vertical-align: middle;
}

.comment-body .comment-metadata .posted-by span,
.comment-body .comment-metadata .posted-by i,
.comment-body .comment-metadata .comment-date span,
.comment-body .comment-metadata .comment-date i {
    display: inline-block;
    vertical-align: middle;
}

.comment-body .comment-metadata .posted-by i,
.comment-body .comment-metadata .comment-date i {
    font-size: 24px;
    line-height: 1em;
}

.comment-body .comment-content {
    margin: 5px 20px 0 0;
}

.comment-body .comment-content > *:first-child {
    margin-top: 0;
}

.comment-body .comment-content > *:last-child {
    margin-bottom: 0;
}

.comment-body .reply {
    margin-bottom: 6px;
    position: relative;
    z-index: 9;
    opacity: 1;
    transition: all 0.25s ease;
    margin: 20px 0 0;
}

@media (min-width: 768px) {
    .comment-body .reply {
        flex: 0 0 auto;
        margin: 0;
    }
}

.comment-body .reply a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
    margin: 0 0 20px;
    padding: 0;
}

@media (min-width: 992px) {
    .post-author-bio {
        /*margin-right: -40px;
				margin-left: -40px;*/
        margin-bottom: 0;
        padding: 0;
    }
}

.post-author__holder {
    padding: 10px;
}

@media (min-width: 992px) {
    .post-author__holder {
        padding: 40px 40px 30px;
    }
}

.post-author__avatar {
    margin: 0 0 20px;
    float: none;
}

@media (min-width: 992px) {
    .post-author__avatar {
        margin: 0 30px 10px 0;
        float: left;
    }
}

.post-author__avatar .avatar {
    width: 70px;
    vertical-align: top;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .post-author__avatar .avatar {
        width: auto;
    }
}

@media (min-width: 992px) {
    .post-author__title {
        font-size: 20px;
        line-height: 1.4;
        margin: 32px 0 15px;
    }
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.posts-list .share-btns__list {
    flex: 1 1 100%;
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.posts-list .share-btns__list:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    content: '';
    height: 1px;
    background-color: transparent;
    pointer-events: none;
}

.single-post .share-btns__list {
    margin-top: 6px;
}

@media (min-width: 544px) {
    .single-post .share-btns__list {
        float: right;
    }
}

.share-btns__item {
    display: inline-block;
    vertical-align: top;
}

.single-post .share-btns__item {
    margin-left: 2px;
}

.share-btns__link {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
    box-sizing: content-box;
}

.share-btns__link:hover {
    border: 2px solid;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
    display: block;
    overflow-wrap: normal;
    word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal;
}

@media (min-width: 768px) and (max-width: 992px) {
    .card .share-btns__item {
        margin-right: -2px;
    }
}

@media (min-width: 992px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
    }
    .card-deck .card {
        flex: 1 0 auto;
    }
    .posts-list--grid-2-cols .card {
        flex: 1 0 50%;
        max-width: 50%;
    }
    .posts-list--grid-2-cols .card.full-width-block {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .posts-list--grid-3-cols .card {
        flex: 1 0 33.33333%;
        max-width: 33.33333%;
    }
    .posts-list--grid-3-cols .card.full-width-block {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .home .posts-list--grid-2-cols .sticky, .home .posts-list--grid-3-cols .sticky {
        flex: none;
        max-width: calc(100% - 0);
    }
    .two-sidebars .card {
        flex: none;
        max-width: calc(100% - 0);
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-gap: 0;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
    .posts-list--masonry-2-cols {
        column-count: 2;
    }
    .posts-list--masonry-3-cols {
        column-count: 2;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .posts-list--masonry-3-cols {
        column-count: 3;
    }
}

@media (min-width: 768px) {
    .two-sidebars {
        column-gap: normal;
        column-count: auto;
    }
    .two-sidebars .card {
        display: block;
    }
    .posts-list--masonry-2-cols .card,
    .posts-list--masonry-3-cols .card {
        position: static;
        display: block;
    }
    .posts-list--masonry-2-cols .card .post-list__item-content,
    .posts-list--masonry-3-cols .card .post-list__item-content {
        position: relative;
    }
    .posts-list--masonry-2-cols .card .post-list__item-content .post__cats,
    .posts-list--masonry-3-cols .card .post-list__item-content .post__cats {
        margin-left: 0;
        left: 0;
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0;
}

.sidebar-primary .widget,
.sidebar-secondary .widget,
.before-content-area .widget,
.after-content-area .widget,
.before-loop-area .widget,
.after-loop-area .widget,
.footer-area .widget {
    padding: 30px 0 0 10px;
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .sidebar-primary .widget,
    .sidebar-secondary .widget,
    .before-content-area .widget,
    .after-content-area .widget,
    .before-loop-area .widget,
    .after-loop-area .widget,
    .footer-area .widget {
        padding: 50px 0 20px;
        background-color: transparent !important;
    }
}

@media screen and (max-width: 767px) {
    .sidebar-primary .widget,
    .sidebar-secondary .widget,
    .before-content-area .widget,
    .after-content-area .widget,
    .before-loop-area .widget,
    .after-loop-area .widget,
    .footer-area .widget {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .footer-area .widget {
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .footer-area .widget {
        padding: 0;
    }
}

.widget select {
    max-width: 100%;
}

@media (max-width: 767px) {
    .widget.widget_calendar {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 37px;
    }
    .widget.widget_calendar .widget-title {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.widget.widget-about-author, .widget.widget-subscribe, .widget.widget-taxonomy-tiles, .widget.widget-banner, .widget.widget-instagram, .widget.widget_carousel {
    padding: 0;
}

@media (min-width: 992px) {
    .widget.widget_categories {
        padding-bottom: 30px;
    }
}

.widget .widget-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.widget.none_background {
    background: none;
}

.full-width-header-area,
.after-content-full-width-area {
    margin: 0;
}

.full-width-header-area .widget-title,
.after-content-full-width-area .widget-title {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.position-two-sidebars .sidebar-primary .widget,
.position-two-sidebars .sidebar-secondary .widget,
.position-two-sidebars .before-content-area .widget,
.position-two-sidebars .after-content-area .widget,
.position-two-sidebars .before-loop-area .widget,
.position-two-sidebars .after-loop-area .widget {
    padding: 20px;
}

.position-two-sidebars .sidebar-primary .widget.widget-about-author, .position-two-sidebars .sidebar-primary .widget.widget-subscribe, .position-two-sidebars .sidebar-primary .widget.widget-taxonomy-tiles,
.position-two-sidebars .sidebar-secondary .widget.widget-about-author,
.position-two-sidebars .sidebar-secondary .widget.widget-subscribe,
.position-two-sidebars .sidebar-secondary .widget.widget-taxonomy-tiles,
.position-two-sidebars .before-content-area .widget.widget-about-author,
.position-two-sidebars .before-content-area .widget.widget-subscribe,
.position-two-sidebars .before-content-area .widget.widget-taxonomy-tiles,
.position-two-sidebars .after-content-area .widget.widget-about-author,
.position-two-sidebars .after-content-area .widget.widget-subscribe,
.position-two-sidebars .after-content-area .widget.widget-taxonomy-tiles,
.position-two-sidebars .before-loop-area .widget.widget-about-author,
.position-two-sidebars .before-loop-area .widget.widget-subscribe,
.position-two-sidebars .before-loop-area .widget.widget-taxonomy-tiles,
.position-two-sidebars .after-loop-area .widget.widget-about-author,
.position-two-sidebars .after-loop-area .widget.widget-subscribe,
.position-two-sidebars .after-loop-area .widget.widget-taxonomy-tiles {
    padding: 0;
}

.before-content-area,
.after-content-area {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.widget.widget-banner > .widget-title {
    display: none;
}

.widget.widget-banner .widget-banner__link {
    position: relative;
    vertical-align: top;
    display: block;
}

.widget.widget-banner .widget-banner__img {
    opacity: .9;
    vertical-align: top;
    width: 100%;
}

.widget.widget-banner .widget-banner__descr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    text-align: center;
    padding: 10px;
}

.widget.widget-banner .widget-banner__title {
    font-size: 2.5rem;
    line-height: 1.2;
}

.widget.widget-banner .widget-banner__title + div {
    margin-top: 13px;
}

.widget.widget-banner .widget-banner__text.h5-style {
    font-weight: normal;
}

.widget.widget-image-grid.widget {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

.widget-image-grid .row {
    margin: 0;
    line-height: 0;
}

.widget-image-grid__holder {
    padding: 0;
    line-height: normal;
}

.widget-image-grid__inner {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: none;
}

@media (min-width: 992px) {
    .widget-image-grid__inner {
        box-shadow: none;
    }
}

.widget-image-grid__inner img {
    display: block;
    width: 100%;
    height: auto;
}

.widget-image-grid__container {
    position: relative;
}

.widget-image-grid__container .content-wrapper-overflow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 1000;
    overflow: hidden;
    padding: 20px;
}

@media (min-width: 1500px) {
    .full-width-header-area .widget-image-grid__container .content-wrapper-overflow,
    .after-content-full-width-area .widget-image-grid__container .content-wrapper-overflow,
    .before-content-area .widget-image-grid__container .content-wrapper-overflow,
    .after-content-area .widget-image-grid__container .content-wrapper-overflow,
    .col-md-12 .widget-image-grid__container .content-wrapper-overflow,
    .col-lg-12 .widget-image-grid__container .content-wrapper-overflow {
        padding: 20px;
    }
}

@media (min-width: 1500px) {
    .widget-image-grid__container .content-wrapper-overflow {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.widget-image-grid__container .entry-header {
    padding-top: 0;
}

.widget-image-grid__container .entry-content {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .widget-image-grid__container .entry-content {
        text-align: left;
        margin: 0;
    }
}

.widget-image-grid__container .entry-content h5 {
    text-align: center;
}

@media (min-width: 1500px) {
    .widget-image-grid__container .entry-content h5 {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .widget-image-grid__container .entry-content h5 {
        font-size: 1.25rem;
    }
}

.widget-image-grid__container .entry-content .post__excerpt {
    display: none;
}

@media (min-width: 1500px) {
    .full-width-header-area .widget-image-grid__container .entry-content .post__excerpt,
    .after-content-full-width-area .widget-image-grid__container .entry-content .post__excerpt,
    .before-content-area .widget-image-grid__container .entry-content .post__excerpt,
    .after-content-area .widget-image-grid__container .entry-content .post__excerpt,
    .col-md-12 .widget-image-grid__container .entry-content .post__excerpt,
    .col-lg-12 .widget-image-grid__container .entry-content .post__excerpt {
        display: block;
    }
}

.widget-image-grid__container .entry-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1500px) {
    .widget-image-grid__container .entry-footer {
        margin: auto 0 0;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.widget-image-grid__container .entry-footer .entry-meta {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 18px 0 0;
    display: none;
}

@media (min-width: 1500px) {
    .full-width-header-area .widget-image-grid__container .entry-footer .entry-meta,
    .after-content-full-width-area .widget-image-grid__container .entry-footer .entry-meta,
    .before-content-area .widget-image-grid__container .entry-footer .entry-meta,
    .after-content-area .widget-image-grid__container .entry-footer .entry-meta,
    .col-md-12 .widget-image-grid__container .entry-footer .entry-meta,
    .col-lg-12 .widget-image-grid__container .entry-footer .entry-meta {
        display: block;
    }
}

.widget-image-grid__container .entry-footer .entry-permalink {
    margin: 0;
    text-align: center;
}

@media (min-width: 1500px) {
    .widget-image-grid__container .entry-footer .entry-permalink {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.widget-image-grid__container a.btn {
    text-align: center;
    overflow: hidden;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    width: 50px;
    height: 50px;
}

@media (max-width: 543px) {
    .widget-image-grid__container a.btn {
        text-align: right;
    }
}

.widget-image-grid__container a.btn:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: inherit;
    background: none;
    border: 2px solid;
    transition: 300ms all;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

@media (min-width: 1500px) {
    .widget-image-grid__container a.btn:after {
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        transform: scale(0.2);
        background: #fff;
    }
}

@media (max-width: 543px) {
    .widget-image-grid__container a.btn:after {
        display: none;
    }
}

.widget-image-grid__container a.btn .btn__icon {
    line-height: 50px;
    display: inline-block;
    transition: 300ms all;
}

@media (min-width: 1500px) {
    .widget-image-grid__container a.btn .btn__icon {
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
    }
}

.widget-image-grid__container a.btn .btn__icon i {
    line-height: 50px;
    height: auto;
}

@media (max-width: 543px) {
    .widget-image-grid__container a.btn .btn__icon i {
        display: none;
    }
}

.widget-image-grid__container a.btn .btn__icon:before {
    text-align: right;
}

.widget-image-grid__container a.btn:hover, .widget-image-grid__container a.btn:focus, .widget-image-grid__container a.btn:active {
    background: none;
    top: 0;
}

.widget-image-grid__container a.btn:hover:after, .widget-image-grid__container a.btn:focus:after, .widget-image-grid__container a.btn:active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: none;
}

@media (min-width: 1500px) {
    .widget-image-grid__container a.btn:hover .btn__icon, .widget-image-grid__container a.btn:focus .btn__icon, .widget-image-grid__container a.btn:active .btn__icon {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.position-two-sidebars .columns-number-3 .widget-image-grid__content {
    padding: 0 10px;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__title {
    font-size: 13px;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__link {
    display: none;
}

.widget-taxonomy-tiles.widget {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

.widget-taxonomy-tiles {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.widget-taxonomy-tiles__holder {
    padding: 0;
    display: inline-block;
    float: left;
    line-height: 1.3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.widget-taxonomy-tiles__holder:hover a.btn {
    background: none;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.widget-taxonomy-tiles__holder:hover a.btn:after {
    width: 50px;
    height: 50px;
    background: none;
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles__holder:hover a.btn .btn__icon {
        opacity: 1;
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
    }
}

.widget-taxonomy-tiles__inner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles__inner {
        box-shadow: none;
    }
}

.widget-taxonomy-tiles__inner > a > img {
    display: block;
    width: 100%;
    height: auto;
}

.widget-taxonomy-tiles__inner .post-desc {
    width: 100%;
    margin: 16px 0 0 0;
    height: 4em;
    overflow: hidden;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles__inner .post-desc {
        height: auto;
        margin: 5px 0 0;
    }
}

@media (min-width: 768px) {
    .sidebar-secondary .widget-taxonomy-tiles__inner .post-desc,
    .sidebar-primary .widget-taxonomy-tiles__inner .post-desc,
    .position-two-sidebars .widget-taxonomy-tiles__inner .post-desc {
        display: none;
    }
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles__inner .post-desc {
        height: 6.5em;
    }
}

@media (min-width: 992px) {
    .tile_item .widget-taxonomy-tiles__inner .post-desc {
        width: 80%;
        height: auto;
    }
}

.widget-taxonomy-tiles__content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 32px 30px 27px 38px;
    z-index: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles__content {
        position: relative;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px 30px 27px;
    }
}

.position-two-sidebars .sidebar-secondary .widget-taxonomy-tiles__content,
.position-two-sidebars .sidebar-primary .widget-taxonomy-tiles__content,
.position-two-sidebars .widget-taxonomy-tiles__content {
    padding: 20px;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles__content > .header-info {
        -webkit-flex: 3 1 auto;
        -ms-flex: 3 1 auto;
        flex: 3 1 auto;
    }
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles__content > .footer-info {
        -webkit-flex: 1 0 70px;
        -ms-flex: 1 0 70px;
        flex: 1 0 70px;
    }
}

.tile_item .widget-taxonomy-tiles__content {
    padding: 32px 31px 26px 38px;
}

@media (max-width: 543px) {
    .tile_item .widget-taxonomy-tiles__content {
        padding: 24px 30px 27px;
    }
}

.position-two-sidebars .tile_item .widget-taxonomy-tiles__content {
    padding: 20px;
}

.widget-taxonomy-tiles__content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
    transition: all 0.5s ease;
}

.widget-taxonomy-tiles__content .footer-info {
    margin-top: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles__content .footer-info {
        margin: 0;
    }
}

.position-two-sidebars .sidebar-secondary .widget-taxonomy-tiles__content .footer-info,
.position-two-sidebars .sidebar-primary .widget-taxonomy-tiles__content .footer-info {
    display: none;
}

.widget-taxonomy-tiles__content .footer-info .count-info {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 8px;
    padding-right: 60px;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles__content .footer-info .count-info {
        display: none;
    }
}

.tile_item .widget-taxonomy-tiles__content .footer-info .count-info {
    margin-bottom: 11px;
    padding-right: 0;
}

.sidebar-secondary .widget-taxonomy-tiles__content .footer-info .count-info,
.sidebar-primary .widget-taxonomy-tiles__content .footer-info .count-info,
.position-two-sidebars .widget-taxonomy-tiles__content .footer-info .count-info {
    display: none;
}

.widget-taxonomy-tiles__content .footer-info .btn-info {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles__content .footer-info .btn-info {
        position: relative;
        margin: 0 0 0 20px;
    }
}

.tile_item .widget-taxonomy-tiles__content .footer-info .btn-info {
    position: relative;
}

.widget-taxonomy-tiles__title {
    margin: 0;
    text-transform: capitalize;
}

.sidebar-secondary .widget-taxonomy-tiles__title,
.sidebar-primary .widget-taxonomy-tiles__title,
.position-two-sidebars .widget-taxonomy-tiles__title {
    font-size: 1.2rem;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles__title {
        font-size: 1.875rem;
    }
    .widget .widget-taxonomy-tiles__title {
        margin: 0 0 5px;
    }
}

.widget-taxonomy-tiles .tile-bg {
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles .tile-bg {
        height: 100%;
        width: 100%;
        position: absolute;
        padding: 0;
        background-image: none !important;
    }
}

.widget-taxonomy-tiles a.btn {
    text-align: center;
    overflow: visible;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    width: 50px;
    height: 50px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles a.btn {
        text-align: right;
    }
}

.widget-taxonomy-tiles a.btn:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: inherit;
    background: none;
    border: 2px solid;
    transition: 300ms all;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles a.btn:after {
        background: #fff;
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles a.btn:after {
        display: none;
    }
}

.widget-taxonomy-tiles a.btn .btn__icon {
    line-height: 50px;
    display: inline-block;
    transition: 300ms all;
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles a.btn .btn__icon {
        opacity: 0;
        -webkit-transform: translateX(-50px) translateZ(0);
        transform: translateX(-50px) translateZ(0);
    }
}

.widget-taxonomy-tiles a.btn .btn__icon i {
    line-height: 50px;
    height: auto;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles a.btn .btn__icon i {
        display: none;
    }
}

.widget-taxonomy-tiles a.btn .btn__icon:before {
    text-align: right;
}

@media (max-width: 543px) {
    .widget-taxonomy-tiles a.btn .btn__icon:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: "liga";
        font-feature-settings: "liga";
        width: auto;
        height: 50px;
        text-align: right;
        top: 0;
        left: 0;
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 50px;
        content: 'keyboard_arrow_right';
    }
}

.widget-taxonomy-tiles a.btn:hover, .widget-taxonomy-tiles a.btn:focus, .widget-taxonomy-tiles a.btn:active {
    background: none;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.widget-taxonomy-tiles a.btn:hover:after, .widget-taxonomy-tiles a.btn:focus:after, .widget-taxonomy-tiles a.btn:active:after {
    /*transform: scale(1);*/
    width: 50px;
    height: 50px;
    background: none;
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles a.btn:hover .btn__icon, .widget-taxonomy-tiles a.btn:focus .btn__icon, .widget-taxonomy-tiles a.btn:active .btn__icon {
        opacity: 1;
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
    }
}

.widget-taxonomy-tiles .post-count {
    margin: 0;
    display: inline-block;
}

.widget-taxonomy-tiles .tile_item {
    float: left;
    margin-bottom: -1px;
}

.widget-taxonomy-tiles .grid-columns {
    margin: 0;
    display: block;
    line-height: 0;
}

.widget-taxonomy-tiles .grid-columns:after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 1200px) {
    .chrome .widget-taxonomy-tiles .grid-columns,
    .safari .widget-taxonomy-tiles .grid-columns {
        margin-right: -1px;
    }
}

.widget-taxonomy-tiles .grid-columns .col-xs-6 {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .widget-taxonomy-tiles .grid-columns .col-sm-6 {
        width: 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .widget-taxonomy-tiles .grid-columns .col-md-6 {
        width: 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .widget-taxonomy-tiles .grid-columns .col-xl-12 {
        width: 100%;
        max-width: 100%;
    }
    .widget-taxonomy-tiles .grid-columns .col-xl-9 {
        width: 75%;
        max-width: 75%;
    }
    .widget-taxonomy-tiles .grid-columns .col-xl-8 {
        width: 66.66667%;
        max-width: 66.66667%;
    }
    .safari .widget-taxonomy-tiles .grid-columns .col-xl-8 {
        width: 66.66666%;
        max-width: 66.66666%;
    }
    .widget-taxonomy-tiles .grid-columns .col-xl-6 {
        width: 50%;
        max-width: 50%;
    }
    .widget-taxonomy-tiles .grid-columns .col-xl-4 {
        width: 33.33333%;
        max-width: 33.33333%;
    }
    .widget-taxonomy-tiles .grid-columns .col-xl-3 {
        width: 25%;
        max-width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .position-two-sidebars .widget-taxonomy-tiles .grid-columns > div {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .columns-number-2 .col-xl-8.tile_item ~ .col-xl-6:nth-child(2),
    .columns-number-2 .col-xl-8.tile_item ~ .col-xl-6:nth-child(3) {
        width: 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 768px) {
    .sidebar-primary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-primary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
        display: none;
    }
}

@media (min-width: 768px) and (min-width: 1500px) {
    .columns-number-3 .widget-taxonomy-tiles__holder:nth-child(4) {
        /*max-width: 33.3393%;
					width: 33.3393%;*/
    }
}

@media (min-width: 768px) {
    .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
        padding: 15px;
    }
    .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i {
        display: none;
    }
}

.sidebar-primary .swiper-carousel-container .swiper-button-next, .sidebar-primary .swiper-carousel-container .swiper-button-prev, .sidebar-secondary .swiper-carousel-container .swiper-button-next, .sidebar-secondary .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev {
    top: 50%;
    margin-top: -25px !important;
}

.swiper-carousel-navigation-container {
    position: relative;
}

.swiper-carousel-container {
    position: relative;
}

.swiper-carousel-container .swiper-pagination {
    position: static;
    margin: 20px 0;
}

.swiper-carousel-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
    margin: 0 20px;
    transition: 300ms all;
}

.swiper-carousel-container .swiper-pagination .swiper-pagination-bullet:hover,
.swiper-carousel-container .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
    background: #fff;
}

.widget_carousel .widget-title {
    padding: 20px;
    margin: 0;
}

.widget_carousel .swiper-wrapper .swiper-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    margin-top: -25px !important;
    width: 50px;
    height: 50px;
    margin: 0;
    display: none;
}
.swiper-button-next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.swiper-button-prev {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: url('/wp-content/themes/stylepark-2/assets/images/arrow-up-white.svg') no-repeat 50% 50% transparent !important;
    background-size: 40px !important;
    opacity: 0.6 !important;
}

@media (min-width: 992px) {
    .swiper-button-next,
    .swiper-button-prev {
        top: auto;
        bottom: 0;
        margin-top: 0 !important;
    }
    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        display: none !important;
    }
}

.swiper-button-next i,
.swiper-button-prev i {
    margin: 13px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.swiper-button-next.button-prev,
.swiper-button-prev.button-prev {
    left: 0;
    border-radius: 0;
    background-color: transparent;
    background: url('/wp-content/themes/stylepark-2/assets/images/arrow-up-white.svg') no-repeat 50% 50%;
    background-size: 40px;
    opacity: 0.3;
}

.swiper-button-next.button-next,
.swiper-button-prev.button-next {
    right: 0;
    border-radius: 0;
    background-color: transparent;
    background: url('/wp-content/themes/stylepark-2/assets/images/arrow-up-white.svg') no-repeat 50% 50%;
    background-size: 40px;
    opacity: 0.3;
}

.swiper-wrapper .single-post .post__cats {
    position: absolute;
}

.swiper-wrapper .post {
    box-shadow: none;
    padding: 0;
}

@media (min-width: 992px) {
    .swiper-wrapper .post {
        box-shadow: none;
    }
}

.swiper-wrapper .post:hover {
    box-shadow: none;
}

.swiper-wrapper .post .inner {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
}

.swiper-wrapper .post .inner:hover {
    border-radius: 0;
}

.swiper-wrapper .post .content-wrapper-overflow {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 60px;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 1000;
}

@media (min-width: 768px) {
    .swiper-wrapper .post .content-wrapper-overflow {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .swiper-wrapper .post .content-wrapper-overflow {
        padding: 20px 20px 20px 20px;
        border: 1px solid #ececec;
    }
}

@media (min-width: 1600px) {
    .swiper-wrapper .post .content-wrapper-overflow {
        padding: 20px 20px 20px 20px;
        border: 1px solid #ececec;
    }
}

.layout-boxed .swiper-wrapper .post .content-wrapper-overflow,
.sidebar-secondary .swiper-wrapper .post .content-wrapper-overflow,
.sidebar-primary .swiper-wrapper .post .content-wrapper-overflow {
    padding: 20px 50px;
}

.swiper-wrapper .post .entry-header {
    padding-top: 0;
}

.swiper-wrapper .post .entry-content {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .swiper-wrapper .post .entry-content {
        text-align: left;
        margin: 0;
    }
}

@media (max-width: 1600px) {
    .swiper-wrapper .post .entry-content h4 {
        font-size: 1.25rem;
    }
}

.swiper-wrapper .post .entry-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .swiper-wrapper .post .entry-footer {
        margin: auto 0 0;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.swiper-wrapper .post .entry-footer .entry-meta {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 18px 0 0;
    display: none;
}

@media (min-width: 768px) {
    .swiper-wrapper .post .entry-footer .entry-meta {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
    }
}

@media (min-width: 1600px) {
    .swiper-wrapper .post .entry-footer .entry-meta {
        display: block;
    }
}

@media (max-width: 767px) {
    .swiper-wrapper .post .entry-footer .entry-meta {
        display: block;
    }
}

.layout-boxed .swiper-wrapper .post .entry-footer .entry-meta,
.sidebar-secondary .swiper-wrapper .post .entry-footer .entry-meta,
.sidebar-primary .swiper-wrapper .post .entry-footer .entry-meta {
    display: none;
}

.swiper-wrapper .post .entry-footer .entry-permalink {
    margin: 0 0 6px 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 768px) {
    .swiper-wrapper .post .entry-footer .entry-permalink {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.swiper-wrapper .post .entry-footer .entry-permalink a {
    padding: 14px 30px 15px;
}

.swiper-wrapper .post h4 {
    margin: 0;
}

.layout-boxed .swiper-wrapper .post h4,
.sidebar-secondary .swiper-wrapper .post h4,
.sidebar-primary .swiper-wrapper .post h4 {
    font-size: 1.2rem;
}

.swiper-wrapper .post .thumbnail {
    position: relative;
    margin: -1px;
}

.swiper-wrapper .post .thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 100;
    transition: 300ms opacity;
}

.swiper-wrapper .post:hover .thumbnail:before {
    opacity: .3;
}

.swiper-wrapper .post .post-thumbnail__link {
    overflow: hidden;
    display: block;
}

.ie .swiper-wrapper .post .post-thumbnail__link {
    height: 0;
    padding-bottom: 100%;
}

.swiper-wrapper .post .post-thumbnail__link img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-wrapper .post .material-icons {
    font-size: 24px;
    margin-right: 10px;
}

.swiper-wrapper .post__cats {
    text-align: center;
    margin-bottom: 11px;
}

@media (min-width: 768px) {
    .swiper-wrapper .post__cats {
        text-align: left;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .swiper-wrapper .post__cats {
        margin-bottom: 0;
    }
}

.swiper-wrapper .post__cats a {
    color: #fff;
    background-color: #2a8ffc;
    margin-right: 3px;
    line-height: 10px;
    padding: 9px 10px 11px;
}

.swiper-wrapper .post__cats a:last-child {
    margin-right: 0;
}

.swiper-wrapper .post .btn {
    position: relative;
    border: none;
    overflow: hidden;
    transition: none;
    text-align: center;
}

@media (min-width: 1600px) {
    .swiper-wrapper .post .btn {
        max-width: 50px;
        max-height: 50px;
        background: none;
    }
}

.layout-boxed .swiper-wrapper .post .btn,
.sidebar-secondary .swiper-wrapper .post .btn,
.sidebar-primary .swiper-wrapper .post .btn {
    max-width: none;
    max-height: none;
}

.swiper-wrapper .post .btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border: 2px solid;
    transition: 300ms all;
}

@media (min-width: 1600px) {
    .swiper-wrapper .post .btn:before {
        width: 10px;
        height: 10px;
        background: #fff;
        border-color: #fff;
    }
}

.layout-boxed .swiper-wrapper .post .btn:before,
.sidebar-secondary .swiper-wrapper .post .btn:before,
.sidebar-primary .swiper-wrapper .post .btn:before {
    width: 100%;
    height: 100%;
    background: none;
    border-color: none;
}

.swiper-wrapper .post .btn span {
    position: relative;
    display: block;
    padding: 0;
    transition: 300ms all;
}

@media (min-width: 1600px) {
    .swiper-wrapper .post .btn span {
        white-space: nowrap;
        color: #fff;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        transform: translateX(-500px);
    }
}

.layout-boxed .swiper-wrapper .post .btn span,
.sidebar-secondary .swiper-wrapper .post .btn span,
.sidebar-primary .swiper-wrapper .post .btn span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (min-width: 1600px) {
    .swiper-wrapper .post .btn:hover, .swiper-wrapper .post .btn:active, .swiper-wrapper .post .btn:focus {
        background: none;
        max-width: inherit;
    }
}

.swiper-wrapper .post .btn:hover:before, .swiper-wrapper .post .btn:active:before, .swiper-wrapper .post .btn:focus:before {
    width: 100%;
    height: 100%;
    background: none;
    border-color: #fff;
}

.swiper-wrapper .post .btn:hover span, .swiper-wrapper .post .btn:active span, .swiper-wrapper .post .btn:focus span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 1600px) {
    .swiper-wrapper .post .btn:hover span, .swiper-wrapper .post .btn:active span, .swiper-wrapper .post .btn:focus span {
        color: inherit;
    }
}

@media (min-width: 1600px) {
    .swiper-wrapper .post:hover .btn {
        background: none;
        max-width: inherit;
    }
}

.swiper-wrapper .post:hover .btn:before {
    width: 100%;
    height: 100%;
    background: none;
    border-color: #fff;
}

.swiper-wrapper .post:hover .btn span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 1600px) {
    .swiper-wrapper .post:hover .btn span {
        color: inherit;
    }
}

.sidebar-primary .style_park-smartslider h2.sp-title, .sidebar-secondary .style_park-smartslider h2.sp-title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.style_park-smartslider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.style_park-smartslider__instance .sp-full-screen-button {
    color: #fff;
    right: 15px;
}

.style_park-smartslider__instance .sp-bottom-thumbnails,
.style_park-smartslider__instance .sp-top-thumbnails,
.style_park-smartslider__instance .sp-right-thumbnails,
.style_park-smartslider__instance .sp-left-thumbnails {
    position: absolute;
}

.style_park-smartslider__instance .sp-bottom-thumbnails {
    bottom: 90px;
    left: 0;
    right: 0;
}

.style_park-smartslider__instance .sp-top-thumbnails {
    bottom: 90px;
    left: 0;
    right: 0;
}

.style_park-smartslider__instance .sp-thumbnail-container {
    margin-left: 5px;
    margin-right: 5px;
    display: none;
}

@media (min-width: 1500px) {
    .style_park-smartslider__instance .sp-thumbnail-container {
        display: block;
    }
}

.style_park-smartslider__instance .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail-desc, .style_park-smartslider__instance .sp-thumbnail-container:hover .sp-thumbnail-desc {
    box-shadow: inset 0 0 0 3px #313136;
}

.style_park-smartslider__instance .sp-thumbnail-container .sp-thumbnail {
    margin: 0 !important;
    position: relative;
}

.style_park-smartslider__instance .sp-thumbnail-container .sp-thumbnail-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 11px;
    transition: 300ms box-shadow;
}

.style_park-smartslider__instance .sp-thumbnail-container .sp-thumbnail-desc .sp-thumbnail-title {
    text-align: center;
}

.style_park-smartslider__instance .sp-arrows .sp-arrow {
    background: none;
}

.style_park-smartslider__instance .sp-arrows .sp-arrow:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    position: relative;
    width: 1em;
    height: 1em;
    margin: 13px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 24px;
    display: none;
}

.style_park-smartslider__instance .sp-arrows .sp-arrow:after {
    display: none;
}

.style_park-smartslider__instance.sp-horizontal .sp-previous-arrow {
    left: 0;
}

.style_park-smartslider__instance.sp-horizontal .sp-previous-arrow:before {
    content: "";
}

.style_park-smartslider__instance.sp-horizontal .sp-next-arrow {
    right: 0;
}

.style_park-smartslider__instance.sp-horizontal .sp-next-arrow:before {
    content: "";
}

.style_park-smartslider__instance.sp-vertical .sp-previous-arrow {
    top: 0;
}

.style_park-smartslider__instance.sp-vertical .sp-previous-arrow:before {
    content: "";
}

.style_park-smartslider__instance.sp-vertical .sp-next-arrow {
    bottom: 0;
}

.style_park-smartslider__instance.sp-vertical .sp-next-arrow:before {
    content: "";
}

.style_park-smartslider__instance .sp-buttons .sp-button {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 2px 7px 0 6px;
    transition: 300ms all;
}

@media (min-width: 992px) {
    .style_park-smartslider__instance .sp-buttons .sp-button {
        width: 13px;
        height: 13px;
    }
}

.before-loop-area .style_park-smartslider__instance .sp-buttons .sp-button,
.sidebar-secondary .style_park-smartslider__instance .sp-buttons .sp-button,
.sidebar-primary .style_park-smartslider__instance .sp-buttons .sp-button,
.after-loop-area .style_park-smartslider__instance .sp-buttons .sp-button {
    margin: 0 10px;
    display: inline-block;
}

.style_park-smartslider__instance .sp-buttons .sp-button:hover, .style_park-smartslider__instance .sp-buttons .sp-button.sp-selected-button {
    background-color: #dadada;
    opacity: 0.3;
    border: 1px solid #fff;
}

.style_park-smartslider__instance .navigation-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 992px) {
    .style_park-smartslider__instance .navigation-wrap {
        padding-right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
    }
}

@media (min-width: 1500px) {
    .style_park-smartslider__instance .navigation-wrap {
        padding-right: 0;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.before-loop-area .style_park-smartslider__instance .navigation-wrap,
.sidebar-secondary .style_park-smartslider__instance .navigation-wrap,
.sidebar-primary .style_park-smartslider__instance .navigation-wrap,
.after-loop-area .style_park-smartslider__instance .navigation-wrap {
    padding: 0;
    display: inline-block;
    height: auto;
    top: auto;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

.style_park-smartslider__instance .navigation-wrap .sp-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 5px;
    text-align: center;
    z-index: 10000;
}

@media (min-width: 992px) {
    .style_park-smartslider__instance .navigation-wrap .sp-buttons {
        padding-bottom: 10px;
    }
}

.before-loop-area .style_park-smartslider__instance .navigation-wrap .sp-buttons,
.sidebar-secondary .style_park-smartslider__instance .navigation-wrap .sp-buttons,
.sidebar-primary .style_park-smartslider__instance .navigation-wrap .sp-buttons,
.after-loop-area .style_park-smartslider__instance .navigation-wrap .sp-buttons {
    bottom: 0;
    padding: 0 0 40px;
    position: absolute;
    margin: 0;
}

.style_park-smartslider__instance .navigation-wrap .sp-arrows {
    position: absolute;
    margin: 0 0 40px;
    top: 40%;
    left: 0;
    height: auto;
    text-align: right;
    z-index: 10000;
}

@media (min-width: 992px) {
    .style_park-smartslider__instance .navigation-wrap .sp-arrows {
        margin: 0;
        display: block;
    }
}

@media (min-width: 1500px) {
    .style_park-smartslider__instance .navigation-wrap .sp-arrows {
        margin: 0 0 90px;
    }
}

.before-loop-area .style_park-smartslider__instance .navigation-wrap .sp-arrows,
.sidebar-secondary .style_park-smartslider__instance .navigation-wrap .sp-arrows,
.sidebar-primary .style_park-smartslider__instance .navigation-wrap .sp-arrows,
.after-loop-area .style_park-smartslider__instance .navigation-wrap .sp-arrows {
    display: none;
}

.style_park-smartslider__instance .navigation-wrap .sp-arrows .sp-arrow {
    border-radius: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: auto;
    height: auto;
    padding: 12px 17px 12px;
    position: absolute;
    /*max-width: 10px;*/
    overflow: hidden;
    /*transition: 400ms all;*/
    font-size: 42px;
    font-weight: normal;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    display: inline;
    /*.full {
						opacity: 0;
						position: relative;
                        @include prefix ((transform: translate(-100%, 0)), webkit ms);
						white-space: nowrap;
                      display: none;
					}*/
}

.style_park-smartslider__instance .navigation-wrap .sp-arrows .sp-arrow:first-child {
    margin-bottom: 11px;
}

.style_park-smartslider__instance .navigation-wrap .sp-arrows .sp-arrow span {
    /*transition: 500ms all;*/
    display: inline-block;
}

.style_park-smartslider__instance .navigation-wrap .sp-arrows .sp-arrow .one-word {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.style_park-smartslider__instance .navigation-wrap .sp-arrows .sp-arrow:hover {
    opacity: 0.5;
    /*width: 20px;
						max-width: 21px;
                        max-height: 40px;
*/
    /*span.one-word {
							opacity: 0;
                            @include prefix ((transform: translate(100%, -50%)), webkit ms);
						}
						span.full {
							opacity: 1;
                            @include prefix ((transform: translate(0, 0)), webkit ms);
						}*/
}

.style_park-smartslider__instance .sp-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.style_park-smartslider__instance .sp-layer {
    padding: 0 40px;
    position: relative;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}

@media (min-width: 544px) {
    .style_park-smartslider__instance .sp-layer {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        padding: 0 100px;
    }
}

@media (min-width: 992px) {
    .style_park-smartslider__instance .sp-layer {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        padding: 0 100px;
    }
}

@media (min-width: 1500px) {
    .style_park-smartslider__instance .sp-layer {
        padding: 0 100px;
    }
}

.before-loop-area .style_park-smartslider__instance .sp-layer,
.sidebar-secondary .style_park-smartslider__instance .sp-layer,
.sidebar-primary .style_park-smartslider__instance .sp-layer,
.after-loop-area .style_park-smartslider__instance .sp-layer {
    padding: 0;
}

.style_park-smartslider__instance .sp-layer .btn {
    padding: 15px 50px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 10px;
    letter-spacing: 1px;
    transition: 300ms all !important;
    cursor: pointer !important;
}

.style_park-smartslider__instance .sp-layer .btn:hover {
    background-color: #61a60d;
    border: 2px solid #61a60d;
    cursor: pointer !important;
}

@media (min-width: 544px) {
    .style_park-smartslider__instance .sp-layer .btn {
        font-size: 13px;
    }
    .style_park-smartslider__instance .sp-layer .btn:hover {
        background-color: #61a60d;
        border: 2px solid #61a60d;
        cursor: pointer !important;
    }
}

.style_park-smartslider__instance .sp-date {
    margin-bottom: 38px;
    display: none;
    text-transform: lowercase;
}

@media (min-width: 992px) {
    .style_park-smartslider__instance .sp-date {
        display: block;
    }
}

.style_park-smartslider__instance h2.sp-title .h1-style {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    font-weight: 200 !important;
}

@media (min-width: 768px) {
    .style_park-smartslider__instance h2.sp-title .h1-style {
        font-size: 40px;
        line-height: 60px;
    }
}

@media (min-width: 992px) {
    .style_park-smartslider__instance h2.sp-title .h1-style {
        font-size: 40px;
        line-height: 60px;
    }
}

@media (min-width: 1500px) {
    .style_park-smartslider__instance h2.sp-title .h1-style {
        font-size: 40px;
        line-height: 60px;
    }
}

.layout-boxed .style_park-smartslider__instance h2.sp-title .h1-style {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 200 !important;
}

@media (min-width: 992px) {
    .layout-boxed .style_park-smartslider__instance h2.sp-title .h1-style {
        font-size: 60px;
        line-height: 1;
        font-weight: 200 !important;
    }
}

.before-loop-area .style_park-smartslider__instance h2.sp-title .h1-style,
.sidebar-secondary .style_park-smartslider__instance h2.sp-title .h1-style,
.sidebar-primary .style_park-smartslider__instance h2.sp-title .h1-style,
.after-loop-area .style_park-smartslider__instance h2.sp-title .h1-style {
    font-size: 30px;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .before-loop-area .style_park-smartslider__instance h2.sp-title .h1-style,
    .sidebar-secondary .style_park-smartslider__instance h2.sp-title .h1-style,
    .sidebar-primary .style_park-smartslider__instance h2.sp-title .h1-style,
    .after-loop-area .style_park-smartslider__instance h2.sp-title .h1-style {
        font-size: 40px;
        line-height: 1;
    }
}

.style_park-smartslider__instance p.sp-content {
    font-size: 17px;
    text-align: left;
    color: #fff;
    height: auto;
    margin-top: -10px;
    padding-bottom: 20px;
    font-weight: 100;
    padding-top: 10px;
    margin-left: 2px;
    line-height: 1.8;
}

@media (max-width: 414px) {
    .style_park-smartslider__instance p.sp-content {
        font-size: 14px;
    }
}

.style_park-smartslider__instance div.sp-more {
    text-align: left;
    width: 100% !important;
    left: 0 !important;
    margin-top: -15px;
}

@media (min-width: 768px) {
    .style_park-smartslider__instance div.sp-more {
        margin-top: 0;
    }
}

.style_park-smartslider__instance .sp-slide {
    cursor: pointer;
}

.style_park-smartslider__instance .sp-slide.text-wrapped h2.sp-title .h1-style {
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 544px) {
    .style_park-smartslider__instance .sp-slide.text-wrapped h2.sp-title .h1-style {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    .style_park-smartslider__instance .sp-slide.text-wrapped h2.sp-title .h1-style {
        font-size: 22px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .style_park-smartslider__instance .sp-slide.text-wrapped h2.sp-title .h1-style {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (min-width: 1200px) {
    .style_park-smartslider__instance .sp-slide.text-wrapped h2.sp-title .h1-style {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (min-width: 1500px) {
    .style_park-smartslider[data-thumbnails="true"][data-thumbnails-position="bottom"] .sp-content {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .style_park-smartslider[data-thumbnails="true"][data-thumbnails-position="bottom"] .sp-content > *:first-child {
        margin-top: 50px;
    }
}

.sp-slides {
    z-index: 10000;
}

.widget-about-author {
    text-align: center;
}

.widget-about-author > .widget-title {
    display: none;
}

.full-width-header-area .widget-about-author,
.after-content-full-width-area .widget-about-author {
    text-align: center;
    padding: 10px;
}

@media (min-width: 992px) {
    .full-width-header-area .widget-about-author,
    .after-content-full-width-area .widget-about-author {
        padding: 30px;
    }
}

.before-content-area .widget-about-author,
.before-loop-area .widget-about-author,
.after-content-area .widget-about-author,
.after-loop-area .widget-about-author {
    text-align: center;
}

.position-two-sidebars .before-loop-area .widget-about-author,
.position-two-sidebars .after-loop-area .widget-about-author {
    text-align: center;
}

.about-author {
    position: relative;
    overflow: hidden;
}

.about-author:after {
    clear: both;
    content: "";
    width: 100%;
    display: block;
}

.about-author_avatar {
    text-align: center;
    padding: 5px 0 0;
    opacity: .8;
    transition: 300ms opacity;
}

.about-author_avatar img {
    border-radius: 0;
}

.about-author_avatar.full-size_avatar {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: cover;
    z-index: 10;
}

.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar {
    margin: 0 0 10px;
}

@media (min-width: 544px) {
    .full-width-header-area .about-author_avatar,
    .after-content-full-width-area .about-author_avatar,
    .before-content-area .about-author_avatar,
    .before-loop-area .about-author_avatar,
    .after-content-area .about-author_avatar,
    .after-loop-area .about-author_avatar {
        margin: 0 20px 0 0;
        float: left;
    }
}

.position-two-sidebars .before-loop-area .about-author_avatar,
.position-two-sidebars .after-loop-area .about-author_avatar {
    float: none;
    margin: 0;
}

.about-author:hover .about-author_avatar {
    opacity: .6;
}

.about-author_content {
    position: relative;
    z-index: 100;
    min-height: 614px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
}

@media (min-width: 544px) {
    .about-author_content {
        padding: 20px 40px;
    }
}

.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content {
    overflow: hidden;
}

@media (min-width: 544px) {
    .full-width-header-area .about-author_content,
    .after-content-full-width-area .about-author_content,
    .before-content-area .about-author_content,
    .before-loop-area .about-author_content,
    .after-content-area .about-author_content,
    .after-loop-area .about-author_content {
        width: 80%;
        margin: 0 auto;
        max-width: 500px;
    }
}

.position-two-sidebars .before-loop-area .about-author_content,
.position-two-sidebars .after-loop-area .about-author_content {
    overflow: visible;
}

.about-author_name {
    margin: 0;
    padding: 0;
    word-wrap: normal;
}

@media (min-width: 544px) {
    .about-author_name {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
}

.about-author_title {
    margin: 12px 0 17px;
}

.about-author_description {
    padding: 0 0 35px;
}

.widget-subscribe .error-message {
    padding: 30px;
}

@media (min-width: 992px) {
    .widget-subscribe .error-message {
        padding: 37px 40px 41px;
    }
    .position-two-sidebars .widget-subscribe .error-message {
        padding: 20px;
    }
}

.follow-block {
    padding: 30px;
}

@media (min-width: 992px) {
    .follow-block {
        padding: 37px 40px 41px;
    }
    .position-two-sidebars .follow-block {
        padding: 20px;
    }
}

.follow-block .follow-block__message {
    margin: 0 0 20px;
}

.sidebar-primary .follow-block,
.sidebar-secondary .follow-block,
.footer-area .follow-block {
    text-align: left;
}

.subscribe-block {
    padding: 0 0 20px;
}

.sidebar-primary .subscribe-block,
.sidebar-secondary .subscribe-block,
.footer-area .subscribe-block {
    text-align: left;
}

.follow-block + .subscribe-block {
    padding: 30px;
}

@media (min-width: 992px) {
    .follow-block + .subscribe-block {
        padding: 37px 40px 41px;
    }
    .position-two-sidebars .follow-block + .subscribe-block {
        padding: 20px;
    }
}

.footer-area .follow-block + .subscribe-block {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 544px) {
    .full-width-header-area .subscribe-block__input-group,
    .after-content-full-width-area .subscribe-block__input-group,
    .before-content-area .subscribe-block__input-group,
    .before-loop-area .subscribe-block__input-group,
    .after-content-area .subscribe-block__input-group,
    .after-loop-area .subscribe-block__input-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .full-width-header-area .subscribe-block__input-group .subscribe-block__input,
    .after-content-full-width-area .subscribe-block__input-group .subscribe-block__input,
    .before-content-area .subscribe-block__input-group .subscribe-block__input,
    .before-loop-area .subscribe-block__input-group .subscribe-block__input,
    .after-content-area .subscribe-block__input-group .subscribe-block__input,
    .after-loop-area .subscribe-block__input-group .subscribe-block__input {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
    }
    .full-width-header-area .subscribe-block__input-group .subscribe-block__submit,
    .after-content-full-width-area .subscribe-block__input-group .subscribe-block__submit,
    .before-content-area .subscribe-block__input-group .subscribe-block__submit,
    .before-loop-area .subscribe-block__input-group .subscribe-block__submit,
    .after-content-area .subscribe-block__input-group .subscribe-block__submit,
    .after-loop-area .subscribe-block__input-group .subscribe-block__submit {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.subscribe-block__input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    width: 100%;
    margin: 0 0 18px;
}

.footer-area .subscribe-block__input[type="email"]:focus {
    box-shadow: none;
}

.subscribe-block__input[type="email"].error {
    border-color: #fe5c7a;
    box-shadow: none;
}

.subscribe-block__submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0;
    margin: 0;
    display: block;
    text-align: center;
}

@media (min-width: 544px) {
    .subscribe-block__submit {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .subscribe-block__submit {
        font-size: 16px;
        font-size: 1rem;
    }
    .subscribe-block__submit:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .subscribe-block__submit {
        width: 100%;
    }
}

.subscribe-block__message {
    padding: 0 0 27px;
}

.footer-area .subscribe-block__message {
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .widget-instagram {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sidebar-secondary .widget-instagram,
.sidebar-primary .widget-instagram {
    display: block;
}

.widget-instagram > .widget-title {
    display: none;
}

@media (min-width: 1200px) {
    .widget-instagram .follow-title {
        -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
}

.sidebar-secondary .widget-instagram .follow-title,
.sidebar-primary .widget-instagram .follow-title {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .widget-instagram .instagram__items {
        -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}

.sidebar-secondary .widget-instagram .instagram__items,
.sidebar-primary .widget-instagram .instagram__items {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.widget-instagram .follow-title {
    background: #325c86;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-wrap: normal;
    width: auto;
    padding: 20px 20px 18px;
    height: auto;
}

@media (min-width: 992px) {
    .widget-instagram .follow-title {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
}

@media (min-width: 1200px) {
    .widget-instagram .follow-title {
        padding: 5px;
    }
}

.layout-boxed .widget-instagram .follow-title {
    font-size: 1rem;
}

.widget-instagram .follow-title i {
    margin: 0 0 10px;
    display: none;
    font-size: 30px;
}

@media (min-width: 1200px) {
    .widget-instagram .follow-title i {
        display: block;
    }
}

.widget-instagram .follow-title:hover {
    text-decoration: none;
}

.instagram__items {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .instagram__items {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.instagram__items.with-carousel {
    display: block;
}

.instagram__items .swiper-button-prev,
.instagram__items .swiper-button-next {
    top: 50%;
    margin-top: -26px !important;
}

.instagram__items .swiper-button-prev {
    left: 0;
}

.instagram__items .swiper-button-next {
    right: 0;
}

.instagram__item {
    position: relative;
    text-align: center;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
}

@media (min-width: 544px) {
    .instagram__item {
        -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%;
    }
}

@media (min-width: 768px) {
    .instagram__item {
        -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .instagram__item {
        -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
        flex: 1 1 10%;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .chrome .instagram__item,
    .safari .instagram__item {
        margin-left: -1px;
    }
}

.with-carousel .instagram__item {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: none;
}

.chrome .with-carousel .instagram__item,
.safari .with-carousel .instagram__item {
    margin-left: 0;
}

.instagram__link {
    position: relative;
    overflow: hidden;
    display: block;
}

.instagram__link:hover .instagram__cover {
    opacity: .95;
}

.instagram__link ~ *:not(:empty) {
    margin: 5px 0;
    display: block;
}

.instagram__img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.instagram__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: all .25s ease-out;
}

.instagram__cover:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '\E8F4';
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
}

.wpcf7 .wpcf7-not-valid {
    background: none;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
    margin: 1.5em 0;
    padding: 1em 2em;
    color: #fff;
    border: none;
    text-align: center;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
    background: none;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background: #398f14;
}

@media (min-width: 992px) {
    .wpcf7 .wpcf7-form {
        -webkit-flex: 1 0 570px;
        -ms-flex: 1 0 570px;
        flex: 1 0 570px;
        max-width: 570px;
        padding: 0;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .wpcf7 .wpcf7-form textarea {
        height: 213px;
    }
}

.input-wrap {
    margin: 14px 0;
}

.input-wrap:first-child {
    margin-top: 0;
}

.input-wrap:last-child {
    margin-bottom: 35px;
}

.input-wrap .wpcf7-submit {
    margin-top: 15px;
}

.wpcf7-form-control-wrap {
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 7px;
    width: 100%;
    font-size: 12px;
    z-index: -1;
    transition: 300ms all;
}

.wpcf7-form-control-wrap .wpcf7-not-valid:focus + .wpcf7-not-valid-tip {
    transform: translateY(-100%);
}

.widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
    width: 50%;
    float: left;
}

.widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
    border-radius: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
    .widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
        width: 100%;
    }
    .widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.widget_give_forms_widget form[id*='give-form'] .give-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 50%;
    float: right;
    font-size: .8rem;
}

@media (min-width: 768px) and (max-width: 992px) {
    .widget_give_forms_widget form[id*='give-form'] .give-btn {
        width: auto;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    .widget_give_forms_widget form[id*='give-form'] .give-btn {
        font-size: 1rem;
    }
}

.widget_fbw_id .loader {
    margin: 30px auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.widget_fbw_id .loader img {
    display: none;
}

.widget_fbw_id .loader,
.widget_fbw_id .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

[id*=youtube-subscribe_widget] .channel-name {
    display: flex;
    padding: 0;
    align-items: center;
    border: none;
    margin: 0 0 25px;
}

@media (min-width: 768px) and (max-width: 992px) {
    [id*=youtube-subscribe_widget] .channel-name {
        display: block;
    }
}

[id*=youtube-subscribe_widget] .channel-name_descr {
    flex: 3 1 auto;
}

[id*=youtube-subscribe_widget] .channel-name_descr h6 {
    margin: 2px 0 6px;
}

[id*=youtube-subscribe_widget] .channel-name_descr p {
    margin: 0;
}

[id*=youtube-subscribe_widget] .channel-name_icon {
    flex: 1 0 auto;
    margin-top: 7px;
    padding-left: 5px;
    text-align: right;
}

@media (min-width: 768px) and (max-width: 992px) {
    [id*=youtube-subscribe_widget] .channel-name_icon {
        text-align: left;
    }
}

[id*=youtube-subscribe_widget] .button-cnt {
    max-width: 310px;
}

@media (min-width: 768px) and (max-width: 992px) {
    [id*=youtube-subscribe_widget] .button-cnt {
        display: block;
        line-height: auto;
        height: auto;
    }
}

[id*=youtube-subscribe_widget] .button-cnt a.btn {
    background: #e62117;
    border: none;
    text-align: left;
    padding: 13px 16px;
    flex: 1 1 auto;
}

@media (min-width: 768px) and (max-width: 992px) {
    [id*=youtube-subscribe_widget] .button-cnt a.btn {
        width: 100%;
    }
}

[id*=youtube-subscribe_widget] .button-cnt a.btn i {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1200px) {
    [id*=youtube-subscribe_widget] .button-cnt a.btn i {
        display: none;
    }
}

[id*=youtube-subscribe_widget] .button-cnt .youtube-cnt {
    margin: 0;
    flex: 1 0 auto;
    text-align: left;
    padding: 0 18px;
}

.widget-easy-twitter-feed-widget-kamn.widget, .widget-easy-twitter-feed-widget-kamn.widget.none_background {
    background: #28a9e0 !important;
    padding-bottom: 35px;
}

.widget-easy-twitter-feed-widget-kamn .widget-title {
    margin-bottom: 25px;
}

.widget_fbw_id.widget, .widget_fbw_id.widget.none_background {
    background: #3b579d !important;
}

.widget_fbw_id .widget-title {
    margin-bottom: 25px;
}

.widget h4 {
    margin: 0 0 15px 0;
}

.widget ul {
    margin: 0px 0px;
    padding: 0 0;
}

.widget ul li {
    list-style: none;
    font-size: 16px;
    font-size: 1rem;
    margin: 4px 0 0 14px;
    position: relative;
    /*&::before {
				content: "•";
				position: absolute;
				color: inherit;
				top: 9px;
				left: -15px;
			}*/
}

.widget ul li > ul {
    margin-bottom: 0;
    margin-left: 0em;
}

.before-content-area .widget_archive > ul::after,
.before-content-area .widget_meta > ul::after,
.before-content-area .widget_rss > ul::after,
.before-content-area .widget_recent_comments > ul::after,
.before-content-area .widget_recent_entries > ul::after,
.before-content-area .widget_categories > ul::after,
.before-content-area .widget_pages > ul::after,
.before-content-area .widget_nav_menu > div > ul::after,
.after-content-area .widget_archive > ul::after,
.after-content-area .widget_meta > ul::after,
.after-content-area .widget_rss > ul::after,
.after-content-area .widget_recent_comments > ul::after,
.after-content-area .widget_recent_entries > ul::after,
.after-content-area .widget_categories > ul::after,
.after-content-area .widget_pages > ul::after,
.after-content-area .widget_nav_menu > div > ul::after,
.before-loop-area .widget_archive > ul::after,
.before-loop-area .widget_meta > ul::after,
.before-loop-area .widget_rss > ul::after,
.before-loop-area .widget_recent_comments > ul::after,
.before-loop-area .widget_recent_entries > ul::after,
.before-loop-area .widget_categories > ul::after,
.before-loop-area .widget_pages > ul::after,
.before-loop-area .widget_nav_menu > div > ul::after,
.after-loop-area .widget_archive > ul::after,
.after-loop-area .widget_meta > ul::after,
.after-loop-area .widget_rss > ul::after,
.after-loop-area .widget_recent_comments > ul::after,
.after-loop-area .widget_recent_entries > ul::after,
.after-loop-area .widget_categories > ul::after,
.after-loop-area .widget_pages > ul::after,
.after-loop-area .widget_nav_menu > div > ul::after,
.full-width-header-area .widget_archive > ul::after,
.full-width-header-area .widget_meta > ul::after,
.full-width-header-area .widget_rss > ul::after,
.full-width-header-area .widget_recent_comments > ul::after,
.full-width-header-area .widget_recent_entries > ul::after,
.full-width-header-area .widget_categories > ul::after,
.full-width-header-area .widget_pages > ul::after,
.full-width-header-area .widget_nav_menu > div > ul::after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 544px) {
    .before-content-area .widget_archive > ul > li,
    .before-content-area .widget_meta > ul > li,
    .before-content-area .widget_rss > ul > li,
    .before-content-area .widget_recent_comments > ul > li,
    .before-content-area .widget_recent_entries > ul > li,
    .before-content-area .widget_categories > ul > li,
    .before-content-area .widget_pages > ul > li,
    .before-content-area .widget_nav_menu > div > ul > li,
    .after-content-area .widget_archive > ul > li,
    .after-content-area .widget_meta > ul > li,
    .after-content-area .widget_rss > ul > li,
    .after-content-area .widget_recent_comments > ul > li,
    .after-content-area .widget_recent_entries > ul > li,
    .after-content-area .widget_categories > ul > li,
    .after-content-area .widget_pages > ul > li,
    .after-content-area .widget_nav_menu > div > ul > li,
    .before-loop-area .widget_archive > ul > li,
    .before-loop-area .widget_meta > ul > li,
    .before-loop-area .widget_rss > ul > li,
    .before-loop-area .widget_recent_comments > ul > li,
    .before-loop-area .widget_recent_entries > ul > li,
    .before-loop-area .widget_categories > ul > li,
    .before-loop-area .widget_pages > ul > li,
    .before-loop-area .widget_nav_menu > div > ul > li,
    .after-loop-area .widget_archive > ul > li,
    .after-loop-area .widget_meta > ul > li,
    .after-loop-area .widget_rss > ul > li,
    .after-loop-area .widget_recent_comments > ul > li,
    .after-loop-area .widget_recent_entries > ul > li,
    .after-loop-area .widget_categories > ul > li,
    .after-loop-area .widget_pages > ul > li,
    .after-loop-area .widget_nav_menu > div > ul > li,
    .full-width-header-area .widget_archive > ul > li,
    .full-width-header-area .widget_meta > ul > li,
    .full-width-header-area .widget_rss > ul > li,
    .full-width-header-area .widget_recent_comments > ul > li,
    .full-width-header-area .widget_recent_entries > ul > li,
    .full-width-header-area .widget_categories > ul > li,
    .full-width-header-area .widget_pages > ul > li,
    .full-width-header-area .widget_nav_menu > div > ul > li {
        width: 48%;
        margin-left: 2%;
        float: left;
    }
}

@media (min-width: 768px) {
    .before-content-area .widget_archive > ul > li,
    .before-content-area .widget_meta > ul > li,
    .before-content-area .widget_rss > ul > li,
    .before-content-area .widget_recent_comments > ul > li,
    .before-content-area .widget_recent_entries > ul > li,
    .before-content-area .widget_categories > ul > li,
    .before-content-area .widget_pages > ul > li,
    .before-content-area .widget_nav_menu > div > ul > li,
    .after-content-area .widget_archive > ul > li,
    .after-content-area .widget_meta > ul > li,
    .after-content-area .widget_rss > ul > li,
    .after-content-area .widget_recent_comments > ul > li,
    .after-content-area .widget_recent_entries > ul > li,
    .after-content-area .widget_categories > ul > li,
    .after-content-area .widget_pages > ul > li,
    .after-content-area .widget_nav_menu > div > ul > li,
    .before-loop-area .widget_archive > ul > li,
    .before-loop-area .widget_meta > ul > li,
    .before-loop-area .widget_rss > ul > li,
    .before-loop-area .widget_recent_comments > ul > li,
    .before-loop-area .widget_recent_entries > ul > li,
    .before-loop-area .widget_categories > ul > li,
    .before-loop-area .widget_pages > ul > li,
    .before-loop-area .widget_nav_menu > div > ul > li,
    .after-loop-area .widget_archive > ul > li,
    .after-loop-area .widget_meta > ul > li,
    .after-loop-area .widget_rss > ul > li,
    .after-loop-area .widget_recent_comments > ul > li,
    .after-loop-area .widget_recent_entries > ul > li,
    .after-loop-area .widget_categories > ul > li,
    .after-loop-area .widget_pages > ul > li,
    .after-loop-area .widget_nav_menu > div > ul > li,
    .full-width-header-area .widget_archive > ul > li,
    .full-width-header-area .widget_meta > ul > li,
    .full-width-header-area .widget_rss > ul > li,
    .full-width-header-area .widget_recent_comments > ul > li,
    .full-width-header-area .widget_recent_entries > ul > li,
    .full-width-header-area .widget_categories > ul > li,
    .full-width-header-area .widget_pages > ul > li,
    .full-width-header-area .widget_nav_menu > div > ul > li {
        width: 23%;
        margin-left: 2%;
        float: left;
    }
}

.before-content-area .widget_categories > ul,
.before-content-area .widget_archive > ul,
.after-content-area .widget_categories > ul,
.after-content-area .widget_archive > ul,
.before-loop-area .widget_categories > ul,
.before-loop-area .widget_archive > ul,
.after-loop-area .widget_categories > ul,
.after-loop-area .widget_archive > ul,
.full-width-header-area .widget_categories > ul,
.full-width-header-area .widget_archive > ul {
    margin-left: -2%;
}

.before-content-area .widget_categories > ul::after,
.before-content-area .widget_archive > ul::after,
.after-content-area .widget_categories > ul::after,
.after-content-area .widget_archive > ul::after,
.before-loop-area .widget_categories > ul::after,
.before-loop-area .widget_archive > ul::after,
.after-loop-area .widget_categories > ul::after,
.after-loop-area .widget_archive > ul::after,
.full-width-header-area .widget_categories > ul::after,
.full-width-header-area .widget_archive > ul::after {
    content: '';
    display: block;
    clear: both;
}

.before-content-area .widget_categories > ul > li,
.before-content-area .widget_archive > ul > li,
.after-content-area .widget_categories > ul > li,
.after-content-area .widget_archive > ul > li,
.before-loop-area .widget_categories > ul > li,
.before-loop-area .widget_archive > ul > li,
.after-loop-area .widget_categories > ul > li,
.after-loop-area .widget_archive > ul > li,
.full-width-header-area .widget_categories > ul > li,
.full-width-header-area .widget_archive > ul > li {
    flex: none;
    padding-left: 15px;
}

.before-content-area .widget_categories > ul > li:before,
.before-content-area .widget_archive > ul > li:before,
.after-content-area .widget_categories > ul > li:before,
.after-content-area .widget_archive > ul > li:before,
.before-loop-area .widget_categories > ul > li:before,
.before-loop-area .widget_archive > ul > li:before,
.after-loop-area .widget_categories > ul > li:before,
.after-loop-area .widget_archive > ul > li:before,
.full-width-header-area .widget_categories > ul > li:before,
.full-width-header-area .widget_archive > ul > li:before {
    left: 0;
}

@media (min-width: 544px) {
    .before-content-area .widget_categories > ul > li,
    .before-content-area .widget_archive > ul > li,
    .after-content-area .widget_categories > ul > li,
    .after-content-area .widget_archive > ul > li,
    .before-loop-area .widget_categories > ul > li,
    .before-loop-area .widget_archive > ul > li,
    .after-loop-area .widget_categories > ul > li,
    .after-loop-area .widget_archive > ul > li,
    .full-width-header-area .widget_categories > ul > li,
    .full-width-header-area .widget_archive > ul > li {
        width: 48%;
        margin-left: 2%;
        float: left;
    }
}

@media (min-width: 768px) {
    .before-content-area .widget_categories > ul > li,
    .before-content-area .widget_archive > ul > li,
    .after-content-area .widget_categories > ul > li,
    .after-content-area .widget_archive > ul > li,
    .before-loop-area .widget_categories > ul > li,
    .before-loop-area .widget_archive > ul > li,
    .after-loop-area .widget_categories > ul > li,
    .after-loop-area .widget_archive > ul > li,
    .full-width-header-area .widget_categories > ul > li,
    .full-width-header-area .widget_archive > ul > li {
        width: 23%;
        margin-left: 2%;
        float: left;
    }
}

@media (min-width: 992px) {
    .before-content-area .widget_categories > ul > li,
    .before-content-area .widget_archive > ul > li,
    .after-content-area .widget_categories > ul > li,
    .after-content-area .widget_archive > ul > li,
    .before-loop-area .widget_categories > ul > li,
    .before-loop-area .widget_archive > ul > li,
    .after-loop-area .widget_categories > ul > li,
    .after-loop-area .widget_archive > ul > li,
    .full-width-header-area .widget_categories > ul > li,
    .full-width-header-area .widget_archive > ul > li {
        width: 18%;
        margin-left: 2%;
        float: left;
    }
}

.before-content-area .widget_rss ul,
.before-content-area .widget_recent_comments ul,
.before-content-area .widget_recent_entries ul,
.after-content-area .widget_rss ul,
.after-content-area .widget_recent_comments ul,
.after-content-area .widget_recent_entries ul,
.before-loop-area .widget_rss ul,
.before-loop-area .widget_recent_comments ul,
.before-loop-area .widget_recent_entries ul,
.after-loop-area .widget_rss ul,
.after-loop-area .widget_recent_comments ul,
.after-loop-area .widget_recent_entries ul,
.full-width-header-area .widget_rss ul,
.full-width-header-area .widget_recent_comments ul,
.full-width-header-area .widget_recent_entries ul {
    margin-left: -2%;
}

@media (min-width: 544px) {
    .before-content-area .widget_rss ul > li,
    .before-content-area .widget_recent_comments ul > li,
    .before-content-area .widget_recent_entries ul > li,
    .after-content-area .widget_rss ul > li,
    .after-content-area .widget_recent_comments ul > li,
    .after-content-area .widget_recent_entries ul > li,
    .before-loop-area .widget_rss ul > li,
    .before-loop-area .widget_recent_comments ul > li,
    .before-loop-area .widget_recent_entries ul > li,
    .after-loop-area .widget_rss ul > li,
    .after-loop-area .widget_recent_comments ul > li,
    .after-loop-area .widget_recent_entries ul > li,
    .full-width-header-area .widget_rss ul > li,
    .full-width-header-area .widget_recent_comments ul > li,
    .full-width-header-area .widget_recent_entries ul > li {
        padding: 21px 0 0;
        width: 48%;
        margin-left: 2%;
        float: left;
    }
    .before-content-area .widget_rss ul > li:nth-child(1), .before-content-area .widget_rss ul > li:nth-child(2),
    .before-content-area .widget_recent_comments ul > li:nth-child(1),
    .before-content-area .widget_recent_comments ul > li:nth-child(2),
    .before-content-area .widget_recent_entries ul > li:nth-child(1),
    .before-content-area .widget_recent_entries ul > li:nth-child(2),
    .after-content-area .widget_rss ul > li:nth-child(1),
    .after-content-area .widget_rss ul > li:nth-child(2),
    .after-content-area .widget_recent_comments ul > li:nth-child(1),
    .after-content-area .widget_recent_comments ul > li:nth-child(2),
    .after-content-area .widget_recent_entries ul > li:nth-child(1),
    .after-content-area .widget_recent_entries ul > li:nth-child(2),
    .before-loop-area .widget_rss ul > li:nth-child(1),
    .before-loop-area .widget_rss ul > li:nth-child(2),
    .before-loop-area .widget_recent_comments ul > li:nth-child(1),
    .before-loop-area .widget_recent_comments ul > li:nth-child(2),
    .before-loop-area .widget_recent_entries ul > li:nth-child(1),
    .before-loop-area .widget_recent_entries ul > li:nth-child(2),
    .after-loop-area .widget_rss ul > li:nth-child(1),
    .after-loop-area .widget_rss ul > li:nth-child(2),
    .after-loop-area .widget_recent_comments ul > li:nth-child(1),
    .after-loop-area .widget_recent_comments ul > li:nth-child(2),
    .after-loop-area .widget_recent_entries ul > li:nth-child(1),
    .after-loop-area .widget_recent_entries ul > li:nth-child(2),
    .full-width-header-area .widget_rss ul > li:nth-child(1),
    .full-width-header-area .widget_rss ul > li:nth-child(2),
    .full-width-header-area .widget_recent_comments ul > li:nth-child(1),
    .full-width-header-area .widget_recent_comments ul > li:nth-child(2),
    .full-width-header-area .widget_recent_entries ul > li:nth-child(1),
    .full-width-header-area .widget_recent_entries ul > li:nth-child(2) {
        padding: 8px 0 0;
    }
}

@media (min-width: 544px) {
    .before-content-area .widget_recent_comments ul > li,
    .after-content-area .widget_recent_comments ul > li,
    .before-loop-area .widget_recent_comments ul > li,
    .after-loop-area .widget_recent_comments ul > li,
    .full-width-header-area .widget_recent_comments ul > li {
        padding: 16px 0 0;
    }
    .before-content-area .widget_recent_comments ul > li:nth-child(1), .before-content-area .widget_recent_comments ul > li:nth-child(2),
    .after-content-area .widget_recent_comments ul > li:nth-child(1),
    .after-content-area .widget_recent_comments ul > li:nth-child(2),
    .before-loop-area .widget_recent_comments ul > li:nth-child(1),
    .before-loop-area .widget_recent_comments ul > li:nth-child(2),
    .after-loop-area .widget_recent_comments ul > li:nth-child(1),
    .after-loop-area .widget_recent_comments ul > li:nth-child(2),
    .full-width-header-area .widget_recent_comments ul > li:nth-child(1),
    .full-width-header-area .widget_recent_comments ul > li:nth-child(2) {
        padding: 1px 0 0;
    }
}

.before-loop-area .widget_recent_comments .widget-title,
.after-loop-area .widget_recent_comments .widget-title {
    margin-bottom: 17px;
}

.before-loop-area .widget_recent_comments ul,
.after-loop-area .widget_recent_comments ul {
    margin-left: 0;
}

@media (min-width: 544px) {
    .before-loop-area .widget_recent_comments ul > li,
    .after-loop-area .widget_recent_comments ul > li {
        width: 100%;
        margin-left: 0;
        padding: 17px 0 0;
    }
    .before-loop-area .widget_recent_comments ul > li:nth-child(2),
    .after-loop-area .widget_recent_comments ul > li:nth-child(2) {
        padding: 17px 0 0;
    }
    .before-loop-area .widget_recent_comments ul > li:nth-child(1),
    .after-loop-area .widget_recent_comments ul > li:nth-child(1) {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Widget categories & archives
--------------------------------------------------------------*/
.widget_categories ul,
.widget_archive ul {
    list-style-type: none;
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .widget_categories ul,
    .widget_archive ul {
        display: flex;
        flex-wrap: wrap;
    }
}

.widget_categories ul li,
.widget_archive ul li {
    margin: 0;
    position: relative;
    padding: 2px 15px 7px 30px;
}

@media (min-width: 768px) {
    .widget_categories ul li,
    .widget_archive ul li {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.widget_categories ul li:before,
.widget_archive ul li:before {
    left: 14px;
    top: 6px;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 10px;
    padding: 0;
}

.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
    text-decoration: line-through;
}

/*--------------------------------------------------------------
# Widget calendar
--------------------------------------------------------------*/
.widget_calendar .widget-title {
    margin: 0 0 24px;
}

.widget_calendar .calendar_wrap table {
    margin: 0 0 -3px;
    border-collapse: collapse;
    position: relative;
}

.widget_calendar .calendar_wrap caption {
    font-size: 16px;
    padding: 15px 55px 16px;
    border-radius: 0;
    margin-bottom: 1px;
}

.widget_calendar .calendar_wrap th {
    font-size: 16px;
    font-size: 1rem;
    padding: 11px 2px;
    text-align: center;
    position: relative;
    left: 0;
    border: 1px solid #49494f;
}

.widget_calendar .calendar_wrap tbody td {
    padding: 11px 2px;
    width: auto;
    text-align: center;
    position: relative;
    left: 0;
    border: 1px solid #49494f;
}

.widget_calendar .calendar_wrap tbody td.pad {
    border: none;
}

.widget_calendar .calendar_wrap tbody td a {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 11px 2px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.widget_calendar .calendar_wrap tbody td a:before {
    content: '';
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    left: -2px;
    top: -2px;
    position: absolute;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}

.widget_calendar .calendar_wrap tbody td a:hover:before {
    border: 2px solid;
}

.widget_calendar .calendar_wrap tbody tr:first-child > td {
    padding: 14px 0 9px 0;
}

.widget_calendar .calendar_wrap tfoot {
    position: absolute;
    top: 0;
    width: 100%;
}

.widget_calendar .calendar_wrap tfoot tr {
    position: absolute;
    width: 100%;
}

.widget_calendar .calendar_wrap #prev, .widget_calendar .calendar_wrap #next {
    font-size: 16px;
    font-size: 1rem;
    line-height: 50px;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
}

.widget_calendar .calendar_wrap #prev a, .widget_calendar .calendar_wrap #next a {
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.widget_calendar .calendar_wrap #prev a:before, .widget_calendar .calendar_wrap #next a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    top: 0;
    left: 17px;
    text-indent: 0;
    position: absolute;
    display: block;
    font-size: 24px;
    transition: all 0.3s ease;
}

.widget_calendar .calendar_wrap #prev {
    left: 0;
}

.widget_calendar .calendar_wrap #prev a:before {
    content: "arrow_back";
}

.widget_calendar .calendar_wrap #next {
    right: 10px;
}

.widget_calendar .calendar_wrap #next a:before {
    content: "arrow_forward";
}

@media (max-width: 992px) {
    .widget_calendar h4 {
        margin: 0 0 15px 0;
    }
    .widget_calendar .calendar_wrap table {
        margin: 0;
    }
}

.footer-area .widget_calendar .calendar_wrap tbody td, .footer-area .widget_calendar .calendar_wrap th {
    left: 0px;
}

.footer-area .widget_calendar .calendar_wrap td a::before {
    width: 20px;
    height: 20px;
    top: -2%;
    left: -5%;
}

/*--------------------------------------------------------------
# Widget Tag Cloud
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud {
    margin: 19px -5px 3px;
    font-size: 0;
}

.widget_tag_cloud .tagcloud a {
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: 12px 19px 15px;
    border: 1px solid;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    position: relative;
}

.widget_tag_cloud .tagcloud a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    opacity: 0;
    transition: 300ms all;
}

.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    text-decoration: none;
}

.widget_tag_cloud .tagcloud a:hover:before {
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 992px) {
    .widget_tag_cloud .tagcloud {
        margin: 19px -2px;
    }
    .widget_tag_cloud .tagcloud a {
        font-size: 12px !important;
        font-size: 0.8rem !important;
        padding: 6px 10px;
        margin: 0;
    }
}

/*--------------------------------------------------------------
# Widget Recent Posts and Recent Comments
--------------------------------------------------------------*/
/* Recent Posts */
.widget_recent_entries .widget-title {
    margin-bottom: 20px;
}

.widget_recent_entries ul li {
    margin: 0;
    padding-top: 19px;
}

.widget_recent_entries ul li:first-child {
    padding-top: 0;
}

.widget_recent_entries ul li .post-thumbnail {
    max-width: 110px;
}

@media (min-width: 544px) {
    .widget_recent_entries ul li .post-thumbnail.alignleft {
        margin: 5px 20px 0 0;
    }
}

.widget_recent_entries ul li .post-content {
    overflow: hidden;
}

.widget_recent_entries ul li .post-content h6 {
    margin-top: 0;
}

.widget_recent_entries ul li a {
    display: inline-block;
}

.widget_recent_entries ul li a:hover {
    text-decoration: line-through;
    color: inherit;
}

.widget_recent_entries ul li .post-date {
    position: relative;
    display: block;
    margin: 8px 0 0;
}

/* Recent Comments */
.widget_recent_comments .widget-title {
    margin-bottom: 16px;
}

.widget_recent_comments ul li {
    padding-top: 15px;
    margin: 0;
}

.widget_recent_comments ul li > a:hover {
    text-decoration: line-through;
}

/* Recent Posts  & Recent Comments */
.widget_recent_comments h4,
.widget_recent_entries h4 {
    margin-bottom: 18px;
}

.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.widget_recent_comments ul li::before,
.widget_recent_entries ul li::before {
    display: none;
}

@media (max-width: 767px) {
    .widget_recent_comments ul li .post-content h6,
    .widget_recent_entries ul li .post-content h6 {
        font-size: 1rem;
    }
}

/* Banner widget */
.textwidget div.banner {
    display: block;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .textwidget div.banner {
        display: block;
        text-align: left;
    }
}

.sidebar-primary .textwidget div.banner,
.sidebar-secondary .textwidget div.banner,
.before-content-area .textwidget div.banner,
.after-content-area .textwidget div.banner,
.before-loop-area .textwidget div.banner,
.after-loop-area .textwidget div.banner {
    margin: 0;
}

@media (min-width: 992px) {
    .sidebar-primary .textwidget div.banner,
    .sidebar-secondary .textwidget div.banner,
    .before-content-area .textwidget div.banner,
    .after-content-area .textwidget div.banner,
    .before-loop-area .textwidget div.banner,
    .after-loop-area .textwidget div.banner {
        margin: -37px -40px -44px;
    }
    .position-two-sidebars .sidebar-primary .textwidget div.banner, .position-two-sidebars
    .sidebar-secondary .textwidget div.banner, .position-two-sidebars
    .before-content-area .textwidget div.banner, .position-two-sidebars
    .after-content-area .textwidget div.banner, .position-two-sidebars
    .before-loop-area .textwidget div.banner, .position-two-sidebars
    .after-loop-area .textwidget div.banner {
        margin: 0;
    }
}

.textwidget div.banner a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.textwidget div.banner .overflow-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.textwidget div.banner .overflow-content > * {
    margin: 7px 0;
}

.textwidget div.banner .overflow-content > *:first-child {
    margin-top: 0;
}

.textwidget div.banner .overflow-content > *:last-child {
    margin-bottom: 12px;
}

.textwidget div.banner h4 {
    font-size: 2.5rem;
}

.textwidget div.banner img {
    transition: 300ms all;
    width: 100%;
}

.textwidget div.banner:hover img {
    opacity: .7;
}

.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul {
    list-style-type: none;
    margin: 0;
}

@media (min-width: 768px) {
    .widget_pages ul,
    .widget_meta ul,
    .widget_nav_menu ul {
        display: inline;
    }
}

.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li {
    margin: 0;
    position: relative;
    padding: 2px 5px 7px;
    display: inline;
}

@media screen and (max-width: 767px) {
    .widget_pages ul li,
    .widget_meta ul li,
    .widget_nav_menu ul li {
        display: list-item;
        padding: 0;
    }
}

.widget_pages ul li:after,
.widget_meta ul li:after,
.widget_nav_menu ul li:after {
    content: '|';
    color: #999999;
    margin: 0 0 0 20px;
    font-size: 12px;
    font-weight: 200;
}

.widget_pages ul li:last-child:after,
.widget_meta ul li:last-child:after,
.widget_nav_menu ul li:last-child:after {
    content: '';
}

.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu ul li:first-child {
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .widget_pages ul li:after,
    .widget_meta ul li:after,
    .widget_nav_menu ul li:after {
        content: '';
    }
    .widget_pages ul li:last-child:after,
    .widget_meta ul li:last-child:after,
    .widget_nav_menu ul li:last-child:after {
        content: '';
    }
}

@media (min-width: 768px) {
    .widget_pages ul li,
    .widget_meta ul li,
    .widget_nav_menu ul li {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.widget_pages ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before {
    left: 14px;
    top: 6px;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 10px;
    padding: 0;
}

.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a {
    font-size: 12px;
    font-weight: 200;
    color: #999999 !important;
}

.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover {
    text-decoration: none;
    color: gray !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body {
    overflow-x: hidden;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    background: url("https://assets.kochava.com/kochavacom/uploads/2016/07/bg-site.jpg") no-repeat top left;
    background-size: contain;
    color: #454545;
}

body.toggle {
    overflow: hidden;
}

@media (min-width: 544px) {
    body.toggle {
        overflow: visible;
    }
}

.site {
    /*z-index: 100;*/
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}

.single-post .site-main,
.single .site-main,
.page .site-main {
    padding: 0;
    border-radius: 0;
    margin: 0;
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .single-post .site-main,
    .single .site-main,
    .page .site-main {
        padding: 40px 40px 0;
        margin: 0;
    }
}

.page .site-main {
    padding: 0 20px;
}

@media (min-width: 992px) {
    .page .site-main {
        padding: 0 20px;
        background-color: transparent !important;
    }
}

.site-content > .container {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .site-content > .container {
        margin-top: 0;
        margin-bottom: 0;
    }
}

#primary,
#sidebar-primary,
#sidebar-secondary {
    padding: 0;
}

.flex-row {
    display: block;
}

.flex-row.vertical-center {
    align-items: center;
}

.flex-row.column-direction {
    flex-direction: column;
}

.flex-row.flex-end {
    justify-content: flex-end;
}

.flex-row .align-self-end {
    align-self: flex-end;
}

.container.site-header > .container, .container.site-content > .container, .container.site-footer > .container {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
}

.layout-fullwidth .site-header.container,
.layout-fullwidth .site-footer.container {
    max-width: 100%;
}

.site-header.container,
.site-footer.container {
    padding: 0;
}

.layout-boxed .full-width-header-area,
.layout-boxed .after-content-full-width-area,
.layout-boxed .before-content-area,
.layout-boxed .after-content-area {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    margin-bottom: 0;
    position: relative;
    /*z-index: 1000000;*/
}

.header-container {
    box-shadow: none;
}

.header-container {
    padding: 21px 25px 0 40px;
}

@media (min-width: 768px) {
    .header-container.isStuck {
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 9999;
    }
    .header-container.isStuck.has-bar {
        margin-top: 32px;
    }
}

@media (max-width: 81.25em) {
    header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        -webkit-align-content: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 81.25em) and (min-width: 37.5em) {
    header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
        flex-wrap: no-wrap;
    }
}

@media (max-width: 81.25em) {
    header.site-header .top-panel__message {
        display: none;
    }
    header.site-header .header-container {
        padding: 20px 0;
        min-height: 60px;
        max-height: 100px;
    }
}

@media screen and (max-width: 81.25em) and (max-width: 413px) {
    header.site-header .header-container {
        padding: 10px 0 10px;
    }
}

@media (max-width: 81.25em) {
    header.site-header .header-container .site-branding {
        position: relative;
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-order: 2;
        order: 2;
        text-align: left;
        padding: 10px;
    }
}

@media screen and (max-width: 81.25em) and (min-width: 37.5em) {
    header.site-header .header-container .site-branding {
        padding: 10px 0;
        line-height: 0;
        margin-left: 25px;
    }
}

@media (max-width: 81.25em) and (min-width: 48em) {
    header.site-header .header-container .site-branding {
        margin-left: 50px;
    }
}

@media (max-width: 81.25em) and (max-width: 37.5em) {
    header.site-header .header-container .site-branding {
        padding-right: 90px;
        margin: 0;
    }
    header.site-header .header-container .site-branding .site-logo {
        display: table;
        width: 100%;
        line-height: 0;
    }
    header.site-header .header-container .site-branding .site-logo__link {
        /*height: 90px;*/
        display: table-cell;
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 81.25em) and (max-width: 414px) {
    header.site-header .header-container .site-branding .site-logo__link {
        padding: 0 0 0 25px;
    }
    header.site-header .header-container .site-branding .site-logo__link img {
        width: 70%;
    }
}

@media (max-width: 81.25em) and (min-width: 415px) and (max-width: 768px) {
    header.site-header .header-container .site-branding .site-logo__link {
        height: 0;
    }
    header.site-header .header-container .site-branding .site-logo__link img {
        width: 80%;
    }
}

@media (max-width: 81.25em) {
    header.site-header .header-container .site-branding .menu-toggle {
        position: absolute;
        top: -10px;
        right: 0;
        width: 60px;
        height: 60px;
        margin: 0;
        background: none;
    }
}

@media (max-width: 81.25em) and (min-width: 37.5em) and (max-width: 800px) {
    header.site-header .header-container .site-branding .menu-toggle {
        right: 0;
        top: -7px;
    }
}

@media (max-width: 81.25em) {
    header.site-header .header-container .site-branding .menu-toggle i {
        line-height: 60px;
        width: auto;
        height: auto;
        vertical-align: top;
    }
    header.site-header .header-container .site-branding .menu-toggle i.open {
        font-size: 36px;
        visibility: visible;
        display: block;
    }
    header.site-header .header-container .site-branding .menu-toggle i.close {
        font-size: 28px;
        visibility: hidden;
        display: none;
    }
    header.site-header .header-container .site-branding .menu-toggle:active i {
        animation: rotate 500ms;
        animation-fill-mode: forwards;
    }
    header.site-header .header-container .site-branding .menu-toggle.toggled i.close {
        visibility: visible;
        display: block;
    }
    header.site-header .header-container .site-branding .menu-toggle.toggled i.open {
        visibility: hidden;
        display: none;
    }
    header.site-header .header-container .social-list {
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-order: 1;
        order: 1;
        text-align: left;
        padding: 8px 15px 7px;
    }
}

@media screen and (max-width: 81.25em) and (min-width: 37.5em) {
    header.site-header .header-container .social-list {
        padding: 0 0 10px;
    }
}

@media (max-width: 81.25em) {
    .isStuck header.site-header .header-container .social-list {
        opacity: 0;
    }
}

@keyframes rotate {
0 {
    transform: rotate(0) scale(1);
    opacity: 1;
}
100% {
    transform: rotate(360deg) scale(0);
    opacity: 0;
}
}

.site {
    position: relative;
    left: 0;
    transition: 300ms all;
}

.site.toggled {
    left: -100%;
    left: calc(-100% + 20%);
}

@media (min-width: 800px) {
    .site.toggled {
        left: 0;
    }
}

@media screen and (min-width: 544px) and (max-width: 800px) {
    .site.toggled {
        left: -100%;
        left: calc(-100% + 60%);
    }
}

@media screen and (min-width: 801px) and (max-width: 1300px) {
    .site.toggled {
        left: -100%;
        left: calc(-100% + 80%);
    }
}

.header-mobile-wrap {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 30px;
    visibility: hidden;
    transition: 300ms all;
    display: block;
    z-index: 1000;
}

@media (min-width: 1301px) {
    .header-mobile-wrap {
        display: none;
    }
}

.admin-bar .header-mobile-wrap {
    padding-top: 55px;
}

.header-mobile-wrap .header-mobile {
    padding: 0 0 30px;
}

.header-mobile-wrap.toggle {
    left: 20%;
    visibility: visible;
    background: #454545;
}

@media screen and (min-width: 544px) and (max-width: 800px) {
    .header-mobile-wrap.toggle {
        left: 60%;
        visibility: visible;
    }
    .admin-bar .header-mobile-wrap {
        padding-top: 65px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1300px) {
    .header-mobile-wrap {
        padding-left: 0;
    }
    .header-mobile-wrap.toggle {
        left: 80%;
        visibility: visible;
    }
    .admin-bar .header-mobile-wrap {
        padding-top: 65px;
    }
}

.top-panel-mobile {
    padding: 140px 30px 0;
    text-align: left;
}

.top-panel-mobile .top-panel__wrap:not(:empty) {
    padding: 0;
}

.top-panel-mobile .top-panel__wrap > div {
    padding: 0;
    float: none;
}

.top-panel-mobile .top-panel__wrap > div.top-panel__search {
    margin-top: 20px;
}

.top-panel-mobile .top-panel__wrap > div.top-panel__search .search-form {
    position: relative;
}

.top-panel-mobile .top-panel__wrap > div.top-panel__search .search-form__field {
    width: 100%;
}

.top-panel-mobile .top-panel__wrap > div.top-panel__search .btn {
    border: none;
    position: absolute;
    right: 0;
}

@media (max-width: 600px) {
    .site-description {
        padding: 0 20px 20px;
    }
}

@media (min-width: 782px) {
    .stuckMenu.isStuck {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 100;
        padding-left: 20px;
        padding-right: 20px;
    }
    .stuckMenu.isStuck.has-bar {
        padding-top: 32px;
    }
}

.site-header.default .main-navigation {
    text-align: left;
    clear: both;
    margin: 10px 0 0;
    display: inline-block;
}

@media (min-width: 782px) {
    .site-header.default .main-navigation.isStuck {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .site-header.default .main-navigation ul.menu {
        margin: 0;
    }
    .site-header.default .main-navigation li.menu-item-has-children > a + .sub-menu {
        top: 0;
        left: 0;
        position: relative;
        visibility: visible;
        opacity: 1;
        padding: 20px 0;
    }
    .site-header.default .main-navigation li.menu-item-has-children > a + .sub-menu .sub-menu {
        margin: 0;
        padding: 0 20px;
    }
}

.site-header.default .social-list {
    padding: 0;
    text-align: right;
}

@media (max-width: 992px) {
    .site-header.default .social-list {
        text-align: left;
        padding-bottom: 10px;
    }
}

.site-header.default .container-fluid {
    padding: 0;
}

@media (max-width: 600px) {
    .site-header.default .container-fluid {
        width: 100%;
    }
}

.site-header.centered .site-branding {
    text-align: center;
}

.site-header.centered .social-list {
    text-align: center;
    padding: 15px 0 0 0;
}

.site-header.centered .main-navigation {
    text-align: center;
    padding: 15px 0 0 0;
    display: inline-block;
}

@media (min-width: 782px) {
    .site-header.centered .main-navigation.isStuck {
        padding: 0;
    }
}

@media (min-width: 782px) {
    .site-header.centered .main-navigation.isStuck.has-bar {
        padding-top: 32px;
    }
}

.site-header.centered .main-navigation ul.menu {
    text-align: center;
}

@media (max-width: 600px) {
    .site-header.centered .main-navigation ul.menu {
        text-align: left;
    }
}

.site-header.centered .main-navigation ul.menu > li:last-child {
    margin-right: 0;
}

.site-header.minimal .social-list {
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    align-self: center;
    padding: 0 0 20px;
}

@media screen and (min-width: 37.5em) {
    .site-header.minimal .social-list {
        white-space: nowrap;
    }
}

@media (min-width: 980px) {
    .site-header.minimal .main-navigation {
        -webkit-order: 1;
        order: 3;
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-align-self: flex-end;
        align-self: flex-end;
        text-align: right;
    }
}

@media screen and (min-width: 980px) and (min-width: 37.5em) {
    .site-header.minimal .main-navigation {
        order: 1;
        flex: 0 1 80%;
    }
}

@media (min-width: 980px) and (min-width: 37.5em) and (max-width: 62em) {
    .site-header.minimal .main-navigation {
        order: 2;
        flex: 0 1 auto;
    }
}

@media (min-width: 980px) {
    .site-header.minimal .cta-buttons {
        display: inline-block;
        border-left: 1px solid #4d4d4d;
        margin-right: 20px;
        font-size: 12px;
    }
}

@media (min-width: 980px) and (min-width: 1200px) {
    .site-header.minimal .cta-buttons {
        padding-left: 20px;
        margin-right: 20px;
    }
}

.site-header.minimal .site-branding {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    align-self: center;
    padding: 0 0 9px;
}

.header-container__flex {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .header-container__flex {
        flex-wrap: no-wrap;
    }
}

@media (min-width: 544px) {
    .header-container__flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: stretch;
        align-items: flex-start;
    }
}

.top-panel {
    display: none;
}

@media (min-width: 544px) {
    .top-panel {
        display: block;
    }
}

@media (min-width: 992px) {
    .top-panel__wrap {
        display: flex;
        align-items: center;
    }
    .top-panel__wrap > div {
        flex: 1 0 50%;
    }
}

.top-panel__wrap:not(:empty) {
    padding: 10px 30px;
}

.top-panel__wrap:after {
    clear: both;
    content: "";
    width: 100%;
    display: block;
}

@media (min-width: 992px) {
    .top-panel__message {
        text-align: right;
    }
    .top-panel__message .divider {
        width: 1px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        background: #3c3d42;
        margin: 0 20px;
    }
}

.top-panel__menu {
    margin: 0;
}

@media (min-width: 992px) {
    .top-panel__menu {
        padding: 0;
    }
}

.top-panel__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-panel__menu-list li {
    padding: 0 5px 0 0;
}

@media (min-width: 544px) {
    .top-panel__menu-list li {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .top-panel__menu-list li {
        padding: 0;
    }
    .top-panel__menu-list li:after {
        content: '';
        width: 1px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        background: #3c3d42;
        margin: 0 20px;
    }
    .top-panel__menu-list li:last-child:after {
        display: none;
    }
}

.top-panel__menu-list li a {
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
}

@media (min-width: 544px) {
    .top-panel__menu-list li a {
        padding: 0;
    }
}

.top-panel__menu-list li a:hover {
    text-decoration: none;
}

.top-panel__menu-list li.current-menu-item, .top-panel__menu-list li.current_page_item,
.top-panel__menu-list li a:hover {
    text-decoration: none;
}

.site-logo {
    max-width: 200px;
    padding: 0;
    margin: 0;
}

.site-logo__link {
    text-decoration: none;
}

.site-logo__link:hover {
    text-decoration: none;
}

.site-logo.text {
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.sticky__label {
    display: inline-block;
    line-height: 22px;
    padding: 0 10px;
    float: right;
    text-align: center;
    border-radius: 20px;
}

.sticky__label > i {
    display: block;
    width: auto;
    height: 2em;
    width: calc(2em - 20px);
    font-size: 21px;
    line-height: 2;
}

.posts-list .sticky__label > i {
    color: inherit;
    font-size: 21px;
    margin-right: 0;
}

.has-post-thumbnail .sticky__label {
    float: none;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 99;
}

@media (min-width: 992px) {
    .has-post-thumbnail .sticky__label {
        top: 30px;
    }
}

.posts-list--grid-3-cols .sticky.posts-list__item .btn,
.posts-list--masonry-3-cols .sticky.posts-list__item .btn,
.blog-masonry-3-cols .sticky.posts-list__item .btn {
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .sticky.posts-list__item .btn__text {
        display: inline-block;
    }
    .posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
    .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text,
    .blog-masonry-2-cols .sticky.posts-list__item .btn__text,
    .blog-masonry-3-cols .sticky.posts-list__item .btn__text {
        display: none;
    }
}

.position-two-sidebars .sticky.posts-list__item .btn__text {
    display: none;
}

@media (min-width: 992px) {
    .sticky.posts-list__item .btn__icon {
        display: none;
    }
    .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
    .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon,
    .blog-masonry-2-cols .sticky.posts-list__item .btn__icon,
    .blog-masonry-3-cols .sticky.posts-list__item .btn__icon {
        display: inline-block;
    }
}

.position-two-sidebars .sticky.posts-list__item .btn__icon {
    display: inline-block;
}

.position-two-sidebars .sticky.posts-list__item .btn {
    padding: 0;
    width: 50px;
    height: 50px;
}

.post-list__item-content {
    justify-content: space-around;
    height: 100%;
    width: 100%;
    flex: 1;
    position: relative;
    min-width: 1px;
    display: block !important;
}

.ie .post-list__item-content {
    flex: 1 0 auto;
}

.post-list__item-content .post-content-overflow {
    top: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
}

@media (min-width: 1500px) {
    .post-list__item-content .post-content-overflow {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .post-list__item-content .post-content-overflow {
        padding: 40px;
    }
    .position-two-sidebars .post-list__item-content .post-content-overflow {
        padding: 20px;
    }
}

@media (min-width: 1500px) {
    .full-width-block .post-list__item-content .post-content-overflow {
        justify-content: flex-end;
    }
}

.posts-list--masonry-2-cols .no-thumb .post-list__item-content .post-content-overflow,
.posts-list--masonry-3-cols .no-thumb .post-list__item-content .post-content-overflow,
.blog-masonry-2-cols .no-thumb .post-list__item-content .post-content-overflow,
.blog-masonry-3-cols .no-thumb .post-list__item-content .post-content-overflow {
    position: relative;
    height: auto;
}

.posts-list--default .post-list__item-content .post-content-overflow,
.blog-default .post-list__item-content .post-content-overflow {
    position: relative;
    height: auto;
    flex: 1 0 auto;
    max-width: 100% !important;
}

.post-list__item-content .post-content-overflow-additional {
    min-width: 1px;
    height: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1501px) {
    .post-list__item-content .post-content-overflow-additional {
        justify-content: center;
    }
}

.full-width-block .post-list__item-content .post-content-overflow-additional {
    justify-content: center;
}

@media (min-width: 1500px) {
    .full-width-block .post-list__item-content .post-content-overflow-additional {
        justify-content: flex-end;
    }
}

.posts-list--default .post-list__item-content,
.blog-default .post-list__item-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.posts-list--default .posts-list__item .post-thumbnail,
.posts-list--default .posts-list__item .post-format-wrap,
.posts-list--default .posts-list__item .post-content-overflow,
.blog-default .posts-list__item .post-thumbnail,
.blog-default .posts-list__item .post-format-wrap,
.blog-default .posts-list__item .post-content-overflow {
    max-width: 50%;
    flex: 0 0 50%;
    max-width: 85% !important;
}

@media (max-width: 480px) {
    .posts-list--default .posts-list__item .post-thumbnail,
    .posts-list--default .posts-list__item .post-format-wrap,
    .posts-list--default .posts-list__item .post-content-overflow,
    .blog-default .posts-list__item .post-thumbnail,
    .blog-default .posts-list__item .post-format-wrap,
    .blog-default .posts-list__item .post-content-overflow {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.posts-list--default .posts-list__item.post_format-post-format-link .post-thumbnail,
.posts-list--default .posts-list__item.post_format-post-format-link .post-format-wrap,
.posts-list--default .posts-list__item.post_format-post-format-link .post-content-overflow,
.blog-default .posts-list__item.post_format-post-format-link .post-thumbnail,
.blog-default .posts-list__item.post_format-post-format-link .post-format-wrap,
.blog-default .posts-list__item.post_format-post-format-link .post-content-overflow {
    max-width: 100%;
    flex: 0 0 100%;
}

.posts-list--default .posts-list__item.post_format-post-format-link .post-content-overflow,
.blog-default .posts-list__item.post_format-post-format-link .post-content-overflow {
    position: absolute;
    left: 0;
    height: 100%;
}

.posts-list--default .posts-list__item.post_format-post-format-audio .post-thumbnail,
.blog-default .posts-list__item.post_format-post-format-audio .post-thumbnail {
    display: none;
}

.posts-list--default .posts-list__item.post_format-post-format-audio .post-format-wrap,
.posts-list--default .posts-list__item.post_format-post-format-audio .post-content-overflow,
.blog-default .posts-list__item.post_format-post-format-audio .post-format-wrap,
.blog-default .posts-list__item.post_format-post-format-audio .post-content-overflow {
    max-width: 100%;
    flex: 0 0 100%;
}

.posts-list--default .posts-list__item.post_format-post-format-audio .post-content-overflow,
.blog-default .posts-list__item.post_format-post-format-audio .post-content-overflow {
    position: relative;
    left: 0;
    height: 100%;
}

.posts-list--default .posts-list__item.post_format-post-format-quote .post-thumbnail,
.blog-default .posts-list__item.post_format-post-format-quote .post-thumbnail {
    display: none;
}

.posts-list--default .posts-list__item.post_format-post-format-quote .post-format-wrap,
.posts-list--default .posts-list__item.post_format-post-format-quote .post-content-overflow,
.blog-default .posts-list__item.post_format-post-format-quote .post-format-wrap,
.blog-default .posts-list__item.post_format-post-format-quote .post-content-overflow {
    max-width: 100%;
    flex: 0 0 100%;
}

.posts-list--default .posts-list__item.post_format-post-format-quote .post-format-wrap,
.blog-default .posts-list__item.post_format-post-format-quote .post-format-wrap {
    height: auto;
}

.posts-list--default .posts-list__item.post_format-post-format-quote .post-format-quote,
.blog-default .posts-list__item.post_format-post-format-quote .post-format-quote {
    position: relative;
    left: 0;
    padding: 30px 0;
    height: auto;
    min-height: 390px;
}

.posts-list--default .posts-list__item.post_format-post-format-video .post-format-wrap,
.blog-default .posts-list__item.post_format-post-format-video .post-format-wrap {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
}

.posts-list--default .posts-list__item.post_format-post-format-video .post-format-wrap .entry-video,
.blog-default .posts-list__item.post_format-post-format-video .post-format-wrap .entry-video {
    height: auto;
    min-height: 390px;
    flex: 0 0 100%;
}

.posts-list--default .posts-list__item.post_format-post-format-video .post-format-wrap .post-content-overflow,
.blog-default .posts-list__item.post_format-post-format-video .post-format-wrap .post-content-overflow {
    position: absolute;
    height: 100%;
    left: 0;
}

.posts-list--default .posts-list__item.post_format-post-format-gallery .post-format-wrap,
.blog-default .posts-list__item.post_format-post-format-gallery .post-format-wrap {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
}

.posts-list--default .posts-list__item.post_format-post-format-gallery .post-format-wrap .post-gallery,
.posts-list--default .posts-list__item.post_format-post-format-gallery .post-format-wrap .post-content-overflow,
.blog-default .posts-list__item.post_format-post-format-gallery .post-format-wrap .post-gallery,
.blog-default .posts-list__item.post_format-post-format-gallery .post-format-wrap .post-content-overflow {
    max-width: 50%;
    flex: 0 0 50%;
}

@media (max-width: 480px) {
    .posts-list--default .posts-list__item.post_format-post-format-gallery .post-format-wrap .post-gallery,
    .posts-list--default .posts-list__item.post_format-post-format-gallery .post-format-wrap .post-content-overflow,
    .blog-default .posts-list__item.post_format-post-format-gallery .post-format-wrap .post-gallery,
    .blog-default .posts-list__item.post_format-post-format-gallery .post-format-wrap .post-content-overflow {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.posts-list--default .posts-list__item:nth-child(even) .post-thumbnail,
.blog-default .posts-list__item:nth-child(even) .post-thumbnail {
    order: 2;
}

@media (max-width: 480px) {
    .posts-list--default .posts-list__item:nth-child(even) .post-thumbnail,
    .blog-default .posts-list__item:nth-child(even) .post-thumbnail {
        order: 1;
    }
}

@media (max-width: 480px) {
    .posts-list--default .posts-list__item:nth-child(even) .post-content-overflow,
    .blog-default .posts-list__item:nth-child(even) .post-content-overflow {
        order: 2;
    }
}

@media (min-width: 1500px) {
    .posts-list__item.no-thumb .post-thumbnail {
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
    }
}

.posts-list--masonry-2-cols .posts-list__item.no-thumb .post-thumbnail,
.posts-list--masonry-3-cols .posts-list__item.no-thumb .post-thumbnail,
.blog-masonry-2-cols .posts-list__item.no-thumb .post-thumbnail,
.blog-masonry-3-cols .posts-list__item.no-thumb .post-thumbnail {
    padding-bottom: 0;
    height: auto;
}

.posts-list--default .posts-list__item.no-thumb .post-thumbnail,
.blog-default .posts-list__item.no-thumb .post-thumbnail {
    height: auto;
    padding: 0;
    display: none;
}

.posts-list--default .posts-list__item.no-thumb .post-content-overflow,
.blog-default .posts-list__item.no-thumb .post-content-overflow {
    max-width: 100%;
    flex: 0 0 100%;
}

.posts-list__item .post-thumbnail {
    width: 100%;
    opacity: .8;
    transition: 200ms all;
}

@media (min-width: 1500px) {
    .posts-list__item:hover .post-thumbnail {
        opacity: .4;
    }
}

.posts-list--grid-2-cols .posts-list__item,
.posts-list--grid-3-cols .posts-list__item,
.blog-grid-2-cols .posts-list__item,
.blog-grid-3-cols .posts-list__item {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.posts-list__item .entry-content {
    overflow: hidden;
}

@media (min-width: 1500px) {
    .posts-list__item .entry-content {
        height: 6.5em;
    }
}

.posts-list__item .entry-content p {
    margin: 0;
}

.posts-list__item.full-width-block .entry-content {
    height: auto;
}

.posts-list__item a {
    text-decoration: none;
    color: #00b3e3;
}

.posts-list__item .btn {
    text-align: center;
    overflow: hidden;
    position: relative;
    background: none;
}

@media (min-width: 1500px) {
    .posts-list__item .btn {
        width: 50px;
        height: 50px;
        border: none;
        padding: 0;
    }
}

.posts-list__item .btn:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: inherit;
    border: 2px solid;
    transition: 300ms all;
    transform-origin: 0 100%;
    display: none;
}

@media (min-width: 1500px) {
    .posts-list__item .btn:after {
        transform-origin: 100% 100%;
        display: block;
    }
}

@media (min-width: 992px) {
    .posts-list__item .btn:after {
        transform: scale(0.2);
        background: #fff;
    }
}

.posts-list__item .btn__text {
    transition: 300ms all;
}

@media (min-width: 1500px) {
    .posts-list__item .btn__text {
        display: none;
    }
}

.posts-list__item .btn__icon {
    line-height: 50px;
    display: none;
    transition: 300ms all;
}

@media (min-width: 1500px) {
    .posts-list__item .btn__icon {
        transform: translateX(-200px);
        display: inline-block;
    }
}

.posts-list__item .btn__icon i {
    line-height: 50px;
    height: auto;
}

@media (min-width: 1500px) {
    .posts-list__item .btn:hover {
        background: none;
        top: 0;
    }
}

.posts-list__item .btn:hover:after {
    transform: scale(1);
    background: none;
}

@media (min-width: 1500px) {
    .posts-list__item .btn:hover .btn__icon {
        transform: translateX(0);
    }
}

@media (min-width: 1500px) {
    .posts-list__item:hover .btn {
        background: none;
        top: 0;
    }
}

.posts-list__item:hover .btn:after {
    transform: scale(1);
    background: none;
}

@media (min-width: 1500px) {
    .posts-list__item:hover .btn .btn__icon {
        transform: translateX(0);
    }
}

.hentry {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.single-post .hentry,
.page .hentry {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.entry-title {
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .entry-title {
        margin: 0 0 17px;
    }
}

@media (max-width: 768px) {
    .entry-title {
        font-size: 1.25rem;
    }
}

.single-post .entry-title {
    margin: 10px 0 17px;
}

@media (max-width: 480px) {
    .single-post .entry-title {
        font-size: 1.5rem;
    }
}

.blog-masonry-3-cols .entry-title {
    margin: 0;
}

@media (max-width: 480px) {
    .blog-default .entry-title {
        /*font-size: 1rem;*/
    }
}

.entry-header .entry-title:first-child {
    margin-top: 80px;
}

.entry-header .entry-title:first-child.text-center {
    text-align: center;
}

@media (min-width: 1500px) {
    .full-width-block .entry-title {
        width: 80%;
    }
}

.entry-title a:hover {
    text-decoration: line-through;
}

.posts-list .entry-meta {
    order: 2;
    flex: 1 0 100%;
    margin: 28px 0 0;
}

@media (min-width: 1500px) {
    .posts-list .entry-meta {
        order: 1;
        position: relative;
        top: 8px;
        flex: 3 0 auto;
        margin: 0;
    }
}

.posts-list--grid-3-cols .posts-list .entry-meta,
.posts-list--masonry-3-cols .posts-list .entry-meta,
.blog-grid-3-cols .posts-list .entry-meta,
.blog-masonry-2-cols .posts-list .entry-meta,
.blog-masonry-3-cols .posts-list .entry-meta,
.position-two-sidebars .posts-list .entry-meta {
    display: none;
}

@media (min-width: 480px) and (max-width: 992px) {
    .blog-default .posts-list .entry-meta {
        display: none;
    }
}

.posts-list--grid-3-cols .full-width-block .posts-list .entry-meta,
.blog-grid-3-cols .full-width-block .posts-list .entry-meta {
    display: block;
}

@media (max-width: 480px) {
    .single-post .entry-meta {
        display: none;
    }
}

.entry-meta span {
    display: inline-block;
    margin: 0 0 0 16px;
    text-transform: lowercase;
}

.entry-meta span:first-child {
    margin: 0;
}

.entry-meta span:first-child {
    margin: 0;
}

@media (min-width: 992px) {
    .entry-meta span:first-child {
        margin-left: -5px;
    }
}

.entry-summary + .entry-meta,
.entry-content + .entry-meta {
    margin-top: 15px;
}

.entry-meta a {
    color: #454545 !important;
}

.posts-list .entry-summary, .posts-list .entry-content {
    display: none;
    padding-right: 0;
    margin-bottom: 0;
}

@media (min-width: 1500px) {
    .posts-list .entry-summary, .posts-list .entry-content {
        display: block;
        margin-bottom: -5px;
    }
}

@media (min-width: 767px) {
    .posts-list--grid-3-cols .posts-list .entry-summary,
    .posts-list--masonry-3-cols .posts-list .entry-summary,
    .blog-masonry-3-cols .posts-list .entry-summary,
    .blog-grid-3-cols .posts-list .entry-summary,
    .position-two-sidebars .posts-list .entry-summary, .posts-list--grid-3-cols .posts-list .entry-content,
    .posts-list--masonry-3-cols .posts-list .entry-content,
    .blog-masonry-3-cols .posts-list .entry-content,
    .blog-grid-3-cols .posts-list .entry-content,
    .position-two-sidebars .posts-list .entry-content {
        display: none;
    }
}

.posts-list--grid-3-cols .full-width-block .posts-list .entry-summary,
.blog-grid-3-cols .full-width-block .posts-list .entry-summary, .posts-list--grid-3-cols .full-width-block .posts-list .entry-content,
.blog-grid-3-cols .full-width-block .posts-list .entry-content {
    display: block;
}

@media (min-width: 992px) {
    .post_format-post-format-audio .entry-summary, .post_format-post-format-audio .entry-content {
        padding-right: 0;
    }
}

.entry-footer.flex-row {
    margin: 0;
    display: flex;
}

.posts-list .entry-footer {
    position: relative;
    margin: 0;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 0;
}

@media (min-width: 1500px) {
    .posts-list .entry-footer {
        margin-top: auto;
    }
}

@media (min-width: 480px) and (max-width: 500px) {
    .blog-default .posts-list .entry-footer {
        display: none;
    }
}

@media (min-width: 1500px) {
    .posts-list .full-width-block .entry-footer {
        margin-top: 0;
    }
}

.single .entry-footer {
    margin-top: 17px;
    margin-bottom: 41px;
}

.page .entry-footer {
    padding-top: 0;
}

.entry-footer .entry-btn {
    flex: 1 0 100%;
    margin: 15px 0 0;
    text-align: center;
    order: 1;
}

@media (min-width: 1500px) {
    .entry-footer .entry-btn {
        flex: 1 0 auto;
        order: 2;
        margin-top: 0;
        text-align: right;
    }
}

.blog-masonry-2-cols .entry-footer .entry-btn {
    margin-top: 0;
}

@media (min-width: 767px) {
    .position-two-sidebars .entry-footer .entry-btn,
    .blog-masonry-3-cols .entry-footer .entry-btn {
        display: none;
    }
}

.entry-footer .btn {
    vertical-align: top;
}

.posts-list .entry-footer .btn:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    content: '';
    height: 1px;
    background-color: transparent;
    pointer-events: none;
}

.post .material-icons {
    color: #454545 !important;
}

.single-post .post-thumbnail {
    margin: 0;
    /*@include media-breakpoint-up(lg) {
				margin-left: -40px;
				margin-right: -40px;
			}*/
}

.post-thumbnail__link.post-thumbnail--small {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width: 992px) {
    .post-thumbnail__link.post-thumbnail--small {
        float: left;
        margin-right: 30px;
        text-align: left;
    }
}

.ie .post-thumbnail__link {
    height: 0;
    padding-bottom: 100%;
}

.post-thumbnail__img {
    display: inline-block;
    vertical-align: top;
}

.entry-header + .post-thumbnail > .post-thumbnail__img {
    margin-top: 23px;
    margin-bottom: 22px;
}

.post-thumbnail--fullwidth .post-thumbnail__img {
    width: 100%;
}

.posts-list .post-thumbnail--fullwidth {
    display: block;
}

.posts-list .post-thumbnail--fullwidth:first-child img {
    border-radius: 0 0 0 0;
}

.post__cats {
    margin-bottom: 23px;
    font-size: 0;
}

@media (min-width: 992px) {
    .post__cats {
        margin-bottom: 19px;
    }
}

.posts-list .post__cats,
.single-post .post__cats {
    position: static;
}

.posts-list .post__cats {
    text-align: center;
}

@media (min-width: 1500px) {
    .posts-list .post__cats {
        text-align: left;
    }
}

@media (min-width: 767px) {
    .posts-list--grid-3-cols .posts-list .post__cats,
    .posts-list--masonry-3-cols .posts-list .post__cats,
    .blog-grid-3-cols .posts-list .post__cats,
    .blog-masonry-2-cols .posts-list .post__cats,
    .blog-masonry-3-cols .posts-list .post__cats,
    .position-two-sidebars .posts-list .post__cats {
        display: none;
    }
}

.posts-list--grid-3-cols .full-width-block .posts-list .post__cats,
.blog-grid-3-cols .full-width-block .posts-list .post__cats {
    display: block;
}

@media (min-width: 767px) and (max-width: 992px) {
    .blog-default .posts-list .post__cats {
        display: none;
    }
}

.post__cats a {
    display: inline-block;
    vertical-align: top;
    background-color: #7d16ee;
    color: #fff;
    padding: 3px 10px 5px;
    margin: 0 3px 3px 0;
    text-decoration: none;
    line-height: 22px;
    line-height: 10px;
    padding: 9px 10px 11px;
}

.post__cats a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .post__cats a {
        font-size: 1rem;
    }
}

.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 99;
}

@media (min-width: 992px) {
    .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
        top: 30px;
    }
}

.single .post__date, .single .post__comments, .single .post__author {
    margin-right: 18px;
}

.post__date .material-icons, .post__comments .material-icons, .post__tags .material-icons, .post__author .material-icons {
    font-size: 24px;
    margin-right: 7px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .post__date.h6-style, .post__comments.h6-style, .post__tags.h6-style, .post__author.h6-style {
        font-size: 1rem;
    }
}

.posts-list .post__author {
    display: block;
}

.single-post .post__tags {
    margin-top: 18px;
}

.single-post .post__tags .material-icons {
    margin-right: 12px;
}

@media (min-width: 544px) {
    .single-post .post__tags {
        float: left;
    }
}

.single-post .post__tags a {
    position: relative;
    margin: 0 0 0 35px;
}

.single-post .post__tags a:before {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    position: absolute;
    left: -23px;
    top: 1px;
}

.single-post .post__tags a:first-of-type {
    margin: 0;
}

.single-post .post__tags a:first-of-type:before {
    display: none;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
    color: #454545 !important;
    padding-top: 10px;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.position-two-sidebars #sidebar-secondary {
    order: 1;
}

.position-two-sidebars #primary {
    order: 0;
}

.position-two-sidebars #sidebar-primary {
    order: 2;
}

@media (min-width: 768px) {
    .position-two-sidebars #sidebar-secondary {
        order: 0;
    }
    .position-two-sidebars #primary {
        order: 1;
    }
    .position-two-sidebars #sidebar-primary {
        order: 2;
    }
}

.taxonomy-description {
    padding: 20px;
}

@media (min-width: 768px) {
    .taxonomy-description {
        padding: 40px;
    }
}

.post__cats a:nth-child(4) ~ a {
    display: none;
}

.posts-list .page.type-page .post__cats {
    display: none;
}

.posts-list__item.format-standard.full-width-block.no-thumb .post-thumbnail, .posts-list__item.type-page.full-width-block.no-thumb .post-thumbnail {
    display: none;
}

.posts-list__item.format-standard.full-width-block.no-thumb .post-content-overflow, .posts-list__item.type-page.full-width-block.no-thumb .post-content-overflow {
    position: relative;
}

.posts-list .posts-list__item.page.type-page .post-content-overflow,
.posts-list .post_format-post-format-audio .post-content-overflow,
.posts-list .post_format-post-format-quote .post-content-overflow,
.posts-list .post_format-post-format-video .post-content-overflow,
.posts-list .post_format-post-format-gallery .post-content-overflow,
.posts-list .format-standard.no-thumb .post-content-overflow {
    /*position: relative;
			display: block;*/
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
    /* Gallery */
    /* Link */
    /* Quote */
    /* Wrapper for non-image featured content */
}

.post .mejs-container {
    margin: 23px 0;
}

.post_format-post-format-gallery .post-gallery {
    z-index: 10;
}

.post_format-post-format-gallery .post-content-overflow > * {
    position: relative;
    z-index: 100;
}

.post_format-post-format-gallery .post-content-overflow > *.entry-content {
    display: none;
}

.post-gallery {
    margin: 0;
}

.entry-content .post-gallery {
    margin: 20px 0;
}

@media (min-width: 992px) {
    .entry-content .post-gallery {
        margin: 23px -40px;
    }
}

.post-gallery img {
    border-radius: 0 0 0 0;
    display: block;
}

.entry-content .post-gallery img {
    border-radius: 0;
}

.post-gallery .swiper-button-next, .post-gallery .swiper-button-prev {
    margin-top: -25px;
    top: 50%;
    transition: 300ms all;
}

.post-gallery .swiper-button-prev {
    left: 0;
    border-radius: 0 0 0 0;
}

.post-gallery .swiper-button-next {
    right: 0;
    border-radius: 0 0 0 0;
}

.post-gallery .material-icons {
    font-size: 24px;
}

.post-gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.post-gallery__link {
    display: block;
}

.post-format-link {
    display: inline-block;
    border-radius: 0;
    padding: 10px 20px 10px 15px;
}

.post .post-format-link {
    text-decoration: underline;
}

.post-format-link:before {
    content: "insert_link";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: inline-block;
    vertical-align: middle;
    font-size: 29px;
    margin: 0 10px 0 0;
}

.has-thumb .post-thumbnail {
    position: relative;
}

.has-thumb .post-thumbnail__format-link {
    text-align: left;
}

@media (min-width: 1500px) {
    .has-thumb .post-thumbnail__format-link {
        position: absolute;
        top: 50%;
        bottom: 50%;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media (min-width: 1500px) {
    .has-thumb .post-thumbnail__format-link .post-format-link {
        transform: translateY(-50%);
    }
}

.post-thumbnail .post-thumbnail__img {
    opacity: .8;
}

.post-format-wrap.format-quote {
    height: 0;
    padding: 0 0 100%;
    margin: 0;
}

.posts-list--masonry-2-cols .post-format-wrap.format-quote {
    padding: 0 0 59%;
}

.posts-list--masonry-3-cols .post-format-wrap.format-quote {
    padding: 0 0 110%;
}

.post-format-wrap.format-quote blockquote {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    padding: 20px;
    text-align: center;
}

.post-format-wrap.format-quote blockquote:before {
    color: #fff;
    position: relative;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    line-height: 30px;
}

.post-format-wrap.format-quote blockquote cite {
    text-align: center;
    color: #fff;
}

.post-format-wrap.format-quote blockquote cite:before {
    content: '';
}

.post_format-post-format-video .entry-video {
    z-index: 10;
}

.post_format-post-format-video .post-content-overflow .entry-header,
.post_format-post-format-video .post-content-overflow .entry-footer {
    position: relative;
    z-index: 100;
}

.embed-wrapper {
    margin: 0;
}

@media (min-width: 992px) {
    .embed-wrapper {
        margin: 0 -40px;
    }
}

.embed-wrapper .embed-wrapper-bg {
    background-size: cover;
    padding: 35px 0;
    margin: 20px 0;
}

@media (min-width: 992px) {
    .embed-wrapper .embed-wrapper-bg {
        margin: 23px 0;
    }
}

.embed-wrapper .twitter-tweet {
    margin: 35px auto !important;
    max-width: 90% !important;
}

.posts-list__item .embed-wrapper .twitter-tweet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.entry-content > .twitter-tweet {
    display: none !important;
}

.fb_iframe_widget {
    max-width: 100%;
}

.fb_iframe_widget > span {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area {
    padding-bottom: 15px;
    margin-left: 0;
}

.footer-container {
    padding: 40px 30px;
}

@media (min-width: 992px) {
    .footer-container {
        padding: 24px 22px 20px 30px;
    }
}

.site-info .footer-logo {
    margin: 0;
}

.site-info .social-list {
    margin: 0;
}

.site-info__flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
}

@media (min-width: 992px) {
    .site-info__flex {
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .site-info__flex > div {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .site-info__flex > div {
        display: block;
        flex: 1;
    }
}

@media (min-width: 992px) {
    .site-info__flex .social-list {
        white-space: nowrap;
    }
}

.site-info__flex .site-info__first-box {
    text-align: center;
}

@media (min-width: 992px) {
    .site-info__flex .site-info__first-box {
        text-align: left;
    }
}

.site-info__flex .site-info__first-box > div {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .site-info__flex .site-info__first-box > div.footer-logo {
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .site-info__flex .site-info__first-box > div.footer-copyright {
        margin-top: 8px;
    }
}

.site-info__flex .site-info__first-box > div.footer-copyright a {
    text-transform: capitalize;
}

.site-info__flex .site-info__mid-box {
    text-align: right;
}

@media (min-width: 992px) {
    .site-info__flex .site-info__mid-box .footer-menu {
        margin-bottom: 8px;
    }
}

.site-info__flex .site-info__last-box {
    text-align: center;
}

@media (min-width: 992px) {
    .site-info__flex .site-info__last-box {
        text-align: right;
    }
}

.site-info__flex .site-info__last-box .social-list {
    margin: 21px 0 28px;
}

@media (min-width: 992px) {
    .site-info__flex .site-info__last-box .social-list {
        margin: -2px 0 0;
    }
}

.mobile-display {
    display: block;
}

@media (min-width: 992px) {
    .mobile-display {
        display: none;
    }
}

.mobile-display .footer-copyright {
    display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .mobile-display .footer-copyright {
        display: none;
    }
}

.mobile-display .footer-copyright a {
    text-transform: capitalize;
}

.site-footer.default .mobile-display .footer-copyright {
    display: block;
    text-align: center;
    line-height: 60px;
    color: #454545;
}

@media (min-width: 992px) {
    .site-footer.default .mobile-display .footer-copyright {
        display: none;
    }
}

.site-footer.default {
    padding: 35px 50px 5px;
}

@media (min-width: 992px) {
    .site-footer.default {
        padding: 65px 50px 25px;
    }
}

@media (min-width: 768px) {
    .site-footer.default {
        padding: 45px 50px 25px;
    }
}

.site-footer.default .footer-copyright {
    display: none;
    vertical-align: middle;
    font-size: 10px;
    color: #454545;
}

@media (min-width: 992px) {
    .site-footer.default .footer-copyright {
        display: inline-block;
        font-weight: 200;
        text-transform: uppercase;
        vertical-align: baseline;
        margin-left: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .site-footer.default .footer-copyright {
        display: inline-block;
    }
}

.site-footer.default .menu-footer {
    display: none;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .site-footer.default .menu-footer {
        display: inline-block;
    }
}

.site-footer.default .top-footer-row {
    margin-bottom: 25px;
}

.site-footer.default .social-icons-footer {
    margin: 2px 7px 0;
    vertical-align: sub;
}

.site-footer.default .logo-footer {
    margin: 30px 20px 0 0;
}

@media (min-width: 415px) and (max-width: 1024px) {
    .site-footer.default .logo-footer {
        margin-top: 0;
    }
}

.site-footer.default .request-demo label {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.site-footer.default .request-demo a.btn {
    background-color: #2e2e2e;
    color: #979797;
    font-size: 12px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0;
    text-align: center;
}

.site-footer.default .request-demo a.btn:hover {
    background-color: #484848;
}

.site-footer.centered {
    text-align: center;
    padding: 37px 0 34px;
}

.site-footer.centered .footer-menu {
    padding: 40px 0 23px;
}

.site-footer.centered .footer-copyright {
    padding: 39px 0 0;
}

.site-footer.minimal {
    text-align: center;
    padding: 61px 0 55px;
}

.site-footer.minimal .footer-container {
    padding-top: 0;
    padding-bottom: 0;
}

.site-footer.minimal .footer-copyright {
    padding: 12px 0 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: normal;
}

.bypostauthor {
    display: block;
}

.not-found {
    padding: 20px;
    text-align: center;
    margin: 0;
}

@media (min-width: 992px) {
    .not-found {
        padding: 30px 30px 102px;
    }
}

.not-found .page-header {
    margin: 60px 0 37px;
}

.not-found h3 {
    margin-bottom: 28px;
}

.not-found .btn.btn-invert {
    margin-bottom: 34px;
}

.not-found .search-form {
    max-width: 570px;
    margin: 26px auto 0;
}

.error404 #primary {
    width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.img-pull-left {
    width: 50%;
    float: left;
    margin: 0 4% 1% 0;
}

.img-pull-right {
    width: 50%;
    float: right;
    margin: 0 0 1% 4%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 39px;
    margin-top: 34px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
}

.wp-caption .wp-caption-text {
    margin: 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 62.33%;
}

.posts-list__item .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 100%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.entry-content .embed-responsive {
    margin: 20px 0;
}

@media (min-width: 992px) {
    .entry-content .embed-responsive {
        margin: 23px -40px;
    }
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #49494f;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #49494f;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #49494f;
}

.table .table {
    background-color: #FFFFFF;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #49494f;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #49494f;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #61a60d;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #538e0b;
}

/*@include table-row-variant('info', $state-info-bg);
@include table-row-variant('warning', $state-warning-bg);
@include table-row-variant('danger', $state-danger-bg);*/
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #49494f;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

/*--------------------------------------------------------------
# Kochava Custom Styles
--------------------------------------------------------------*/
/*--------------------------------------
  Set background-color of posts
--------------------------------------*/
.posts-list__item,
.single-post .site-main,
.post-list__item-content,
.single-post .site-main,
.page .site-main,
.single .site-main {
    background-color: transparent !important;
}

/*h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: $color__kochava-link !important;
  &:hover {
    text-decoration: none !important;
  }
}*/

/*--------------------------------------
  Styles for competitive matrix page
--------------------------------------*/
 table.comp-matrix {
     width: 100%;
     border-collapse: collapse;
     margin: 40px 0 0 0;
 }

table.comp-matrix tr {
    line-height: 1.5rem;
}

table.comp-matrix td.spacer-row {
    height: 32px;
    border-right: 1px solid #ffffff !important;
    border-left: 1px solid #ffffff !important;
    background: #ffffff
}

table.comp-matrix tr .even,
table.comp-matrix tr .alt, table.comp-matrix tr:nth-of-type(even) {
    background: #f9f9f9;
}

table.comp-matrix tr tr,
table.comp-matrix tr th {
    padding: 0.5625rem 0.625rem;
}

table.comp-matrix tr.category-header {
    border-bottom: 3px solid #000000;
    width: 6rem;
    height: 5rem;
    vertical-align: bottom;

}

table.comp-matrix th:nth-child(2) {
    color: #ffffff;
}

table.comp-matrix td {
    width: 14rem;
    font-size: 12px;
}

table.comp-matrix tr th,
table.comp-matrix tr td {
    padding: 0.5rem 0.625rem 0.625rem;
}

table.comp-matrix th,
table.comp-matrix td {
    text-align: center;
    vertical-align: middle;
}

table.comp-matrix th:first-child,
table.comp-matrix td:first-child {
    font-weight: 400;
    text-align: left;
}

table.comp-matrix tbody td:nth-child(2) {
    color: #454545;
}

table.comp-matrix tr.category {
    height: 3rem;
    vertical-align: middle;
}

table.comp-matrix tr.category th:first-child,
table.comp-matrix tr.category td:first-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.125rem;
    display: table-cell;
    vertical-align: bottom;
}

table.comp-matrix tbody td p.check {
    background: url("/wp-content/themes/kochava/images/bwcheckmark-sprite.png") 0 4px no-repeat;
    width: 21px;
    height: 21px;
    margin: auto;
}

table.comp-matrix tbody td:nth-child(2) p.check {
    background: url("/wp-content/themes/kochava/images/bwcheckmark-sprite.png") 0 4px no-repeat;
    width: 21px;
    height: 21px;
    margin: auto;
}

/* making sure check marks will be printed */
@media print {
    table.comp-matrix tbody td p.check:after {
        content: "\2713";
        width: 21px;
        height: 21px;
        margin: auto;
    }
    footer,
    header {
        display: none;
    }
}

.uppercase {
    text-transform: uppercase;
}

.intro-paragraph {
    margin: 0 auto;
    text-align: center;
}

.outro-paragraph {
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}
.category th:first-child {
    width: 550px;
}

/*-----------------------------
  network listing style
-----------------------------*/
.partner {
    height: 80px;
    border-bottom: solid 1px #cccccc;
    padding: 15px 0;
}

.network-thumb {
    height: 35px;
}

.letter-anchors {
    padding-right: 15px;
}

.capitalize {
    text-transform: capitalize;
}

body.logged-in .YouTubePopUp-Wrap {
    top: 0;
}


.tos_content ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.tos_content ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.tos_content ol > li:before {
    content: counters(item, ".") ".0 ";
    display: table-cell;
    padding-right: 0.6em;
}

.tos_content li ol > li {
    margin: 0;
}

.tos_content li ol > li:before {
    content: counters(item, ".") " ";
}
