@charset "UTF-8";
/*
Theme Name:           Spotlight
Theme URI:            http://codesupply.co/themes/spotlight
Description:          Feature-Packed News & Magazine WordPress Theme
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.5.4
Tags:                 two-columns, right-sidebar, custom-colors, editor-style, theme-options, featured-images, custom-menu, sticky-post, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          spotlight
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Reboot
# Base
# Utilities
# Layout
# Elements
# Widgets
# Media
# Vendors
 */

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */
      url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-regular.svg#Montserrat")
      format("svg"); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-700.woff")
      format("woff"),
    /* Modern Browsers */
      url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/wp-content/themes/spotlight/fonts/montserrat-v14-latin-700.svg#Montserrat")
      format("svg"); /* Legacy iOS */
  font-display: swap;
}

/*--------------------------------------------------------------
# Reboot
--------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 720px) {
  html {
    overflow-x: visible;
  }
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #121416;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr,
.wp-block-separator {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #a0a0a0;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table,
.wp-block-table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: #000f3f;
  word-wrap: break-word;
}

h1,
.h1 {
  font-size: 2.3rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr,
.wp-block-separator {
  border: 0;
  border-top: 1px solid #dcdcdc;
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/*--------------------------------------------------------------
## Font Style
--------------------------------------------------------------*/
.cs-breadcrumbs {
  font-size: 12px;
}

.title-block {
  margin-bottom: 1.5rem;
}

.site-title {
  font-size: 2.2rem;
}

.entry-header .post-excerpt {
  font-size: 1.25rem;
}

.entry-header .author-content a:hover {
  color: #000000;
}

.tagcloud .tag-cloud-link {
  font-size: 0.75rem !important;
}

.tagcloud a:not(:last-child) {
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table,
.wp-block-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  background-color: transparent;
}

table th,
.wp-block-table th,
table td,
.wp-block-table td {
  padding: 0.75rem;
  vertical-align: top;
  border: none;
  border-top: 1px solid #dee2e6;
}

table thead th,
.wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table tbody + tbody,
.wp-block-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.wp-block-table .wp-block-table__cell-content {
  padding: 0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 599.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 719.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 1019.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 1919.98px) {
  .table-responsive-full {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
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 {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.7rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  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 {
    -webkit-transition: none;
    transition: none;
  }
}

input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="color"]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  outline: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]:disabled,
input[type="text"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="range"]:disabled,
input[type="range"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="color"]:disabled,
input[type="color"][readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #dcdcdc;
  opacity: 1;
}

select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  background-color: #000000;
  color: white;
}

@media screen and (prefers-reduced-motion: reduce) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button {
    -webkit-transition: none;
    transition: none;
  }
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
  outline: 0;
}

.button-round {
  padding: 0.375rem;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-round .cs-icon:before {
  display: inline-block;
}

.button-transparent {
  background: transparent;
  color: #000000;
}

.button-transparent:hover,
.button-transparent:focus {
  color: #6c757d;
}

.cs-input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border: 3px solid #000f3f;
  background: #dcdcdc;
  border-radius: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cs-input-group input[type="text"],
.cs-input-group input[type="email"],
.cs-input-group input[type="url"],
.cs-input-group input[type="password"],
.cs-input-group input[type="search"],
.cs-input-group input[type="number"],
.cs-input-group input[type="tel"] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border: none;
  border-radius: 0 0 0 0;
}

