@charset "UTF-8";
/*
File Name: 		style-default.css
Written by: 	Dan Fisher - (http://themeforest.net/user/dan_fisher)
Description:  The main styling file for the theme.
*/
/* Table of Content
==================================================

  #Common

  #Base
    - Header
    - Header Navigation
    - Hero Unit
    - Pushy Panel
    - Page Header
    - Content
    - Footer

  #Blog
    - Blog
    - Posts
    - Single Post
    - Post Author
    - Post Meta
    - Related Posts
    - Post Comments
    - Blog Filter
    - Blog Load More

  #Widgets
    - List
    - Instagram
    - Contact Info
    - Social
    - Tag Cloud
    - Banner
    - Tabbed
    - Newsletter
    - Match Preview
    - Comments
    - Twitter
    - Featured
    - Standings
    - Player
    - Game Result
    - Poll
    - Results
    - Awards
    - Games History
    - Newslog
    - Team Leaders
    - Team Stats
    - Filter Color
    - Filter Size
    - Filter Price
    - Products

  #Team
    - Team Filter
    - Team Roster
    - Team Standings
    - Team Glossary
    - Team Results
    - Team Schedule

  #Player
    - Player Heading
    - Player Gamelog
    - Player Season Average

  #Shop
    - Checkout Review Order
    - Checkout Payment
    - Account Navigation
    - Shop Table
    - Shop Banner
    - Shop Filter
    - Products
    - Filter Color
    - Product Tabs

  #Partials
    - Info Block
    - Social Counter
    - Social Links
    - Match Preview
    - Game Result
    - Main News Banner
    - Featured Carousel
    - Content Filter
    - Gallery
    - Album
    - Modal Login
*/
/* Preloader */
.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e2024;
  z-index: 999999; }

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

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

.preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 4px solid rgba(255, 255, 255, 0.15);
  border-top-color: #38a9ff;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }

.preloader--img {
  border: none !important;
  -webkit-animation: none !important;
          animation: none !important;
  background-position: 50% 50%;
  background-size: cover; }

/*
// #Typography
// --------------------------------------------------
*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #31404b;
  margin: 0 0 .75em 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.02em; }

h1 {
  font-size: 48px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700; }

h2 {
  font-size: 32px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700; }

h3 {
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700; }

h4 {
  font-size: 22px;
  text-transform: none;
  font-style: normal;
  font-weight: 700; }

h5 {
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700; }

h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2em;
  line-height: 26px;
  font-size: normal;
  font-weight: 700; }

/* Paragraphs */
p {
  margin-bottom: 1.5em; }

.lead {
  font-size: 16px;
  line-height: 2em; }

/* Links */
a {
  color: #1892ed;
  text-decoration: none; }
  a:hover, a:focus {
    color: #38a9ff;
    text-decoration: none;
    outline: none; }

/* Lists */
.widget_text ol:not([class]),
div.wpb_text_column ol:not([class]),
.list ol:not([class]),
.hentry ol:not([class]) {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
  counter-reset: counter; }
  .widget_text ol:not([class]) li,
  div.wpb_text_column ol:not([class]) li,
  .list ol:not([class]) li,
  .hentry ol:not([class]) li {
    position: relative;
    padding: 0 0 0.5em 30px; }
  .widget_text ol:not([class]) > li::before,
  div.wpb_text_column ol:not([class]) > li::before,
  .list ol:not([class]) > li::before,
  .hentry ol:not([class]) > li::before {
    display: inline-block;
    /* block would also work */
    position: absolute;
    /* move this out of the way of the text */
    left: 0;
    /* move the counter label into the space from the padding */
    content: counter(counter) ". ";
    counter-increment: counter;
    font-weight: bold;
    width: 20px;
    color: #31404b;
    font-family: "Montserrat", sans-serif;
    font-size: 13px; }
  .widget_text ol:not([class]) ol,
  .widget_text ol:not([class]) ul,
  div.wpb_text_column ol:not([class]) ol,
  div.wpb_text_column ol:not([class]) ul,
  .list ol:not([class]) ol,
  .list ol:not([class]) ul,
  .hentry ol:not([class]) ol,
  .hentry ol:not([class]) ul {
    margin-bottom: 0;
    margin-top: 1em; }

.widget_text ul:not([class]),
div.wpb_text_column ul:not([class]),
.list ul:not([class]),
.hentry ul:not([class]) {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em; }
  .widget_text ul:not([class]) li,
  div.wpb_text_column ul:not([class]) li,
  .list ul:not([class]) li,
  .hentry ul:not([class]) li {
    position: relative;
    padding: 0 0 0.5em 30px; }
  .widget_text ul:not([class]) > li::before,
  div.wpb_text_column ul:not([class]) > li::before,
  .list ul:not([class]) > li::before,
  .hentry ul:not([class]) > li::before {
    display: inline-block;
    /* block would also work */
    position: absolute;
    /* move this out of the way of the text */
    left: 0;
    /* move the counter label into the space from the padding */
    width: 20px;
    color: #38a9ff;
    font-size: 14px;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 5 Free";
    font-weight: 700; }
  .widget_text ul:not([class]) ul,
  .widget_text ul:not([class]) ol,
  div.wpb_text_column ul:not([class]) ul,
  div.wpb_text_column ul:not([class]) ol,
  .list ul:not([class]) ul,
  .list ul:not([class]) ol,
  .hentry ul:not([class]) ul,
  .hentry ul:not([class]) ol {
    margin-bottom: 0;
    margin-top: 1em; }

.wpb_widgetised_column .widget_recent_entries ul:not([class]) > li {
  padding: 0; }
  .wpb_widgetised_column .widget_recent_entries ul:not([class]) > li::before {
    display: none; }

.wpb_widgetised_column .widget_recent_entries ul:not([class]) > li {
  padding: 0; }
  .wpb_widgetised_column .widget_recent_entries ul:not([class]) > li::before {
    display: none; }

/* Content Title */
.content-title {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .content-title {
      padding: 25px 0;
      margin-bottom: 35px; } }

.content-title__h {
  line-height: 1.2em;
  margin-bottom: .75em;
  font-size: 18px; }
  @media (min-width: 768px) {
    .content-title__h {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .content-title__h {
      font-size: 32px; } }

.content-title__subtitle {
  font-style: normal;
  font-size: 11px;
  line-height: 1.2em;
  color: #9a9da2; }
  .content-title__h + .content-title__subtitle {
    margin-top: -1.75em;
    margin-bottom: 3em; }

/* Blockquotes */
.blockquote--default,
blockquote {
  text-align: center;
  border: none;
  padding: 20px;
  position: relative;
  margin-bottom: 2em; }
  @media (min-width: 992px) {
    .blockquote--default,
    blockquote {
      padding: 50px 20px 20px 20px; } }
  .blockquote--default::before,
  blockquote::before {
    content: "\201C";
    display: block;
    position: absolute;
    left: 50%;
    top: -0.17em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Montserrat", sans-serif;
    color: #31404b;
    opacity: .05;
    font-size: 300px;
    line-height: 1em;
    pointer-events: none; }
    @media (min-width: 992px) {
      .blockquote--default::before,
      blockquote::before {
        font-size: 600px; } }
    @media (min-width: 1199px) {
      .blockquote--default::before,
      blockquote::before {
        font-size: 700px; } }
  .blockquote--default .blockquote__content,
  .blockquote--default > p,
  blockquote .blockquote__content,
  blockquote > p {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #5a6066;
    margin-bottom: .75em; }
    @media (min-width: 992px) {
      .blockquote--default .blockquote__content,
      .blockquote--default > p,
      blockquote .blockquote__content,
      blockquote > p {
        font-size: 24px; } }
  .blockquote--default .blockquote__footer::before,
  blockquote .blockquote__footer::before {
    display: none !important; }
  .blockquote--default .blockquote__cite,
  blockquote .blockquote__cite {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #9a9da2;
    font-style: normal !important; }
    @media (min-width: 992px) {
      .blockquote--default .blockquote__cite,
      blockquote .blockquote__cite {
        font-size: 14px; } }
  .blockquote--default .blockquote__author-name,
  blockquote .blockquote__author-name {
    display: block; }
  .blockquote--default .blockquote__author-info,
  blockquote .blockquote__author-info {
    font-size: 9px;
    display: block; }
    @media (min-width: 992px) {
      .blockquote--default .blockquote__author-info,
      blockquote .blockquote__author-info {
        font-size: 10px; } }

.text-success {
  color: #24d9b0 !important; }

.text-danger {
  color: #f34141 !important; }

.text-warning {
  color: #ff7e1f !important; }

.text-info {
  color: #0cb2e2 !important; }

address strong {
  color: #31404b;
  font-weight: 400; }

dt {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: .2em; }

dd {
  margin-bottom: 1.5em; }

/* Images
/* ------------------------- */
figure {
  margin: 0; }

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

.aligncenter {
  text-align: center;
  margin-bottom: 20px; }
  .aligncenter figcaption {
    padding: 14px;
    font-size: 13px; }

.df-icon {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #c2ff1f; }

.df-icon-stack {
  position: relative;
  width: 28px;
  height: 28px; }
  .df-icon-stack .df-icon {
    position: absolute; }

.df-icon--basketball {
  width: 28px;
  height: 28px;
  stroke-width: 1.6px; }

.df-icon--jersey {
  width: 22px;
  height: 24px;
  stroke-width: 1.8px;
  fill-rule: evenodd; }

.df-icon--points {
  width: 37px;
  height: 32px;
  stroke-width: 1.6px; }

.df-icon--bag {
  width: 22px;
  height: 24px;
  stroke-width: 1.6px; }

.df-icon--bag-handle {
  width: 12px;
  height: 11px;
  stroke-width: 1.6px; }

.df-icon-stack--bag .df-icon--bag {
  left: 50% !important;
  top: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.df-icon-stack--bag .df-icon--bag-handle {
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.df-icon--ppg {
  width: 37px;
  height: 32px;
  stroke-width: 1.6px; }

.df-icon--apg {
  width: 50px;
  height: 28px;
  stroke-width: 1.6px; }

.df-icon--rpg {
  width: 41px;
  height: 33px;
  stroke-width: 1.6px; }

.df-icon-stack--3pts {
  margin: 0 auto;
  width: 33px;
  height: 32px;
  text-align: center; }
  .df-icon-stack--3pts .df-icon--basketball {
    left: 0;
    top: 4px; }
  .df-icon-stack--3pts .df-icon--txt {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em; }

/* Soccer Icons */
.df-icon--whistle {
  width: 30px;
  height: 32px;
  stroke-width: 1.8px; }

.df-icon--soccer-ball {
  width: 28px;
  height: 28px;
  stroke-width: 1.8px; }

.df-icon-plus {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden; }
  .df-icon-plus::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff; }
  .df-icon-plus::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    height: 2px;
    background-color: #fff; }

/* Tables
/* ------------------------- */
table {
  background-color: transparent; }

caption {
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: left; }

th {
  text-align: left; }

table,
.table {
  width: 100%;
  max-width: 100%;
  color: #9a9da2; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td,
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 6.5px;
    vertical-align: top;
    border-top: 1px solid #e4e7ed;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: 1.42857143em; }
    @media (min-width: 992px) {
      table > thead > tr > th,
      table > thead > tr > td,
      table > tbody > tr > th,
      table > tbody > tr > td,
      table > tfoot > tr > th,
      table > tfoot > tr > td,
      .table > thead > tr > th,
      .table > thead > tr > td,
      .table > tbody > tr > th,
      .table > tbody > tr > td,
      .table > tfoot > tr > th,
      .table > tfoot > tr > td {
        padding: 13px 10px;
        font-size: 11px; } }
  table > thead > tr > th,
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #e4e7ed;
    font-weight: 700;
    color: #31404b;
    text-transform: uppercase; }
  table > tbody > tr > th,
  .table > tbody > tr > th {
    color: #31404b;
    font-weight: normal; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td,
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody,
  .table > tbody + tbody {
    border-top: 2px solid #e4e7ed; }

.table--lg > thead > tr > th,
.table--lg > thead > tr > td,
.table--lg > tbody > tr > th,
.table--lg > tbody > tr > td,
.table--lg > tfoot > tr > th,
.table--lg > tfoot > tr > td {
  padding: 8.5px; }
  @media (min-width: 992px) {
    .table--lg > thead > tr > th,
    .table--lg > thead > tr > td,
    .table--lg > tbody > tr > th,
    .table--lg > tbody > tr > td,
    .table--lg > tfoot > tr > th,
    .table--lg > tfoot > tr > td {
      padding: 17px 12px; } }

.table-thead-color > thead > tr > th {
  background-color: #f5f7f9; }

.table-hover > tbody > tr,
.table-hover > tbody > tr.highlighted {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .table-hover > tbody > tr:hover,
  .table-hover > tbody > tr.highlighted:hover {
    color: #9a9da2;
    background-color: #f5f7f9; }

.table-hover > tbody > tr.highlighted {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #f5f7f9; }

.table-bordered {
  border: 1px solid #e4e7ed; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #e4e7ed; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 1px; }

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

@media (max-width: 767px) {
  .table-responsive {
    border: none;
    margin-bottom: 0; } }

.table--no-border > thead > tr > th,
.table--no-border > thead > tr > td,
.table--no-border > tbody > tr > th,
.table--no-border > tbody > tr > td,
.table--no-border > tfoot > tr > th,
.table--no-border > tfoot > tr > td {
  border: none !important; }

.table--no-paddings > thead > tr > th,
.table--no-paddings > thead > tr > td,
.table--no-paddings > tbody > tr > th,
.table--no-paddings > tbody > tr > td,
.table--no-paddings > tfoot > tr > th,
.table--no-paddings > tfoot > tr > td {
  padding: 0 !important; }

.table__cell-center {
  text-align: center; }
  .table__cell-center > thead > tr > th {
    text-align: center; }
    .table__cell-center > thead > tr > th:first-child {
      text-align: left; }

table + h2 {
  margin-top: 30px; }

/* Error 404 */
.error-404 {
  text-align: center;
  padding: 10px 15px 20px 15px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 992px) {
    .error-404 {
      padding: 20px 0 40px 0; } }

.error-404__figure {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  max-width: 75%; }
  @media (min-width: 480px) {
    .error-404__figure {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .error-404__figure {
      margin-bottom: 55px; } }

.error-404__figure--cross::before, .error-404__figure--cross::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 25px;
  background-color: #38a9ff;
  border-radius: 3px; }

.error-404__figure--cross::before {
  -webkit-transform: translate(50px, -70px) rotate(45deg);
          transform: translate(50px, -70px) rotate(45deg); }

.error-404__figure--cross::after {
  -webkit-transform: translate(50px, -70px) rotate(-45deg);
          transform: translate(50px, -70px) rotate(-45deg); }

.error__header {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .error__header {
      margin-bottom: 40px; } }

.error__title {
  margin-bottom: 0.33em;
  font-size: 24px; }
  @media (min-width: 992px) {
    .error__title {
      font-size: 32px; } }
  @media (min-width: 1200px) {
    .error__title {
      font-size: 38px; } }

.error__subtitle {
  font-size: 18px; }
  @media (min-width: 1200px) {
    .error__subtitle {
      font-size: 22px; } }

.error__description {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .error__description {
      margin-bottom: 60px; } }

@media (min-width: 992px) {
  .error__cta .btn {
    margin: 0 10px; } }

@media (max-width: 767px) {
  .error__cta .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 5px 0; } }

/* VC Grid
/* ------------------------- */
.vc_row {
  margin-left: -8px !important;
  margin-right: -8px !important; }
  .vc_row[data-vc-stretch-content] .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.vc_column_container > .vc_column-inner {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.form-horizontal .has-feedback .form-control-feedback {
  right: 8px !important; }

.vc_non_responsive .vc_row .vc_col-sm-1,
.vc_non_responsive .vc_row .vc_col-sm-10,
.vc_non_responsive .vc_row .vc_col-sm-11,
.vc_non_responsive .vc_row .vc_col-sm-12,
.vc_non_responsive .vc_row .vc_col-sm-2,
.vc_non_responsive .vc_row .vc_col-sm-3,
.vc_non_responsive .vc_row .vc_col-sm-4,
.vc_non_responsive .vc_row .vc_col-sm-5,
.vc_non_responsive .vc_row .vc_col-sm-7,
.vc_non_responsive .vc_row .vc_col-sm-8,
.vc_non_responsive .vc_row .vc_col-sm-9 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* Duotone Effect
/* ------------------------- */
.effect-duotone {
  position: relative; }

.effect-duotone__layer::before, .effect-duotone__layer::after {
  content: ""; }

.effect-duotone__layer, .effect-duotone__layer::before, .effect-duotone__layer::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.effect-duotone__layer::before {
  background-color: #000;
  mix-blend-mode: color;
  z-index: 1; }

.effect-duotone__layer::after {
  mix-blend-mode: lighten;
  z-index: 3;
  background-color: #1e2024; }

.effect-duotone__layer-inner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply; }

@supports (position: -ms-page) {
  .effect-duotone .effect-duotone__layer::before {
    opacity: .3; }
  .effect-duotone .effect-duotone__layer::after {
    opacity: .3; }
  .effect-duotone .effect-duotone__layer-inner {
    opacity: .45; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .effect-duotone .effect-duotone__layer::before {
    opacity: .3; }
  .effect-duotone .effect-duotone__layer::after {
    opacity: .3; }
  .effect-duotone .effect-duotone__layer-inner {
    opacity: .5; } }

.effect-duotone--base .effect-duotone__layer::after {
  background-color: #1e2024 !important;
  mix-blend-mode: screen; }

.effect-duotone--base .effect-duotone__layer-inner {
  background-color: #292c31 !important; }

/**
 *
 * Duotone dynamic colors
 * can be applied for non-categories based elements
 *
 */
.effect-duotone--primary .effect-duotone__layer::after {
  background-color: #1e2024; }

.effect-duotone--primary .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.effect-duotone--tertiary .effect-duotone__layer::after {
  background-color: #1e2024; }

.effect-duotone--tertiary .effect-duotone__layer-inner {
  background-color: #07e0c4; }

.effect-duotone--quaternary .effect-duotone__layer::after {
  background-color: #1e2024; }

.effect-duotone--quaternary .effect-duotone__layer-inner {
  background-color: #9fe900; }

.effect-duotone--info .effect-duotone__layer::after {
  background-color: #1e2024; }

.effect-duotone--info .effect-duotone__layer-inner {
  background-color: #0cb2e2; }

.posts__item--category-1 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.posts__item--category-2 .effect-duotone .effect-duotone__layer-inner {
  background-color: #07e0c4; }

.posts__item--category-3 .effect-duotone .effect-duotone__layer-inner {
  background-color: #9fe900; }

.posts__item--category-4 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.posts__item--category-5 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.posts__item--category-6 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.posts__item--category-7 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.posts__item--category-8 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.posts__item--category-9 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.posts__item--category-10 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.posts__item--category-11 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.posts__item--category-12 .effect-duotone .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-1 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-2 .effect-duotone__layer-inner {
  background-color: #07e0c4; }

.hero-slider--overlay-duotone .posts__item--category-3 .effect-duotone__layer-inner {
  background-color: #9fe900; }

.hero-slider--overlay-duotone .posts__item--category-4 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-5 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-6 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-7 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-8 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-9 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-10 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-11 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.hero-slider--overlay-duotone .posts__item--category-12 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-1 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-2 .effect-duotone__layer-inner {
  background-color: #07e0c4; }

.page-heading--duotone.posts__item--category-3 .effect-duotone__layer-inner {
  background-color: #9fe900; }

.page-heading--duotone.posts__item--category-4 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-5 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-6 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-7 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-8 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-9 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-10 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-11 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

.page-heading--duotone.posts__item--category-12 .effect-duotone__layer-inner {
  background-color: #38a9ff; }

/**
 *
 * Duotone Static colors
 *
 */
.effect-duotone--blue .effect-duotone__layer::after {
  background-color: #1e2024; }

.effect-duotone--blue .effect-duotone__layer-inner {
  background-color: #4439e4; }

.effect-duotone--red .effect-duotone__layer::after {
  background-color: #1e2024; }

.effect-duotone--red .effect-duotone__layer-inner {
  background-color: #ff1c5c; }

.effect-duotone--grey .effect-duotone__layer::after {
  background-color: #1e2024; }

.effect-duotone--grey .effect-duotone__layer-inner {
  background-color: #dadada; }

.effect-duotone--yellow .effect-duotone__layer::after {
  background-color: #1e2024; }

.effect-duotone--yellow .effect-duotone__layer-inner {
  background-color: #ffcc00; }

/* Spacers */
.spacer {
  height: 30px;
  overflow: hidden; }

.spacer-sm {
  height: 15px;
  overflow: hidden; }

.spacer-xs {
  height: 10px;
  overflow: hidden; }

.spacer-lg {
  height: 45px;
  overflow: hidden; }

.spacer-xlg {
  height: 60px;
  overflow: hidden; }

.spacer-xxlg {
  height: 90px;
  overflow: hidden; }

/* Iframe */
iframe {
  max-width: 100%;
  border: none; }

/* VC */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 15px !important; }

/* SVG */
img[src$=".svg"].wp-post-image {
  width: auto !important;
  height: auto !important; }

/* Color Pallete */
.df-color-pallete {
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .df-color-pallete {
      flex-wrap: wrap; } }

.df-color-pallete__item {
  height: 120px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  line-height: 120px; }
  @media (max-width: 767px) {
    .df-color-pallete__item {
      flex-basis: 25%; } }
  @media (max-width: 479px) {
    .df-color-pallete__item {
      flex-basis: 50%; } }
  .df-color-pallete__item.color-dark {
    background-color: #1e2024; }
  .df-color-pallete__item.color-dark-lighten {
    background-color: #292c31; }
  .df-color-pallete__item.color-2 {
    background-color: #31404b; }
  .df-color-pallete__item.color-3 {
    background-color: #07e0c4; }
  .df-color-pallete__item.color-4 {
    background-color: #c2ff1f; }
  .df-color-pallete__item.color-gray {
    background-color: #9a9da2; }
  .df-color-pallete__item.color-primary {
    background-color: #38a9ff; }
  .df-color-pallete__item.color-primary-darken {
    background-color: #1892ed; }

.svg-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0; }

/* Alerts
/* ------------------------- */
.alert,
div.wpcf7-response-output {
  padding: 17px;
  padding-left: 85px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 13px;
  position: relative;
  color: #9a9da2;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }
  .alert::before,
  div.wpcf7-response-output::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px 0 0 4px;
    width: 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px; }
  .alert strong,
  div.wpcf7-response-output strong {
    color: #31404b;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold; }
  .alert p:last-child,
  div.wpcf7-response-output p:last-child {
    margin-bottom: 0; }

.alert-dismissible {
  padding-right: 37px; }
  .alert-dismissible .close {
    top: 17px;
    right: 17px;
    color: inherit;
    padding: 0;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: .2; }

.alert-btn-right {
  position: relative;
  float: right;
  top: 0;
  right: 0; }

.alert-success,
.wpcf7-mail-sent-ok {
  background-color: #fff;
  border-color: #e4e7ed !important; }
  .alert-success hr,
  .wpcf7-mail-sent-ok hr {
    border-top-color: #d5d9e3; }
  .alert-success::before,
  .wpcf7-mail-sent-ok::before {
    background-color: #24d9b0;
    background-size: 14px 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath transform='translate(-189.438 -2446.25)' fill='%23fff' d='M201.45,2446.24l2.121,2.13-9.192,9.19-2.122-2.12Zm-4.949,9.2-2.121,2.12-4.95-4.95,2.121-2.12Z'/%3E%3C/svg%3E"); }

.alert-info {
  background-color: #fff;
  border-color: #e4e7ed !important; }
  .alert-info hr {
    border-top-color: #d5d9e3; }
  .alert-info::before {
    background-color: #0cb2e2;
    background-size: 5px 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 18'%3E%3Cpath transform='translate(-194 -2257)' fill='%23fff' d='M194.714,2257h3.572a0.716,0.716,0,0,1,.714.72l-0.714,11.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72L194,2257.72A0.716,0.716,0,0,1,194.714,2257Zm0.715,14.4h2.142a0.716,0.716,0,0,1,.715.72v2.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72v-2.16A0.716,0.716,0,0,1,195.429,2271.4Z'/%3E%3C/svg%3E"); }

.alert-warning,
.wpcf7-mail-sent-ng {
  background-color: #fff;
  border-color: #e4e7ed !important; }
  .alert-warning hr,
  .wpcf7-mail-sent-ng hr {
    border-top-color: #d5d9e3; }
  .alert-warning::before,
  .wpcf7-mail-sent-ng::before {
    background-color: #ff7e1f;
    background-size: 5px 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 18'%3E%3Cpath transform='translate(-194 -2257)' fill='%23fff' d='M194.714,2257h3.572a0.716,0.716,0,0,1,.714.72l-0.714,11.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72L194,2257.72A0.716,0.716,0,0,1,194.714,2257Zm0.715,14.4h2.142a0.716,0.716,0,0,1,.715.72v2.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72v-2.16A0.716,0.716,0,0,1,195.429,2271.4Z'/%3E%3C/svg%3E"); }

.alert-danger,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
  background-color: #fff;
  border-color: #e4e7ed !important; }
  .alert-danger hr,
  .wpcf7-spam-blocked hr,
  .wpcf7-validation-errors hr {
    border-top-color: #d5d9e3; }
  .alert-danger::before,
  .wpcf7-spam-blocked::before,
  .wpcf7-validation-errors::before {
    background-color: #f34141;
    background-size: 11px 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath transform='translate(-190.844 -2353.84)' fill='%23fff' d='M190.843,2355.96l2.121-2.12,9.193,9.2-2.122,2.12Zm9.192-2.12,2.122,2.12-9.193,9.2-2.121-2.12Z'/%3E%3C/svg%3E"); }

/* Buttons */
.btn,
.button {
  border: 1px solid transparent;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  padding: 13px 42px;
  font-size: 11px;
  line-height: 1.5em;
  border-radius: 2px; }
  .btn:hover, .btn:focus, .btn.focus,
  .button:hover,
  .button:focus,
  .button.focus {
    color: #fff; }
  .btn:active, .btn.active,
  .button:active,
  .button.active {
    box-shadow: none; }

.btn-container {
  display: block; }

.btn-container--inline {
  display: inline-block; }

.btn-container--align-left {
  text-align: left; }

.btn-container--align-right {
  text-align: right; }

.btn-container--align-center {
  text-align: center; }

.btn-default,
.button {
  color: #fff;
  background-color: #9a9da2;
  border-color: transparent; }
  .btn-default:focus, .btn-default.focus,
  .button:focus,
  .button.focus {
    color: #fff;
    background-color: #868a91;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:hover,
  .button:hover {
    color: #fff;
    background-color: #868a91;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle,
  .button:active,
  .button.active,
  .open >
  .button.dropdown-toggle {
    color: #fff;
    background-color: #868a91;
    border-color: rgba(0, 0, 0, 0); }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .button:active:hover,
    .button:active:focus,
    .button:active.focus,
    .button.active:hover,
    .button.active:focus,
    .button.active.focus,
    .open >
    .button.dropdown-toggle:hover,
    .open >
    .button.dropdown-toggle:focus,
    .open >
    .button.dropdown-toggle.focus {
      color: #fff;
      background-color: #6e7177;
      border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle,
  .button:active,
  .button.active,
  .open >
  .button.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  .button.disabled:hover,
  .button.disabled:focus,
  .button.disabled.focus,
  .button[disabled]:hover,
  .button[disabled]:focus,
  .button[disabled].focus,
  fieldset[disabled]
  .button:hover,
  fieldset[disabled]
  .button:focus,
  fieldset[disabled]
  .button.focus {
    background-color: #9a9da2;
    border-color: transparent; }
  .btn-default .badge,
  .button .badge {
    color: #9a9da2;
    background-color: #fff; }

.btn-primary,
.button.alt {
  color: #fff;
  background-color: #31404b;
  border-color: transparent; }
  .btn-primary:focus, .btn-primary.focus,
  .button.alt:focus,
  .button.alt.focus {
    color: #fff;
    background-color: #1892ed;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:hover,
  .button.alt:hover {
    color: #fff;
    background-color: #1892ed;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle,
  .button.alt:active,
  .button.alt.active,
  .open >
  .button.alt.dropdown-toggle {
    color: #fff;
    background-color: #1892ed;
    border-color: rgba(0, 0, 0, 0); }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .button.alt:active:hover,
    .button.alt:active:focus,
    .button.alt:active.focus,
    .button.alt.active:hover,
    .button.alt.active:focus,
    .button.alt.active.focus,
    .open >
    .button.alt.dropdown-toggle:hover,
    .open >
    .button.alt.dropdown-toggle:focus,
    .open >
    .button.alt.dropdown-toggle.focus {
      color: #fff;
      background-color: #0f1317;
      border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle,
  .button.alt:active,
  .button.alt.active,
  .open >
  .button.alt.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  .button.alt.disabled:hover,
  .button.alt.disabled:focus,
  .button.alt.disabled.focus,
  .button.alt[disabled]:hover,
  .button.alt[disabled]:focus,
  .button.alt[disabled].focus,
  fieldset[disabled]
  .button.alt:hover,
  fieldset[disabled]
  .button.alt:focus,
  fieldset[disabled]
  .button.alt.focus {
    background-color: #31404b;
    border-color: transparent; }
  .btn-primary .badge,
  .button.alt .badge {
    color: #31404b;
    background-color: #fff; }

.btn-primary-inverse {
  color: #fff;
  background-color: #38a9ff;
  border-color: transparent; }
  .btn-primary-inverse:focus, .btn-primary-inverse.focus {
    color: #fff;
    background-color: #1892ed;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary-inverse:hover {
    color: #fff;
    background-color: #1892ed;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary-inverse:active, .btn-primary-inverse.active,
  .open > .btn-primary-inverse.dropdown-toggle {
    color: #fff;
    background-color: #1892ed;
    border-color: rgba(0, 0, 0, 0); }
    .btn-primary-inverse:active:hover, .btn-primary-inverse:active:focus, .btn-primary-inverse:active.focus, .btn-primary-inverse.active:hover, .btn-primary-inverse.active:focus, .btn-primary-inverse.active.focus,
    .open > .btn-primary-inverse.dropdown-toggle:hover,
    .open > .btn-primary-inverse.dropdown-toggle:focus,
    .open > .btn-primary-inverse.dropdown-toggle.focus {
      color: #fff;
      background-color: #007fe0;
      border-color: rgba(0, 0, 0, 0); }
  .btn-primary-inverse:active, .btn-primary-inverse.active,
  .open > .btn-primary-inverse.dropdown-toggle {
    background-image: none; }
  .btn-primary-inverse.disabled:hover, .btn-primary-inverse.disabled:focus, .btn-primary-inverse.disabled.focus, .btn-primary-inverse[disabled]:hover, .btn-primary-inverse[disabled]:focus, .btn-primary-inverse[disabled].focus,
  fieldset[disabled] .btn-primary-inverse:hover,
  fieldset[disabled] .btn-primary-inverse:focus,
  fieldset[disabled] .btn-primary-inverse.focus {
    background-color: #38a9ff;
    border-color: transparent; }
  .btn-primary-inverse .badge {
    color: #38a9ff;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #9fe900;
  border-color: transparent; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #95da00;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:hover {
    color: #fff;
    background-color: #95da00;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #95da00;
    border-color: rgba(0, 0, 0, 0); }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #649200;
      border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #9fe900;
    border-color: transparent; }
  .btn-success .badge {
    color: #9fe900;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #0cb2e2;
  border-color: transparent; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0ba7d3;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:hover {
    color: #fff;
    background-color: #0ba7d3;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0ba7d3;
    border-color: rgba(0, 0, 0, 0); }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #087190;
      border-color: rgba(0, 0, 0, 0); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #0cb2e2;
    border-color: transparent; }
  .btn-info .badge {
    color: #0cb2e2;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #ff7e1f;
  border-color: transparent; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ff7510;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:hover {
    color: #fff;
    background-color: #ff7510;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7510;
    border-color: rgba(0, 0, 0, 0); }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #c75500;
      border-color: rgba(0, 0, 0, 0); }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #ff7e1f;
    border-color: transparent; }
  .btn-warning .badge {
    color: #ff7e1f;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f34141;
  border-color: transparent; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #f23333;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:hover {
    color: #fff;
    background-color: #f23333;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f23333;
    border-color: rgba(0, 0, 0, 0); }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #d00d0d;
      border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #f34141;
    border-color: transparent; }
  .btn-danger .badge {
    color: #f34141;
    background-color: #fff; }

.btn.btn-instagram {
  background-color: #1e78dd;
  color: #fff; }
  .btn.btn-instagram:hover, .btn.btn-instagram:active, .btn.btn-instagram:focus {
    background-color: #3185e3; }
  .btn.btn-instagram i {
    font-size: 6px;
    position: relative;
    top: -1px; }
  .btn.btn-instagram.btn-sm {
    padding-left: 24px;
    padding-right: 24px; }

.btn.btn-facebook {
  color: #fff;
  background-color: #4d6baa;
  border-color: transparent; }
  .btn.btn-facebook:focus, .btn.btn-facebook.focus {
    color: #fff;
    background-color: #5c78b5;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-facebook:hover {
    color: #fff;
    background-color: #5c78b5;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-facebook:active, .btn.btn-facebook.active,
  .open > .btn.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #5c78b5;
    border-color: rgba(0, 0, 0, 0); }
    .btn.btn-facebook:active:hover, .btn.btn-facebook:active:focus, .btn.btn-facebook:active.focus, .btn.btn-facebook.active:hover, .btn.btn-facebook.active:focus, .btn.btn-facebook.active.focus,
    .open > .btn.btn-facebook.dropdown-toggle:hover,
    .open > .btn.btn-facebook.dropdown-toggle:focus,
    .open > .btn.btn-facebook.dropdown-toggle.focus {
      color: #fff;
      background-color: #32456e;
      border-color: rgba(0, 0, 0, 0); }
  .btn.btn-facebook:active, .btn.btn-facebook.active,
  .open > .btn.btn-facebook.dropdown-toggle {
    background-image: none; }
  .btn.btn-facebook.disabled:hover, .btn.btn-facebook.disabled:focus, .btn.btn-facebook.disabled.focus, .btn.btn-facebook[disabled]:hover, .btn.btn-facebook[disabled]:focus, .btn.btn-facebook[disabled].focus,
  fieldset[disabled] .btn.btn-facebook:hover,
  fieldset[disabled] .btn.btn-facebook:focus,
  fieldset[disabled] .btn.btn-facebook.focus {
    background-color: #4d6baa;
    border-color: transparent; }
  .btn.btn-facebook .badge {
    color: #4d6baa;
    background-color: #fff; }

.btn.btn-twitter {
  color: #fff;
  background-color: #3fcef2;
  border-color: transparent; }
  .btn.btn-twitter:focus, .btn.btn-twitter.focus {
    color: #fff;
    background-color: #57d4f4;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-twitter:hover {
    color: #fff;
    background-color: #57d4f4;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-twitter:active, .btn.btn-twitter.active,
  .open > .btn.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #57d4f4;
    border-color: rgba(0, 0, 0, 0); }
    .btn.btn-twitter:active:hover, .btn.btn-twitter:active:focus, .btn.btn-twitter:active.focus, .btn.btn-twitter.active:hover, .btn.btn-twitter.active:focus, .btn.btn-twitter.active.focus,
    .open > .btn.btn-twitter.dropdown-toggle:hover,
    .open > .btn.btn-twitter.dropdown-toggle:focus,
    .open > .btn.btn-twitter.dropdown-toggle.focus {
      color: #fff;
      background-color: #0ea6cc;
      border-color: rgba(0, 0, 0, 0); }
  .btn.btn-twitter:active, .btn.btn-twitter.active,
  .open > .btn.btn-twitter.dropdown-toggle {
    background-image: none; }
  .btn.btn-twitter.disabled:hover, .btn.btn-twitter.disabled:focus, .btn.btn-twitter.disabled.focus, .btn.btn-twitter[disabled]:hover, .btn.btn-twitter[disabled]:focus, .btn.btn-twitter[disabled].focus,
  fieldset[disabled] .btn.btn-twitter:hover,
  fieldset[disabled] .btn.btn-twitter:focus,
  fieldset[disabled] .btn.btn-twitter.focus {
    background-color: #3fcef2;
    border-color: transparent; }
  .btn.btn-twitter .badge {
    color: #3fcef2;
    background-color: #fff; }

.btn.btn-gplus {
  color: #fff;
  background-color: #e34d39;
  border-color: transparent; }
  .btn.btn-gplus:focus, .btn.btn-gplus.focus {
    color: #fff;
    background-color: #e6614f;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-gplus:hover {
    color: #fff;
    background-color: #e6614f;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-gplus:active, .btn.btn-gplus.active,
  .open > .btn.btn-gplus.dropdown-toggle {
    color: #fff;
    background-color: #e6614f;
    border-color: rgba(0, 0, 0, 0); }
    .btn.btn-gplus:active:hover, .btn.btn-gplus:active:focus, .btn.btn-gplus:active.focus, .btn.btn-gplus.active:hover, .btn.btn-gplus.active:focus, .btn.btn-gplus.active.focus,
    .open > .btn.btn-gplus.dropdown-toggle:hover,
    .open > .btn.btn-gplus.dropdown-toggle:focus,
    .open > .btn.btn-gplus.dropdown-toggle.focus {
      color: #fff;
      background-color: #ad2a18;
      border-color: rgba(0, 0, 0, 0); }
  .btn.btn-gplus:active, .btn.btn-gplus.active,
  .open > .btn.btn-gplus.dropdown-toggle {
    background-image: none; }
  .btn.btn-gplus.disabled:hover, .btn.btn-gplus.disabled:focus, .btn.btn-gplus.disabled.focus, .btn.btn-gplus[disabled]:hover, .btn.btn-gplus[disabled]:focus, .btn.btn-gplus[disabled].focus,
  fieldset[disabled] .btn.btn-gplus:hover,
  fieldset[disabled] .btn.btn-gplus:focus,
  fieldset[disabled] .btn.btn-gplus.focus {
    background-color: #e34d39;
    border-color: transparent; }
  .btn.btn-gplus .badge {
    color: #e34d39;
    background-color: #fff; }

.btn.btn-linkedin {
  color: #fff;
  background-color: #0077B5;
  border-color: transparent; }
  .btn.btn-linkedin:focus, .btn.btn-linkedin.focus {
    color: #fff;
    background-color: #0088cf;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-linkedin:hover {
    color: #fff;
    background-color: #0088cf;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-linkedin:active, .btn.btn-linkedin.active,
  .open > .btn.btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #0088cf;
    border-color: rgba(0, 0, 0, 0); }
    .btn.btn-linkedin:active:hover, .btn.btn-linkedin:active:focus, .btn.btn-linkedin:active.focus, .btn.btn-linkedin.active:hover, .btn.btn-linkedin.active:focus, .btn.btn-linkedin.active.focus,
    .open > .btn.btn-linkedin.dropdown-toggle:hover,
    .open > .btn.btn-linkedin.dropdown-toggle:focus,
    .open > .btn.btn-linkedin.dropdown-toggle.focus {
      color: #fff;
      background-color: #003e5e;
      border-color: rgba(0, 0, 0, 0); }
  .btn.btn-linkedin:active, .btn.btn-linkedin.active,
  .open > .btn.btn-linkedin.dropdown-toggle {
    background-image: none; }
  .btn.btn-linkedin.disabled:hover, .btn.btn-linkedin.disabled:focus, .btn.btn-linkedin.disabled.focus, .btn.btn-linkedin[disabled]:hover, .btn.btn-linkedin[disabled]:focus, .btn.btn-linkedin[disabled].focus,
  fieldset[disabled] .btn.btn-linkedin:hover,
  fieldset[disabled] .btn.btn-linkedin:focus,
  fieldset[disabled] .btn.btn-linkedin.focus {
    background-color: #0077B5;
    border-color: transparent; }
  .btn.btn-linkedin .badge {
    color: #0077B5;
    background-color: #fff; }

.btn.btn-vk {
  color: #fff;
  background-color: #6383A8;
  border-color: transparent; }
  .btn.btn-vk:focus, .btn.btn-vk.focus {
    color: #fff;
    background-color: #7390b1;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-vk:hover {
    color: #fff;
    background-color: #7390b1;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-vk:active, .btn.btn-vk.active,
  .open > .btn.btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #7390b1;
    border-color: rgba(0, 0, 0, 0); }
    .btn.btn-vk:active:hover, .btn.btn-vk:active:focus, .btn.btn-vk:active.focus, .btn.btn-vk.active:hover, .btn.btn-vk.active:focus, .btn.btn-vk.active.focus,
    .open > .btn.btn-vk.dropdown-toggle:hover,
    .open > .btn.btn-vk.dropdown-toggle:focus,
    .open > .btn.btn-vk.dropdown-toggle.focus {
      color: #fff;
      background-color: #415874;
      border-color: rgba(0, 0, 0, 0); }
  .btn.btn-vk:active, .btn.btn-vk.active,
  .open > .btn.btn-vk.dropdown-toggle {
    background-image: none; }
  .btn.btn-vk.disabled:hover, .btn.btn-vk.disabled:focus, .btn.btn-vk.disabled.focus, .btn.btn-vk[disabled]:hover, .btn.btn-vk[disabled]:focus, .btn.btn-vk[disabled].focus,
  fieldset[disabled] .btn.btn-vk:hover,
  fieldset[disabled] .btn.btn-vk:focus,
  fieldset[disabled] .btn.btn-vk.focus {
    background-color: #6383A8;
    border-color: transparent; }
  .btn.btn-vk .badge {
    color: #6383A8;
    background-color: #fff; }

.btn.btn-odnoklassniki {
  color: #fff;
  background-color: #F4731C;
  border-color: transparent; }
  .btn.btn-odnoklassniki:focus, .btn.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #f58234;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #f58234;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-odnoklassniki:active, .btn.btn-odnoklassniki.active,
  .open > .btn.btn-odnoklassniki.dropdown-toggle {
    color: #fff;
    background-color: #f58234;
    border-color: rgba(0, 0, 0, 0); }
    .btn.btn-odnoklassniki:active:hover, .btn.btn-odnoklassniki:active:focus, .btn.btn-odnoklassniki:active.focus, .btn.btn-odnoklassniki.active:hover, .btn.btn-odnoklassniki.active:focus, .btn.btn-odnoklassniki.active.focus,
    .open > .btn.btn-odnoklassniki.dropdown-toggle:hover,
    .open > .btn.btn-odnoklassniki.dropdown-toggle:focus,
    .open > .btn.btn-odnoklassniki.dropdown-toggle.focus {
      color: #fff;
      background-color: #b14c09;
      border-color: rgba(0, 0, 0, 0); }
  .btn.btn-odnoklassniki:active, .btn.btn-odnoklassniki.active,
  .open > .btn.btn-odnoklassniki.dropdown-toggle {
    background-image: none; }
  .btn.btn-odnoklassniki.disabled:hover, .btn.btn-odnoklassniki.disabled:focus, .btn.btn-odnoklassniki.disabled.focus, .btn.btn-odnoklassniki[disabled]:hover, .btn.btn-odnoklassniki[disabled]:focus, .btn.btn-odnoklassniki[disabled].focus,
  fieldset[disabled] .btn.btn-odnoklassniki:hover,
  fieldset[disabled] .btn.btn-odnoklassniki:focus,
  fieldset[disabled] .btn.btn-odnoklassniki.focus {
    background-color: #F4731C;
    border-color: transparent; }
  .btn.btn-odnoklassniki .badge {
    color: #F4731C;
    background-color: #fff; }

.btn.btn-whatsapp {
  color: #fff;
  background-color: #25D366;
  border-color: transparent; }
  .btn.btn-whatsapp:focus, .btn.btn-whatsapp.focus {
    color: #fff;
    background-color: #36dc74;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-whatsapp:hover {
    color: #fff;
    background-color: #36dc74;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-whatsapp:active, .btn.btn-whatsapp.active,
  .open > .btn.btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #36dc74;
    border-color: rgba(0, 0, 0, 0); }
    .btn.btn-whatsapp:active:hover, .btn.btn-whatsapp:active:focus, .btn.btn-whatsapp:active.focus, .btn.btn-whatsapp.active:hover, .btn.btn-whatsapp.active:focus, .btn.btn-whatsapp.active.focus,
    .open > .btn.btn-whatsapp.dropdown-toggle:hover,
    .open > .btn.btn-whatsapp.dropdown-toggle:focus,
    .open > .btn.btn-whatsapp.dropdown-toggle.focus {
      color: #fff;
      background-color: #188942;
      border-color: rgba(0, 0, 0, 0); }
  .btn.btn-whatsapp:active, .btn.btn-whatsapp.active,
  .open > .btn.btn-whatsapp.dropdown-toggle {
    background-image: none; }
  .btn.btn-whatsapp.disabled:hover, .btn.btn-whatsapp.disabled:focus, .btn.btn-whatsapp.disabled.focus, .btn.btn-whatsapp[disabled]:hover, .btn.btn-whatsapp[disabled]:focus, .btn.btn-whatsapp[disabled].focus,
  fieldset[disabled] .btn.btn-whatsapp:hover,
  fieldset[disabled] .btn.btn-whatsapp:focus,
  fieldset[disabled] .btn.btn-whatsapp.focus {
    background-color: #25D366;
    border-color: transparent; }
  .btn.btn-whatsapp .badge {
    color: #25D366;
    background-color: #fff; }

.btn.btn-viber {
  color: #fff;
  background-color: #7C529E;
  border-color: transparent; }
  .btn.btn-viber:focus, .btn.btn-viber.focus {
    color: #fff;
    background-color: #895eab;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-viber:hover {
    color: #fff;
    background-color: #895eab;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-viber:active, .btn.btn-viber.active,
  .open > .btn.btn-viber.dropdown-toggle {
    color: #fff;
    background-color: #895eab;
    border-color: rgba(0, 0, 0, 0); }
    .btn.btn-viber:active:hover, .btn.btn-viber:active:focus, .btn.btn-viber:active.focus, .btn.btn-viber.active:hover, .btn.btn-viber.active:focus, .btn.btn-viber.active.focus,
    .open > .btn.btn-viber.dropdown-toggle:hover,
    .open > .btn.btn-viber.dropdown-toggle:focus,
    .open > .btn.btn-viber.dropdown-toggle.focus {
      color: #fff;
      background-color: #4f3465;
      border-color: rgba(0, 0, 0, 0); }
  .btn.btn-viber:active, .btn.btn-viber.active,
  .open > .btn.btn-viber.dropdown-toggle {
    background-image: none; }
  .btn.btn-viber.disabled:hover, .btn.btn-viber.disabled:focus, .btn.btn-viber.disabled.focus, .btn.btn-viber[disabled]:hover, .btn.btn-viber[disabled]:focus, .btn.btn-viber[disabled].focus,
  fieldset[disabled] .btn.btn-viber:hover,
  fieldset[disabled] .btn.btn-viber:focus,
  fieldset[disabled] .btn.btn-viber.focus {
    background-color: #7C529E;
    border-color: transparent; }
  .btn.btn-viber .badge {
    color: #7C529E;
    background-color: #fff; }
  .btn.btn-viber img {
    width: 16px;
    height: auto; }
    .btn.btn-viber img + .post-sharing__label {
      margin-left: 10px; }

.btn.btn-telegram {
  color: #fff;
  background-color: #2CA5E0;
  border-color: transparent; }
  .btn.btn-telegram:focus, .btn.btn-telegram.focus {
    color: #fff;
    background-color: #42aee3;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-telegram:hover {
    color: #fff;
    background-color: #42aee3;
    border-color: rgba(0, 0, 0, 0); }
  .btn.btn-telegram:active, .btn.btn-telegram.active,
  .open > .btn.btn-telegram.dropdown-toggle {
    color: #fff;
    background-color: #42aee3;
    border-color: rgba(0, 0, 0, 0); }
    .btn.btn-telegram:active:hover, .btn.btn-telegram:active:focus, .btn.btn-telegram:active.focus, .btn.btn-telegram.active:hover, .btn.btn-telegram.active:focus, .btn.btn-telegram.active.focus,
    .open > .btn.btn-telegram.dropdown-toggle:hover,
    .open > .btn.btn-telegram.dropdown-toggle:focus,
    .open > .btn.btn-telegram.dropdown-toggle.focus {
      color: #fff;
      background-color: #17729e;
      border-color: rgba(0, 0, 0, 0); }
  .btn.btn-telegram:active, .btn.btn-telegram.active,
  .open > .btn.btn-telegram.dropdown-toggle {
    background-image: none; }
  .btn.btn-telegram.disabled:hover, .btn.btn-telegram.disabled:focus, .btn.btn-telegram.disabled.focus, .btn.btn-telegram[disabled]:hover, .btn.btn-telegram[disabled]:focus, .btn.btn-telegram[disabled].focus,
  fieldset[disabled] .btn.btn-telegram:hover,
  fieldset[disabled] .btn.btn-telegram:focus,
  fieldset[disabled] .btn.btn-telegram.focus {
    background-color: #2CA5E0;
    border-color: transparent; }
  .btn.btn-telegram .badge {
    color: #2CA5E0;
    background-color: #fff; }

.btn.btn-link {
  color: rgba(49, 64, 75, 0.4); }
  .btn.btn-link:hover {
    text-decoration: none;
    color: #31404b; }

.btn-lg {
  padding: 16px 80px;
  font-size: 13px;
  line-height: 1.45em;
  border-radius: 2px; }

.btn-sm {
  padding: 10px 38px;
  font-size: 11px;
  line-height: 1.5em;
  border-radius: 2px; }

.btn-xs {
  padding: 5px 13px;
  font-size: 9px;
  line-height: 1.5em;
  border-radius: 2px; }

.btn.btn-outline {
  background-color: transparent; }
  .btn.btn-outline.btn-default {
    border-color: #dbdfe6;
    color: #9a9da2; }
    .btn.btn-outline.btn-default:hover {
      background-color: #9a9da2;
      border-color: #9a9da2;
      color: #fff; }
      .btn.btn-outline.btn-default:hover.btn-circle {
        background-color: #9a9da2; }
  .btn.btn-outline.btn-primary {
    border-color: #e4e7ed;
    color: #31404b; }
    .btn.btn-outline.btn-primary:hover {
      background-color: #1892ed;
      border-color: #1892ed;
      color: #fff; }
      .btn.btn-outline.btn-primary:hover.btn-circle {
        background-color: #1892ed; }
  .btn.btn-outline.btn-inverse {
    border-color: #fff;
    color: #fff;
    border-width: 2px; }
    .btn.btn-outline.btn-inverse:hover {
      background-color: #1892ed;
      border-color: #1892ed;
      color: #fff; }
      .btn.btn-outline.btn-inverse:hover i {
        color: #fff; }
      .btn.btn-outline.btn-inverse:hover.btn-circle {
        background-color: #1892ed; }
  .btn.btn-outline.btn-success {
    border-color: #9fe900;
    color: #31404b;
    border-width: 2px; }
    .btn.btn-outline.btn-success:hover {
      background-color: #95da00;
      border-color: #95da00;
      color: #fff; }
      .btn.btn-outline.btn-success:hover i {
        color: #fff; }
      .btn.btn-outline.btn-success:hover.btn-circle {
        background-color: #95da00; }
  .btn.btn-outline.btn-info {
    border-color: #0cb2e2;
    color: #31404b;
    border-width: 2px; }
    .btn.btn-outline.btn-info:hover {
      background-color: #0ba7d3;
      border-color: #0ba7d3;
      color: #fff; }
      .btn.btn-outline.btn-info:hover i {
        color: #fff; }
      .btn.btn-outline.btn-info:hover.btn-circle {
        background-color: #0ba7d3; }
  .btn.btn-outline.btn-warning {
    border-color: #ff7e1f;
    color: #31404b;
    border-width: 2px; }
    .btn.btn-outline.btn-warning:hover {
      background-color: #ff7510;
      border-color: #ff7510;
      color: #fff; }
      .btn.btn-outline.btn-warning:hover i {
        color: #fff; }
      .btn.btn-outline.btn-warning:hover.btn-circle {
        background-color: #ff7510; }
  .btn.btn-outline.btn-danger {
    border-color: #f34141;
    color: #31404b;
    border-width: 2px; }
    .btn.btn-outline.btn-danger:hover {
      background-color: #f23333;
      border-color: #f23333;
      color: #fff; }
      .btn.btn-outline.btn-danger:hover i {
        color: #fff; }
      .btn.btn-outline.btn-danger:hover.btn-circle {
        background-color: #f23333; }

.btn-icon i {
  font-size: 14px;
  margin-right: 10px; }

.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px; }

.btn-single-icon {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 47px;
  text-align: center; }
  .btn-single-icon i {
    margin: 0;
    font-size: 13px;
    line-height: 1.2em; }

.btn-circle {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center; }
  .btn-circle i {
    font-size: 15px; }
  .btn-circle.btn-outline {
    border-width: 2px; }

.btn-block {
  padding-left: 0;
  padding-right: 0; }

.btn-condensed.btn-sm {
  padding: 13px 28px; }
  .btn-condensed.btn-sm.btn-icon-right {
    padding-right: 22px; }

.btn-fab {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #1892ed;
  border-radius: 50%; }
  .btn-fab::before, .btn-fab::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .btn-fab::before {
    width: 17px;
    height: 3px; }
  .btn-fab::after {
    width: 3px;
    height: 17px; }
  .btn-fab:hover::before, .btn-fab:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

.btn-fab--clean {
  background-color: transparent; }
  .btn-fab--clean::before, .btn-fab--clean::after {
    background-color: #38a9ff; }

.btn-fab--sm {
  width: 30px;
  height: 30px; }
  .btn-fab--sm::before {
    width: 10px;
    height: 2px; }
  .btn-fab--sm::after {
    width: 2px;
    height: 10px; }

/* Card
/* ------------------------- */
.card {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 15px; }
  .card.sticky {
    background-color: #fff; }

.card--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.card--block {
  display: block; }

.card--clean {
  background: none;
  border: none; }
  .card--clean .card__header {
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px; }
  .card--clean > .card__content {
    padding: 0; }
  .card--clean > .card__header + .card__content {
    padding: 15px 0 0 0; }

.card--has-table > .card__content {
  padding: 0;
  margin: 0 !important; }
  .card--has-table > .card__content .table {
    margin-bottom: 0; }

.card--no-paddings > .card__content {
  padding: 0; }

.card--squared-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card__header {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  padding: 22px 23px;
  border-radius: 4px 4px 0 0;
  position: relative;
  border-bottom: 1px solid #e4e7ed;
  overflow: hidden;
  background-color: transparent; }
  .card__header::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #38a9ff;
    border-radius: 3px 0 0 0; }
  .card__header ~ .card__header {
    border-radius: 0; }
    .card__header ~ .card__header::before {
      border-radius: 0; }
  .card__header > h4 {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: normal;
    padding-right: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    -webkit-box-flex: 1;
            flex-grow: 1; }

@media (min-width: 480px) {
  .card__header--has-checkbox .checkbox {
    padding-top: 0;
    font-size: 10px;
    font-weight: bold; } }

.card__header--no-bottom-border {
  border-bottom: none; }

.card__content {
  padding: 24px 24px;
  position: relative; }

.card__content-inner {
  padding: 20px; }

.card__subheader {
  background: #f5f7f9;
  border-top: 1px solid #e4e7ed;
  border-bottom: 1px solid #e4e7ed;
  text-align: center;
  padding: 8px 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .card__subheader {
      padding: 11px 0;
      margin-bottom: 30px; } }
  .card__subheader h5 {
    margin-bottom: 0;
    font-style: normal;
    text-transform: uppercase; }

.card__subheader--nomargins {
  margin: 0; }

.card__subheader--sm h5 {
  font-size: 11px;
  line-height: 1.2em; }

@media (min-width: 992px) {
  .card--lg .card__content {
    padding: 43px 43px; } }

@media (min-width: 992px) {
  .card--xlg .card__content {
    padding: 70px 70px; } }

.card--alt-color .card__header::before {
  background-color: #9fe900; }

.card__header.card__header--shop-filter {
  padding: 0; }

.card--section {
  border-radius: 0;
  border-left: none;
  border-right: none; }

/* Labels
/* ------------------------- */
.label {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  padding: .5em 1.1em;
  font-size: 8px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase; }

a.label:hover, a.label:focus {
  color: #fff; }

.label-default {
  background-color: #9a9da2; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #7f838a; }

.label-primary {
  background-color: #38a9ff; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #0593ff; }

.label-success {
  background-color: #24d9b0; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #1dad8d; }

.label-info {
  background-color: #0cb2e2; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #098cb2; }

.label-warning {
  background-color: #ff7e1f; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #eb6400; }

.label-danger {
  background-color: #f34141; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #f01111; }

/* Forms
/* ------------------------- */
label {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #31404b;
  margin-bottom: 9px;
  font-weight: bold; }
  label .required {
    color: #38a9ff; }

.form-control,
.input-text,
select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 52px;
  padding: 12px 16px;
  line-height: 1.733333;
  font-size: 15px;
  color: #31404b;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 2px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s; }
  .form-control:focus,
  .input-text:focus,
  select:focus {
    color: #31404b;
    background-color: #fff;
    border-color: #38a9ff;
    box-shadow: none;
    outline: none; }
  .form-control::-moz-placeholder,
  .input-text::-moz-placeholder,
  select::-moz-placeholder {
    color: rgba(154, 157, 162, 0.6);
    opacity: 1; }
  .form-control:-ms-input-placeholder,
  .input-text:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: rgba(154, 157, 162, 0.6); }
  .form-control::-webkit-input-placeholder,
  .input-text::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: rgba(154, 157, 162, 0.6); }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control,
  .input-text[disabled],
  .input-text[readonly],
  fieldset[disabled]
  .input-text,
  select[disabled],
  select[readonly],
  fieldset[disabled]
  select {
    background-color: #e4e7ed;
    border-color: #e4e7ed; }
    .form-control[disabled]::-moz-placeholder, .form-control[readonly]::-moz-placeholder,
    fieldset[disabled] .form-control::-moz-placeholder,
    .input-text[disabled]::-moz-placeholder,
    .input-text[readonly]::-moz-placeholder,
    fieldset[disabled]
    .input-text::-moz-placeholder,
    select[disabled]::-moz-placeholder,
    select[readonly]::-moz-placeholder,
    fieldset[disabled]
    select::-moz-placeholder {
      color: rgba(154, 157, 162, 0.4);
      opacity: 1; }
    .form-control[disabled]:-ms-input-placeholder, .form-control[readonly]:-ms-input-placeholder,
    fieldset[disabled] .form-control:-ms-input-placeholder,
    .input-text[disabled]:-ms-input-placeholder,
    .input-text[readonly]:-ms-input-placeholder,
    fieldset[disabled]
    .input-text:-ms-input-placeholder,
    select[disabled]:-ms-input-placeholder,
    select[readonly]:-ms-input-placeholder,
    fieldset[disabled]
    select:-ms-input-placeholder {
      color: rgba(154, 157, 162, 0.4); }
    .form-control[disabled]::-webkit-input-placeholder, .form-control[readonly]::-webkit-input-placeholder,
    fieldset[disabled] .form-control::-webkit-input-placeholder,
    .input-text[disabled]::-webkit-input-placeholder,
    .input-text[readonly]::-webkit-input-placeholder,
    fieldset[disabled]
    .input-text::-webkit-input-placeholder,
    select[disabled]::-webkit-input-placeholder,
    select[readonly]::-webkit-input-placeholder,
    fieldset[disabled]
    select::-webkit-input-placeholder {
      color: rgba(154, 157, 162, 0.4); }
  table .form-control, table
  .input-text, table
  select {
    font-family: "Source Sans Pro", sans-serif; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #31404b; }

.has-success .form-control {
  border-color: #24d9b0;
  box-shadow: none;
  background-position: center right 0.9em;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  padding-right: 2.2em; }
  .has-success .form-control:focus {
    border-color: #24d9b0;
    box-shadow: none; }

.has-success .input-group-addon {
  color: #24d9b0;
  border-color: #24d9b0;
  background-color: #fff; }

.has-success .form-control-feedback {
  color: #24d9b0; }

.has-success .form-control {
  background-size: 15px 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath transform='translate(-189.438 -2446.25)' fill='%2324d9b0' d='M201.45,2446.24l2.121,2.13-9.192,9.19-2.122-2.12Zm-4.949,9.2-2.121,2.12-4.95-4.95,2.121-2.12Z'/%3E%3C/svg%3E"); }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #31404b; }

.has-warning .form-control {
  border-color: #ff7e1f;
  box-shadow: none;
  background-position: center right 0.9em;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  padding-right: 2.2em; }
  .has-warning .form-control:focus {
    border-color: #ff7e1f;
    box-shadow: none; }

.has-warning .input-group-addon {
  color: #ff7e1f;
  border-color: #ff7e1f;
  background-color: #fff; }

.has-warning .form-control-feedback {
  color: #ff7e1f; }

.has-warning .form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff7e1f' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #31404b; }

.has-error .form-control {
  border-color: #f34141;
  box-shadow: none;
  background-position: center right 0.9em;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  padding-right: 2.2em; }
  .has-error .form-control:focus {
    border-color: #f34141;
    box-shadow: none; }

.has-error .input-group-addon {
  color: #f34141;
  border-color: #f34141;
  background-color: #fff; }

.has-error .form-control-feedback {
  color: #f34141; }

.has-error .form-control {
  background-size: 11px 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath transform='translate(-190.844 -2353.84)' fill='%23f34141' d='M190.843,2355.96l2.121-2.12,9.193,9.2-2.122,2.12Zm9.192-2.12,2.122,2.12-9.193,9.2-2.121-2.12Z'/%3E%3C/svg%3E"); }

.wpcf7-not-valid {
  border-color: #f34141;
  box-shadow: none;
  background-position: center right 0.9em;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  padding-right: 2.2em; }
  .wpcf7-not-valid:focus {
    border-color: #f34141;
    box-shadow: none; }
  .wpcf7-not-valid + .wpcf7-not-valid-tip {
    display: none; }

select.form-control,
select {
  border-radius: 2px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%2331404b' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
  background-position: right 1em center;
  background-repeat: no-repeat;
  padding-right: 2.2em;
  background-size: 6px 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: rgba(154, 157, 162, 0.4); }
  select.form-control::-ms-expand,
  select::-ms-expand {
    display: none; }
  select.form-control.input-sm,
  select.input-sm {
    height: 45px;
    padding-top: 7px;
    padding-bottom: 7px; }

select.form-control--clean {
  font-size: 15px;
  height: 28px;
  line-height: 1.2em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  color: #31404b;
  font-family: "Montserrat", sans-serif;
  border: none; }

.input-sm {
  height: 45px;
  padding: 10px 14px;
  font-size: 13px; }

.form-group {
  background: none;
  margin-bottom: 22px; }

.form-group--sm {
  margin-bottom: 15px; }

.form-group--xs {
  margin-bottom: 10px; }

.form-group--lg {
  margin-bottom: 34px; }

.form-group--submit {
  margin-bottom: 0;
  padding-top: 12px; }

.form-group--password-forgot {
  display: -webkit-box;
  display: flex;
  padding: 6px 0; }
  .form-group--password-forgot label {
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .form-group--password-forgot .password-reminder {
    font-size: 11px;
    text-transform: uppercase;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #31404b; }

.form-group--upload {
  overflow: hidden; }

@media (min-width: 768px) {
  .form-group__avatar {
    float: left;
    width: 240px;
    width: 240px; } }

.form-group__avatar img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  border-radius: 50%; }

.form-group__label {
  display: inline-block;
  vertical-align: middle; }
  .form-group__label h6 {
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: .2em; }
  .form-group__label span {
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    color: #c2c4c7; }

.form-group__upload {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .form-group__upload {
      padding-top: 15px; } }

.wpcf7-checkbox .wpcf7-list-item label,
.checkbox {
  position: relative;
  margin: 0;
  font-weight: bold;
  padding-left: 24px; }
  .wpcf7-checkbox .wpcf7-list-item label:hover,
  .checkbox:hover {
    cursor: pointer; }
  .widget--sidebar .wpcf7-checkbox .wpcf7-list-item label, .widget--sidebar
  .checkbox {
    font-size: 10px; }
  .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"],
  .checkbox input[type="checkbox"] {
    display: none; }
    .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked ~ .checkbox-indicator,
    .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before,
    .checkbox input[type="checkbox"]:checked ~ .checkbox-indicator,
    .checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
      background-color: #1892ed;
      border-color: #1892ed;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .wpcf7-checkbox .wpcf7-list-item label .checkbox-indicator,
  .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before,
  .checkbox .checkbox-indicator,
  .checkbox .wpcf7-list-item-label::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d8dce5;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%; }
  .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:disabled ~ .checkbox-indicator,
  .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:disabled ~ .wpcf7-list-item-label::before,
  .checkbox input[type="checkbox"]:disabled ~ .checkbox-indicator,
  .checkbox input[type="checkbox"]:disabled ~ .wpcf7-list-item-label::before {
    background-color: #e4e7ed;
    border-color: #d8dce5; }

.checkbox-inline .checkbox-indicator {
  top: 50%;
  margin-top: -9px; }

.wpcf7-checkbox .wpcf7-list-item:first-child {
  margin-left: 0; }

.checkbox-table {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .checkbox-table .checkbox--cell {
    margin: 0 0 -1px -1px; }

.checkbox--cell {
  width: 44px;
  height: 44px;
  position: relative; }
  .checkbox--cell input[type="checkbox"]:checked + .checkbox-indicator {
    background-color: #1892ed;
    background-image: none;
    border-color: #d8dce5;
    color: #fff; }
  .checkbox--cell .checkbox-indicator {
    content: "";
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #d8dce5;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 42px; }

.radio,
.wpcf7-radio .wpcf7-list-item label {
  position: relative;
  margin: 0;
  padding-left: 24px;
  cursor: pointer; }
  .radio input[type="radio"],
  .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
    display: none; }
    .radio input[type="radio"]:checked ~ .radio-indicator,
    .radio input[type="radio"]:checked ~ .wpcf7-list-item-label::before,
    .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked ~ .radio-indicator,
    .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked ~ .wpcf7-list-item-label::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2338a9ff'/%3E%3C/svg%3E"); }
  .radio .radio-indicator,
  .radio .wpcf7-list-item-label::before,
  .wpcf7-radio .wpcf7-list-item label .radio-indicator,
  .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d8dce5;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 8px; }
  .radio input[type="radio"]:disabled ~ .radio-indicator,
  .radio input[type="radio"]:disabled ~ .wpcf7-list-item-label::before,
  .wpcf7-radio .wpcf7-list-item label input[type="radio"]:disabled ~ .radio-indicator,
  .wpcf7-radio .wpcf7-list-item label input[type="radio"]:disabled ~ .wpcf7-list-item-label::before {
    background-color: #e4e7ed;
    border-color: #d8dce5;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%239a9da2'/%3E%3C/svg%3E"); }

.wpcf7-radio .wpcf7-list-item:first-child {
  margin-left: 0; }

.radio--word {
  position: relative;
  padding: 0 !important; }
  .radio--word + .radio--word {
    margin-left: 20px; }
  .radio--word input[type="radio"]:checked + .radio-label {
    color: #31404b; }
  .radio--word .radio-label {
    color: #bfc2c4;
    font-weight: 700; }

.radio--word-lg {
  font-size: 15px;
  line-height: 1.2em; }

.inline-form .input-group-btn .btn,
.inline-form .input-group-append .btn {
  padding-left: 28px;
  padding-right: 28px; }

abbr.required {
  border-bottom: none;
  color: #1892ed;
  margin-left: .2em; }

.quantity-control {
  overflow: hidden; }
  .quantity-control .btn {
    display: inline-block;
    height: 30px;
    padding: 0 8px;
    background: none;
    border: none;
    color: #adb3b7;
    vertical-align: middle; }
    .quantity-control .btn:hover, .quantity-control .btn:focus, .quantity-control .btn:active {
      color: #31404b; }
  .quantity-control .form-control {
    display: inline-block;
    width: 34px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    border: none;
    text-align: center;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    vertical-align: middle; }
    .quantity-control .form-control::-webkit-outer-spin-button, .quantity-control .form-control::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.product-quantity-control {
  width: 80px;
  margin: 0 auto; }

.form-desc--sm {
  font-size: 14px;
  line-height: 22px; }

.switch {
  white-space: nowrap; }

.switch__label-txt {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  vertical-align: middle;
  margin-right: .35em;
  color: #31404b; }
  @media (max-width: 479px) {
    .switch__label-txt {
      display: none; } }

.alc-switch-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
  margin: 0; }
  .alc-switch-toggle + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    padding: 2px;
    width: 48px;
    height: 24px;
    margin: 0;
    background-color: #e4e7ed;
    border-radius: 22px;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    border: 1px solid #e4e7ed; }
    .alc-switch-toggle + label::before, .alc-switch-toggle + label::after {
      display: block;
      position: absolute;
      content: ""; }
    .alc-switch-toggle + label::after {
      top: 2px;
      left: 2px;
      bottom: 2px;
      width: 18px;
      background-color: #fff;
      background-image: -webkit-linear-gradient(left, #e9e9ed, #e9e9ed 2px, transparent 2px), -webkit-linear-gradient(left, #e9e9ed, #e9e9ed 2px, transparent 2px);
      background-image: linear-gradient(to right, #e9e9ed, #e9e9ed 2px, transparent 2px), linear-gradient(to right, #e9e9ed, #e9e9ed 2px, transparent 2px);
      background-size: 2px 8px, 2px 8px;
      background-position: 6px 5px, 10px 5px;
      background-repeat: no-repeat, no-repeat;
      border-radius: 50%;
      -webkit-transition: margin 0.4s, background 0.4s;
      transition: margin 0.4s, background 0.4s; }
  .alc-switch-toggle:checked + label {
    background-color: #24d9b0; }
    .alc-switch-toggle:checked + label::after {
      margin-left: 26px; }

legend {
  color: #31404b;
  margin: 1.5em 0 .75em 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  border-bottom: none; }

div.wpcf7 .ajax-loader {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  width: 1.28571429em;
  height: auto;
  text-align: center; }
  div.wpcf7 .ajax-loader::before {
    content: "\f1ce"; }
    .footer div.wpcf7 .ajax-loader::before {
      color: #fff; }

/* Tooltips
/* ------------------------- */
.tooltip {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }
  .tooltip.show {
    opacity: 1; }

.tooltip-inner {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #38a9ff;
  border-radius: 2px; }

.bs-tooltip-top .arrow::before {
  border-top-color: #38a9ff; }

.bs-tooltip-right .arrow::before {
  border-right-color: #38a9ff; }

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #38a9ff; }

.bs-tooltip-left .arrow::before {
  border-left-color: #38a9ff; }

/* Countdown
/* ------------------------- */
.countdown__content {
  padding: 28px 0 5px 0; }

.countdown-counter {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
  .countdown-counter > span {
    font-size: 26px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #31404b;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    flex-basis: 25%;
    max-width: 25%;
    position: relative; }
    .countdown-counter > span > small {
      display: block;
      font-size: 10px;
      line-height: 1.2em;
      padding-top: 3px;
      color: #9a9da2; }
  .countdown-counter span + span::before {
    content: ":";
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: normal; }

/* Breadcrumbs
/* ------------------------- */
.breadcrumbs {
  padding: 3px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumbs ul.trail-items {
    padding: 0;
    margin: 0; }
    .breadcrumbs ul.trail-items > li::after {
      padding: 0 0.5em;
      color: #c2ff1f; }
    .breadcrumbs ul.trail-items > li > a {
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .breadcrumbs ul.trail-items > li > a:hover {
        color: #c2ff1f; }
    .breadcrumbs ul.trail-items li.trail-end {
      color: rgba(255, 255, 255, 0.5); }

.page-heading ul.trail-items {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 0; }
  @media (min-width: 992px) {
    .page-heading ul.trail-items {
      font-size: 11px;
      padding: 3px 0; } }
  .page-heading ul.trail-items > li::after {
    color: #9a9da2;
    font-weight: normal; }
  .page-heading ul.trail-items > li > a {
    color: #fff; }
    .page-heading ul.trail-items > li > a:hover {
      color: #38a9ff; }

/* Content Navigation
/* ------------------------- */
.btn-nav {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  background-color: #9a9da2;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-nav:hover {
    color: #fff;
    background-color: #31404b; }

/* Pagination
/* ------------------------- */
.post-pagination {
  overflow: hidden; }

.pagination,
.page-numbers {
  list-style-type: none;
  padding: 0;
  margin: 20px 0; }
  .gallery + .pagination, .gallery +
  .page-numbers {
    text-align: center; }
  .pagination > li,
  .page-numbers > li {
    display: inline;
    padding: 0;
    margin: 0; }
    .pagination > li > a,
    .pagination > li > span,
    .page-numbers > li > a,
    .page-numbers > li > span {
      display: inline-block;
      margin: 0 4px;
      padding: 0;
      line-height: 36px;
      width: 36px;
      height: 36px;
      text-align: center;
      background-color: #fff;
      border-radius: 3px;
      border-color: #e4e7ed;
      color: #31404b;
      font-size: 11px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      position: static;
      border: 1px solid #e4e7ed; }
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .page-numbers > li > a:hover,
    .page-numbers > li > span:hover {
      background-color: #1892ed;
      border-color: #1892ed;
      color: #fff; }
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .page-numbers > li > a:hover,
    .page-numbers > li > span:hover {
      background-color: #1892ed;
      border-color: #1892ed;
      color: #fff; }
    .pagination > li > a.current,
    .pagination > li > span.current,
    .page-numbers > li > a.current,
    .page-numbers > li > span.current {
      background-color: #1892ed;
      border-color: #1892ed;
      color: #fff; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus,
  .page-numbers > .active > a,
  .page-numbers > .active > a:hover,
  .page-numbers > .active > a:focus,
  .page-numbers > .active > span,
  .page-numbers > .active > span:hover,
  .page-numbers > .active > span:focus {
    background-color: #1892ed;
    border-color: #1892ed;
    color: #fff; }

.pagination--condensed > li > a,
.pagination--condensed > li > span {
  border-radius: 0;
  margin: 0;
  margin-left: -1px; }

.pagination--condensed > li:first-child > a,
.pagination--condensed > li:first-child > span, .pagination--condensed > li:last-child > a,
.pagination--condensed > li:last-child > span {
  border-radius: 0; }

.pagination--lg > li > a,
.pagination--lg > li > span {
  width: 50px;
  height: 50px;
  line-height: 50px; }

/* Comment Navigation
/* ------------------------- */
.comment-navigation > a,
.comment-navigation > span {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  border-color: #e4e7ed;
  color: #31404b;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: static;
  border: 1px solid #e4e7ed; }

.comment-navigation > a:hover,
.comment-navigation > span:hover {
  background-color: #1892ed;
  border-color: #1892ed;
  color: #fff; }

.comment-navigation > a.current, .comment-navigation > a.current:hover, .comment-navigation > a.current:focus,
.comment-navigation > span.current,
.comment-navigation > span.current:hover,
.comment-navigation > span.current:focus {
  background-color: #1892ed;
  border-color: #1892ed;
  color: #fff; }

.comment-navigation--condensed > a,
.comment-navigation--condensed > span {
  border-radius: 0;
  margin: 0;
  margin-left: -1px; }

.comment-navigation--condensed > a:first-child,
.comment-navigation--condensed > span:first-child,
.comment-navigation--condensed > a:last-child,
.comment-navigation--condensed > span:last-child {
  border-radius: 0; }

.comment-navigation--lg > a,
.comment-navigation--lg > span {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.paging_simple_numbers {
  padding: 10px 24px; }
  .sp-data-table + .paging_simple_numbers {
    margin-top: 48px;
    text-align: center; }
  .paging_simple_numbers .paginate_button {
    display: inline-block;
    margin: 0 4px;
    padding: 0 1em;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    border-color: #e4e7ed;
    color: #31404b;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: static;
    border: 1px solid #e4e7ed; }
    .paging_simple_numbers .paginate_button:not(.current):hover {
      background-color: #1892ed;
      border-color: #1892ed;
      color: #fff;
      cursor: pointer; }
  .paging_simple_numbers > span .paginate_button {
    width: 36px;
    height: 36px;
    padding-left: 0;
    padding-right: 0; }

.page-links .btn {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  text-align: center;
  cursor: default;
  margin: 0 2px; }

.page-links a:hover .btn {
  cursor: pointer; }

.page-links__title {
  font-size: 10px;
  display: inline-block;
  margin-right: 1em; }

/* Progress Bars
/* ------------------------- */
.progress-stats {
  overflow: hidden;
  position: relative;
  margin-bottom: 19px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .progress-stats .progress {
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin-bottom: 0;
    top: 0; }

.progress {
  overflow: hidden;
  height: 6px;
  margin-bottom: 10px;
  background-color: #ecf0f6;
  border-radius: 3px;
  box-shadow: none;
  position: relative;
  top: 2px; }

.progress__bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 6px;
  color: #fff;
  background-color: #38a9ff;
  box-shadow: none;
  border-radius: 3px; }

.progress__label,
.progress__number {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1em; }

.progress__label {
  color: #31404b; }
  .progress__label + .progress {
    margin-left: 10px; }
  .progress__label.progress__label--color-default {
    color: #9a9da2; }

.progress__number {
  font-weight: normal; }
  .progress__number.progress__number--color-highlight {
    color: #31404b; }
  .progress + .progress__number {
    margin-left: 10px; }

.progress__label-top {
  display: block;
  text-align: right; }

.progress__label--abbr {
  width: 20px;
  white-space: nowrap; }

.progress__number--20 {
  width: 20px; }

.progress__bar--secondary {
  background-color: #c2ff1f; }

.progress__bar--success {
  background-color: #9fe900; }

.progress__bar--info {
  background-color: #0cb2e2; }

.progress__bar--warning {
  background-color: #ff7e1f; }

.progress__bar--danger {
  background-color: #f34141; }

.progress__bar--danger {
  background-color: #f34141; }

.progress__bar--aqua-gradient {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#0683d3), to(#3ffeca));
  background-image: -webkit-linear-gradient(left, #0683d3, #3ffeca 100%);
  background-image: linear-gradient(to right, #0683d3, #3ffeca 100%); }

.progress-double-wrapper {
  width: 100%; }
  .progress-double-wrapper + .progress-double-wrapper {
    margin-top: 12px; }
  .progress-double-wrapper .progress--battery {
    margin-bottom: 0; }

.progress-double-wrapper--fullwidth .progress--battery {
  background-image: none !important; }

.progress-inner-holder {
  display: table;
  width: 100%;
  max-width: 100%;
  padding-bottom: 3px; }

.progress__digit {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  font-weight: 400; }

.progress__digit--40 {
  width: 40px; }
  .progress__digit--40.progress__digit--left {
    padding-right: 0; }
  .progress__digit--40.progress__digit--right {
    text-align: right;
    padding-left: 0; }

.progress__digit--38 {
  width: 38px; }
  .progress__digit--38.progress__digit--left {
    padding-right: 0; }
  .progress__digit--38.progress__digit--right {
    text-align: right;
    padding-left: 0; }

.progress__digit--highlight {
  color: #31404b; }

.progress__digit--left {
  padding-right: 20px; }

.progress__digit--right {
  padding-left: 20px; }

.progress-title {
  font-size: 10px;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  text-align: center; }

.progress__double {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap; }
  .progress__double .progress {
    width: 50%;
    margin-bottom: 0;
    top: 3px; }
    .progress__double .progress:first-child {
      border-radius: 3px 0 0 3px; }
      .progress__double .progress:first-child .progress__bar {
        margin-left: auto;
        border-radius: 3px 0 0 3px; }
    .progress__double .progress:last-child {
      border-radius: 0 3px 3px 0; }
      .progress__double .progress:last-child .progress__bar {
        border-radius: 0 3px 3px 0; }
    .progress__double .progress.progress--battery:first-child {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      margin-right: 2px;
      width: calc(50% - 2px); }
      .progress__double .progress.progress--battery:first-child .progress__bar {
        margin-left: 0; }
    .progress__double .progress.progress--battery:last-child {
      margin-left: 2px;
      width: calc(50% - 2px); }

.progress__double--label-center .progress-title {
  float: left;
  width: 38%; }

.progress__double--label-center .progress {
  width: 31%; }

.progress-stats--top-labels {
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  overflow: visible; }
  .progress-stats--top-labels .progress__label {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .progress-stats--top-labels .progress {
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-left: 0 !important;
    margin-top: 12px;
    margin-bottom: 10px; }
  .progress-stats--top-labels .progress__number {
    -webkit-box-ordinal-group: 2;
            order: 1;
    font-weight: 700; }

.progress--lg {
  height: 9px;
  border-radius: 5px; }
  .progress--lg .progress__bar {
    border-radius: 5px; }
  .progress--lg .progress__double .progress:first-child {
    border-radius: 5px 0 0 5px; }
    .progress--lg .progress__double .progress:first-child .progress__bar {
      border-radius: 5px 0 0 5px; }
  .progress--lg .progress__double .progress:last-child {
    border-radius: 0 5px 5px 0; }
    .progress--lg .progress__double .progress:last-child .progress__bar {
      border-radius: 0 5px 5px 0; }

/* Progress - */
.progress--battery {
  height: 20px;
  margin-bottom: 18px;
  top: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle, #ecf0f6, #ecf0f6 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #ecf0f6, #ecf0f6 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #ecf0f6, #ecf0f6 4px, transparent 4px, transparent 8px);
  background-image: radial-gradient(circle, #ecf0f6, #ecf0f6 2px, transparent 2px, transparent), radial-gradient(circle, #ecf0f6, #ecf0f6 2px, transparent 2px, transparent), linear-gradient(to right, #ecf0f6, #ecf0f6 4px, transparent 4px, transparent 8px);
  background-size: 8px 8px, 8px 8px, 8px 16px;
  background-position: -2px -2px, -2px 14px, 0 2px;
  background-repeat: repeat-x, repeat-x, repeat-x, repeat-x; }
  .progress--battery .progress__bar {
    line-height: 20px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #38a9ff, #38a9ff 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #38a9ff, #38a9ff 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #38a9ff, #38a9ff 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #38a9ff, #38a9ff 2px, transparent 2px, transparent), radial-gradient(circle, #38a9ff, #38a9ff 2px, transparent 2px, transparent), linear-gradient(to right, #38a9ff, #38a9ff 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x; }
  .progress--battery .progress__bar--secondary {
    line-height: 20px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #c2ff1f, #c2ff1f 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #c2ff1f, #c2ff1f 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #c2ff1f, #c2ff1f 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #c2ff1f, #c2ff1f 2px, transparent 2px, transparent), radial-gradient(circle, #c2ff1f, #c2ff1f 2px, transparent 2px, transparent), linear-gradient(to right, #c2ff1f, #c2ff1f 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x; }
  .progress--battery .progress__bar--success {
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #9fe900, #9fe900 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #9fe900, #9fe900 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #9fe900, #9fe900 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #9fe900, #9fe900 2px, transparent 2px, transparent), radial-gradient(circle, #9fe900, #9fe900 2px, transparent 2px, transparent), linear-gradient(to right, #9fe900, #9fe900 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x; }
  .progress--battery .progress__bar--info {
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #0cb2e2, #0cb2e2 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #0cb2e2, #0cb2e2 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #0cb2e2, #0cb2e2 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #0cb2e2, #0cb2e2 2px, transparent 2px, transparent), radial-gradient(circle, #0cb2e2, #0cb2e2 2px, transparent 2px, transparent), linear-gradient(to right, #0cb2e2, #0cb2e2 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x; }
  .progress--battery .progress__bar--warning {
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #ff7e1f, #ff7e1f 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #ff7e1f, #ff7e1f 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #ff7e1f, #ff7e1f 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #ff7e1f, #ff7e1f 2px, transparent 2px, transparent), radial-gradient(circle, #ff7e1f, #ff7e1f 2px, transparent 2px, transparent), linear-gradient(to right, #ff7e1f, #ff7e1f 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x; }
  .progress--battery .progress__bar--danger {
    background-color: transparent;
    background-image: -webkit-radial-gradient(circle, #f34141, #f34141 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, #f34141, #f34141 2px, transparent 2px, transparent), -webkit-linear-gradient(left, #f34141, #f34141 4px, transparent 4px, transparent 8px);
    background-image: radial-gradient(circle, #f34141, #f34141 2px, transparent 2px, transparent), radial-gradient(circle, #f34141, #f34141 2px, transparent 2px, transparent), linear-gradient(to right, #f34141, #f34141 4px, transparent 4px, transparent 8px);
    background-size: 8px 8px, 8px 8px, 8px 16px;
    background-position: -2px -2px, -2px 14px, 0 2px;
    background-repeat: repeat-x, repeat-x, repeat-x; }

.progress--battery-custom .progress__bar {
  background-image: -webkit-radial-gradient(circle, currentColor, currentColor 2px, transparent 2px, transparent), -webkit-radial-gradient(circle, currentColor, currentColor 2px, transparent 2px, transparent), -webkit-linear-gradient(left, currentColor, currentColor 4px, transparent 4px, transparent 8px) !important;
  background-image: radial-gradient(circle, currentColor, currentColor 2px, transparent 2px, transparent), radial-gradient(circle, currentColor, currentColor 2px, transparent 2px, transparent), linear-gradient(to right, currentColor, currentColor 4px, transparent 4px, transparent 8px) !important; }

/* Circular Bars
/* ------------------------- */
.circular {
  margin: 10px 0; }
  @media (min-width: 992px) {
    .circular {
      margin: 0; } }

.circular__bar {
  position: relative;
  margin: 0 auto;
  width: 70px;
  height: 70px; }
  .circular__bar + .circular__label {
    margin-top: 1.2em; }
  @media (min-width: 992px) {
    .circular__bar {
      width: 90px;
      height: 90px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .circular__bar {
      width: 80px;
      height: 80px; } }
  .circular__bar canvas {
    width: 100% !important;
    height: 100% !important;
    vertical-align: top; }

.circular__percents {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #31404b;
  line-height: 1.2em; }
  @media (min-width: 992px) {
    .circular__percents {
      font-size: 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .circular__percents {
      font-size: 14px; } }
  .circular__percents small {
    font-size: 10px; }
    @media (min-width: 992px) {
      .circular__percents small {
        font-size: 12px; } }
  .circular__percents .circular__label {
    display: block;
    font-size: 9px;
    line-height: 1.2em;
    color: #9a9da2; }

@media (min-width: 992px) {
  .circular__percents--lg {
    font-size: 24px; } }

.circular__label {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  text-align: center; }
  @media (min-width: 992px) {
    .circular__label {
      font-size: 10px; } }

.circular--size-70 .circular__bar {
  width: 50px;
  height: 50px; }
  @media (min-width: 992px) {
    .circular--size-70 .circular__bar {
      width: 70px;
      height: 70px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .circular--size-70 .circular__bar {
      width: 60px;
      height: 60px; } }
  @media (min-width: 992px) {
    .circular--size-70 .circular__bar .circular__percents {
      font-size: 14px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .circular--size-70 .circular__bar .circular__percents {
      font-size: 14px; } }

/* Lightbox Holder
/* ------------------------- */
.lightbox-holder {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px; }

.lightbox-holder__link {
  display: block;
  position: relative; }
  .lightbox-holder__link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #171d21;
    opacity: .7;
    z-index: 4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .lightbox-holder__link:hover::before {
    opacity: .5; }

.lightbox-holder__link--play::before {
  content: "\f04b";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 26px;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #38a9ff;
  background-color: rgba(237, 239, 244, 0.6);
  border-radius: 50%;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  text-indent: 3px;
  opacity: 1; }
  @media (min-width: 992px) {
    .lightbox-holder__link--play::before {
      width: 80px;
      height: 80px;
      line-height: 68px;
      border-width: 6px;
      font-size: 28px;
      text-indent: 5px; } }

@media (min-width: 1199px) {
  .lightbox-holder__link--play .lightbox-holder__overlay h3 {
    width: 70%; } }

.lightbox-holder__overlay {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px 10px 10px;
  z-index: 4; }
  @media (min-width: 992px) {
    .lightbox-holder__overlay {
      padding: 0 30px 35px 30px; } }
  .lightbox-holder__overlay h3 {
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    margin-bottom: .5em; }
    @media (min-width: 992px) {
      .lightbox-holder__overlay h3 {
        font-size: 24px;
        margin-bottom: .4em; } }
  .lightbox-holder__overlay time {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #9a9da2; }
    @media (min-width: 992px) {
      .lightbox-holder__overlay time {
        font-size: 10px; } }

.lightbox-holder__overlay--video {
  padding-left: 40px; }
  @media (min-width: 992px) {
    .lightbox-holder__overlay--video {
      padding-left: 90px; } }
  .lightbox-holder__overlay--video::before {
    content: "\f04b";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 16px;
    left: 10px;
    top: 0;
    border: 2px solid #38a9ff;
    border-radius: 50%;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    text-indent: 3px; }
    @media (min-width: 992px) {
      .lightbox-holder__overlay--video::before {
        left: 30px;
        width: 40px;
        height: 40px;
        line-height: 32px;
        border-width: 4px;
        font-size: 14px;
        text-indent: 5px; } }

.lightbox-holder.posts__item--category-1 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-1 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

.lightbox-holder.posts__item--category-2 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-2 .lightbox-holder__overlay--video::before {
  border-color: #07e0c4; }

.lightbox-holder.posts__item--category-3 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-3 .lightbox-holder__overlay--video::before {
  border-color: #9fe900; }

.lightbox-holder.posts__item--category-4 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-4 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

.lightbox-holder.posts__item--category-5 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-5 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

.lightbox-holder.posts__item--category-6 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-6 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

.lightbox-holder.posts__item--category-7 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-7 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

.lightbox-holder.posts__item--category-8 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-8 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

.lightbox-holder.posts__item--category-9 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-9 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

.lightbox-holder.posts__item--category-10 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-10 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

.lightbox-holder.posts__item--category-11 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-11 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

.lightbox-holder.posts__item--category-12 .lightbox-holder__link--play::before,
.lightbox-holder.posts__item--category-12 .lightbox-holder__overlay--video::before {
  border-color: #38a9ff; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* Custom Select
/* ------------------------- */
/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  div.cs-select:focus {
    outline: none;
    /* For better accessibility add a style for this in your skin */ }

.cs-select {
  /* Placeholder and selected option */
  /* Options */
  /* Optgroup and optgroup label */ }
  .cs-select select {
    display: none; }
  .cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 22px 24px 12px 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 992px) {
      .cs-select span {
        padding-top: 32px;
        padding-bottom: 24px; } }
  .cs-select > span {
    padding-right: 3em; }
  .cs-select > span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    right: 23px;
    display: block;
    width: 6px;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%2331404b' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    background: #fff;
    visibility: hidden;
    left: 0;
    right: 0;
    width: 100%; }
  .cs-select.cs-active .cs-options {
    visibility: visible; }
  .cs-select ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 100%; }
  .cs-select ul span {
    padding: 1em; }
  .cs-select ul li.cs-focus span {
    background-color: #ddd; }
  .cs-select li.cs-optgroup ul {
    padding-left: 1em; }
  .cs-select li.cs-optgroup > span {
    cursor: default; }

div.cs-active {
  z-index: 200; }

/* Skin */
div.cs-skin-border {
  background: transparent;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em; }
  div.cs-skin-border > span {
    border-left: 1px solid #e4e7ed;
    border-right: 1px solid #e4e7ed;
    border-bottom: none;
    border-top: none;
    color: #31404b;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s; }
  div.cs-skin-border ul span::after {
    content: '';
    opacity: 0; }
  div.cs-skin-border.cs-active > span {
    color: #31404b; }
  div.cs-skin-border .cs-options {
    border-left: 1px solid #e4e7ed;
    border-right: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed;
    color: rgba(49, 64, 75, 0.4);
    font-size: 11px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s; }
  div.cs-skin-border.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  div.cs-skin-border ul span {
    padding: 5px 24px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  div.cs-skin-border .cs-options li span:hover,
  div.cs-skin-border li.cs-focus span {
    color: #31404b; }

/* Slick */
.slick-slide {
  outline: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 20px;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 2px;
  background-color: #999ea6;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: #1892ed;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  right: 50px; }
  .slick-prev::before {
    content: "";
    font-weight: 700; }

.slick-next {
  right: 20px; }
  .slick-next::before {
    content: "";
    font-weight: 700; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      padding: 0;
      background: transparent;
      border: none;
      display: block;
      height: 10px;
      width: 10px;
      line-height: 10px;
      overflow: hidden;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      border-radius: 50%;
      background-color: #d7d8da;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 1; }
      .slick-dots li button:hover {
        background-color: #31404b; }
    .slick-dots li.slick-active button {
      background-color: #38a9ff;
      opacity: 0.75; }

/* Featured News */
.slick-featured img {
  border-radius: 4px; }

/* Featured Slider */
.posts--slider-featured .slick-prev,
.posts--slider-featured .slick-next {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); }

/* Featured Slider - Center */
.posts-slider--center .slick-prev,
.posts-slider--center .slick-next {
  top: auto;
  bottom: 20px; }
  @media (min-width: 992px) {
    .posts-slider--center .slick-prev,
    .posts-slider--center .slick-next {
      bottom: 50px; } }

.posts-slider--center .slick-prev {
  right: 50%;
  margin-right: 4px; }

.posts-slider--center .slick-next {
  right: auto;
  left: 50%;
  margin-left: 4px; }

/* Featured Carousel, Team Roster, Awards Slider (change prev/next button) */
.featured-carousel .slick-prev,
.featured-carousel .slick-next,
.team-roster--slider .slick-prev,
.team-roster--slider .slick-next,
.awards--slider .slick-prev,
.awards--slider .slick-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #404650;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .featured-carousel .slick-prev::before,
  .featured-carousel .slick-next::before,
  .team-roster--slider .slick-prev::before,
  .team-roster--slider .slick-next::before,
  .awards--slider .slick-prev::before,
  .awards--slider .slick-next::before {
    opacity: 1; }
  .featured-carousel .slick-prev:hover, .featured-carousel .slick-prev:focus,
  .featured-carousel .slick-next:hover,
  .featured-carousel .slick-next:focus,
  .team-roster--slider .slick-prev:hover,
  .team-roster--slider .slick-prev:focus,
  .team-roster--slider .slick-next:hover,
  .team-roster--slider .slick-next:focus,
  .awards--slider .slick-prev:hover,
  .awards--slider .slick-prev:focus,
  .awards--slider .slick-next:hover,
  .awards--slider .slick-next:focus {
    background-color: transparent;
    border-color: #1892ed; }

.featured-carousel .slick-prev,
.team-roster--slider .slick-prev,
.awards--slider .slick-prev {
  left: 50%;
  margin-left: -20%; }
  .featured-carousel .slick-prev::before,
  .team-roster--slider .slick-prev::before,
  .awards--slider .slick-prev::before {
    content: "";
    margin-left: -2px; }

.featured-carousel .slick-next,
.team-roster--slider .slick-next,
.awards--slider .slick-next {
  right: 50%;
  margin-right: -20%; }
  .featured-carousel .slick-next::before,
  .team-roster--slider .slick-next::before,
  .awards--slider .slick-next::before {
    content: "";
    margin-left: 2px; }

/* Featured Carousel */
.featured-carousel .slick-dots,
.player-info .slick-dots {
  bottom: 20px; }
  .featured-carousel .slick-dots li,
  .player-info .slick-dots li {
    width: 30px;
    height: 4px;
    margin: 0 3px; }
    .featured-carousel .slick-dots li button,
    .player-info .slick-dots li button {
      width: 30px;
      height: 4px;
      padding: 0;
      background-color: #fff;
      border-radius: 0; }
      .featured-carousel .slick-dots li button::before,
      .player-info .slick-dots li button::before {
        display: none; }
    .featured-carousel .slick-dots li.slick-active button,
    .player-info .slick-dots li.slick-active button {
      background-color: #1892ed; }

.player-info .slick-dots {
  bottom: -20px; }

/* Awards Slider */
.awards--slider .slick-prev,
.awards--slider .slick-next {
  border-color: #aeb0b4;
  opacity: .2;
  margin-top: 0;
  top: 40%; }
  .awards--slider .slick-prev::before,
  .awards--slider .slick-next::before {
    opacity: 1;
    color: #aeb0b4; }
  .awards--slider .slick-prev:hover, .awards--slider .slick-prev:focus,
  .awards--slider .slick-next:hover,
  .awards--slider .slick-next:focus {
    opacity: 1;
    border-color: #aeb0b4; }

.awards--slider .slick-prev {
  left: 0;
  margin-left: 0; }

.awards--slider .slick-next {
  right: 0;
  margin-right: 0; }

.awards--slider.slick-vertical {
  margin-bottom: 0; }
  .awards--slider.slick-vertical .slick-dots {
    width: 10px;
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .awards--slider.slick-vertical .slick-dots li {
      height: auto; }

/* Team Roster - Card Slider */
.team-roster--card-slider,
.js-team-roster--card-compact {
  margin-bottom: 14px; }
  @media (min-width: 992px) {
    .team-roster--card-slider,
    .js-team-roster--card-compact {
      padding-bottom: 70px;
      margin-bottom: 34px; } }
  .team-roster--card-slider .slick-prev,
  .team-roster--card-slider .slick-next,
  .js-team-roster--card-compact .slick-prev,
  .js-team-roster--card-compact .slick-next {
    top: auto;
    bottom: 0;
    border: 1px solid #e4e7ed;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-color: #fff; }
    .team-roster--card-slider .slick-prev::before,
    .team-roster--card-slider .slick-next::before,
    .js-team-roster--card-compact .slick-prev::before,
    .js-team-roster--card-compact .slick-next::before {
      color: #31404b; }
    .team-roster--card-slider .slick-prev:hover:not(.slick-disabled),
    .team-roster--card-slider .slick-next:hover:not(.slick-disabled),
    .js-team-roster--card-compact .slick-prev:hover:not(.slick-disabled),
    .js-team-roster--card-compact .slick-next:hover:not(.slick-disabled) {
      background-color: #38a9ff; }
      .team-roster--card-slider .slick-prev:hover:not(.slick-disabled)::before,
      .team-roster--card-slider .slick-next:hover:not(.slick-disabled)::before,
      .js-team-roster--card-compact .slick-prev:hover:not(.slick-disabled)::before,
      .js-team-roster--card-compact .slick-next:hover:not(.slick-disabled)::before {
        color: #fff; }
  .team-roster--card-slider .slick-prev,
  .js-team-roster--card-compact .slick-prev {
    right: auto;
    left: 50%;
    margin: 0 0 0 -50px; }
  .team-roster--card-slider .slick-next,
  .js-team-roster--card-compact .slick-next {
    right: auto;
    left: 50%;
    margin: 0 0 0 -1px; }

/* Team Roster - case Slider */
.team-roster--case-slider {
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .team-roster--case-slider {
      padding-bottom: 90px;
      margin-bottom: 44px; } }
  .team-roster--case-slider .slick-prev,
  .team-roster--case-slider .slick-next {
    top: auto;
    bottom: 0;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    width: 46px;
    height: 46px;
    background-color: #fff; }
    .team-roster--case-slider .slick-prev::before,
    .team-roster--case-slider .slick-next::before {
      color: #31404b; }
    .team-roster--case-slider .slick-prev:hover,
    .team-roster--case-slider .slick-next:hover {
      background-color: #38a9ff; }
      .team-roster--case-slider .slick-prev:hover::before,
      .team-roster--case-slider .slick-next:hover::before {
        color: #fff; }
  .team-roster--case-slider .slick-prev {
    right: auto;
    left: 50%;
    margin: 0 0 0 -52px; }
  .team-roster--case-slider .slick-next {
    right: auto;
    left: 50%;
    margin: 0 0 0 6px; }

/* Featured News - Football */
.posts--slider-var-width .slick-prev,
.posts--slider-var-width .slick-next {
  top: -63px; }

/* Hero Slider - Football */
.posts--slider-top-news {
  margin-bottom: 0; }
  .posts--slider-top-news .slick-dots {
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: auto;
    width: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 992px) {
      .posts--slider-top-news .slick-dots {
        right: 40px; } }
    .posts--slider-top-news .slick-dots li {
      margin: 5px 0;
      counter-increment: step-counter; }
      @media (min-width: 480px) {
        .posts--slider-top-news .slick-dots li {
          margin: 8px 0; } }
      @media (min-width: 992px) {
        .posts--slider-top-news .slick-dots li {
          margin: 13px 0; } }
      .posts--slider-top-news .slick-dots li button {
        font-size: 0;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        letter-spacing: -0.02em;
        line-height: 0;
        width: auto;
        height: auto;
        margin: 0;
        color: #fff;
        background-color: transparent !important;
        border-radius: 0;
        text-align: center; }
        .posts--slider-top-news .slick-dots li button::before {
          font-size: 10px;
          line-height: 1.2em;
          content: counters(step-counter, ".", decimal-leading-zero); }
      .posts--slider-top-news .slick-dots li.slick-active button {
        opacity: 1;
        color: #38a9ff; }

/* Post Categories Filter
/* ------------------------- */
/* Post Filter */
.category-filter {
  list-style: none;
  padding: 0;
  margin: 0; }

.category-filter__item {
  display: inline; }

.category-filter__link {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(49, 64, 75, 0.4);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 0 6px;
  background: none;
  border: none; }
  .category-filter__link:hover {
    color: #31404b; }
  @media (min-width: 992px) {
    .category-filter__link {
      font-size: 11px;
      padding: 0 12px; } }

.category-filter__link--active {
  color: #31404b; }

@media (min-width: 992px) {
  .category-filter--extra-space {
    margin-right: 66px; } }

.modal-dialog {
  margin: 10px; }

.modal-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: none; }

.modal-backdrop {
  background-color: #000; }
  .modal-backdrop.in {
    opacity: 0.9; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.2em; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 830px; } }

.modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

/* Icobox */
.icobox {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .icobox {
      margin-bottom: 0; } }

.icobox__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  color: #38a9ff; }
  .icobox__icon i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.icobox__icon--lg {
  width: 90px;
  height: 90px;
  font-size: 32px; }

.icobox__icon--border {
  border: 2px solid #eaeced;
  background-color: #fff; }

.icobox__icon--filled {
  background-color: #38a9ff;
  color: #fff; }

.icobox__icon--circle {
  border-radius: 50%; }

.icobox__icon--rounded {
  border-radius: 8px; }

.icobox__icon--square {
  border-radius: 0; }

.icobox__title {
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 1.25em; }
  .icobox__title > a {
    color: #31404b; }

.icobox__title--lg {
  margin-bottom: 1.75em; }

.icobox__icon--color--primary {
  color: #38a9ff; }
  .icobox__icon--color--primary.icobox__icon--filled {
    background-color: #38a9ff;
    color: #fff; }

.icobox__icon--color--secondary {
  color: #c2ff1f; }
  .icobox__icon--color--secondary.icobox__icon--filled {
    background-color: #c2ff1f;
    color: #fff; }

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

.icobox--left {
  text-align: left; }

.icobox--right {
  text-align: right; }

.icobox--center .icobox__icon,
.icobox--left .icobox__icon,
.icobox--right .icobox__icon {
  margin-bottom: 15px; }
  .icobox--center .icobox__icon.icobox__icon--lg,
  .icobox--left .icobox__icon.icobox__icon--lg,
  .icobox--right .icobox__icon.icobox__icon--lg {
    margin-bottom: 26px; }

/* Ratings */
.ratings .fa {
  color: #ffdc11; }

.ratings .empty {
  color: #dbdfe6; }

/* Timeline
/* ------------------------- */
.timeline {
  list-style: none;
  padding: 0;
  margin: 2em 0 0 0;
  position: relative; }

.timeline__event {
  padding: 0 0 2.2em 46px;
  margin: 0;
  position: relative; }
  .timeline__event::before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e4e7ed; }
  .timeline__event::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #38a9ff;
    border: 2px solid #38a9ff;
    box-shadow: inset 0 0 0 5px #fff; }
  .timeline__event:last-child {
    padding-bottom: 0; }
    .timeline__event:last-child::before {
      display: none; }

.timeline__title {
  font-size: 14px;
  line-height: 1.2em;
  text-transform: none; }

.sp-template-vertical-timeline .game-timeline-wrapper--vertical {
  margin-top: 20px; }

/* Google Map
/* ------------------------- */
.gm-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px; }
  @media (min-width: 992px) {
    .gm-map {
      min-height: 350px; } }

.gm-map--lg {
  min-height: 300px; }
  @media (min-width: 992px) {
    .gm-map--lg {
      min-height: 460px; } }

.wpb-js-composer .wpb_gmaps_widget {
  margin-bottom: 0 !important; }
  .wpb-js-composer .wpb_gmaps_widget .wpb_wrapper {
    padding: 0; }

/* Marquee
/* ------------------------- */
.marquee-wrapper {
  width: 100%;
  background-color: #fff;
  height: 38px;
  position: relative;
  overflow: hidden; }
  .marquee-wrapper .container {
    position: relative; }
  .marquee-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #38a9ff; }
  .marquee-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #c2ff1f; }

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 38px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .marquee::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -20px;
      width: 135px;
      -webkit-transform: skew(-25deg);
              transform: skew(-25deg);
      background-color: #c2ff1f;
      z-index: 1; }
    .marquee::after {
      content: "";
      display: block;
      position: absolute;
      width: 4px;
      right: 107px;
      top: 0;
      bottom: 0;
      background-color: #fff;
      -webkit-transform: skew(-25deg);
              transform: skew(-25deg);
      z-index: 1; } }

.marquee-label {
  display: none; }
  @media (min-width: 768px) {
    .marquee-label {
      display: block;
      white-space: nowrap;
      position: absolute;
      left: 8px;
      padding: 0 10px 0 0;
      top: 0;
      line-height: 38px;
      z-index: 2;
      font-size: 10px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #31404b;
      background-color: #38a9ff; }
      .marquee-label::before {
        content: "";
        display: block;
        position: absolute;
        right: -26px;
        top: 0;
        bottom: 0;
        background-color: #38a9ff;
        width: 35px;
        -webkit-transform: skew(-25deg);
                transform: skew(-25deg); }
      .marquee-label::after {
        content: "";
        display: block;
        position: absolute;
        right: -22px;
        top: 0;
        bottom: 0;
        background-color: #fff;
        width: 4px;
        -webkit-transform: skew(-25deg);
                transform: skew(-25deg); } }

html,
body {
  height: 100%;
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden; }

body {
  background-color: #edeff4;
  color: #9a9da2;
  font-size: 15px;
  line-height: 26px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-align: left; }
  [dir="rtl"] body {
    direction: rtl;
    unicode-bidi: embed; }

/* Font Size on Mobile devices */
@media (max-width: 479px) {
  body {
    font-size: 13px;
    line-height: 22px; } }

.site-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow-x: hidden; }

@media (max-width: 991px) {
  .site-wrapper--has-overlay {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    bottom: auto;
    height: 100vh; } }

.site-overlay {
  left: 0;
  top: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: transparent;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.4s linear;
  transition: visibility 0s, opacity 0.4s linear; }
  @media (max-width: 991px) {
    .site-wrapper--has-overlay .site-overlay {
      visibility: visible;
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.8); } }
  @media (min-width: 992px) {
    .site-wrapper--has-overlay-pushy .site-overlay {
      visibility: visible;
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.8); } }

/*
// #Header
// --------------------------------------------------
*/
.header {
  background-color: #1e2024;
  position: relative;
  z-index: 6; }
  @media (max-width: 991px) {
    .header {
      z-index: 103; } }

/* Header Top Bar */
.header__top-bar {
  background-color: #292c31;
  display: none; }
  @media (min-width: 992px) {
    .header__top-bar {
      display: block;
      height: 48px; } }

.nav-account {
  display: none; }
  @media (min-width: 992px) {
    .nav-account {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0;
      float: right; }
      .nav-account .nav-account__item {
        display: inline-block;
        font-size: 9px;
        line-height: 1.5em;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Montserrat", sans-serif; }
        .nav-account .nav-account__item::before {
          display: inline-block;
          color: #6b6d70;
          margin: 0 16px 0 14px; }
        .nav-account .nav-account__item > a {
          color: #fff;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: inline-block;
          height: 48px;
          line-height: 48px; }
          .nav-account .nav-account__item > a:hover {
            color: #38a9ff; }
          .nav-account .nav-account__item > a:focus {
            outline: none; }
          .nav-account .nav-account__item > a .highlight {
            color: #38a9ff; }
        .nav-account .nav-account__item:first-child::before {
          display: none !important; }
        .nav-account .nav-account__item.has-children {
          position: relative; }
          .nav-account .nav-account__item.has-children::after {
            content: "\f107";
            display: inline-block;
            margin-left: 9px;
            position: relative;
            font-size: 10px;
            line-height: 1.2em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
            color: #fff; }
          .nav-account .nav-account__item.has-children ul {
            list-style: none;
            top: 40px;
            right: 0;
            min-width: 110px;
            padding: 14px 0;
            margin: 0;
            border: 1px solid #e4e7ed;
            box-shadow: none;
            background-color: #fff;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d;
            -webkit-transform: translateX(50%) rotateX(-75deg);
                    transform: translateX(50%) rotateX(-75deg);
            visibility: hidden; }
            .nav-account .nav-account__item.has-children ul li a {
              display: block;
              font-size: 9px;
              padding: 6px 24px;
              border-bottom: none;
              color: #31404b;
              -webkit-transition: color 0.2s ease;
              transition: color 0.2s ease; }
              .nav-account .nav-account__item.has-children ul li a:hover {
                color: #38a9ff;
                background-color: transparent; }
          .nav-account .nav-account__item.has-children:hover ul {
            display: block;
            -webkit-transform: translateX(50%) rotateX(0deg);
                    transform: translateX(50%) rotateX(0deg);
            opacity: 1;
            visibility: visible; }
      .nav-account .nav-account__item--logout > a {
        color: #6b6d70; } }

.nav-account__divider-slash .nav-account__item::before {
  content: "\002f"; }

.nav-account__divider-backslash .nav-account__item::before {
  content: "\005c"; }

.nav-account__divider-vert_bar .nav-account__item::before {
  content: "\007c"; }

.nav-account__divider-bullet .nav-account__item::before {
  content: "\2022"; }

.nav-account__divider-none .nav-account__item::before {
  content: "";
  margin: 0 12px 0 10px; }

/* Header Secondary */
.header__secondary {
  background-color: #1e2024;
  display: none; }
  @media (min-width: 992px) {
    .header__secondary {
      display: block;
      text-align: right; } }

/* Header Primary */
.header__primary {
  background-color: #1e2024;
  position: relative; }
  .header__primary::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #292c31;
    width: 50%; }

.header__primary-inner {
  position: relative;
  z-index: 1;
  background-color: #292c31; }
  @media (min-width: 992px) {
    .header__primary-inner {
      min-height: 62px; } }
  .header__primary-inner::before {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    width: 210px;
    background-color: #1e2024;
    left: -25px;
    margin-left: 0;
    -webkit-transform: skew(-25deg);
            transform: skew(-25deg); }
    @media (min-width: 768px) {
      .header__primary-inner::before {
        display: block; } }
    @media (max-width: 991px) {
      .header__primary-inner::before {
        width: 80px; } }

@media (max-width: 991px) {
  .main-nav .social-links--main-nav {
    display: none; } }

/* Header Logo */
.header-logo {
  position: absolute;
  z-index: 3;
  left: 0;
  display: block;
  bottom: 21px; }
  @media (max-width: 991px) {
    .header-logo {
      display: none; } }

.header-logo__img {
  position: relative; }

/* Header Mobile */
.header-mobile {
  display: none;
  background-color: #1e2024; }

/* Header Mobile Search */
.header-search-form {
  padding: 24px 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  background-color: #1e2024;
  vertical-align: top; }
  @media (min-width: 992px) {
    .header-search-form {
      display: inline-block;
      width: 360px;
      background-color: #1e2024; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-search-form {
      width: 200px; } }
  .header-search-form .search-form {
    position: relative; }
  .main-nav .header-search-form {
    padding: 11px 0;
    background-color: transparent; }
    .main-nav .header-search-form.header-search-form--right {
      float: right; }

/* Search Input */
input.header-mobile__search-control {
  background-color: #292c31;
  border-color: #292c31;
  border-radius: 20px;
  height: 38px;
  padding: 6px 60px 6px 20px;
  font-size: 12px;
  color: #fff; }
  @media (min-width: 992px) {
    input.header-mobile__search-control {
      background-color: #292c31;
      border-color: #292c31; } }
  input.header-mobile__search-control:focus {
    color: #fff;
    background-color: #292c31;
    border-color: #292c31; }
    @media (min-width: 992px) {
      input.header-mobile__search-control:focus {
        background-color: #292c31;
        border-color: #292c31; } }

/* Submit Button */
.header-mobile__search-submit {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #fff;
  -webkit-transition: color, background-color 0.3s ease;
  transition: color, background-color 0.3s ease;
  border-radius: 0 20px 20px 0; }
  .header-mobile__search-submit:hover {
    background-color: rgba(255, 255, 255, 0.1); }

@media only screen and (max-width: 991px) {
  .header-mobile {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3; }
  .header-mobile__inner {
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100px;
    background-color: #1e2024;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  /* Header Mobile Logo */
  .header-mobile__logo {
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-top: 5px; }
  .header-mobile__logo-img {
    width: 97px;
    height: auto; }
  /* Header Mobile Burger Icon */
  .burger-menu-icon {
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    position: absolute;
    top: 40px;
    left: 34px;
    cursor: pointer;
    width: 26px;
    height: 19px; }
  .burger-menu-icon__line, .burger-menu-icon__line::before, .burger-menu-icon__line::after {
    content: '';
    cursor: pointer;
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    display: block;
    border-radius: 1px; }
  .burger-menu-icon__line::before {
    top: 8px; }
  .burger-menu-icon__line::after {
    top: 16px; }
  /* Mobile Search Icon */
  .header-mobile__search-icon {
    display: block;
    position: absolute;
    right: 34px;
    top: 39px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    color: #fff;
    text-align: center; }
    .header-mobile__search-icon::before, .header-mobile__search-icon::after {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .header-mobile__search-icon::before {
      content: "\f002";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "Font Awesome 5 Free";
      font-weight: 700; }
    .header-mobile__search-icon::after {
      content: "";
      -webkit-transform: translate(-50%, -50%), scale(0);
              transform: translate(-50%, -50%), scale(0);
      opacity: 0;
      width: 24px;
      height: 24px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath transform='translate(-267.219 -40.219)' fill='%23fff' d='M267.62,56.258L283.258,40.62a1.5,1.5,0,0,1,2.121,2.121L269.741,58.379A1.5,1.5,0,0,1,267.62,56.258Zm15.638,2.122L267.62,42.742a1.5,1.5,0,0,1,2.121-2.121l15.638,15.638A1.5,1.5,0,0,1,283.258,58.38Z'/%3E%3C/svg%3E");
      background-position: center center;
      background-size: 19px 19px;
      background-repeat: no-repeat; }
    .header-mobile__search-icon.header-mobile__search-icon--close::before {
      -webkit-transform: translate(-50%, -50%), scale(0);
              transform: translate(-50%, -50%), scale(0);
      opacity: 0; }
    .header-mobile__search-icon.header-mobile__search-icon--close::after {
      -webkit-transform: translate(-50%, -50%), scale(1);
              transform: translate(-50%, -50%), scale(1);
      opacity: 1; }
    .header-mobile__search-icon:hover {
      cursor: pointer; }
  /* Mobile Search */
  .header-search-form {
    padding: 0 25px;
    height: 0;
    top: -62px; }
    .header-mobile--expanded .header-search-form {
      top: 0;
      height: 63px; }
  /* Search Input */
  input.header-mobile__search-control {
    margin-top: 12px; }
  /* Submit Button */ }

/* Header Banner */
.header-banner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 38px;
  padding: 16px 0; }
  @media (min-width: 992px) {
    .header-banner {
      margin-left: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-banner img {
      width: 254px;
      height: auto; } }
  @media (min-width: 1200px) {
    .header-banner {
      margin-left: 38px; } }
  @media (min-width: 992px) {
    .main-nav__list .header-banner {
      display: none; } }
  @media (max-width: 991px) {
    .main-nav__list .header-banner {
      margin: 0;
      padding: 15px 30px; }
      .main-nav__list .header-banner img {
        max-width: 100%;
        height: auto; } }

/*
// #Header Navigation
// --------------------------------------------------
*/
/* Navigation - Desktop */
.main-nav {
  position: relative; }
  @media (min-width: 992px) {
    .main-nav {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: end;
              justify-content: flex-end; } }
  .main-nav .header-mobile__logo {
    display: none; }

.main-nav__list {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
  /* 1st Level */ }
  @media (min-width: 992px) {
    .main-nav__list {
      border-left: none; } }
  .main-nav__list > li {
    text-align: center;
    display: inline-block;
    padding: 0; }
    @media (min-width: 992px) {
      .main-nav__list > li {
        margin-left: -0.25em;
        border-right: none; }
        .main-nav__list > li:first-of-type {
          margin-left: 0; } }
    .main-nav__list > li > a {
      display: block;
      position: relative;
      font-style: normal;
      color: #fff;
      padding: 0 34px;
      line-height: 62px;
      text-decoration: none;
      position: relative;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-nav__list > li > a {
          padding-left: 20px;
          padding-right: 20px; } }
      .main-nav__list > li > a::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        z-index: -1; }
      .main-nav__list > li > a:hover {
        color: #fff;
        background-color: transparent;
        text-decoration: none; }
        .main-nav__list > li > a:hover::before {
          background-color: #38a9ff; }
    .main-nav__list > li.current-menu-item > a {
      color: #fff;
      text-decoration: none;
      background-color: transparent; }
      .main-nav__list > li.current-menu-item > a::before {
        background-color: #38a9ff; }
    .main-nav__list > li.menu-item-has-children > a::after {
      content: "\f107";
      display: inline-block;
      margin-left: 9px;
      top: -1px;
      position: relative;
      font-size: 10px;
      line-height: 1.2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      color: #fff; }

/* Megamenu */
.has-mega-menu .main-nav__sub-0 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  position: absolute;
  top: 62px;
  z-index: 1000;
  margin: 0;
  text-align: left;
  padding: 43px 55px;
  font-size: 15px;
  border: solid 1px #292c31;
  background-color: #1e2024;
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  .has-mega-menu .main-nav__sub-0 .main-nav__title,
  .has-mega-menu .main-nav__sub-0 .widget .widget__title,
  .has-mega-menu .main-nav__sub-0 .widget-title {
    font-size: 14px;
    letter-spacing: -0.03em;
    padding: 3px 0;
    margin-bottom: 19px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.2em; }
  .has-mega-menu .main-nav__sub-0 .widget {
    border: none;
    padding: 0;
    color: #9a9da2; }
    .has-mega-menu .main-nav__sub-0 .widget .widget__title {
      border: none; }
      .has-mega-menu .main-nav__sub-0 .widget .widget__title::before {
        display: none; }
    .has-mega-menu .main-nav__sub-0 .widget + .widget {
      margin-top: 30px; }
      @media (min-width: 992px) {
        .has-mega-menu .main-nav__sub-0 .widget + .widget {
          margin-top: 40px; } }
    .has-mega-menu .main-nav__sub-0 .widget ul {
      margin: 0; }
      .has-mega-menu .main-nav__sub-0 .widget ul > li {
        padding: 7px 0; }
        .has-mega-menu .main-nav__sub-0 .widget ul > li + li {
          border-top: none; }
        .has-mega-menu .main-nav__sub-0 .widget ul > li > a {
          display: inline;
          padding: 0;
          color: rgba(255, 255, 255, 0.4); }
          .has-mega-menu .main-nav__sub-0 .widget ul > li > a:hover {
            color: #1892ed; }
    .has-mega-menu .main-nav__sub-0 .widget .post-author__name {
      color: #9a9da2; }
    .has-mega-menu .main-nav__sub-0 .widget .meta__item a {
      color: #9a9da2; }
      .has-mega-menu .main-nav__sub-0 .widget .meta__item a:hover {
        color: #9a9da2; }
  .has-mega-menu .main-nav__sub-0 [class*="main-nav__sub-"] {
    min-width: auto;
    border: none;
    position: static; }
  .has-mega-menu .main-nav__sub-0 .main-nav__sub-1 > li {
    display: block;
    white-space: nowrap;
    text-align: left;
    text-transform: uppercase; }
    .has-mega-menu .main-nav__sub-0 .main-nav__sub-1 > li > a {
      display: block;
      font-size: 11px;
      line-height: 18px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-align: left;
      padding: 5px 0;
      color: rgba(255, 255, 255, 0.4);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .has-mega-menu .main-nav__sub-0 .main-nav__sub-1 > li > a:hover {
        color: #fff;
        background-color: transparent;
        text-decoration: none; }

/* Megamenu default columns */
@media (min-width: 992px) {
  ul[class*="megamenu-col-"] {
    overflow: hidden; }
    ul[class*="megamenu-col-"] > li.megamenu-item {
      padding-left: 8px;
      padding-right: 8px; }
  li.megamenu-col-2:not([class*="col-"]) {
    width: 50%; }
  li.megamenu-col-3:not([class*="col-"]) {
    width: 33.3%; }
  li.megamenu-col-4:not([class*="col-"]) {
    width: 25%; }
  li.megamenu-col-5:not([class*="col-"]) {
    width: 20%; }
  li.megamenu-col-6:not([class*="col-"]) {
    width: 16.66666667%; } }

/* Animation for Navigation */
.main-nav__list li > .main-nav__sub-0,
.main-nav__list li > .main-nav__sub-1,
.main-nav__list li > .main-nav__sub-2 {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-75deg);
          transform: rotateX(-75deg);
  visibility: hidden; }

.main-nav__list li:hover > .main-nav__sub-0,
.main-nav__list li:hover > .main-nav__sub-1,
.main-nav__list li:hover > .main-nav__sub-2 {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
  visibility: visible; }

.main-nav__list li.has-mega-menu:hover > .main-nav__sub-0 ul {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
  visibility: visible; }

/* Submenu */
.main-nav__sub-0 {
  position: absolute;
  top: 62px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  min-width: 240px;
  background-color: #1e2024;
  border: solid 1px #292c31;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
  .main-nav__sub-0 > li > a {
    text-decoration: none; }
  .main-nav__sub-0 > li.menu-item-has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -8px;
    font-size: 10px;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff; }
  .no-mega-menu .main-nav__sub-0 li {
    position: relative;
    margin: 0;
    padding: 0; }
    .no-mega-menu .main-nav__sub-0 li a {
      display: block;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-style: normal;
      font-size: 11px;
      color: #fff;
      text-align: left;
      line-height: 1.5em;
      padding: 16px 30px;
      letter-spacing: normal;
      border-bottom: 1px solid #292c31;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .no-mega-menu .main-nav__sub-0 li a:hover {
        color: #c2ff1f;
        background-color: transparent; }
    .no-mega-menu .main-nav__sub-0 li:last-child > a {
      border-bottom: none; }

.main-nav__list li:hover .main-nav__sub {
  display: block; }

/* Submenu */
.main-nav__sub-0 li {
  position: relative;
  padding: 0;
  margin: 0;
  display: block; }
  .main-nav__sub-0 li:hover .main-nav__sub-1 {
    display: block;
    opacity: 1;
    list-style: none;
    padding: 0;
    background-color: #1e2024; }

/* 2nd Submenu */
.main-nav__sub-1 {
  min-width: 240px;
  border: solid 1px #292c31;
  position: absolute;
  left: 100%;
  top: -1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
  .main-nav__sub-1 li:hover .main-nav__sub-2 {
    opacity: 1;
    list-style: none;
    padding: 0;
    border: solid 1px #292c31;
    background-color: #1e2024; }

/* 3rd Submenu */
.main-nav__sub-2 {
  min-width: 240px;
  position: absolute;
  left: 100%;
  top: -1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }

.main-nav__toggle,
.main-nav__toggle-2 {
  display: none; }

@media only screen and (min-width: 992px) {
  .main-nav__list li:hover > .main-nav__sub-0,
  .main-nav__sub-0 li:hover > .main-nav__sub-1,
  .main-nav__sub-1 li:hover > .main-nav__sub-2 {
    display: block; }
  .main-nav__list li.has-mega-menu:hover > .megamenu-item {
    display: -webkit-box;
    display: flex; }
  .main-nav__list .nav-account__item {
    display: none; }
  .main-nav__list .social-links__item {
    display: none; }
  .main-nav__list .main-nav__item--social-links {
    display: none; }
  .main-nav .main-nav__item--shopping-cart {
    display: none; } }

/* Navigation - Mobile */
@media only screen and (max-width: 991px) {
  .main-nav {
    width: 270px;
    left: 0;
    -webkit-transform: translateX(-270px);
            transform: translateX(-270px);
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 103;
    overflow: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #1e2024; }
    .site-wrapper--has-overlay .main-nav {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .main-nav .header-mobile__logo {
      position: relative;
      padding: 5px 0 18px 0;
      display: block;
      border-bottom: 1px solid #292c31; }
    .main-nav .df-icon {
      stroke: #c2ff1f; }
    .main-nav .df-icon-custom i {
      color: #c2ff1f; }
    .main-nav .main-nav__item--shopping-cart .info-block__link-wrapper {
      overflow: hidden;
      font-size: 11px;
      line-height: 1.5em;
      padding-right: 20px; }
    .main-nav .main-nav__item--shopping-cart .df-icon-custom {
      display: none; }
    .main-nav .main-nav__item--shopping-cart .df-icon-stack--bag {
      display: none; }
    .main-nav .main-nav__item--shopping-cart .info-block__heading {
      margin-bottom: 0;
      float: left;
      font-size: 11px;
      line-height: 1.5em; }
    .main-nav .main-nav__item--shopping-cart .info-block__cart-sum {
      float: right;
      font-size: 11px;
      line-height: 1.5em;
      color: #38a9ff; }
    .main-nav .main-nav__back {
      width: 49px;
      height: 44px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 4;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath transform='translate(-238.75 -17.75)' fill='%23fff' d='M240,21h12v2H240V21Zm0.171-.415,4.243,4.243L243,26.242,238.757,22Zm4.243-1.414-4.243,4.242L238.757,22,243,17.757Z'/%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 13px 8px; }
      .main-nav .main-nav__back:hover {
        cursor: pointer; }
    .main-nav .main-nav__list > li > a::before {
      top: 0;
      bottom: 0;
      width: 4px;
      height: auto; }
    .main-nav .main-nav__list > li > a .highlight {
      color: #38a9ff; }
    .main-nav .main-nav__list > li.menu-item-has-children > a::after {
      display: none; }
    .main-nav .main-nav__list > li.nav-account__item--logout > a {
      color: #6b6d70; }
    .main-nav .main-nav__list > li.nav-account__item--wishlist > a {
      padding-right: 20px; }
    .main-nav .main-nav__list > li.nav-account__item--wishlist .highlight {
      float: right; }
    .main-nav .main-nav__list > li.main-nav__item--social-links {
      text-align: left;
      padding: 0 15px 20px 15px; }
      .main-nav .main-nav__list > li.main-nav__item--social-links > a {
        display: inline-block;
        border-bottom: none;
        padding: 15px; }
        .main-nav .main-nav__list > li.main-nav__item--social-links > a::before {
          display: none; }
  .main-nav__list li:hover .main-nav__sub-0 {
    display: none; }
    .main-nav__list li:hover .main-nav__sub-0 .main-nav__sub-1 {
      display: none; }
  .main-nav__list .main-nav__sub-0 li.menu-item-has-children > a::after {
    display: none; }
  .main-nav__list .main-nav__sub-0 .main-nav__sub-1 li:hover .main-nav__sub-2 {
    display: none; }
  /* Mobile click to drop arrow */
  .main-nav__toggle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center; }
    .main-nav__toggle::before {
      display: block;
      content: "\f107";
      font-size: 10px;
      line-height: 30px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      color: #fff; }
  .main-nav__toggle-2 {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 3px;
    right: 15px;
    display: block;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center; }
    .main-nav__toggle-2::before {
      display: block;
      content: "\f107";
      font-size: 10px;
      line-height: 20px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      color: #fff; }
  .main-nav__toggle--rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  /* 2nd Level Submenu */
  .main-nav__sub-1 {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0;
    padding: 0 !important;
    border: solid 0px;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible; }
    .main-nav__sub-1 li {
      margin: 0;
      padding: 0;
      position: relative; }
      .main-nav__sub-1 li a {
        display: block;
        padding: 10px 25px 10px 25px; }
      .main-nav__sub-1 li:hover > a {
        color: #fff; }
  /* 3rd Level Submenu */
  .main-nav__sub-2 {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0;
    padding: 0 !important;
    border: solid 0px;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible; }
    .main-nav__sub-2 li {
      margin: 0;
      padding: 0;
      position: relative; }
      .main-nav__sub-2 li a {
        display: block;
        padding: 10px 25px 10px 25px; }
      .main-nav__sub-2 li:hover > a {
        color: #fff; }
  .main-nav .main-nav__list {
    border-top: 1px solid #292c31;
    height: 100%;
    overflow-y: auto;
    display: block; }
    .main-nav .main-nav__list > li {
      width: 100%;
      display: block;
      float: none;
      border-right: none;
      background-color: transparent;
      position: relative;
      white-space: inherit; }
      .main-nav .main-nav__list > li > a {
        padding: 16px 30px;
        font-size: 11px;
        text-align: left;
        border-right: solid 0px;
        background-color: transparent;
        color: #fff;
        line-height: 1.5em;
        border-bottom: 1px solid #292c31;
        position: static; }
    .main-nav .main-nav__list li.menu-item-has-children > a::after {
      -webkit-transform: none;
              transform: none;
      top: 13px;
      content: "\f107";
      font-size: 10px;
      line-height: 1.2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      color: #fff; }
  .main-nav__list .main-nav__sub-0 {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    display: none;
    position: relative;
    top: 0;
    background-color: #292c31;
    border: none;
    padding: 15px 0;
    visibility: visible; }
    .main-nav__list .main-nav__sub-0 > li > a {
      line-height: 1.5em;
      font-size: 10px;
      padding: 7px 20px 7px 40px;
      color: #9a9da2;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      border-bottom: none !important;
      display: block;
      text-align: left;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase; }
      .main-nav__list .main-nav__sub-0 > li > a:hover {
        color: #fff;
        background-color: transparent !important; }
    .main-nav__list .main-nav__sub-0 > li:hover > a {
      background-color: transparent;
      color: #fff; }
    .main-nav__list .main-nav__sub-0 > li:hover .main-nav__sub-1 {
      background-color: transparent; }
    .main-nav__list .main-nav__sub-0 > li [class*='main-nav__sub-'] {
      padding: 15px 0;
      background-color: transparent;
      border: none; }
      .main-nav__list .main-nav__sub-0 > li [class*='main-nav__sub-'] li a {
        line-height: 1.5em;
        font-size: 10px;
        padding: 7px 20px 7px 50px;
        color: #9a9da2;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        border-bottom: none; }
        .main-nav__list .main-nav__sub-0 > li [class*='main-nav__sub-'] li a:hover {
          color: #fff;
          background-color: transparent; }
      .main-nav__list .main-nav__sub-0 > li [class*='main-nav__sub-'] li .main-nav__sub-2 li a {
        padding-left: 60px; }
  .main-nav__list .has-mega-menu .main-nav__sub-0 {
    background-color: #292c31;
    color: #9a9da2;
    display: none;
    position: relative;
    top: 0;
    padding: 15px 0;
    border: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden; }
    .main-nav__list .has-mega-menu .main-nav__sub-0 .megamenu-item:not(.menu-item-has-children) {
      padding-bottom: 15px; }
    .main-nav__list .has-mega-menu .main-nav__sub-0 .megamenu-item {
      padding-left: 30px;
      padding-right: 30px; }
    .main-nav__list .has-mega-menu .main-nav__sub-0 .main-nav__toggle-2 {
      top: 8px; }
    .main-nav__list .has-mega-menu .main-nav__sub-0 .main-nav__title {
      color: #fff;
      font-size: 11px;
      padding: 10px 0;
      margin: 0; }
    .main-nav__list .has-mega-menu .main-nav__sub-0 .main-nav__sub-1 {
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 13px; }
      .main-nav__list .has-mega-menu .main-nav__sub-0 .main-nav__sub-1 > li > a {
        padding: 7px 20px 7px 10px;
        line-height: 1.5em;
        font-size: 10px;
        color: #9a9da2; }
        .main-nav__list .has-mega-menu .main-nav__sub-0 .main-nav__sub-1 > li > a:hover {
          color: #fff; }
  .main-nav__list li:hover .main-nav__megamenu {
    display: none;
    position: relative;
    top: 0; }
  /* Animation None */
  .main-nav__list li > .main-nav__sub-0,
  .main-nav__list li:hover > .main-nav__sub-0,
  .main-nav__sub-0 li > .main-nav__sub-1,
  .main-nav__sub-0 li:hover > .main-nav__sub-1,
  .main-nav__sub-1 li > .main-nav__sub-2,
  .main-nav__sub-1 li:hover > .main-nav__sub-2 {
    -webkit-transform: none;
            transform: none;
    visibility: visible; }
  .main-nav__sub-0 li:hover > .main-nav__sub-1,
  .main-nav__sub-1 li > .main-nav__sub-2,
  .main-nav__sub-1 li:hover > .main-nav__sub-2 {
    opacity: 1; } }

/*
// #Hero Unit
// --------------------------------------------------
*/
.hero-unit {
  background-color: #27313b;
  overflow: hidden; }

.hero-unit__container {
  height: 400px;
  position: relative; }
  @media (min-width: 1200px) {
    .hero-unit__container {
      height: 640px; } }

.hero-unit__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .hero-unit__content {
      width: 50%; } }

@media (min-width: 992px) {
  .hero-unit__content--right-center {
    left: auto; } }

@media (min-width: 992px) {
  .hero-unit__content--center-center {
    margin-left: auto;
    margin-right: auto; } }

.hero-unit__title {
  color: #fff;
  margin-bottom: 0.75em;
  font-size: 30px; }
  @media (min-width: 1200px) {
    .hero-unit__title {
      font-size: 64px;
      margin-bottom: 0.25em; } }

.hero-unit__subtitle {
  color: #fff;
  margin-bottom: 0.25em;
  font-size: 12px; }
  @media (min-width: 992px) {
    .hero-unit__subtitle {
      font-size: 18px; } }

.hero-unit__desc {
  margin-bottom: 3em;
  width: 70%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .hero-unit__desc {
      width: 60%; } }
  @media (min-width: 992px) {
    .hero-unit__desc {
      width: 80%; } }
  @media (min-width: 1199px) {
    .hero-unit__desc {
      width: 70%; } }

.hero-unit__decor {
  display: block;
  color: #ffdc11;
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    .hero-unit__decor {
      margin-bottom: 11px; } }
  .hero-unit__decor .fa {
    margin: 0 6px; }

.hero-unit__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%; }
  .hero-unit__img img {
    max-height: 100%; }
  @media (max-width: 991px) {
    .hero-unit__img {
      display: none; } }

/*
// #Hero Slider
// --------------------------------------------------
*/
.hero-slider-wrapper {
  position: relative;
  z-index: 1; }

.hero-slider {
  overflow: hidden;
  background-color: #27313b; }

.hero-slider,
.hero-slider__item {
  height: 320px; }
  @media (min-width: 768px) {
    .hero-slider,
    .hero-slider__item {
      height: 480px; } }
  @media (min-width: 992px) {
    .hero-slider,
    .hero-slider__item {
      height: 640px; } }
  @media (min-width: 1200px) {
    .hero-slider,
    .hero-slider__item {
      height: 720px; }
      .posts--slider-top-news .hero-slider, .posts--slider-top-news
      .hero-slider__item {
        height: 660px; } }

.hero-slider__item {
  position: relative; }

.hero-slider__item-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.hero-slider__item-container {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center; }
  .hero-slider__item-container .post__meta-block--top {
    padding-bottom: 0; }
  .hero-slider__item-container .posts__title .highlight {
    color: #c2ff1f; }

.hero-slider__item-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.hero-slider-thumbs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  @media (max-width: 991px) {
    .hero-slider-thumbs-wrapper {
      display: none; } }

.hero-slider-thumbs .posts__title {
  color: #fff;
  font-size: 15px; }

.hero-slider-thumbs .posts__cat {
  margin-bottom: 18px; }

.hero-slider-thumbs .posts__cat-label {
  font-size: 10px; }

.hero-slider-thumbs .posts__inner {
  padding: 0 30% 37px 0; }

.hero-slider-thumbs__item {
  opacity: .3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .hero-slider-thumbs__item.slick-current {
    opacity: 1; }
  .hero-slider-thumbs__item:hover {
    cursor: pointer; }

.hero-slider--overlay-on .hero-slider__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 2; }

/* Pushy Panel */
.pushy-panel__toggle {
  display: none;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background-color: #38a9ff;
  vertical-align: middle;
  margin-left: 27px;
  position: relative; }
  @media (min-width: 992px) {
    .pushy-panel__toggle {
      display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pushy-panel__toggle {
      margin-left: 18px; } }
  .pushy-panel__toggle:hover .pushy-panel__line {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .pushy-panel__toggle:hover .pushy-panel__line::before, .pushy-panel__toggle:hover .pushy-panel__line::after {
      width: 50%; }
    .pushy-panel__toggle:hover .pushy-panel__line::before {
      top: 0;
      -webkit-transform: translateX(-3px) translateY(1px) rotate(-45deg);
              transform: translateX(-3px) translateY(1px) rotate(-45deg); }
    .pushy-panel__toggle:hover .pushy-panel__line::after {
      bottom: 0;
      -webkit-transform: translateX(-3px) translateY(-1px) rotate(45deg);
              transform: translateX(-3px) translateY(-1px) rotate(45deg); }

.pushy-panel__line {
  top: 50%;
  left: 23px;
  right: 24px;
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .pushy-panel__line, .pushy-panel__line::before, .pushy-panel__line::after {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff; }
  .pushy-panel__line::before, .pushy-panel__line::after {
    content: "";
    width: 100%; }
  .pushy-panel__line::before {
    top: -5px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, width 0.3s, top 0.3s;
    transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s; }
  .pushy-panel__line::after {
    bottom: -5px;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, width 0.3s, bottom 0.3s;
    transition: transform 0.3s, width 0.3s, bottom 0.3s, -webkit-transform 0.3s; }

.pushy-panel {
  position: fixed;
  z-index: 1000;
  right: -380px;
  top: 0;
  bottom: 0;
  width: 380px;
  text-align: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  body.admin-bar .pushy-panel {
    top: 32px; }
    @media (max-width: 782px) {
      body.admin-bar .pushy-panel {
        top: 46px; } }
  .site-wrapper--has-overlay-pushy .pushy-panel {
    right: 0; }
  @media (max-width: 991px) {
    .pushy-panel {
      display: none; } }
  .pushy-panel .posts--simple-list .posts__title + .posts__date {
    margin-top: .4em; }
  .pushy-panel .posts--simple-list .posts__item {
    margin-bottom: 44px; }
  .pushy-panel .posts--simple-list .posts__excerpt {
    overflow: hidden;
    clear: both; }
  .pushy-panel .posts--simple-list--lg .posts__item {
    margin-bottom: 44px !important; }

.pushy-panel--active {
  right: 0; }

.pushy-panel__inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch; }

.pushy-panel__back-btn {
  display: block;
  width: 49px;
  height: 44px;
  position: absolute;
  right: 32px;
  top: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='%2331404b' d='M14.000,6.000 L4.586,6.000 L6.414,7.828 L5.000,9.242 L0.757,5.000 L2.172,3.585 L2.172,3.586 L5.000,0.757 L6.414,2.171 L4.586,4.000 L14.000,4.000 L14.000,6.000 Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 8px; }
  .pushy-panel__back-btn:hover {
    cursor: pointer; }

.pushy-panel__header {
  padding: 28px 30px 60px 30px;
  text-align: center; }

.pushy-panel__content {
  padding: 0 20px; }
  @media (min-width: 992px) {
    .pushy-panel__content {
      padding: 0 40px; } }

.pushy-panel__logo-img {
  width: 94px;
  height: auto; }

.pushy-panel--dark .pushy-panel__inner {
  background-color: #292c31; }

.pushy-panel--dark .widget--side-panel .widget__title {
  color: #fff; }

.pushy-panel--dark .btn.btn-outline {
  border-color: #3f4653;
  color: #fff; }

.pushy-panel--dark .posts__title a {
  color: #fff; }
  .pushy-panel--dark .posts__title a:hover {
    color: #fff; }

.pushy-panel--dark .pushy-panel__back-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='%23ffffff' d='M14.000,6.000 L4.586,6.000 L6.414,7.828 L5.000,9.242 L0.757,5.000 L2.172,3.585 L2.172,3.586 L5.000,0.757 L6.414,2.171 L4.586,4.000 L14.000,4.000 L14.000,6.000 Z'/%3E%3C/svg%3E"); }

.pushy-panel__alert {
  margin: 6em 0 0 0; }

/*
// #Page Heading
// --------------------------------------------------
*/
.page-heading {
  background-color: #1e2024;
  background-image: url("../images/soccer/page-heading.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  padding: 50px 0;
  position: relative; }
  @media (min-width: 992px) {
    .page-heading {
      padding: 110px 0 106px 0; } }
  .page-heading::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../images/page-heading-pattern.png");
    background-size: auto;
    background-position: 100% 0;
    background-repeat: no-repeat;
    opacity: 0.4; }

.page-heading--no-bg::before {
  background-image: none;
  background-color: transparent; }

.page-heading__title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }
  @media (min-width: 992px) {
    .page-heading__title {
      font-size: 30px; } }
  .page-heading__title .highlight {
    color: #c2ff1f; }

.page-header__desc {
  line-height: 1.5em;
  padding: 20px 10px 0 10px; }
  .page-header__desc p:last-child {
    margin-bottom: 0; }

.page-heading--overlay {
  position: relative;
  overflow: hidden; }
  .page-heading--overlay::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1; }

.page-heading--duotone {
  position: relative;
  overflow: hidden; }
  .page-heading--duotone::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: none;
    background-color: transparent; }
  .page-heading--duotone .container {
    position: relative;
    z-index: 3; }

/*
// #Content
// --------------------------------------------------
*/
.site-content {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .site-content {
      padding: 60px 0; } }

/*
// #Footer
// --------------------------------------------------
*/
.footer {
  font-size: 14px;
  line-height: 22px;
  color: rgba(154, 157, 162, 0.6); }

/* Footer Widgets */
.footer-widgets {
  background-color: #1e2024; }
  .footer-widgets [class^="col-"]:last-child .widget--footer {
    margin-bottom: 0; }

.footer-widgets__inner {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .footer-widgets__inner {
      padding: 60px 0 70px; } }
  @media (min-width: 992px) {
    .footer-widgets__inner {
      padding: 80px 0 96px; } }

.footer-col-inner {
  padding: 0 7px; }

/* Footer Logo */
.footer-logo {
  padding: 0 0 50px 0;
  text-align: center;
  width: 40%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .footer-logo {
      width: auto;
      margin: 0;
      padding: 30px 0; } }

.footer-logo__img {
  max-width: 100%;
  height: auto; }

.footer-logo--has-txt {
  text-align: left;
  width: 100%;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .footer-logo--has-txt {
      padding: 0 0 25px 0;
      margin-top: -25px; } }
  .footer-logo--has-txt .footer-logo__img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px; }
  .footer-logo--has-txt .footer-logo__heading {
    display: inline-block;
    vertical-align: middle; }
  .footer-logo--has-txt .footer-logo__txt {
    margin-bottom: 0;
    color: #fff; }
  .footer-logo--has-txt .footer-logo__tagline {
    display: block;
    color: #9a9da2;
    font-size: 12px; }
  .footer-logo--has-txt + .footer-col-inner .widget__title {
    display: none; }

/* Footer Secondary */
.footer-secondary {
  background-color: #16171a; }

@media (min-width: 768px) {
  .footer-secondary--has-decor {
    background-color: #38a9ff; } }

.footer-secondary--has-decor .footer-secondary__inner {
  background-color: #16171a;
  padding: 12px 0 26px 0; }
  @media (min-width: 992px) {
    .footer-secondary--has-decor .footer-secondary__inner {
      padding: 12px 0 26px 0; } }
  .footer-secondary--has-decor .footer-secondary__inner::before, .footer-secondary--has-decor .footer-secondary__inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    background-color: #38a9ff;
    display: none; }
    @media (min-width: 768px) {
      .footer-secondary--has-decor .footer-secondary__inner::before, .footer-secondary--has-decor .footer-secondary__inner::after {
        display: block; } }
    @media (max-width: 991px) {
      .footer-secondary--has-decor .footer-secondary__inner::before, .footer-secondary--has-decor .footer-secondary__inner::after {
        width: 80px; } }
  .footer-secondary--has-decor .footer-secondary__inner::before {
    left: -20px;
    -webkit-transform: skew(20deg);
            transform: skew(20deg); }
  .footer-secondary--has-decor .footer-secondary__inner::after {
    right: -20px;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }

.footer-secondary__inner {
  background-color: #16171a;
  padding: 24px 0;
  position: relative;
  border-top: 0 solid transparent; }
  @media (min-width: 992px) {
    .footer-secondary__inner {
      padding: 24px 0; } }

.footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold; }
  @media (max-width: 479px) {
    .footer-nav {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between; } }
  .footer-nav .menu-item {
    display: inline-block;
    padding: 0 2px; }
    @media (max-width: 479px) {
      .footer-nav .menu-item {
        padding: .25em 0; } }
    @media (min-width: 480px) {
      .footer-nav .menu-item {
        padding: 0 10px; } }
    @media (min-width: 768px) {
      .footer-nav .menu-item {
        padding: 0 16px; } }
    @media (min-width: 992px) {
      .footer-nav .menu-item {
        padding: 0 24px; } }
    @media (min-width: 1200px) {
      .footer-nav .menu-item {
        padding: 0 32px; } }
    .footer-nav .menu-item > a {
      color: #fff;
      display: inline-block;
      padding: .5em;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .footer-nav .menu-item > a:hover {
        color: #38a9ff; }
    @media (max-width: 479px) {
      .footer-nav--condensed .footer-nav .menu-item {
        display: inline-block;
        padding: 0;
        text-align: center;
        width: auto;
        float: none; } }
    @media (min-width: 480px) {
      .footer-nav--condensed .footer-nav .menu-item {
        padding: 0 8px; } }
    @media (min-width: 768px) {
      .footer-nav--condensed .footer-nav .menu-item {
        padding: 0 10px; } }
    @media (min-width: 992px) {
      .footer-nav--condensed .footer-nav .menu-item {
        padding: 0 12px; } }
    @media (min-width: 1200px) {
      .footer-nav--condensed .footer-nav .menu-item {
        padding: 0 15px; } }

.footer-nav--right {
  text-align: center; }
  @media (min-width: 992px) {
    .footer-nav--right {
      text-align: right; }
      .footer-nav--right .menu-item {
        padding-right: 0 !important; } }

.footer-nav--sm {
  font-size: 9px; }

/* Footer Sponsors */
.sponsors {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 24px 0 24px 0;
  margin: 0;
  flex-wrap: wrap; }
  .sponsors else {
    border-top: 1px solid #2e2f31; }
  @media (min-width: 768px) {
    .sponsors {
      margin-top: -16px;
      flex-wrap: nowrap;
      padding: 35px 0 47px 0; } }
  @media (min-width: 992px) {
    .sponsors {
      margin-top: -24px; } }

.sponsors-title {
  font-size: 9px;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 12px 0; }
  @media (min-width: 768px) {
    .sponsors-title {
      margin: 0 25px 0 0; } }

.sponsors-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-around; }
  @media (max-width: 767px) {
    .sponsors-logos {
      flex-wrap: wrap; } }

.sponsors__item {
  text-align: center; }
  @media (max-width: 1199px) {
    .sponsors__item {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .sponsors__item {
      width: 33.3%;
      padding: 10px; } }
  @media (max-width: 479px) {
    .sponsors__item {
      width: 50%; } }
  @media (min-width: 992px) {
    .sponsors__item {
      margin: 0 12px; } }
  @media (min-width: 1200px) {
    .sponsors__item {
      margin: 0 25px; } }
  .sponsors__item img {
    opacity: 0.2;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .sponsors__item img:hover {
      opacity: 1; }

/* Footer Info */
.footer-info {
  background-color: #1e2024; }
  @media (min-width: 992px) {
    .footer-info .footer-logo--has-txt {
      width: auto;
      padding: 0;
      margin-top: 0;
      margin-right: 30px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .footer-info .footer-logo--has-txt {
      margin-right: 58px; } }
  .footer-info .footer-logo--has-txt .footer-logo__img {
    margin-right: 8px; }
  .footer-info .footer-logo--has-txt .footer-logo__txt {
    font-size: 16px;
    text-transform: uppercase; }

.footer-info__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 0 solid transparent;
  padding: 20px 15px;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .footer-info__inner {
      padding: 44px 0 50px 0;
      flex-wrap: nowrap; } }

/* Footer Copyright */
.footer-copyright {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #9a9da2;
  text-align: center; }
  @media (min-width: 992px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright a {
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .footer-copyright a:hover {
      color: #38a9ff; }

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0; }

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  font-style: normal; }

/*--------------------------------------------------------------
Images
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 30px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 30px; }

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  clear: both; }

.aligncenter.wp-caption {
  margin: 0 auto 20px auto;
  max-width: 100%; }

.alignnone {
  margin: 0 0 20px 0;
  clear: both; }

/*--------------------------------------------------------------
Post Paginated
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Post Password Protected
--------------------------------------------------------------*/
.form-post-pass-protected .form-group + p {
  display: inline; }

/*--------------------------------------------------------------
Gallery
--------------------------------------------------------------*/
.gallery {
  /* Gallery Columns */ }
  .gallery .gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1em;
    padding: 0 1em 0 0;
    width: 50%; }
  .gallery .gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery .gallery-item a,
  .gallery .gallery-item a:hover,
  .gallery .gallery-item a:focus {
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%; }
  .gallery .gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .gallery .gallery-item a:hover img,
  .gallery .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%); }
  .gallery .gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0; }
  @media (min-width: 480px) {
    .gallery .gallery-item {
      max-width: 25%; }
    .gallery.gallery-columns-1 .gallery-item {
      max-width: 100%; }
    .gallery.gallery-columns-2 .gallery-item {
      max-width: 50%; }
    .gallery.gallery-columns-3 .gallery-item {
      max-width: 33.33%; }
    .gallery.gallery-columns-4 .gallery-item {
      max-width: 25%; } }
  @media (min-width: 768px) {
    .gallery.gallery-columns-5 .gallery-item {
      max-width: 20%; }
    .gallery.gallery-columns-6 .gallery-item {
      max-width: 16.66%; }
    .gallery.gallery-columns-7 .gallery-item {
      max-width: 14.28%; }
    .gallery.gallery-columns-8 .gallery-item {
      max-width: 12.5%; }
    .gallery.gallery-columns-9 .gallery-item {
      max-width: 11.11%; } }

/*
// #Blog
// --------------------------------------------------
*/
/*
// #Posts
// --------------------------------------------------
*/
ul.posts {
  list-style-type: none;
  padding: 0; }
  ul.posts:not(.post-grid) {
    margin: 0; }

.posts__item {
  margin-bottom: 1em; }
  .posts__item:last-child {
    margin-bottom: 0; }

.posts__cat {
  display: block;
  overflow: hidden;
  margin-bottom: 4px;
  z-index: 1; }

.posts__cat-label {
  background-color: #1892ed;
  display: block;
  float: left;
  margin-bottom: 4px; }
  .posts__cat-label + .posts__title {
    margin-top: 0.55em; }
  .posts__cat-label + .posts__cat-label {
    margin-left: 0.5em !important; }

.posts__item--category-1 .posts__cta {
  background-color: #38a9ff; }

.posts__item--category-2 .posts__cta {
  background-color: #07e0c4; }

.posts__item--category-3 .posts__cta {
  background-color: #9fe900; }

.posts__item--category-4 .posts__cta {
  background-color: #38a9ff; }

.posts__item--category-5 .posts__cta {
  background-color: #38a9ff; }

.posts__item--category-6 .posts__cta {
  background-color: #38a9ff; }

.posts__item--category-7 .posts__cta {
  background-color: #38a9ff; }

.posts__item--category-8 .posts__cta {
  background-color: #38a9ff; }

.posts__item--category-9 .posts__cta {
  background-color: #38a9ff; }

.posts__item--category-10 .posts__cta {
  background-color: #38a9ff; }

.posts__item--category-11 .posts__cta {
  background-color: #38a9ff; }

.posts__item--category-12 .posts__cta {
  background-color: #38a9ff; }

.posts__cat-label--category-1 {
  background-color: #38a9ff; }

.posts__cat-label--category-2 {
  background-color: #07e0c4; }

.posts__cat-label--category-3 {
  background-color: #9fe900; }

.posts__cat-label--category-4 {
  background-color: #38a9ff; }

.posts__cat-label--category-5 {
  background-color: #38a9ff; }

.posts__cat-label--category-6 {
  background-color: #38a9ff; }

.posts__cat-label--category-7 {
  background-color: #38a9ff; }

.posts__cat-label--category-8 {
  background-color: #38a9ff; }

.posts__cat-label--category-9 {
  background-color: #38a9ff; }

.posts__cat-label--category-10 {
  background-color: #38a9ff; }

.posts__cat-label--category-11 {
  background-color: #38a9ff; }

.posts__cat-label--category-12 {
  background-color: #38a9ff; }

.posts__thumb {
  float: left;
  margin: 0 10px 0 0; }

.posts__thumb--hover {
  position: relative; }
  .posts__thumb--hover::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #38a9ff;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none; }
  .posts__thumb--hover > a {
    position: relative;
    display: block; }
    .posts__thumb--hover > a::before, .posts__thumb--hover > a::after {
      content: "";
      display: block;
      position: absolute;
      background-color: #fff;
      overflow: hidden;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      z-index: 2;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .posts__thumb--hover > a::before {
      height: 4px;
      width: 18px; }
    .posts__thumb--hover > a::after {
      height: 18px;
      width: 4px; }
  .posts__thumb--hover:hover::before {
    opacity: 0.8; }
  .posts__thumb--hover:hover > a::before, .posts__thumb--hover:hover > a::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }

.posts__title {
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-style: normal; }
  .posts__title + .posts__date {
    margin-top: 0.7em; }
  .posts__title a {
    color: #31404b;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .posts__title a:hover {
      color: #4f6779; }

.posts__date {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em; }

/* Simple Posts List */
.posts--simple-list .posts__item {
  overflow: hidden;
  margin-bottom: 18px; }
  .card .posts--simple-list .posts__item {
    border-bottom: 1px solid #e4e7ed;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px; }
  .posts--simple-list .posts__item:last-child,
  .card .posts--simple-list .posts__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.card .posts--simple-list .posts__item--card {
  margin-top: -24px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0 !important; }

.posts--simple-list .posts__item--card .posts__excerpt {
  display: block !important;
  font-size: 15px;
  line-height: 26px; }

.posts--simple-list .posts__item--card .posts__inner {
  overflow: visible; }

.card .posts--simple-list.posts--simple-list-numbered .posts__item {
  padding-left: 100px; }
  .card .posts--simple-list.posts--simple-list-numbered .posts__item::before {
    width: 100px;
    text-align: center;
    margin-top: -16px; }
  .card .posts--simple-list.posts--simple-list-numbered .posts__item:last-child::before {
    margin-top: -4px; }
  .card .posts--simple-list.posts--simple-list-numbered .posts__item .posts__title {
    font-size: 14px; }

.posts--simple-list .posts__inner {
  overflow: hidden; }

.posts--simple-list .posts__cat-label + .posts__title {
  margin-top: 0.55em; }

.posts--simple-list .posts__title {
  margin-bottom: 0;
  line-height: 1em; }
  .widget--footer .posts--simple-list .posts__title {
    font-size: 12px;
    line-height: 1em;
    font-style: normal; }
    .widget--footer .posts--simple-list .posts__title > a {
      color: #fff;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .widget--footer .posts--simple-list .posts__title > a:hover {
        color: #38a9ff; }
    .widget--footer .posts--simple-list .posts__title + .posts__date {
      margin-top: 0.25em; }
  .has-mega-menu .posts--simple-list .posts__title {
    font-size: 12px; }
    @media (max-width: 991px) {
      .has-mega-menu .posts--simple-list .posts__title {
        font-size: 11px; }
        .has-mega-menu .posts--simple-list .posts__title > a {
          color: #fff; } }
    @media (min-width: 992px) {
      .has-mega-menu .posts--simple-list .posts__title > a {
        color: #fff; } }

.posts--simple-list .posts__thumb {
  border-radius: 0; }
  .posts--simple-list .posts__thumb::before {
    border-radius: 0; }
  .posts--simple-list .posts__thumb img {
    border-radius: 0; }

.posts--simple-list .posts__date,
.posts--simple-list .posts__comments {
  font-size: 10px;
  line-height: 1.2em;
  vertical-align: middle;
  display: inline-block; }
  @media (max-width: 991px) {
    .has-mega-menu .posts--simple-list .posts__date, .has-mega-menu
    .posts--simple-list .posts__comments {
      font-size: 8px; } }
  .widget--footer .posts--simple-list .posts__date, .widget--footer
  .posts--simple-list .posts__comments {
    font-size: 9px; }

.posts--simple-list .posts__comments i {
  font-size: 12px;
  margin-right: 3px;
  margin-left: 1px;
  display: inline-block;
  vertical-align: middle; }

.widget--footer .posts--simple-list .posts__comments {
  min-width: 57px; }

.posts--simple-list .posts__excerpt {
  margin-top: 6px; }
  @media (max-width: 991px) {
    .has-mega-menu .posts--simple-list .posts__excerpt {
      font-size: 11px;
      line-height: 17px; } }

.posts--simple-list .posts__excerpt--space {
  padding: 20px 0; }

.posts--simple-list .posts__excerpt--space-sm {
  padding-top: 10px;
  font-size: 13px;
  line-height: 22px; }

.posts--simple-list .posts__footer {
  padding-top: 17px; }
  .card .posts--simple-list .posts__footer {
    padding: 17px 24px;
    border-top: 1px solid #e4e7ed;
    overflow: hidden;
    margin-left: -24px;
    margin-right: -24px; }

.posts--simple-list .post-author {
  float: left;
  width: 50%; }
  @media (max-width: 479px) {
    .posts--simple-list .post-author {
      width: 40%; } }

.posts--simple-list .post-author__avatar {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden; }
  .posts--simple-list .post-author__avatar img {
    vertical-align: top; }
  @media (max-width: 479px) {
    .posts--simple-list .post-author__avatar {
      display: none; } }

.posts--simple-list .post-author__name {
  font-size: 10px;
  text-transform: uppercase;
  color: #9a9da2;
  font-weight: 400; }

.posts--simple-list .post__meta {
  width: 50%;
  float: right;
  text-align: right; }
  @media (max-width: 479px) {
    .posts--simple-list .post__meta {
      width: 60%; } }

.posts--simple-list .posts__more {
  padding: 20px 0 0 0; }

/* Simple Posts List - Condensed */
.card .posts--simple-list-condensed .posts__item {
  padding-bottom: 16px;
  margin-bottom: 18px; }

/* Simple Post List - Numbered */
.posts--simple-list-numbered {
  counter-reset: list; }
  .posts--simple-list-numbered .posts__item {
    padding-left: 100px;
    position: relative;
    counter-increment: list; }
    .widget--footer .posts--simple-list-numbered .posts__item {
      padding-left: 38px; }
    .posts--simple-list-numbered .posts__item::before {
      content: counter(list, decimal-leading-zero);
      font-family: "Montserrat", sans-serif;
      font-size: 44px;
      line-height: 1em;
      font-style: italic;
      position: absolute;
      left: 0;
      top: 15px;
      opacity: .2;
      margin-top: 0 !important; }
      .widget--footer .posts--simple-list-numbered .posts__item::before {
        font-size: 24px;
        top: 22px; }

/* Simple Posts List - Large */
.widget--side-panel .posts--simple-list--lg .posts__item {
  margin-bottom: 50px; }
  .widget--side-panel .posts--simple-list--lg .posts__item:last-child {
    margin-bottom: 0; }

.has-mega-menu .posts--simple-list--lg .posts__item {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .has-mega-menu .posts--simple-list--lg .posts__item {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .has-mega-menu .posts--simple-list--lg .posts__item {
      padding-left: 15px;
      padding-right: 15px; } }

.posts--simple-list--lg .posts__item .posts__thumb {
  float: none;
  margin: 0 0 1.5em 0; }

@media (min-width: 992px) {
  .has-mega-menu .posts--simple-list--lg .posts__item .posts__title {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .has-mega-menu .posts--simple-list--lg .posts__item .posts__title {
    font-size: 22px; } }

.posts--simple-list--lg .posts__cat {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .posts--simple-list--lg .posts__cat-label {
    font-size: 10px; } }

.posts--simple-list--lg .posts__title {
  margin-bottom: .2em; }
  @media (min-width: 992px) {
    .posts--simple-list--lg .posts__title {
      font-size: 18px;
      line-height: 1em; }
      .widget--side-panel .posts--simple-list--lg .posts__title {
        font-size: 22px; } }

.posts--simple-list--lg .posts__excerpt {
  font-size: 15px;
  line-height: 26px; }

.posts--simple-list--lg.posts--simple-list--lg--clean .posts__item {
  border-bottom: none;
  margin-bottom: 0; }

.posts--simple-list--lg.posts--simple-list--lg--clean .posts__footer {
  border-top: none; }

/* Simple Posts List - XLarge */
.posts--simple-list--xlg .posts__cat {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .posts--simple-list--xlg .posts__cat-label {
    font-size: 10px; } }

.posts--simple-list--xlg .posts__title {
  margin-bottom: .1em; }
  @media (min-width: 768px) {
    .posts--simple-list--xlg .posts__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .posts--simple-list--xlg .posts__title {
      font-size: 24px; } }
  @media (min-width: 1199px) {
    .posts--simple-list--xlg .posts__title {
      font-size: 30px;
      line-height: 28px; } }

.posts--simple-list--xlg .posts__date {
  font-size: 9px; }
  @media (min-width: 992px) {
    .posts--simple-list--xlg .posts__date {
      font-size: 11px; } }

.posts--simple-list--xlg .posts__excerpt {
  font-size: 15px;
  line-height: 26px; }
  @media (min-width: 1199px) {
    .posts--simple-list--xlg .posts__excerpt {
      margin-top: 13px; } }

@media (min-width: 992px) {
  .posts--simple-list--xlg .posts__more {
    padding-top: 30px; } }

@media (min-width: 1199px) {
  .posts--simple-list--xlg .posts__more {
    padding-top: 38px; } }

/* Simple Posts List - Search Result */
.posts--simple-list--search .posts__excerpt > p:last-child {
  margin-bottom: 0; }

/* Simple Posts List - Extra Small */
.posts--simple-list--xs .posts__thumb {
  max-width: 50px; }

/* Post: Cards */
@media (max-width: 767px) {
  .posts--cards .post-grid__item {
    width: 100%; } }

.posts__item--card, .posts__item--card:last-child {
  margin-bottom: 15px; }

.posts__item--card .posts__thumb {
  float: none;
  margin: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .posts__item--card .posts__thumb:first-child {
    overflow: hidden;
    border-radius: 4px 4px 0 0; }
  .posts__item--card .posts__thumb:last-child {
    overflow: hidden;
    border-radius: 0 0 4px 4px; }
  .posts__item--card .posts__thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .posts__item--card .posts__thumb:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.posts__item--card.posts__item--card-condensed {
  margin-bottom: 0;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.posts__item--card .posts__cta {
  display: block;
  position: absolute;
  top: 0;
  right: 23px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .posts__item--card .posts__cta::before, .posts__item--card .posts__cta::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .posts__item--card .posts__cta::before {
    width: 17px;
    height: 3px; }
  .posts__item--card .posts__cta::after {
    width: 3px;
    height: 17px; }
  .posts__item--card .posts__cta:hover::before, .posts__item--card .posts__cta:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

.posts__item--card .posts__cat {
  display: block;
  position: absolute;
  left: 23px;
  top: 23px; }

.posts__item--card .posts__inner .posts__cat {
  position: static;
  margin-bottom: 10px; }

.posts__item--card .posts__cat-label {
  font-size: 10px;
  padding-top: .6em;
  margin-bottom: .6em; }

.posts__item--card .posts__date {
  font-size: 10px;
  line-height: 1.2em; }
  .posts__item--card .posts__date + .posts__title {
    margin-top: 5px; }
    @media (min-width: 992px) {
      .posts__item--card .posts__date + .posts__title {
        margin-top: 10px; } }
  @media (min-width: 992px) {
    .posts__item--card .posts__date {
      font-size: 11px; } }
  .posts__item--card .posts__date > a {
    color: #9a9da2; }

.posts__item--card .posts__title {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 0.2em; }
  @media (min-width: 992px) {
    .posts__item--card .posts__title {
      font-size: 24px; } }

@media (min-width: 992px) {
  .posts__item--card .posts__title--sm {
    font-size: 18px; } }

@media (min-width: 992px) {
  .posts__item--card .posts__title--sm + .posts__excerpt {
    padding: 10px 0 0 0; } }

.posts__item--card .posts__excerpt {
  padding: 13px 0 0 0; }
  @media (min-width: 992px) {
    .posts__item--card .posts__excerpt {
      padding: 23px 0 8px 0; } }
  .posts__item--card .posts__excerpt > p:last-child {
    margin-bottom: 0; }

.posts__item--card .posts__inner {
  padding-top: 18px;
  position: relative; }

.posts__item--card .posts__footer {
  padding: 17px 24px;
  border-top: 1px solid #e4e7ed;
  display: table;
  width: 100%;
  height: 100%; }

.posts__item--card .post-author {
  display: table-cell;
  width: 50%;
  text-align: left; }
  @media (max-width: 479px) {
    .posts__item--card .post-author {
      width: 40%; } }

.posts__item--card .post-author__avatar {
  width: 24px;
  height: 24px;
  margin-right: 7px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden; }
  .posts__item--card .post-author__avatar img {
    vertical-align: top; }
  @media (max-width: 479px) {
    .posts__item--card .post-author__avatar {
      display: none; } }

.posts__item--card .post-author__name {
  font-size: 10px;
  text-transform: uppercase;
  color: #9a9da2;
  font-weight: 400;
  font-style: normal; }

.posts__item--card .post__meta {
  display: table-cell;
  width: 50%;
  text-align: right; }

/* Post: Tile */
.has-mega-menu .posts--tile {
  margin: -44px -65px -44px 0; }
  @media only screen and (max-width: 991px) {
    .has-mega-menu .posts--tile {
      margin: 0; }
      .has-mega-menu .posts--tile .posts__footer,
      .has-mega-menu .posts--tile .posts__cta {
        display: none; } }
  .has-mega-menu .posts--tile .posts__item--tile {
    margin-bottom: 0 !important;
    border-radius: 0; }
  .has-mega-menu .posts--tile .posts__thumb img {
    border-radius: 0; }

.posts__item--tile {
  position: relative;
  margin-bottom: 15px !important; }
  .posts__item--tile .posts__thumb {
    margin: 0;
    float: none;
    position: relative; }
    .posts__item--tile .posts__thumb img {
      border-radius: 4px;
      width: 100%;
      height: auto; }
    .posts__item--tile .posts__thumb::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1; }
  .posts__item--tile .posts__inner {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4; }
  .posts__item--tile .posts__inner--centered {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .posts__item--tile .posts__cat .posts__cat-label {
    float: none;
    display: inline-block;
    font-size: 10px; }
  .posts__item--tile .posts__title {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: .5em;
    line-height: 1em;
    font-size: 18px; }
    @media (min-width: 768px) {
      .posts__item--tile .posts__title {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .posts__item--tile .posts__title {
        font-size: 24px;
        line-height: 1.0833em; } }
  .posts__item--tile .posts__cta {
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 4; }
    .posts__item--tile .posts__cta::before, .posts__item--tile .posts__cta::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #fff;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
    .posts__item--tile .posts__cta::before {
      width: 17px;
      height: 3px; }
    .posts__item--tile .posts__cta::after {
      width: 3px;
      height: 17px; }
    .posts__item--tile .posts__cta:hover::before, .posts__item--tile .posts__cta:hover::after {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
  .posts__item--tile .posts__date {
    font-size: 11px;
    color: #fff;
    margin-bottom: 2.5em; }
  .posts__item--tile .posts__footer {
    border-top: 1px solid #e4e7ed;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center; }
  .posts__item--tile .post-author {
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: -2px; }
  .posts__item--tile .post-author__avatar {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    width: 24px;
    height: 24px;
    float: none;
    margin-right: 5px; }
  .posts__item--tile .post-author__name {
    margin: 0;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    color: #9a9da2; }
  .posts__item--tile .post__meta {
    display: inline-block; }

@media (min-width: 992px) {
  .posts__item--tile-sm .posts__title {
    font-size: 22px; } }

@media (min-width: 992px) {
  .posts__item--tile-lg .posts__title {
    font-size: 34px; } }

/* Post Grid */
@media (max-width: 479px) {
  .post-grid--2cols .post-grid__item {
    width: 100%; } }

.post-grid--featured {
  padding-top: 15px; }

/* Post: Cards Thumb Left */
.posts--cards-thumb-left .posts__item--card {
  overflow: hidden; }

.posts--cards-thumb-left .posts__thumb {
  width: 100%;
  float: none;
  overflow: hidden;
  height: 200px; }
  @media (min-width: 375px) {
    .posts--cards-thumb-left .posts__thumb {
      height: 240px; } }
  @media (min-width: 992px) {
    .posts--cards-thumb-left .posts__thumb {
      float: left;
      margin: 0;
      max-width: 325px;
      height: auto; }
      .posts--cards-thumb-left .posts__thumb:first-child {
        border-radius: 4px 0 0 4px; } }
  @media (min-width: 992px) {
    .posts--cards-thumb-left .posts__thumb {
      max-width: 220px; } }
  @media (min-width: 1199px) {
    .posts--cards-thumb-left .posts__thumb {
      max-width: 380px; } }

.posts--cards-thumb-left .posts__inner {
  overflow: hidden;
  padding-top: 0; }
  @media (min-width: 992px) {
    .posts--cards-thumb-left .posts__inner {
      padding-top: 8px; } }

.posts--cards-thumb-left .posts__cta {
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-transform: none;
          transform: none; }
  .posts--cards-thumb-left .posts__cta:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/* Post: Cards Thumb Large */
@media (min-width: 992px) {
  .posts--cards-thumb-lg .posts__inner {
    padding-top: 30px; } }

.posts--cards-thumb-lg .posts__cat {
  position: static; }
  @media (min-width: 992px) {
    .posts--cards-thumb-lg .posts__cat {
      margin-bottom: 13px; } }

@media (min-width: 992px) {
  .posts--cards-thumb-lg .posts__title {
    font-size: 28px;
    line-height: 1.07em; } }

/* Post: Blockquote */
.posts__item--quote {
  background-color: #194676;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  min-width: 304px; }
  @media (min-width: 992px) {
    .posts__item--quote {
      min-height: 482px; } }
  @media (min-width: 1199px) {
    .posts__item--quote {
      min-height: 488px; } }
  .posts__item--quote::before {
    content: "\201C";
    display: block;
    position: absolute;
    left: -0.09em;
    top: -0.18em;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    opacity: .1;
    font-size: 300px;
    line-height: 1em;
    pointer-events: none; }
    @media (min-width: 992px) {
      .posts__item--quote::before {
        font-size: 600px; } }
    @media (min-width: 1199px) {
      .posts__item--quote::before {
        font-size: 700px; } }

.blockquote--card {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  .blockquote--card .blockquote__content {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #fff;
    font-style: normal;
    margin: 0;
    padding-bottom: 50px;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .blockquote--card .blockquote__content {
        font-size: 24px; } }
    @media (min-width: 1199px) {
      .blockquote--card .blockquote__content {
        font-size: 36px; } }
  .blockquote--card .blockquote-stress {
    display: block;
    color: #c2ff1f; }
  .blockquote--card .blockquote__footer {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.2em;
    position: absolute;
    right: 24px;
    bottom: 24px; }
    .blockquote--card .blockquote__footer::before {
      display: none; }
    @media (min-width: 992px) {
      .blockquote--card .blockquote__footer {
        text-align: right; } }
  .blockquote--card .blockquote__cite {
    font-style: normal; }
  .blockquote--card .blockquote__author-name {
    display: block;
    font-size: 11px; }
    @media (min-width: 992px) {
      .blockquote--card .blockquote__author-name {
        font-size: 14px; } }
  .blockquote--card .blockquote__author-info {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.7);
    display: block; }
    @media (min-width: 992px) {
      .blockquote--card .blockquote__author-info {
        font-size: 10px; } }

/* Posts: Featured Slider */
.posts--slider-featured:hover .posts__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.posts--slider-featured .posts__item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.posts--slider-featured .posts__thumb {
  margin: 0; }
  .posts--slider-featured .posts__thumb img {
    border-radius: 4px;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.posts--slider-featured .posts__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(to bottom, transparent, #000);
  border-radius: 0 0 4px 4px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none; }
  @media (min-width: 992px) {
    .posts--slider-featured .posts__inner {
      padding: 30px 23% 30px 40px; } }

@media (min-width: 992px) {
  .posts--slider-featured .posts__cat {
    margin-bottom: 13px; } }

@media (min-width: 992px) {
  .posts--slider-featured .posts__cat-label {
    font-size: 10px; } }

.posts--slider-featured .posts__title {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #fff; }
  @media (min-width: 768px) {
    .posts--slider-featured .posts__title {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .posts--slider-featured .posts__title {
      font-size: 32px; } }
  @media (min-width: 1199px) {
    .posts--slider-featured .posts__title {
      font-size: 38px;
      line-height: 34px; } }
  .posts--slider-featured .posts__title .text-primary {
    display: block; }

.posts--slider-featured .posts__title-higlight {
  color: #9fe900; }

.posts--slider-featured .post-author {
  color: #fff; }

.posts--slider-featured .post-author__avatar {
  width: 24px;
  height: 24px;
  margin-right: 4px; }
  @media (min-width: 768px) {
    .posts--slider-featured .post-author__avatar {
      margin-right: 8px; } }

.posts--slider-featured .post-author__name,
.posts--slider-featured .posts__date {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .posts--slider-featured .post-author__name,
    .posts--slider-featured .posts__date {
      font-size: 11px; } }

.posts--slider-featured .posts__date::before {
  content: "\2013";
  margin-right: 0.25em; }

/* Featured Slider - Center */
.posts-slider--center .posts__thumb {
  float: none;
  position: relative; }
  .posts-slider--center .posts__thumb::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 1; }

.posts-slider--center .posts__inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  right: auto;
  background: none;
  text-align: center;
  width: 80%;
  padding: 0;
  z-index: 2; }
  @media (min-width: 992px) {
    .posts-slider--center .posts__inner {
      padding: 0;
      width: 60%; } }

.posts-slider--center .posts__cat-label {
  float: none;
  display: inline-block; }

.posts-slider--center .posts__title {
  font-size: 14px; }
  @media (min-width: 768px) {
    .posts-slider--center .posts__title {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .posts-slider--center .posts__title {
      font-size: 24px; } }
  @media (min-width: 1199px) {
    .posts-slider--center .posts__title {
      font-size: 32px;
      line-height: 32px; } }

/* Featured Carousel */
.posts--carousel-featured .posts__item {
  position: relative; }

.posts--carousel-featured .posts__title {
  color: #fff;
  margin-bottom: .25em;
  font-size: 15px; }
  @media (min-width: 480px) {
    .posts--carousel-featured .posts__title {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .posts--carousel-featured .posts__title {
      font-size: 15px; } }
  @media (min-width: 1199px) {
    .posts--carousel-featured .posts__title {
      font-size: 18px;
      line-height: 1.11em; } }
  .posts--carousel-featured .posts__title > a {
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .posts--carousel-featured .posts__title > a:hover {
      opacity: .75; }

@media (min-width: 992px) {
  .posts--carousel-featured .posts__cat {
    margin-bottom: 10px; } }

@media (min-width: 1199px) {
  .posts--carousel-featured .posts__cat {
    margin-bottom: 13px; } }

.posts--carousel-featured .posts__cat-label {
  float: none;
  display: inline-block; }
  @media (min-width: 992px) {
    .posts--carousel-featured .posts__cat-label {
      font-size: 10px; } }

.posts--carousel-featured .posts__thumb {
  float: none;
  position: relative;
  margin: 0; }
  .posts--carousel-featured .posts__thumb img {
    width: 100%;
    vertical-align: top; }

.posts--carousel-featured .posts__inner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 15%;
  text-align: center;
  width: 100%; }

.posts--carousel-featured .posts__date {
  color: #9a9da2;
  font-size: 9px;
  font-weight: 700; }
  @media (min-width: 992px) {
    .posts--carousel-featured .posts__date {
      font-size: 11px; } }

.posts--carousel-featured .post__meta {
  padding-top: 5px; }
  @media (min-width: 992px) {
    .posts--carousel-featured .post__meta {
      padding-top: 10px; } }
  @media (min-width: 1199px) {
    .posts--carousel-featured .post__meta {
      padding-top: 22px; } }

.posts--carousel-featured .meta__item {
  color: #fff; }
  .posts--carousel-featured .meta__item > a {
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .posts--carousel-featured .meta__item > a:hover {
      color: #fff;
      opacity: .75; }

/* Posts - Horizontal */
.posts--horizontal {
  display: -webkit-box;
  display: flex; }
  @media (max-width: 767px) {
    .posts--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  @media (min-width: 768px) {
    .posts--horizontal .posts__item,
    .card .posts--horizontal .posts__item {
      padding-bottom: 0;
      border-left: 1px solid #e4e7ed;
      border-bottom: none;
      margin: -24px 0 !important; }
      .posts--horizontal .posts__item:first-child,
      .card .posts--horizontal .posts__item:first-child {
        border-left: none;
        padding-left: 0; }
        .posts--horizontal .posts__item:first-child .posts__inner,
        .card .posts--horizontal .posts__item:first-child .posts__inner {
          padding-left: 0; }
      .posts--horizontal .posts__item:last-child,
      .card .posts--horizontal .posts__item:last-child {
        padding-right: 0; }
        .posts--horizontal .posts__item:last-child .posts__inner,
        .card .posts--horizontal .posts__item:last-child .posts__inner {
          padding-right: 0; }
      .posts--horizontal .posts__item .posts__inner,
      .card .posts--horizontal .posts__item .posts__inner {
        padding: 24px 0; } }

/* Posts - Carousel Video Slideshow */
.posts--carousel .posts__item {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0; }

.posts--carousel .posts__link-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 8px;
  text-align: left; }
  .posts--carousel .posts__link-wrapper:hover .posts__inner {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .posts--carousel .posts__link-wrapper:hover::before {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .posts--carousel .posts__link-wrapper::before {
    content: "\f067";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-color: rgba(23, 29, 33, 0.6);
    border-radius: 50%;
    border: 4px solid #38a9ff;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none; }

.posts--carousel .format-video .posts__link-wrapper::before {
  content: "\f04b";
  text-indent: 3px; }

.posts--carousel .posts__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px 18px 15px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: none; }

.posts--carousel .posts__title {
  color: #fff;
  margin-bottom: .25em;
  font-size: 12px;
  line-height: 1em; }
  @media (min-width: 480px) {
    .posts--carousel .posts__title {
      font-size: 12px; } }
  @media (min-width: 768px) {
    .posts--carousel .posts__title {
      font-size: 13px; } }
  @media (min-width: 1199px) {
    .posts--carousel .posts__title {
      font-size: 14px; } }

.posts--carousel .posts__thumb {
  float: none;
  margin: 0;
  background-color: #171d21;
  border-radius: 4px; }
  .posts--carousel .posts__thumb img {
    border-radius: 4px;
    position: relative;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: .6; }
  .posts--carousel .posts__thumb:hover img {
    opacity: .3; }

.posts--carousel .posts__date {
  color: #9a9da2;
  font-size: 9px;
  font-weight: 700;
  display: block;
  line-height: 1em; }
  @media (min-width: 992px) {
    .posts--carousel .posts__date {
      font-size: 10px; } }

.posts--carousel .slick-prev,
.posts--carousel .slick-next {
  top: -66px; }
  .posts--carousel .slick-prev:hover,
  .posts--carousel .slick-next:hover {
    background-color: #31404b; }

/* Posts: Inline (marquee) */
.posts--inline {
  margin: 0; }
  .posts--inline .posts__item,
  .posts--inline .posts__title,
  .posts--inline .posts__excerpt {
    display: inline-block;
    margin: 0;
    font-size: 12px; }
  .posts--inline .posts__title {
    margin-right: .5em; }
    .posts--inline .posts__title::before {
      content: "//";
      margin-right: 1em;
      color: #c2ff1f; }
  .posts--inline .posts__excerpt {
    margin-right: 1em; }

/* Featured News - Football */
.posts__item--desc-center .posts__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  right: auto;
  background: none;
  text-align: center;
  width: 80%;
  padding: 0;
  z-index: 2; }
  @media (min-width: 992px) {
    .posts__item--desc-center .posts__inner {
      padding: 0;
      width: 60%; } }

.posts__item--desc-center .posts__thumb {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
  float: none;
  margin: 0 0 15px 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .posts__item--desc-center .posts__thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.posts__item--desc-center .posts__cat {
  overflow: visible; }

.posts__item--desc-center .posts__cat-label {
  float: none;
  display: inline-block;
  font-size: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }

.posts__item--desc-center .posts__title {
  font-size: 14px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .posts__item--desc-center .posts__title {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .posts__item--desc-center .posts__title {
      font-size: 24px; } }
  @media (min-width: 1199px) {
    .posts__item--desc-center .posts__title {
      font-size: 34px;
      line-height: 1em; } }

.posts__item--desc-center .post-author__avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px; }

.posts__item--desc-center .posts__date {
  font-size: 11px;
  color: #31404b;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }

.posts__item--desc-center .posts__title-higlight {
  color: #38a9ff; }

.posts__item--desc-center:hover .posts__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.posts__item--desc-left .posts__inner {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: none;
  width: 80%;
  padding: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media (min-width: 992px) {
    .posts__item--desc-left .posts__inner {
      padding: 0;
      width: 75%; } }

.posts__item--desc-left .posts__thumb {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
  float: none;
  margin: 0 0 14px 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .posts__item--desc-left .posts__thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.posts__item--desc-left .posts__cat {
  overflow: visible; }

.posts__item--desc-left .posts__cat-label {
  display: inline-block;
  float: none;
  font-size: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }

.posts__item--desc-left .posts__title {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 0.1em;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  color: #fff; }
  @media (min-width: 768px) {
    .posts__item--desc-left .posts__title {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .posts__item--desc-left .posts__title {
      font-size: 18px; } }
  @media (min-width: 1199px) {
    .posts__item--desc-left .posts__title {
      font-size: 20px;
      line-height: 1em; } }

.posts__item--desc-left .posts__date {
  font-size: 10px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  color: #fff; }

.posts__item--desc-left .posts__title-higlight {
  color: #38a9ff; }

.posts__item--desc-left:hover .posts__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

/* Slider Featured */
.posts--slider-top-news {
  margin-bottom: 0 !important; }
  .posts--slider-top-news .slick-list,
  .posts--slider-top-news .slick__slide {
    max-height: 660px !important; }
  .posts--slider-top-news .posts__thumb {
    float: none;
    margin: 0; }
    .posts--slider-top-news .posts__thumb img {
      width: 100%;
      height: auto; }
  .posts--slider-top-news .posts__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 80%; }
    @media (min-width: 480px) {
      .posts--slider-top-news .posts__inner {
        width: 50%; } }
    @media (min-width: 768px) {
      .posts--slider-top-news .posts__inner {
        width: 50%; } }
    @media (min-width: 992px) {
      .posts--slider-top-news .posts__inner {
        width: 620px; } }
  .posts--slider-top-news .posts__cat {
    visibility: visible; }
    @media (min-width: 992px) {
      .posts--slider-top-news .posts__cat {
        margin-bottom: 13px; } }
  .posts--slider-top-news .posts__cat-label {
    display: inline-block;
    float: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
    @media (min-width: 992px) {
      .posts--slider-top-news .posts__cat-label {
        font-size: 10px; } }
  .posts--slider-top-news .posts__title {
    font-size: 18px;
    line-height: 1em;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
    @media (max-width: 479px) {
      .posts--slider-top-news .posts__title {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 768px) {
      .posts--slider-top-news .posts__title {
        font-size: 24px; } }
    @media (min-width: 992px) {
      .posts--slider-top-news .posts__title {
        font-size: 34px; } }
    @media (min-width: 1200px) {
      .posts--slider-top-news .posts__title {
        font-size: 42px; } }
    .posts--slider-top-news .posts__title > a:hover {
      color: #fff !important; }
  .posts--slider-top-news .posts__title-higlight {
    color: #9fe900; }
  .posts--slider-top-news .posts__footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
    .posts--slider-top-news .posts__footer .post-author {
      margin: 0 10px 0 0; }
    .posts--slider-top-news .posts__footer .post-author__avatar {
      margin-bottom: 0; }
    .posts--slider-top-news .posts__footer .post__meta {
      margin: 0; }
    .posts--slider-top-news .posts__footer .meta__item {
      line-height: 14px; }
  .posts--slider-top-news .post-author {
    display: inline-block; }
    @media (max-width: 479px) {
      .posts--slider-top-news .post-author {
        display: block; } }
  .posts--slider-top-news .post-author__avatar {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .posts--slider-top-news .post-author__avatar {
        margin-right: 8px; } }
  .posts--slider-top-news .posts__date {
    color: #fff;
    font-size: 11px; }
  .posts--slider-top-news .post__meta {
    display: inline-block;
    margin-right: 0;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
    @media (max-width: 479px) {
      .posts--slider-top-news .post__meta {
        margin-bottom: 10px !important; } }
    @media (min-width: 768px) {
      .posts--slider-top-news .post__meta {
        margin-right: 2.5em; } }
  .posts--slider-top-news .meta__item a {
    color: #fff; }
  @media (min-width: 768px) {
    .posts--slider-top-news .posts__item-has-img .posts__inner {
      text-align: left;
      -webkit-transform: translate(-50%, -50%) translateX(35%);
              transform: translate(-50%, -50%) translateX(35%); } }
  .posts--slider-top-news .posts__item-has-img .posts__img-player {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 45%;
    z-index: 4; }
    @media (max-width: 767px) {
      .posts--slider-top-news .posts__item-has-img .posts__img-player {
        display: none; } }
    @media (min-width: 1200px) {
      .posts--slider-top-news .posts__item-has-img .posts__img-player {
        left: 50%;
        top: auto;
        bottom: 0;
        -webkit-transform: translate(-585px, 0);
                transform: translate(-585px, 0); } }
    .posts--slider-top-news .posts__item-has-img .posts__img-player img {
      vertical-align: bottom; }
  .posts--slider-top-news .posts__item-has-img .posts__footer {
    -webkit-box-pack: start;
            justify-content: flex-start; }

/* Posts - Video Grid */
.posts--video-grid .posts__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #e4e7ed;
  border-radius: 4px; }
  .posts--video-grid .posts__item.posts__item--category-1 .posts__link-wrapper::before {
    border-color: #38a9ff; }
  .posts--video-grid .posts__item.posts__item--category-2 .posts__link-wrapper::before {
    border-color: #07e0c4; }
  .posts--video-grid .posts__item.posts__item--category-3 .posts__link-wrapper::before {
    border-color: #9fe900; }
  .posts--video-grid .posts__item.posts__item--category-4 .posts__link-wrapper::before {
    border-color: #38a9ff; }
  .posts--video-grid .posts__item.posts__item--category-5 .posts__link-wrapper::before {
    border-color: #38a9ff; }
  .posts--video-grid .posts__item.posts__item--category-6 .posts__link-wrapper::before {
    border-color: #38a9ff; }
  .posts--video-grid .posts__item.posts__item--category-7 .posts__link-wrapper::before {
    border-color: #38a9ff; }
  .posts--video-grid .posts__item.posts__item--category-8 .posts__link-wrapper::before {
    border-color: #38a9ff; }
  .posts--video-grid .posts__item.posts__item--category-9 .posts__link-wrapper::before {
    border-color: #38a9ff; }
  .posts--video-grid .posts__item.posts__item--category-10 .posts__link-wrapper::before {
    border-color: #38a9ff; }
  .posts--video-grid .posts__item.posts__item--category-11 .posts__link-wrapper::before {
    border-color: #38a9ff; }
  .posts--video-grid .posts__item.posts__item--category-12 .posts__link-wrapper::before {
    border-color: #38a9ff; }

@media (min-width: 992px) {
  .posts--video-grid .posts__item--lg .posts__link-wrapper::before {
    width: 80px;
    height: 80px;
    border-width: 6px;
    line-height: 68px;
    font-size: 32px; }
  .posts--video-grid .posts__item--lg .posts__title {
    font-size: 24px;
    line-height: 1.08333em; }
  .posts--video-grid .posts__item--lg .posts__cat-label {
    font-size: 10px; } }

.posts--video-grid .posts__link-wrapper {
  display: block;
  vertical-align: top;
  position: relative;
  text-align: left; }
  .posts--video-grid .posts__link-wrapper:hover .posts__inner {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .posts--video-grid .posts__link-wrapper:hover::before {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .posts--video-grid .posts__link-wrapper::before {
    content: "\f04b";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: rgba(23, 29, 33, 0.6);
    border-radius: 50%;
    border: 4px solid #38a9ff;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 52px;
    text-indent: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none; }

.posts--video-grid .posts__inner {
  position: absolute;
  left: 0;
  width: 75%;
  bottom: 0;
  padding: 0 24px 18px 24px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: none; }

.posts--video-grid .posts__title {
  color: #fff;
  margin-bottom: .25em;
  font-size: 12px;
  line-height: 1em; }
  @media (min-width: 480px) {
    .posts--video-grid .posts__title {
      font-size: 12px; } }
  @media (min-width: 768px) {
    .posts--video-grid .posts__title {
      font-size: 13px; } }
  @media (min-width: 1199px) {
    .posts--video-grid .posts__title {
      font-size: 14px; } }

.posts--video-grid .posts__thumb {
  float: none;
  margin: 0;
  background-color: #171d21;
  border-radius: 4px; }
  .posts--video-grid .posts__thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    position: relative;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.posts--video-grid .posts__date {
  color: #9a9da2;
  font-size: 9px;
  font-weight: 700;
  display: block;
  line-height: 1em; }
  @media (min-width: 992px) {
    .posts--video-grid .posts__date {
      font-size: 10px; } }

.posts--excerpt-hide .posts__excerpt {
  display: none; }

/* Single Post
/* ------------------------- */
.post--single .post__thumbnail {
  border-radius: 4px 4px 0 0;
  overflow: hidden; }
  .post--single .post__thumbnail > img {
    width: 100%;
    height: auto; }

.post--single .post__category {
  overflow: hidden;
  margin-bottom: 15px; }

.post--single .post__title {
  font-size: 18px;
  line-height: 1.0625em;
  margin-bottom: 0.55em; }
  @media (min-width: 992px) {
    .post--single .post__title {
      font-size: 32px; } }

.post--single .post__meta {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .post--single .post__meta {
      margin-bottom: 34px; } }

.post--single .post__footer {
  padding: 30px 0 10px 0; }

.post--single .post__tags .btn {
  margin: 0 5px 8px 0; }

@media (min-width: 992px) {
  .post--single .posts__cat-label {
    font-size: 10px; } }

.post-sharing {
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex; }
  .post-sharing .btn {
    margin: 0 8px 5px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 15px; }
    .post-sharing .btn:first-child {
      margin-left: 0; }
    .post-sharing .btn:last-child {
      margin-right: 0; }
    @media (max-width: 768px) {
      .post-sharing .btn {
        padding-left: 0;
        padding-right: 0; }
        .post-sharing .btn .fa {
          margin-right: 0; } }

@media (max-width: 768px) {
  .post-sharing__label {
    display: none; } }

.post--extra-top {
  margin-top: -100px;
  z-index: 3; }
  @media (min-width: 992px) {
    .post--extra-top {
      margin-top: -160px; } }

/* Post Author
/* ------------------------- */
.post-author__header {
  overflow: hidden; }
  .post-author__header + .post-author__description {
    margin-top: 26px; }

.post-author__avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 14px 0 0;
  display: inline-block;
  vertical-align: middle; }
  .post-author__avatar img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }

.post-author__info {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.post-author__name {
  margin-bottom: .2em; }

.post-author__slogan {
  display: block;
  font-size: 11px;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  color: #9a9da2;
  font-weight: 400; }

.post-author__social-links.social-links {
  padding: 10px 0 0 0; }
  @media (min-width: 992px) {
    .post-author__social-links.social-links {
      padding: 0;
      float: right;
      margin-right: -2px; } }

.post-author--avatar-left .post-author__header {
  margin-bottom: 12px;
  padding-top: 5px; }

.post-author--avatar-left .post-author__header + .post-author__description {
  margin-top: 0; }
  @media (max-width: 767px) {
    .post-author--avatar-left .post-author__header + .post-author__description {
      clear: both;
      padding-top: 10px; } }

.post-author--avatar-left .post-author__avatar {
  float: left;
  margin-right: 24px; }

.post-author--avatar-left .card__content {
  overflow: hidden; }

/* Post Meta */
.meta {
  list-style: none;
  padding: 0;
  margin: 0; }

.meta__item {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle; }
  .meta__item + .meta__item {
    margin-left: 8px; }
    @media (min-width: 992px) {
      .meta__item + .meta__item {
        margin-left: 15px; } }
  .meta__item::before {
    font-size: 13px;
    line-height: 1em;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: 'simple-line-icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
    position: relative;
    top: -1px; }
    @media (min-width: 992px) {
      .meta__item::before {
        margin-right: 8px; } }
  .meta__item a {
    color: #9a9da2;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .meta__item a:hover {
      color: #31404b; }

.meta__item--date {
  font-size: 10px; }
  @media (min-width: 992px) {
    .meta__item--date {
      font-size: 11px; } }
  .meta__item--date::before {
    display: none; }

.meta__item--views::before {
  content: "\e087"; }

.meta__item--likes::before {
  display: none; }

.meta__item--likes .meta-like {
  vertical-align: middle;
  margin-right: 6px;
  font-size: 12px; }

.meta__item--likes > a {
  display: inline-block; }

.meta__item--likes.meta__item--likes--active .meta-like {
  color: #f1365e; }

.meta__item--comments::before {
  display: none; }

.meta__item--comments > a {
  display: inline-block; }
  .meta__item--comments > a::before {
    font-size: 13px;
    line-height: 1em;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: 'simple-line-icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
    position: relative;
    top: -1px;
    content: "\e07d";
    font-size: 12px; }
    @media (min-width: 992px) {
      .meta__item--comments > a::before {
        margin-right: 8px; } }

/* Side Meta Block */
.post__meta-block--side {
  padding: 24px; }
  .post__meta-block--side .post-author__name {
    font-size: 13px; }
  .post__meta-block--side .social-links--btn {
    margin-left: 74px; }
  .post__meta-block--side .post__meta {
    display: none; }
  .post__meta-block--side + .card__content .meta__item--views,
  .post__meta-block--side + .card__content .meta__item--likes,
  .post__meta-block--side + .card__content .meta__item--comments {
    display: inline-block; }
  @media (min-width: 992px) {
    .post__meta-block--side {
      padding: 0;
      float: left;
      width: 60px;
      margin: 43px 0 0 24px; }
      .post__meta-block--side + .card__content {
        overflow: hidden;
        padding-left: 24px; }
        .post__meta-block--side + .card__content .meta__item--views,
        .post__meta-block--side + .card__content .meta__item--likes,
        .post__meta-block--side + .card__content .meta__item--comments {
          display: none; }
      .post__meta-block--side .post-author {
        text-align: center;
        padding-bottom: 34px; }
      .post__meta-block--side .post-author__avatar {
        float: none;
        margin: 0 auto 8px auto;
        width: 60px;
        height: 60px;
        border-radius: 50%; }
      .post__meta-block--side .post-author__name {
        font-size: 10px;
        line-height: 1.2em;
        margin-bottom: 0.75em; }
      .post__meta-block--side .post-author__slogan {
        font-size: 9px; }
      .post__meta-block--side .post__meta {
        display: block; }
      .post__meta-block--side .meta__item {
        display: block;
        text-align: center;
        margin: 0 0 21px 0; }
        .post__meta-block--side .meta__item::before {
          display: block;
          margin: 0 auto 6px auto; }
      .post__meta-block--side .meta__item--likes .meta-like {
        display: block;
        margin: 0 auto 6px auto; }
      .post__meta-block--side .meta__item--comments > a::before {
        display: block;
        margin: 0 auto 6px auto; }
      .post__meta-block--side .social-links--btn {
        text-align: center;
        padding-bottom: 20px;
        margin-left: 0; }
        .post__meta-block--side .social-links--btn .social-links__item {
          display: block;
          margin: 0 auto 12px auto; } }

.post__meta-block--top {
  padding-bottom: 65px; }
  @media (max-width: 479px) {
    .post__meta-block--top {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .hero-slider .post__meta-block--top .posts__title {
      font-size: 42px; } }
  .hero-slider .post__meta-block--top .posts__title > a {
    color: #fff; }
  .post__meta-block--top .post__category {
    margin-bottom: 22px; }
  .post__meta-block--top .posts__cat-label {
    display: inline-block;
    float: none;
    font-size: 10px; }
  .post__meta-block--top .page-heading__title,
  .post__meta-block--top .posts__title {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0.475em; }
    @media (min-width: 480px) {
      .post__meta-block--top .page-heading__title,
      .post__meta-block--top .posts__title {
        font-size: 24px; } }
    @media (min-width: 768px) {
      .post__meta-block--top .page-heading__title,
      .post__meta-block--top .posts__title {
        font-size: 32px; } }
    @media (min-width: 992px) {
      .post__meta-block--top .page-heading__title,
      .post__meta-block--top .posts__title {
        font-size: 42px; } }
    .post__meta-block--top .page-heading__title > a,
    .post__meta-block--top .posts__title > a {
      color: #fff; }
  .post__meta-block--top .post__meta {
    color: #fff;
    margin-bottom: 22px; }
  .post__meta-block--top .meta__item a {
    color: #fff; }
  .post__meta-block--top .post-author {
    text-align: center; }
  .post__meta-block--top .post-author__avatar {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px auto; }
  .post__meta-block--top .post-author__name {
    font-size: 13px;
    color: #fff; }
  .post__meta-block--top .post-author__slogan {
    font-size: 10px;
    font-weight: 400; }

/* Side Meta Block - Wide */
.post__meta-block--side-wide {
  padding: 24px; }
  .post__meta-block--side-wide .post__title {
    font-size: 18px;
    line-height: 1.0833em; }
    @media (min-width: 992px) {
      .post__meta-block--side-wide .post__title {
        font-size: 24px; } }
  .post__meta-block--side-wide .post__meta {
    margin-bottom: 20px; }
  .post__meta-block--side-wide .post-author {
    margin-bottom: 18px; }
  .post__meta-block--side-wide .post-author__avatar {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px; }
  .post__meta-block--side-wide .post-author__name {
    font-size: 10px;
    line-height: 1.2em;
    color: #9a9da2;
    font-weight: 400;
    font-style: normal; }
  @media (min-width: 992px) {
    .post__meta-block--side-wide {
      padding: 0;
      float: left;
      width: 190px;
      margin: 43px 0 0 24px; }
      .post__meta-block--side-wide + .card__content {
        overflow: hidden;
        padding-left: 60px; }
      .post__meta-block--side-wide .social-links--btn-block {
        padding-right: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .post__meta--in-side-wide .meta__item--views,
  .post__meta--in-side-wide .meta__item--likes,
  .post__meta--in-side-wide .meta__item--comments {
    display: none; } }

@media (min-width: 1200px) {
  .post__meta--in-side-wide .meta__item--views,
  .post__meta--in-side-wide .meta__item--likes,
  .post__meta--in-side-wide .meta__item--comments {
    display: none; } }

/* Related Posts */
.post-related__prev {
  position: relative; }
  .post-related__prev .card__content {
    position: relative;
    text-align: center; }
    @media (min-width: 992px) {
      .post-related__prev .card__content {
        text-align: left;
        padding-left: 93px; } }
  .post-related__prev .posts {
    display: none; }
    @media (min-width: 992px) {
      .post-related__prev .posts {
        display: block; } }
  @media (min-width: 992px) {
    .post-related__prev .btn-nav {
      position: absolute;
      left: 23px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.post-related__next {
  text-align: right;
  position: relative; }
  .post-related__next .card__content {
    position: relative;
    text-align: center; }
    @media (min-width: 992px) {
      .post-related__next .card__content {
        padding-right: 93px;
        padding-left: 30px;
        text-align: right; }
        .post-related__next .card__content .posts__cat-label {
          float: right; } }
    .post-related__next .card__content .posts {
      display: none; }
      @media (min-width: 992px) {
        .post-related__next .card__content .posts {
          display: block; } }
  @media (min-width: 992px) {
    .post-related__next .btn-nav {
      position: absolute;
      right: 23px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

/* Comments
/* ------------------------- */
.post-comments {
  overflow: hidden; }

.comments,
.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: -1px; }

.comment,
.pingback {
  position: relative;
  padding: 0;
  margin: 0; }

.comments__inner {
  position: relative;
  border-bottom: 1px solid #e4e7ed;
  padding-top: 36px;
  padding-bottom: 36px; }
  .card .comments__inner {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px; }
  .card--lg .comments__inner {
    margin-left: -43px;
    margin-right: -43px;
    padding-left: 43px;
    padding-right: 43px; }
  .comments > .comment:first-child > .comments__inner,
  .comments > .pingback:first-child > .comments__inner {
    padding-top: 0; }

.comment__header {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px; }

.comment__author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px; }
  .pingback .comment__author-avatar {
    display: none; }

.comment__author-avatar--sm {
  width: 40px;
  height: 40px;
  margin-right: 10px; }

.comment__author-avatar--rounded {
  border-radius: 4px; }

.comment__author-info {
  display: inline-block;
  vertical-align: middle; }
  .comment__author-info .star-rating {
    margin: 12px auto 0 auto; }

.comment__author-name {
  text-transform: none;
  font-size: 16px;
  margin-bottom: .25em; }

.comment__post-date {
  font-size: 11px;
  line-height: 1.2em;
  display: block;
  font-family: "Montserrat", sans-serif; }
  .comment__post-date a {
    color: #9a9da2; }
    .comment__post-date a:hover {
      color: #38a9ff; }
    .comment__post-date a + a {
      color: #1892ed; }
      .comment__post-date a + a:hover {
        color: #38a9ff; }

.comment__reply {
  margin-top: 5px; }
  @media (min-width: 992px) {
    .comment__reply {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 0; } }

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

/* Nested Comments */
.comments .children {
  padding-left: 0;
  list-style: none; }
  @media (min-width: 992px) {
    .card .comments .children .comment .comments__inner {
      padding-left: 48px; }
      .card .comments .children .comment .comments__inner::before {
        content: "";
        display: block;
        position: absolute;
        left: 15px;
        top: 43px;
        width: 14px;
        height: 20px;
        border-left: 1px solid #e4e7ed;
        border-bottom: 1px solid #e4e7ed; }
    .card .comments .children .comments--children .comment .comments__inner {
      padding-left: 72px; }
      .card .comments .children .comments--children .comment .comments__inner::before {
        left: 39px; }
    .card .comments .children .comments--children .comments--children .comment .comments__inner {
      padding-left: 96px; }
      .card .comments .children .comments--children .comments--children .comment .comments__inner::before {
        left: 63px; }
    .card--lg .comments .children .comment .comments__inner {
      padding-left: 86px; }
      .card--lg .comments .children .comment .comments__inner::before {
        content: "";
        display: block;
        position: absolute;
        left: 53px;
        top: 43px;
        width: 14px;
        height: 20px;
        border-left: 1px solid #e4e7ed;
        border-bottom: 1px solid #e4e7ed; }
    .card--lg .comments .children .comments--children .comment .comments__inner {
      padding-left: 129px; }
      .card--lg .comments .children .comments--children .comment .comments__inner::before {
        left: 96px; }
    .card--lg .comments .children .comments--children .comments--children .comment .comments__inner {
      padding-left: 172px; }
      .card--lg .comments .children .comments--children .comments--children .comment .comments__inner::before {
        left: 139px; } }

.comments--left-thumb .comments__inner {
  border-bottom: none;
  display: -webkit-box;
  display: flex;
  padding-top: 16px;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .comments--left-thumb .comments__inner {
      flex-wrap: nowrap; } }

.comments--left-thumb .comment__header {
  text-align: center;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .comments--left-thumb .comment__header {
      -webkit-box-flex: 0;
              flex: 0 0 160px; } }
  @media (min-width: 992px) {
    .comments--left-thumb .comment__header {
      -webkit-box-flex: 0;
              flex: 0 0 180px;
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .comments--left-thumb .comment__header {
      -webkit-box-flex: 0;
              flex: 0 0 200px; } }

.comments--left-thumb .comment__author-avatar {
  display: block;
  margin: 0 auto 10px auto; }

.comments--left-thumb .comment__author-name {
  font-size: 11px; }
  @media (min-width: 992px) {
    .comments--left-thumb .comment__author-name {
      font-size: 13px; } }

.comments--left-thumb .comment__ratings .fa {
  font-size: 10px;
  margin: 0 1px; }

.comments--left-thumb .comment__title {
  font-size: 12px;
  margin-bottom: 1.5em;
  padding-top: .33em; }
  @media (min-width: 768px) {
    .comments--left-thumb .comment__title {
      font-size: 18px; } }

.post__comments-pagination {
  text-align: center;
  margin-left: -43px;
  margin-right: -43px;
  padding: 36px 43px; }
  .post__comments-pagination .pagination {
    margin: 0; }

.comments--thumb-top {
  margin-bottom: 50px; }
  .comments--thumb-top .comment__author-avatar {
    border-radius: 0;
    width: 40px;
    height: 40px;
    margin-right: 10px; }
  .comments--thumb-top .comment__author-name {
    font-size: 13px;
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .comments--thumb-top .comment__author-name {
        font-size: 16px; } }
  .comments--thumb-top .star-rating {
    line-height: 1em;
    margin: 3px 0 0 0;
    text-align: left; }
    .comments--thumb-top .star-rating .fa {
      font-size: 10px; }
  .comments--thumb-top .comment__post-date {
    display: inline-block; }
  .comments--thumb-top .comment__title {
    font-size: 12px;
    margin-bottom: 1em;
    padding-top: .33em; }
    @media (min-width: 768px) {
      .comments--thumb-top .comment__title {
        font-size: 18px; } }

.comments .comment-respond {
  padding: 48px 0; }

.comments .post-comment-form__content {
  padding: 0; }

.comments .post-comment-form__header {
  padding: 0;
  border: none;
  margin-bottom: 24px; }
  .comments .post-comment-form__header::before {
    display: none; }

.form-submit {
  margin-bottom: 0; }

#cancel-comment-reply-link {
  color: #f34141;
  display: inline-block;
  padding: 0 0.5em; }

/* Post Filter
/* ------------------------- */
.post-filter {
  background-color: #fff;
  border-bottom: 1px solid #e4e7ed;
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    .post-filter .container {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 992px) {
  .post-filter__form {
    display: -webkit-box;
    display: flex; } }

.post-filter__select {
  position: relative; }
  @media (min-width: 992px) {
    .post-filter__select {
      -webkit-box-flex: 1;
              flex-grow: 1; }
      .post-filter__select + .post-filter__select div.cs-skin-border > span {
        margin-left: -1px; }
      .post-filter__select + .post-filter__select .cs-options {
        left: -1px;
        width: auto; } }
  .post-filter__select .cs-select {
    margin-bottom: -1px; }
  .post-filter__select .post-filter__label {
    display: block;
    position: absolute;
    left: 24px;
    top: 16px;
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #9a9da2; }
    @media (min-width: 992px) {
      .post-filter__select .post-filter__label {
        top: 28px; } }

@media (min-width: 992px) {
  .post-filter__submit {
    float: left;
    width: 20%; } }

.post-filter__submit .btn {
  border-radius: 0; }
  @media (min-width: 992px) {
    .post-filter__submit .btn {
      padding-top: 30px;
      padding-bottom: 31px; } }

/* Blog Load More Posts */
.blog-load-more {
  padding: 30px 0 20px 0; }
  @media (min-width: 992px) {
    .blog-load-more {
      padding: 65px 0 40px 0; } }
  .blog-load-more .btn {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .blog-load-more .btn {
        width: calc(33.3% + 60px); } }

/* Wrapper */
/* Icon */
/* Loader */
.like-loader,
.like-loader:before,
.like-loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
          animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em; }

.like-loader:before,
.like-loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.like-loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.like-loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  margin-left: .75em; }
  .like-loader::after {
    left: .375em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em; }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em; } }

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em; }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em; } }

/*
// #Widgets
// --------------------------------------------------
*/
.sidebar {
  overflow: hidden; }

/* Base Widget */
.widget__title {
  text-transform: uppercase; }

.widget--sidebar .widget__content {
  display: none; }

.widget--sidebar .widget__title + .widget__content,
.widget--sidebar .widget__content:only-child,
.widget--sidebar .widget__content + .widget__content {
  display: block; }

.widget__content-inner {
  padding: 24px 24px; }

.widget__content--bottom-decor {
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.11) 8px, transparent 8px);
  background-image: linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 8px, transparent 8px);
  background-repeat: repeat-x;
  background-size: 72px 24px, 72px 30px, 72px 34px, 72px 40px, 72px 37px, 72px 29px, 144px 30px, 216px 37px;
  background-position: 0 100%, 12px 100%, 24px 100%, 36px 100%, 48px 100%, 60px 100%, 12px 100%, 48px 100%; }

/* Pushy Panel Widget */
.widget--side-panel {
  margin-bottom: 62px; }
  .widget--side-panel .widget__title {
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase; }

/* Sidebar Widget */
.widget--sidebar {
  margin-bottom: 15px; }
  .widget--sidebar .widget__content {
    font-size: 14px;
    line-height: 22px; }

/* Footer Widget */
.widget--footer .widget__title {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 3.5em; }
  @media (max-width: 767px) {
    .widget--footer .widget__title {
      margin-bottom: 2em; } }

.widget--footer + .widget--footer {
  margin-top: 30px; }

@media (max-width: 991px) {
  .footer-widgets .row > [class*="col-"] .widget--footer {
    margin-bottom: 60px; }
  .footer-widgets .row > [class*="col-"]:last-child .widget--footer {
    margin-bottom: 0; }
  .footer-widgets .row > [class*="col-"].col-sm-6:nth-child(3n) {
    clear: left; } }

/* Image Widget */
.widget_media_image .card__content {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 38px; }

/* Reset columns in Sidebar, Footer and Pushy Panel */
/* Widget: Lists */
.widget_archive ul:first-child,
.widget_archive .widget__title + ul,
.megamenu-widgets-container .widget_archive ul,
.widget_nav_menu ul:first-child,
.widget_nav_menu .widget__title + ul,
.megamenu-widgets-container
.widget_nav_menu ul,
.widget_meta ul:first-child,
.widget_meta .widget__title + ul,
.megamenu-widgets-container
.widget_meta ul,
.widget_pages ul:first-child,
.widget_pages .widget__title + ul,
.megamenu-widgets-container
.widget_pages ul,
.widget_recent_comments ul:first-child,
.widget_recent_comments .widget__title + ul,
.megamenu-widgets-container
.widget_recent_comments ul,
.widget_recent_entries ul:first-child,
.widget_recent_entries .widget__title + ul,
.megamenu-widgets-container
.widget_recent_entries ul,
.widget_categories ul:first-child,
.widget_categories .widget__title + ul,
.megamenu-widgets-container
.widget_categories ul,
.widget_rss ul:first-child,
.widget_rss .widget__title + ul,
.megamenu-widgets-container
.widget_rss ul,
.widget_product_categories ul:first-child,
.widget_product_categories .widget__title + ul,
.megamenu-widgets-container
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
  margin-bottom: -24px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em; }
  .widget_archive ul:first-child > li,
  .widget_archive .widget__title + ul > li,
  .megamenu-widgets-container .widget_archive ul > li,
  .widget_nav_menu ul:first-child > li,
  .widget_nav_menu .widget__title + ul > li,
  .megamenu-widgets-container
  .widget_nav_menu ul > li,
  .widget_meta ul:first-child > li,
  .widget_meta .widget__title + ul > li,
  .megamenu-widgets-container
  .widget_meta ul > li,
  .widget_pages ul:first-child > li,
  .widget_pages .widget__title + ul > li,
  .megamenu-widgets-container
  .widget_pages ul > li,
  .widget_recent_comments ul:first-child > li,
  .widget_recent_comments .widget__title + ul > li,
  .megamenu-widgets-container
  .widget_recent_comments ul > li,
  .widget_recent_entries ul:first-child > li,
  .widget_recent_entries .widget__title + ul > li,
  .megamenu-widgets-container
  .widget_recent_entries ul > li,
  .widget_categories ul:first-child > li,
  .widget_categories .widget__title + ul > li,
  .megamenu-widgets-container
  .widget_categories ul > li,
  .widget_rss ul:first-child > li,
  .widget_rss .widget__title + ul > li,
  .megamenu-widgets-container
  .widget_rss ul > li,
  .widget_product_categories ul:first-child > li,
  .widget_product_categories .widget__title + ul > li,
  .megamenu-widgets-container
  .widget_product_categories ul > li {
    position: relative; }
    .widget_archive ul:first-child > li + li,
    .widget_archive .widget__title + ul > li + li,
    .megamenu-widgets-container .widget_archive ul > li + li,
    .widget_nav_menu ul:first-child > li + li,
    .widget_nav_menu .widget__title + ul > li + li,
    .megamenu-widgets-container
    .widget_nav_menu ul > li + li,
    .widget_meta ul:first-child > li + li,
    .widget_meta .widget__title + ul > li + li,
    .megamenu-widgets-container
    .widget_meta ul > li + li,
    .widget_pages ul:first-child > li + li,
    .widget_pages .widget__title + ul > li + li,
    .megamenu-widgets-container
    .widget_pages ul > li + li,
    .widget_recent_comments ul:first-child > li + li,
    .widget_recent_comments .widget__title + ul > li + li,
    .megamenu-widgets-container
    .widget_recent_comments ul > li + li,
    .widget_recent_entries ul:first-child > li + li,
    .widget_recent_entries .widget__title + ul > li + li,
    .megamenu-widgets-container
    .widget_recent_entries ul > li + li,
    .widget_categories ul:first-child > li + li,
    .widget_categories .widget__title + ul > li + li,
    .megamenu-widgets-container
    .widget_categories ul > li + li,
    .widget_rss ul:first-child > li + li,
    .widget_rss .widget__title + ul > li + li,
    .megamenu-widgets-container
    .widget_rss ul > li + li,
    .widget_product_categories ul:first-child > li + li,
    .widget_product_categories .widget__title + ul > li + li,
    .megamenu-widgets-container
    .widget_product_categories ul > li + li {
      border-top: 1px solid #e4e7ed; }
    .widget_archive ul:first-child > li > a,
    .widget_archive .widget__title + ul > li > a,
    .megamenu-widgets-container .widget_archive ul > li > a,
    .widget_nav_menu ul:first-child > li > a,
    .widget_nav_menu .widget__title + ul > li > a,
    .megamenu-widgets-container
    .widget_nav_menu ul > li > a,
    .widget_meta ul:first-child > li > a,
    .widget_meta .widget__title + ul > li > a,
    .megamenu-widgets-container
    .widget_meta ul > li > a,
    .widget_pages ul:first-child > li > a,
    .widget_pages .widget__title + ul > li > a,
    .megamenu-widgets-container
    .widget_pages ul > li > a,
    .widget_recent_comments ul:first-child > li > a,
    .widget_recent_comments .widget__title + ul > li > a,
    .megamenu-widgets-container
    .widget_recent_comments ul > li > a,
    .widget_recent_entries ul:first-child > li > a,
    .widget_recent_entries .widget__title + ul > li > a,
    .megamenu-widgets-container
    .widget_recent_entries ul > li > a,
    .widget_categories ul:first-child > li > a,
    .widget_categories .widget__title + ul > li > a,
    .megamenu-widgets-container
    .widget_categories ul > li > a,
    .widget_rss ul:first-child > li > a,
    .widget_rss .widget__title + ul > li > a,
    .megamenu-widgets-container
    .widget_rss ul > li > a,
    .widget_product_categories ul:first-child > li > a,
    .widget_product_categories .widget__title + ul > li > a,
    .megamenu-widgets-container
    .widget_product_categories ul > li > a {
      display: block;
      padding: 22px 24px;
      color: #31404b;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .widget_archive ul:first-child > li > a:hover,
      .widget_archive .widget__title + ul > li > a:hover,
      .megamenu-widgets-container .widget_archive ul > li > a:hover,
      .widget_nav_menu ul:first-child > li > a:hover,
      .widget_nav_menu .widget__title + ul > li > a:hover,
      .megamenu-widgets-container
      .widget_nav_menu ul > li > a:hover,
      .widget_meta ul:first-child > li > a:hover,
      .widget_meta .widget__title + ul > li > a:hover,
      .megamenu-widgets-container
      .widget_meta ul > li > a:hover,
      .widget_pages ul:first-child > li > a:hover,
      .widget_pages .widget__title + ul > li > a:hover,
      .megamenu-widgets-container
      .widget_pages ul > li > a:hover,
      .widget_recent_comments ul:first-child > li > a:hover,
      .widget_recent_comments .widget__title + ul > li > a:hover,
      .megamenu-widgets-container
      .widget_recent_comments ul > li > a:hover,
      .widget_recent_entries ul:first-child > li > a:hover,
      .widget_recent_entries .widget__title + ul > li > a:hover,
      .megamenu-widgets-container
      .widget_recent_entries ul > li > a:hover,
      .widget_categories ul:first-child > li > a:hover,
      .widget_categories .widget__title + ul > li > a:hover,
      .megamenu-widgets-container
      .widget_categories ul > li > a:hover,
      .widget_rss ul:first-child > li > a:hover,
      .widget_rss .widget__title + ul > li > a:hover,
      .megamenu-widgets-container
      .widget_rss ul > li > a:hover,
      .widget_product_categories ul:first-child > li > a:hover,
      .widget_product_categories .widget__title + ul > li > a:hover,
      .megamenu-widgets-container
      .widget_product_categories ul > li > a:hover {
        color: #1892ed; }
    .widget_archive ul:first-child > li.cat-item-none,
    .widget_archive .widget__title + ul > li.cat-item-none,
    .megamenu-widgets-container .widget_archive ul > li.cat-item-none,
    .widget_nav_menu ul:first-child > li.cat-item-none,
    .widget_nav_menu .widget__title + ul > li.cat-item-none,
    .megamenu-widgets-container
    .widget_nav_menu ul > li.cat-item-none,
    .widget_meta ul:first-child > li.cat-item-none,
    .widget_meta .widget__title + ul > li.cat-item-none,
    .megamenu-widgets-container
    .widget_meta ul > li.cat-item-none,
    .widget_pages ul:first-child > li.cat-item-none,
    .widget_pages .widget__title + ul > li.cat-item-none,
    .megamenu-widgets-container
    .widget_pages ul > li.cat-item-none,
    .widget_recent_comments ul:first-child > li.cat-item-none,
    .widget_recent_comments .widget__title + ul > li.cat-item-none,
    .megamenu-widgets-container
    .widget_recent_comments ul > li.cat-item-none,
    .widget_recent_entries ul:first-child > li.cat-item-none,
    .widget_recent_entries .widget__title + ul > li.cat-item-none,
    .megamenu-widgets-container
    .widget_recent_entries ul > li.cat-item-none,
    .widget_categories ul:first-child > li.cat-item-none,
    .widget_categories .widget__title + ul > li.cat-item-none,
    .megamenu-widgets-container
    .widget_categories ul > li.cat-item-none,
    .widget_rss ul:first-child > li.cat-item-none,
    .widget_rss .widget__title + ul > li.cat-item-none,
    .megamenu-widgets-container
    .widget_rss ul > li.cat-item-none,
    .widget_product_categories ul:first-child > li.cat-item-none,
    .widget_product_categories .widget__title + ul > li.cat-item-none,
    .megamenu-widgets-container
    .widget_product_categories ul > li.cat-item-none {
      padding: 24px 24px; }
  .widget_archive ul:first-child ul,
  .widget_archive .widget__title + ul ul,
  .megamenu-widgets-container .widget_archive ul ul,
  .widget_nav_menu ul:first-child ul,
  .widget_nav_menu .widget__title + ul ul,
  .megamenu-widgets-container
  .widget_nav_menu ul ul,
  .widget_meta ul:first-child ul,
  .widget_meta .widget__title + ul ul,
  .megamenu-widgets-container
  .widget_meta ul ul,
  .widget_pages ul:first-child ul,
  .widget_pages .widget__title + ul ul,
  .megamenu-widgets-container
  .widget_pages ul ul,
  .widget_recent_comments ul:first-child ul,
  .widget_recent_comments .widget__title + ul ul,
  .megamenu-widgets-container
  .widget_recent_comments ul ul,
  .widget_recent_entries ul:first-child ul,
  .widget_recent_entries .widget__title + ul ul,
  .megamenu-widgets-container
  .widget_recent_entries ul ul,
  .widget_categories ul:first-child ul,
  .widget_categories .widget__title + ul ul,
  .megamenu-widgets-container
  .widget_categories ul ul,
  .widget_rss ul:first-child ul,
  .widget_rss .widget__title + ul ul,
  .megamenu-widgets-container
  .widget_rss ul ul,
  .widget_product_categories ul:first-child ul,
  .widget_product_categories .widget__title + ul ul,
  .megamenu-widgets-container
  .widget_product_categories ul ul {
    border-top: 1px solid #e4e7ed;
    list-style: none;
    margin: 0;
    padding: 18px 24px 18px 39px; }
    .widget_archive ul:first-child ul li,
    .widget_archive .widget__title + ul ul li,
    .megamenu-widgets-container .widget_archive ul ul li,
    .widget_nav_menu ul:first-child ul li,
    .widget_nav_menu .widget__title + ul ul li,
    .megamenu-widgets-container
    .widget_nav_menu ul ul li,
    .widget_meta ul:first-child ul li,
    .widget_meta .widget__title + ul ul li,
    .megamenu-widgets-container
    .widget_meta ul ul li,
    .widget_pages ul:first-child ul li,
    .widget_pages .widget__title + ul ul li,
    .megamenu-widgets-container
    .widget_pages ul ul li,
    .widget_recent_comments ul:first-child ul li,
    .widget_recent_comments .widget__title + ul ul li,
    .megamenu-widgets-container
    .widget_recent_comments ul ul li,
    .widget_recent_entries ul:first-child ul li,
    .widget_recent_entries .widget__title + ul ul li,
    .megamenu-widgets-container
    .widget_recent_entries ul ul li,
    .widget_categories ul:first-child ul li,
    .widget_categories .widget__title + ul ul li,
    .megamenu-widgets-container
    .widget_categories ul ul li,
    .widget_rss ul:first-child ul li,
    .widget_rss .widget__title + ul ul li,
    .megamenu-widgets-container
    .widget_rss ul ul li,
    .widget_product_categories ul:first-child ul li,
    .widget_product_categories .widget__title + ul ul li,
    .megamenu-widgets-container
    .widget_product_categories ul ul li {
      padding: 10px 24px 10px 0;
      position: relative; }
      .widget_archive ul:first-child ul li a,
      .widget_archive .widget__title + ul ul li a,
      .megamenu-widgets-container .widget_archive ul ul li a,
      .widget_nav_menu ul:first-child ul li a,
      .widget_nav_menu .widget__title + ul ul li a,
      .megamenu-widgets-container
      .widget_nav_menu ul ul li a,
      .widget_meta ul:first-child ul li a,
      .widget_meta .widget__title + ul ul li a,
      .megamenu-widgets-container
      .widget_meta ul ul li a,
      .widget_pages ul:first-child ul li a,
      .widget_pages .widget__title + ul ul li a,
      .megamenu-widgets-container
      .widget_pages ul ul li a,
      .widget_recent_comments ul:first-child ul li a,
      .widget_recent_comments .widget__title + ul ul li a,
      .megamenu-widgets-container
      .widget_recent_comments ul ul li a,
      .widget_recent_entries ul:first-child ul li a,
      .widget_recent_entries .widget__title + ul ul li a,
      .megamenu-widgets-container
      .widget_recent_entries ul ul li a,
      .widget_categories ul:first-child ul li a,
      .widget_categories .widget__title + ul ul li a,
      .megamenu-widgets-container
      .widget_categories ul ul li a,
      .widget_rss ul:first-child ul li a,
      .widget_rss .widget__title + ul ul li a,
      .megamenu-widgets-container
      .widget_rss ul ul li a,
      .widget_product_categories ul:first-child ul li a,
      .widget_product_categories .widget__title + ul ul li a,
      .megamenu-widgets-container
      .widget_product_categories ul ul li a {
        color: #9a9da2;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .widget_archive ul:first-child ul li a:hover,
        .widget_archive .widget__title + ul ul li a:hover,
        .megamenu-widgets-container .widget_archive ul ul li a:hover,
        .widget_nav_menu ul:first-child ul li a:hover,
        .widget_nav_menu .widget__title + ul ul li a:hover,
        .megamenu-widgets-container
        .widget_nav_menu ul ul li a:hover,
        .widget_meta ul:first-child ul li a:hover,
        .widget_meta .widget__title + ul ul li a:hover,
        .megamenu-widgets-container
        .widget_meta ul ul li a:hover,
        .widget_pages ul:first-child ul li a:hover,
        .widget_pages .widget__title + ul ul li a:hover,
        .megamenu-widgets-container
        .widget_pages ul ul li a:hover,
        .widget_recent_comments ul:first-child ul li a:hover,
        .widget_recent_comments .widget__title + ul ul li a:hover,
        .megamenu-widgets-container
        .widget_recent_comments ul ul li a:hover,
        .widget_recent_entries ul:first-child ul li a:hover,
        .widget_recent_entries .widget__title + ul ul li a:hover,
        .megamenu-widgets-container
        .widget_recent_entries ul ul li a:hover,
        .widget_categories ul:first-child ul li a:hover,
        .widget_categories .widget__title + ul ul li a:hover,
        .megamenu-widgets-container
        .widget_categories ul ul li a:hover,
        .widget_rss ul:first-child ul li a:hover,
        .widget_rss .widget__title + ul ul li a:hover,
        .megamenu-widgets-container
        .widget_rss ul ul li a:hover,
        .widget_product_categories ul:first-child ul li a:hover,
        .widget_product_categories .widget__title + ul ul li a:hover,
        .megamenu-widgets-container
        .widget_product_categories ul ul li a:hover {
          color: #31404b; }
      .widget_archive ul:first-child ul li .count,
      .widget_archive .widget__title + ul ul li .count,
      .megamenu-widgets-container .widget_archive ul ul li .count,
      .widget_nav_menu ul:first-child ul li .count,
      .widget_nav_menu .widget__title + ul ul li .count,
      .megamenu-widgets-container
      .widget_nav_menu ul ul li .count,
      .widget_meta ul:first-child ul li .count,
      .widget_meta .widget__title + ul ul li .count,
      .megamenu-widgets-container
      .widget_meta ul ul li .count,
      .widget_pages ul:first-child ul li .count,
      .widget_pages .widget__title + ul ul li .count,
      .megamenu-widgets-container
      .widget_pages ul ul li .count,
      .widget_recent_comments ul:first-child ul li .count,
      .widget_recent_comments .widget__title + ul ul li .count,
      .megamenu-widgets-container
      .widget_recent_comments ul ul li .count,
      .widget_recent_entries ul:first-child ul li .count,
      .widget_recent_entries .widget__title + ul ul li .count,
      .megamenu-widgets-container
      .widget_recent_entries ul ul li .count,
      .widget_categories ul:first-child ul li .count,
      .widget_categories .widget__title + ul ul li .count,
      .megamenu-widgets-container
      .widget_categories ul ul li .count,
      .widget_rss ul:first-child ul li .count,
      .widget_rss .widget__title + ul ul li .count,
      .megamenu-widgets-container
      .widget_rss ul ul li .count,
      .widget_product_categories ul:first-child ul li .count,
      .widget_product_categories .widget__title + ul ul li .count,
      .megamenu-widgets-container
      .widget_product_categories ul ul li .count {
        top: 10px;
        right: 0; }
    .widget_archive ul:first-child ul ul,
    .widget_archive .widget__title + ul ul ul,
    .megamenu-widgets-container .widget_archive ul ul ul,
    .widget_nav_menu ul:first-child ul ul,
    .widget_nav_menu .widget__title + ul ul ul,
    .megamenu-widgets-container
    .widget_nav_menu ul ul ul,
    .widget_meta ul:first-child ul ul,
    .widget_meta .widget__title + ul ul ul,
    .megamenu-widgets-container
    .widget_meta ul ul ul,
    .widget_pages ul:first-child ul ul,
    .widget_pages .widget__title + ul ul ul,
    .megamenu-widgets-container
    .widget_pages ul ul ul,
    .widget_recent_comments ul:first-child ul ul,
    .widget_recent_comments .widget__title + ul ul ul,
    .megamenu-widgets-container
    .widget_recent_comments ul ul ul,
    .widget_recent_entries ul:first-child ul ul,
    .widget_recent_entries .widget__title + ul ul ul,
    .megamenu-widgets-container
    .widget_recent_entries ul ul ul,
    .widget_categories ul:first-child ul ul,
    .widget_categories .widget__title + ul ul ul,
    .megamenu-widgets-container
    .widget_categories ul ul ul,
    .widget_rss ul:first-child ul ul,
    .widget_rss .widget__title + ul ul ul,
    .megamenu-widgets-container
    .widget_rss ul ul ul,
    .widget_product_categories ul:first-child ul ul,
    .widget_product_categories .widget__title + ul ul ul,
    .megamenu-widgets-container
    .widget_product_categories ul ul ul {
      border-top: none;
      padding-left: 15px;
      padding-bottom: 0; }
  .widget_archive ul:first-child .count,
  .widget_archive .widget__title + ul .count,
  .megamenu-widgets-container .widget_archive ul .count,
  .widget_nav_menu ul:first-child .count,
  .widget_nav_menu .widget__title + ul .count,
  .megamenu-widgets-container
  .widget_nav_menu ul .count,
  .widget_meta ul:first-child .count,
  .widget_meta .widget__title + ul .count,
  .megamenu-widgets-container
  .widget_meta ul .count,
  .widget_pages ul:first-child .count,
  .widget_pages .widget__title + ul .count,
  .megamenu-widgets-container
  .widget_pages ul .count,
  .widget_recent_comments ul:first-child .count,
  .widget_recent_comments .widget__title + ul .count,
  .megamenu-widgets-container
  .widget_recent_comments ul .count,
  .widget_recent_entries ul:first-child .count,
  .widget_recent_entries .widget__title + ul .count,
  .megamenu-widgets-container
  .widget_recent_entries ul .count,
  .widget_categories ul:first-child .count,
  .widget_categories .widget__title + ul .count,
  .megamenu-widgets-container
  .widget_categories ul .count,
  .widget_rss ul:first-child .count,
  .widget_rss .widget__title + ul .count,
  .megamenu-widgets-container
  .widget_rss ul .count,
  .widget_product_categories ul:first-child .count,
  .widget_product_categories .widget__title + ul .count,
  .megamenu-widgets-container
  .widget_product_categories ul .count {
    display: block;
    position: absolute;
    right: 24px;
    top: 22px; }

.widget_archive.widget--footer ul,
.widget_nav_menu.widget--footer ul,
.widget_meta.widget--footer ul,
.widget_pages.widget--footer ul,
.widget_recent_comments.widget--footer ul,
.widget_recent_entries.widget--footer ul,
.widget_categories.widget--footer ul,
.widget_rss.widget--footer ul,
.widget_product_categories.widget--footer ul {
  margin: 0;
  padding: 0; }
  .widget_archive.widget--footer ul > li + li,
  .widget_nav_menu.widget--footer ul > li + li,
  .widget_meta.widget--footer ul > li + li,
  .widget_pages.widget--footer ul > li + li,
  .widget_recent_comments.widget--footer ul > li + li,
  .widget_recent_entries.widget--footer ul > li + li,
  .widget_categories.widget--footer ul > li + li,
  .widget_rss.widget--footer ul > li + li,
  .widget_product_categories.widget--footer ul > li + li {
    border-top: none; }
  .widget_archive.widget--footer ul > li > a,
  .widget_nav_menu.widget--footer ul > li > a,
  .widget_meta.widget--footer ul > li > a,
  .widget_pages.widget--footer ul > li > a,
  .widget_recent_comments.widget--footer ul > li > a,
  .widget_recent_entries.widget--footer ul > li > a,
  .widget_categories.widget--footer ul > li > a,
  .widget_rss.widget--footer ul > li > a,
  .widget_product_categories.widget--footer ul > li > a {
    padding: 10px 0;
    color: #6b6d70; }
  .widget_archive.widget--footer ul ul,
  .widget_nav_menu.widget--footer ul ul,
  .widget_meta.widget--footer ul ul,
  .widget_pages.widget--footer ul ul,
  .widget_recent_comments.widget--footer ul ul,
  .widget_recent_entries.widget--footer ul ul,
  .widget_categories.widget--footer ul ul,
  .widget_rss.widget--footer ul ul,
  .widget_product_categories.widget--footer ul ul {
    border-top: none;
    padding: 0 0 0 15px; }
    .widget_archive.widget--footer ul ul li a,
    .widget_nav_menu.widget--footer ul ul li a,
    .widget_meta.widget--footer ul ul li a,
    .widget_pages.widget--footer ul ul li a,
    .widget_recent_comments.widget--footer ul ul li a,
    .widget_recent_entries.widget--footer ul ul li a,
    .widget_categories.widget--footer ul ul li a,
    .widget_rss.widget--footer ul ul li a,
    .widget_product_categories.widget--footer ul ul li a {
      color: #6b6d70; }
      .widget_archive.widget--footer ul ul li a:hover,
      .widget_nav_menu.widget--footer ul ul li a:hover,
      .widget_meta.widget--footer ul ul li a:hover,
      .widget_pages.widget--footer ul ul li a:hover,
      .widget_recent_comments.widget--footer ul ul li a:hover,
      .widget_recent_entries.widget--footer ul ul li a:hover,
      .widget_categories.widget--footer ul ul li a:hover,
      .widget_rss.widget--footer ul ul li a:hover,
      .widget_product_categories.widget--footer ul ul li a:hover {
        color: #38a9ff; }

.widget_nav_menu.widget--sidebar .sub-menu li, .widget_nav_menu.widget--footer .sub-menu li, .widget_nav_menu.widget--side-panel .sub-menu li {
  width: 100% !important;
  float: none; }

.widget_recent_entries .post-date {
  display: block;
  margin-bottom: 10px; }

.widget_recent_entries:not(.widget--footer) .post-date {
  padding: 0 24px 22px;
  margin-top: -12px;
  margin-bottom: 0; }

.widget_recent_comments ul:first-child > li {
  padding: 22px 24px; }
  .widget_recent_comments ul:first-child > li > a {
    display: inline;
    padding: 0; }

.widget_recent_comments.widget--footer ul {
  padding: 0; }
  .widget_recent_comments.widget--footer ul > li {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px; }
    .widget_recent_comments.widget--footer ul > li + li {
      margin-top: 1em; }

.widget_rss ul:first-child > li,
.widget_rss .widget__title + ul > li {
  padding: 22px 24px; }
  .widget_rss ul:first-child > li::before,
  .widget_rss .widget__title + ul > li::before {
    display: none !important; }
  .widget_rss ul:first-child > li > a,
  .widget_rss .widget__title + ul > li > a {
    padding: 0; }
  .widget_rss ul:first-child > li .rss-date,
  .widget_rss .widget__title + ul > li .rss-date {
    display: block;
    margin-top: .5em;
    font-size: 9px;
    font-weight: 400; }
  .widget_rss ul:first-child > li .rssSummary,
  .widget_rss .widget__title + ul > li .rssSummary {
    margin-top: .75em;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px; }
  .widget_rss ul:first-child > li cite,
  .widget_rss .widget__title + ul > li cite {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: .75em;
    text-transform: none; }

.widget_rss.widget--footer ul > li {
  padding: 0; }
  .widget_rss.widget--footer ul > li + li {
    margin-top: 2em; }
  .widget_rss.widget--footer ul > li > a {
    color: #fff; }
  .widget_rss.widget--footer ul > li .rssSummary {
    font-size: 14px;
    line-height: 22px; }

/*
// #Widget - Instagram
// --------------------------------------------------
*/
.widget-instagram__list {
  list-style-type: none;
  padding: 0;
  margin: 0 -2px -14px -2px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .widget-instagram__list {
      margin-left: -7px;
      margin-right: -8px; } }
  .widget-instagram__list + .btn-instagram {
    margin-top: 23px; }

.widget-instagram__item {
  float: left;
  width: 16.66%;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .widget-instagram__item {
      width: 33.3%;
      padding-left: 7px;
      padding-right: 8px; }
      .widget-instagram__list--4cols .widget-instagram__item {
        width: 25%; } }

.widget-instagram__img {
  vertical-align: top;
  margin: 0;
  width: 100%;
  height: auto; }

.widget-instagram__link-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0; }
  .widget-instagram__link-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #1892ed;
    border-radius: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .widget-instagram__link-wrapper:hover::before {
    opacity: 0.8; }
  .widget-instagram__link-wrapper:hover .widget-instagram__plus-sign::before, .widget-instagram__link-wrapper:hover .widget-instagram__plus-sign::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }

.widget-instagram__plus-sign {
  position: relative;
  display: block; }
  .widget-instagram__plus-sign::before, .widget-instagram__plus-sign::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .widget-instagram__plus-sign::before {
    height: 4px;
    width: 18px; }
  .widget-instagram__plus-sign::after {
    height: 18px;
    width: 4px; }

/*
// #Widget - Contact Info
// --------------------------------------------------
*/
.widget-contact-info__desc {
  margin-bottom: 32px; }

/* Widget: Quick Contact */
.footer-widgets .widget_text .form-control {
  background-color: #2b2e33;
  color: #fff; }
  .footer-widgets .widget_text .form-control:not(:focus) {
    border-color: #2b2e33; }

/* Widget: Social */
.widget.widget-social {
  background-color: transparent;
  border: none;
  box-shadow: none; }
  .widget.widget-social .card__content {
    padding: 0; }

.widget-social--condensed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden; }
  .widget-social--condensed .btn-social-counter {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    width: 33.3%;
    max-width: 33.3%; }
    .widget-social--condensed .btn-social-counter + .btn-social-counter {
      margin-top: 0; }
  .widget-social--condensed .btn-social-counter__icon {
    position: relative;
    width: 100%;
    padding: 35px 0 10px 0;
    background-color: transparent !important; }
  .widget-social--condensed .btn-social-counter__title {
    font-size: 10px;
    padding: 0 12px 10px 12px; }
  .widget-social--condensed .btn-social-counter__add-icon {
    position: relative;
    right: auto;
    top: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .widget-social--condensed .btn-social-counter__count {
    -webkit-box-ordinal-group: 10;
            order: 9;
    padding: 10px 5px; }

.widget-social--grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: -10px; }
  .widget-social--grid .btn-social-counter {
    padding: 0;
    text-align: center;
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 10px;
    text-align: left;
    padding-left: 46px;
    padding-top: 20px;
    padding-right: 38px; }
    .widget-social--grid .btn-social-counter + .btn-social-counter {
      margin-top: 0; }
    .widget-social--grid .btn-social-counter .btn-social-counter__icon {
      background-color: transparent;
      width: 46px;
      text-indent: 8px; }
    .widget-social--grid .btn-social-counter .btn-social-counter__title {
      font-size: 12px;
      line-height: 1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .widget-social--grid .btn-social-counter .btn-social-counter__count {
      font-size: 10px;
      line-height: 1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .widget-social--grid .btn-social-counter .btn-social-counter__add-icon {
      border: none;
      width: 34px;
      top: 0;
      bottom: 0;
      right: 0;
      height: auto;
      margin: 0;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 0.1); }

/* Widget: Tag Cloud */
.widget_tag_cloud .tagcloud .btn,
.widget_product_tag_cloud .tagcloud .btn {
  margin: 0 5px 9px 0; }
  .widget_tag_cloud .tagcloud .btn.btn-xs,
  .widget_product_tag_cloud .tagcloud .btn.btn-xs {
    font-size: 9px !important; }

.widget_tag_cloud.widget--sidebar .widget__content,
.widget_product_tag_cloud.widget--sidebar .widget__content {
  padding-bottom: 18px; }

.footer-widgets .widget_tag_cloud .tagcloud .btn.btn-outline.btn-primary, .footer-widgets
.widget_product_tag_cloud .tagcloud .btn.btn-outline.btn-primary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2); }

/* Widget: Banner */
.widget-banner.widget--sidebar .widget__content {
  padding: 38px; }

.widget-banner__img {
  text-align: center; }
  .widget-banner__img img {
    max-width: 100%;
    height: auto; }

/* Widget: Tabbed */
.widget-tabbed .nav.widget-tabbed__nav {
  margin: -24px -24px 26px -24px;
  border-bottom: 1px solid #e4e7ed;
  width: auto;
  padding: 0; }
  .widget-tabbed .nav.widget-tabbed__nav > li {
    margin-bottom: 0; }
    .widget-tabbed .nav.widget-tabbed__nav > li > a {
      border: none;
      border-radius: 0;
      font-size: 11px;
      line-height: 1.5em;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      padding: 12px 6px;
      font-weight: bold;
      letter-spacing: -0.02em;
      -webkit-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      color: rgba(49, 64, 75, 0.4); }
      .widget-tabbed .nav.widget-tabbed__nav > li > a:hover {
        background-color: transparent;
        border: none;
        color: #31404b; }
      .widget-tabbed .nav.widget-tabbed__nav > li > a.active {
        border: none;
        color: #31404b; }

.footer-widgets .widget-tabbed .nav.widget-tabbed__nav {
  margin: 0 0 26px 0;
  border-bottom: none; }
  .footer-widgets .widget-tabbed .nav.widget-tabbed__nav > li > a {
    color: rgba(255, 255, 255, 0.4); }
    .footer-widgets .widget-tabbed .nav.widget-tabbed__nav > li > a:hover {
      color: #fff; }
    .footer-widgets .widget-tabbed .nav.widget-tabbed__nav > li > a.active {
      background-color: transparent;
      color: #fff; }

/* Widget: Newsletter */
.widget-newsletter .widget-newsletter__subtitle,
.widget_mc4wp_form_widget .widget-newsletter__subtitle {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 1.4em; }

.widget-newsletter .widget-newsletter__desc,
.widget_mc4wp_form_widget .widget-newsletter__desc {
  margin-bottom: 20px; }
  .widget-newsletter .widget-newsletter__desc p:last-child,
  .widget_mc4wp_form_widget .widget-newsletter__desc p:last-child {
    margin-bottom: 0; }

.widget-newsletter .inline-form,
.widget_mc4wp_form_widget .inline-form {
  padding: 8px 0; }

.mc4wp-error {
  color: #f34141; }

.mc4wp-success {
  color: #24d9b0; }

.mc4wp-notice {
  color: #0cb2e2; }

/* Widget: Preview */
.widget_countdown .match-preview__countdown {
  margin: 32px -24px 0 -24px; }

/* Widget: Comments */
.comments-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.comments-list__item {
  overflow: hidden;
  margin-bottom: 18px; }
  .card .comments-list__item {
    border-bottom: 1px solid #e4e7ed;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px; }
  .comments-list__item:last-child,
  .card .comments-list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.comments-list__header {
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  padding-right: 40px; }

.comments-list__avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px; }

.comments-list__info {
  display: inline-block;
  vertical-align: middle; }

.comments-list__author-name {
  text-transform: none;
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 0.1em; }
  @media (min-width: 992px) {
    .comments-list__author-name {
      font-size: 15px; } }

.comments-list__date {
  display: block;
  font-size: 11px;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif; }

.comments-list__link {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  color: #c2c4c7;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center; }
  .comments-list__link:hover {
    color: #31404b; }

.comments-list--alt .comments-list__item--category-1 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__item--category-2 .comments-list__post::before {
  background-color: #07e0c4; }

.comments-list--alt .comments-list__item--category-3 .comments-list__post::before {
  background-color: #9fe900; }

.comments-list--alt .comments-list__item--category-4 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__item--category-5 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__item--category-6 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__item--category-7 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__item--category-8 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__item--category-9 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__item--category-10 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__item--category-11 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__item--category-12 .comments-list__post::before {
  background-color: #38a9ff; }

.comments-list--alt .comments-list__avatar {
  float: left;
  margin-right: 10px;
  border-radius: 4px; }

.comments-list--alt .comments-list__info {
  display: block; }

.comments-list--alt .comments-list__author-name {
  text-transform: uppercase;
  padding-top: .3em; }

.comments-list--alt .comments-list__post {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.2em;
  font-style: italic;
  margin-bottom: 0; }

.comments-list--alt .comments-list__link {
  top: 0; }

.comments-list--alt .comments-list__body {
  font-size: 13px;
  margin-bottom: 17px; }

/* Widget: Twitter Feed */
.twitter-feed {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.twitter-feed__item {
  overflow: hidden;
  margin-bottom: 18px; }
  .card .twitter-feed__item {
    border-bottom: 1px solid #e4e7ed;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px; }
  .twitter-feed__item:last-child,
  .card .twitter-feed__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.twitter-feed__header {
  margin-bottom: 12px; }

.twitter-feed__thumb {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 10px;
  vertical-align: middle; }

.twitter-feed__info {
  display: inline-block;
  vertical-align: middle; }

.twitter-feed__name {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.1em;
  line-height: 1.2em; }
  @media (min-width: 992px) {
    .twitter-feed__name {
      font-size: 15px; } }

.twitter-feed__username {
  color: #9a9da2;
  font-size: 11px;
  line-height: 1.2em;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: none; }
  .twitter-feed__username > a {
    color: #9a9da2;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .twitter-feed__username > a:hover {
      color: #31404b;
      text-decoration: none; }

.twitter-feed__body {
  margin-bottom: 20px; }

.twitter-feed__footer {
  overflow: hidden; }

.twitter-feed__timestamp {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  float: left; }
  .twitter-feed__timestamp::before {
    content: '\f099';
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    text-rendering: auto;
    font-size: 14px;
    color: #3fcef2;
    margin-right: 7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .twitter-feed__timestamp > a {
    color: #9a9da2;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .twitter-feed__timestamp > a:hover {
      color: #31404b;
      text-decoration: none; }

.twitter-feed__actions {
  float: right; }

.twitter-feed__reply {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 14px;
  position: relative;
  top: -2px;
  background-size: 12px 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath transform='translate(-1241 -2200)' fill='%23c2c4c7' d='M1247,2203h6v2h-6v-2Zm4,0h2v5h-2v-5Zm-10,1,6-3.99v7.98Z'/%3E%3C/svg%3E");
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .twitter-feed__reply:hover {
    opacity: 0.7; }

.twitter-feed__retweet {
  display: inline-block;
  margin: 0 5px;
  width: 18px;
  height: 14px;
  position: relative;
  top: -2px;
  background-size: 16px 11px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3E%3Cpath transform='translate(-1270 -2199)' fill='%23c2c4c7' d='M1272,2204h2v5h-2v-5Zm0,3h6v2h-6v-2Zm1-8,3.01,5h-6.02Zm11,6h-2v-5h2v5Zm0-3h-6v-2h6v2Zm-1,8-3.01-5h6.02Z'/%3E%3C/svg%3E");
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .twitter-feed__retweet:hover {
    opacity: 0.7; }

.twitter-feed__favorite {
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
  background-size: 12px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 15'%3E%3Cpath fill='%23c2c4c7' d='M15.021875,1.25 C15.9072961,2.16146289 16.35,3.27473301 16.35,4.58984375 C16.35,5.90495449 15.9072961,7.01822461 15.021875,7.9296875 L8.225,15 L1.428125,7.9296875 C0.542703906,7.01822461 0.1,5.90495449 0.1,4.58984375 C0.1,3.27473301 0.542703906,2.16146289 1.428125,1.25 C2.20937891,0.4166625 3.16640059,0 4.29921875,0 C5.43203691,0 6.38905859,0.4166625 7.1703125,1.25 L8.225,2.34375 L9.31875,1.25 C10.1000039,0.4166625 11.0505152,0 12.1703125,0 C13.2901098,0 14.2406211,0.4166625 15.021875,1.25 Z'/%3E%3C/svg%3E");
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .twitter-feed__favorite:hover {
    opacity: 0.7; }

/* Widget Twitter - Footer */
.widget--footer .twitter-feed__thumb {
  width: 25px;
  height: 25px; }

.widget--footer .twitter-feed__name {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }
  @media (min-width: 992px) {
    .widget--footer .twitter-feed__name {
      font-size: 12px; } }

.widget--footer .twitter-feed__username {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase; }
  .widget--footer .twitter-feed__username > a:hover {
    color: #38a9ff; }

.widget--footer .twitter-feed__body {
  margin-bottom: 1em; }
  .widget--footer .twitter-feed__body a {
    color: #4cd3ff; }
    .widget--footer .twitter-feed__body a:hover {
      color: #fff; }

.widget--footer .twitter-feed__footer {
  display: none; }

/* Widget: Featured */
.widget-featured .card__header::before {
  background-color: #ef2e5b; }

.widget-featured .widget__content.card__content {
  padding-bottom: 0; }

.widget-featured .posts__thumb {
  position: relative;
  overflow: hidden; }
  .widget-featured .posts__thumb::before {
    content: "!";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(239, 46, 91, 0.8);
    font-size: 54px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }

/* Widget: Poll */
.poll-form__question {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 1em; }

.poll-form__options {
  line-height: 26px; }
  .poll-form__options .radio-inline {
    margin-bottom: 9px;
    font-weight: 700; }
  .poll-form__options .radio-wrapper {
    overflow: hidden; }
  .poll-form__options .radio-progress-value {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #31404b; }

/* Widget: Awards */
.awards--slider {
  position: relative; }

.awards__item {
  text-align: center; }

.awards__figure {
  display: block;
  text-align: center; }
  .awards__figure img {
    margin: 0 auto; }

.awards__figure--space {
  padding: 30px 0; }

.awards__desc {
  padding: 18px 0; }
  @media (min-width: 992px) {
    .awards__desc {
      padding: 27px 0; } }

.awards__name {
  line-height: 1.2em;
  margin-bottom: .25em;
  font-size: 12px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .awards__name {
      font-size: 14px; } }

.awards__date {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em; }
  @media (min-width: 992px) {
    .awards__date {
      font-size: 10px; } }

.awards__stars {
  font-size: 10px;
  padding: 5px 0 0 0; }
  .awards__stars .fa {
    margin: 0 2px;
    color: #ffdc11; }

.awards-filter {
  list-style: none;
  padding: 0 0 0 7px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 3px;
  border-bottom: 1px solid #e4e7ed; }

.awards-filter__item {
  display: inline; }

.awards-filter__link {
  display: inline-block;
  padding: 9px 16px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #9a9da2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .awards-filter__link:hover {
    color: #31404b; }

.awards-filter__link--active {
  color: #31404b; }

/* Widget: Color Picker */
/* Widget: Calendar */
.widget_calendar .card__content {
  padding: 0; }

.calendar_wrap,
.sp-calendar-wrapper {
  padding: 10px; }
  .calendar_wrap > table,
  .sp-calendar-wrapper > table {
    width: 100%;
    background: none; }
    .calendar_wrap > table thead th,
    .sp-calendar-wrapper > table thead th {
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #31404b;
      text-align: center;
      padding: 10px; }
    .calendar_wrap > table tbody td,
    .sp-calendar-wrapper > table tbody td {
      font-size: 11px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #31404b;
      text-align: center;
      padding: 8px 10px; }
      .calendar_wrap > table tbody td a,
      .sp-calendar-wrapper > table tbody td a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #38a9ff;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        color: #fff;
        margin: 0 -4px; }
    .calendar_wrap > table #prev,
    .calendar_wrap > table #next,
    .sp-calendar-wrapper > table #prev,
    .sp-calendar-wrapper > table #next {
      padding: 14px; }
      .calendar_wrap > table #prev a,
      .calendar_wrap > table #next a,
      .sp-calendar-wrapper > table #prev a,
      .sp-calendar-wrapper > table #next a {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 2px;
        font-size: 0;
        line-height: 0;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        vertical-align: middle;
        font-weight: 400;
        background-color: #9a9da2; }
        .calendar_wrap > table #prev a::before,
        .calendar_wrap > table #next a::before,
        .sp-calendar-wrapper > table #prev a::before,
        .sp-calendar-wrapper > table #next a::before {
          content: "";
          font-size: 14px;
          line-height: 20px;
          display: block;
          position: absolute;
          text-align: center;
          color: #fff;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          font-family: "Font Awesome 5 Free";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .calendar_wrap > table #prev a:hover,
        .calendar_wrap > table #next a:hover,
        .sp-calendar-wrapper > table #prev a:hover,
        .sp-calendar-wrapper > table #next a:hover {
          background-color: #38a9ff; }
    .calendar_wrap > table #prev,
    .sp-calendar-wrapper > table #prev {
      text-align: left;
      padding-left: 14px; }
      .calendar_wrap > table #prev a::before,
      .sp-calendar-wrapper > table #prev a::before {
        content: "\f104"; }
    .calendar_wrap > table #next,
    .sp-calendar-wrapper > table #next {
      text-align: right;
      padding-right: 14px; }
      .calendar_wrap > table #next a::before,
      .sp-calendar-wrapper > table #next a::before {
        content: "\f105";
        font-weight: 700; }
  .calendar_wrap caption,
  .sp-calendar-wrapper caption {
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #31404b;
    line-height: 1.2em;
    border-bottom: 1px solid #e4e7ed;
    margin: -10px -10px 10px -10px;
    padding-left: 14px;
    padding-right: 14px;
    vertical-align: middle;
    caption-side: top;
    background-color: transparent; }

.footer-widgets .widget_calendar .calendar_wrap {
  padding: 0; }
  .footer-widgets .widget_calendar .calendar_wrap > table thead th {
    color: #fff; }
  .footer-widgets .widget_calendar .calendar_wrap > table tbody td {
    color: #fff; }
  .footer-widgets .widget_calendar .calendar_wrap caption {
    color: #fff;
    border-bottom: none;
    background-color: transparent; }

.widget_sp_event_calendar .sp-template {
  margin-bottom: 0; }

/*
// #Info Block
// --------------------------------------------------
*/
.info-block {
  list-style: none;
  padding: 0;
  margin: 0; }

.info-block__item {
  position: relative;
  min-height: 26px;
  padding: 2px 0 0 40px;
  margin-bottom: 34px;
  list-style: none;
  text-align: left; }
  .info-block__item:last-child {
    margin-bottom: 0; }
  .info-block__item .df-icon,
  .info-block__item .df-icon-stack,
  .info-block__item .df-icon-custom {
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .info-block__item .df-icon-custom img {
    width: 28px;
    height: auto; }
  .header__primary .info-block__item {
    text-align: left;
    margin: 20px 0;
    padding: 2px 30px 16px 70px; }
    .header__primary .info-block__item.info-block__item--contact-primary {
      margin-top: 36px; }
    .header__primary .info-block__item.info-block__item--contact-secondary {
      margin-bottom: 0; }
    .header__primary .info-block__item .df-icon,
    .header__primary .info-block__item .df-icon-custom {
      left: 30px; }
    .header__primary .info-block__item .df-icon-custom i {
      color: #c2ff1f;
      font-size: 24px; }
    .header__primary .info-block__item .df-icon-custom img {
      width: 28px;
      height: auto; }
    .header__primary .info-block__item .info-block__link {
      padding: 0;
      font-size: 9px;
      line-height: 1.2em;
      color: #6b6d70;
      border: none; }
      .header__primary .info-block__item .info-block__link::before {
        display: none; }
      .header__primary .info-block__item .info-block__link:hover {
        color: #fff; }
    @media (min-width: 992px) {
      .header__primary .info-block__item {
        display: none; } }

.info-block__item--nopadding {
  padding-left: 0; }

.info-block__heading {
  font-size: 9px;
  line-height: 1.2em;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .footer .info-block__heading {
    color: #fff; }
  .header .info-block__heading {
    color: #fff; }

.info-block__link {
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.2em;
  color: #6b6d70;
  vertical-align: top;
  -webkit-transition: color 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
  transition: color 0.25s cubic-bezier(0.3, 0.1, 0.55, 1); }
  .footer .info-block__link:hover {
    color: #fff; }
  .header .info-block__link {
    color: #6b6d70; }
    .header .info-block__link:hover {
      color: #fff; }

.info-block__link-wrapper {
  display: block; }

.info-block--header {
  display: inline-block;
  vertical-align: middle; }
  .info-block--header .info-block__item {
    display: inline-block;
    margin: 7px 0 0 26px; }
    .info-block--header .info-block__item .df-icon {
      stroke: #c2ff1f; }
    .info-block--header .info-block__item .df-icon-custom i {
      color: #c2ff1f; }
    @media (min-width: 992px) {
      .info-block--header .info-block__item {
        padding-top: 20px;
        padding-bottom: 32px; }
        .info-block--header .info-block__item .df-icon,
        .info-block--header .info-block__item .df-icon-custom {
          top: 24px; }
        .info-block--header .info-block__item .df-icon-custom i {
          font-size: 24px; }
        .info-block--header .info-block__item .df-icon-custom img {
          width: 28px;
          height: auto; }
        .info-block--header .info-block__item .df-icon-custom .df-icon {
          top: 0; }
        .info-block--header .info-block__item .df-icon-stack--bag {
          top: 3px; }
          .info-block--header .info-block__item .df-icon-stack--bag .df-icon--bag-handle {
            top: 19px; }
        .info-block--header .info-block__item .info-block__heading {
          margin-top: 5px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .info-block--header .info-block__item {
        margin-left: 20px; } }
    .info-block--header .info-block__item.has-children > .info-block__link-wrapper {
      padding-right: 16px; }
      .info-block--header .info-block__item.has-children > .info-block__link-wrapper::after {
        display: block;
        content: "\f107";
        position: absolute;
        right: 0;
        top: 23px;
        font-size: 10px;
        line-height: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        color: #fff; }
  .info-block--header .info-block__item--shopping-cart .info-block__heading {
    margin-bottom: 3px; }
  .info-block--header .info-block__cart-sum {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2em;
    display: block;
    color: #c2ff1f; }

.footer-widgets .info-block__item .df-icon {
  stroke: #c2ff1f; }

.footer-widgets .info-block__item .df-icon-custom {
  font-size: 24px;
  color: #c2ff1f; }

.info-block--horizontal {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 992px) {
    .info-block--horizontal {
      flex-wrap: nowrap;
      width: auto; } }
  .info-block--horizontal .info-block__item {
    width: 100%;
    padding-left: 50px; }
    @media (min-width: 768px) {
      .info-block--horizontal .info-block__item {
        width: 33.3%; } }
    @media (min-width: 992px) {
      .info-block--horizontal .info-block__item {
        width: auto;
        margin: 0 20px; } }
    @media (min-width: 1200px) {
      .info-block--horizontal .info-block__item {
        margin: 0 43px; } }
    @media (max-width: 991px) {
      .info-block--horizontal .info-block__item:last-child {
        margin-bottom: 34px; } }
    @media (min-width: 992px) {
      .info-block--horizontal .info-block__item:last-child {
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .info-block--horizontal .info-block__item:last-child {
        margin-right: 20px; } }
  .info-block--horizontal .info-block__item--social {
    padding-left: 0; }
  .info-block--horizontal .df-icon-custom i {
    font-size: 24px;
    color: #c2ff1f; }

/* Social Counter
/* ------------------------- */
.btn-social-counter {
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  min-height: 65px;
  position: relative;
  overflow: hidden;
  background-clip: padding-box;
  padding: 20px 60px 18px 86px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .btn-social-counter + .btn-social-counter {
    margin-top: 10px; }
  .btn-social-counter:hover {
    color: #fff; }
  .widget--footer .btn-social-counter {
    border-color: transparent; }

.btn-social-counter__icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 68px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px; }
  .btn-social-counter__icon .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.btn-social-counter__title {
  font-size: 11px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 1px;
  letter-spacing: -0.02em; }
  @media (min-width: 992px) {
    .btn-social-counter__title {
      font-size: 13px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btn-social-counter__title {
      font-size: 11px; } }

.btn-social-counter__count {
  display: block;
  font-size: 10px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

.btn-social-counter__add-icon {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  right: 23px;
  top: 50%;
  margin-top: -13px; }
  .btn-social-counter__add-icon::before, .btn-social-counter__add-icon::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .btn-social-counter__add-icon::before {
    width: 8px;
    height: 2px; }
  .btn-social-counter__add-icon::after {
    width: 2px;
    height: 8px; }
  .btn-social-counter:hover .btn-social-counter__add-icon::before, .btn-social-counter:hover .btn-social-counter__add-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }

.btn-social-counter__name {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1em;
  text-transform: none;
  letter-spacing: -0.03em; }
  @media (min-width: 1199px) {
    .btn-social-counter__name {
      font-size: 28px; } }
  .btn-social-counter--fb .btn-social-counter__name {
    text-transform: lowercase; }

/* Types */
.btn-social-counter--card {
  padding: 34px 60px 18px 23px;
  height: 150px;
  width: 100%; }
  @media (min-width: 992px) {
    .btn-social-counter--card {
      height: 200px; } }
  @media (min-width: 1199px) {
    .btn-social-counter--card {
      height: 216px; } }
  .post-grid__item .btn-social-counter--card {
    margin-bottom: 15px; }
  .btn-social-counter--card .btn-social-counter__footer {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 60px 30px 23px; }
    .btn-social-counter--card .btn-social-counter__footer .btn-social-counter__add-icon {
      top: 0;
      margin-top: 0; }

/* Social Buttons Styles */
.btn-social-counter--fb {
  background-color: #4d6baa; }
  .btn-social-counter--fb .btn-social-counter__icon {
    background-color: #43609c; }
  .btn-social-counter--fb:hover {
    background-color: #5c78b5; }
  .widget-social--condensed .btn-social-counter--fb {
    background-color: #43609c; }
    .widget-social--condensed .btn-social-counter--fb .btn-social-counter__count {
      background-color: #4d6baa; }
  .widget-social--grid .btn-social-counter--fb {
    background-color: #43609c; }
    .widget-social--grid .btn-social-counter--fb:hover {
      background-color: #4e6cac; }
    .widget-social--grid .btn-social-counter--fb .btn-social-counter__add-icon {
      background-color: #4e6cac; }

.btn-social-counter--twitter {
  background-color: #3fcef2; }
  .btn-social-counter--twitter .btn-social-counter__icon {
    background-color: #38c2e5; }
  .btn-social-counter--twitter:hover {
    background-color: #57d4f4; }
  .widget-social--condensed .btn-social-counter--twitter {
    background-color: #38c2e5; }
    .widget-social--condensed .btn-social-counter--twitter .btn-social-counter__count {
      background-color: #3fcef2; }
  .widget-social--grid .btn-social-counter--twitter {
    background-color: #32b8e4; }
    .widget-social--grid .btn-social-counter--twitter:hover {
      background-color: #4cd3ff; }
    .widget-social--grid .btn-social-counter--twitter .btn-social-counter__add-icon {
      background-color: #4cd3ff; }

.btn-social-counter--gplus {
  background-color: #e34d39; }
  .btn-social-counter--gplus .btn-social-counter__icon {
    background-color: #d54430; }
  .btn-social-counter--gplus:hover {
    background-color: #e6614f; }
  .widget-social--condensed .btn-social-counter--gplus {
    background-color: #d54430; }
    .widget-social--condensed .btn-social-counter--gplus .btn-social-counter__count {
      background-color: #d54430; }

.btn-social-counter--rss {
  background-color: #ffcc00; }
  .btn-social-counter--rss .btn-social-counter__icon {
    background-color: #ffbf13; }
  .btn-social-counter--rss:hover {
    background-color: #ffd11a; }
  .widget-social--condensed .btn-social-counter--rss {
    background-color: #ffbf13; }
    .widget-social--condensed .btn-social-counter--rss .btn-social-counter__count {
      background-color: #ffcc00; }
  .widget-social--grid .btn-social-counter--rss {
    background-color: #ffbf13; }
    .widget-social--grid .btn-social-counter--rss:hover {
      background-color: #ffd427; }
    .widget-social--grid .btn-social-counter--rss .btn-social-counter__add-icon {
      background-color: #ffd427; }

.btn-social-counter--instagram {
  background-color: #9d54aa; }
  .btn-social-counter--instagram .btn-social-counter__icon {
    background-color: #88439c; }
  .btn-social-counter--instagram:hover {
    background-color: #a765b3; }
  .widget-social--condensed .btn-social-counter--instagram {
    background-color: #88439c; }
    .widget-social--condensed .btn-social-counter--instagram .btn-social-counter__count {
      background-color: #9d54aa; }
  .widget-social--grid .btn-social-counter--instagram {
    background-color: #88439c; }
    .widget-social--grid .btn-social-counter--instagram:hover {
      background-color: #9d54aa; }
    .widget-social--grid .btn-social-counter--instagram .btn-social-counter__add-icon {
      background-color: #9d54aa; }

.btn-social-counter--youtube {
  background-color: #FF0000; }
  .btn-social-counter--youtube .btn-social-counter__icon {
    background-color: rgba(0, 0, 0, 0.08); }
  .btn-social-counter--youtube .fa-youtube::before {
    content: "\f16a"; }
  .btn-social-counter--youtube:hover {
    background-color: #ff1a1a; }
  .df-social-count--columns .btn-social-counter--youtube .btn-social-counter__count {
    background-color: rgba(0, 0, 0, 0.05); }

/*
// #Social Links
// --------------------------------------------------
*/
.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.social-links__item {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-right: 12px; }
  .social-links__item .fa {
    font-size: 12px;
    margin-right: 5px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #38a9ff; }
    .header .social-links__item .fa {
      color: #fff; }
    .footer .social-links__item .fa {
      color: #fff; }
  .social-links__item:last-child {
    margin-right: 0; }

.social-links__link {
  display: inline-block;
  color: #6b6d70;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .header .social-links__link:hover .fa {
    color: #38a9ff; }
  .footer .social-links__link:hover {
    color: #fff; }
    .footer .social-links__link:hover .fa {
      color: #38a9ff; }

.social-links--main-nav {
  display: inline-block;
  padding-left: 30px; }
  .social-links--main-nav .social-links__item {
    margin-right: 19px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .social-links--main-nav .social-links__item {
        margin-right: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .social-links--main-nav {
      padding-left: 30px; } }

.social-links--btn .social-links__item {
  margin: 0; }

.social-links--btn .social-links__link {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 2px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .social-links--btn .social-links__link:hover {
    opacity: 0.8; }
    .social-links--btn .social-links__link:hover .fa {
      color: #fff; }
  .social-links--btn .social-links__link .fa {
    margin: 0; }

.social-links--btn .social-links__link--lg {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 6px; }

.social-links--btn [class*="social-links__link--"] > .fa {
  color: #fff; }

.social-links--btn .social-links__link--fb {
  background-color: #4d6baa; }

.social-links--btn .social-links__link--twitter {
  background-color: #3fcef2;
  color: #fff; }

.social-links--btn .social-links__link--gplus {
  background-color: #e34d39; }

.social-links--btn .social-links__link--linkedin {
  background-color: #0077B5; }

.social-links--btn .social-links__link--vk {
  background-color: #6383A8; }

.social-links--btn .social-links__link--ok {
  background-color: #F4731C; }

.social-links--btn .social-links__link--whatsapp {
  background-color: #25D366; }

.social-links--btn .social-links__link--viber {
  background-color: #7C529E; }
  .social-links--btn .social-links__link--viber img {
    width: 12px;
    height: auto; }

.social-links--btn .social-links__link--telegram {
  background-color: #2CA5E0; }

.social-links--btn .social-links__link--mail,
.social-links--btn .social-links__link--site {
  background-color: #9a9da2; }

.social-links--btn.social-links--btn-block .social-links__item {
  display: inline; }

.social-links--btn.social-links--btn-block .social-links__link {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
  font-size: 9px;
  height: 24px;
  line-height: 24px; }

.social-links--circle .social-links__item {
  margin-right: 20px; }
  @media (min-width: 992px) {
    .social-links--circle .social-links__item {
      margin-right: 10px; } }
  @media (min-width: 1200px) {
    .social-links--circle .social-links__item {
      margin-right: 24px; } }
  .social-links--circle .social-links__item:last-child {
    margin-right: 0; }

.social-links--circle .social-links__link {
  border: 2px solid rgba(154, 157, 162, 0.4);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }
  .social-links--circle .social-links__link .fa {
    margin-right: 0;
    font-size: 14px;
    line-height: 30px; }
  .social-links--circle .social-links__link:hover {
    border-color: #c2ff1f; }
    .social-links--circle .social-links__link:hover .fa {
      color: #fff; }

/* Main News Banner
/* ------------------------- */
.main-news-banner {
  background-color: #27313b;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin-bottom: 15px; }
  .main-news-banner .posts__title > a {
    color: #fff; }
  .main-news-banner .main-news-banner__highlight {
    color: #9fe900; }

.main-news-banner__inner {
  padding: 20px;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .main-news-banner__inner {
      padding: 35px 30px 35px 30px; } }
  @media (min-width: 1199px) {
    .main-news-banner__inner {
      padding: 55px 35px 55px 55px; } }

/* With Image at the Left */
.main-news-banner--img-left::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-radial-gradient(at 0% 0%, rgba(255, 255, 255, 0.8), transparent);
  background-image: radial-gradient(at 0% 0%, rgba(255, 255, 255, 0.8), transparent);
  background-repeat: no-repeat;
  background-position: 0 0;
  mix-blend-mode: overlay; }
  @media (min-width: 992px) {
    .main-news-banner--img-left::before {
      background-image: -webkit-radial-gradient(at 180px 0%, rgba(255, 255, 255, 0.8), transparent);
      background-image: radial-gradient(at 180px 0%, rgba(255, 255, 255, 0.8), transparent); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .main-news-banner--img-left::before {
      background-image: none !important; } }
  @supports (-ms-ime-align: auto) {
    .main-news-banner--img-left::before {
      background-image: none !important; } }

.main-news-banner--img-left .main-news-banner__img {
  float: left;
  max-width: 50%;
  position: relative;
  z-index: 2; }
  .main-news-banner--img-left .main-news-banner__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 23%;
    background-color: #38a9ff;
    width: 50%; }
  .main-news-banner--img-left .main-news-banner__img img {
    position: relative;
    z-index: 2; }

.main-news-banner--img-left .posts__excerpt {
  display: none; }
  @media (min-width: 768px) {
    .main-news-banner--img-left .posts__excerpt {
      display: block; } }

.main-news-banner--img-left .posts__date {
  display: none; }
  @media (min-width: 768px) {
    .main-news-banner--img-left .posts__date {
      display: block; } }

@media (max-width: 479px) {
  .main-news-banner--img-left .posts__more {
    padding-top: 10px; } }

@media (max-width: 479px) {
  .main-news-banner--img-left .posts__more .btn {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
    border-width: 1px; } }

/* With Background */
.main-news-banner--bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent); }
  @media (min-width: 992px) {
    .main-news-banner--bg::before {
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
      background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), transparent);
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent); } }

.main-news-banner--bg .main-news-banner__inner {
  padding: 30px; }
  @media (min-width: 992px) {
    .main-news-banner--bg .main-news-banner__inner {
      padding: 30px 30px 30px 48%; } }
  @media (min-width: 1199px) {
    .main-news-banner--bg .main-news-banner__inner {
      padding: 41px 35px 41px 48%; } }

.main-news-banner--bg .posts__date {
  color: rgba(255, 255, 255, 0.8); }

/* with Soccer Ball */
.main-news-banner--soccer-ball {
  background-image: url("../images/soccer/samples/banner-soccer-ball.png");
  background-repeat: no-repeat;
  background-position: 100% 100%; }
  @media (max-width: 1199px) {
    .main-news-banner--soccer-ball {
      background-size: 40% auto; } }
  .main-news-banner--soccer-ball::before {
    display: none; }
  .main-news-banner--soccer-ball .main-news-banner__inner {
    padding-right: 20%; }
    @media (min-width: 992px) {
      .main-news-banner--soccer-ball .main-news-banner__inner {
        padding-right: 30%; } }
    @media (min-width: 1200px) {
      .main-news-banner--soccer-ball .main-news-banner__inner {
        padding-right: 30%; } }
  .main-news-banner--soccer-ball .posts__excerpt {
    padding-right: 20px; }
    @media (min-width: 992px) {
      .main-news-banner--soccer-ball .posts__excerpt {
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      .main-news-banner--soccer-ball .posts__excerpt {
        padding-right: 60px; } }

/* Featured Carousel
/* ------------------------- */
.featured-carousel .slick-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #0e0f10;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.featured-carousel .slick-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #1892ed;
  z-index: 1;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease; }

.featured-carousel .slick-slide.slick-current::before {
  opacity: 0.6;
  z-index: 1; }

@media (min-width: 992px) {
  .featured-carousel .slick-slide.slick-current::after {
    height: 4px; } }

@media (min-width: 1199px) {
  .featured-carousel .slick-slide.slick-current::after {
    height: 6px; } }

.featured-carousel .slick-slide.slick-current .posts__inner {
  z-index: 2; }

/* Team Filter */
.content-filter {
  background-color: #fff;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .content-filter {
      border-bottom: 1px solid #e4e7ed; } }
  @media (max-width: 991px) {
    .content-filter .container {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.content-filter__toggle {
  display: none; }
  @media (max-width: 991px) {
    .content-filter__toggle {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 2;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-weight: 400;
      font-size: 16px; } }
  .content-filter__toggle::before {
    content: "\f141";
    line-height: 40px;
    color: #31404b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 5 Free";
    font-weight: 700; }

.content-filter__toggle--active::before {
  content: "\f00d"; }

.content-filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  @media (min-width: 992px) {
    .content-filter__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      border-left: 1px solid #e4e7ed;
      border-right: 1px solid #e4e7ed; } }

.content-filter__item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
  border-bottom: 1px solid #e4e7ed; }
  @media (min-width: 992px) {
    .content-filter__item {
      border-bottom: none !important;
      -webkit-box-flex: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
      .content-filter__item + .content-filter__item {
        border-left: 1px solid #e4e7ed; } }
  @media (max-width: 991px) {
    .content-filter__item:not(.content-filter__item--active) {
      display: none; } }

@media (max-width: 991px) {
  .content-filter__list--expanded .content-filter__item {
    display: block; } }

.content-filter__link {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  color: #9a9da2;
  padding: 18px 20px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .content-filter__link {
      padding-top: 28px;
      padding-bottom: 28px;
      -webkit-box-flex: 1;
              flex-grow: 1; } }
  .content-filter__link small {
    display: block;
    font-size: 8px;
    line-height: 1.2em;
    color: #9a9da2; }
  .content-filter__link:hover {
    color: #31404b; }
  .content-filter__link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    background-color: #38a9ff;
    -webkit-transition: opacity height 0.2s ease-out;
    transition: opacity height 0.2s ease-out; }

@media (max-width: 991px) {
  .content-filter__item--active {
    -webkit-box-ordinal-group: 0;
            order: -1; } }

.content-filter__item--active .content-filter__link {
  color: #31404b; }
  .content-filter__item--active .content-filter__link::before {
    height: 4px;
    opacity: 1; }
  .content-filter__item--active .content-filter__link:hover {
    cursor: default; }

/*
// #Gallery
// --------------------------------------------------
*/
.gallery__item-inner {
  display: block;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .gallery__item-inner:hover {
    background-color: #1892ed;
    color: #fff; }
    .gallery__item-inner:hover .gallery__icon {
      color: #fff; }
    .gallery__item-inner:hover .gallery__name {
      color: #fff; }
    .gallery__item-inner:hover .gallery__date {
      color: #fff; }
    .gallery__item-inner:hover .gallery__btn-fab {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
    .gallery__item-inner:hover .gallery__thumb img {
      opacity: 0.2; }

.gallery__thumb {
  position: relative;
  background-color: #171d21; }
  .gallery__thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.gallery__btn-fab {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.gallery__content {
  overflow: hidden; }
  @media (max-width: 479px) {
    .gallery__content {
      padding: 12px 12px; } }

.gallery__icon {
  float: left;
  margin-right: 15px;
  font-size: 30px;
  line-height: 1em;
  color: #38a9ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (max-width: 479px) {
    .gallery__icon {
      font-size: 20px;
      margin-right: 8px; } }

.gallery__details {
  overflow: hidden; }

.gallery__name {
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0;
  font-size: 12px;
  padding: .25em 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal; }
  @media (min-width: 992px) {
    .gallery__name {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .gallery__name {
      font-size: 16px; } }

.gallery__date {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #9a9da2;
  line-height: 1.2em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (min-width: 992px) {
    .gallery__date {
      font-size: 10px; } }

.gallery__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .gallery__header .gallery__details {
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .gallery__header .gallery__like {
    font-size: 10px;
    line-height: 1.2em;
    color: #9a9da2;
    padding-left: 10px;
    white-space: nowrap; }
    .gallery__header .gallery__like i {
      font-size: 12px;
      line-height: 1em;
      margin-left: 0.3em;
      display: inline-block;
      vertical-align: middle; }

/*
// #Album
// --------------------------------------------------
*/
.album-wrapper {
  overflow: hidden; }

.album.container-fluid {
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 0;
  padding-right: 0; }

.album--condensed {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }
  .album--condensed .album__item {
    padding: 0; }

.album__item {
  margin-bottom: 15px; }
  .album--condensed .album__item {
    padding: 6px;
    margin-bottom: 0; }

.album__item-holder {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #171d21; }
  .album__item-holder:hover .album__thumb {
    opacity: 0.2; }
  .album__item-holder:hover .album__item-desc {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .album__item-holder:hover .album__item-desc:not(.album__item-desc--bottom-left) {
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%); }
  .album__item-holder:hover .album__item-meta {
    visibility: visible;
    opacity: 1; }

.album__item-holder--color--primary {
  background-color: #38a9ff; }
  .album__item-holder--color--primary .album__item-date {
    color: #fff; }

.album__item-link {
  display: block; }

.album__thumb {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .album__thumb img {
    width: 100%;
    height: auto; }

.album__item-desc {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 14%;
  -webkit-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.album__item-desc--bottom-left {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  top: auto;
  bottom: 20px;
  text-align: left;
  padding: 0 10%; }
  @media (min-width: 992px) {
    .album__item-desc--bottom-left {
      padding-left: 32px;
      padding-right: 32px; } }

.album__item-icon {
  float: left;
  margin-right: 15px;
  font-size: 30px;
  line-height: 1em;
  color: #38a9ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (max-width: 479px) {
    .album__item-icon {
      font-size: 20px;
      margin-right: 8px; } }

.album__item-desc-inner {
  overflow: hidden; }

.album__item-title {
  color: #fff;
  line-height: 1em;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: .35em; }
  @media (min-width: 992px) {
    .album__item-title {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .album__item-title {
      display: none; } }

.album__item-date {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  color: #9a9da2;
  margin-bottom: .9em; }
  @media (min-width: 992px) {
    .album__item-date {
      font-size: 10px; } }
  @media (max-width: 767px) {
    .album__item-date {
      display: none; } }

.album__item-btn-fab {
  position: relative;
  left: auto;
  top: auto;
  margin: 0 auto; }

.album__item-meta {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 992px) {
    .album__item-meta {
      right: 30px;
      top: 25px; } }
  .album__item-meta .meta__item {
    color: #fff; }
    .album__item-meta .meta__item > a {
      color: #fff; }

/* Album - Load More Photos */
.album-load-more {
  padding: 30px 0 20px 0; }
  @media (min-width: 992px) {
    .album-load-more {
      padding: 80px 0 40px 0; } }
  .album-load-more .btn {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .album-load-more .btn {
        width: calc(33.3% + 60px); } }

/*
// #Modal Login
// --------------------------------------------------
*/
.modal--login .modal-header {
  background-image: url("../images/login_register_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  @media (min-width: 992px) {
    .modal--login .modal-header {
      height: 90px; } }
  .modal--login .modal-header .close {
    width: 33px;
    height: 33px;
    padding: 0;
    line-height: 33px;
    border-radius: 50%;
    background-color: #31404b;
    color: #fff;
    opacity: 1;
    margin: 0;
    text-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .modal--login .modal-header .close span {
      margin-left: 2px; }
    .modal--login .modal-header .close:hover {
      background-color: #1892ed; }

.modal--login .modal-body {
  padding: 0; }

.modal--login .modal-account-holder {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap; }

.modal--login .modal-account__item {
  flex-basis: 100%;
  padding: 20px; }
  @media (min-width: 768px) {
    .modal--login .modal-account__item {
      flex-basis: 50%;
      padding: 30px 20px; }
      .modal--login .modal-account__item:nth-child(2) {
        border-left: 1px solid #e4e7ed; } }
  @media (min-width: 992px) {
    .modal--login .modal-account__item {
      flex-basis: 50%;
      padding: 50px 38px; } }

.modal--login .modal-account__item--logo {
  background-image: url("../images/soccer/samples/login_register_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  position: relative; }
  @media (max-width: 991px) {
    .modal--login .modal-account__item--logo {
      display: none; } }
  .modal--login .modal-account__item--logo a {
    color: #c2ff1f;
    font-weight: bold; }
    .modal--login .modal-account__item--logo a:hover {
      color: #fff; }

.modal--login .modal-account__item-register-txt {
  position: absolute;
  left: 30px;
  right: 40px;
  top: 100%;
  -webkit-transform: translateY(-100%) translateY(-30px);
          transform: translateY(-100%) translateY(-30px); }

.modal--login-only .modal-header {
  height: 0;
  padding: 0;
  background-image: none;
  border: none; }

.nav-tabs-login-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .nav-tabs-login-wrapper {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: -30px;
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .nav-tabs-login-wrapper {
      margin-left: -38px;
      margin-right: -38px;
      margin-bottom: -50px;
      margin-top: 30px; } }

.nav-tabs--login {
  border-top: 1px solid #e4e7ed; }
  .nav-tabs--login > li > a {
    border: none !important;
    border-radius: 0 !important;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: rgba(49, 64, 75, 0.4);
    padding-top: 15px;
    padding-bottom: 15px; }
    .nav-tabs--login > li > a:hover {
      background-color: transparent;
      color: #38a9ff; }
  .nav-tabs--login > li.active > a {
    color: #38a9ff; }
    .nav-tabs--login > li.active > a:hover {
      color: #38a9ff; }
  .nav-tabs--login > li + li {
    border-left: 1px solid #e4e7ed; }

.modal-form h5 {
  margin-bottom: 1.7em; }
  @media (min-width: 992px) {
    .modal-form h5 {
      font-size: 18px; } }

.modal-form .form-group {
  margin-bottom: 15px; }

.modal-form .form-group--submit {
  margin: 30px 0;
  padding-top: 9px; }

.modal-form .modal-form--note {
  font-size: 14px;
  line-height: 22px; }

.modal-form .form-group--pass-reminder {
  font-size: 14px;
  overflow: hidden; }
  .modal-form .form-group--pass-reminder label {
    font-size: 10px; }
  .modal-form .form-group--pass-reminder a {
    color: #9a9da2; }
    .modal-form .form-group--pass-reminder a:hover {
      color: #1892ed; }
    @media (min-width: 992px) {
      .modal-form .form-group--pass-reminder a {
        float: right; } }

.modal-form .form-note {
  padding-top: 15px;
  padding-bottom: 15px; }

.modal-form--social {
  padding-top: 4px; }
  .modal-form--social h6 {
    font-size: 10px;
    line-height: 1.2em;
    text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-primary,
.text-color-primary {
  color: #38a9ff !important; }

.text-transform-normal {
  text-transform: none !important; }

.text-center {
  text-align: center !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

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

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

.mb-30 {
  margin-bottom: 30px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }
/*# sourceMappingURL=style-soccer.css.map */