.cs-input-group input[type="text"]:focus,
.cs-input-group input[type="email"]:focus,
.cs-input-group input[type="url"]:focus,
.cs-input-group input[type="password"]:focus,
.cs-input-group input[type="search"]:focus,
.cs-input-group input[type="number"]:focus,
.cs-input-group input[type="tel"]:focus {
  z-index: 3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cs-input-group button {
  margin: -3px;
  margin-left: 0;
  position: relative;
  z-index: 2;
  border-radius: 0 0 0 0;
}

.cs-input-group button:hover,
.cs-input-group button:focus {
  background-color: #000000;
}

.post-password-form {
  padding: 40px;
  background: #f8f9fa;
}

.post-password-form label {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-password-form input[type="submit"] {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  height: 100%;
}

.post-password-form > p:first-child {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.post-password-form > p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0;
}

.search-form {
  -webkit-transition: 0.2s ease box-shadow;
  transition: 0.2s ease box-shadow;
  border-radius: 0;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
@font-face {
  font-family: "cs-icons";
  src: url("css/fonts/icons.ttf") format("truetype"),
    url("css/fonts/icons.woff") format("woff"),
    url("css/fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="cs-icon-"],
[class*=" cs-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cs-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-icon-bag:before {
  content: "\e92d";
}

.cs-icon-cart:before {
  content: "\e92c";
}

.cs-icon-activity:before {
  content: "\e900";
}

.cs-icon-alert-circle:before {
  content: "\e901";
}

.cs-icon-arrow-down:before {
  content: "\e902";
}

.cs-icon-arrow-down-circle:before {
  content: "\e903";
}

.cs-icon-arrow-left:before {
  content: "\e904";
}

.cs-icon-arrow-left-circle:before {
  content: "\e905";
}

.cs-icon-arrow-right:before {
  content: "\e906";
}

.cs-icon-arrow-right-circle:before {
  content: "\e907";
}

.cs-icon-arrow-up-circle:before {
  content: "\e908";
}

.cs-icon-at-sign:before {
  content: "\e909";
}

.cs-icon-award:before {
  content: "\e90a";
}

.cs-icon-bookmark:before {
  content: "\e90b";
}

.cs-icon-chevron-down:before {
  content: "\e90c";
}

.cs-icon-chevron-left:before {
  content: "\e90d";
}

.cs-icon-chevron-right:before {
  content: "\e90e";
}

.cs-icon-chevron-up:before {
  content: "\e90f";
}

.cs-icon-circle:before {
  content: "\e910";
}

.cs-icon-eye:before {
  content: "\e911";
}

.cs-icon-file:before {
  content: "\e912";
}

.cs-icon-file-text:before {
  content: "\e913";
}

.cs-icon-film:before {
  content: "\e914";
}

.cs-icon-help-circle:before {
  content: "\e915";
}

.cs-icon-info:before {
  content: "\e916";
}

.cs-icon-menu:before {
  content: "\e917";
}

.cs-icon-message-square:before {
  content: "\e918";
}

.cs-icon-more-horizontal:before {
  content: "\e919";
}

.cs-icon-more-vertical:before {
  content: "\e91a";
}

.cs-icon-music:before {
  content: "\e91b";
}

.cs-icon-play:before {
  content: "\e91c";
}

.cs-icon-play-circle:before {
  content: "\e91d";
}

.cs-icon-plus-circle:before {
  content: "\e91e";
}

.cs-icon-search:before {
  content: "\e91f";
}

.cs-icon-share:before {
  content: "\e920";
}

.cs-icon-tag:before {
  content: "\e921";
}

.cs-icon-watch:before {
  content: "\e922";
}

.cs-icon-x:before {
  content: "\e923";
}

.cs-icon-x-circle:before {
  content: "\e924";
}

.cs-icon-x-square:before {
  content: "\e925";
}

.cs-icon-youtube:before {
  content: "\e926";
}

.cs-icon-zap:before {
  content: "\e927";
}

.cs-icon-zoom-in:before {
  content: "\e928";
}

.cs-icon-zoom-out:before {
  content: "\e929";
}

/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
@media (min-width: 1020px) {
  body {
    background-color: #ffffff;
  }
}

a {
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #000000;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus,
.h1 a:hover,
.h1 a:focus,
.h2 a:hover,
.h2 a:focus,
.h3 a:hover,
.h3 a:focus,
.h4 a:hover,
.h4 a:focus,
.h5 a:hover,
.h5 a:focus,
.h6 a:hover,
.h6 a:focus {
  color: #6c757d;
  text-decoration: none;
}

.post-categories a:hover,
.post-categories a:focus {
  color: #000000;
}

.post-meta,
.cs-breadcrumbs {
  color: #333333;
}

.post-meta a,
.cs-breadcrumbs a {
  color: #121416;
}

.post-meta a:hover,
.post-meta a:focus,
.cs-breadcrumbs a:hover,
.cs-breadcrumbs a:focus {
  color: #000000;
}

figcaption {
  color: #a0a0a0;
}

blockquote {
  color: #000000;
}

blockquote cite {
  color: #a0a0a0;
}

span[class*="meta-"] {
  color: #a0a0a0;
}

.archive-count {
  /* sean edit */
  display: none;
  color: #a0a0a0;
}

.page-subtitle {
  color: #a0a0a0;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.cs-list-articles {
  padding-left: 0;
  list-style: none;
}

.cs-list-articles > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.25rem;
  color: #6c757d;
  font-size: 0.875rem;
  position: relative;
  padding-left: 2rem;
}

.cs-list-articles > li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "cs-icons";
  content: "\e906";
  color: #ced4da;
  font-size: 14px;
  margin-right: 1rem;
  display: inline-block;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: 4px;
}

.cs-list-articles > li > a:hover {
  color: #000000;
}

.cs-list-articles > li > a:hover:before {
  color: #fff;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #6c757d;
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
.entry .entry-content > *,
.entry .entry-summary > * {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 600px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.entry .entry-content > *:first-child,
.entry .entry-summary > *:first-child {
  margin-top: 0;
}

.entry .entry-content > *:last-child,
.entry .entry-summary > *:last-child {
  margin-bottom: 0;
}

.entry .entry-content > *:last-child:after,
.entry .entry-summary > *:last-child:after {
  content: "";
  clear: both;
  display: table;
}

.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}

@media (min-width: 600px) {
  .entry .entry-content .entry-content,
  .entry .entry-content .entry-summary,
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content {
  line-height: 1.75;
}

.entry-content > a,
.entry-content > p > a,
.entry-content > ul li > a,
.entry-content > ol li > a,
.entry-content > p > em > a,
.entry-content > p > strong > a {
  text-decoration: underline;
}

.entry-content > a:hover,
.entry-content > a:focus,
.entry-content > p > a:hover,
.entry-content > p > a:focus,
.entry-content > ul li > a:hover,
.entry-content > ul li > a:focus,
.entry-content > ol li > a:hover,
.entry-content > ol li > a:focus,
.entry-content > p > em > a:hover,
.entry-content > p > em > a:focus,
.entry-content > p > strong > a:hover,
.entry-content > p > strong > a:focus {
  text-decoration: none;
}

.entry-content > blockquote {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 1.5rem 0;
  border-left: 0;
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
}

.entry-content > blockquote cite {
  display: block;
  color: #a0a0a0;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.5rem;
}

.entry-content > blockquote p {
  line-height: 1.5;
}

.entry-content > blockquote p:first-child {
  font-size: inherit;
  margin-top: 0;
}

.entry-content > blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content cite {
  color: #a0a0a0;
}

.entry-content .wp-caption-dd {
  color: #a0a0a0;
  margin-left: 0;
}

.entry-content .cs-embed {
  margin-top: 48px;
  margin-bottom: 48px;
}

.alignnone {
  max-width: 100%;
}

.alignleft {
  float: none;
  margin-right: 0;
  max-width: 100%;
}

@media (min-width: 600px) {
  .alignleft {
    float: left;
    margin-right: 2rem;
  }
}

.alignright {
  float: none;
  margin-left: 0;
  max-width: 100%;
}

@media (min-width: 600px) {
  .alignright {
    float: right;
    margin-left: 2rem;
  }
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.aligncenter .wp-caption-text,
.aligncenter .wp-caption-dd {
  text-align: center;
}

img.alignleft,
img.alignright {
  margin-bottom: 1rem;
}

/** =========== Blocks =========== */
.wp-block-columns > *:first-child {
  margin-top: 0;
}

.wp-block-columns > *:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

p.has-background {
  padding: 1.5rem 2rem;
}

p.wp-block-subhead {
  font-size: 1.25rem;
  color: #a0a0a0;
  opacity: 1;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 4rem;
  line-height: 1;
  margin-top: 0.5rem;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}

.wp-block-separator:not(.is-style-dots) {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: 0;
  margin-right: auto;
}

.wp-block-separator.is-style-dots {
  border: none;
  text-align: left;
}

.wp-block-separator.is-style-dots:before {
  padding-left: 0;
  color: #a0a0a0;
}

.wp-block-button .wp-block-button__link {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #000000;
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}

.wp-block-button .wp-block-button__link:hover {
  opacity: 0.7;
  cursor: pointer;
}

.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 2rem;
}

.wp-block-code {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #000000;
  white-space: pre-wrap;
  border-radius: 0;
  border: none;
}

.wp-block-code .editor-plain-text {
  background-color: transparent;
}

.wp-block-preformatted {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
}

.wp-block-preformatted pre {
  padding: 0;
}

.wp-block-preformatted,
.wp-block-preformatted pre {
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #000000;
  white-space: pre-wrap;
}

.wp-block-verse {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
}

.wp-block-verse pre {
  padding: 0;
}

.wp-block-verse,
.wp-block-verse pre {
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #000000;
  overflow: auto;
}

.wp-block-audio figcaption {
  color: #a0a0a0;
}

.wp-block-embed figcaption {
  color: #a0a0a0;
}

.wp-block-video video {
  width: 100%;
}

.wp-block-media-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 599.98px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: 8%;
    padding-bottom: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
    .wp-block-media-text__content {
    padding-top: 0;
    padding-bottom: 8%;
  }
}

.wp-block-image figcaption {
  color: #a0a0a0;
  text-align: center;
}

@media (min-width: 600px) {
  .wp-block-image figcaption {
    text-align: initial;
  }
}

.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption,
.wp-block-image .alignwide figcaption,
.wp-block-image .alignfull figcaption {
  text-align: center;
}

.wp-block-image.alignleft figcaption,
.wp-block-image.alignright figcaption,
.wp-block-image.aligncenter figcaption,
.wp-block-image.alignwide figcaption,
.wp-block-image.alignfull figcaption {
  text-align: center;
}

.wp-block-image .alignleft,
.wp-block-image.alignleft {
  float: none;
  margin-right: 0;
}

@media (min-width: 600px) {
  .wp-block-image .alignleft,
  .wp-block-image.alignleft {
    float: left;
    margin-right: 2rem;
  }
}

.wp-block-image .alignright,
.wp-block-image.alignright {
  float: none;
  margin-left: 0;
}

@media (min-width: 600px) {
  .wp-block-image .alignright,
  .wp-block-image.alignright {
    float: right;
    margin-left: 2rem;
  }
}

@media (max-width: 599.98px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-cover,
.wp-block-cover-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto;
}

.wp-block-cover:after,
.wp-block-cover-image:after {
  width: 0;
  padding-bottom: 56.25%;
  height: 100%;
  content: "";
}

.wp-block-cover.alignleft:after,
.wp-block-cover.alignright:after,
.wp-block-cover-image.alignleft:after,
.wp-block-cover-image.alignright:after {
  padding-bottom: 75%;
}

.wp-block-cover.alignfull:after,
.wp-block-cover.alignwide:after,
.wp-block-cover-image.alignfull:after,
.wp-block-cover-image.alignwide:after {
  padding-bottom: 40%;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-text {
  font-size: 2rem;
  line-height: 1.25;
  padding: 1rem;
}

@media (min-width: 600px) {
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover-image .wp-block-cover-text {
    padding: 2rem;
  }
}

.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large) {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1.5rem 0;
  margin-top: 48px;
  margin-bottom: 48px;
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  color: #000000;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 0;
}

.wp-block-quote p {
  line-height: 1.5;
}

.wp-block-quote p:first-child {
  font-size: inherit;
  margin-top: 0;
}

.wp-block-quote p:last-child {
  margin-bottom: 0;
}

.wp-block-quote cite {
  font-style: italic;
  color: #a0a0a0;
  line-height: 1.5;
}

.wp-block-quote .wp-block-quote__citation {
  font-style: italic;
  color: #a0a0a0;
  line-height: 1.5;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-large p:first-child,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large p:first-child {
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.6;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 0.875rem;
  text-align: left;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 100%;
}

@media (min-width: 600px) {
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright {
    max-width: calc(50% - 1rem);
  }
}

.wp-block-pullquote {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  padding: 2rem 1rem;
}

.wp-block-pullquote blockquote {
  margin: 0;
}

.wp-block-pullquote p {
  font-size: 1.75rem;
  line-height: 1.5;
}

.wp-block-pullquote .alignleft p,
.wp-block-pullquote .alignright p {
  font-size: 1.25rem;
}

.wp-block-pullquote blockquote:not(.has-text-color) {
  color: #000000;
}

.wp-block-pullquote blockquote:not(.has-text-color) cite,
.wp-block-pullquote blockquote:not(.has-text-color) footer,
.wp-block-pullquote
  blockquote:not(.has-text-color)
  .wp-block-pullquote__citation {
  color: #a0a0a0;
  font-style: italic;
}

.wp-block-latest-comments {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 2rem 0;
  margin: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  margin: 2rem 0 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment > article {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: #a0a0a0;
  font-size: 0.875rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
  line-height: inherit;
  margin: 0.5rem 0;
}

.wp-block-latest-comments
  .wp-block-latest-comments__comment-excerpt
  p:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-categories__list,
.wp-block-archives-list {
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-block-latest-posts > li a,
.wp-block-categories-list > li a,
.wp-block-categories__list > li a,
.wp-block-archives-list > li a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.wp-block-latest-posts > li > a,
.wp-block-categories-list > li > a,
.wp-block-categories__list > li > a,
.wp-block-archives-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 2rem;
}

.wp-block-latest-posts > li > a:before,
.wp-block-categories-list > li > a:before,
.wp-block-categories__list > li > a:before,
.wp-block-archives-list > li > a:before {
  position: absolute;
  left: 0;
  top: 8px;
  font-family: "cs-icons";
  content: "\e906";
  color: #ced4da;
  font-size: 14px;
  margin-right: 1rem;
  display: inline-block;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.wp-block-latest-posts > li > a:hover,
.wp-block-categories-list > li > a:hover,
.wp-block-categories__list > li > a:hover,
.wp-block-archives-list > li > a:hover {
  color: #000000;
}

.wp-block-latest-posts > li > a:hover:before,
.wp-block-categories-list > li > a:hover:before,
.wp-block-categories__list > li > a:hover:before,
.wp-block-archives-list > li > a:hover:before {
  color: #fff;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #6c757d;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-categories-list .wp-block-latest-posts__post-date,
.wp-block-categories__list .wp-block-latest-posts__post-date,
.wp-block-archives-list .wp-block-latest-posts__post-date {
  margin-left: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 0.875rem;
  color: #a0a0a0;
}

.wp-block-latest-posts .children,
.wp-block-latest-posts .wp-block-categories__list,
.wp-block-categories-list .children,
.wp-block-categories-list .wp-block-categories__list,
.wp-block-categories__list .children,
.wp-block-categories__list .wp-block-categories__list,
.wp-block-archives-list .children,
.wp-block-archives-list .wp-block-categories__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.wp-block-categories > .wp-block-categories__list {
  padding: 0;
}

.wp-block-archives.wp-block-archives-list {
  padding: 0;
}

.wp-block-categories-list a,
.wp-block-categories__list a,
.wp-block-archives-list a {
  padding-right: 0.5rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Background
--------------------------------------------------------------*/
.cs-bg-dark {
  color: rgba(255, 255, 255, 0.9);
}

.cs-bg-dark h1,
.cs-bg-dark h2,
.cs-bg-dark h3,
.cs-bg-dark h4,
.cs-bg-dark h5,
.cs-bg-dark h6,
.cs-bg-dark .h1,
.cs-bg-dark .h2,
.cs-bg-dark .h3,
.cs-bg-dark .h4,
.cs-bg-dark .h5,
.cs-bg-dark .h6 {
  color: #fff;
}

.cs-bg-dark h1 a,
.cs-bg-dark h2 a,
.cs-bg-dark h3 a,
.cs-bg-dark h4 a,
.cs-bg-dark h5 a,
.cs-bg-dark h6 a,
.cs-bg-dark .h1 a,
.cs-bg-dark .h2 a,
.cs-bg-dark .h3 a,
.cs-bg-dark .h4 a,
.cs-bg-dark .h5 a,
.cs-bg-dark .h6 a {
  -webkit-transition: 0.2s ease all !important;
  transition: 0.2s ease all !important;
  color: #fff;
}

.cs-bg-dark h1:hover a,
.cs-bg-dark h1:focus a,
.cs-bg-dark h2:hover a,
.cs-bg-dark h2:focus a,
.cs-bg-dark h3:hover a,
.cs-bg-dark h3:focus a,
.cs-bg-dark h4:hover a,
.cs-bg-dark h4:focus a,
.cs-bg-dark h5:hover a,
.cs-bg-dark h5:focus a,
.cs-bg-dark h6:hover a,
.cs-bg-dark h6:focus a,
.cs-bg-dark .h1:hover a,
.cs-bg-dark .h1:focus a,
.cs-bg-dark .h2:hover a,
.cs-bg-dark .h2:focus a,
.cs-bg-dark .h3:hover a,
.cs-bg-dark .h3:focus a,
.cs-bg-dark .h4:hover a,
.cs-bg-dark .h4:focus a,
.cs-bg-dark .h5:hover a,
.cs-bg-dark .h5:focus a,
.cs-bg-dark .h6:hover a,
.cs-bg-dark .h6:focus a {
  color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark a,
.cs-bg-dark .entry-content a,
.cs-bg-dark .meta-category a,
.cs-bg-dark .meta-comments a,
.cs-bg-dark .post-meta .author a {
  color: rgba(255, 255, 255, 0.8);
}

.cs-bg-dark a:hover,
.cs-bg-dark a:focus,
.cs-bg-dark .entry-content a:hover,
.cs-bg-dark .entry-content a:focus,
.cs-bg-dark .meta-category a:hover,
.cs-bg-dark .meta-category a:focus,
.cs-bg-dark .meta-comments a:hover,
.cs-bg-dark .meta-comments a:focus,
.cs-bg-dark .post-meta .author a:hover,
.cs-bg-dark .post-meta .author a:focus {
  color: white;
}

.cs-bg-dark .title-block {
  color: rgba(255, 255, 255, 0.7);
}

.cs-bg-dark caption,
.cs-bg-dark figcaption,
.cs-bg-dark .post-meta,
.cs-bg-dark .cs-breadcrumbs {
  color: rgba(255, 255, 255, 0.7);
}

.cs-bg-dark .pk-input-group {
  border-color: #fff;
}

.cs-bg-dark .hero-title {
  color: #fff !important;
}

.cs-bg-dark .pk-social-links-wrap + .navbar-subscribe {
  border-color: rgba(255, 255, 255, 0.2);
}

.cs-bg-dark .site-info {
  border-top: none;
  color: rgba(255, 255, 255, 0.5);
}

.cs-bg-dark .site-info .footer-aside + .footer-content .navbar-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

.cs-bg-dark .site-info .footer-title {
  color: #fff;
}

.cs-bg-dark .footer-copyright {
  color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .footer-copyright a {
  color: #fff;
}

.cs-bg-dark .navbar-footer a {
  color: #121416;
}

.cs-bg-dark .navbar-footer a:hover {
  color: #fff;
}

.cs-bg-dark .pk-font-heading {
  color: #fff;
}

.cs-bg-dark .pk-color-secondary {
  color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-font-secondary {
  color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-badge-primary {
  background-color: rgba(255, 255, 255, 0.25);
}

.cs-bg-dark .pk-social-links-link {
  color: #fff;
}

.cs-bg-dark .pk-social-links-link:hover,
.cs-bg-dark .pk-social-links-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-social-links-count {
  color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-social-links-label {
  color: rgba(255, 255, 255, 0.3);
}

.cs-bg-dark
  .pk-social-links-scheme-bold
  .pk-social-links-link
  .pk-social-links-title {
  color: rgba(255, 255, 255, 0.6);
}

.cs-bg-dark
  .pk-social-links-scheme-bold
  .pk-social-links-link:hover
  .pk-social-links-icon,
.cs-bg-dark
  .pk-social-links-scheme-bold
  .pk-social-links-link:hover
  .pk-social-links-title {
  color: #fff;
}

.cs-bg-dark
  .pk-social-links-scheme-light-rounded
  .pk-social-links-link
  .pk-social-links-icon {
  background-color: rgba(255, 255, 255, 0.125);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #fff;
}

.navbar .cs-bg-navbar-dark {
  border-bottom: none;
}

.navbar .cs-bg-navbar-dark .site-title {
  color: #fff;
}

.navbar .cs-bg-navbar-dark .site-title:hover,
.navbar .cs-bg-navbar-dark .site-title:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-nav,
.navbar .cs-bg-navbar-dark .navbar-toggle-search,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.navbar .cs-bg-navbar-dark .navbar-toggle-search,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas {
  color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-toggle-search:hover,
.navbar .cs-bg-navbar-dark .navbar-toggle-search:focus,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas:hover,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-dropdown-btn-follow {
  color: #fff;
}

.navbar
  .cs-bg-navbar-dark
  .navbar-dropdown-follow:hover
  .navbar-dropdown-btn-follow {
  color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-dropdown-container {
  border-top: none;
}

.navbar .cs-bg-navbar-dark .navbar-dropdown-container:before {
  border-bottom-color: transparent;
}

.navbar .cs-bg-navbar-dark .navbar-nav > li > a {
  color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-nav > li:hover > a {
  color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-nav > li.current-menu-ancestor > a,
.navbar .cs-bg-navbar-dark .navbar-nav > li.current-menu-item > a {
  color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-primary {
  background: rgba(0, 0, 0, 0.875);
  color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-secondary {
  background: rgba(160, 160, 160, 0.875);
  color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-success {
  background: rgba(40, 167, 69, 0.875);
  color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-info {
  background: rgba(23, 162, 184, 0.875);
  color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-warning {
  background: rgba(255, 193, 7, 0.875);
  color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-danger {
  background: rgba(220, 53, 69, 0.875);
  color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-light {
  background: rgba(248, 249, 250, 0.875);
  color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-dark {
  background: rgba(52, 58, 64, 0.875);
  color: #fff;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-primary {
  background: rgba(0, 0, 0, 0.125);
  color: black;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-secondary {
  background: rgba(160, 160, 160, 0.125);
  color: #7a7a7a;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-success {
  background: rgba(40, 167, 69, 0.125);
  color: #19692c;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-info {
  background: rgba(23, 162, 184, 0.125);
  color: #0f6674;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-warning {
  background: rgba(255, 193, 7, 0.125);
  color: #ba8b00;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-danger {
  background: rgba(220, 53, 69, 0.125);
  color: #a71d2a;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-light {
  background: rgba(248, 249, 250, 0.125);
  color: #cbd3da;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-dark {
  background: rgba(52, 58, 64, 0.125);
  color: #121416;
}

.navbar .cs-bg-navbar-dark .pk-badge-primary {
  background-color: rgba(255, 255, 255, 0.25);
}

.navbar .cs-bg-navbar-dark .cs-navbar-nav-submenu-dark .cs-mm-posts-container,
.navbar
  .cs-bg-navbar-dark
  .cs-navbar-nav-submenu-dark
  .cs-mm-posts.mega-menu-category {
  border-top: none;
}

.offcanvas-header.cs-bg-navbar-dark {
  border-bottom: none;
  border-right: 1px rgba(255, 255, 255, 0.025) solid;
}

.offcanvas-header.cs-bg-navbar-dark .site-title,
.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas {
  color: #fff;
}

.offcanvas-header.cs-bg-navbar-dark .site-title:hover,
.offcanvas-header.cs-bg-navbar-dark .site-title:focus,
.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas:hover,
.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark > li > .sub-menu {
  border-top: none;
}

.navbar .cs-navbar-nav-submenu-dark > li > .sub-menu:before {
  border-bottom-color: transparent;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .sub-menu {
  border-left-color: rgba(255, 255, 255, 0.25);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu > li.current-menu-ancestor > a,
.navbar .cs-navbar-nav-submenu-dark .sub-menu > li.current-menu-item > a {
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu > li:hover > a,
.navbar .cs-navbar-nav-submenu-dark .sub-menu > li:focus > a {
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu > li > a {
  color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-primary {
  background: rgba(0, 0, 0, 0.875);
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-secondary {
  background: rgba(160, 160, 160, 0.875);
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-success {
  background: rgba(40, 167, 69, 0.875);
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-info {
  background: rgba(23, 162, 184, 0.875);
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-warning {
  background: rgba(255, 193, 7, 0.875);
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-danger {
  background: rgba(220, 53, 69, 0.875);
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-light {
  background: rgba(248, 249, 250, 0.875);
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-dark {
  background: rgba(52, 58, 64, 0.875);
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-primary {
  background-color: rgba(255, 255, 255, 0.25);
}

.navbar .cs-navbar-nav-submenu-dark .cs-mm-posts-container,
.navbar .cs-navbar-nav-submenu-dark .cs-mm-posts.mega-menu-category {
  border-top: 1px solid #dcdcdc;
}

.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories {
  border-right: none;
}

.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories:hover a,
.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories:focus a {
  color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories a {
  color: #fff;
}

/*--------------------------------------------------------------
## Alignment
--------------------------------------------------------------*/
.cs-text-center {
  text-align: center;
}

/*--------------------------------------------------------------
## Display
--------------------------------------------------------------*/
.cs-d-none {
  display: none !important;
}

.cs-d-inline {
  display: inline !important;
}

.cs-d-inline-block {
  display: inline-block !important;
}

.cs-d-block {
  display: block !important;
}

.cs-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 600px) {
  .cs-d-sm-none {
    display: none !important;
  }
  .cs-d-sm-inline {
    display: inline !important;
  }
  .cs-d-sm-inline-block {
    display: inline-block !important;
  }
  .cs-d-sm-block {
    display: block !important;
  }
  .cs-d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 720px) {
  .cs-d-md-none {
    display: none !important;
  }
  .cs-d-md-inline {
    display: inline !important;
  }
  .cs-d-md-inline-block {
    display: inline-block !important;
  }
  .cs-d-md-block {
    display: block !important;
  }
  .cs-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1020px) {
  /* modified by Sean */
  /*.cs-d-lg-none {*/
  /*display: none !important;*/
  /*}*/
  .cs-d-lg-inline {
    display: inline !important;
  }
  .cs-d-lg-inline-block {
    display: inline-block !important;
  }
  .cs-d-lg-block {
    display: block !important;
  }
  .cs-d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .cs-d-xl-none {
    display: none !important;
  }
  .cs-d-xl-inline {
    display: inline !important;
  }
  .cs-d-xl-inline-block {
    display: inline-block !important;
  }
  .cs-d-xl-block {
    display: block !important;
  }
  .cs-d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1920px) {
  .cs-d-full-none {
    display: none !important;
  }
  .cs-d-full-inline {
    display: inline !important;
  }
  .cs-d-full-inline-block {
    display: inline-block !important;
  }
  .cs-d-full-block {
    display: block !important;
  }
  .cs-d-full-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
## Alerts
--------------------------------------------------------------*/
.cs-alert {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 0.875rem;
  background-color: #f8f9fa;
}

/*--------------------------------------------------------------
## Embed
--------------------------------------------------------------*/
.cs-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.cs-embed-responsive:before {
  display: block;
  content: "";
}

.cs-embed-responsive iframe,
.cs-embed-responsive embed,
.cs-embed-responsive object,
.cs-embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs-embed-responsive:before {
  padding-top: 56.25%;
}

.wp-block-embed .cs-embed-responsive {
  position: initial;
  margin: 0;
  padding: 0;
  overflow: initial;
}

.wp-block-embed .cs-embed-responsive:before {
  display: none;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media only screen and (min-width: 1020px) {
  #cs-asx-header {
    height: 104px;
  }
}


/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
}

.cs-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px) {
  .cs-container {
    max-width: 600px;
  }
}

@media (min-width: 720px) {
  .cs-container {
    max-width: 720px;
  }
}

@media (min-width: 1020px) {
  .cs-container {
    max-width: 1020px;
  }
}

@media (min-width: 1200px) {
  .cs-container {
    max-width: 1200px;
  }
}
.cs-container.four-tabs {
  margin-top: 5px;
}

.site-content {
  margin-top: 40px;
}

@media (min-width: 1020px) {
  .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 1020px) {
  .content-area {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1020px) {
  .sidebar-right .content-area,
  .sidebar-left .content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 340px);
    flex: 0 0 calc(100% - 340px);
    max-width: calc(100% - 340px);
  }
}

@media (min-width: 1200px) {
  .sidebar-right .content-area {
    padding-right: 40px;
  }
}

.widget_post_views_counter_list_widget li,
.widget_tmh_most_views_widget li {
  margin: 15px 0;
  font-size: 0.85rem;
  border-bottom: 1px dashed #d9d9d9;
}
.widget_post_views_counter_list_widget li a,
.widget_tmh_most_views_widget li a {
  color: #000f3f !important;
}

@media (min-width: 1020px) {
  .sidebar-left .widget-area {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width: 1200px) {
  .sidebar-left .content-area {
    padding-left: 40px;
  }
}

@media (min-width: 1020px) {
  .widget-area {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
  }
}

.sidebar-area .sidebar-1:not(:empty),
.sidebar-area .sidebar-2:not(:empty) {
  padding-top: 60px;
}

@media (min-width: 720px) {
  .sidebar-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 3rem;
    align-content: flex-start;
  }
  .sidebar-area .sidebar {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: initial;
  }
  .sidebar-area .sidebar-1,
  .sidebar-area .sidebar-2 {
    display: block;
  }
  .sidebar-area .sidebar-1:not(:empty),
  .sidebar-area .sidebar-2:not(:empty) {
    padding-top: 0;
  }
}

@media (min-width: 1020px) {
  .sidebar-area {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar-area .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-area .sidebar-1 {
    display: block;
  }
  /* .sidebar-area .sidebar-2 {
    display: none !important;
  } */
}

@supports ((position: -webkit-sticky) or (position: sticky)) or
  (position: -webkit-sticky) {
  @media (min-width: 1020px) {
    .sticky-sidebar-enabled.stick-to-top .sidebar-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .sticky-sidebar-enabled.stick-to-top .sidebar-1 {
      position: relative;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      -webkit-box-flex: initial;
      -ms-flex: initial;
      flex: initial;
      -webkit-transition: 0.4s ease all;
      transition: 0.4s ease all;
    }
    .sticky-sidebar-enabled.stick-to-bottom .sidebar-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
      position: relative;
      position: -webkit-sticky;
      position: sticky;
      bottom: 2rem;
      margin-top: auto;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
    .sticky-sidebar-enabled.stick-last .sidebar-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .sticky-sidebar-enabled.stick-last .sidebar-1 .widget:last-child {
      position: relative;
      position: -webkit-sticky;
      position: sticky;
      top: 3rem;
      -webkit-transition: 0.4s ease all;
      transition: 0.4s ease all;
    }
  }
}

@-moz-document url-prefix() {
  @media (min-width: 1020px) {
    .sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
      top: 0;
      bottom: initial;
      margin-top: initial;
      flex: initial;
      -webkit-transition: 0.4s ease all;
      transition: 0.4s ease all;
    }
  }
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
@media (min-width: 1020px) {
  .header-default .navbar-brand {
    margin-right: 1rem;
  }
}

.header-default .navbar-brand + .navbar-toggle-search {
  margin-left: auto;
}

.header-default .navbar-primary .navbar-nav {
  /* removed by Sean */
  /*border-left: 1px solid #dcdcdc;
	padding-left: 1.5rem;
	margin-right: auto;
	*/
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 1020px) {
  .header-default .navbar-toggle-offcanvas {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.header-default .navbar-dropdown-follow {
  margin-left: auto;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.header-default .navbar-toggle-search {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media (min-width: 1020px) {
  .header-default .navbar-toggle-search {
    /* removed by Sean */
    /*border-left: 1px solid #dcdcdc;*/
    padding-left: 1.5rem;
  }
}

.header-large .navbar-topbar {
  display: none;
}

@media (min-width: 1020px) {
  .header-large .navbar-topbar {
    display: block;
  }
}

.header-large .navbar-topbar .navbar-wrap {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}
.header-large .navbar-topbar .navbar-multicolor {
  padding-bottom: 20px;
}

.header-large .navbar-topbar .navbar-brand {
  margin: 0;
}

.navbar-brand img {
  margin: 10px 0;
  max-height: 42px;
  width: auto;
}

@media (min-width: 1020px) {
  .header-large .navbar-topbar .navbar-brand img {
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .navbar-brand img {
    max-height: 60px;
  }
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .offcanvas-header .navbar-brand img {
    max-height: 40px !important;
  }
}

.header-large .navbar-bottombar {
  height: 60px;
}

.header-large .navbar-bottombar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1020px) {
  .header-large .navbar-bottombar .navbar-brand {
    display: none;
  }
}

.header-large .navbar-bottombar .navbar-nav {
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.header-large .navbar-bottombar .navbar-nav:first-child {
  margin-left: 0;
}

.header-large .navbar-bottombar .navbar-toggle-search {
  height: 2rem;
}

.header-large
  .navbar-bottombar
  .navbar-dropdown-follow
  + .navbar-toggle-search {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media (min-width: 1020px) {
  .header-large
    .navbar-bottombar
    .navbar-dropdown-follow
    + .navbar-toggle-search {
    border-left: 1px solid #dcdcdc;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1020px) {
  .header-large .navbar-bottombar .navbar-toggle-offcanvas {
    border-right: 1px solid #dcdcdc;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
  }
}

.header-large
  .navbar-bottombar
  .navbar-toggle-offcanvas
  + .navbar-brand
  + .navbar-dropdown-follow,
.header-large
  .navbar-bottombar
  .navbar-toggle-offcanvas
  + .navbar-brand
  + .navbar-toggle-search {
  margin-left: auto;
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #dcdcdc;
  padding-top: 40px;
  margin-top: 40px;
}

.footer-title {
  margin-bottom: 0;
}

.footer-title img {
  width: 250px;
}

.site-footer {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  background-color: #fff;
}

.site-info {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #a0a0a0;
}

@media (min-width: 600px) {
  .site-info {
    max-width: 600px;
  }
}

@media (min-width: 720px) {
  .site-info {
    max-width: 720px;
  }
}

@media (min-width: 1020px) {
  .site-info {
    max-width: 1020px;
  }
}

@media (min-width: 1200px) {
  .site-info {
    max-width: 1200px;
  }
}

.site-info .footer-content {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.site-info .footer-content p {
  margin-bottom: 0;
}

.site-info .footer-aside {
  margin-top: 1rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.site-info .footer-title {
  font-size: 1.4rem;
}

.site-info .navbar-footer {
  border-top: 1px solid #dcdcdc;
  padding-top: 1rem;
  margin-top: 1rem;
}

.site-info .navbar-footer .navbar-nav {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-info .navbar-footer .navbar-nav > li.menu-item-has-children > a:after {
  content: none;
}

.site-info .navbar-footer .navbar-nav > li > a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.site-info .footer-copyright {
  width: 100%;
  margin-top: 1rem;
  font-size: 0.75rem;
}

.site-info .footer-copyright a {
  text-decoration: underline;
}

.site-info .footer-copyright a:hover,
.site-info .footer-copyright a:focus {
  text-decoration: none;
}

.site-info .pk-subscribe-form-wrap .pk-subscribe-message {
  display: none;
  font-size: 0.75rem;
}

.site-info .pk-social-links-template-nav {
  margin-top: 1rem;
}

.site-info .pk-social-links-template-nav .pk-social-links-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 720px) {
  .site-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site-info .footer-content {
    text-align: left;
  }
  .site-info .footer-aside {
    margin-top: 0;
    margin-left: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    width: 100%;
  }
  .site-info .navbar-footer .navbar-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-info .pk-subscribe-form-wrap .pk-subscribe-message {
    display: block;
  }
  .site-info .pk-social-links-template-nav .pk-social-links-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-info .footer-content:only-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-info .footer-content:only-child .pk-social-links-wrap,
  .site-info .footer-content:only-child .navbar-footer,
  .site-info .footer-content:only-child .footer-copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .site-info .footer-content:only-child .site-title,
  .site-info .footer-content:only-child .navbar-footer:nth-child(2),
  .site-info .footer-content:only-child .pk-social-links-wrap:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    margin-top: 0;
  }
  .site-info .footer-content:only-child .navbar-footer:nth-child(2),
  .site-info .footer-content:only-child .pk-social-links-wrap:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .site-info .footer-content:only-child .navbar-footer {
    border-top: none;
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
## Site Search
--------------------------------------------------------------*/
.site-search {
  /*visibility: hidden; seems to break focus*/
  position: absolute;
  left: -9999px;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #f8f9fa;
  z-index: 202;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.site-search .cs-input-group {
  position: relative;
  background: transparent;
  border: none;
  height: 60px;
  line-height: 60px;
}

.site-search .search-form-wrap {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-search .search-form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site-search .search-submit {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  color: #6c757d;
  height: 100%;
  line-height: 100%;
  font-size: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: 5;
}

.site-search .search-submit:hover {
  background: transparent;
  color: #000000;
}

.site-search .search-submit:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\e91f";
  font-family: "cs-icons";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  z-index: 3;
}

.site-search .search-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-end;
  font-size: 1.25rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 5;
}

.site-search .search-close:after {
  font-family: "cs-icons";
  content: "\e923";
}

.site-search .search-close:hover {
  color: #a0a0a0;
}

.site-search input[type="search"] {
  background: transparent;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 40px;
  height: 100%;
  line-height: 100%;
  font-size: 1.25rem;
}

.search-open {
  visibility: visible;
  opacity: 1;
  left: 0;
}

/*--------------------------------------------------------------
## Off-Canvas Area
--------------------------------------------------------------*/
.offcanvas {
  overflow: hidden;
  position: fixed;
  height: 100%;
  top: 0;
  left: -320px;
  width: 320px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.admin-bar .offcanvas {
  top: 46px;
  height: calc(100% - 46px);
}

@media screen and (min-width: 783px) {
  .admin-bar .offcanvas {
    top: 32px;
    height: calc(100% - 32px);
  }
}

.offcanvas-active {
  overflow: hidden;
}

.offcanvas-active .offcanvas {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}

.offcanvas-active .site {
  position: relative;
  overflow: hidden;
}

.offcanvas-active .site-inner,
.offcanvas-active .offcanvas-push {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}

.offcanvas-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px #dcdcdc solid;
}

.offcanvas-header .navbar-brand {
  margin-left: 0;
}

.offcanvas-header .toggle-offcanvas {
  margin-right: 0;
}

.navbar-offcanvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.offcanvas-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.offcanvas-inner {
  padding: 20px;
}

.site-inner {
  position: relative;
  left: 0;
}

.site-inner,
.offcanvas,
.offcanvas-push {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-overlay {
  display: none;
}

.offcanvas-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
  z-index: 1;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
## Post Archive
--------------------------------------------------------------*/
.post-outer {
  position: relative;
}

.post-outer .post-categories a {
  position: relative;
  z-index: 90;
  color: #f77214;
}

.post-outer:hover .entry-title,
.post-outer:focus .entry-title {
  /*color: #6c757d;*/
  color: #f77214;
}

.post-outer:hover .cs-overlay-background:after,
.post-outer:focus .cs-overlay-background:after {
  /*background: rgba(255, 255, 255, 0.25);*/
}

.post-inner:not(:last-child) {
  margin-bottom: 1rem;
}

.post-inner.entry-thumbnail .cs-overlay {
  height: 0;
  padding-top: 56.25%;
}

.post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.entry-excerpt {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  /*color: #6c757d;*/
  color: #333333;
  line-height: normal;
}

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

.entry-excerpt:last-child {
  margin-bottom: 0;
}

.entry-title {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.sticky .entry-title:before {
  margin-right: 0.5rem;
  font-family: "cs-icons";
  content: "\e90b";
}

.entry-thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.entry-thumbnail .featured-person-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #000f3f;
  padding: 2px;
  font-size: 9px;
}

.entry-more-button {
  margin-top: 1rem;
}

.entry-more-button .entry-more {
  color: #fff;
}

.entry-more-button .entry-more:hover {
  background-color: #000000;
}

.entry-more a {
  padding-bottom: 3px;
  border-bottom: 1px solid #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000000;
}

.entry-more a:hover {
  border-color: #a0a0a0;
  color: #a0a0a0;
}

.archive-description {
  margin-top: 1.5rem;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1.5rem;
}

.archive-main article {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dcdcdc;
}
.archive-main article:not(:first-child) {
  /*border-top: 1px solid #dcdcdc;*/
  /*margin-top: 1.5rem;*/
  /*padding-top: 1.5rem;*/
}

.archive-main .post-meta {
  margin-top: auto;
}

.archive-main .post-meta a {
  position: relative;
  z-index: 3;
}

.archive-related {
  border-top: 1px solid #dcdcdc;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.layout-full .entry-content {
  line-height: normal;
}

.layout-full .entry-title {
  font-size: 2.5rem;
}

.layout-full .post-categories {
  margin-bottom: 0.25rem;
}

.layout-full .post-categories a {
  font-size: 1.25rem;
  color: #6c757d;
}

.layout-full .post-categories a:hover {
  color: #000000;
}

.layout-full .post-media {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.layout-full .post-meta {
  margin-top: 1rem;
}

@media (min-width: 600px) {
  .archive-main article {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .layout-list .post-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .layout-list .post-inner {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-list .post-inner:not(:last-child) {
    margin-bottom: 0;
  }
  .layout-list .post-inner + .post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-list .post-link + .entry-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .layout-list .entry-title {
    font-size: 1.5rem;
  }
}

.layout-list .post-meta {
  margin-bottom: 1rem;
}
.layout-list-alternative .author-avatar {
  display: none;
}
.layout-list-alternative .post-outer {
  padding: 10px;
  background: #f1f0f0;
}
.layout-list-alternative.category-day-trading-news .post-outer {
  background: #3a3f49 !important;
}
.layout-list-alternative.category-day-trading-news .post-categories a {
  color: #fff;
}
.layout-list-alternative.category-day-trading-news .entry-excerpt {
  color: #d5d5d5;
}
.layout-list-alternative.category-day-trading-news .post-meta {
  color: #d5d5d5;
}
.layout-list-alternative.category-day-trading-news .author-avatar,
.layout-list-alternative.category-asx-200-news .author-avatar {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 30px;
}
.layout-list-alternative .entry-excerpt div {
  padding-right: 75px;
}

.layout-list-alternative .lrg-quote {
  font-size: 90px;
  position: relative;
  top: 47px;
  display: none;
  line-height: 2px;
}
.layout-list-alternative .lrg-quote-spacer {
  display: none;
  width: 2px;
}

.layout-list-alternative.category-day-trading-news .dbl-quote,
.layout-list-alternative.category-asx-200-news .dbl-quote {
  display: inline-block;
}
.layout-list-alternative.category-day-trading-news .entry-title,
.layout-list-alternative.category-asx-200-news .entry-title {
  margin-top: -15px;
}
.layout-list-alternative.category-day-trading-news .entry-title {
  color: #fff !important;
}
.home .archive-main .meta-author .author a {
  color: #fff;
}
@media (min-width: 600px) {
  .layout-list-alternative .post-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    border-left: none;
    border-right: none;
    padding: 15px;
  }

  .layout-list-alternative.category-day-trading-news .entry-title,
  .layout-list-alternative.category-asx-200-news .entry-title {
    margin-top: 5px;
  }

  .layout-list-alternative.category-day-trading-news .author-avatar {
    right: 5px;
    bottom: 20px;
  }

  .layout-list-alternative .post-categories {
    margin-bottom: 0;
  }

  .layout-list-alternative .post-categories {
    font-size: 14px;
  }

  .layout-list-alternative .post-inner {
    position: relative;
    width: 100%;
  }

  .layout-list-alternative .post-inner:not(:last-child) {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .layout-list-alternative .post-inner:last-child {
    padding-right: 0px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .layout-list-alternative .post-inner:not(:last-child) {
    margin-bottom: 0;
  }

  .layout-list-alternative .post-inner + .post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .layout-list-alternative .post-link + .entry-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .layout-list-alternative .entry-thumbnail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .layout-list-alternative .entry-title {
    font-size: 1.7rem;
  }

  .layout-list-alternative .lrg-quote {
    top: 38px;
    font-size: 73px;
  }
}

@media (min-width: 1020px) {
  .layout-list-alternative.category-day-trading-news .author-avatar,
  .layout-list-alternative.category-asx-200-news .author-avatar {
    bottom: 5px;
  }
  .layout-list-alternative .post-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333% !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .layout-list-alternative .post-inner + .post-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .layout-list-alternative .post-inner + .post-inner .entry-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -20px;*/
    /*margin-left: -20px;*/
  }
  .layout-list-alternative .post-inner + .post-inner .entry-header,
  .layout-list-alternative .post-inner + .post-inner .entry-excerpt {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .layout-list-alternative .post-inner + .post-inner .post-meta {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
## Singular
--------------------------------------------------------------*/
.post-media {
  margin-bottom: 3rem;
}

.post-media figure {
  margin-bottom: 0;
}

.post-media figure.wp-caption .wp-caption-text {
  margin-bottom: 0;
}

.entry-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry-container .entry-content-wrap {
  width: 100%;
  font-size: 1.125rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.entry-container .entry-content ul {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  background: #f1f0f0;
}

.entry-container .entry-sidebar-wrap {
  margin-top: 3rem;
  border-top: 1px solid #dcdcdc;
  padding-top: 1.5rem;
  width: 100%;
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.entry-container .entry-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  font-size: 0.875rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.entry-container .entry-sidebar:only-child .post-sidebar-shares {
  border-bottom: none;
  padding-bottom: 0;
}

.entry-container .entry-content .alignwide,
.entry-container .entry-content .alignfull {
  margin: 48px 0;
}

.entry-container .post-section + .post-section {
  margin-top: 1.5rem;
}

@media (min-width: 1020px) {
  .entry-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry-container .post-section {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1.5rem;
  }
  .entry-container .entry-content-wrap,
  .entry-container .entry-sidebar-wrap {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .entry-container .entry-content-wrap {
    /*
		Commented out by Sean as the sidebar has been removed
		-webkit-box-flex: 0;*/
    /*-ms-flex: 0 0 calc(100% - 180px);*/
    /*flex: 0 0 calc(100% - 180px);*/
    /*width: calc(100% - 180px);*/
    /*max-width: 660px;*/
    /*-webkit-box-ordinal-group: 3;*/
    /*-ms-flex-order: 2;*/
    /*order: 2;*/
  }
  .entry-container .entry-sidebar-wrap {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .entry-container .entry-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .entry-container .entry-content {
    /*
		Commented out by Sean as the sidebar has been removed
		max-width: 620px;*/
  }
}

@media (min-width: 1020px) {
  .post-sidebar-enabled.sidebar-disabled .entry-container {
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
  }
}

@media (min-width: 1200px) {
  .post-sidebar-enabled.sidebar-disabled .entry-container .entry-sidebar-wrap {
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
  }
}

@media (min-width: 1200px) {
  .post-sidebar-disabled.sidebar-enabled
    .entry-container
    .entry-content
    .alignwide,
  .post-sidebar-disabled.sidebar-enabled
    .entry-container
    .entry-content
    .alignfull {
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    width: 800px !important;
    max-width: 800px;
  }
}

@media (min-width: 600px) {
  .sidebar-disabled .entry-content .alignwide {
    width: 560px;
  }
}

@media (min-width: 720px) {
  .sidebar-disabled .entry-content .alignwide {
    width: 680px;
  }
}

@media (min-width: 1020px) {
  .sidebar-disabled .entry-content .alignwide {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  .sidebar-disabled .entry-content .alignwide {
    width: 1160px;
  }
}

@media (min-width: 600px) {
  .sidebar-disabled .entry-content .alignwide {
    max-width: 560px;
  }
}

@media (min-width: 720px) {
  .sidebar-disabled .entry-content .alignwide {
    max-width: 680px;
  }
}

@media (min-width: 1020px) {
  .sidebar-disabled .entry-content .alignwide {
    max-width: 980px;
  }
}

@media (min-width: 1200px) {
  .sidebar-disabled .entry-content .alignwide {
    max-width: 1160px;
  }
}

.sidebar-disabled .entry-content .alignwide figcaption {
  text-align: center;
}

.sidebar-disabled .entry-content .alignwide img {
  width: 100%;
  min-width: 100%;
  height: auto;
}

@media (min-width: 1020px) {
  .sidebar-disabled .entry-content .alignwide {
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    margin: 48px 0;
  }
}

@media (min-width: 1200px) {
  .sidebar-disabled .entry-content .alignwide {
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}

@media (min-width: 1020px) {
  .sidebar-disabled .entry-content .alignfull {
    margin: 48px 0;
    margin-left: calc(-50vw + 50%);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100vw !important;
    max-width: 100vw;
  }
  .sidebar-disabled .entry-content .alignfull img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .sidebar-disabled .entry-content .alignfull figcaption {
    text-align: center;
  }
  .sidebar-disabled .entry-content .alignfull .pk-zoom-icon-popup:after {
    display: none;
  }
  .sidebar-disabled .entry-content .alignfull .pk-pin-it {
    display: none;
  }
}

.cs-nextpost-loading {
  position: relative;
  margin-top: 1rem;
  height: 80px;
}

.cs-nextpost-loading:before {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgba(119, 119, 119, 0.25);
  border-top-color: #777;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1s linear infinite;
  animation: loader-rotate 1s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  content: "";
}

@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cs-nextpost-section {
  border-top: 1px #dcdcdc solid;
  margin-top: 40px;
}

.cs-nextpost-section .entry-header-wide,
.cs-nextpost-section .entry-header-large.entry-header-thumbnail {
  top: -1px;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.navbar-primary {
  background: #fff;
  /* overflow: hidden; */
}
@media (min-width: 1020px) {
  .navbar-primary {
    overflow: visible;
  }
}

.sticky-type-slide .navbar-primary.sticky-nav {
  -webkit-transform: translateY(calc(-100% - 1rem));
  transform: translateY(calc(-100% - 1rem));
}

.sticky-type-slide .navbar-primary.sticky-nav.sticky-nav-slide-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.navbar-primary.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar-primary.sticky-nav.sticky-up {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.navbar-primary.sticky-nav.sticky-nav-slide.sticky-down {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.admin-bar .navbar-primary.sticky-nav {
  top: 32px;
}

.navbar-dummy {
  position: absolute;
  display: none;
}

.navbar-primary.sticky-nav + .navbar-dummy {
  position: relative;
  display: block;
}

@media (max-width: 782px) {
  .admin-bar .navbar-primary.sticky-nav {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar .navbar-primary.sticky-nav {
    top: 0;
  }
}

.navbar-wrap {
  /*border-bottom: 1px solid #dcdcdc;*/
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px) {
  .navbar-wrap {
    margin-bottom: 0;
  }
  .navbar-container {
    max-width: 600px;
  }
}

@media (min-width: 720px) {
  .navbar-container {
    max-width: 720px;
  }
}

@media (min-width: 1020px) {
  .navbar-container {
    max-width: 1020px;
  }
}

@media (min-width: 1200px) {
  .navbar-container {
    max-width: 1200px;
  }
}

.navbar-container .navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  /*height: 60px;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .navbar-container .navbar-content.logo {
    flex-direction: column;
  }
}

@media (min-width: 1020px) {
  .navbar-container .navbar-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /*edit by Sean
		justify-content: flex-start;*/
    justify-content: space-between;
  }
}

.toggle-offcanvas {
  border: none;
  background: transparent;
  font-size: 1.25rem;
  color: #000000;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-right: 1.5rem;
}

.toggle-offcanvas:hover,
.toggle-offcanvas:focus {
  color: #a0a0a0;
}

@media (min-width: 1020px) {
  .toggle-offcanvas-hide {
    display: none;
  }
}

.toggle-search {
  border: none;
  background: transparent;
  color: #000000;
  font-size: 1.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

@media (min-width: 1020px) {
  .toggle-search {
    margin-left: 1.5rem;
  }
}

.toggle-search:hover,
.toggle-search:focus {
  color: #a0a0a0;
}

.navbar-brand {
  display: inline-block;
  margin-bottom: 0;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand a:hover,
.navbar-brand a:focus {
  text-decoration: none;
}

@media (min-width: 1020px) {
  .navbar-primary .navbar-brand {
    /* Sean edit
		position: static;
		left: 0;*/
    -webkit-transform: none;
    transform: none;
  }
}

.navbar-text {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.navbar-nav li {
  position: relative;
}

.navbar-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #000000;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  text-decoration: none;
}

.navbar-nav > li:first-child > a {
  padding-left: 0;
}

.navbar-nav > li:last-child > a {
  padding-right: 0;
}

.navbar-nav > li.current-menu-ancestor > a,
.navbar-nav > li.current-menu-item > a {
  font-weight: bold;
}

.navbar-nav > li.menu-item-has-children > .sub-menu {
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 300;
}

.navbar-nav > li.menu-item-has-children.cs-mm-position-left > .sub-menu {
  left: auto;
  right: 0;
}

/* Modified by Sean, this was not working in firefox */
/*.navbar-nav > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {*/
.navbar-nav > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.navbar-nav > li.menu-item-has-children > a:after {
  content: "\e90c";
}

.navbar-nav > li.menu-item-has-children.touch-device > a:after {
  display: none;
}

.navbar-nav
  > li.menu-item-has-children.touch-device.submenu-visible
  > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.navbar-nav > li.menu-item-has-children.touch-device .expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.navbar-nav > li.menu-item-has-children.touch-device .expanded:after {
  padding-left: 0.25rem;
  font-family: "cs-icons";
  font-size: 12px;
  content: "\e90c";
}

.navbar-nav > li:hover > a {
  color: #a0a0a0;
}

.navbar-nav > li > .sub-menu {
  border-top: 1px solid #dcdcdc;
}

.navbar-nav > li > .sub-menu:after,
.navbar-nav > li > .sub-menu:before {
  bottom: 100%;
  left: 2rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.navbar-nav > li > .sub-menu:after {
  border-color: transparent;
  border-bottom-color: #f1f1f1;
  border-width: 8px;
  margin-left: -8px;
}

.navbar-nav > li > .sub-menu:before {
  border-color: transparent;
  border-bottom-color: #dcdcdc;
  border-width: 9px;
  margin-left: -9px;
}

.navbar-nav .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-nav .menu-item-has-children > a:after {
  padding-left: 0.25rem;
  font-family: "cs-icons";
  font-size: 12px;
  content: "\e90e";
}

.navbar-nav
  .menu-item-has-children
  .touch-device.menu-item-has-children
  > a:after {
  display: none;
}

.navbar-nav
  .menu-item-has-children
  .touch-device.menu-item-has-children
  > a
  > .expanded:after {
  padding-left: 0.25rem;
  font-family: "cs-icons";
  font-size: 12px;
  content: "\e90e";
}

.navbar-nav .sub-menu {
  background: #fff;
  position: absolute;
  margin: 0;
  padding: 0.5rem 0;
  text-align: left;
  list-style: none;
}

.navbar-nav .sub-menu > li {
  padding: 0;
}

.navbar-nav .sub-menu > li.current-menu-ancestor > a,
.navbar-nav .sub-menu > li.current-menu-item > a {
  font-weight: bold;
}

.navbar-nav .sub-menu > li:hover > a,
.navbar-nav .sub-menu > li:focus > a {
  color: #a0a0a0;
}

.navbar-nav .sub-menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  min-width: 200px;
  padding: 0.5rem 1rem;
  color: #000000;
  -webkit-transition: 0.2s ease padding, opacity, color;
  transition: 0.2s ease padding, opacity, color;
}

.navbar-nav .sub-menu .sub-menu {
  border-left: 1px solid #dcdcdc;
  display: block;
  visibility: hidden;
  top: -0.5rem;
  left: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}

.navbar-nav .sub-menu .sub-menu.cs-mm-position-init {
  -webkit-transform: translate3d(0.5rem, 0, 0);
  transform: translate3d(0.5rem, 0, 0);
}

.navbar-nav .sub-menu li.cs-mm-position-left > .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-nav .sub-menu li:not(.touch-device):hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-nav
  .sub-menu
  li:not(.touch-device):hover
  > .sub-menu.cs-mm-position-init {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navbar-nav .sub-menu li.touch-device.submenu-visible > a {
  padding-left: 1.5rem;
}

.navbar-nav .sub-menu li.touch-device.submenu-visible > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-nav
  .sub-menu
  li.touch-device.submenu-visible
  > .sub-menu.cs-mm-position-init {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navbar-primary .navbar-nav {
  height: 100%;
  display: none;
}

.navbar-primary .navbar-nav > li {
  height: 100%;
}

.navbar-primary .navbar-nav > li > a {
  height: 100%;
}

@media (min-width: 1020px) {
  .navbar-primary .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-self: center; /* sean */
  }
}

.navbar-dropdown-follow {
  display: none;
  position: relative;
  height: 100%;
}

@media (min-width: 1020px) {
  .navbar-dropdown-follow {
    display: block;
  }
}

.navbar-dropdown-follow:hover .navbar-dropdown-container,
.navbar-dropdown-follow:focus .navbar-dropdown-container {
  opacity: 1;
  visibility: visible;
}

.navbar-dropdown-btn-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.navbar-dropdown-btn-follow:after {
  padding-left: 0.25rem;
  font-family: "cs-icons";
  font-size: 12px;
  content: "\e90c";
}

.navbar-dropdown-container {
  border-top: 1px solid #dcdcdc;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  max-width: 320px;
  padding: 1.5rem;
  background: #fff;
  position: absolute;
  z-index: 6;
  top: 100%;
  right: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.navbar-dropdown-container:after,
.navbar-dropdown-container:before {
  bottom: 100%;
  right: 1.5rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.navbar-dropdown-container:after {
  border-color: transparent;
  border-bottom-color: #f1f1f1;
  border-width: 8px;
  margin-left: -8px;
}

.navbar-dropdown-container:before {
  border-color: transparent;
  border-bottom-color: #dcdcdc;
  border-width: 9px;
  margin-left: -9px;
}

.navbar-dropdown-container .pk-title {
  font-size: 1rem;
}

.navbar-dropdown-container .pk-subscribe-message {
  font-size: 0.75rem;
}

.navbar-dropdown-container .pk-social-links-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1920px) {
  .navbar-dropdown-container {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    right: auto;
  }
  .navbar-dropdown-container:after,
  .navbar-dropdown-container:before {
    left: 50%;
  }
}

.pk-social-links-wrap + .navbar-subscribe {
  border-top: 1px solid #dcdcdc;
  margin-top: 1rem;
  padding-top: 1rem;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.ajax-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.ajax-navigation .load-more {
  padding: 0.5rem 6rem;
}

.ajax-navigation .load-more.loading {
  position: relative;
  color: transparent;
}

.ajax-navigation .load-more.loading:before {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: white;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1s linear infinite;
  animation: loader-rotate 1s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  content: "";
}

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.navigation.posts-navigation {
  margin-top: 40px;
}

.navigation.posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.875rem;
}

.navigation.posts-navigation .nav-previous > a:before {
  margin-right: 0.5rem;
  font-family: "cs-icons";
  content: "\e904";
}

.navigation.posts-navigation .nav-next > a:after {
  margin-left: 0.5rem;
  font-family: "cs-icons";
  content: "\e906";
}

.navigation.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
}

.navigation.pagination:last-child {
  margin-bottom: 0;
}

.navigation.pagination .nav-links {
  display: inline-block;
  padding: 0;
  color: #adb5bd;
  font-size: 0.875rem;
}

.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links > a {
  display: inline-block;
  padding: 0 0.5rem;
}

.navigation.pagination .nav-links a:first-child:before {
  margin-right: 0.5rem;
  font-family: "cs-icons";
  content: "\e904";
}

.navigation.pagination .nav-links a:last-child:after {
  margin-left: 0.5rem;
  font-family: "cs-icons";
  content: "\e906";
}

.navigation.comment-navigation {
  padding: 1rem 0;
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
}

.navigation.comment-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation.comment-navigation .nav-links .nav-previous a:before {
  margin-right: 0.5rem;
  font-family: "cs-icons";
  content: "\e904";
}

.navigation.comment-navigation .nav-links .nav-next {
  text-align: right;
}

.navigation.comment-navigation .nav-links .nav-next a:after {
  margin-left: 0.5rem;
  font-family: "cs-icons";
  content: "\e906";
}

/*--------------------------------------------------------------
## Сomments
--------------------------------------------------------------*/
.post-comments {
  display: none;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px #dcdcdc solid;
}

.post-comments .title-block {
  text-align: left;
}

.post-comments-simple {
  display: block;
}

.title-comment-reply {
  margin-bottom: 1.5rem;
  text-align: left;
}

.title-comment-reply:after {
  margin-left: 0;
}

.post-comments {
  margin-top: 3rem;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.comment-body + .comment-respond,
.comment-list + .comment-respond {
  padding-top: 3rem;
  border-top: 1px #dcdcdc solid;
}

.comment-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  padding: 1.5rem 0;
}

.comment-list .children {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 20px;
}

@media (min-width: 1020px) {
  .comment-list .children > li {
    padding-left: 40px;
  }
}

@media (max-width: 1199.98px) {
  .comment-list
    .children
    > li
    > .children
    > li
    > .children
    > li
    > .children
    > li
    > .children
    > li {
    padding-left: 0;
  }
}

.comment-author .avatar {
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
}

.comment-author .fn {
  font-size: 1rem;
}

.bypostauthor > article .fn:after {
  position: relative;
  margin-left: 0.25rem;
  font-family: "cs-icons";
  content: "\e90b";
}

.comment-meta {
  margin-bottom: 1rem;
}

.comment-meta::after {
  display: block;
  clear: both;
  content: "";
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-content {
  font-size: 0.875rem;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5rem 1rem;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: 0.875rem;
}

.no-comments {
  margin: 1.5rem 0 0;
}

.comment-navigation + .no-comments {
  padding-top: 0;
  border-top: 0;
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 0.5rem;
}

@media (min-width: 600px) {
  .post-comments .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .post-comments .comment-form-comment {
    margin-bottom: 1.5rem;
  }
  .post-comments .comment-notes,
  .post-comments .comment-form-comment,
  .post-comments .logged-in-as {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 1.5rem;
  }
  .post-comments .comment-form-author,
  .post-comments .comment-form-email,
  .post-comments .comment-form-url {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 1.5rem;
  }
  .post-comments .comment-form-cookies-consent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.form-submit {
  margin: 0;
}

@media (min-width: 600px) {
  .form-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.required {
  color: #dc3545;
}

.title-comment-reply small {
  font-size: 100%;
}

.title-comment-reply small a {
  float: right;
  overflow: hidden;
  width: 24px;
  height: 24px;
}

.title-comment-reply small a:before {
  float: left;
  position: relative;
  font-family: "cs-icons";
  font-size: 24px;
  content: "\e923";
}

.post-comments-show {
  margin-top: 3rem;
  text-align: center;
}

.post-comments-show button {
  background: #343a40;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  min-width: 300px;
}

.post-comments-show button:hover,
.post-comments-show button:focus {
  background: #212529;
}

/*--------------------------------------------------------------
## Not found
--------------------------------------------------------------*/
.content-not-found {
  margin: 0 auto;
}

@media (min-width: 600px) {
  .content-not-found {
    max-width: 600px;
  }
}

@media (min-width: 720px) {
  .content-not-found {
    max-width: 720px;
  }
}

@media (min-width: 1020px) {
  .content-not-found {
    max-width: 1020px;
  }
}

@media (min-width: 1200px) {
  .content-not-found {
    max-width: 1200px;
  }
}

@media (min-width: 1020px) {
  .content-not-found {
    padding: 40px;
    background: white;
  }
}

@media (min-width: 1200px) {
  .content-not-found {
    padding: 80px;
  }
}

.page-header-has-description + .content-not-found {
  margin-top: 40px;
}

/*--------------------------------------------------------------
## Meet The Team Template
--------------------------------------------------------------*/
.cs-meet-team .cs-author:not(:first-child) {
  margin-top: 3rem;
}

.cs-meet-team .cs-author .cs-author-meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-meet-team .cs-author .cs-author-avatar {
  margin-right: 1.5rem;
}

.cs-meet-team .cs-author .cs-author-title {
  margin-right: 1.5rem;
  margin-bottom: 0;
}

.cs-meet-team .cs-author .cs-author-description {
  margin-top: 1rem;
}

.cs-meet-team .cs-author .cs-author-posts {
  border-top: 1px solid #dcdcdc;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.cs-meet-team .cs-author .pk-social-links-item:not(:hover) {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Post Header
--------------------------------------------------------------*/
.entry-header .entry-inline-meta .post-categories {
  margin-bottom: 0;
}

.entry-header .entry-inline-meta .post-categories a {
  font-size: 1.5rem;
}

.entry-header .entry-meta-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1020px) {
  .single
    .site-content:not(.sidebar-disabled)
    .entry-header
    .entry-meta-details {
    max-width: calc(100% - 340px);
  }
}

@media (min-width: 1200px) {
  .single
    .site-content:not(.sidebar-disabled)
    .entry-header
    .entry-meta-details {
    max-width: calc(100% - 360px);
  }
}

.entry-header .entry-meta-details .post-meta {
  margin-top: 0;
  margin-right: 0.5rem;
}

.entry-single-header .entry-title {
  font-size: 2rem;
}

@media (min-width: 1020px) {
  .entry-single-header .entry-title {
    font-size: 3.5rem;
  }
}

.entry-single-header .entry-title,
.entry-single-header .post-excerpt {
  margin-bottom: 1rem;
}

.entry-single-header .post-excerpt > *:last-child {
  margin-bottom: 0;
}

.entry-header-title,
.entry-header-standard {
  margin-bottom: 1.5rem;
}

.entry-header-title .entry-inline-meta .post-categories a,
.entry-header-standard .entry-inline-meta .post-categories a {
  color: #6c757d;
}

.entry-header-title .entry-inline-meta .post-categories a:hover,
.entry-header-standard .entry-inline-meta .post-categories a:hover {
  color: #000000;
}

.entry-header-large {
  margin-bottom: 2rem;
}

.entry-header-large.entry-header-thumbnail {
  margin-top: -40px;
}

.entry-header-large.entry-header-thumbnail .cs-overlay {
  margin-bottom: 2rem;
}

.entry-header-large .entry-inline-meta .post-categories a {
  color: #6c757d;
}

.entry-header-large .entry-inline-meta .post-categories a:hover {
  color: #000000;
}

.entry-header-wide {
  margin: -40px 0 3rem;
  padding: 3rem 0;
  min-height: 500px;
}

.entry-header-wide .cs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry-header-wide .cs-breadcrumbs {
  margin-bottom: auto;
}

.entry-header-wide .cs-overlay-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*--------------------------------------------------------------
## Post Meta
--------------------------------------------------------------*/
.post-categories {
  padding-left: 0;
  list-style: none;
}

.post-categories > li {
  display: inline-block;
}

.post-categories > li:not(:last-child) {
  margin-right: 0.5rem;
}

.post-categories li:not(:last-child):after {
  content: ",";
}

.post-meta .post-categories {
  margin-bottom: 0;
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
}

.post-meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-meta > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: "\b7";
  margin-left: 0.5rem;
}

.post-meta .cs-icon {
  margin-right: 0.25rem;
}

.post-meta a,
.post-meta .author a {
  color: #a0a0a0;
}

.post-meta a:hover,
.post-meta .author a:hover {
  /*color: #000000;*/
}

.meta-author .sep {
  display: inline-block;
  padding: 0 0.5rem;
}

.meta-author .author a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000f3f;
}

.meta-shares {
  position: relative;
  z-index: 3;
}

.meta-shares .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-shares .total-number {
  position: relative;
}

.meta-shares .total-number {
  border-bottom: 1px dotted #dcdcdc;
}

/*--------------------------------------------------------------
## Post Format
--------------------------------------------------------------*/
.post-format-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.post-format-icon > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  background: #000000;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.post-format-icon > a:after {
  position: relative;
  font-family: "cs-icons";
  font-style: normal;
  opacity: 1;
  width: auto;
}

.post-format-icon span {
  margin-left: 0.25rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.post-format-icon + .meta-category .post-categories {
  padding-right: 80px;
}

.post-format-icon .cs-format-video:after {
  content: "\e91c";
}

.post-format-icon .cs-format-audio:after {
  content: "\e91b";
}

.post-format-icon .cs-format-gallery:after {
  content: "\e92a";
}

/*--------------------------------------------------------------
## Post Subscribe
--------------------------------------------------------------*/
.post-subscribe {
  position: relative;
  background: #dcdcdc;
  margin-top: 3rem;
}

.post-subscribe .pk-subscribe-container {
  padding: 40px;
}

@media (min-width: 1200px) {
  .post-subscribe .pk-subscribe-container {
    padding: 80px;
  }
}

.sidebar-disabled .post-subscribe .pk-subscribe-data {
  max-width: 620px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Post Sidebar Date
--------------------------------------------------------------*/
.post-sidebar-date time {
  display: block;
}

.post-sidebar-date .reader-text {
  display: block;
}

@media (min-width: 1020px) {
  .post-sidebar-date time + time {
    margin-top: 1rem;
  }
}

/*--------------------------------------------------------------
## Post Sidebar Author
--------------------------------------------------------------*/
.post-sidebar-author .avatar {
  border-radius: 50%;
}

.post-sidebar-author > *:last-child {
  margin-bottom: 0;
}

.post-sidebar-author .author-wrap + .author-wrap {
  margin-top: 1.5rem;
}

.post-sidebar-author .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-sidebar-author .author-description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  color: #6c757d;
}

.post-sidebar-author .title-author,
.post-sidebar-author .note {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.post-sidebar-author .fn a {
  color: #000000;
}

.post-sidebar-author .fn a:hover,
.post-sidebar-author .fn a:focus {
  color: #a0a0a0;
}

.post-sidebar-author .fn .url {
  margin: 0;
}

.post-sidebar-author .pk-social-links-item {
  padding-bottom: 0;
}

.post-sidebar-author .pk-social-links-link {
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Post Sidebar Tags
--------------------------------------------------------------*/
.post-sidebar-tags a {
  color: #000000;
}

.post-sidebar-tags a:hover,
.post-sidebar-tags a:focus {
  color: #a0a0a0;
}

.post-sidebar-tags ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.post-sidebar-tags ul > li {
  display: inline-block;
}

.post-sidebar-tags ul > li:not(:last-child) {
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
## Post Sidebar Shares
--------------------------------------------------------------*/
.post-sidebar-shares {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 1020px) {
  .post-sidebar-shares {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.post-sidebar-shares .post-sidebar-inner {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.admin-bar .post-sidebar-shares {
  top: 112px;
}

.header-large .post-sidebar-shares {
  top: 140px;
}

.header-large.admin-bar .post-sidebar-shares {
  top: 172px;
}

.post-sidebar-shares .pk-share-buttons-total {
  margin-top: 1rem;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.post-sidebar-shares .pk-share-buttons-total .pk-share-buttons-count {
  margin: 0;
  padding: 0;
}

.post-sidebar-shares .pk-share-buttons-total .pk-share-buttons-caption {
  line-height: 1.125rem;
  color: #a0a0a0;
}

.post-sidebar-shares .pk-share-buttons-items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 1020px) {
  .post-sidebar-shares .pk-share-buttons-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.post-sidebar-shares .pk-share-buttons-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.post-sidebar-shares .pk-share-buttons-item {
  padding: 0;
}

.post-sidebar-shares .pk-share-buttons-link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: transparent;
  height: auto;
  padding: 0.25rem;
}

.post-sidebar-shares
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:hover,
.post-sidebar-shares
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:focus {
  background: transparent;
  color: #a0a0a0;
}

.post-sidebar-shares
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:hover
  .pk-share-buttons-count,
.post-sidebar-shares
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:focus
  .pk-share-buttons-count {
  color: #a0a0a0;
}

.post-sidebar-shares .pk-share-buttons-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  width: 2rem;
}

.post-sidebar-shares .pk-share-buttons-icon:before {
  font-size: 1.25rem;
}

/*--------------------------------------------------------------
## Post Sidebar Next
--------------------------------------------------------------*/
.entry-post-next {
  margin-top: 1.5rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.entry-post-next article .cs-overlay:hover .cs-overlay-background:after {
  background: rgba(255, 255, 255, 0.25);
}

.entry-post-next article .cs-overlay-content {
  padding: 20px;
}

.entry-post-next article .entry-header .entry-title {
  margin: 1rem 0 0.5rem;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.cs-breadcrumbs {
  margin-bottom: 1.5rem;
}

.cs-breadcrumbs .cs-separator {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.cs-breadcrumbs .cs-separator:before {
  font-family: "cs-icons";
  content: "\e90e";
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  margin-bottom: 1.5rem;
}

.page-header-has-description .archive-description p:last-child {
  margin-bottom: 0;
}

.page-author-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 1rem;
}

.page-author-container .author-avatar,
.page-author-container .author-content {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-author-container .author-content {
  margin-top: 3px;
}
/* sean / ace */
.page-author-container .author-content .archive-count {
  display: none;
}

.page-author-container .pk-social-links-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 720px) {
  .page-author-container .author-avatar,
  .page-author-container .author-content {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    text-align: initial;
  }
  .page-author-container .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .page-author-container .author-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

.page-title {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
.cs-overlay {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.cs-overlay:hover .cs-overlay-background:after,
.cs-overlay:focus .cs-overlay-background:after {
  opacity: 0.7;
}

.cs-overlay .entry-inline-meta {
  margin-top: auto;
}

.cs-overlay .meta-category:after {
  display: none;
}

article .cs-overlay .post-categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  z-index: 3;
}

article .cs-overlay .post-categories a {
  display: block;
  padding: 0.25rem 0.5rem;
  background: #000000;
  color: #fff;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

article .cs-overlay .post-categories a:hover {
  background: #000000;
  color: #fff;
}

article .cs-overlay .post-categories li {
  border-right: 1px solid transparent;
  margin: 0;
}

article .cs-overlay .post-categories li:last-child {
  border: none;
}

article .cs-overlay .post-categories li:after {
  content: none;
}

.layout-list .cs-overlay .meta-category,
.layout-list-alternative .cs-overlay .meta-category,
.layout-featured-list .cs-overlay .meta-category {
  margin-top: 0;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: auto;
}

.layout-list .cs-overlay .post-categories,
.layout-list-alternative .cs-overlay .post-categories,
.layout-featured-list .cs-overlay .post-categories {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout-list .cs-overlay .post-format-icon,
.layout-list-alternative .cs-overlay .post-format-icon,
.layout-featured-list .cs-overlay .post-format-icon {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

.cs-overlay-hover .post-meta {
  opacity: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.cs-overlay-hover .cs-overlay-background {
  background: rgba(0, 0, 0, 0.2);
}

.cs-overlay-hover .cs-overlay-background:after {
  opacity: 0;
}

.cs-overlay-hover:hover .post-meta,
.cs-overlay-hover:focus .post-meta {
  opacity: 1;
}

.cs-overlay-hover:hover .cs-overlay-background:after,
.cs-overlay-hover:focus .cs-overlay-background:after {
  opacity: 0.5;
}

.cs-overlay-no-hover .cs-overlay-background:after {
  opacity: 0.75;
}

.cs-overlay-no-hover:hover .cs-overlay-background:after,
.cs-overlay-no-hover:focus .cs-overlay-background:after {
  opacity: 0.75;
}

.cs-overlay-simple .cs-overlay-background:after {
  background: transparent;
}

.cs-overlay-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.cs-overlay-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.cs-overlay-background:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.cs-overlay-content {
  position: relative;
  width: 100%;
}

.cs-overlay-content a {
  position: relative;
  z-index: 1;
}

.cs-overlay-content h4,
.cs-overlay-content h5,
.cs-overlay-content h6,
.cs-overlay-content .h4,
.cs-overlay-content .h5,
.cs-overlay-content .h6 {
  margin-bottom: 0.5rem;
}

.cs-overlay-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.cs-overlay-ratio:before {
  content: "";
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 100%;
}

.cs-overlay-ratio .cs-overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.cs-overlay-ratio .cs-overlay-background {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cs-overlay-ratio .cs-overlay-background img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 599.98px) {
  .cs-overlay-ratio h1,
  .cs-overlay-ratio h2,
  .cs-overlay-ratio h3,
  .cs-overlay-ratio h4 {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}

@media (max-width: 1019.98px) {
  .cs-overlay-ratio h1 {
    font-size: 2rem;
  }
}

.cs-ratio-portrait {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.cs-ratio-portrait:before {
  padding-bottom: 125%;
}

.cs-ratio-large:before {
  padding-bottom: 54%;
}

@media (min-width: 600px) {
  .cs-ratio-large:before {
    padding-bottom: 25%;
  }
}

.cs-ratio-landscape:before {
  padding-bottom: 54%;
}

.cs-ratio-square:before {
  padding-bottom: 100%;
}

.cs-ratio-16by9.cs-ratio-landscape:before {
  padding-bottom: 56.25%;
}

/*--------------------------------------------------------------
## Mega Menu
--------------------------------------------------------------*/
.navbar-nav .cs-mega-menu {
  position: static;
}

.navbar-nav .cs-mega-menu > .sub-menu {
  top: auto;
  right: 0;
  left: 0;
  padding: 0;
}

.navbar-nav .cs-mega-menu > .sub-menu:after,
.navbar-nav .cs-mega-menu > .sub-menu:before {
  display: none;
}

.navbar-nav .cs-mega-menu .cs-mm-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
}

.navbar-nav .cs-mega-menu .cs-mm-posts.cs-mm-loading {
  height: 300px;
}

.navbar-nav .cs-mega-menu .cs-mm-posts.cs-mm-loading:before {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgba(119, 119, 119, 0.25);
  border-top-color: #777;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1s linear infinite;
  animation: loader-rotate 1s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  content: "";
}

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.navbar-nav .cs-mega-menu .cs-mm-post {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .cs-overlay-content {
  padding: 20px;
}

.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .entry-title {
  margin: 1rem 0 0.5rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .post-meta {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .post-meta .cs-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav .cs-mega-menu-has-category .sub-menu {
  background: #f8f9fa;
}

.navbar-nav .cs-mega-menu-has-category .cs-mm-posts {
  padding: 1.5rem;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 1.5rem;
  position: relative;
  background: #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories li.menu-item {
  display: block;
  padding: 0;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories li.active-item a {
  font-weight: bold;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts-container {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background: #f8f9fa;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts {
  display: none;
  padding: 2rem;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts .cs-mm-post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts.active-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-nav:not(:hover) > li .cs-mm-post a {
  -webkit-transition: none !important;
  transition: none !important;
}

.navbar-nav .cs-mega-menu-child > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
  color: #000000;
}

/*--------------------------------------------------------------
## Cards
--------------------------------------------------------------*/
.cs-card-sm {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-card-sm .cs-card-thumbnail a {
  height: 100%;
  display: block;
}

.cs-card-sm .cs-card-thumbnail img {
  height: 100%;
  width: 80px;
  max-width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cs-card-sm .cs-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cs-card-sm .cs-card-content > *:last-child {
  margin-bottom: 0;
}

.cs-card-sm .entry-title {
  width: 100%;
  margin-bottom: 0;
}

.cs-card-sm .post-meta {
  margin-top: 0.25rem;
}

.cs-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding: 20px;
}

.cs-card .post-meta {
  margin-top: auto;
}

/*--------------------------------------------------------------
## Category Filter
--------------------------------------------------------------*/
.subcategories {
  background: #f8f9fa;
  margin-top: 3rem;
  padding: 40px;
}

.subcategories .cs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.subcategories .cs-nav-link {
  display: block;
  padding: 0.5rem 0;
}

.subcategories .cs-nav-item:not(:last-child) {
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
.cs-featured-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.cs-featured-posts article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.cs-featured-posts article .post-wrap,
.cs-featured-posts article .post-outer,
.cs-featured-posts article .post-inner:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-featured-posts article:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cs-featured-posts article .post-wrap,
  .cs-featured-posts article .post-outer,
  .cs-featured-posts article .post-inner:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .cs-featured-posts article.layout-featured-full .post-wrap {
    padding-bottom: 4rem;
  }
}

.cs-featured-posts article .post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.cs-featured-posts .cs-featured-column {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cs-featured-posts.promoted {
  display: none;
}
@media (min-width: 600px) {
  .cs-featured-posts.promoted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cs-featured-posts .pro-tabs {
  height: 98px !important;
}
.pro-tabs > div {
  height: 100%;
}
.cs-featured-posts .pro-tabs.no-market-data {
  opacity: 0.3;
}

@media (min-width: 600px) {
  .pro-tabs:first-of-type,
  .pro-tabs:nth-child(3) {
    padding-right: 9px;
  }
  .pro-tabs:nth-of-type(2),
  .pro-tabs:nth-of-type(4) {
    padding-left: 5px;
  }
}
@media (min-width: 1020px) {
  .pro-tabs:first-of-type,
  .pro-tabs:nth-child(3) {
    border-right: 1px solid #dcdcdc;
  }
}
@media (min-width: 1020px) {
  .pro-tabs:nth-of-type(2) {
    padding-right: 9px;
    border-right: 1px solid #dcdcdc;
  }
  .pro-tabs:nth-child(3) {
    padding-left: 10px;
  }
}

.pro-tabs.cs-asx-200 {
  border-right: none;
}

.pro-tabs .asx-200 {
  position: relative;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
}
.pro-tabs .asx-200 > span,
.au-indices > span {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #000f3f;
  font-weight: bold;
  font-size: 0.85rem;
}
.pro-tabs .asx-200 img {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 18px;
}
.pro-tabs .asx-200 table {
  width: calc(100% - 10px);
  margin: 31px 5px 0 5px;
}
.pro-tabs .asx-200 table td {
  font-size: 0.9rem;
  padding: 0;
  border: none;
}
.pro-tabs .asx-200 table td.title {
  font-size: 0.8rem;
}
.pro-tabs .asx-200 .trading-at {
  font-size: 0.7rem;
  padding-top: 3px;
}
.au-indices > span {
  left: 27px;
}
.pro-tabs .au-indices table {
  width: calc(100% - 20px);
  margin: 31px 10px;
}
@media (min-width: 600px) {
  .au-indices > span {
    left: 10px;
  }
  .au-indices > span.gainers {
    left: 22px;
  }
  .pro-tabs .au-indices table {
    width: 100%;
    margin: 31px 0;
  }
}
@media (min-width: 1020px) {
  .au-indices > span.gainers {
    left: 10px;
  }
  .pro-tabs .asx-200 .trading-at {
    font-size: 0.6em;
  }
}
.pro-tabs .au-indices table tr {
  border-bottom: 1px solid #dfdfdf;
}
.pro-tabs .au-indices tr:last-of-type {
  border: 0;
}
.pro-tabs .au-indices td {
  padding: 1.5px 0;
  border: none;
  font-size: 0.67rem;
}
.pro-tabs .au-indices td.ind-title {
  width: 89px !important;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@supports (-ms-ime-align: auto) {
  .pro-tabs .au-indices td.ind-title {
    max-width: 89px !important;
  }
}
@-moz-document url-prefix() {
  .pro-tabs .au-indices td.ind-title {
    max-width: 89px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1020px) {
  .pro-tabs .au-indices td.ind-title {
    width: 69px !important;
  }
}
@media (min-width: 1200px) {
  .pro-tabs .au-indices td.ind-title {
    width: 98px !important;
  }
  .pro-tabs .au-indices td.ind-title.is-wide {
    width: 110px !important;
  }
  .pro-tabs .asx-200 .trading-at {
    font-size: 0.7rem;
  }
}
/*@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {*/
/*max-width: none;*/
/*width: 65px !important;*/
/*}*/
/*@-moz-document url-prefix() {*/
/*min-width: 65px !important;*/
/*}*/
.pro-tabs .au-indices td.pricing {
  padding-left: 3px;
  font-weight: bold;
}
.pro-tabs .promo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 85px;
  border: 2px solid #dfdfdf;
}
.pro-tabs .promo span {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  max-width: 65%;
}
@media (min-width: 600px) {
  .pro-tabs .promo span {
    left: 110px;
    font-size: 0.7rem;
    max-width: 55%;
  }
  .pro-tabs span.promo-1 {
    left: 120px;
  }
}
@media (min-width: 1020px) {
  .pro-tabs span.promo-1 {
    left: 110px;
  }
}
.pro-tabs .promo .sponsored-article {
  position: absolute;
  font-size: 0.7rem;
  top: 90px;
  left: calc(100% - 115px);
  color: #d7d7d7;
}
.pro-tabs i {
  display: none;
}
.pro-tabs i.up-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 3px;
  transform: translateY(-2px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2ac326;
}
.pro-tabs .down-arrow {
  display: inline-block;
  height: 0;
  margin-right: 0;
  transform: translateY(-2px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid red;
}
.promoted-hr {
  display: none;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}
h5.home-section,
#home-video-title h2 {
  font-family: Poly, Georgia, serifinherit;
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 1.4rem;
  display: inline-block;
}
@media (min-width: 360px) {
  h5.home-section,
  #home-video-title h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) {
  .promoted-hr {
    display: block;
  }
}
.cs-featured-posts
  .cs-featured-column:first-child
  article:first-child
  .post-wrap {
  margin-top: 0;
}

@media (min-width: 1020px) {
  .cs-featured-posts .cs-featured-column article:first-child .post-wrap {
    margin-top: 0;
  }
}

.cs-featured-posts .post-wrap,
.cs-featured-posts .post-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.cs-featured-posts .post-meta {
  margin-top: auto;
}

.cs-featured-posts .post-meta a {
  position: relative;
  z-index: 3;
}

.cs-featured-posts .entry-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 1020px) {
  .cs-featured-type-1 .cs-featured-column-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cs-featured-type-1 .cs-featured-column-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cs-featured-type-1 .cs-featured-column-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 1020px) {
  .cs-featured-type-1 .cs-featured-column-1,
  .cs-featured-type-2 .cs-featured-column-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 600px) {
  .cs-featured-type-1 .cs-featured-column-2,
  .cs-featured-type-1 .cs-featured-column-3,
  .cs-featured-type-2 .cs-featured-column-2,
  .cs-featured-type-2 .cs-featured-column-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1020px) {
  .cs-featured-type-1 .cs-featured-column-2,
  .cs-featured-type-1 .cs-featured-column-3,
  .cs-featured-type-2 .cs-featured-column-2,
  .cs-featured-type-2 .cs-featured-column-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1020px) and (max-width: 1200px) {
  .cs-featured-type-1 .cs-featured-column-2 article:last-child .entry-excerpt,
  .cs-featured-type-1 .cs-featured-column-3 article:last-child .entry-excerpt,
  .cs-featured-type-2 .cs-featured-column-2 article:last-child .entry-excerpt,
  .cs-featured-type-2 .cs-featured-column-3 article:last-child .entry-excerpt {
    display: none;
  }
}

@media (min-width: 1020px) {
  .cs-featured-type-3 .cs-featured-column-1,
  .cs-featured-type-3 .cs-featured-column-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 600px) {
  .cs-featured-type-3 .cs-featured-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 1rem;
  }
  .cs-featured-type-3 .layout-featured-grid-simple {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cs-featured-type-3 .layout-featured-grid-simple:nth-child(odd) .post-outer {
    padding-right: 20px;
  }
  .cs-featured-type-3 .layout-featured-grid-simple:nth-child(even) .post-outer {
    padding-left: 20px;
  }
  .cs-featured-type-3 .layout-featured-grid-simple .post-wrap {
    margin-top: 0;
  }
}

@media (min-width: 1020px) and (max-width: 1200px) {
  .cs-featured-type-3 .cs-featured-column-2 article .entry-excerpt {
    display: none;
  }
}

.cs-featured-type-3 .layout-featured-grid-simple .entry-excerpt {
  display: none;
}

.cs-featured-type-4 > article {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.cs-featured-type-4 > article .post-inner:last-child {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.cs-featured-type-4 > article:first-child .post-wrap {
  margin-top: 0;
}

@media (min-width: 600px) {
  .cs-featured-type-4 > article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cs-featured-type-4 > article:nth-child(-n + 2) .post-wrap {
    margin-top: 0;
  }
}

@media (min-width: 1020px) {
  .cs-featured-type-4 > article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cs-featured-type-4 > article:nth-child(-n + 4) .post-wrap {
    margin-top: 0;
  }
}

.cs-featured-type-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cs-featured-type-5 > div {
  position: relative;
  width: 100%;
  padding-top: 1rem;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.cs-featured-type-5 > div .post-inner:last-child {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.cs-featured-type-5 > div:first-child {
  margin-left: 0;
  padding-left: 0;
}
.cs-featured-type-5 > div:last-child {
  margin-right: 0;
}
/* ADDED CSS */
.cs-featured-type-5 .entry-title {
  font-size: 1.3rem !important;
}
.cs-featured-type-5 > div:first-child .post-wrap {
  margin-top: 0;
}
.cs-featured-type-5 iframe {
  width: 100%;
}
.cs-featured-type-5 .entry-excerpt {
  text-align: justify !important;
}
.socia {
  width: auto;
  float: right;
  height: 50px;
  display: inline-block;
  margin-top: -50px;
  text-align: left;
}
.search-form button {
  background: #000f3f;
}
@media (min-width: 600px) {
  .cs-featured-type-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.2%;
    flex: 0 0 33.2%;
    max-width: calc(33.2% - 13px);
    margin-right: 20px;
  }
  .cs-featured-type-5 > div:nth-child(-n + 2) .post-wrap {
    margin-top: 0;
  }
  .cs-featured-type-5 .post-outer {
    background: #f5f0ec;
  }
  .cs-featured-type-5 .entry-data {
    padding: 10px;
    min-height: 185px;
  }
}

@media (min-width: 800px) {
  .cs-featured-type-5 .entry-data {
    min-height: 165px;
  }
}

@media (min-width: 1020px) {
  .cs-featured-type-5 .entry-data {
    min-height: 145px;
  }
}

@media (min-width: 600px) {
  .layout-featured-full .post-categories {
    margin-bottom: 0.5rem !important;
    font-size: 13px !important;
  }
  .layout-featured-full h2 {
    font-size: 1.6rem !important;
  }
  .layout-featured-full .entry-excerpt {
    font-size: 1rem !important;
    line-height: 1.2rem;
  }
}

@media (min-width: 600px) {
  .layout-featured-grid .post-categories {
    margin-bottom: 0.5rem !important;
    font-size: 13px !important;
  }
  .layout-featured-grid .entry-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 600px) {
  .layout-featured-grid-simple .post-categories {
    margin-bottom: 0.5rem !important;
    font-size: 13px !important;
  }
  .layout-featured-grid-simple .entry-title {
    font-size: 1.25rem;
  }
}

@media (min-width: 600px) {
  .layout-featured-list .post-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .layout-featured-list .post-inner {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-featured-list .post-inner:not(:last-child) {
    margin-bottom: 0;
  }
  .layout-featured-list .post-inner + .post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-featured-list .post-link + .entry-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .layout-featured-list .entry-thumbnail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .layout-featured-list .entry-title {
    font-size: 1.25rem;
  }
  .layout-featured-list .post-categories {
    margin-bottom: 0.5rem !important;
    font-size: 13px !important;
  }
}

/* sean */
.section-date {
  height: 40px;
  line-height: 40px;
  font-size: 0.75rem;
}
/*--------------------------------------------------------------
## Homepage Posts
--------------------------------------------------------------*/
.section-homepage-posts {
  margin-top: 5px;
}

/*--------------------------------------------------------------
## Footer Posts
--------------------------------------------------------------*/
.section-footer-posts {
  margin-top: 40px;
}

.section-footer-posts .cs-footer-posts-wrap {
  border-top: 1px solid #dcdcdc;
  padding-top: 40px;
}

.section-footer-posts article .post-wrap {
  border-bottom: none;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
## Category Posts
--------------------------------------------------------------*/
.section-category-posts {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  /* Make sure select elements fit in widgets. */
}

.widget:not(:last-child) {
  /*border-bottom: 1px solid #dcdcdc;*/
  padding-bottom: 0rem;
  margin: 0 0 2rem;
}

.widget select {
  max-width: 100%;
}

.widget ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget_nav_menu a {
  display: block;
  padding: 1rem 0;
}

.widget_nav_menu .menu > .menu-item:not(:first-child) {
  border-top: 1px #dcdcdc solid;
}

.widget_nav_menu .menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.widget_nav_menu .menu-item-has-children > a {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.widget_nav_menu .menu-item-has-children > span {
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.widget_nav_menu .menu-item-has-children > span:after {
  padding: 1rem 0;
  font-family: "cs-icons";
  font-size: 14px;
  content: "\e90c";
}

.widget_nav_menu .menu-item-has-children > ul {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.widget_nav_menu .menu-item-expanded > span:after {
  content: "\e90f";
}

.widget_nav_menu .menu > .menu-item > .sub-menu {
  padding-bottom: 1rem;
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:after {
  visibility: hidden;
  float: right;
  opacity: 0;
  font-family: "cs-icons";
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  content: "\e90e";
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.widget_nav_menu .sub-menu {
  display: none;
}

.widget_nav_menu .sub-menu a {
  padding: 0.5rem 0;
  line-height: 1;
}

.widget_nav_menu .sub-menu .sub-menu {
  padding: 0.5rem 0;
}

.widget_nav_menu .sub-menu .sub-menu a {
  padding-left: 1rem;
}

.widget_nav_menu .submenu-visible {
  display: block;
}

.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 1rem 0;
  color: #a0a0a0;
}

.widget_pages ul li:not(:last-child),
.widget_archive ul li:not(:last-child),
.widget_categories ul li:not(:last-child),
.widget_meta ul li:not(:last-child) {
  border-bottom: 1px #dcdcdc solid;
}

.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_categories ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_pages ul li:first-child:last-child > .sub-menu,
.widget_archive ul li:first-child:last-child > .sub-menu,
.widget_categories ul li:first-child:last-child > .sub-menu,
.widget_meta ul li:first-child:last-child > .sub-menu {
  padding-bottom: 0;
}

.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a {
  padding-right: 0.6666666667rem;
  margin-right: auto;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_categories ul ul.children,
.widget_meta ul ul.children {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin: 1rem 0;
}

.widget_pages ul ul.children li,
.widget_archive ul ul.children li,
.widget_categories ul ul.children li,
.widget_meta ul ul.children li {
  padding: 1rem 0 1rem 1rem;
}

.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child,
.widget_categories ul ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_pages ul ul.sub-menu,
.widget_archive ul ul.sub-menu,
.widget_categories ul ul.sub-menu,
.widget_meta ul ul.sub-menu {
  margin: 1rem 0;
}

.widget_pages ul ul.sub-menu li:last-child,
.widget_archive ul ul.sub-menu li:last-child,
.widget_categories ul ul.sub-menu li:last-child,
.widget_meta ul ul.sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_pages ul .screen-reader-text,
.widget_archive ul .screen-reader-text,
.widget_categories ul .screen-reader-text,
.widget_meta ul .screen-reader-text {
  display: none;
}

.widget_calendar table,
.widget_calendar .wp-block-table {
  border: 1px solid #dcdcdc;
  margin: 0;
}

.widget_calendar th {
  border-bottom: none;
  background-color: #f8f9fa;
  color: #000000;
}

.widget_calendar td,
.widget_calendar th {
  padding: 0;
  line-height: 2rem;
  text-align: center;
}

.widget_recent_comments li {
  position: relative;
  padding-bottom: 1rem;
}

.widget_recent_comments li:last-child {
  padding-bottom: 0;
}

.widget_recent_comments li a {
  display: block;
  margin-top: 1rem;
}

.widget_recent_entries li {
  position: relative;
  padding-bottom: 1rem;
}

.widget_recent_entries li:last-child {
  padding-bottom: 0;
}

.widget_recent_entries li .post-date {
  margin-left: 1rem;
}

.widget_recent_entries li .post-date:before {
  content: "(";
}

.widget_recent_entries li .post-date:after {
  content: ")";
}

.widget_rss .title-block a {
  color: #a0a0a0;
}

.widget_rss .rss-widget-icon {
  display: none;
}

.widget_rss ul li {
  border-bottom: 1px #dcdcdc solid;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.widget_rss ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_rss ul li .rsswidget {
  color: #000000;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.widget_rss ul li .rss-date {
  display: block;
  margin-top: 0.25rem;
  color: #a0a0a0;
}

.widget_rss ul li .rssSummary {
  margin-top: 0.25rem;
  color: #000000;
}

.widget_rss ul li cite {
  display: block;
  margin-top: 0.25rem;
  font-style: normal;
  color: #a0a0a0;
  text-align: right;
  font-size: 0.8125rem;
}

.widget_tag_cloud {
  overflow: hidden;
}

.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
  background: #dcdcdc;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  margin-top: 1rem;
  margin-right: 1rem;
  text-decoration: none;
}

.widget_tag_cloud .tagcloud a:last-child {
  margin-right: 0;
}

.widget_media_video .mejs-container {
  max-width: 100%;
  overflow: hidden;
}

.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
  max-width: 100%;
  overflow: hidden;
}

.widget_media_gallery {
  overflow: hidden;
}

.widget_media_gallery [class^="gallery-columns-"],
.widget_media_gallery [class*=" gallery-columns-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
  display: block;
  border-radius: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
  opacity: 0.6;
}

.widget_media_gallery
  [class^="gallery-columns-"]
  .gallery-item
  .gallery-caption,
.widget_media_gallery
  [class*=" gallery-columns-"]
  .gallery-item
  .gallery-caption {
  padding: 1rem 1rem 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
  display: none;
}

.widget_media_gallery .gallery-columns-1 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.1111111111%;
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
  color: #000000;
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 1rem 1rem;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 1rem;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li + li {
  margin-top: -1px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media (min-width: 475px) {
  #big-logo-blue > img {
    height: 70px;
  }
}

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

.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

img.avatar {
  border-radius: 100%;
  border: 2px solid #f77214;
}

.post-media img {
  width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption .wp-caption-text {
  margin: 1rem 0;
}

.wp-caption-text {
  margin-top: 1rem;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
  div[class^="gallery-columns-"],
  div[class*=" gallery-columns-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  div[class^="gallery-columns-"] .pk-zoom-icon-popup,
  div[class*=" gallery-columns-"] .pk-zoom-icon-popup {
    position: relative;
  }
  div[class^="gallery-columns-"] .pk-pin-it,
  div[class*=" gallery-columns-"] .pk-pin-it {
    left: calc(10px);
  }
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 600px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Powerkit
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.entry-content .pk-row > [class^="pk-col-"] > a,
.entry-content .pk-row > [class^="pk-col-"] > p > a,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a,
.entry-content .pk-row > [class*=" pk-col-"] > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > a,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a {
  text-decoration: underline;
}

.entry-content .pk-row > [class^="pk-col-"] > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:focus {
  text-decoration: none;
}

.entry-content .pk-row > [class^="pk-col-"] > h1,
.entry-content .pk-row > [class^="pk-col-"] > h2,
.entry-content .pk-row > [class^="pk-col-"] > h3,
.entry-content .pk-row > [class^="pk-col-"] > h4,
.entry-content .pk-row > [class^="pk-col-"] > h5,
.entry-content .pk-row > [class^="pk-col-"] > h6,
.entry-content .pk-row > [class*=" pk-col-"] > h1,
.entry-content .pk-row > [class*=" pk-col-"] > h2,
.entry-content .pk-row > [class*=" pk-col-"] > h3,
.entry-content .pk-row > [class*=" pk-col-"] > h4,
.entry-content .pk-row > [class*=" pk-col-"] > h5,
.entry-content .pk-row > [class*=" pk-col-"] > h6 {
  margin-bottom: 1.5rem;
}

.entry-content .pk-row > [class^="pk-col-"] > h1:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h2:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h3:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h4:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h5:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h6:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h1:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h2:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h3:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h4:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h5:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h6:not(:first-child) {
  margin-top: 3rem;
}

.entry-content .pk-row + .pk-row h1:first-child,
.entry-content .pk-row + .pk-row h2:first-child,
.entry-content .pk-row + .pk-row h3:first-child,
.entry-content .pk-row + .pk-row h4:first-child,
.entry-content .pk-row + .pk-row h5:first-child,
.entry-content .pk-row + .pk-row h6:first-child {
  margin-top: 1.5rem;
}

.entry-content div[class^="pk-col-"],
.entry-content div[class*=" pk-col-"] {
  margin-bottom: 1.5rem;
}

.entry-content div[class^="pk-col-"] > *:last-child,
.entry-content div[class*=" pk-col-"] > *:last-child {
  margin-bottom: 0;
}

.entry-content .pk-clearfix {
  margin: 0;
}

/*--------------------------------------------------------------
## Basic Styles
--------------------------------------------------------------*/
.menu-item .pk-badge {
  margin-bottom: auto;
  margin-top: auto;
  margin-right: auto;
}

.pk-alert {
  color: #000000;
}

.pk-alert a {
  color: #000000;
}

.pk-alert a:hover {
  color: #a0a0a0;
}

.pk-nav-tabs .pk-nav-link,
.pk-tabs .pk-nav-pills .pk-nav-link,
.pk-tabs-vertical .pk-nav-tabs .pk-nav-link {
  border-radius: 0;
}

.pk-input-group {
  position: relative;
  background: #dcdcdc;
  border-radius: 0;
  border: 3px solid #dcdcdc;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.pk-input-group input[type="text"] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-radius: 0 0 0 0;
  padding: 0.375rem 0.75rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pk-input-group button {
  margin: -3px;
  margin-left: 0;
  position: relative;
  z-index: 2;
  border-radius: 0 0 0 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.entry-content .pk-button {
  color: #fff;
}

.entry-content .pk-alert {
  margin-bottom: 1.5rem;
}

.entry-content .pk-instagram-feed a {
  color: #000000;
}

.entry-content .pk-instagram-feed a:hover {
  color: #a0a0a0;
}

.entry-content .pk-instagram-feed .pk-instagram-btn {
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.entry-content .pk-instagram-feed .pk-instagram-btn:hover {
  background-color: #000000;
  color: #fff;
}

.entry-content .pk-twitter-wrap a {
  color: #a0a0a0;
}

.entry-content .pk-twitter-wrap a:hover {
  color: #000000;
}

.entry-content .pk-twitter-wrap .pk-twitter-header a {
  color: #000000;
}

.entry-content .pk-twitter-wrap .pk-twitter-header a:hover {
  color: #a0a0a0;
}

.entry-content .pk-twitter-wrap .pk-twitter-btn {
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.entry-content .pk-twitter-wrap .pk-twitter-btn:hover {
  background-color: #000000;
  color: #fff;
}

/*--------------------------------------------------------------
## Share Buttons
--------------------------------------------------------------*/
.meta-share-links {
  position: absolute;
  max-width: 320px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -ms-grid;
  -ms-grid-columns: max-content;
  bottom: 100%;
  left: -9999px;
  padding-left: 50%;
  padding-bottom: 0.5rem;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.meta-share-links .pk-share-buttons-wrap {
  position: relative;
  border-radius: 0;
  background: #f8f9fa;
  padding: 0.7rem;
  margin: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.meta-share-links .pk-share-buttons-wrap:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #f8f9fa;
  border-width: 7px;
  margin-left: -7px;
}

.meta-share-links .pk-share-buttons-total {
  display: none;
}

.meta-share-links .pk-share-buttons-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.meta-share-links .pk-share-buttons-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0.1rem;
  border-radius: 0;
}

.meta-share-links .pk-share-buttons-icon {
  font-size: 1rem;
}

.meta-share-links .pk-share-buttons-count {
  margin-top: 0.125rem;
  color: #6c757d;
}

.meta-share-links .pk-share-buttons-scheme-default {
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.meta-share-links .pk-share-buttons-scheme-default:after {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-link {
  background: transparent;
}

.meta-share-links
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:hover {
  background: transparent !important;
}

.meta-share-links
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:hover
  .pk-share-buttons-count {
  color: #fff;
  opacity: 1;
}

.meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-icon {
  color: #fff;
}

.meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-count {
  color: #fff;
}

.meta-shares:hover {
  cursor: pointer;
}

.meta-shares:hover .meta-share-links {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: 0;
}

.meta-shares:hover .pk-share-buttons-wrap {
  border-radius: 0;
  opacity: 1;
}

.entry-meta-details .pk-share-buttons-wrap {
  margin: 0;
}

.entry-meta-details .pk-share-buttons-total {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5rem;
}

@media (min-width: 720px) {
  .entry-meta-details .pk-share-buttons-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.entry-meta-details .pk-share-buttons-total .pk-share-buttons-count {
  padding: 0;
  margin: 0;
}

.entry-meta-details .pk-share-buttons-item {
  padding: 0;
}

.entry-meta-details .pk-share-buttons-link {
  background: transparent;
  padding: 0;
}

.entry-meta-details
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:hover,
.entry-meta-details
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:focus {
  background: transparent;
  color: #a0a0a0;
}

.entry-meta-details
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:hover
  .pk-share-buttons-count,
.entry-meta-details
  .pk-share-buttons-scheme-default
  .pk-share-buttons-link:focus
  .pk-share-buttons-count {
  color: #a0a0a0;
}

.cs-overlay .entry-meta-details .pk-share-buttons-scheme-bold {
  background: #000000;
  padding: 0 0.5rem;
}

.cs-overlay .entry-meta-details .pk-share-buttons-link {
  color: #fff;
}

.cs-overlay .entry-meta-details .pk-share-buttons-link:hover,
.cs-overlay .entry-meta-details .pk-share-buttons-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.cs-overlay
  .entry-meta-details
  .pk-share-buttons-link:hover
  .pk-share-buttons-count,
.cs-overlay
  .entry-meta-details
  .pk-share-buttons-link:focus
  .pk-share-buttons-count {
  color: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------------------------------
## Social Links
--------------------------------------------------------------*/
.pk-social-links-template-nav .pk-social-links-item {
  padding-left: 0.5rem;
}

.pk-social-links-template-nav .pk-social-links-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.pk-social-links-template-nav .pk-social-links-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0.875rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 100%;
}

.post-author .pk-social-links-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.post-author .pk-social-links-item {
  padding-top: 0;
}

.sidebar-area
  .pk-social-links-scheme-light-bg.pk-social-links-template-columns
  .pk-social-links-item {
  margin-bottom: 1px;
}

.sidebar-area
  .pk-social-links-scheme-light-bg.pk-social-links-template-columns
  .pk-social-links-item:not(:last-child)
  .pk-social-links-link {
  margin-right: 1px;
}

.page-header .pk-social-links-wrap {
  margin-top: 1rem;
}

.site-info .pk-social-links-item {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.pk-widget-about .pk-about-small {
  color: #a0a0a0;
}

.pk-widget-posts .pk-post-item:not(:first-child) {
  margin-top: 1rem;
}

.pk-widget-posts .pk-post-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pk-widget-posts .pk-post-thumbnail {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-left: 2rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.pk-widget-posts .pk-post-thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pk-widget-posts .pk-post-thumbnail a {
  position: relative;
  display: block;
}

.pk-widget-posts .pk-post-thumbnail a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: transparent;
}

.pk-widget-posts .pk-post-thumbnail:hover a:after {
  background: rgba(255, 255, 255, 0.25);
}

.pk-widget-posts .pk-post-data {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.pk-widget-posts .pk-post-number {
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.pk-widget-posts .pk-post-data .meta-category {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.pk-widget-posts .pk-post-data .entry-title {
  margin-bottom: 0.25rem;
}

.pk-widget-posts .pk-post-data .post-meta {
  margin-top: 0.5rem;
}

.pk-widget-posts .pk-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pk-widget-posts .pk-post-meta .sep {
  display: inline-block;
  padding: 0 0.5rem;
}

.pk-widget-posts .pk-post-meta-hide {
  display: none;
}

.pk-widget-posts .pk-lazyload.pk-lqip.size-pk-small {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.pk-widget-posts-template-large .pk-post-item:not(:first-child) {
  border-top: 1px solid #dcdcdc;
  padding-top: 1rem;
}

.pk-widget-posts-template-large .pk-post-outer {
  display: block;
}

.pk-widget-posts-template-large .pk-post-thumbnail {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-bottom: 0.5rem;
}

.pk-widget-posts-template-large .pk-post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
.pk-zoom-icon-popup:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  top: 0;
  right: 0;
  content: "\e928";
  font-family: "cs-icons";
}

/*--------------------------------------------------------------
## Pinterest
--------------------------------------------------------------*/
.pk-pin-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  top: 0;
  left: 0;
}

.pk-pin-it:not(:hover) {
  background: #000000;
}

.wp-block-gallery .blocks-gallery-image .pk-pin-it,
.wp-block-gallery
  .blocks-gallery-item
  .wp-block-gallery.is-cropped
  .blocks-gallery-image
  .pk-pin-it,
.wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

/*--------------------------------------------------------------
## Twitter
--------------------------------------------------------------*/
.pk-twitter-content {
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.pk-instagram-data .pk-meta {
  color: #fff;
}

/*--------------------------------------------------------------
## Subscribe form
--------------------------------------------------------------*/
.pk-subscribe-form-wrap .pk-input-group form {
  border-radius: 0;
  -webkit-transition: 0.2s ease box-shadow;
  transition: 0.2s ease box-shadow;
}

.pk-subscribe-form-wrap .pk-input-group button {
  margin-top: -3px;
}

.entry-content .pk-subscribe-form-wrap {
  background: #f8f9fa;
  padding: 40px;
}

.entry-content .pk-subscribe-with-bg {
  padding: 0;
}

.widget .pk-subscribe-form-wrap.pk-subscribe-with-name input[type="text"],
.navbar-content
  .pk-subscribe-form-wrap.pk-subscribe-with-name
  input[type="text"],
.site-footer .pk-subscribe-form-wrap.pk-subscribe-with-name input[type="text"] {
  border-top: 1px solid transparent;
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 0.5rem;
}

.widget
  .pk-subscribe-form-wrap.pk-subscribe-with-name
  input[type="text"]:first-child,
.navbar-content
  .pk-subscribe-form-wrap.pk-subscribe-with-name
  input[type="text"]:first-child,
.site-footer
  .pk-subscribe-form-wrap.pk-subscribe-with-name
  input[type="text"]:first-child {
  border-top: none;
}

.widget .pk-subscribe-form-wrap.pk-subscribe-with-name button,
.navbar-content .pk-subscribe-form-wrap.pk-subscribe-with-name button,
.site-footer .pk-subscribe-form-wrap.pk-subscribe-with-name button {
  padding: 0.5rem;
  margin: 0 -3px -3px;
}

.widget .pk-subscribe-form-wrap.pk-subscribe-with-bg .pk-input-group,
.navbar-content .pk-subscribe-form-wrap.pk-subscribe-with-bg .pk-input-group,
.site-footer .pk-subscribe-form-wrap.pk-subscribe-with-bg .pk-input-group {
  border: none;
}

.widget .pk-subscribe-form-wrap.pk-subscribe-with-bg form,
.navbar-content .pk-subscribe-form-wrap.pk-subscribe-with-bg form,
.site-footer .pk-subscribe-form-wrap.pk-subscribe-with-bg form {
  overflow: initial;
}

.widget .pk-subscribe-form-wrap.pk-subscribe-with-bg input[type="text"],
.navbar-content .pk-subscribe-form-wrap.pk-subscribe-with-bg input[type="text"],
.site-footer .pk-subscribe-form-wrap.pk-subscribe-with-bg input[type="text"] {
  border-top: none;
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0;
}

.widget .pk-subscribe-form-wrap.pk-subscribe-with-bg button,
.navbar-content .pk-subscribe-form-wrap.pk-subscribe-with-bg button,
.site-footer .pk-subscribe-form-wrap.pk-subscribe-with-bg button {
  margin: 0.5rem 0 0;
}

.content-area .pk-subscribe-with-name input[type="text"] {
  width: 100%;
  text-align: center;
  margin: 1px 0 0;
}

.content-area .pk-subscribe-with-name input[type="text"]:first-child {
  margin-top: 0;
}

.content-area .pk-subscribe-with-name button {
  padding: 0.5rem;
  margin: 0 -3px -3px;
}

@media (min-width: 600px) {
  .content-area .pk-subscribe-with-name .pk-input-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .content-area
    .pk-subscribe-with-name
    input[type="text"]
    + input[type="text"] {
    border-left: 1px solid transparent;
  }
  .content-area .pk-subscribe-with-name input[type="text"] {
    width: 1%;
    margin-top: 0;
    text-align: left;
  }
  .content-area .pk-subscribe-with-name button {
    margin: -3px;
  }
}

.post-subscribe .pk-input-group {
  background: #dee2e6;
  border-color: #dee2e6;
}

/*--------------------------------------------------------------
## Inline Posts
--------------------------------------------------------------*/
.pk-inline-posts-container .post-meta a {
  font-weight: normal;
}

.pk-inline-posts-container .post-meta .meta-category a {
  color: #a0a0a0;
}

.pk-inline-posts-container .post-meta .meta-category a:hover {
  color: #000000;
}

.pk-inline-posts-container .pk-title a {
  color: #000000;
}

.pk-inline-posts-container .pk-title a:hover {
  color: #a0a0a0;
}

/*--------------------------------------------------------------
## Table of Contents
--------------------------------------------------------------*/
.pk-toc:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 3rem;
  border-bottom: 1px #dcdcdc solid;
}

.pk-toc:not(:first-child) {
  padding-top: 40px;
  margin-top: 3rem;
  border-top: 1px #dcdcdc solid;
}

/*--------------------------------------------------------------
## Typekit Typography
--------------------------------------------------------------*/
.wf-loading body,
.wf-loading body a,
.wf-loading body span,
.wf-loading body p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading label,
.wf-loading .post-meta,
.wf-loading .cs-link-more,
.wf-loading .button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SearchWP Live Ajax Search
--------------------------------------------------------------*/
.searchwp-live-search-results.searchwp-live-search-results-showing {
  background: #f8f9fa;
  margin-top: 4px;
  min-height: 164px;
  max-height: 332px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.searchwp-live-search-results.searchwp-live-search-results-showing:hover,
.searchwp-live-search-results.searchwp-live-search-results-showing:focus {
  outline: none;
}

.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result
  a {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease background;
  transition: 0.2s ease background;
  white-space: normal;
}

.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result
  a
  img {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  object-fit: cover;
}

.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result
  a
  .h6 {
  margin-bottom: 0;
}

.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result
  a
  .meta-date {
  margin-top: 0.25rem;
}

.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result
  a
  small {
  display: none;
  margin-left: auto;
  color: #a0a0a0;
  padding-left: 1rem;
}

@media (min-width: 600px) {
  .searchwp-live-search-results.searchwp-live-search-results-showing
    .searchwp-live-search-result
    a
    small {
    display: block;
  }
}

.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result
  a
  > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result
  a:hover,
.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result
  a:focus {
  background: #dcdcdc;
  outline: 0;
}

.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result:not(:last-child)
  a {
  border-bottom: 1px #dcdcdc solid;
}

.searchwp-live-search-results.searchwp-live-search-results-showing
  .searchwp-live-search-result--focused {
  background: transparent;
}

@media (max-width: 719.98px) {
  .searchwp-live-search-results.searchwp-live-search-results-showing
    .searchwp-live-search-result
    .h6 {
    font-size: 0.75rem;
  }
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-response-output {
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  background: #f3b7bd;
  font-size: 0.875rem;
  color: #921925;
}

div.wpcf7-mail-sent-ok {
  background: #d8f6df;
  color: #145523;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  background: #f3b7bd;
  color: #921925;
}

div.wpcf7-spam-blocked {
  background: #fff4d3;
  color: #a07800;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #fff4d3;
  color: #a07800;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

label .wpcf7-form-control-wrap {
  margin-top: 0.5rem;
}

span.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #dc3545;
  background: #fff;
  padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(160, 160, 160, 0.25);
  border-top-color: #a0a0a0;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1s linear infinite;
  animation: loader-rotate 1s linear infinite;
  margin-left: 1rem;
  vertical-align: middle;
}

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

/*--------------------------------------------------------------
## WPBakery Page Builder
--------------------------------------------------------------*/
.wpb_video_wrapper .cs-embed-responsive:before {
  display: none;
}

/* Custom CSS added by Sean */
.nb-logo-container {
  margin-bottom: -10px;
  padding-top: 5px;
}
@media (min-width: 1020px) {
  .nb-logo-container {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .nb-search-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.nb-logo-container .navbar-content {
  justify-content: center;
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .nb-logo-container .navbar-content {
    justify-content: flex-start;
  }
}

.author-content-post-title {
  display: inline-block;
  max-width: calc(100% - 150px) !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
  line-height: 1.2rem;
}
@media (max-width: 500px) {
  .author-content-post-title {
    font-size: 15px;
  }
}
@media (min-width: 500px) {
  .author-content-post-title {
    font-size: 1.2rem;
  }
}
.home-section {
  color: #000f3f !important;
}
.home-section.mob {
  margin-top: 1rem;
}
.home-section.hd {
  display: none;
}
.home-section.lh {
  margin-top: 40px;
  margin-bottom: 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1rem;
}
.home-section.dt {
  /*padding-bottom: 0.5rem;*/
}
h1.home-section {
  margin-bototm: 0 !important;
  font-size: 1.5rem;
}
.no-border {
  border: none !important;
}
.tmh-scrollbar {
  overflow-x: hidden;
  overflow-y: auto !important;
}
.tmh-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  width: 6px;
  background-color: #ececec;
}
.tmh-scrollbar::-webkit-scrollbar {
  border-radius: 10px;
  width: 6px;
  background-color: #ececec;
}
.tmh-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 2px;
  width: 6px;
  background-color: #888888;
}
.home-price-sensitive .live-str {
  display: none !important;
  color: #828282 !important;
  font-size: 0.9rem;
  position: absolute;
  right: 20px;
  top: 3px;
}
.home-price-sensitive .live-str.hd {
  display: none;
}
.home-price-sensitive {
  height: 403px;
}
@media (min-width: 600px) {
  .home-price-sensitive {
    height: 652px;
  }
}
@media (min-width: 1020px) {
  .home-price-sensitive {
    height: 1029px;
  }
  .home-section.hd {
    display: inline-block;
  }
  .home-section.mob {
    display: block;
  }
  .home-price-sensitive .live-str {
    display: block;
  }
  .home-price-sensitive .live-str.hd {
    position: absolute;
    right: 20px;
    top: 3px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .home-price-sensitive .live-str.hd {
    top: 2px;
  }
}
.home-price-sensitive .live-str:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #ffbdbd;
  /*animation: livecc 1.2s infinite;*/
  /*-webkit-animation: livecc 1.2s infinite; !* Chrome and Safari *!    */
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  margin-right: 0;
  transform: translateY(-1px);
  font-weight: bold;
}

/* Announcements widget */
.home-ps-ann {
  position: relative;
  /* padding: 10px 10px 10px 8px; */
  /* max-height: 325px; */
  overflow: hidden;
  /* background-color: #f6f6f6; */
}
.home-ps-ann .announcement {
  margin-bottom: 6px;
  display: none;
}
.home-ps-ann .announcement:nth-child(1),
.home-ps-ann .announcement:nth-child(2),
.home-ps-ann .announcement:nth-child(3) {
  display: block;
}
@media (min-width: 600px) {
  .home-ps-ann .announcement:nth-child(4),
  .home-ps-ann .announcement:nth-child(5),
  .home-ps-ann .announcement:nth-child(6) {
    display: block;
  }
}
@media (min-width: 1020px) {
  .home-ps-ann .announcement:nth-child(7),
  .home-ps-ann .announcement:nth-child(8) {
    display: block;
  }
}
.home-ps-ann .announcement .ann-header {
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  padding-bottom: 4px;
}
.home-ps-ann .announcement .ann-time {
  color: #F77214;
  margin-right: auto;
}
.home-ps-ann .announcement .ann-code {
  /* font-size: 0.8rem; */
  /* margin-left: 3px; */
  color: #0E0345;
}
.home-ps-ann .announcement .ann-cname {
  font-weight: 400;
  /* float: right; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* width: 140px; */
  max-width: 160px;
  display: inline-block;
  text-align: right;
  /* font-size: 0.7rem; */
  /* color: #777777; */
  padding-left: 4px;
  color: #333;
}
#home-ps-ann.home-ps-ann .ann-link {
  display: flex;
  justify-content: flex-end;
}
#home-ps-ann.home-ps-ann .ann-link:hover span {
  color: #f77214;
}
@media only screen and (max-width: 1200px) and (min-width: 1020px) {
  .home-ps-ann .announcement .ann-cname {
    max-width: 120px;
  }
  .home-ps-ann .announcement .ann-body .ann-stats {
    font-size: 0.65rem;
  }
}
/* @media only screen and (max-width: 1019px) {
  .home-ps-ann .announcement .ann-cname {
    max-width: calc(100% - 100px);
  }
} */
.home-ps-ann .announcement .ann-body .ann-desc {
  font-size: 0.75rem;
  max-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  /* line-height: 20px; */
  line-height: 1.4;
  padding-top: 4px;
}
.home-ps-ann .announcement .ann-body .ann-desc a {
  /* color: #f77214; */
  /* color: #333; */
  color: #000;
}
.home-ps-ann .announcement .ann-body .ann-desc a:hover {
  color: #f77214;
}
/* #home-ca-news.home-ps-ann .announcement .ann-body .ann-desc a {
  color: #000;
}
#home-ca-news.home-ps-ann .announcement .ann-body .ann-desc a:hover {
  color: #f77214;
} */
.home-ps-ann .announcement .ann-body {
  display: flex;
}
.home-ps-ann .announcement .ann-body .ann-details {
  width: calc(100% - 24px);
  margin-left: 11px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.home-ps-ann .announcement .ann-body .ann-vert {
  /* margin-left: 10px; */
  border-right: 1px solid #0E0345;
  opacity: 0.5;
}
.home-ps-ann .announcement .ann-body .ann-stats {
  display: flex;
  /* height: 17px; */
  justify-content: space-between;
  /* line-height: 17px; */
  /* background: rgba(149, 146, 144, 0.07); */
  font-size: 0.75rem;
  font-weight: 400;
  color: #0E0345;
  padding-bottom: 8px;
  padding-top: 8px;
}
.home-ps-ann .announcement .ann-body .ann-stats .views-posts span {
  display: inline-block;
}
.home-ps-ann .announcement .ann-body .ann-stats .views-posts span.is-hidden {
  display: none;
}
.home-ps-ann .announcement .ann-body .ann-stats .views-posts span em {
  font-style: normal;
}
.home-ps-ann .announcement .ann-body .ann-stats .views-posts span:before {
  content: '';
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 4px;
  background-position: center;
  /* transform: translateY(-4px); */
  vertical-align: top;
}
.home-ps-ann .announcement .ann-body .ann-stats .views-posts span[id$="-views-span"]:before,
.home-ps-ann .announcement .ann-body .ann-stats .views-posts span.views-span:before {
  background-image: url('/wp-content/themes/spotlight/images/eye-icon.svg');
}
.home-ps-ann .announcement .ann-body .ann-stats .views-posts span[id$="-replies-span"]:before {
  margin-left: 8px;
  background-image: url('/wp-content/themes/spotlight/images/opinion-icon.svg');
}
.home-ps-ann .eye-icon {
  display: none;
}
.home-ps-ann .eye-icon svg {
  width: 14px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  margin-top: -2px;
}
.home-ps-ann .speech-icon {
  display: none;
}
.home-ps-ann .speech-icon svg {
  width: 13px;
  height: 13px;
  margin: -2px 5px 0 7px;
}
.home-ps-ann .ext-link-icon {
  /* display: inline-block; */
  display: none;
  width: 10px;
  height: 10px;
  background: url("/wp-content/themes/spotlight/images/external-link.png") top
    left no-repeat;
  margin-right: 3px;
}
.home-ann-fadeout {
  position: absolute;
  bottom: 0em;
  height: 4em;
  width: 100%;
  z-index: 999;
  margin-left: -8px;
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -moz-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -o-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -ms-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
@media (min-width: 600px) {
  .home-ann-fadeout {
    height: 8em;
  }
}

@keyframes livecc {
  0% {
    background: #ffbdbd;
  }
  /*25%  {background: yellow;}*/
  50% {
    background: #ff4b4b;
  }
  /*75%  {background: green;}*/
  100% {
    background: #ffbdbd;
  }
}

@-webkit-keyframes livecc /* Safari and Chrome - necessary duplicate */ {
  0% {
    background: #ffbdbd;
  }
  /*25%  {background: yellow;}*/
  50% {
    background: #ff4b4b;
  }
  /*75%  {background: green;}*/
  100% {
    background: #ffbdbd;
  }
}

.post-time {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
@media (max-width: 500px) {
  .post-time {
    font-size: 0.9rem;
  }
}
.ticker-ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ticker-ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.85rem !important;
}
.ticker-code {
  font-weight: bold;
  background: #f77214;
  color: #fff;
  padding: 2px 4px;
}
.navbar-container-marquee {
  opacity: 0;
  margin-top: 0px;
  /*max-width: 100% !important;*/
  /*border: 1px solid black;*/
  border-right: 0;
  border-left: 0;
  padding: 0 0 5px 0;
  max-height: 33px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .navbar-container-marquee {
    padding: 0px 20px 5px 20px;
  }
}
.navbar-container-marquee .navbar-content {
  overflow: hidden;
  padding-top: 4px;
  border-top: 1px solid #333333;
}
.post-company-code span {
  font-size: 0.9rem;
  font-weight: bold;
}
.navbar-small a {
  font-size: 11px !important;
}

.navbar-nav > li > a {
  font-family: Lora, Georgia, serif !important;
  font-size: 0.9rem !important;
}

.nav-date {
  display: none;
  position: absolute;
  left: 0;
  font-size: 0.8rem;
}
@media (min-width: 1020px) {
  .nav-date {
    display: block;
  }
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .layout-list-alternative .post-inner + .post-inner .entry-header,
  .layout-list-alternative .post-inner + .post-inner .entry-excerpt {
    flex: none;
    -ms-flex: inherit;
  }
}

.entry-container .entry-sidebar-wrap {
  display: none;
}
.chart-wrap {
  padding: 5px;
  background: #f6f6f6;
  overflow: hidden;
}

.chart-wrap > div {
  position: relative;
  height: 470px;
  overflow: hidden;
}
.chart-wrap.first > div {
  /*height: 340px !important;*/
}
.chart-wrap iframe {
  width: 100%;
  border: 1px solid #d6d6d6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1020px) {
  .chart-wrap {
    display: inline-block;
    width: 49%;
    padding: 5px;
  }

  /*.chart-wrap.first {*/
  /*padding-right: 0px !important;*/
  /*}*/

  .chart-wrap.first > div {
    height: 470px !important;
  }
}
@media (min-width: 1100px) {
  .chart-wrap {
    padding: 20px;
  }
}
.content-ann-btn {
  color: #fff !important;
  background: #f77214 !important;
  width: 100%;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}

/* hide show more button */
.post-archive .ajax-navigation {
  /*display: none;*/
}

.herald-wrap {
  margin-top: 40px;
}

.money-herald-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.money-herald-container > div {
  flex: 1 1 100%;
  margin-right: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 500px) {
  .money-herald-container {
    height: 223px;
  }
  .money-herald-container > div {
    flex: 1 1 180px;
    height: 223px;
    margin-right: 0.5rem;
  }
  .money-herald-container > div:nth-child(2) {
    margin-right: 0;
  }
  .money-herald-container > div:nth-child(3) {
    display: none;
  }
}
@media (min-width: 720px) {
  .money-herald-container > div:nth-child(2) {
    margin-right: 0.5rem;
  }
  .money-herald-container > div:nth-child(3) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .money-herald-container > div {
    flex: 1 1 240px;
    /*width: 220px;*/
    height: 223px;
    margin-right: 1.5rem;
  }
}

.money-herald-container > div:last-of-type {
  margin-right: 0;
}
.money-herald-container img {
  /*height: 100%;*/
  /*max-height: 148.33px;*/
  width: 100%;
  border: 1px solid #b2b3b6;
}
.money-herald-container a {
  display: block;
  width: 60%;
  margin-top: 0.5rem;
  background: #f77214;
  height: 32px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 32px;
  text-align: center;
}
.money-herald-container a:hover,
.money-herald-container a:active {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 1200px) and (min-width: 1020px) {
  h5.home-section {
    font-size: 1.5rem;
  }
}

#overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 899;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
#a-modal {
  display: none;
  position: fixed;
  top: 2%;
  left: 2%;
  z-index: 900;
  width: 96%;
  max-height: calc(100% - 30px);
  border: 1px solid #f77214;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 49px -7px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 49px -7px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 49px -7px rgba(0, 0, 0, 0.55);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll;
}
#a-modal img {
  margin: 0 auto;
  padding: 15px 0 20px 0;
  width: 80%;
  display: block;
  border-bottom: 1px dashed #dddddd;
}
#a-modal .subscribe-p {
  color: #f77214;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  font-style: italic;
  line-height: 25px;
  padding: 15px 0 10px 0;
}
@media (min-width: 600px) {
  #a-modal {
    top: calc(50% - 200px);
    left: calc(50% - 150px);
    width: auto;
  }
  #a-modal {
    overflow-x: hidden;
  }
}
@media (min-width: 1020px) {
  #a-modal {
    overflow-y: hidden;
  }
}
.x {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 23px;
  height: 23px;
  background-color: #343a40;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: Arial, sans-serif;
}
.x:hover {
  cursor: pointer;
}

.right-skyscraper {
  margin: 20px auto;
}
.sticky-ad {
  position: sticky!important;
  top: 150px;
}
.home .sidebar-2.sticky-ad {
  position: relative!important;
}
.right-wide-skyscraper {
  margin-bottom: 20px;
}
.bottom-leaderboard {
  margin: 0 auto;
  width: 100%;
}
.left-pad-10 {
  padding-left: 10px !important;
}

.cs-sponsored {
  position: relative;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}
.cs-sponsored .promo a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
  max-width: 100%;
}
.cs-sponsored .promo img {
  display: flex;
  margin-left: 15px;
  margin-right: 5px;
  align-items: center;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85px;
  border: 2px solid #dfdfdf;
}
.cs-sponsored .promo span {
  display: flex;
  margin-left: 0;
  margin-right: 15px;
  align-items: center;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
}
.cs-sponsored .sponsored-article {
  position: absolute;
  margin-right: 0 !important;
  font-size: 0.7rem;
  bottom: 5px;
  right: 5px;
  color: #d7d7d7;
}

/* #article-newsletter-signup div {
  display: block;
}
#article-newsletter-signup .hs_email {
  vertical-align: top;
  margin-top: 20px;
}
#article-newsletter-signup .hs_email label {
  display: none;
}

#article-newsletter-signup ul {
  margin: 0 !important;
  margin-bottom: 15px;
  padding: 0 !important;
  list-style-type: none;
  line-height: 0;
}
#article-newsletter-signup ul li {
  display: inline-block;
  padding-left: 5px;
}
#article-newsletter-signup ul li:last-of-type {
  margin-left: 10px;
}
#article-newsletter-signup ul li span {
  font-size: 1rem;
}
#article-newsletter-signup input[type="checkbox"] {
  margin-right: 8px;
}
#article-newsletter-signup .hs_submit {
  margin-top: 15px;
}
@media (min-width: 800px) {
  #article-newsletter-signup {
    margin-top: 15px;
  }
  #article-newsletter-signup div {
    display: inline-block;
  }
  #article-newsletter-signup .hs_email {
    margin-top: 0;
  }
  #article-newsletter-signup .hs_subscribe_to {
    margin-left: 15px;
  }
  #article-newsletter-signup .hs_submit {
    margin-top: 0;
    margin-left: 15px;
  }
  #article-newsletter-signup .hs_submit input {
    padding: 0.58rem 1.1rem;
  }
} */

div[data-reactroot] div > div > div > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fff !important;
}

.is-hidden {
  display: none;
}

/*changes from live by sean */
.hs-subscribe {
  text-align: center;
}
.hs-subscribe form {
  margin-top: 70px;
}
.hs-subscribe label {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
.hs-subscribe input {
  margin: 0 auto;
  width: 70%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hs-subscribe .hs-button {
  margin-top: 10px;
  color: #000;
}
.hs-subscribe .actions {
  padding: 0 !important;
}
.hs-subscribe .hs-form-required {
  display: none;
}
.hs-subscribe h5 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.2rem;
}
.hs-subscribe .hs-error-msg,
.hs-subscribe .hs-error-msgs {
  list-style-type: none;
  font-size: 0.9rem;
  color: #f77214;
  font-weight: normal;
  margin-bottom: 0 !important;
}
.hs-subscribe .hs_error_rollup {
  display: none;
}
.hs-subscribe form {
  min-height: 230px;
  background: url("/wp-content/themes/spotlight/images/tmh-monogram-white-sm.png")
    no-repeat bottom right;
}

/*POPUP*/
.socia .button {
  display: inline-block;
  padding: 4px;
  border: none;
  border-radius: 10px;
  transition: background 0.3s;
  color: #f77214;
  float: right;
  background-color: transparent;
  border: 1px solid #f77214;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 16px;
}
.popup {
  position: fixed;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  visibility: hidden;
  opacity: 0;
  /* "delay" the visibility transition */
  -webkit-transition: opacity 0.5s, visibility 0s linear 0.5s;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  z-index: 1;
  border: 1px solid #f77214;
}
.popup:target {
  visibility: visible;
  opacity: 1;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #000;
  transition: color 0.3s;
  font-size: 2em;
  line-height: 0.6em;
  font-weight: bold;
}
.popup .close:hover {
  color: #f77214;
}
.post-categories a:hover,
.post-categories a:focus {
  color: #f77214;
}
.close-popup {
  background: rgba(0, 0, 0, 0.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  -webkit-transition: opacity 0.5s, visibility 0s linear 0.5s;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
}
.popup:target + .close-popup {
  opacity: 1;
  visibility: visible;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.pk-share-buttons-wrap {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
}
/*END OF POPUP*/

/*START OF CHANGES BY LOU - MIX PRIOR TO MAGAZINE*/
.pk-share-buttons-layout-default
  .pk-share-buttons-item:nth-child(n + 3)
  .pk-share-buttons-label {
  display: block;
}
.layout-list-alternative .post-outer {
  background: #f1f1f1;
}
.hNndIu {
  background: #000f3f !important;
}
.page-id-39521 .content-area {
  padding-right: 0;
  padding-left: 0;
}
.category-asx-gainers .page-title {
  display: none;
}
.subscribe-gainers {
  padding: 40px 0px;
  margin: 40px 0;
}
.subscribe-gainers iframe {
  max-width: 300px;
}
.category-asx-gainers .sub-title {
  margin-bottom: 20px;
}
.titlez {
  min-height: 150px;
  padding: 30px 0;
}
.pk-share-buttons-wrap .pk-share-buttons-link:hover {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pk-share-buttons-wrap .pk-share-buttons-link {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  color: #f77214;
  border-radius: 50%;
  border: 1px solid #f77214;
}
.post-outer:hover .entry-title,
.post-outer:focus .entry-title {
  color: #000f3f;
  opacity: 0.7;
}
.cs-featured-posts article:last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 1;
  flex-grow: 0;
}
.navbar-primary .navbar-nav > li {
  margin-bottom: -5px;
  padding-bottom: 5px;
}
.navbar-nav > li.current-menu-ancestor > a,
.navbar-nav > li.current-menu-item > a {
  font-weight: normal;
}
.navbar-nav > li.menu-item-has-children > a::after {
  display: none;
}
@media all and (min-width: 600px) {
  .cs-featured-type-5 .post-outer {
    background: #f1f1f1;
  }
}
@media all and (max-width: 720px) {
  .socia {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
  }
  .pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(-n + 2) {
    flex-grow: 0;
  }
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .pk-share-buttons-wrap .pk-share-buttons-link {
    padding: 0 !important;
  }
}
/*END OF PRIOR TO MAGAZINE*/

/*STICKY HEADER*/
.pro-tabs .au-indices table tr {
  cursor: pointer;
}
.pro-tabs .au-indices table tr:hover {
  opacity: 0.8;
}
.weather {
  display: inline-block !important;
}
.navbar-nav .sub-menu,
.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories,
.navbar-primary .navbar-dropdown-container {
  background-color: #000f3f !important;
}
.header-default .navbar-brand {
  margin-right: auto;
  margin-left: auto;
}
.nav-date {
  display: inline-block;
  position: absolute;
  float: left;
  width: 25%;
}
.weather {
  width: 25%;
  display: inline-block;
}
.nb-logo-container {
  margin-top: 0;
}
.navbar-brand img {
  max-height: 70px;
}
.toggle-search {
  margin-left: 0;
}
.header-default .navbar-toggle-search {
  padding-left: 0;
}
.navbar-offcanvas .navbar-brand img {
  max-width: 220px;
}
#big-logo-orange {
  height: auto;
  width: 400px;
  display: none;
}
#mini-logo-blue {
  display: none;
  float: right;
  position: absolute;
  width: auto;
  text-align: right;
  margin-left: 97%;
  width: 32px;
  top: 0;
}
#mini-logo-orange {
  float: right;
  position: absolute;
  width: auto;
  text-align: right;
  margin-left: 97%;
  width: 32px;
  top: 0;
  display: none;
}
.tax-magazine-categories #big-logo-blue,
.single-magazines #big-logo-blue {
  display: none !important;
}
.tax-magazine-categories #mini-logo-blue,
.single-magazines #mini-logo-blue {
  display: none !important;
}
.tax-magazine-categories #big-logo-orange,
.single-magazines #big-logo-orange {
  display: block !important;
}
.tax-magazine-categories .navbar-primary.sticky-nav #mini-logo-orange,
.tax-magazine-categories .navbar-primary.sticky-nav #mini-logo-orange {
  display: block;
}
.navbar-primary.sticky-nav .header-default .navbar-toggle-search {
  display: none !important;
}
.nb-logo-container {
  margin-top: 0;
}
.header-default .navbar-primary .navbar-nav {
  margin: auto;
}
.home .market-back {
  display: none;
}
.market-back {
  position: absolute !important;
  float: left !important;
  margin-left: -130px !important;
  margin-top: -5px !important;
}
.market-back:hover {
  opacity: 0.7;
}
/*END OF STICKY HEADER*/

/* LEADERS SECTION */
.leaders-right {
  height: 250px;
  margin: 0;
  position: sticky;
  top: 60px;
}

/* MAGAZINE HOME TEMPLATE */
.magazine {
  display: none;
}
.home .magazine {
  display: block;
  border-top: 1px solid #ddd;
  margin-top: 55px;
  width: 100%;
}
.mag-logo {
  float: none;
  margin: auto;
  padding: 20px 0;
  display: block;
  max-width: 400px;
  padding-top: 47px;
}
.bigslide {
  width: 75%;
  display: inline-block;
  overflow: hidden;
  padding: 0 20px 0 0;
}
.adz {
  display: inline-block;
  float: right;
  background: #ddd;
  max-height: 600px;
  overflow: hidden;
  width: 300px;
}
#gridcontainer ul {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  display: block;
}
.home #gridcontainer ul {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  display: flex;
}
ul .maga-grid {
  list-style-type: none;
  margin: 0;
  padding: 0 20px !important;
}
.grid-item {
  box-sizing: border-box;
  display: flex;
}
.grid-con {
  overflow: hidden;
  position: relative;
}
.home .grid-con {
  overflow: hidden;
  position: relative;
  max-height: 300px;
  height: 300px;
  width: 100%;
}
#slideshow .grid-con {
  height: auto;
}
.home .bigslide .grid-con {
  max-height: 600px;
}
.grid-item img {
  max-height: 600px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  background: #ddd;
  object-position: center;
  vertical-align: middle;
}
.grid-item img:hover {
  overflow: hidden;
}
.grid-item h3 {
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  color: #000f3f;
  font-family: inherit;
}
.grid-item .descript {
  padding: 0 10px;
}
.grid-item .descript a {
  font-size: 24px;
  color: #333;
  font-weight: 300;
  font-family: Lora;
  letter-spacing: 0;
  line-height: 1.2;
}
.grid-item h2 a {
  color: #f77214;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  font-family: Merriweather;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.grid-item h3 a {
  color: #000;
  font-family: Merriweather;
  font-size: 16px;
}
.grid-item-mag {
  display: block;
  width: 25%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  max-height: 450px;
}
.grid-item-mag h3 {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  color: #000f3f;
  font-family: inherit;
  padding-top: 10px;
}
.grid-item-mag h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  font-family: inherit;
}
.grid-item-mag h2 a {
  color: #000f3f;
  font-family: inherit;
}
.grid-item-mag h3 a {
  color: #000f3f;
  font-family: inherit;
}
.section-footer-posts .cs-footer-posts-wrap {
  border-top: 0px solid #dcdcdc;
}
.home .grids {
  display: block;
}
.big-slider {
  display: flex;
  max-height: 600px;
  overflow: hidden;
  margin: 15px 0 10px;
  padding: 0 10px;
}
.grid-head-title {
  position: relative;
  width: 100%;
  height: auto;
  margin: -180px 0 0;
  text-align: center;
  padding: 0 40px;
  float: none;
  z-index: 1;
}
.grid-head-title h3 a {
  color: #fff;
  line-height: 1.2;
  font-size: 40px;
  font-family: Lora;
}
.big-slider .grid-con h2 {
  position: absolute;
  background: rgba(247, 114, 20, 0.8);
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.big-slider .grid-con h2 a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.grids .grid-wrap {
  padding: 10px;
}
.home .grids .grid-wrap {
  width: 33.33%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.home .grid-item {
  display: block;
  width: 100%;
}
#slideshow {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 600px;
  padding: 0;
  box-shadow: none;
}
#slideshow > div {
  position: absolute;
  width: 100%;
  height: 600px;
}
.beslide {
  background: #ddd;
}
#slideshow .grid-con {
  height: 600px;
  object-fit: cover;
  width: 100%;
  text-align: center;
}
#slideshow .grid-con img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#slideshow .grid-wrap {
  background: #ddd;
  text-align: center;
}
.overlayz {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: -600px 0 0;
  z-index: 0;
  height: 600px;
  width: 100%;
}
.home-mag-filter {
  margin: 0 0 20px;
}
.home-mag-filter ul {
  position: relative;
  float: none;
  margin: auto;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
}
.home-mag-filter li {
  list-style-type: none;
  display: flex;
  padding: 10px 0;
}
.home-mag-filter li:after {
  content: "";
  float: right;
  color: #000f3f;
  padding: 0 10px;
}
.home-mag-filter li:last-child:after {
  content: "";
  padding: 0;
}
.home-mag-filter li a {
  color: #000f3f;
  font-size: 14px;
  text-transform: uppercase !important;
  font-family: Lora, Georgia, serif !important;
}
/* HOMEPAGE MAGAZINE ADDITIONAL MAG CATEGORIES */
#extra-mag {
  display: inline-block !important;
  width: 100%;
  float: left;
  margin-top: 20px !important;
}
#extra-mag-small {
  display: inline-block !important;
  width: 50%;
  margin-top: 20px !important;
}
#extra-mag .grid-wrap {
  width: 50% !important;
  float: left;
}
#extra-mag h2 {
  font-size: 14px;
  text-align: left;
  position: absolute;
  padding: 10px;
  background: rgba(247, 114, 20, 0.8);
  z-index: 9999;
  letter-spacing: 0.5px;
}
#extra-mag h2 a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 1.3;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 16px;
}
#extra-mag .overlayz {
  margin: -500px 0 0;
  background: rgba(0, 0, 0, 0.5);
}
#extra-mag .descript {
  font-size: 48px;
  text-align: center;
  padding: 0;
  position: relative;
  max-width: 100%;
  line-height: 1.2;
  height: 100%;
  display: block;
}
#extra-mag .descript a {
  color: #fff;
  position: relative;
  padding: 40% 40px 0;
  font-family: Lora;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  height: 100%;
  display: block;
}
#extra-mag .grid-wrap .grid-con {
  height: auto;
  max-height: 120px;
  float: left;
  width: 33.33%;
  padding-right: 0px;
}
#extra-mag .grid-wrap:first-child {
  width: 50%;
}
#extra-mag .grid-wrap:first-child .grid-con {
  height: 500px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
#extra-mag .grid-wrap:first-child .grid-con img {
  height: 500px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
#extra-mag .grid-wrap:nth-child(2) {
  width: 50%;
}
#extra-mag .grid-wrap:nth-child(2) .grid-con {
  height: 500px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
#extra-mag .grid-wrap:nth-child(2) .grid-con img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
#extra-mag-small h2 {
  font-size: 16px;
  text-align: left;
  padding-top: 10px;
}
#extra-mag-small h2 a {
  color: #f77214;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: Merriweather;
}
#extra-mag-small .descript {
  font-size: 24px;
  text-align: left;
  font-family: Lora;
  padding-right: 40px;
  line-height: 1.2;
}
#extra-mag-small .descript a {
  color: #333;
}
#extra-mag-small .grid-wrap .grid-con {
  height: 128px;
  max-height: 128px;
  float: left;
  width: 33.33%;
  margin-right: 10px;
}
#extra-mag-small .grid-wrap .grid-con img {
  height: 128px;
  object-fit: cover;
  width: 100%;
}
#extra-mag-small .grid-wrap {
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
#extra-mag-small h3 {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Lora;
  font-size: 20px;
  font-weight: 700;
}

/*NEW MAG MENU */
.home-mag-filter .sub-menu {
  width: auto !important;
  padding: 0;
  min-width: 150px !important;
  max-width: 150px;
  border: none !important;
}
.home-mag-filter .sub-menu li a {
  color: #fff;
  text-transform: uppercase;
  min-width: auto !important;
  display: inline-block !important;
}
.home-mag-filter .sub-menu li {
  display: inline-block;
  background: #000f3f;
  left: -50%;
}
.home-mag-filter .sub-menu li::after {
  content: "";
}
#extra-mag h2 a,
.big-slider .grid-con h2 {
  font-size: 16px;
}
.home-mag-filter .sub-menu li {
  min-width: 200px;
}
.entry-content {
  overflow: hidden;
}
/*remove likes on footer social */
footer .pk-social-links-template-nav .pk-social-links-count {
  display: none !important;
}
#magazine .navbar-nav > li > a {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.single-magazines .metaz {
  font-size: 14px;
}
/*Footer toogle menu*/
footer .navbar-nav > li.menu-item-has-children > .sub-menu {
  width: 100vh !important;
}
footer .navbar-nav .sub-menu {
  position: absolute;
}
footer .navbar-nav .sub-menu > li {
  display: flex;
  position: relative;
  width: auto;
}
footer .navbar-nav .sub-menu > li > a {
  position: relative;
  min-width: auto;
}
footer.navbar-nav .sub-menu,
.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories,
.navbar-primary .navbar-dropdown-container {
  background-color: #fff !important;
}
footer .navbar-nav > li.menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: row-reverse;
}
footer .navbar-nav > li.menu-item-has-children:hover > .sub-menu {
  display: flex;
  flex-direction: row-reverse;
  display: none;
}
footer .navbar-nav > li.menu-item-has-children > .sub-menu {
  display: none;
}
footer .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
}
footer .navbar-footer:first-child {
  margin-top: -30px;
}
.bottom {
  width: 100%;
}
.side-right p {
  padding: 5px;
  text-transform: uppercase;
  color: #000f3f;
  font-size: 16px;
  text-align: center;
}
.post-type-archive-magazines .magazine {
  display: block !important;
}
/*EXTRA CUSTOM CSS for INDIVIDUAL POST MAGAZINE - BY REQUEST */
.single-magazines p {
  margin-bottom: 15px;
}
.heading-for-post {
  font-size: 20px;
  margin: 35px 0 10px;
}
.linkz {
  color: #000f3f !important;
  margin: 35px 0;
  display: block;
}
.let {
  margin: 20px 0;
}
.button-new a {
  padding: 12px 20px;
  width: 140px;
  border: 1px solid #ddd;
  text-align: center;
  color: #fff !important;
  background: red;
  display: block;
  float: none;
  margin: 0px auto 25px;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.5;
}
.button-new a:hover {
  background: #fff;
  color: red !important;
  border: 1px solid red;
}
/* START MAGAZINE POST ON SINGLE POST */
#carousel-container {
  display: block;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  max-width: 1200px;
  padding: 40px 0px;
  margin: 40px auto;
  float: none;
  position: relative;
  overflow: visible;
  height: auto;
}
#carousel-container .post_mag_inner {
  width: 100%;
  position: relative;
  display: block;
  position: relative;
  float: none;
}
#carousel-inner .related-post-thumb {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
#carousel-inner .related-post-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#carousel-inner .entry-title {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 0;
}
#carousel-inner h3 {
  font-size: 14px;
  color: #fff;
  position: absolute;
  margin-top: -200px;
  padding: 10px;
  background: #f77214;
  text-transform: uppercase;
  letter-spcacing: 0.5px;
}
#carousel-container .title-block {
  text-align: center;
}
#carousel-inner {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
#carousel-ul {
  position: relative;
  left: 0;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#carousel-ul li {
  float: left;
  max-width: 290px;
  width: 290px;
  padding: 0;
  height: auto;
  margin: 0 5px;
  position: relative;
  text-align: center;
}
/* START VIMEO HOMEPAGE */
.section-homepage-posts {
  margin-top: 30px;
}
#home-video-title h2, #politics-economy-title h2 {
  font-size: 1.4rem;
  font-weight: normal;
  color: #0e0345;
  letter-spacing: -0.02em;
  line-height: 1;
  display: inline-block;
  color: #0e0345;
}
@media (min-width: 360px) {
  #home-video-title h2, #politics-economy-title h2 {
    font-size: 1.5rem;
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 64, 0.7), 0 0 0 0 rgba(255, 0, 64, 0.7);
  }

  40% {
    box-shadow: 0 0 0 7px rgba(255, 0, 64, 0), 0 0 0 0 rgba(255, 0, 64, 0.7);
  }

  80% {
    box-shadow: 0 0 0 2px rgba(255, 0, 64, 0), 0 0 0 10px rgba(255, 0, 64, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 2px rgba(255, 0, 64, 0);
  }
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bg-pulse {
  0% {
    border-left: 4px solid #ff0000;
    border-right: 4px solid #ff0000;
    border-bottom: 4px solid #ff0000;
    border-top: 4px solid #ff0000;
  }
  100% {
    border-left: 4px solid #f37022;
    border-right: 4px solid #f37022;
    border-bottom: 4px solid #f37022;
    border-top: 4px solid #f37022;
  }
}
i.red-dot {
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px 3px 0;
  border-left: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
  border-bottom: 5px solid #ff0000;
  border-top: 5px solid #ff0000;
  background-color: #8e24aa;
  animation: shadow-pulse 5s infinite;
  -webkit-animation: shadow-pulse 5s infinite;
}
@media (min-width: 420px) {
  i.red-dot {
    margin: 0 10px 3px 0;
  }
}
i.red-dot-next {
  display: inline-block;
  margin-right: 5px;
  border-left: 4px solid #ff0000;
  border-right: 4px solid #ff0000;
  border-bottom: 4px solid #ff0000;
  border-top: 4px solid #ff0000;
  border-radius: 50%;
  -webkit-animation-name: bg-pulse; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation: bg-pulse 2s infinite;
}
#home-video-title {
  margin-bottom: -20px;
  position: relative;
}
#home-video-title .tmh-trade-with-ig {
  position: absolute;
  right: 0;
  top: 1px;
}
.video-live-btn {
  display: none;
}
#home-video-title .watch:after {
  font-family: "cs-icons";
  content: "\e90e";
  margin: 0 0 0 15px;
  color: #0e0345;
  font-size: 12px;
}
#home-video-title .tmh-trade-with-btn {
  display: inline-block;
  float: right;
  width: 88px;
  height: 25px;
  padding: 3px 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #d71a23;
  color: #ffffff;
  font-family: Arial;
  font-size: 0.8rem;
}
#home-video-title .ig-click-tracker {
  width: 1px !important;
  height: 1px !important;
  border: none;
}
@media (max-width: 420px) {
  #home-video-title h2 {
    font-size: 1.1rem;
    transform: translateX(-2px);
  }
  #home-video-title i.red-dot {
    transform: translateY(2px);
  }
  #home-video-title .tmh-trade-with-ig {
    transform: scale(0.9);
    top: 0;
    transform-origin: right;
  }
}
@media (max-width: 360px) {
  #home-video-title h2 {
    font-size: 0.9rem;
  }
  #home-video-title i.red-dot {
    transform: translateY(3px);
  }
}
.video-ctrl-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: none;
}

.video-interval {
  display: none;
  width: 100px;
  height: 14px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
}
.video-interval.prev {
  margin-right: 8px;
  text-align: right;
}
.video-interval.next {
  margin-left: 8px;
  text-align: left;
  opacity: 0.2;
}
.video-prev img {
  height: 16px;
  transform: rotate(180deg);
}
.video-play {
  width: 60px;
  margin: 0 15px;
  text-align: center;
  opacity: 1 !important;
}
.video-play img {
  height: 14px;
}
.video-btn.video-next {
  opacity: 0.2;
}
.video-next img {
  height: 14px;
}

.video-btn {
  padding: 3px 8px;
  border: 2px solid #000f3f;
  border-radius: 29px;
  font-weight: 600;
  /* font-size: 12px; */
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #000f3f;
  font-family: "Montserrat", sans-serif;
}

.wrap-one {
  padding: 5px 10px;
  opacity: 0.7;
}
.wrap-two {
  padding: 5px 10px;
  opacity: 0.7;
}
.wrap-three {
  padding: 5px 15px;
}

.wrap-four {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
.pfirst,
.psecond,
.pthird {
  display: inline;
  width: 33.33%;
}
.pthird {
  text-align: right;
}
.psecond {
  text-align: center;
}
#event-timer-wrapper {
  margin-bottom: -35px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  z-index: 9999;
  padding-top: 15px;
  width: auto;
  margin-left: auto;
  margin-right: 10px;
}
.home-section-mobile {
  display: none;
  margin: 1rem 0;
}
.red-asx {
  color: #0e0345;
  margin-right: 5px;
  font-weight: 600;
}
.live {
  background: #f37022;
  color: #fff;
  padding: 0 5px;
  font-weight: 600;
}
#tmh-events-wrapper,
#tmh-pe-events-wrapper,
#tmh-events-wrapper-asx-live {
  position: relative;
  width: 100%;
}
#asx-live-player {
  height: 0 !important;
  padding-top: 56.25%;
}
#tmh-events-wrapper iframe, #tmh-pe-events-wrapper iframe,
#tmh-events-wrapper-asx-live iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tmh-video-overlay {
  position: absolute;
  z-index: 200;
  /* background: #000f3f; */
  width: 100%;
  height: 100%;
  /* opacity: 0.33; */
}
.tmh-video-play-wrap {
  margin: auto;
  position: absolute;
  z-index: 201;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 150px;
  width: 220px;
}
.tmh-video-play-btn {
  margin: auto;
  position: absolute;
  z-index: 202;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #ff0000;
  border-radius: 50%;
  cursor: pointer;
}
.tmh-video-play-btn svg {
  margin: auto;
  position: absolute;
  z-index: 203;
  top: 0;
  left: 17.5px;
  bottom: 0;
}
.tmh-video-play-wrap .tmh-video-play-text {
  position: absolute;
  width: 100%;
  top: 110px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
}
.tmh-video-play-text span {
  font-size: px;
  font-weight: normal;
}
.tmh-live-now-btn {
  display: none;
  position: absolute;
  z-index: 201;
  width: 82px;
  height: 30px;
  left: 0;
  top: 32px;
  background: #f37022;
}
.tmh-live-now-btn span {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin: 0 auto;
}
.tmh-burger-share-top-wrap {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 95%;
  top: 17px;
  transform: rotate(-90deg);
  z-index: 203;
}
.tmh-burger-share-top-group {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.tmh-burger-share-top-group svg {
  position: absolute;
  background: #ffffff;
  transform: rotate(-90deg);
  border-radius: 50%;
}
.tmh-burger-share-top-group svg:first-child {
  left: 50%;
  top: 0;
}
.tmh-burger-share-top-group svg:nth-child(2) {
  left: 50%;
  top: 33%;
}
.tmh-burger-share-top-group svg:last-child {
  left: 50%;
  top: 66%;
}

.tmh-menu-share-top-wrap {
  display: none;
  position: absolute;
  width: 154px;
  height: 108px;
  left: 82%;
  top: 55px;
  z-index: 204;
}
.tmh-menu-share-top-group {
  position: absolute;
  width: 154px;
  height: 108px;
  background: #ffffff;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.05);
}
.tmh-menu-share-top-wrap .tmh-menu-share-line {
  position: absolute;
  width: 138px;
  height: 0px;
  left: 8px;
  border-bottom: 1px solid #dcdcdc;
}
.tmh-menu-share-top-wrap .tmh-menu-share {
  position: relative;
  height: 35px;
}
.tmh-menu-share-top-wrap .tmh-menu-share-text {
  position: absolute;
  width: 103px;
  left: 34px;
  font-family: Merriweather;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 34px;
  color: #333333;
}
.tmh-menu-share-top-wrap svg {
  position: absolute;
  top: 10px;
  left: 14px;
}
.post-segment-desc {
  margin-top: 5px;
  margin-bottom: -5px;
}
.post-segment-desc .post-segment-text {
  width: 275px;
  height: 22px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  color: #0e0345;
}
.post-segment-desc .post-segment-views {
  display: none;
  float: right;
  width: 57px;
  height: 15px;
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #000000;
}
.post-segment-videos {
  display: none;
  position: relative;
}
.post-segment-videos .post-segment-video-group {
  position: relative;
  z-index: 200;
  float: left;
  width: calc(33.3% - 6.6px);
  margin-right: 10px;
  left: 0;
  top: 0;
}
.post-segment-videos .post-segment-video-group:last-child {
  margin-right: 0 !important;
}

.post-segment-videos .post-segment-video, .post-segment-videos .pe-post-segment-video {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 116.63px; */
  margin-top: 10px;
  padding-top: 65%;
  /*background: url('https://cdn.pixabay.com/photo/2015/02/24/15/41/dog-647528_960_720.jpg');*/
  background-size: cover;
  cursor: pointer;
}

.post-segment-videos .post-segment-video-code {
  display: none;
  margin-top: 5px;
  width: 156px;
  height: 22px;
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: #0e0345;
}
.post-segment-videos .post-segment-video-text {
  display: none;
  width: 100%;
  height: 28px;
  font-family: Merriweather;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  color: #333333;
}
@media (min-width: 480px) {
  .post-segment-videos .post-segment-video-code {
    display: block;
  }
  .post-segment-videos .post-segment-video-text {
    display: block;
  }
}
.post-segment-videos .post-tmh-video-play-wrap {
  position: absolute;
  z-index: 201;
  width: 35px;
  height: 35px;
  /* margin: auto; */
  top: 50%;
  left: 5px;
  bottom: 0;
  right: 0;
  margin-top: -17.5px;
}
@media (min-width: 480px) {
  .post-tmh-video-play-wrap {
    /* margin: auto; */
    top: auto !important;
    bottom: 10px !important;
    right: auto !important;
    left: 10px !important;
  }
}
.post-segment-videos .post-tmh-video-play-btn {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .post-tmh-video-play-btn {
    background: #ff0000;
  }
}
.post-segment-videos .post-tmh-video-play-btn svg {
  margin: auto;
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  width: 17px !important;
  height: 19px !important;
}
@media (min-width: 480px) {
  .post-segment-videos .post-tmh-video-play-btn svg {
    width: 13px !important;
    height: 15px !important;
  }
}
.post-segment-video-code-mob {
  position: absolute;
  left: 8px;
  margin-top: -8px;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 11px;
}
@media (min-width: 400px) {
  .post-segment-video-code-mob {
    font-size: 12px;
    margin-top: -5px;
  }
}
@media (min-width: 480px) {
  .post-segment-video-code-mob {
    display: none;
  }
}
.post-segment-videos .post-tmh-burger-share-wrap {
  display: none;
  position: absolute;
  right: 0;
  bottom: 20px;
  transform: rotate(-90deg);
}
.post-segment-videos .post-tmh-burger-share-wrap svg:first-child {
  left: 50%;
  top: 0;
}
.post-segment-videos .post-tmh-burger-share-wrap svg:nth-child(2) {
  left: 50%;
  top: 33%;
}
.post-segment-videos .post-tmh-burger-share-wrap svg:last-child {
  left: 50%;
  top: 66%;
}
.post-watch-more-lives-wrap {
  position: relative;
  height: 37px;
  text-align: center;
  padding-top: 3px;
}
.post-watch-more-lives-wrap .post-tmh-video-play-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #ff0000;
  border-radius: 50%;
  left: 197px;
  top: 5px;
}
.post-watch-more-lives-wrap .post-watch-more-lives-text {
  width: 105px;
  height: 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.post-watch-more-lives-wrap svg {
  margin: auto;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
}

.home-section.mob {
  margin-top: 0;
}
@media (min-width: 1020px) {
  .navbar-container .navbar-content {
    height: auto;
  }
}
@media all and (max-width: 1259px) {
  #extra-mag .descript {
    max-width: 100%;
  }
  #extra-mag-small .descript {
    padding-right: 10px;
  }
  .nav-date {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .post-middle-mag {
    padding: 0 10px;
  }
}
@media all and (max-width: 1199px) {
  .side-left {
    display: none;
  }
  .market-back {
    margin-left: -50px !important;
  }
  #carousel-ul li {
    max-width: 25%;
    width: 23%;
    margin: 0 1%;
  }
  .wrap-one,
  .wrap-two,
  .wrap-three,
  .wrap-four {
    font-size: 10px;
    padding: 5px;
  }
  #event-timer-wrapper {
    font-size: 10px;
    display: block !important;
  }
  #event-timer-wrapper iframe {
    width: 100% !important;
  }
}
@media all and (max-width: 1020px) {
  .mag-logo {
    padding: 0;
  }

  #mini-logo-blue {
    margin-bottom: 0;
    padding: 3px;
    margin-left: 96%;
  }

  #mini-logo-orange {
    margin-bottom: 0;
    padding: 3px;
    margin-left: 96%;
  }

  .home .adz {
    display: none;
  }

  .bigslide {
    width: 100%;
    display: block;
    padding: 0;
  }

  .home .grid-con {
    max-height: 200px;
    height: 200px;
  }

  .home .magazine {
    margin-top: 40px;
  }

  .mag-logo {
    padding: 20px 0;
  }

  .big-slider {
    max-height: 400px;
  }

  .leaders-right {
    display: none;
  }
  .home-mag-filter li::after {
    padding: 0 10px;
  }
  #slideshow .grid-con img {
    max-height: 420px;
  }
  #extra-mag .grid-wrap:first-child .grid-con {
    height: 400px;
    max-height: 400px;
  }
  #extra-mag .overlayz {
    margin: -400px 0 0;
  }
  #extra-mag .grid-wrap:first-child .grid-con img {
    height: 400px;
  }
  #extra-mag .grid-wrap:nth-child(2) .grid-con {
    height: 400px;
    max-height: 400px;
  }
  #extra-mag .grid-wrap:nth-child(2) .grid-con img {
    height: 400px;
  }
}
@media all and (max-width: 1019px) {
  .leaders-right {
    display: none;
  }
  .side-right {
    display: none;
  }
  .single-section {
    padding: 0;
    width: 100%;
  }
  .excerpt h2 {
    max-width: 80%;
  }
  .bottom {
    width: 100%;
  }
  #extra-mag {
    display: block !important;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  #extra-mag h2 {
    text-align: center;
    width: auto;
  }
  #extra-mag .grid-wrap {
    width: 100% !important;
  }
  #extra-mag .descript {
    max-width: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #extra-mag .descript a {
    padding: 30% 40px 0;
  }
  #extra-mag-small {
    display: block !important;
    width: 100%;
  }
  #extra-mag-small .grid-wrap {
    width: 100%;
  }
  #extra-mag .grid-wrap .grid-con {
    padding-right: 0;
  }
  #extra-mag-small h3 {
    padding: 0 10px;
  }
  #extra-mag-small .grid-wrap {
    padding: 10px;
  }
  #extra-mag-small .grid-wrap .grid-con {
    height: 200px;
    max-height: 200px;
    width: 40%;
  }
  #extra-mag-small .grid-wrap .grid-con img {
    height: 200px;
  }
  .home-mag-filter li {
    padding: 5px 0;
  }
  .grid-head-title {
    margin: -380px 0 0;
  }
  #carousel-container {
    margin: 40px auto;
    display: block;
  }
  #carousel-ul li {
    max-width: 48%;
    width: 48%;
    margin: 0 1%;
  }
  #carousel-inner .entry-title {
    min-height: 80px;
  }
  .section-footer-posts {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .home-section-mobile {
    display: block;
    margin: 1rem 0 0;
    font-size: 1.5rem;
  }
  #h-title {
    display: none;
  }
  .home-section.mob {
    margin-top: 20px;
  }
  .home-price-sensitive .live-str {
    top: 20px;
  }
}
/* @media all and (max-width: 727px) {
  .section-footer-posts .bottom-leaderboard {
    display: none;
  }
} */
@media all and (max-width: 720px) {
  .home .grid-item,
  .home #gridcontainer ul {
    display: block;
  }
  .home .grids .grid-wrap {
    padding: 10px;
    width: 100%;
  }
  .big-slider {
    display: none;
  }
  .home .grid-con {
    max-height: 400px;
    height: 400px;
  }
  .home .grids .grid-wrap {
    margin: 20px 0;
  }
  #extra-mag .grid-wrap {
    width: 100% !important;
  }
  #extra-mag-small .grid-wrap {
    width: 100%;
    margin: 0 0 20px;
  }
  #extra-mag-small .grid-wrap .grid-con {
    width: 100%;
    height: 400px;
    max-height: 400px;
    margin-bottom: 15px;
  }
  #extra-mag-small .grid-wrap .grid-con img {
    height: 400px;
  }
  #extra-mag {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
  #extra-mag-small {
    margin-top: 0px !important;
  }
  #extra-mag .descript {
    max-width: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #extra-mag .grid-wrap:first-child .grid-con {
    height: 540px;
    max-height: 540px;
    margin-bottom: 10px;
  }
  #extra-mag .grid-wrap:first-child .grid-con img {
    height: 400px;
  }
  #extra-mag .grid-wrap:nth-child(2) .grid-con img {
    height: 400px;
  }
  #extra-mag .grid-wrap:nth-child(2) .grid-con {
    height: auto;
    max-height: auto;
  }
  #extra-mag .overlayz {
    position: relative;
    margin: 0;
    background: transparent;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  #extra-mag .descript a {
    color: #333;
    padding: 0;
    text-align: center;
    line-height: 1.2;
    position: relative;
    font-size: 24px;
  }
  #extra-mag .grid-wrap:nth-child(2) .grid-con {
    height: auto;
    max-height: 480px;
    margin-bottom: 10px;
  }
  #extra-mag h2 {
    font-size: 16px;
    text-align: center;
    position: static;
    background: transparent;
    padding: 15px 0 0;
  }
  #extra-mag h2 a {
    color: #f77214;
    padding-top: 10px;
  }
  .home .grids .grid-wrap {
    margin: 0 0 10px;
  }
  #extra-mag {
    margin-bottom: 0px !important;
  }
  #extra-mag-small .descript {
    text-align: center;
  }
  #extra-mag-small h2 {
    text-align: center;
  }
}
/*footer menu responsive */
@media all and (max-width: 719px) {
  .site-info .navbar-footer {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .navbar-nav li {
    display: inline-block;
  }
  .navbar-nav {
    display: block;
  }
}
@media all and (max-width: 600px) {
  #mini-logo-blue {
    margin-left: 94%;
  }

  #mini-logo-orange {
    margin-left: 94%;
  }
  .excerpt h2 {
    max-width: 90%;
  }
  .navbar-wrap {
    margin-bottom: 0;
  }
  #carousel-inner .entry-title {
    min-height: 110px;
  }
}
@media all and (max-width: 599px) {
  .video-live-btn {
    display: inline-block;
    margin: 8px 10px -30px;
    z-index: 2;
    color: #fff;
    padding: 0 0 4px;
    border: 1px solid #fff;
    width: 50px;
    border-radius: 20px;
    line-height: 1;
    text-align: center;
  }
  .video-live-btn i.red-dot {
    border-left: 3px solid #f00;
    border-right: 3px solid #f00;
    border-bottom: 3px solid #f00;
    border-top: 3px solid #f00;
    margin: 0 3px 0px 0;
  }
  .video-live-btn .span-1 {
    font-size: 9px;
    line-height: 1;
  }
  .home .section-homepage-posts {
    margin-top: 10px;
  }
}
@media all and (max-width: 480px) {
  .sub-cat-filter li a {
    font-size: 12px;
  }
  .sub-cat-filter li {
    padding: 0 5px;
  }
  .home-mag-filter li::after {
    padding: 0 5px;
  }
  .home .grid-con {
    max-height: 250px;
    height: 250px;
  }
  .home .grids .grid-wrap {
    margin: 10px 0;
  }
  #extra-mag-small .grid-wrap .grid-con img {
    height: 250px;
  }
  #extra-mag-small .grid-wrap .grid-con {
    height: 250px;
    max-height: 250px;
  }
  #extra-mag .grid-wrap:first-child .grid-con,
  #extra-mag .grid-wrap:nth-child(2) .grid-con {
    max-height: 380px;
    height: 380px;
  }
  #extra-mag .grid-wrap:first-child .grid-con img {
    height: 250px;
  }
  #extra-mag .grid-wrap:nth-child(2) .grid-con img {
    height: 250px;
  }
  #carousel-ul li {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  #carousel-inner .related-post-thumb {
    height: 250px;
  }
  #carousel-inner .entry-title {
    min-height: 80px;
  }
  #carousel-inner h3 {
    margin-top: -250px;
  }
}
@media all and (max-width: 420px) {
  #event-timer-wrapper {
    margin-left: auto;
    margin-right: auto;
    background: #0e0345;
    width: 100%;
    margin-bottom: 0;
  }
  .pthird {
    display: none;
  }
  .pfirst,
  .psecond {
    display: inline;
  }
  /*.video-ctrl-wrap {*/
  /*    display: block;*/
  /*    text-align: center;*/
  /*}*/
  .psecond {
    margin: 0;
  }
}
@media all and (max-width: 380px) {
  .leaders-right {
    left: 0px;
  }
  .wrap-one,
  .wrap-two,
  .wrap-three,
  .wrap-four {
    font-size: 8px;
  }
  /*.video-ctrl-wrap {*/
  /*    padding: 12px 5px;*/
  /*}*/
}
.widget_search {
  margin-bottom: 20px;
}
.video-btn {
  cursor: pointer;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

button#clear-search {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 32px;
  margin-top: 18px;
  background: transparent;
  border-radius: 16px;
  text-align: center;
  padding: 2px 8px;
  padding: 2px;
  font-size: 12px;
  /* text-transform: uppercase; */
  color: black;
  font-weight: 400;
  transition: 0.2s all ease-in;
  cursor: pointer;
  opacity: 1;
  z-index: 205;
}
button#clear-search.disabled {
  opacity: 0;
  pointer-events: none;
}
button#clear-search:hover {
  opacity: .33;
}
.searchwp-live-search-results {
  top: 105px!important;
}


/*--------------------------------------------------------------
## The Market Herald Opinion 
--------------------------------------------------------------*/

#herald-opinion.is-archive {
  margin-bottom: 2rem;
}
#herald-opinion article {
  position: relative;
}
#herald-opinion .text-content {
  z-index: 3;
  pointer-events: none;
	position: relative;
}
#herald-opinion .post-meta a {
  pointer-events: all;
}
#herald-opinion article .image {
  overflow: hidden;
  position: relative;
}
#herald-opinion article .image .featured-person-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #000f3f;
  padding: 2px;
  font-size: 9px;
  color: white;
}
#herald-opinion article .image .inner-image {
  background-color: #eee;
}
#herald-opinion .left-skyscraper,
#herald-opinion .mrec {
  margin: 0 auto;
}
#herald-opinion .ad {
  text-align: center;
}
#herald-opinion article .image .inner-image img {
	width: 100%;
	object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

/* Slider styling */
#herald-opinion .third-row.condensed{
  visibility: hidden;
}
#herald-opinion .third-row.condensed.slick-slider.slick-initialized {
  visibility: visible;
}
#herald-opinion .slick-slide a {
  outline: 0;
}
#herald-opinion .slick-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  text-align: center;
  opacity: 1;
  transition: 0.3s opacity ease-in, 0.3s filter ease-in;
  /* background-color: #000f3f; */
  background-color: white;
  /* border-radius: 50%; */
  border: 1px solid #000f3f;
  filter: grayscale(0);
}
#herald-opinion .slick-arrow:hover {
  background-color: #000f3f;
}
#herald-opinion .slick-arrow.slick-next:hover .arrow {
  border-left: 6px solid white;
}
#herald-opinion .slick-arrow.slick-prev:hover .arrow {
  border-right: 6px solid white;
}
#herald-opinion .slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
  filter: grayscale(1);
}
#herald-opinion .slick-arrow.slick-prev {
  padding: 6px 13px 6px 4px;
}
#herald-opinion .slick-arrow.slick-next {
  padding: 6px 4px 6px 13px;
}
#herald-opinion .slick-arrow .arrow {
  height: 6px;
  width: 6px;
  border: 6px solid transparent;
}
#herald-opinion .slick-arrow.slick-next .arrow {
  border-left: 6px solid #000f3f;
}
#herald-opinion .slick-arrow.slick-prev .arrow {
  border-right: 6px solid #000f3f;
}
@media (min-width: 1320px) {
  #herald-opinion .slick-arrow.slick-next {
    left: 100%;
  }
  #herald-opinion .slick-arrow.slick-prev {
    right: 100%;
  }
  #herald-opinion .slick-arrow {
    top: 50%;
  }
}
@media (max-width: 1319px) {
  #herald-opinion .slick-arrow.slick-next {
    right: 20px;
  }
  #herald-opinion .slick-arrow.slick-prev {
    right: 51px;
  }
  #herald-opinion .slick-arrow {
    top: -44px;
  }
}
@media (min-width: 1020px) {
  #herald-opinion .slick-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  #herald-opinion .slick-slide {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1019px) {
  #herald-opinion .slick-arrow.slick-next {
    right: 0px;
  }
  #herald-opinion .slick-arrow.slick-prev {
    right: 31px;
  }
}
@media (max-width: 600px) {
  /* #herald-opinion .slick-arrow {
    display: none!important;
  } */
  /* #herald-opinion .slick-list {
    padding: 0 0 0 0;
    overflow: visible;
  } */
  /* #herald-opinion .slick-slide {
    margin-right: 20px;
  } */
  #herald-opinion h5.home-section {
    padding-right: 70px;
  }
}
/* #herald-opinion .tmh-video-play-wrap {
  position: absolute;
  z-index: 201;
  top: -45px;
  left: 10px;
  bottom: auto;
  right: auto;
  width: 35px;
  height: 35px;
  margin: 0;
  pointer-events: none;
  display: none;
}
#herald-opinion .tmh-video-play-btn {
  height: 100%;
  width: 100%;
}
#herald-opinion .tmh-video-play-btn img {
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
} */
@media (min-width: 1020px) {
  #herald-opinion {
    width: 100%;
  }
  #herald-opinion.is-archive {
    margin-bottom: 3rem;
  }
  #herald-opinion .row {
    display: flex;
  }
  #herald-opinion .first-row {
    padding-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
  #herald-opinion .second-row {
    padding-top: 40px;
    justify-content: space-between;
  }
  #herald-opinion .third-row {
    margin-top: 38px;
    padding-top: 46px;
    border-top: 1px solid #ddd;
    justify-content: space-between;
  }
  #herald-opinion .third-row.condensed {
    margin-top: 0;
    border-top: 0;
    padding-top: 16px;
  }
  #herald-opinion .first-row .left {
    width: calc(100% - 300px);
    /* margin-right: 40px; */
    min-height: 553px;
    padding-right: 40px;
  }
  #herald-opinion .first-row .right{
    width: 300px;
  }
  #herald-opinion .first-row .right .top .ad {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }
  #herald-opinion .second-row .left {
    /* width: calc( ((100% - (3 * 40px))/ 4) + 40px ); */
    width: 300px;
    /* padding-right: 40px; */
  }
  #herald-opinion .second-row .right {
    /* width: calc( (3 * ((100% - (3 * 40px))/ 4)) + (2 * 40px) ); */
    width: calc(100% - 340px);
  }
  #herald-opinion .second-row .right .top-row {
    padding-bottom: 36px;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #herald-opinion .second-row .right .top-row:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0.66px;
    background: #ddd;
  }
  #herald-opinion .second-row .right .bottom-row {
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
  }
  #herald-opinion .second-row .ad {
    width: 100%;
    height: 600px;
    /* padding-right: 40px; */
  }
  #herald-opinion .second-row .right .top-row > article {
    width: calc( (100% - (2 * 40px)) / 3);
  }
  #herald-opinion .second-row .right .bottom-row > article {
    width: calc( (100% - (2 * 40px)) / 3);
  }
  #herald-opinion .second-row .right .bottom-row > article.large {
    width: calc( (2 * ((100% - (2 * 40px)) / 3)) + 40px );
  }
  #herald-opinion .third-row > article {
    width: calc( (100% - (3 * 40px))/ 4 );
  }
  #herald-opinion article .image .inner-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 137px;
    width: 100%;
    transition: 0.3s opacity ease-out;
  }
  #herald-opinion article .image .inner-image img {
    height: 100%;
  }
  #herald-opinion article:hover .image .inner-image {
    opacity: 0.8;
  }
  #herald-opinion article.featured {
    height: 100%;
	}
	/* #herald-opinion article.featured .image .inner-image img {
    height: 550px;
	} */
	/* #herald-opinion article.large .image .inner-image img {
    height: 300px;
  } */
  #herald-opinion article.large {
    align-self: stretch;
  }
  #herald-opinion article.featured .image,
  #herald-opinion article.large .image {
    height: 100%;
  }
  #herald-opinion article.featured .image .image-overlay,
  #herald-opinion article.large .image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  }
  #herald-opinion article.featured .image .inner-image,
  #herald-opinion article.large .image .inner-image {
    min-height: 100%;
    transition: 1s transform ease-out;
  }
  #herald-opinion article.featured:hover .image .inner-image,
  #herald-opinion article.large:hover .image .inner-image {
    transform: scale(1.08);
    opacity: 1;
    transition: 5s transform ease-in;
  }
  #herald-opinion article.featured .text-content,
  #herald-opinion article.large .text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    padding-right: 25%;
    color: white;
  }
  #herald-opinion article.featured .text-content .title h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  #herald-opinion article.large .text-content .title h2 {
    font-size: 24px;
  }
  #herald-opinion article.featured .text-content .title h2,
  #herald-opinion article.large .text-content .title h2,
  #herald-opinion article.featured .text-content .entry-excerpt,
  #herald-opinion article.large .text-content .entry-excerpt,
  #herald-opinion article.featured .text-content .post-meta,
  #herald-opinion article.large .text-content .post-meta {
    color: white;
  }
  #herald-opinion article .text-content {
    padding-top: 20px;
  }
  #herald-opinion .featured .tmh-video-play-wrap,
  #herald-opinion .large .tmh-video-play-wrap {
    top: -15px;
    left: 30px;
  }
}
@media (max-width: 1019px) {
  #herald-opinion {
    margin-left: -20px;
    margin-right: -20px;
  }
  #herald-opinion .ad {
    display: none;
  }
  #herald-opinion article {
    position: relative;
  }
  #herald-opinion article {
    height: 270px;
    margin-bottom: 30px;
	}
	#herald-opinion article .image .inner-image img {
    height: 100%;
	}
  #herald-opinion article .image {
    height: 100%;
  }
  #herald-opinion article .image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  }
  #herald-opinion article .image {
    min-height: 100%;
  }
  
  #herald-opinion article .text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    padding-right: 25%;
    color: white;
  }
  #herald-opinion article .text-content .title h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  #herald-opinion article .text-content .title h2,
  #herald-opinion article .text-content .entry-excerpt,
  #herald-opinion article .text-content .post-meta {
    color: white;
  }
  #herald-opinion article .text-content {
    padding-top: 20px;
  }
  #herald-opinion article .image .inner-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  /* #herald-opinion .tmh-video-play-wrap {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    display: none;
  } */
}
@media (max-width: 480px) {
  #herald-opinion article .text-content {
    padding-right: 20px;
    padding: 20px;
  }
  #herald-opinion article {
    margin-bottom: 20px;
    height: 240px;
  }
  #herald-opinion article .text-content .title h2 {
    font-size: 22px;
  }
  #herald-opinion .entry-excerpt {
    display: none;
  }
}

.component-article-with-overlay article {
  position: relative;
}
.component-article-with-overlay .post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.component-article-with-overlay .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.component-article-with-overlay .image {
  height: 100%;
  overflow: hidden;
}
.component-article-with-overlay .image .inner-image {
    min-height: 100%;
    transition: 1s transform ease-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.component-article-with-overlay .text-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  padding-right: 25%;
  color: white;
}
.component-article-with-overlay article .text-content .post-categories {
  margin-bottom: 0.6rem;
}
.component-article-with-overlay article .text-content .post-categories a {
  color: #F77214;
}
.component-article-with-overlay.featured article .text-content .title h2,
.component-article-with-overlay article .text-content .title h2,
.component-article-with-overlay.featured  article .text-content .entry-excerpt,
.component-article-with-overlay article .text-content .entry-excerpt,
.component-article-with-overlay.featured  article.text-content .post-meta,
.component-article-with-overlay article .text-content .post-meta {
  color: white;
}
.component-article-with-overlay .meta-author .author a {
  color: #a0a0a0;
}

#company-page .header {
  display: flex;
  justify-content: space-between;
}
#company-page .header .right-side {
  padding-left: 16px;
  max-width: 40%;
  height: 100px;
}
#company-page .header .right-side .logo {
  height: 100%;
}
#company-page .header .right-side .logo img {
  object-fit: contain;
  object-position: right;
  font-family: 'object-fit: contain; object-position: right;';
  max-height: 100%;
  max-width: 100%;
}
#company-page .header h1 {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}
#company-page .header .pricing {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#company-page .header .pricing > div {
  display: flex;
  align-items: flex-end;
}
#company-page .header span {
  display: flex;
}
#company-page .header .pricing .last-price {
  padding-right: 20px;
  font-size: 1.7rem;
  font-weight: 800;
}
#company-page .header .pricing .last-price-v2 {
  padding-right: 20px;
  font-size: 1.7rem;
  font-weight: 800;
  display: block;
  font-family: Merriweather, Georgia, serif;
  line-height: 1.5;
  color: #121416;
  margin-bottom: 0;
}
#company-page .header .pricing .last-price-v2 .share-price-text {
  display: block;
  font-size: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
}
#company-page .header .gain {
  color: #60BF44;
}
#company-page .header .lose {
  color: #C3273C;
}
#company-page .header .pricing .change-arrow {
  margin-right: 8px;
  margin-bottom: -3px;
}
#company-page .header .pricing .change-arrow.lose {
  transform: rotate(90deg);
  width: 11px;
}
#company-page .header .pricing .change-arrow.gain {
  transform: rotate(-90deg);
  width: 11px;
}
#company-page .header .change-amount {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
  margin-right: 16px;
}
#company-page .header .market-cap {
  font-size: 0.9rem;
  font-weight: bold;
  padding-bottom: 4px;
}
#company-page .header .last-trade {
  /* display: flex; */
  /* align-items: center; */
  font-size: 0.8rem;
}
#company-page .header .last-trade span {
  /* display: flex; */
  display: inline-block;
}
#company-page .header .delayed {
  margin-left: 8px;
  font-size: 0.8rem;
  color: #A0A0A0;
}
#company-page .chart-iframe {
  width: 100%;
  height: 350px;
  margin-top: 1.4rem;
  border: none;
}
#company-page h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
#company-page h2.entry-title {
  font-size: 1.3rem !important;
}
#company-page .top-spacer {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid #ced4d9;
}
#company-page .overview {
  display: block;
  margin-top: 1.4rem;
  font-size: 0.8rem;
}
#company-page .home-ps-ann .announcement .ann-body .ann-stats {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
#company-page .home-ps-ann .announcement .ann-body .ann-desc {
  padding-bottom: 6px;
  padding-right: 64px;
  max-height: none;
}
#company-page .latest-announcements,
#company-page .company-overview,
#company-page .news,
#company-page .previous-announcements {
  margin-bottom: 2rem;
}
#company-page .news-title {
  /* display: none; */
  /* margin-top: 1.4rem; */
}
#company-page .component-article-with-overlay.news {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 1.5rem 1.5rem;
}
#company-page .component-article-with-overlay {
  margin-top: 1.4rem;
}
#company-page .post-categories li {
  display: none;
}
#company-page .post-categories li:first-of-type {
  display: block;
}
#company-page .announcements-list .announcement-items-container {
  width: 100%;
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  /* column-gap: 16px; */
  /* row-gap: 16px; */
  margin-bottom: 42px;
}
#company-page .announcements-list .announcement-items-container.loading {
  opacity: 0.25;
  pointer-events: none;
}
#company-page .announcements-list .item {
  position: relative;
  border: 1px solid #ced4d8;
  padding: 10px 16px;
}
#company-page .announcements-list .ann-title {
  font-size: 0.825rem;
}
#company-page .hasDatepicker:read-only {
  background: #fff;
}
#company-page .home-ps-ann .announcement {
  display: block;
  position: relative;
}
#company-page .home-ps-ann .announcement .ann-code,
#company-page .home-ps-ann .announcement .ann-cname,
#company-page .home-ps-ann .announcement .ann-body .ann-stats .mcap {
  display: none;
}
@media all and (max-width: 719px) {
  #company-page .announcements-list .announcement-items-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 599px) {
  #company-page .announcements-list .announcement-items-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
#company-page .announcements-list .item .date {
  display: inline-block;
  color: #333333;
  font-size: 0.70rem;
  font-weight: bold;
}
#company-page .announcement .ann-header .price-sensitive,
#company-page .announcements-list .item .price-sensitive {
  display: inline-block;
  color: white;
  background: #f77214;
  font-size: 0.60rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 12px;
  margin-left: 4px;
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
}
#company-page .home-ps-ann .announcement .ann-time {
  margin-right: 8px;
}
#company-page .announcements-list .announcement-filter {
  margin-bottom: 16px;
  /* border-bottom: 3px double #ced4d9; */
  padding-bottom: 12px;
}
#company-page .announcements-list .announcement-filter form {
  display: flex;
  padding: 1rem;
  background-color: #f1f1f1;
}
#company-page .announcements-list .announcement-filter form label {
  padding-right: 4px;
  padding-top: 12px;
}
#company-page .announcements-list .announcement-filter form > input {
  margin-right: 16px;
}
#company-page .announcements-list .announcement-filter form > div {
  display: flex;
  margin-right: 16px;
}
#company-page .announcements-list .announcement-filter input[type="text"] {
  max-width: 320px;
}
#company-page .announcements-list .announcement-filter input[type="date"] {
  width: auto;
}
#company-page .announcements-list .announcement-filter input[type="checkbox"] {
  margin-top: 14px;
  align-self: flex-start;
}
#company-page .announcement .ann-header .price-sensitive .desktop,
#company-page .announcements-list .item .price-sensitive .desktop {
  display: inline;
}
#company-page .announcement .ann-header .price-sensitive .mobile,
#company-page .announcements-list .item .price-sensitive .mobile {
  display: none;
}
#company-page .announcements-list .announcement-filter button {
  align-self: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
@media (max-width: 1019px) {
  #company-page .announcement .ann-header .price-sensitive,
  #company-page .announcements-list .item .price-sensitive {
    padding: 2px 4px;
  }
  #company-page .announcement .ann-header .price-sensitive .desktop,
  #company-page .announcements-list .item .price-sensitive .desktop {
    display: none;
  }
  #company-page .announcement .ann-header .price-sensitive .mobile,
  #company-page .announcements-list .item .price-sensitive .mobile {
    display: inline;
  }
  #company-page .announcements-list .announcement-filter form {
    flex-wrap: wrap;
  }
  #company-page .announcements-list .announcement-filter input[type="text"] {
    max-width: 100%;
    margin-right: 0;
  }
  #company-page .announcements-list .announcement-filter form > input {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 719px) {
  #company-page .announcements-list .announcement-filter button {
    width: 100%;
    margin-top: 8px;
  }
  #company-page .announcements-list .announcement-filter form > div {
    display: block;
    margin-right: 0;
    width: calc(50% - 8px);
  }
  #company-page .announcements-list .announcement-filter form {
    justify-content: space-between;
  }
  #company-page .announcements-list .announcement-filter input[type="date"] {
    width: 100%;
  }
  #company-page .announcements-list .announcement-filter input[type="text"] {
    margin-bottom: 0;
  }
  #company-page .announcements-list .announcement-filter input[type="checkbox"] {
    transform: translateY(3px);
  }
}
@media all and (min-width: 720px) {
  #company-page .overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b";
  }
  #company-page .overview > div:first-of-type{
    padding-right: 4rem;
  }
  .component-article-with-overlay {
    margin-top: 0;
  }
  #company-page .component-article-with-overlay.news {
    grid-template-columns: 1fr 1fr;
  }
  #company-page .component-article-with-overlay.news article {
    /* max-width: 260px; */
    width: auto;
    height: auto;
    min-height: auto;
  }
  #company-page .component-article-with-overlay.news .text-content {
    position: initial;
  }
  #company-page .news-title {
    display: block;
  }
  #company-page .news-title-mob {
    display: none;
  }
  #company-page .component-article-with-overlay.news .post-categories {
    margin-top: 0.6rem;
  }
  #company-page .component-article-with-overlay.news .image {
    height: 187px;
  }
  #company-page .component-article-with-overlay.news .image .image-overlay {
    display: none;
  }
  #company-page .component-article-with-overlay.news .imgage .inner-image {
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  #company-page .component-article-with-overlay article .text-content h2 {
    margin-bottom: 0.6rem !important;
  }
  .component-article-with-overlay.news article .text-content h2.entry-title {
    color: #000f3f;
  }
  .component-article-with-overlay.news article .text-content {
    padding: 0;
  }
  .component-article-with-overlay.news  article .text-content .entry-excerpt {
    color: #333333;
  }
  .component-article-with-overlay.news article .text-content .post-meta {
    color: #333333;
  }
}
@media (min-width: 1020px) {
  #company-page .component-article-with-overlay.news {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  #company-page .component-article-with-overlay.news {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#company-page .component-article-with-overlay article {
  height: 100%;
  min-height: 280px;
}
#company-page .component-article-with-overlay .inner-image {
  min-height: 280px;
}

@media (max-width: 719px) {
  #company-page .header .right-side {
    max-width: 20%;
  }
}
@media (max-width: 480px) {
  #company-page .header .right-side {
    display: none;
  }
}
@media (max-width: 420px) {
  #company-page .header .last-trade {
    display: block;
  }
  #company-page .header .delayed {
    margin-left: 0;
  }
  #company-page .header .last-trade span {
    display: block;
  }
}

/*--------------------------------------------------------------
## New Footer
--------------------------------------------------------------*/
#new-footer {
  margin-top: 100px;
}
#new-footer .footer-menu {
  background: #0E0345;
  color: white;
  padding-top: 48px;
  padding-bottom: 64px;
}

#new-footer .footer-menu .flex-columns {
  display: flex;
  width: 948px;
  margin: 0 auto;
  max-width: 100%;
}
#new-footer .footer-menu .flex-columns .menu-part {
  width: calc(100% - 50px);
}
#new-footer .footer-menu .logo {
  width: 191px;
  margin: 0 auto;
  margin-bottom: 48px;
}
#new-footer .footer-menu li, 
#new-footer .footer-menu a {
  color: white;
}
#new-footer .copyright-info {
  padding-top: 32px;
  padding-bottom: 50px;
  text-align: center;
}
#new-footer .copyright-info a,
#new-footer .copyright-info div {
  color: #333;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
#new-footer .copyright-info a {
  text-decoration: underline;
}
#new-footer .copyright-info a:hover {
  opacity: 0.75;
}
#new-footer .copyright-info div.quote-media-attribution {
  margin-bottom: 16px;
}
#new-footer .footer-menu .flex-columns .menu-part ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#new-footer .footer-menu .flex-columns .menu-part > ul {
  display: flex;
}
#new-footer .footer-menu .flex-columns .menu-part > ul > li > a {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
  pointer-events: none;
}
#new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(1) {
  width: 47%;
}
#new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(2) {
  width: 36%
}
#new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(3) {
  width: 17%;
  min-width: 150px;
}
#new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(1) .sub-menu {
  column-count: 2;
  column-gap: 0;
  padding-right: 33%;
}
#new-footer .footer-menu .flex-columns .menu-part .sub-menu li {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0.65em;
}
#new-footer .footer-menu .flex-columns .menu-part .sub-menu li a {
  position: relative;
}

#new-footer .footer-menu .flex-columns .menu-part .sub-menu li a:before {
  opacity: 0;
  transition: 0.2s all ease-in;
  transform: scale(0.8) translateX(-8px);
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: 2px;
  border: 6px solid transparent;
  border-left: 6px solid #F77214;
}
#new-footer .footer-menu .flex-columns .menu-part .sub-menu li a:hover:before,
#new-footer .footer-menu .flex-columns .menu-part .sub-menu li a:focus:before {
  opacity: 1;
  transform: scale(1) translateX(0);
}
@media (max-width: 719px) {
  #new-footer .footer-menu .flex-columns, 
  #new-footer .footer-menu .flex-columns .menu-part {
    width: 100%;
    max-width: 320px;
  }
  #new-footer .footer-menu .flex-columns .menu-part > ul {
    flex-wrap: wrap;
  }
  #new-footer .footer-menu .flex-columns .menu-part > ul > li {
    margin-bottom: 32px;
  }
  #new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(1) {
    width: 100%;
  }
  #new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(2),
  #new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(3) {
    width: 50%;
  }
  #new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(1) .sub-menu {
    padding-right: 0;
  }
}
@media (max-width: 420px) {
  #new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(2),
  #new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(3) {
    width: 100%;
  }
  #new-footer .footer-menu .flex-columns .menu-part > ul > li:nth-of-type(1) .sub-menu {
    column-count: 1;
  }
  #new-footer .footer-menu .flex-columns .menu-part > ul {
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Move CSS from Theme Editor (database) to theme style sheet
--------------------------------------------------------------*/

/* Start CUSTOM CSS by Cherry*/
.load-more {
  background-color: #FFFFFF !important;
  border: 2px solid #000F3F !important;
  border-radius: 50px !important;
  padding: 0.2rem 1.3rem !important;
  color: #000F3F !important;
}
.load-more:hover {
  color: #000F3F;
}
.layout-list-alternative.category-day-trading-news .entry-excerpt {
color: #333;
}
.layout-list-alternative.category-day-trading-news .post-categories a {
  color: #F77214;
}
.layout-list-alternative.category-day-trading-news .post-meta {
  color: #333;
}
.post-outer .post-categories a {
  color: #F77214;
}
.nav-date {
  display: block;
  position: absolute !important;
  float: left !important;
  width: auto !important;   
}
.weather {
  display: none !important;
}
.layout-list-alternative.category-day-trading-news .entry-excerpt {
  color: #ddd;
}
.layout-list-alternative.category-day-trading-news .entry-excerpt h2 {
  color: #fff;
}
.post-meta a, .post-meta .author a {
  color: #A0A0A0 !important;
}
.home .layout-list-alternative.category-day-trading-news .post-meta {
  color: #fff;
}
.category-day-trading-news .post-meta > li  {
color: #fff;
}
.category-day-trading-news .post-meta a, .category-day-trading-news .post-meta .author a {
  color: #ddd !important;
}
.single-post .post-excerpt {
display: none;
}
.ias-noneleft {
display: none;
}
.single-magazines .post .subscribe {
display: none;
}
.single-magazines .post:first-child .subscribe {
display: block;
}
.single-magazines .navbar-primary .navbar-nav > li > a {
text-transform: uppercase;
}
.excerpt h2 {
  display: none;
}
#extra-mag {
  width: 100%;
}
#extra-mag .grid-wrap {
  width: 50% !important;
}
.single-magazines p {
  margin-bottom: 15px;
}
.heading-for-post {
  font-size: 20px;
  margin: 35px 0 10px;
}
.linkz {
  color: #000F3F !important;
  margin: 35px 0;
  display: block;
}
.let {
margin: 20px 0;
}
.button-new a {
  padding: 12px 20px;
  width: 140px;
  border: 1px solid #ddd;
  text-align: center;
  color: #fff !important;
  background: red;
  display: block;
  float: none;
  margin: 0px auto 25px;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 700;
 letter-spacing: 0.5;
}
.button-new a:hover {
background: #fff;
color: red !important;
border: 1px solid red;
}
.bottom {
  width: auto;
}
@media  all and (max-width: 1258px) {
.weather {
 display: none !important;
}
.nav-date {
  display: none !important;
}
}
@media all and (max-width: 720px) {
#extra-mag .grid-wrap {
  width: 100% !important;
}
#extra-mag .descript {
  font-size: 24px;
}
}
@media all and (max-width: 620px) {
.single-magazines #content {
  padding: 0 25px;
}
}

/* TSX Header tabs */
#tsx-header.four-tabs > div {
  display: flex;
  justify-content: space-between;
}
#tsx-header .cs-ca-indices {
  position: relative;
}
#tsx-header .pro-tabs-ca {
  height: 98px !important;
}
.pro-tabs-ca > div {
  height: 100%;
}
#tsx-header .pro-tabs-ca.no-market-data {
  opacity: 0.3;
}

.pro-tabs-ca {
  width: calc((100% - (3 * 8px))/4);
}
.pro-tabs-ca .tsx {
  position: relative;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
}
.pro-tabs-ca .tsx > span,
.ca-indices > span {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #000f3f;
  font-weight: bold;
  font-size: 0.85rem;
}
.pro-tabs-ca .tsx img {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 18px;
}
.pro-tabs-ca .tsx table {
  width: calc(100% - 10px);
  margin: 31px 5px 0 5px;
}
.pro-tabs-ca .tsx table td {
  font-size: 0.9rem;
  padding: 0;
  border: none;
}
.pro-tabs-ca .tsx table td.title {
  font-size: 0.8rem;
}
.pro-tabs-ca .tsx .trading-at {
  font-size: 0.7rem;
  padding-top: 3px;
}
.ca-indices > span {
  left: 10px;
}
.pro-tabs-ca .ca-indices table {
  width: calc(100% - 20px);
  margin: 31px 10px;
}
@media (min-width: 1020px) {
  .ca-indices > span.gainers {
    left: 10px;
  }
  .pro-tabs-ca .tsx .trading-at {
    font-size: 0.6em;
  }
}
@media (max-width: 1019px) {
  .pro-tabs-ca {
    width: calc((100% - (1 * 8px))/2);
    margin-bottom: 8px;
  }
  #tsx-header.four-tabs > div {
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  #tsx-header.four-tabs {
    display: none;
  }
}
.pro-tabs-ca .ca-indices table tr {
  border-bottom: 1px solid #dfdfdf;
}
.pro-tabs-ca .ca-indices tr:last-of-type {
  border: 0;
}
.pro-tabs-ca .ca-indices td {
  padding: 1.5px 0;
  border: none;
  font-size: 0.67rem;
}
.pro-tabs-ca .ca-indices td.ind-title {
  width: 69px !important;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@supports (-ms-ime-align: auto) {
  .pro-tabs-ca .ca-indices td.ind-title {
    max-width: 89px !important;
  }
}
@-moz-document url-prefix() {
  .pro-tabs-ca .ca-indices td.ind-title {
    max-width: 89px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1020px) {
  .pro-tabs-ca .ca-indices td.ind-title {
    width: 38px !important;
  }
}
@media (min-width: 1200px) {
  .pro-tabs-ca .ca-indices td.ind-title {
    width: 55px !important;
  }
  .pro-tabs-ca .ca-indices td.ind-title.is-wide {
    width: 110px !important;
  }
  .pro-tabs-ca .tsx .trading-at {
    font-size: 0.7rem;
  }
}
.pro-tabs-ca .ca-indices td.pricing {
  padding-left: 3px;
  font-weight: bold;
}
.pro-tabs-ca .promo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 85px;
  border: 2px solid #dfdfdf;
}
.pro-tabs-ca .promo span {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  max-width: 65%;
}
@media (min-width: 600px) {
  .pro-tabs-ca .promo span {
    left: 110px;
    font-size: 0.7rem;
    max-width: 55%;
  }
  .pro-tabs-ca span.promo-1 {
    left: 120px;
  }
}
@media (min-width: 1020px) {
  .pro-tabs-ca span.promo-1 {
    left: 110px;
  }
}
.pro-tabs-ca .promo .sponsored-article {
  position: absolute;
  font-size: 0.7rem;
  top: 90px;
  left: calc(100% - 115px);
  color: #d7d7d7;
}
.pro-tabs-ca i {
  display: none;
}
.pro-tabs-ca i.up-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 3px;
  transform: translateY(-2px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2ac326;
}
.pro-tabs-ca .down-arrow {
  display: inline-block;
  height: 0;
  margin-right: 3px;
  transform: translateY(-2px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid red;
}
.pro-tabs-ca.cs-tsx .qmod-change-icon {
  margin-right: 4px;
}
#tsx-header .qmod-ch-up,
#tsx-header .qmod-ch-down {
  color: initial;
  position: relative;
}
#tsx-header .qmod-ch-up:before {
    content: '';
    margin-right: 3px;
    transform: translateY(-2px);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2ac326;
    display: inline-block;
}
#tsx-header .qmod-ch-down:before {
  content: '';
  margin-right: -7px;
  transform: translateY(-2px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid red;
  display: inline-block;
  position: absolute;
  top: 8px;
  z-index: 2;
  left: 0;
}
#tsx-header .qmod-ch-down:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  background: #f3f3f3;
  position: absolute;
  left: 4px;
  top: 3px;
}
#tsx-header .qmod-ch-down {
  padding-left: 4px;
}
#tsx-header .qmod-ch-down.small-white:after {
  background: #fff;
}
#tsx-header .qmod-ch-down.small-white {
  padding-left: 6px;
}
/* #tsx-header {
  overflow:hidden;
  transition: 0.3s all cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  max-height: 0;
}
#tsx-header.show {
  opacity: 1;
  max-height: 240px;
} */

#tmh-pe-events-wrapper {
  margin-top: 1rem;
}
#section-world-news-content .cs-container {
  /* border-bottom: 1px solid #dcdcdc; */
  padding-bottom: 1rem;
}
#section-world-news-content .component-article-with-overlay article {
  display: block !important;
  flex: none !important;
  min-height: 285px;
  height: 280px;
  margin-top: 1rem;
}
#section-world-news-content .component-article-with-overlay .text-content {
  padding: 20px !important;
}
#section-world-news-content article.plain {
  margin-top: 1rem;
}
#politics-economy-title h2 {
  display: block !important;
  margin-bottom: 0;
}
/* 
@media (min-width: 600px) {
  #section-world-news-content .layout-featured-list .post-outer {
    margin-right: 0;
    margin-left: 0;
  }
} */


.world-news-article {
  position: relative;
}
#section-world-news-content .cs-featured-column-1 .world-news-article .image {
  position: relative;
  max-width: 260px;
}
#section-world-news-content .cs-featured-column-1 .world-news-article {
  flex-direction: row-reverse;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1019px) {
  #section-world-news-content .cs-featured-column-1 .world-news-article:nth-of-type(3) {
    border-bottom: 0;
  }
}
#section-world-news-content .cs-featured-column-2 .world-news-article {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
#section-world-news-content .cs-featured-column-1 .world-news-article .text-content {
  padding-right: 24px;
}
#section-world-news-content .cs-featured-column-1 .world-news-article .image {
  max-height: 140px;
}
/* #section-world-news-content .cs-featured-column-1 .world-news-article .image .inner-image {
  padding-left: 24px;
} */
#section-world-news-content .cs-featured-column-1 .world-news-article .image .inner-image,
#section-world-news-content .world-news-article.image-background .image .inner-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#section-world-news-content .cs-featured-column-1 .world-news-article > div {
  /* width: 50%; */
  flex: 1;
}
#section-world-news-content .post-categories {
  margin-bottom: 8px;
}
#section-world-news-content .post-categories a {
  color: #F77214;
}
#section-world-news-content .world-news-article.image-background {
  display: block;
  min-height: 320px;
}
#section-world-news-content .world-news-article.image-background .image {
  height: 100%;
  overflow: hidden;
}
#section-world-news-content .world-news-article.image-background .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
#section-world-news-content .world-news-article.image-background .text-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  color: white;
}
#section-world-news-content .world-news-article.image-background .text-content h2,
#section-world-news-content .world-news-article.image-background .text-content .entry-excerpt,
#section-world-news-content .world-news-article.image-background .text-content .post-meta {
  color: white;
}
/* #section-world-news-content .world-news-article.image-background .text-content .entry-excerpt {
  display: none;
} */
#section-world-news-content .cs-featured-column-1 .more-world-news .heading-link {
  display: none;
  pointer-events: none;
}
#section-world-news-content #world-watch-player {
  height: 0 !important;
  padding-top: 56.25%;
}
.home #section-homepage-posts .vjs-big-play-button,
.home #section-world-news-content #world-watch-player .vjs-big-play-button {
  display: none;
}
#section-world-news-content #world-watch-player .vjs-big-play-button {
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
  width: 50px;
  height: 50px;
  background-color: #ff0000;
}
#section-world-news-content #world-watch-player .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
  background-image: url('/wp-content/themes/spotlight/images/play-button-icon.svg');
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
@media (min-width: 1020px) {
  #section-world-news-content .cs-featured-column-2 .world-news-article.image-background:nth-of-type(1) {
    margin-top: 8px;
  }
  /* #section-world-news-content .cs-featured-column-1 .more-world-news .heading-link {
    display: none;
    pointer-events: none;
  } */
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(4),
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(5),
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(6) {
    display: none;
  }
}
@media (max-width: 1019px) {
  #section-world-news-content .cs-featured-column-1 .more-world-news #clone-me {
    display: none;
  }
  #section-world-news-content .cs-featured-column-1 #politics-economy-title .post-wrap {
    border-bottom: 0;
  }
  #section-world-news-content .cs-featured-column-2 .heading-link {
    display: none;
    pointer-events: none;
  }
  #section-world-news-content .cs-homepage-posts {
    display: flex;
    flex-direction: column;
  }
  #section-world-news-content .cs-featured-column-1{
    order: -1;
  }
  #section-world-news-content .cs-featured-column-2 {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -16px;
  }
  #section-world-news-content .cs-featured-column-1 .more-world-news {
    /* order: -1; */
  }
  #section-world-news-content .cs-featured-column-2 .heading-link {
    width: 100%;
  }
  #section-world-news-content .world-news-article.image-background {
    width: calc(50% - 8px);
  }
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(3) > div,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(4) > div,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(5) > div,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(6) > div {
    flex: 1;
  }
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(3) .image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(4) .image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(5) .image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(6) .image {
    position: relative;
    max-width: 260px;
  }
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(3),
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(4),
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(5),
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(6) {
    position: relative;
    flex-direction: row-reverse;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(3) .text-content,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(4) .text-content,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(5) .text-content,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(6) .text-content {
    padding-right: 24px;
  }
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(3) .image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(4) .image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(5) .image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(6) .image {
    max-height: 140px;
  }
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(3) .image .inner-image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(4) .image .inner-image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(5) .image .inner-image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(6) .image .inner-image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  /* #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(3) .world-news-article > div,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(4) .world-news-article > div,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(5) .world-news-article > div,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(6) .world-news-article > div {
    flex: 1;
  } */
  /* #section-world-news-content #politics-economy-title {
    margin-top: 16px;
    border-top: 1px solid #dcdcdc;
    padding-top: 24px;
  } */
  #section-world-news-content .cs-featured-column-3 {
    max-width: 100%;
    order: -2;
    margin-bottom: 32px;
  }
  #section-world-news-content .cs-featured-column-2 .mobile-border,
  #section-world-news-content .cs-featured-column-3 .mobile-border {
    padding-bottom: 32px;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
  }
}
@media (min-width: 600px) {
  #section-world-news-content .post-categories {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  #section-world-news-content .world-news-article.image-background {
    width: 100%;
  }
  #section-world-news-content .world-news-article.image-background .text-content {
    padding: 30px;
  }
  #section-world-news-content .cs-featured-column-2 .world-news-article.image-background:nth-of-type(1) {
    margin-bottom: 0;
  }
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(3) .image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(4) .image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(5) .image,
  #section-world-news-content .cs-featured-column-2 .world-news-article:nth-of-type(6) .image,
  #section-world-news-content .cs-featured-column-1 .world-news-article .image {
    display: none;
  }
  #section-world-news-content .world-news-article.image-background .text-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  #section-world-news-content .world-news-article.image-background .text-content h2 {
    font-size: 22px;
  }
  #section-world-news-content .world-news-article.image-background .text-content .entry-excerpt {
    display: none;
  }
  #section-world-news-content .world-news-article.image-background .text-content {
    padding: 20px;
  }
  #section-world-news-content .world-news-article.image-background {
    min-height: 240px;
  }
}
.home .magazine .grid-con {
  background: #ddd;
}

.home .section-homepage-posts .cs-featured-column-1 #home-video-title + .layout-featured-full .post-wrap {
  border-bottom: 0;
}

.home .section-homepage-posts .cs-featured-column-1 #home-video-title + .layout-featured-full .post-watch-more-lives-wrap {
  border-top: 1px solid #dcdcdc;
  padding-top: 0;
  text-align: right;
}

.home .section-homepage-posts .cs-featured-column-1 #home-video-title + .layout-featured-full .post-watch-more-lives-wrap a {
  color: #333333;
}
.home .section-homepage-posts .cs-featured-column-1 #home-video-title + .layout-featured-full .post-watch-more-lives-wrap a:hover {
  color: #F77214;
}

.home .section-homepage-posts .cs-featured-column-1 #home-video-title + .layout-featured-full .post-watch-more-lives-text {
  font-family: Merriweather, Georgia, serif;
  font-weight: 400;
}
.home .section-homepage-posts .cs-featured-column-1 #home-video-title + .layout-featured-full .post-watch-more-lives-text img {
  transform: translateY(-1px);
  margin-left: 4px;
}

.navbar-nav .hide-from-top {
  display: none;
}

.post-single-categories {
  font-size: 1.3rem;
}
/* 
.hs-form-e8fd66d2-bc4c-453c-bcb7-152622073898 .hs-firstname,
.hs-form-e8fd66d2-bc4c-453c-bcb7-152622073898 .hs-email {
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: top;
}
.hs-form-e8fd66d2-bc4c-453c-bcb7-152622073898 .hs_tmh_deal_room_interested_in_specific_raises_or_upcoming_raises div.input {
  vertical-align: -webkit-baseline-middle;
}
@media (max-width: 1199px) {
  #article-newsletter-signup .hs-form-e8fd66d2-bc4c-453c-bcb7-152622073898 .hs_submit {
    display: block;
    margin-top: 8px;
  }
}

@media (min-width: 800px) {
  #article-newsletter-signup .hs-form-e8fd66d2-bc4c-453c-bcb7-152622073898 .hs_submit {
    margin-left: 0;
  }
}
@media (max-width: 799px) {
  .hs-form-e8fd66d2-bc4c-453c-bcb7-152622073898 .hs_tmh_deal_room_interested_in_specific_raises_or_upcoming_raises div.input {
    margin-top: -24px;
    margin-left: 8px;
    margin-bottom: 8px;
  }
}

.hs-form-required {
  display: none;
}
.hs-form-e8fd66d2-bc4c-453c-bcb7-152622073898 > div {
  position: relative;
  vertical-align: top;
}
.hs-error-msg {
  position: absolute;
  line-height: 1.2;
  left: 0;
  width: 100%;
  top: 100%;
}
.hs_tmh_deal_room_interested_in_specific_raises_or_upcoming_raises {
  padding-bottom: 10px;
  margin-right: 8px;
} */
#article-newsletter-signup {
  margin-top: 16px;
}
#article-newsletter-signup > form {
  display: flex;
  flex-wrap: wrap;
}
#article-newsletter-signup > form > div {
  padding-right: 16px;
  margin-bottom: 8px;
}
#article-newsletter-signup > form > div:last-of-type {
  padding-right: 0;
}
#article-newsletter-signup .hs-form-required {
  display: none;
}
#article-newsletter-signup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#article-newsletter-signup > form > div > label {
  display: none;
}
#article-newsletter-signup .inputs-list li {
  display: inline-block;
  margin-right: 16px;
}
#article-newsletter-signup .inputs-list li:last-of-type {
  margin-right: 0;
}
#article-newsletter-signup .inputs-list li span {
  font-size: 1rem;
}
#article-newsletter-signup .inputs-list li input {
  margin-right: 8px;
}
#article-newsletter-signup .hs-fieldtype-checkbox {
  padding-top: 7px;
}
#article-newsletter-signup .hs_submit input {
  padding: 0.58rem 1.1rem;
}
#article-newsletter-signup .hs-email {
  min-width: 212px;
}
@media (max-width: 799px) {
  #article-newsletter-signup > form {
    display: block;
  }
  #article-newsletter-signup > form > div {
    padding-right: 0;
  }
}
/* BrightCove player styles - also search this file for .vjs */
.vjs-marker {
  position: absolute;
  opacity: 1;
  height: 100%;
  background-color: #f77214;
  width: 8px;
  border: 1px solid white;
  border-radius: 50%;
  height: 8px;
  /* transition: 0.2s all linear; */
  transform: scale(1) translate(-2px, 0px);
}
.vjs-progress-control:hover .vjs-marker {
  transform: scale(1.7) translate(-2px, 0px);
}
.vjs-marker-title {
  display: none;
  position: absolute;
  opacity: 1;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: bold;
}
.vjs-progress-control:hover .vjs-marker-title {
  display: block;
}

#deal-room-player-container .main-player {
   position: relative;
   width: 100%;
}
#deal-room-player,
.segment-thumbnails > .image {
  height: 0 !important;
  padding-top: 56.25%;
}
#deal-room-player-container .vjs-big-play-button {
  display: none;
}
#herald-opinion .tmh-video-play-wrap {
  position: absolute;
  z-index: 201;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  width: 200px;
  height: 200px;
  margin: 0;
  /* pointer-events: none; */
}
#herald-opinion .tmh-video-play-wrap .play-button {
  position: absolute;
  z-index: 202;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  margin: 0;
  cursor: pointer;
}
#deal-room-player-container .segment-thumbnails {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}
#deal-room-player-container .segment-thumbnails .segment {
  width: calc( (100% - (2 * 20px)) / 3);
  cursor: pointer;
}
#deal-room-player-container .segment-thumbnails .segment .image {
  position: relative;
  height: 168px;
  width: 100%;
  background-color: #ccc;
  margin-bottom: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#deal-room-player-container .segment-thumbnails .segment.empty {
  pointer-events: none;
}
#deal-room-player-container .segment-thumbnails .segment.empty .image {
  /* background-color: #00113e;
  padding: 6px; */
  background-color: #eee;
}
#deal-room-player-container .segment-thumbnails .segment.empty .image .border {
  display: none;
  /* border: 1px solid #f77214;
  width: 100%;
  height: 100%; */
}
#deal-room-player-container .segment-thumbnails .segment.empty .image .text {
  display: none;
  /* color: white;
  text-align: center;
  padding: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  width: 100%;
  left: 0; */
}
#deal-room-player-container .segment-thumbnails .segment .entry-title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
}
#deal-room-player-container .segment .image .play-button {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 12px;
  bottom: 12px;
}
#deal-room-player-container .post-segment-text .arrow {
  position: relative;
  display: inline;
}
#deal-room-player-container .post-segment-text .arrow:after {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
  border: 5px solid transparent;
  border-left: 5px solid #F77214;
}
@media all and (max-width: 1199px) {
  #deal-room-player-container .segment-thumbnails .segment .image {
    height: 120px;
  }
}
@media all and (max-width: 499px) {
  #deal-room-player-container .segment-thumbnails .segment .image {
    height: 100px;
  }
}
@media all and (max-width: 459px) {
  #deal-room-player-container .segment-thumbnails .segment .image {
    height: 80px;
  }
}

@media all and (max-width: 1019px) {
  #deal-room-player-container {
    margin-bottom: 16px;
  }
  #deal-room-player-container .segment-thumbnails .segment {
    width: calc( (100% - (2 * 10px)) / 3);
  }
}
.bc-video-feature iframe {
  border: 0;
}

.feature-video-play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.feature-video-play-button > img {
  position: absolute!important;
  width: 35px!important;
  height: 35px!important;
  left: 50%!important;
  top: 50%!important;
  transform: translate(-50%, -50%)!important;
}
.searchwp-live-search-result .feature-video-play-button {
  display: none;
}

/** Investors page **/
.investors-card-section {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.investors-card-wrap {
  position: relative !important;
  width: calc(50% - 1rem);
}
.investors-card-wrap .card {
  width: 100%;
  height: 320px;
  perspective: 1200px;
}
.investors-card-wrap .content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.9s;
  transform-style: preserve-3d;
}
.investors-card-wrap .card:hover .content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}
.investors-card-wrap .front,
.investors-card-wrap .back {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  font-size: 1.5rem;
  text-align: center;
  background: #000f3f;
  color: #fff;
}
.investors-card-wrap .back {
  color: white;
  transform: rotateY( 180deg );
  background-size: cover;
}

.investors-card-wrap .back.first {
  background-image: url('/wp-content/themes/spotlight/images/tmh-investor-announcements.jpg');
}

.investors-card-wrap .back.second {
  background-image: url('/wp-content/themes/spotlight/images/tmh-investor-reports.png');
}

.investors-card-wrap .text,
.investors-card-wrap .text h2,
.investors-card-wrap .text p {
  color: white;
}
.investors-card-wrap .text {
  padding: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  width: 100%;
  transition: 0.2s all ease-out;
}

.investors-card-wrap .text h2 {
  position: relative;
}
.investors-card-wrap .text h2:after {
  content: '';
  width: 30%;
  height: 2px;
  background-color: orange;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 4px;
  opacity: 1;
  transition: 0.2s all ease-out;
}
.investors-card-wrap .text p {
  margin-bottom: 0;
  margin-top: 1.2rem;
  font-size: 16px;
}

.investors-card-wrap .card:hover .text h2:after {
  width: 80%;
  opacity: 0;
}
.investors-card-wrap .card:hover .text {
  transform: translateY(-50%) translateZ(0) scale(0.7);
}
/* .investors-hubspot-form {
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  padding: 1rem;
} */
.investors-hubspot-form .main-heading {
  margin-bottom: 1rem;
}

@media (max-width: 719px) {
  .investors-card-wrap .text h2 {
    font-size: 1.4rem;
  }
  .investors-card-wrap .text p {
    font-size: 12px;
  }
  .investors-card-wrap .card {
    height: 200px;
  }
}
@media (max-width: 499px) {
  .investors-card-section {
    flex-direction: column;
  }
  .investors-card-wrap {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.deal-room-cap-raise {
  border: 1px solid #ccc;
  margin-bottom: 16px;
  padding: 8px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.deal-room-cap-raise-outer {
  text-align: center;
}
.deal-room-cap-raise.has-ended {
  pointer-events: none;
}
.deal-room-cap-raise.has-ended:after {
  content: 'Oversubscribed';
  position: absolute;
  top: 105px;
  right: -60px;
  background: #F77214;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 100px;
  color: white;
  transform-origin: top right;
  transform: rotate(25deg);
  font-size: 16px;
}
.deal-room-cap-raise.has-ended img {
  opacity: .66;
  filter: grayscale(1);
}

@media (max-width: 1019px) {
  .main-content .deal-room-cap-raise-outer {
    display: block;
  }
  .sidebar .deal-room-cap-raise-outer {
    display: none;
  }
}
@media (min-width: 1020px) {
  .main-content .deal-room-cap-raise-outer {
    display: none;
  }
  .sidebar .deal-room-cap-raise-outer {
    display: block;
  }
}

.spinner {
  text-align: center;
}
#announcements-loading-spinner.spinner {
  display: none;
}
#announcements-loading-spinner.spinner.loading {
  display: block;
}
/* Loading Spinner */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/* End Loading Spinner */

.jw-cue.jw-cue-type-tmh-cue {
  position: absolute;
  /* position: relative; */
  opacity: 1;
  height: 100%;
  background-color: #f77214!important;
  width: 8px!important;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 8px!important;
  transform: translateY(-4px)!important;
  pointer-events: none;
}
.jw-time-thumb {
  display: none;
}
.tmh-inner-cue {
  background: #f77214;
  width: auto;
  position: absolute;
  padding: 2px 6px;
  font-size: 10px;
  color: white;
  bottom: 14px;
  font-weight: bold;
  left: 3px;
  opacity: 0;
  /* transform: scale(0.8); */
  transition: 0.2s all ease-in;
  pointer-events: none;
}
.tmh-inner-cue:after {
  content: '';
  /* background: #f77214; */
  width: 12px;
  height: 8px;
  position: absolute;
  border-style: solid;
  border-width: 8px 12px 0 0;
  border-color: #f77314 transparent transparent transparent;
  left: 0;
  top: 100%;
}

.jw-controlbar .jw-icon.jw-open ~ .jw-cue.jw-cue-type-tmh-cue .tmh-inner-cue {
  opacity: 1;
  /* pointer-events: all; */
  /* transform: scale(1); */
}
.home .jw-display-controls .jw-svg-icon-play {
  display: none;
}
.sh_bullboards_and_press_releases {
  position: relative;
}
.sh_bullboards_and_press_releases .stockhouse-logo {
  position: absolute;
  top: -40px;
  /* top: -8px; */
  right: 0;
  width: 120px;
}
.sh_bullboards_and_press_releases ul {
  padding: 0;
  list-style: none;
}

.sh_bullboards_and_press_releases ul li {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.sh_bullboards_and_press_releases ul li .date,
.sh_bullboards_and_press_releases ul li .excerpt {
  font-size: 0.8rem;
}
.sh_bullboards_and_press_releases ul li .date {
  color: #A0A0A0;
}
.sh_bullboards_and_press_releases > div:nth-of-type(3) {
  margin-top: 2rem;
}
.sh_bullboards_and_press_releases .more-link {
  font-size: 0.8rem;
  font-weight: bold;
}

/* Publift ads */
.top_banner, 
.mid_banner,
.bot_banner {
  margin-bottom: 16px;
  margin-top: 16px;
}
.fuse_bottom_sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}
.fuse_bottom_sticky.hide {
  display: none!important;
}
.fuse_bottom_sticky .fuse-slot {
  transform: translate3d(0,0,0);
}
@media screen and (min-width: 600px) {
  .fuse_bottom_sticky { 
    display: none;
  }
}
/* div[data-fuse] {
  border: 1px dashed red;
} */
.jw-state-idle .jw-controls.jw-controls {
  background: none;
}
@media screen and (min-width: 1020px) {
  .home #top_banner {
    display: block;  
  }
  .home #mid_banner,
  .home #top_banner {
    height: 100px;
  }
  .home #top_banner.mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .home #top_banner {
    display: none;
  }
  .home #top_banner.mobile-only {
    display: block;
  }
}
@media screen and (max-width: 1019px) {
  .single .sidebar .ad-container,
  .category .sidebar .ad-container {
    display: none;
  }
  .home .section-homepage-posts > .cs-container {
    padding-left: 0;
    padding-right: 0;
  }
}
textarea.jw-sharing-textarea {
  background-color: transparent;
}
/* Announcements search */
.ann-search { 
  padding-bottom: 4px;
}
.ann-search-results {
  position: relative;
}
.ann-search-results-list {
  position: absolute;
  top: 0;
  background: #f3f3f3;
  list-style: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.1s opacity linear;
  z-index: 201;
}
.ann-search-results-list.show {
  opacity: 1;
}
.ann-search-results-list li a {
  display: flex;
  flex-wrap: nowrap;
}
.ann-search-results-list li a .ticker-code {
  width: 50px;
  text-align: center;
  border-bottom: 1px solid #d44e00;
}
.ann-search-results-list li a .company-name {
  padding: 2px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
  padding: 5px 8px;
  font-size: 12px;
  border-bottom: 1px solid #ced4da;
}
.jw-state-idle .jw-svg-icon-play path {
	display: none;
}
.jw-state-idle .jw-svg-icon-play {
    background-image: url("/wp-content/themes/spotlight/images/red-play-button.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px!important;
    height: 50px!important;
}
.ann-latest-text {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 0px 8px 0px;
  color: #999;
  position: relative;
  margin-bottom: 0;
}
.ann-latest-text:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 13px;
  background: #efefef;
  z-index: -1;
}
.ann-latest-text span {
  background: white;
  padding: 0 8px;
}
.page-template-asx-companies .ui-datepicker {
  z-index: 3!important;
  font-family: Poly, Georgia, serif;
}
a.anchor {
  display: block;
  position: relative;
  top: -86px;
  visibility: hidden;
}

.page-template-tmh-announcements .document-list,
.page-template-tmpl-investors-document-list .document-list {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
  padding-left: 0;
  list-style: none;
}
.page-template-tmh-announcements .document-list li,
.page-template-tmpl-investors-document-list .document-list li {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ddd;
}
.page-template-tmh-announcements .document-list li .description,
.page-template-tmpl-investors-document-list .document-list li .description {
  margin-right: 2rem;
}
.page-template-tmh-announcements .document-list li .view-document,
.page-template-tmpl-investors-document-list .document-list li .view-document {
  min-width: 180px;
}
.page-template-tmh-announcements .document-list li .view-document a,
.page-template-tmpl-investors-document-list .document-list li .view-document a {
  display: inline-block;
  padding: 8px 16px;
  background: #0E0345;
  color: white;
  border-radius: 32px;
  transition: 0.1s linear all;
}
.page-template-tmh-announcements .document-list li .view-document a:hover,
.page-template-tmpl-investors-document-list .document-list li .view-document a:hover {
  background: #f77214; 
}
@media screen and (max-width: 599px) {
  .page-template-tmh-announcements .document-list li,
  .page-template-tmpl-investors-document-list .document-list li {
    display: block;
    padding-bottom: 16px;
  }
  .page-template-tmh-announcements .document-list li .description,
  .page-template-tmpl-investors-document-list .document-list li .description {
    margin-right: 0;
  }
  .page-template-tmh-announcements .document-list li .view-document, 
  .page-template-tmpl-investors-document-list .document-list li .view-document {
    text-align: center;
  }
}

@media (min-width: 1020px) {
  .home.AU-only #section-homepage-posts .cs-featured-column-1 {
    flex: 0 0 calc(100% - 25% - 300px);
    max-width: calc(100% - 25% - 300px);
  }
  .home.AU-only #section-homepage-posts .home-price-sensitive {
    padding:0;
    flex: 0 0 300px;
    max-width: 300px;
  }
}