/*Transition for animation*/
/*Transition for animation*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1441px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .container-fluid:before, .container-fluid:after {
    content: none !important; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .row:before, .row:after {
    content: none !important; }

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

.col-xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%; }

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

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

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

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

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

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

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

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

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

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

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

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

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

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

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

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

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1441px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.3333333333%; }

  .col-xl-pull-2 {
    right: 16.6666666667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.3333333333%; }

  .col-xl-pull-5 {
    right: 41.6666666667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.3333333333%; }

  .col-xl-pull-8 {
    right: 66.6666666667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.3333333333%; }

  .col-xl-pull-11 {
    right: 91.6666666667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.3333333333%; }

  .col-xl-push-2 {
    left: 16.6666666667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.3333333333%; }

  .col-xl-push-5 {
    left: 41.6666666667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.3333333333%; }

  .col-xl-push-8 {
    left: 66.6666666667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.3333333333%; }

  .col-xl-push-11 {
    left: 91.6666666667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
.col-xs-first {
  order: -1; }

.col-xs-last {
  order: 1; }

@media (min-width: 544px) {
  .col-sm-first {
    order: -1; }

  .col-sm-last {
    order: 1; } }
@media (min-width: 768px) {
  .col-md-first {
    order: -1; }

  .col-md-last {
    order: 1; } }
@media (min-width: 992px) {
  .col-lg-first {
    order: -1; }

  .col-lg-last {
    order: 1; } }
@media (min-width: 1441px) {
  .col-xl-first {
    order: -1; }

  .col-xl-last {
    order: 1; } }
.row-xs-top {
  align-items: flex-start; }

.row-xs-center {
  align-items: center; }

.row-xs-bottom {
  align-items: flex-end; }

@media (min-width: 544px) {
  .row-sm-top {
    align-items: flex-start; }

  .row-sm-center {
    align-items: center; }

  .row-sm-bottom {
    align-items: flex-end; } }
@media (min-width: 768px) {
  .row-md-top {
    align-items: flex-start; }

  .row-md-center {
    align-items: center; }

  .row-md-bottom {
    align-items: flex-end; } }
@media (min-width: 992px) {
  .row-lg-top {
    align-items: flex-start; }

  .row-lg-center {
    align-items: center; }

  .row-lg-bottom {
    align-items: flex-end; } }
@media (min-width: 1441px) {
  .row-xl-top {
    align-items: flex-start; }

  .row-xl-center {
    align-items: center; }

  .row-xl-bottom {
    align-items: flex-end; } }
.col-xs-top {
  align-self: flex-start; }

.col-xs-center {
  align-self: center; }

.col-xs-bottom {
  align-self: flex-end; }

@media (min-width: 544px) {
  .col-sm-top {
    align-self: flex-start; }

  .col-sm-center {
    align-self: center; }

  .col-sm-bottom {
    align-self: flex-end; } }
@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start; }

  .col-md-center {
    align-self: center; }

  .col-md-bottom {
    align-self: flex-end; } }
@media (min-width: 992px) {
  .col-lg-top {
    align-self: flex-start; }

  .col-lg-center {
    align-self: center; }

  .col-lg-bottom {
    align-self: flex-end; } }
@media (min-width: 1441px) {
  .col-xl-top {
    align-self: flex-start; }

  .col-xl-center {
    align-self: center; }

  .col-xl-bottom {
    align-self: flex-end; } }
.social-list .social-list__items {
  margin-left: -11px;
  margin-right: -11px; }
  .social-list .social-list__items .menu-item {
    padding-left: 11px;
    padding-right: 11px; }
  .site-footer:not(.style-2) .social-list .social-list__items {
    margin-left: -7px;
    margin-right: -7px; }
    .site-footer:not(.style-2) .social-list .social-list__items .menu-item {
      padding-left: 7px;
      padding-right: 7px; }
  @media (min-width: 768px) {
    .site-header .social-list .social-list__items {
      margin-left: -7px;
      margin-right: -7px; }
      .site-header .social-list .social-list__items .menu-item {
        padding-left: 7px;
        padding-right: 7px; } }
.social-list .menu-item {
  margin: 0; }
  .social-list .menu-item::before {
    display: none; }
  .social-list .menu-item > a {
    display: block;
    text-decoration: none;
    text-align: center; }
    .social-list .menu-item > a:hover {
      text-decoration: none; }
    .social-list .menu-item > a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    .social-list .menu-item > a[href*="digg.com"]::before {
      content: '\f1a6'; }
    .social-list .menu-item > a[href*="dribbble.com"]::before {
      content: '\f17d'; }
    .social-list .menu-item > a[href*="dropbox.com"]::before {
      content: '\f16b'; }
    .social-list .menu-item > a[href*="facebook.com"]::before {
      content: '\f09a'; }
    .social-list .menu-item > a[href*="flickr.com"]::before {
      content: '\f16e'; }
    .social-list .menu-item > a[href*="plus.google.com"]::before {
      content: '\f0d5'; }
    .social-list .menu-item > a[href*="github.com"]::before {
      content: '\f09b'; }
    .social-list .menu-item > a[href*="instagram.com"]::before {
      content: '\f16d'; }
    .social-list .menu-item > a[href*="linkedin.com"]::before {
      content: '\f0e1'; }
    .social-list .menu-item > a[href*="pinterest.com"]::before {
      content: '\f0d2'; }
    .social-list .menu-item > a[href*="getpocket.com"]::before {
      content: '\f265'; }
    .social-list .menu-item > a[href*="reddit.com"]::before {
      content: '\f1a1'; }
    .social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
      content: '\f17e'; }
    .social-list .menu-item > a[href*="stumbleupon.com"]::before {
      content: '\f1a4'; }
    .social-list .menu-item > a[href*="tumblr.com"]::before {
      content: '\f173'; }
    .social-list .menu-item > a[href*="twitter.com"]::before {
      content: '\f099'; }
    .social-list .menu-item > a[href*="vimeo.com"]::before {
      content: '\f27d'; }
    .social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
      content: '\f19a'; }
    .social-list .menu-item > a[href*="youtube.com"]::before {
      content: '\f167'; }
    .social-list .menu-item > a[href*="amazon.com"]::before {
      content: '\f270'; }
    .social-list .menu-item > a[href*="tripadvisor"]::before {
      content: '\f262'; }
    .social-list .menu-item > a[href*="ycombinator.com"]::before {
      content: '\f23b'; }
    .social-list .menu-item > a[href*="xing.com"]::before {
      content: '\f168'; }
    .social-list .menu-item > a[href*="yahoo."]::before {
      content: '\f19e'; }
    .social-list .menu-item > a[href*="vine.co"]::before {
      content: '\f1ca'; }
    .social-list .menu-item > a[href*="weibo.com"]::before {
      content: '\f18a'; }
    .social-list .menu-item > a[href*="trello.com"]::before {
      content: '\f181'; }
    .social-list .menu-item > a[href*="steampowered.com"]::before {
      content: '\f1b6'; }
    .social-list .menu-item > a[href*="soundcloud.com"]::before {
      content: '\f1be'; }
    .social-list .menu-item > a[href*="spotify.com"]::before {
      content: '\f1bc'; }
    .social-list .menu-item > a[href*="stackexchange.com"]::before {
      content: '\f18d'; }
    .social-list .menu-item > a[href*="stackoverflow.com"]::before {
      content: '\f16c'; }
    .social-list .menu-item > a[href*="slideshare.net"]::before {
      content: '\f1e7'; }
    .social-list .menu-item > a[href*="slack.com"]::before {
      content: '\f198'; }
    .social-list .menu-item > a[href*="skyatlas.com"]::before {
      content: '\f216'; }
    .social-list .menu-item > a[href*="last.fm"]::before {
      content: '\f202'; }
    .social-list .menu-item > a[href*="jsfiddle.net"]::before {
      content: '\f1cc'; }
    .social-list .menu-item > a[href*="behance.net"]::before {
      content: '\f1b4'; }
    .social-list .menu-item > a[href*="bitbucket.org"]::before {
      content: '\f171'; }
    .social-list .menu-item > a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    .social-list .menu-item > a[href*="codiepie.com"]::before {
      content: '\f284'; }
    .social-list .menu-item > a[href*="connectdevelop.com"]::before {
      content: '\f20e'; }
    .social-list .menu-item > a[href*="dashcube.com"]::before {
      content: '\f210'; }
    .social-list .menu-item > a[href*="contao.org"]::before {
      content: '\f26d'; }
    .social-list .menu-item > a[href*="delicious.com"]::before {
      content: '\f1a5'; }
    .social-list .menu-item > a[href*="deviantart.com"]::before {
      content: '\f1bd'; }
    .social-list .menu-item > a[href*="vk.com"]::before {
      content: '\f189'; }
    .social-list .menu-item > a::before {
      display: inline-block;
      font-family: 'Font Awesome 6 Brands';
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      font-size: 1.25rem;
      display: block;
      line-height: 1.5em;
      margin: auto; }
      .site-footer:not(.style-2) .social-list .menu-item > a::before {
        font-size: 15px;
        font-size: 0.9375rem; }
      @media (min-width: 768px) {
        .site-header .social-list .menu-item > a::before {
          font-size: 15px;
          font-size: 0.9375rem; } }
      .social-list--text .social-list .menu-item > a::before {
        display: none; }
.social-list--text .menu-item > a::before {
  display: none; }
.social-list .inline-list {
  padding: 0;
  margin: 0;
  list-style: none; }
.social-list .inline-list li + li {
  margin-left: 10px; }
.social-list .inline-list li {
  display: inline-block; }

/* Basic */
.main-navigation {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .main-navigation {
      width: auto; } }
  .main-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .main-navigation .menu {
    display: none; }
  .main-navigation li {
    position: relative;
    text-align: left; }
  .main-navigation a {
    position: relative;
    display: block;
    text-decoration: none; }
  @media (max-width: 767px) {
    .main-navigation ul ul a {
      padding-left: 2rem; }
    .main-navigation ul ul ul a {
      padding-left: 3rem; }
    .main-navigation ul ul ul ul a {
      padding-left: 4rem; }
    .main-navigation ul ul ul ul ul a {
      padding-left: 5rem; }
    .main-navigation ul ul ul ul ul ul a {
      padding-left: 6rem; }
    .main-navigation.toggled .menu {
      display: block; } }
  @media (min-width: 768px) {
    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li.menu-hover > ul {
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }
    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul {
      left: calc(100% + 1px); }
      .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul.inverse-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul.inverse-side {
        left: auto;
        right: calc(100% + 1px); }
    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul {
      top: -26px; }
      .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.in-transition {
        left: calc(100% + 1px); }
      .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.inverse-side.in-transition {
        left: auto;
        right: calc(100% + 1px); }
    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li[hidden] {
      display: none; }
    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul {
      left: -40px; }
      .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul.inverse-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul.inverse-side {
        left: auto;
        right: -10px; }
    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul {
      top: 100%; }
      .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition {
        left: -40px; }
      .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition.inverse-side {
        left: auto;
        right: -10px; }
    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu {
      position: absolute;
      z-index: 999;
      left: -999em;
      opacity: 0;
      visibility: hidden;
      transform: translateY(30px);
      transition-duration: 200ms;
      transition-timing-function: linear;
      transition-property: transform, opacity, visibility; }
    .main-navigation:not(.vertical-menu) .menu {
      display: flex;
      flex-wrap: wrap;
      position: static; }
      .main-navigation:not(.vertical-menu) .menu > li {
        display: flex;
        align-items: flex-start; }
    .main-navigation:not(.vertical-menu) .menu .sub-menu {
      margin: 0;
      box-shadow: 0 2px 12px rgba(136, 136, 136, 0.26); }
    .main-navigation:not(.vertical-menu) .menu > li[hidden] {
      display: none; }
    .main-navigation:not(.vertical-menu) .menu > li > .sub-menu {
      margin-top: 20px; }
      .main-navigation:not(.vertical-menu) .menu > li > .sub-menu:before {
        content: '';
        position: absolute;
        height: 20px;
        width: 100%;
        bottom: 100%;
        left: 0; }
    .main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu li a:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 2px;
      bottom: 0;
      top: 0;
      right: calc(100% - 0.5px); }
    .main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu.inverse-side li a:before {
      right: auto;
      left: calc(100% - 0.5px); } }

/* Skin */
@media (max-width: 767px) {
  .main-navigation.mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    transform: translateX(-100%);
    transition: transform .2s linear;
    padding-top: 60px;
    margin: 0;
    width: 100%;
    height: 100vh; }
    .admin-bar .main-navigation.mobile-menu {
      padding-top: 105px; }
    .main-navigation.mobile-menu > .menu {
      max-height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
    .main-navigation.mobile-menu.animate {
      transition: transform .2s linear; }
    .main-navigation.mobile-menu.show {
      transform: translateX(0); }
    .main-navigation.mobile-menu > .menu {
      display: block; }
      .main-navigation.mobile-menu > .menu > li:first-child {
        margin-top: 20px; } }
.main-navigation a {
  padding: 5px 0;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 400; }
@media (min-width: 768px) {
  .main-navigation .menu {
    margin-left: -18px;
    margin-right: -18px; }
    .main-navigation .menu > li {
      margin-left: 18px;
      margin-right: 18px; } }
@media (min-width: 768px) {
  .main-navigation .menu > li > a {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem; } }
@media (max-width: 767px) {
  .main-navigation .menu > li > a {
    padding-left: 10px; } }
@media (max-width: 767px) {
  .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) a {
    padding-right: 65px; } }
@media (min-width: 768px) {
  .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a {
    padding-right: 15px; }
    .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a::after {
      /* Marker (level 1) */
      content: "\f107";
      display: inline-block;
      font-family: 'Font Awesome 6 Free';
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      top: 7px;
      right: 0;
      display: none;
      color: #F02863 !important;
      font-weight: bold; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a::after {
        display: inline-block; } }

.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
  /* Active and hover state (level 1) */ }
@media (min-width: 768px) {
  .main-navigation .menu > li {
    margin-left: 12px;
    margin-right: 12px;
    position: relative; }
    .default .main-navigation .menu > li:before, .style-5 .main-navigation .menu > li:before, .style-4 .main-navigation .menu > li:before, .style-2 .main-navigation .menu > li:before, .style-6 .main-navigation .menu > li:before {
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      top: -20px;
      display: inline-block;
      height: 3px;
      transition: 0.3s cubic-bezier(0.77, -0.315, 0.39, 1.325); }
    .style-2 .main-navigation .menu > li:before {
      top: -21px; }
    .style-6 .main-navigation .menu > li:before {
      top: -10px; }
    .main-navigation .menu > li:hover:before {
      left: 0;
      right: 0; } }
@media (min-width: 768px) {
  .main-navigation .sub-menu {
    padding: 15px 0; }
    .main-navigation .sub-menu > li > a {
      width: 155px;
      padding-left: 20px; } }
@media (min-width: 768px) {
  .main-navigation .sub-menu li.menu-item-has-children > a:after {
    /* Marker (level 2, 3, ..., N) */
    content: '\e93c';
    right: 10px;
    top: 50%;
    transform: translateY(-50%); } }
@media (min-width: 768px) {
  .main-navigation .sub-menu > li > a {
    width: 220px;
    padding: 4px 30px 4px 35px; } }
@media (min-width: 768px) {
  .main-navigation .sub-menu a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: normal;
    text-transform: capitalize; } }
.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a {
  /* Active and hover state (level 2, 3, ..., N) */ }
.main-navigation a::after {
  /* Marker style */
  cursor: pointer;
  position: absolute;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem; }
@media (min-width: 768px) {
  .main-navigation:not(.vertical-menu) .menu > li > .sub-menu {
    margin-top: 14px; } }

/* Menu items description */
.menu-item__desc {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .menu > li > a > .menu-item__desc {
      text-align: center; } }

/* Mobile style */
.mobile-menu .menu {
  transform: none !important; }
.admin-bar .mobile-menu {
  top: 46px; }
@media (max-width: 767px) {
  .mobile-menu .sub-menu-toggle {
    display: block; }
  .mobile-menu .menu-item-has-children > .sub-menu {
    display: none; }
  .mobile-menu .sub-menu-open > .sub-menu {
    display: block; } }

@media (max-width: 767px) {
  html.mobile-menu-active,
  html.mobile-menu-active body {
    overflow: hidden; } }

.sub-menu-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 995;
  border: 0;
  padding: 15px 22px;
  cursor: pointer;
  transform: translateY(-50%); }
  .sub-menu-toggle:before {
    content: '\e93a';
    font-family: 'Linearicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-size: 1.125rem; }
  .sub-menu-toggle.active:before {
    content: '\e939'; }

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

.after-content-full-width-area {
  margin-left: 0px !important;
  margin-right: 0px !important; }
  .after-content-full-width-area #newsmaker_widget_subscribe_follow-2 {
    padding: 0px; }
    .after-content-full-width-area #newsmaker_widget_subscribe_follow-2 .subscribe-follow__wrap {
      padding: 0px; }

#menu-after-content-fullwidth-area-menu {
  padding-left: 0px; }
  #menu-after-content-fullwidth-area-menu li a {
    text-decoration: none; }

.sidebar .fl-module-content {
  margin-top: 0px;
  margin-right: 0px; }

.allposts .news-smart-box__item-title {
  font-size: 18px; }

.post__date {
  padding-left: 10px;
  padding-right: 10px; }
  .post__date:before {
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    margin-right: 4px;
    font-size: 16px;
    vertical-align: text-bottom;
    height: 20px; }

.widget-fpblock__item {
  position: relative; }
  .widget-fpblock__item .post-thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    .widget-fpblock__item .post-thumbnail img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      height: 100%; }
  .widget-fpblock__item .entry-meta, .widget-fpblock__item .widget-fpblock__item-title {
    z-index: 1000; }
  .widget-fpblock__item .entry-meta {
    margin-top: 30px; }
  .widget-fpblock__item .widget-fpblock__item-title {
    margin-top: 0px;
    margin-bottom: 0px; }
  .widget-fpblock__item .widget-fpblock__item-inner {
    width: 100%;
    margin-top: 30px;
    padding: 60px 70px 25px 32px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent; }

.fl-photo-content a img {
  display: inline-block;
  vertical-align: top; }

.widget-banner__link {
  display: inline-block; }

.fl-photo-content a {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: visible;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  will-change: transform;
  display: block; }
  .fl-photo-content a:before {
    opacity: 0.15;
    -webkit-transform: translate(-6px, -0.03em) scale(1.01, 1.01);
    -ms-transform: translate(-6px, -0.03em) scale(1.01, 1.01);
    transform: translate(-6px, -0.03em) scale(1.01, 1.01);
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0.475, 0.105, 0.655);
    -o-transition: all 0.4s cubic-bezier(0.6, 0.475, 0.105, 0.655);
    transition: all 0.4s cubic-bezier(0.6, 0.475, 0.105, 0.655);
    background-color: #ee2862;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0em) scale(1, 1);
    -ms-transform: translate(0, 0em) scale(1, 1);
    transform: translate(0, 0em) scale(1, 1);
    z-index: -1; }

.fl-photo-content a:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 2px 2px 12px rgba(136, 136, 136, 0.26);
  box-shadow: 2px 2px 12px rgba(136, 136, 136, 0.26); }
  .fl-photo-content a:hover img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-13px, -0.5em) scale(1.01, 1.01);
    -ms-transform: translate(-13px, -0.5em) scale(1.01, 1.01);
    transform: translate(-13px, -0.5em) scale(1.01, 1.01); }

.btn {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 12px 21px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 0; }

.btn:hover {
  text-decoration: none; }

.btn:active {
  outline: 0;
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px; }

.btn-fullwidth {
  width: 100%; }

.btn.btn-default {
  background-color: transparent;
  border-color: #E0E0E2; }

#newsmaker_widget_carousel-1 .bx-viewport {
  max-height: 535px !important; }

.news-smart-box__navigation-terms-list-item.is_active {
  color: #ee2862 !important; }

.news-smart-box__item, .footer-area aside, .related-post, #sidebar, #primery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fl-post-carousel .fl-post-carousel-post .fl-post-carousel-text .fl-post-carousel-title > a:hover {
  color: #ee2862; }

a {
  text-decoration: none !important; }

.footer-area--3-cols .widget_media_image img {
  max-width: 150px; }

.site-footer .footer-area {
  padding-bottom: 0px !important; }

.site-footer .notpadding {
  padding-top: 0px !important; }

@media (min-width: 992px) {
  .border_left {
        border-left: 1px solid #e3e3e3; } }

.comment-form .submit, .wpcf7-submit, .post-password-form label + input {
  color: #ffffff;
  background-color: #ee2862;
  border-color: #ee2862; }

.comment-form .submit {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 0;
  font-weight: 600;
  padding: 12px 21px; }

.post-author__holder.clear {
  display: flex; }

.site-content_wrap .wp-caption, .site-content_wrap img {
  width: 100%;
  max-width: 100% !important; }

.site-content_wrap {
  margin-top: 5em; }

@media (max-width: 767px) {
  .fl-module-post-carousel .bx-wrapper {
    margin: 0 auto 0px !important; }

  .widget-news-smart-box .news-smart-box__wrapper {
    margin-top: 0px !important; }

  iframe {
    width: 100%; } }
.wp-social-login-widget img {
  width: auto !important; }

.les_articles .post-thumbnail {
  margin: 0px !important; }
.les_articles .widget-fpblock__item-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5); }

blockquote {
  background-color: transparent !important;
  border-left: 7px solid #ee2862;
  font-weight: bold !important;
  margin: 40px 0;
  padding: 0 1.25rem; }

.vertical-menu + * .site-logo {
  padding-left: 14px; }

.widget-title {
  margin-top: 0px;
  margin-bottom: 15px; }

.site-header {
  margin-top: 60px;
  border-bottom: 2px solid; }
  .home .site-header {
    border: none; }
  @media (min-width: 768px) {
    .site-header {
      margin-top: 0;
      position: relative; } }
  .site-header .btn-default.header-btn {
    border: none;
    padding: 4px;
    background-color: transparent;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
    font-weight: 600;
    align-self: center; }
    .site-header .btn-default.header-btn:hover, .site-header .btn-default.header-btn:active {
      background-color: transparent;
      box-shadow: none; }
    .site-header .btn-default.header-btn:before {
      content: '\f007';
      display: inline-block;
      font-family: 'Font Awesome 6 Free';
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 5px; }

.header-container {
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .header-container {
      padding: 10px 0; } }
  @media (min-width: 768px) {
    .style-6 .header-container {
      padding: 40px 0 30px; } }
  @media (min-width: 768px) {
    .style-3 .header-container, .style-7 .header-container {
      padding: 30px 0; } }
  .header-layout-boxed .site-header.style-4 .header-container:after, .header-layout-boxed .site-header.default .header-container:after {
    left: 1.25rem;
    right: 1.25rem; }
  .site-header:not(.style-5) .header-container.transparent {
    position: absolute;
    left: 0;
    right: 0;
    background: none;
    z-index: 90; }

.header-container__flex {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
  align-items: center; }
  @media (min-width: 768px) {
    .header-container__flex {
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      .header-container__flex > * {
        margin-left: 15px;
        margin-right: 15px; } }
  @media (min-width: 992px) {
    .site-header.default .header-container__flex, .site-header.style-5 .header-container__flex {
      flex-wrap: nowrap; } }
  @media (min-width: 1200px) {
    .site-header.style-4 .header-container__flex {
      flex-wrap: nowrap; } }
  @media (min-width: 768px) {
    .site-header.style-2 .header-container__bottom .header-container__flex, .site-header.style-3 .header-container__flex {
      flex-wrap: nowrap; } }
  @media (min-width: 768px) {
    .header-container__flex .site-branding, .header-container__flex .main-navigation {
      visibility: visible;
      opacity: 1;
      transition: all .3s ease-out; }
      .site-header.search-active:not(.style-3, .style-2, .style-4) .header-container__flex .site-branding,
      .site-header.search-active:not(.style-3, .style-2, .style-4) .header-container__flex .main-navigation {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px); } }

@media (min-width: 768px) {
  .site-header.style-3 .header-container_wrap, .site-header.style-7 .header-container_wrap,
  .site-header.style-3 .top-panel__container, .site-header.style-7 .top-panel__container {
    max-width: inherit; } }

.header-elements-wrap {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .header-elements-wrap {
      flex-flow: row wrap; } }
  @media (min-width: 768px) {
    .header-elements-wrap > *:not(:last-child) {
      margin-right: 25px; } }
  @media (min-width: 1200px) {
    .header-elements-wrap > *:not(:last-child) {
      margin-right: 50px; } }

.header-icons {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .header-icons > *:not(.header-btn) {
    padding-left: 15px;
    padding-right: 15px; }
    .header-icons > *:not(.header-btn):first-child {
      padding-left: 0; }
    .header-icons > *:not(.header-btn):last-child {
      padding-right: 0; }
  @media (min-width: 768px) {
    .header-icons .header-btn {
      margin-left: 25px; } }
  .header-icons.divider > * + * {
    border-left: 1px solid #e3e3e3; }
    .invert .header-icons.divider > * + * {
      border-color: rgba(227, 227, 227, 0.2); }
  .header-icons.divider > *:not(.header-btn) {
    padding-left: 20px;
    padding-right: 20px; }
    .header-icons.divider > *:not(.header-btn):first-child {
      padding-left: 0; }
    .header-icons.divider > *:not(.header-btn):last-child {
      padding-right: 0; }

.header-container .header-search {
  transition: border-color .3s linear;
  order: 4;
  margin-top: 12px; }
  .site-header.search-active:not(.style-3, .style-2, .style-4) .header-container .header-search {
    transition: border-color .1s linear;
    border-color: transparent; }

@media (max-width: 767px) {
  .top-panel .site-header-cart, .header-container .site-header-cart,
  .top-panel .vertical-menu-toggle, .header-container .vertical-menu-toggle,
  .top-panel .header-search, .header-container .header-search {
    display: none; } }

@media (min-width: 768px) {
  .top_mobile {
    display: none; } }

@media (min-width: 768px) {
  .site-header.default .header-container.header-btn-visibility {
    padding: 9px 0; } }
.site-header.default .site-branding,
.site-header.default .header-btn {
  flex: 0 0 auto; }
@media (min-width: 768px) {
  .site-header.default .site-branding,
  .site-header.default .main-navigation {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media (min-width: 768px) {
  .site-header.default .site-branding {
    order: 1; } }
@media (min-width: 768px) {
  .site-header.default .main-navigation {
    order: 7;
    width: 100%; } }
@media (min-width: 992px) {
  .site-header.default .main-navigation {
    order: 3; }
    .site-header.default .main-navigation .menu {
      justify-content: center; } }
@media (min-width: 992px) {
  .site-header.default .main-navigation:last-child .menu {
    justify-content: flex-end; } }
.site-header.default .header-btn {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .site-header.default .header-btn {
      margin-top: 10px;
      margin-bottom: 10px;
      order: 5; } }
@media (min-width: 992px) {
  .site-header.default .main-navigation .menu {
    justify-content: flex-end; } }

.site-header.style-2 .site-branding,
.site-header.style-2 .header-btn {
  flex: 0 0 auto; }
@media (min-width: 768px) {
  .site-header.style-2 .header-container__flex {
    align-items: center; } }
@media (min-width: 768px) {
  .site-header.style-2 .site-branding,
  .site-header.style-2 .header-elements-wrap > * {
    margin-bottom: 19.5px; } }
.site-header.style-2 .contact-block {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .site-header.style-2 .contact-block {
      margin-top: 0; } }
.site-header.style-2 .header-btn {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .site-header.style-2 .header-btn {
      margin-top: 0; } }
@media (min-width: 768px) {
  .site-header.style-2 .main-navigation {
    flex: 1; } }
@media (min-width: 768px) {
  .site-header.style-2 .header-container__bottom {
    padding-top: 19.5px;
    position: relative; }
    .site-header.style-2 .header-container__bottom:before {
      content: '';
      position: absolute;
      top: 0;
      width: 9999em;
      border-top: 1px solid #e3e3e3;
      left: -50%; }
      .header-layout-boxed .site-header.style-2 .header-container__bottom:before {
        width: 100%;
        left: 0; } }
@media (min-width: 768px) {
  .site-header.style-2 .header-container.invert .header-container__bottom:before {
    border-color: rgba(227, 227, 227, 0.2); } }
@media (min-width: 768px) {
  .site-header.style-2 .main-navigation,
  .site-header.style-2 .header-icons > *:not(.header-search) {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out; } }
@media (min-width: 768px) {
  .site-header.style-2.search-active .main-navigation,
  .site-header.style-2.search-active .header-icons > *:not(.header-search) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px); } }

@media (min-width: 768px) {
  .site-header.style-3 .site-branding,
  .site-header.style-3 .header-icons > *:not(.header-search) {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out; } }
@media (min-width: 768px) {
  .site-header.style-3.search-active .site-branding,
  .site-header.style-3.search-active .header-icons > *:not(.header-search) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px); } }
.site-header.style-3 .site-branding,
.site-header.style-3 .header-btn {
  flex: 0 0 auto; }
.site-header.style-3 .main-navigation {
  margin: 0; }
.site-header.style-3 .header-btn {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .site-header.style-3 .header-btn {
      margin-top: 0; } }

.site-header.style-4 .site-branding,
.site-header.style-4 .header-btn {
  flex: 0 0 auto; }
@media (min-width: 768px) {
  .site-header.style-4 .header-container.header-btn-visibility {
    padding: 5px 0; } }
@media (min-width: 768px) {
  .site-header.style-4 .site-branding,
  .site-header.style-4 .main-navigation,
  .site-header.style-4 .header-icons {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media (min-width: 768px) {
  .site-header.style-4 .site-branding {
    order: 1; } }
@media (min-width: 768px) {
  .site-header.style-4 .main-navigation {
    width: 100%;
    order: 9; } }
@media (min-width: 1200px) {
  .site-header.style-4 .main-navigation {
    order: 3; }
    .site-header.style-4 .main-navigation .menu {
      justify-content: center; } }
@media (min-width: 1200px) {
  .site-header.style-4 .main-navigation:last-child .menu {
    justify-content: flex-end; } }
@media (min-width: 768px) {
  .site-header.style-4 .header-icons {
    order: 5;
    margin-left: auto; } }
@media (min-width: 1200px) {
  .site-header.style-4 .header-icons {
    margin-left: 15px; } }
.site-header.style-4 .header-btn {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .site-header.style-4 .header-btn {
      margin-top: 10px;
      margin-bottom: 10px;
      order: 7; } }
@media (min-width: 768px) {
  .site-header.style-4 .site-branding,
  .site-header.style-4 .main-navigation,
  .site-header.style-4 .header-btn,
  .site-header.style-4 .header-icons > *:not(.header-search) {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out; } }
@media (min-width: 768px) {
  .site-header.style-4.search-active .site-branding,
  .site-header.style-4.search-active .main-navigation,
  .site-header.style-4.search-active .header-btn,
  .site-header.style-4.search-active .header-icons > *:not(.header-search) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px); } }

.site-header.style-6 .site-branding {
  text-align: center; }
@media (min-width: 768px) {
  .site-header.style-6 .main-navigation {
    width: 100%;
    margin-top: 20px; }
    .site-header.style-6 .main-navigation .menu {
      justify-content: center; } }
.site-header.style-6 .header-btn {
  margin-top: 25px; }
  @media (min-width: 992px) {
    .site-header.style-6 .header-btn {
      margin-top: 0; } }
.site-header.style-6 .header-btn-wrap {
  text-align: center; }
  @media (min-width: 992px) {
    .site-header.style-6 .header-btn-wrap {
      text-align: right; } }

.site-header.style-7 .site-branding {
  text-align: center; }
.site-header.style-7 .main-navigation {
  margin: 0; }
.site-header.style-7 .header-btn-wrap {
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.style-7 .header-btn-wrap {
      text-align: right; } }
.site-header.style-7 .header-btn {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .site-header.style-7 .header-btn {
      margin-top: 0; } }

@media (max-width: 767px) {
  .top-panel__container {
    max-width: inherit; } }
.site-header.transparent .top-panel__container > *:last-child {
  border-bottom: none; }
.top-panel__top, .top-panel__bottom {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 767px) {
    .top-panel__top, .top-panel__bottom {
      margin: 0 -1.25rem;
      padding: 4px 0; } }
  @media (min-width: 768px) {
    .top-panel__top, .top-panel__bottom {
      flex-direction: row;
      flex-wrap: wrap;
      padding: 7.5px 0; } }
@media (min-width: 768px) {
  .top-panel__bottom {
    padding: 7.5px 0; } }
@media (max-width: 767px) {
  .top-panel__bottom > * {
    margin-top: 5px;
    margin-bottom: 5px; } }
.top-panel__left, .top-panel__right {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .top-panel__left, .top-panel__right {
      flex-direction: row;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      .top-panel__left > *, .top-panel__right > * {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1200px) {
    .top-panel__left, .top-panel__right {
      margin-left: -25px;
      margin-right: -25px; }
      .top-panel__left > *, .top-panel__right > * {
        padding-left: 25px;
        padding-right: 25px; } }
  .top-panel__left > *, .top-panel__right > * {
    margin-top: 5px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .top-panel__left > *, .top-panel__right > * {
        margin-top: 0;
        margin-bottom: 0; } }
  .top-panel__left .cherry-popups-logout-link,
  .top-panel__left .cherry-popups-login-link, .top-panel__right .cherry-popups-logout-link,
  .top-panel__right .cherry-popups-login-link {
    position: relative; }
    .top-panel__left .cherry-popups-logout-link:before,
    .top-panel__left .cherry-popups-login-link:before, .top-panel__right .cherry-popups-logout-link:before,
    .top-panel__right .cherry-popups-login-link:before {
      display: inline-block;
      font-family: 'Font Awesome 6 Free';
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f2c0 ';
      position: absolute;
      top: 1px;
      left: 1px; }
      @media (max-width: 767px) {
        .top-panel__left .cherry-popups-logout-link:before,
        .top-panel__left .cherry-popups-login-link:before, .top-panel__right .cherry-popups-logout-link:before,
        .top-panel__right .cherry-popups-login-link:before {
          left: -15px; } }
@media (min-width: 768px) {
  .top-panel__left:not(:only-child) {
    margin-right: 0; } }
.top-panel__message {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.site-logo {
  margin: 0;
  line-height: 1; }
  .site-logo__link {
    text-decoration: none;
    line-height: 1; }
    .site-logo h1 {
      margin-top: 0;
      margin-bottom: 0; }
.site-description {
  font-size: 12px;
  font-size: 0.75rem; }
  .site-header.style-6 .site-description, .site-header.style-7 .site-description {
    text-align: center; }

.site-footer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.714285; }
  .site-footer .footer-area {
    padding: 44px 0 49px; }
  .site-footer .widget {
    margin-bottom: 38px; }
  .site-footer .widget-custom-posts .custom-posts__holder {
    margin-bottom: 0; }
  .site-footer.style-2 .footer-container {
    padding-top: 70px;
    padding-bottom: 70px; }

.footer-container {
  padding: 0; }
  .footer-container:first-child {
    padding-top: 0; }

.site-info .footer-logo,
.site-info .social-list,
.site-info .footer-menu,
.site-info .footer-copyright {
  margin-top: 10px;
  margin-bottom: 10px; }

.site-footer.default .site-info-wrap, .site-footer.default .site-info__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center; }
  @media (min-width: 992px) {
    .site-footer.default .site-info-wrap, .site-footer.default .site-info__bottom {
      justify-content: space-between; } }
  .site-footer.default .site-info-wrap > *, .site-footer.default .site-info__bottom > * {
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .site-footer.default .site-info-wrap > *, .site-footer.default .site-info__bottom > * {
        text-align: left;
        width: auto; } }
.site-footer.default .site-info-wrap {
  margin-left: -15px;
  margin-right: -15px; }
  .site-footer.default .site-info-wrap > * {
    margin-left: 15px;
    margin-right: 15px; }
@media (min-width: 992px) {
  .site-footer.default .site-info__bottom > *:not(:last-child) {
    margin-right: 30px; } }
.site-footer.default .site-info .footer-logo ~ .site-info__bottom,
.site-footer.default .site-info .footer-menu ~ .site-info__bottom,
.site-footer.default .site-info .footer-logo + .footer-menu + .footer-copyright {
  margin-top: 30px;
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  order: 4;
  position: relative;
  border-top: 1px solid #e3e3e3; }
.site-footer.default .site-info .footer-logo + .footer-menu + .footer-copyright {
  padding-top: 25px; }

.site-footer.style-2 .footer-container {
  padding-top: 50px;
  padding-bottom: 50px; }
.site-footer.style-2 .site-info {
  text-align: center; }
  .site-footer.style-2 .site-info > * + * {
    margin-top: 30px; }
  .site-footer.style-2 .site-info > * + .social-list {
    margin: 15px 0; }
  .site-footer.style-2 .site-info > * + .footer-copyright {
    margin: 55px 0 0; }

.footer-style-2 .after-content-full-width-area .menu {
  justify-content: center; }

.full-width-header-area .subscribe-follow__wrap,
.after-content-full-width-area .subscribe-follow__wrap,
.before-content-area .subscribe-follow__wrap,
.after-content-area .subscribe-follow__wrap {
  text-align: center; }

.full-width-header-area .subscribe-follow__wrap .subscribe-block__messages,
.after-content-full-width-area .subscribe-follow__wrap .subscribe-block__messages,
.before-content-area .subscribe-follow__wrap .subscribe-block__messages,
.after-content-area .subscribe-follow__wrap .subscribe-block__messages {
  text-align: left; }

.full-width-header-area .subscribe-follow__wrap .follow-block,
.full-width-header-area .subscribe-follow__wrap .subscribe-block,
.after-content-full-width-area .subscribe-follow__wrap .follow-block,
.after-content-full-width-area .subscribe-follow__wrap .subscribe-block,
.before-content-area .subscribe-follow__wrap .follow-block,
.before-content-area .subscribe-follow__wrap .subscribe-block,
.after-content-area .subscribe-follow__wrap .follow-block,
.after-content-area .subscribe-follow__wrap .subscribe-block {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  padding-bottom: 57px; }

.subscribe-follow__wrap .follow-block {
  text-align: center;
  border: none;
  padding: 20px; }

.site-footer .subscribe-follow__wrap .follow-block {
  border: none; }

.subscribe-follow__wrap .follow-block .social-list .social-list__items .menu-item {
  padding-left: 6px;
  padding-right: 6px; }

.subscribe-follow__wrap .follow-block .social-list .social-list__items .menu-item a:before {
  font-size: 14px;
  font-size: 0.875rem; }

.before-loop-area .subscribe-follow__wrap,
.after-loop-area .subscribe-follow__wrap {
  text-align: center; }

.follow-block__message {
  margin-bottom: 2em; }

.full-width-header-area .subscribe-block__form,
.after-content-full-width-area .subscribe-block__form,
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_widget_area .subscribe-block__form {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto; }

.follow-block + .subscribe-block {
  margin-top: 0; }

.subscribe-block__input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -5px -5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 767px) {
  .subscribe-block__input-group {
    padding: 0 15px; }

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: inherit; }

  .border_left {
    border: 0px; }

  form:not(.fl-builder-settings) textarea, form.frm-show-form textarea {
    width: auto !important; }

  .sidebar.col-lg-4 .fl-module-content {
    margin-left: 0px; }

  .footer-area.widget-area .widget-title {
    margin-top: 10px; }

  .menu-after-content-fullwidth-area-menu-container ul > li:last-child {
    bottom: 0px !important;
    top: inherit !important; } }
.subscribe-block__input-wrap {
  position: relative;
  min-width: 280px;
  max-width: 300px; }

@media (max-width: 991px) {
  .subscribe-block__input-wrap {
    min-width: 100%;
    max-width: 100%; } }
.subscribe-block__input-wrap i {
  display: none; }

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .subscribe-block__input-wrap {
    -webkit-box-flex: 5;
    -webkit-flex: 5 1 150px;
    -ms-flex: 5 1 150px;
    flex: 5 1 150px;
    min-width: 150px; } }
.subscribe-block__input[type='email'] {
  width: 100%;
  min-width: 50px;
  max-width: 100%; }

i + .subscribe-block__input[type='email'] {
  padding-left: 20px; }

@media (min-width: 768px) {
  i + .subscribe-block__input[type='email'] {
    padding-left: 20px; } }
.sidebar i + .subscribe-block__input[type='email'] {
  text-align: center; }

@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar i + .subscribe-block__input[type='email'] {
    padding-left: 20px; } }
@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 i + .subscribe-block__input[type='email'] {
    padding-left: 20px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) i + .subscribe-block__input[type='email'],
  .tm_pb_column_1_4 i + .subscribe-block__input[type='email'] {
    padding-left: 20px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar i + .subscribe-block__input[type='email'] {
    padding-left: 20px;
    padding-right: 10px; } }
.subscribe-block__input[type='email'].error {
  border-color: #FF596D; }

.subscribe-block__submit {
  margin-left: 5px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (max-width: 991px) {
  .subscribe-block__submit {
    margin-left: 0;
    margin-top: 5px; } }
@media (max-width: 991px) {
  .subscribe-block__submit {
    width: 100%; } }
@media (max-width: 543px) {
  .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .subscribe-block__submit,
  .tm_pb_column_1_4 .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px; } }
.subscribe-block__message {
  font-size: 18px;
  margin-bottom: 29px; }

.subscribe-block__error, .subscribe-block__success {
  margin-top: 5px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-style: italic; }

@media (max-width: 767px) {
  .subscribe-block__error, .subscribe-block__success {
    margin-left: 15px; } }
.subscribe-block__error {
  color: #FF596D; }

.subscribe-block__success {
  color: #2FD3AE; }

@media (min-width: 768px) {
  .subscribe-block i + .subscribe-block__input[type=email] {
    padding-left: 15px;
    border-width: 1px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) i + .subscribe-block__input[type=email],
  .tm_pb_column_1_4 i + .subscribe-block__input[type=email] {
    padding-left: 20px; } }
.sidebar .widget-subscribe {
  border-top: none; }

.sidebar .widget-subscribe .subscribe-block {
  text-align: center;
  padding: 55px 35px;
  border: 2px solid #ECECEE;
  color: #fff; }

.sidebar .widget-subscribe .subscribe-block__input-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 992px) {
  .sidebar .widget-subscribe .subscribe-block__input-group {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }
.sidebar .widget-subscribe .subscribe-block__input-wrap {
  margin: 0; }

.sidebar .widget-subscribe .subscribe-block__input-group {
  margin: 0; }

.sidebar .widget-subscribe .subscribe-block__submit {
  margin: 10px 0 0;
  max-width: 300px; }

@media (max-width: 991px) {
  .sidebar .widget-subscribe .subscribe-block__submit {
    min-width: 100%;
    max-width: 100%; } }
.sidebar .widget-subscribe .subscribe-block__message {
  margin-bottom: 24px; }

.sidebar .widget-subscribe .subscribe-block .widget-title {
  margin-bottom: 10px; }

.sidebar .widget-subscribe .subscribe-block .widget-title:before {
  content: '\f003';
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 10px; }

.sidebar-fol .widget-subscribe .follow-block .widget-title {
  margin-bottom: 5px; }

/*--------------------------------------------------------------
### Widget areas
--------------------------------------------------------------*/
.before-loop-area {
  padding-bottom: 3px; }

.after-content-full-width-area .widget,
.after-content-full-width-area .widget .subscribe-follow__wrap,
.full-width-header-area .widget,
.full-width-header-area .widget .subscribe-follow__wrap {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.after-content-full-width-area {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }

.after-content-full-width-area .widget,
.after-content-full-width-area .widget:last-child {
  margin-bottom: 0; }

.after-content-full-width-area .menu-after-content-fullwidth-area-menu-container {
  margin-left: auto;
  margin-right: auto; }

.after-content-full-width-area .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 13px 1.25rem;
  font-size: 12px;
  text-transform: uppercase; }

.after-content-full-width-area .menu li {
  margin: 7px; }

.sidebar .custom-posts .post-inner .post__cats {
  margin-top: 3px; }

.footer-area.widget-area .widget-custom-posts .post-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.footer-area.widget-area .widget-custom-posts .post-inner .post-thumbnail {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-right: 20px;
  margin-bottom: 5px; }

.footer-area.widget-area .widget-custom-posts .post-inner .post__cats {
  left: 20px;
  right: 20px; }

.blog-grid-3-cols.position-one-right-sidebar .entry-footer,
.blog-grid-3-cols.position-one-left-sidebar .entry-footer,
.blog-masonry-3-cols.position-one-right-sidebar .entry-footer,
.blog-masonry-3-cols.position-one-left-sidebar .entry-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.posts-list:not(.posts-list--default) .entry-content > :first-child,
.posts-list:not(.posts-list--default) .entry-summary > :first-child,
.search.search-results .entry-content > :first-child,
.search.search-results .entry-summary > :first-child {
  margin-top: 0; }

.widget ul {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  margin-left: 0;
  list-style: none; }

.widget ul li + li,
.widget ul li > ul li,
.widget ul li > ol li {
  margin-top: 6px; }

.widget ul li > ul {
  margin-left: 10px; }

.after-content-area .widget:last-child {
  margin-bottom: 28px; }

.widget + .widget {
  padding-top: 5px; }

.widget-banner.widget {
  border-top: none;
  padding-top: 40px; }

.before-loop-area .widget-banner.widget {
  margin-bottom: 57px; }

.sidebar .widget-banner.widget {
  padding-top: 26px;
  margin-bottom: 20px; }

.widget-banner.widget .widget-banner__link {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: visible;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  will-change: transform; }

.widget-banner.widget .widget-banner__link img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform; }

.widget-banner.widget .widget-banner__link:hover img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-13px, -0.5em) scale(1.01, 1.01);
  -ms-transform: translate(-13px, -0.5em) scale(1.01, 1.01);
  transform: translate(-13px, -0.5em) scale(1.01, 1.01); }

.widget-banner.widget .widget-banner__link:after, .widget-banner.widget .widget-banner__link:before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0em) scale(1, 1);
  -ms-transform: translate(0, 0em) scale(1, 1);
  transform: translate(0, 0em) scale(1, 1);
  z-index: -1; }

.widget-banner.widget .widget-banner__link:after {
  opacity: 0.2;
  -webkit-transition: all 0.2s cubic-bezier(0.9, 0.675, 0.205, 0.955);
  -o-transition: all 0.2s cubic-bezier(0.9, 0.675, 0.205, 0.955);
  transition: all 0.2s cubic-bezier(0.9, 0.675, 0.205, 0.955); }

.widget-banner.widget .widget-banner__link:before {
  opacity: 0.2;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.675, 0.205, 0.955);
  -o-transition: all 0.4s cubic-bezier(0.9, 0.675, 0.205, 0.955);
  transition: all 0.4s cubic-bezier(0.9, 0.675, 0.205, 0.955); }

.widget-banner.widget .widget-banner__link:hover:before {
  opacity: 0.15;
  -webkit-transform: translate(-6px, -0.03em) scale(1.01, 1.01);
  -ms-transform: translate(-6px, -0.03em) scale(1.01, 1.01);
  transform: translate(-6px, -0.03em) scale(1.01, 1.01);
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0.475, 0.105, 0.655);
  -o-transition: all 0.4s cubic-bezier(0.6, 0.475, 0.105, 0.655);
  transition: all 0.4s cubic-bezier(0.6, 0.475, 0.105, 0.655); }

.widget-banner.widget .widget-banner__link:hover:after {
  -webkit-transform: translate(-1px, 0.3em) scale(1.01, 1.01);
  -ms-transform: translate(-1px, 0.3em) scale(1.01, 1.01);
  transform: translate(-1px, 0.3em) scale(1.01, 1.01);
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.475, 0.105, 0.655);
  -o-transition: all 0.5s cubic-bezier(0.6, 0.475, 0.105, 0.655);
  transition: all 0.5s cubic-bezier(0.6, 0.475, 0.105, 0.655); }

.full-width-header-area .widget + .widget,
.after-content-full-width-area .widget + .widget {
  padding-top: 0;
  border-top: none; }

.full-width-header-area .widget {
  margin-bottom: 60px; }

.before-loop-area .widget {
  margin-bottom: 30px; }

.widget-title {
  text-transform: uppercase;
  margin-bottom: 15px; }

.sidebar .widget {
  margin-bottom: 60px; }

.footer-area:not(.footer-area--fullwidth) .widget {
  font-size: 16px;
  font-size: 1rem; }

.footer-area .widget {
  padding-top: 0; }

.footer-area .widget-title {
  margin-bottom: 10px; }

.footer-area .widget_text p {
  margin-bottom: 14px;
  padding-right: 85px;
  font-size: 14px; }

@media (max-width: 991px) {
  .footer-area .widget_text p {
    padding-right: 15px; } }
.footer-area .widget_text a[href^="mailto:"] {
  text-decoration: underline; }

/*--------------------------------------------------------------
## Widget Categories
--------------------------------------------------------------*/
.widget_archive,
.widget_categories {
  letter-spacing: .2em; }

.widget_archive li a:hover,
.widget_categories li a:hover {
  text-decoration: underline; }

.sidebar .widget_archive select {
  width: 100%; }

.widget_categories,
.widget_archive {
  letter-spacing: .2em; }

.widget_categories > ul > li,
.widget_archive > ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  display: block; }

.widget_categories > ul > li + li,
.widget_archive > ul > li + li {
  margin-top: 0;
  border-top: 1px solid #e3e3e3; }

.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child {
  border-top: none; }

.widget_categories > ul > li:last-child,
.widget_archive > ul > li:last-child {
  border-bottom: none; }

.widget_categories ul li,
.widget_archive ul li {
  text-align: right;
  display: block;
  overflow: hidden; }

.widget_categories ul li a,
.widget_archive ul li a {
  float: left;
  position: relative; }

.sidebar-fol .subscribe-follow__wrap .follow-block {
  background-color: #ee2862 !important; }

.sidebar-fol .follow-block .widget-title, .sidebar .menu-item a {
  color: #ffffff; }

/*--------------------------------------------------------------
## News Smart Box
--------------------------------------------------------------*/
.widget-news-smart-box {
  padding-top: 20px; }

.before-loop-area .widget-news-smart-box .layout_type_2 .entry-meta {
  margin-top: 18px; }

.before-loop-area .widget-news-smart-box .layout_type_2 .news-smart-box__item.mini-type .posted-by {
  display: block; }

.after-loop-area .widget-news-smart-box .layout_type_1 .entry-meta {
  margin-top: 7px;
  margin-bottom: 4px; }

.after-loop-area .widget-news-smart-box .layout_type_1 .mini-type .entry-meta .posted-by {
  display: block; }

.widget-news-smart-box .news-smart-box {
  /*Animation*/ }

.widget-news-smart-box .news-smart-box .link i {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.widget-news-smart-box .news-smart-box .link:hover i {
  margin-left: 10px; }

.widget-news-smart-box .news-smart-box__instance .full-type .news-smart-box__item-inner {
  display: block;
  margin-top: 0;
  padding-top: 0; }

@media (min-width: 1200px) {
  .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header {
    margin-bottom: 0;
    max-width: 300px;
    margin-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px; }

  .sidebar .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header {
    margin-bottom: 10px;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .before-loop-area .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .after-loop-area .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_2_3 .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_3_4 .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header {
    max-width: 150px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px; } }
@media (min-width: 1200px) {
  .widget-news-smart-box .news-smart-box__instance.layout_type_1 .full-type {
    float: left; }

  .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type {
    float: left;
    width: 50%; }

  .sidebar .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type {
    width: 100%; }

  .widget-news-smart-box .news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(2n + 6) {
    clear: both; } }
.widget-news-smart-box .news-smart-box__instance.layout_type_1 .post__cats {
  left: 50px;
  top: 26px; }

.widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-inner {
  position: relative;
  overflow: hidden; }

.full-width-header-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.after-content-full-width-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
  margin-bottom: 0; }

.widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header .news-smart-box__item-thumb-link {
  overflow: hidden; }

.widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header .news-smart-box__item-thumb-link img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.before-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.after-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.footer-area--fullwidth .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.tm_pb_column_4_4 .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
  margin-bottom: 0; }

.full-width-header-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.after-content-full-width-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (min-width: 544px) {
  .full-width-header-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-full-width-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 40px 20px 30px; } }
@media (min-width: 1200px) {
  .full-width-header-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-full-width-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 60px 40px 30px;
    min-height: 195px; } }
.before-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.after-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.footer-area--fullwidth .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.tm_pb_column_4_4 .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (min-width: 544px) {
  .before-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .footer-area--fullwidth .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .tm_pb_column_4_4 .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 40px 20px 30px; } }
@media (min-width: 1200px) {
  .before-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .footer-area--fullwidth .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .tm_pb_column_4_4 .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 60px 40px 30px;
    min-height: 195px; } }
.widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type:hover .news-smart-box__item-thumb-link img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem; }

  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
    margin-bottom: 0; }

  .sidebar .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
    margin-bottom: 18px; }

  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    min-height: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

  .sidebar .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header, .sidebar
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .tm_pb_column_1_4
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .tm_pb_column_1_3
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .footer-area:not(.footer-area--fullwidth)
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.widget-news-smart-box .news-smart-box__instance.layout_type_3 .post__cats {
  left: calc(10px + 1.25rem); }

.widget-news-smart-box .news-smart-box__wrapper {
  position: relative;
  margin-top: 24px; }

.widget-news-smart-box .news-smart-box__wrapper .entry-meta {
  margin-top: 5px; }

@media (min-width: 1200px) {
  .layout_type_1 .widget-news-smart-box .news-smart-box__listing {
    display: block; } }
@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__item,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__item,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.widget-news-smart-box .news-smart-box__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }

@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__item-inner {
    display: block; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__item-inner {
    display: block; } }
@media (min-width: 1200px) {
  .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 0; }

  .sidebar .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_4 .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_3 .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .footer-area:not(.footer-area--fullwidth) .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 65px; } }
.layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
  margin-top: 65px; }

@media (min-width: 992px) {
  .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 0; } }
@media (min-width: 992px) {
  .sidebar .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 65px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_3 .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_4 .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 65px; } }
@media (min-width: 544px) {
  .full-type .widget-news-smart-box .news-smart-box__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
@media (min-width: 1200px) {
  .widget-news-smart-box .news-smart-box__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
.widget-news-smart-box .news-smart-box__item-inner.animate-cycle-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }

.widget-news-smart-box .news-smart-box__item-header {
  margin-bottom: 18px;
  position: relative; }

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__item-header {
    margin-bottom: 13px; } }
@media (min-width: 1200px) {
  .sidebar .widget-news-smart-box .news-smart-box__item-header,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__item-header,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__item-header {
    margin-bottom: 18px; } }
.widget-news-smart-box .news-smart-box__item-title {
  margin-top: 0;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .widget-news-smart-box .news-smart-box__item-title {
    font-size: 18px;
    font-size: 1.125rem; } }
@media (min-width: 1200px) {
  .full-type .widget-news-smart-box .news-smart-box__item-title {
    font-size: 30px;
    font-size: 1.875rem; } }
.full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title,
.after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-top: 0;
  margin-bottom: 10px; }

.before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title,
.after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title,
.footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title,
.tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-top: 0;
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__item-title {
    font-size: 18px;
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__item-title,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__item-title,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__item-title {
    font-size: 18px;
    font-size: 1.125rem; } }
.widget-news-smart-box .news-smart-box__item-excerpt {
  margin-top: 12px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .widget-news-smart-box .news-smart-box__item-excerpt {
    font-size: 16px;
    font-size: 0.875rem; } }
@media (max-width: 767px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    margin-top: 5px; } }
@media (max-width: 543px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    display: none; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem; } }
@media (max-width: 767px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    margin-top: 5px; } }
@media (max-width: 543px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    display: none; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem; } }
.widget-news-smart-box .news-smart-box__item-more-btn {
  margin-top: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

@media (max-width: 767px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn {
    margin-top: 5px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn {
    margin-top: 5px; } }
@media (max-width: 767px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn {
    margin-top: 5px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn {
    margin-top: 5px; } }
.widget-news-smart-box .news-smart-box__item-thumb-link {
  display: block; }

.widget-news-smart-box .news-smart-box__item-thumb-img {
  display: block;
  width: 100%;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .widget-news-smart-box .news-smart-box__item-thumb-img {
      height: auto; } }

.widget-news-smart-box .news-smart-box__item.full-type + .full-type .news-smart-box__item-inner {
  margin-top: 0; }

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__item.full-type + .full-type .news-smart-box__item-inner {
    border-top: none; } }

.widget-news-smart-box .news-smart-box__item.mini-type .posted-by {
  display: inline-block;
  margin-bottom: 5px; }

.widget-news-smart-box .news-smart-box__item.mini-type .news-smart-box__item-thumb-link {
  position: relative; }

.widget-news-smart-box .news-smart-box__item.mini-type .news-smart-box__item-thumb-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0; }

.widget-news-smart-box .news-smart-box__item.mini-type .news-smart-box__item-thumb-link:hover:before {
  opacity: 1; }

.widget-news-smart-box .news-smart-box__item.full-type .news-smart-box__item-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__item.full-type .news-smart-box__item-inner {
    padding-top: 0; } }
.widget-news-smart-box .news-smart-box__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.widget-news-smart-box .news-smart-box__navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.widget-news-smart-box .news-smart-box__navigation-current-term {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.widget-news-smart-box .news-smart-box__navigation-title {
  line-height: 1.5;
  display: block;
  padding-right: 40px;
  font-size: 24px;
  font-size: 1.5rem; }

.widget-news-smart-box .news-smart-box__navigation-terms-list {
  margin: 0 -5px;
  text-align: left; }

@media (min-width: 544px) {
  .widget-news-smart-box .news-smart-box__navigation-terms-list {
    margin: 0 -10px; } }
@media (min-width: 1200px) {
  .widget-news-smart-box .news-smart-box__navigation-terms-list {
    margin: 0 -8px; }

  .widget-news-smart-box .news-smart-box__navigation-terms-list-item {
    padding: 0 8px; } }
.widget-news-smart-box .news-smart-box__navigation-terms-list {
  text-align: center; }

@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__navigation-terms-list {
    margin: 0 -10px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__navigation-terms-list,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__navigation-terms-list,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__navigation-terms-list {
    margin: 0 -10px; } }
.widget-news-smart-box .news-smart-box__navigation-terms-list-item {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative; }

.widget-news-smart-box .news-smart-box__navigation-terms-list-item:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: -20px;
  display: none;
  height: 3px;
  -webkit-transition: 0.3s cubic-bezier(0.77, -0.315, 0.39, 1.325);
  -o-transition: 0.3s cubic-bezier(0.77, -0.315, 0.39, 1.325);
  transition: 0.3s cubic-bezier(0.77, -0.315, 0.39, 1.325);
  opacity: 0; }

@media (min-width: 544px) {
  .widget-news-smart-box .news-smart-box__navigation-terms-list-item:before {
    display: inline-block; } }
.widget-news-smart-box .news-smart-box__navigation-terms-list-item:hover:before {
  left: 8px;
  right: 8px;
  opacity: 1; }

.widget-news-smart-box .news-smart-box__navigation-wrapper {
  padding: 11px 0 6px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (max-width: 767px) {
    .widget-news-smart-box .news-smart-box__navigation-wrapper {
      max-width: 100% !important; } }

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__navigation-wrapper {
    width: auto;
    max-width: 75%; } }
@media (max-width: 991px) {
  .widget-news-smart-box .news-smart-box__navigation-wrapper {
    max-width: 75%; } }
.sidebar .widget-news-smart-box .news-smart-box__navigation-wrapper,
.tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__navigation-wrapper,
.tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__navigation-wrapper,
.footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__navigation-wrapper {
  width: 100%; }

.widget-news-smart-box .news-smart-box__navigation-wrapper {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.widget-news-smart-box .news-smart-box__navigation-terms-list-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.58;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0 8px; }

@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__navigation-terms-list-item {
    padding: 0 10px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__navigation-terms-list-item,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__navigation-terms-list-item,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__navigation-terms-list-item {
    padding: 0 10px; } }
.widget-news-smart-box .news-smart-box__preloader {
  position: relative;
  display: none;
  width: 100%; }

.widget-news-smart-box .news-smart-box__item-thumb-img {
  margin-top: 0; }

.widget-news-smart-box .news-smart-box__item.full-type .news-smart-box__item-thumb-link {
  overflow: hidden;
  position: relative; }

.widget-news-smart-box .news-smart-box__item.full-type .news-smart-box__item-thumb-link img {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.widget-news-smart-box .news-smart-box__item.full-type:hover .news-smart-box__item-thumb-link img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

.widget-news-smart-box .news-smart-box__item.full-type:hover .news-smart-box__item-thumb-link:before {
  top: 0; }

@media (min-width: 1441px) {
  .widget-news-smart-box .layout_type_1 .news-smart-box__listing {
    display: block; } }
.widget-news-smart-box .layout_type_1 .full-type .news-smart-box__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }


@media (min-width: 544px) {
  .widget-news-smart-box .news-smart-box__navigation {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .widget-news-smart-box .news-smart-box__navigation .news-smart-box__navigation-current-term {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .widget-news-smart-box .news-smart-box__navigation .nsb-spinner {
    margin-right: 0;
    right: 20px;
    left: auto;
    top: -35px; } }
@media (min-width: 544px) and (max-width: 991px) and (min-width: 544px) {
  .widget-news-smart-box .news-smart-box__navigation .nsb-spinner {
    top: -50px; } }
@media (min-width: 544px) {
  .widget-news-smart-box .news-smart-box__navigation-terms-list {
    text-align: right; } }
@media (max-width: 1440px) {
  .widget-news-smart-box .news-smart-box__navigation .nsb-spinner {
    top: -25px; }

  .widget-news-smart-box .news-smart-box__navigation-terms-list {
    text-align: right; } }
@media (max-width: 991px) {
  .widget-news-smart-box .news-smart-box__navigation .nsb-spinner {
    top: -50px;
    right: 0; }

  .widget-news-smart-box .news-smart-box__navigation-terms-list {
    text-align: right; } }
@media (max-width: 991px) {
  .widget-news-smart-box .news-smart-box__navigation .nsb-spinner {
    top: -30px;
    right: 0; }

  .widget-news-smart-box .news-smart-box__navigation-terms-list {
    text-align: right; } }
@media (min-width: 992px) {
  .after-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .before-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_2 .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_2_3 .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_3_4 .news-smart-box__instance .mini-type .news-smart-box__item-header {
    max-width: 127px; } }
.before-loop-area .widget-news-smart-box:not(:first-child) .mini-type {
  padding-bottom: 15px; }

.before-loop-area .widget-news-smart-box:not(:first-child) .mini-type .news-smart-box__item-thumb-img {
  width: 85%; }

.before-loop-area .widget-news-smart-box:not(:first-child) .mini-type .news-smart-box__item-content .news-smart-box__item-title {
  font-size: 14px; }

.before-loop-area .widget-news-smart-box:not(:first-child) .mini-type .news-smart-box__item-content .entry-meta {
  margin-top: 10px; }

.before-loop-area .widget-news-smart-box:not(:first-child) .mini-type .news-smart-box__item-header {
  margin-right: 0; }

.after-loop-area .widget-news-smart-box .mini-type {
  padding-bottom: 15px; }

.after-loop-area .widget-news-smart-box .mini-type .news-smart-box__item-thumb-img {
  width: 85%; }

.after-loop-area .widget-news-smart-box .mini-type .news-smart-box__item-content .news-smart-box__item-title {
  font-size: 14px; }

.after-loop-area .widget-news-smart-box .mini-type .news-smart-box__item-content .entry-meta {
  margin-top: 10px; }

.after-loop-area .widget-news-smart-box .mini-type .news-smart-box__item-inner .news-smart-box__item-header {
  margin-right: 0; }

.nsb-spinner {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 35px;
  height: 35px; }

@media (max-width: 767px) {
  .nsb-spinner {
    top: 30px; } }
.nsb-spinner {
  right: 50%;
  margin-right: -17.5px; }

@media (max-width: 767px) {
  .nsb-spinner {
    margin-right: -33px; } }
.double-bounce-1,
.double-bounce-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tm-bounce 2.0s infinite ease-in-out;
  animation: tm-bounce 2.0s infinite ease-in-out;
  opacity: 0.6;
  border-radius: 50%; }

.double-bounce-2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes tm-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes tm-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*--------------------------------------------------------------
## Playlist Slider
--------------------------------------------------------------*/
.widget-playlist-slider .playlist-slider {
  position: relative;
  opacity: 0; }

.widget-playlist-slider .playlist-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.widget-playlist-slider .sp-slide iframe,
.widget-playlist-slider .sp-slide .wp-video-shortcode,
.widget-playlist-slider .sp-slide .wp-video {
  width: 100% !important;
  height: 100% !important; }

.widget-playlist-slider .sp-layer {
  width: 100%;
  padding: 45px 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (min-width: 992px) {
  .widget-playlist-slider .sp-layer {
    padding: 60px 40px 33px;
    min-height: 180px; } }
@media (min-width: 1200px) {
  .widget-playlist-slider .sp-layer {
    min-height: 195px; } }
.sidebar .widget-playlist-slider .sp-layer,
.tm_pb_column_1_4 .widget-playlist-slider .sp-layer,
.tm_pb_column_1_3 .widget-playlist-slider .sp-layer,
.footer-area:not(.footer-area--fullwidth) .widget-playlist-slider .sp-layer {
  padding: 30px 15px 15px; }

.widget-playlist-slider .sp-layer .title {
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .widget-playlist-slider .sp-layer .title {
    font-size: 18px;
    font-size: 1.125rem; } }
.sidebar .widget-playlist-slider .sp-layer .title,
.tm_pb_column_1_4 .widget-playlist-slider .sp-layer .title,
.tm_pb_column_1_3 .widget-playlist-slider .sp-layer .title,
.footer-area:not(.footer-area--fullwidth) .widget-playlist-slider .sp-layer .title {
  font-size: 18px;
  font-size: 1.125rem; }

.widget-playlist-slider .sp-layer a {
  -webkit-transition: .3s !important;
  -o-transition: .3s !important;
  transition: .3s !important; }

.widget-playlist-slider .format-video .sp-layer {
  display: none; }

.widget-playlist-slider .playlist--slide {
  width: 100%;
  height: 100%; }

.widget-playlist-slider .sp-vertical .sp-previous-arrow {
  top: 5px; }

.widget-playlist-slider .sp-vertical .sp-next-arrow {
  bottom: 5px; }

.widget-playlist-slider .sp-thumbnail-text {
  overflow: hidden; }

.widget-playlist-slider .sp-thumbnail-title {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714285;
  margin-bottom: 8px; }

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before, .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  display: none; }

.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-container {
  margin: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.widget-playlist-slider .sp-right-thumbnails .playlist--thumbnail {
  float: left;
  width: 160px;
  height: 90px;
  margin-right: 12px; }

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer {
  /*rtl:ignore*/
  margin-left: 0; }

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: static;
  padding: 17px 15px;
  border-bottom: 1px solid #e3e3e3; }

.widget-playlist-slider .sp-bottom-thumbnails .sp-thumbnail-arrows {
  margin-top: 0; }

.widget-playlist-slider .sp-bottom-thumbnails .playlist--thumbnail {
  position: absolute;
  width: 100%;
  height: 100%; }

.widget-playlist-slider .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  bottom: 0; }

.widget-playlist-slider .sp-selected .entry-meta a:hover,
.widget-playlist-slider .sp-selected .title a:hover {
  text-decoration: underline; }

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.posts-list--default.featured-image--small .post-thumbnail {
  margin-bottom: 1em; }

@media (min-width: 992px) {
  .posts-list--default.featured-image--small .post-thumbnail {
    margin-bottom: 1.5em; } }
.post-thumbnail__link.post-thumbnail--small {
  display: block;
  text-align: center; }

.post-thumbnail__link.post-thumbnail--small img {
  width: 100%; }

.post-thumbnail__link.post-thumbnail--fullwidth {
  overflow: hidden;
  position: relative; }

.post-thumbnail__link.post-thumbnail--fullwidth .wp-post-image {
  will-change: transform;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.post-thumbnail__link.post-thumbnail--fullwidth:hover .wp-post-image {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.post-thumbnail__img {
  display: inline-block;
  vertical-align: top; }

.single .hentry .post-thumbnail__img {
  width: 100%; }

.posts-list .post-thumbnail--fullwidth {
  display: block;
  margin-bottom: 1em; }

@media (min-width: 992px) {
  .posts-list .post-thumbnail--fullwidth {
    margin-bottom: 1.5em; } }
@media (min-width: 992px) {
  .posts-list--default .post-thumbnail--fullwidth {
    margin-top: 1.7em; } }
.post-thumbnail--fullwidth img {
  width: 100%; }

.single .post-thumbnail {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px; }

.post__terms, .post__date, .post__comments, .post__tags, .posted-by {
  display: inline-block;
  text-decoration: none; }

.post__terms i, .post__date i, .post__comments i, .post__tags i, .posted-by i {
  font-size: 1.333em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative; }

@media (min-width: 544px) {
  .single-modern-header .post__terms i, .single-modern-header .post__date i, .single-modern-header .post__comments i, .single-modern-header .post__tags i, .single-modern-header .posted-by i {
    top: -3px; } }
.post__terms a, .post__date a, .post__comments a, .post__tags a, .posted-by a {
  text-decoration: none; }

  .post__cats {
    position: relative;
    
     }

.widget-fpblock .post__cats {
  top: 25px;
  left: 30px; }

.post__cats a {
  padding: 7px 8px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 2px;
  text-decoration: none; }

.post__cats a {
  text-transform: capitalize; }

.single-modern-header .posted-by {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .single-modern-header .posted-by {
    margin-bottom: 40px; } }
.posted-by__avatar img {
  width: 80px; }

@media (min-width: 768px) {
  .posted-by__avatar img {
    width: auto;
    margin-bottom: 15px; } }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none; }

.fl-post-carousel .fl-post-carousel-post {
  height: 400px; }
  @media (max-width: 767px) {
    .fl-post-carousel .fl-post-carousel-post {
      height: 240px; } }
  @media (max-width: 767px) {
    .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-content p {
      display: none; } }
  .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-text {
    padding: calc(5% + 88px) 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center; }
    .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-text .fl-photo-content.fl-photo-img-jpg {
      height: 400px;
      overflow: hidden; }
    .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-text .fl-post-carousel-title {
      position: relative;
      width: 100%;
      left: 0%;
      top: 38%;
      transform-origin: left top;
      transform: scale(1) translate3d(0px, 0px, 0px);
      opacity: 1;
      transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
      position: static;
      font-size: 3.125rem;
      line-height: 1.333;
      max-width: 90%;
      text-align: center; }
      @media (max-width: 767px) {
        .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-text .fl-post-carousel-title {
          font-size: 25px; } }
      .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-text .fl-post-carousel-title > a {
        color: #fff;
        font-size: 3.5rem; }
    .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-text .fl-post-carousel-more {
      background-color: #ee2862;
      color: #ffffff;
      border-color: #ee2862;
      margin-top: 20px;
      padding: 12px 21px;
      display: inline-block; }
      .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-text .fl-post-carousel-more:hover {
        background-color: #222;
        color: #ffffff;
        border-color: #222; }
.fl-post-carousel .bx-controls-auto, .fl-post-carousel .bx-pager {
  bottom: 20px !important; }
  .fl-post-carousel .bx-controls-auto .bx-pager-item a, .fl-post-carousel .bx-pager .bx-pager-item a {
    background-color: #000;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    border: none;
    border-radius: 15px; }
    .fl-post-carousel .bx-controls-auto .bx-pager-item a.active, .fl-post-carousel .bx-controls-auto .bx-pager-item a:hover, .fl-post-carousel .bx-pager .bx-pager-item a.active, .fl-post-carousel .bx-pager .bx-pager-item a:hover {
      background-color: #ee2862 !important; }

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments ul li {
  font-style: italic;
  font-size: .857em; }

.widget_recent_comments ul li + li {
  margin-top: 20px; }

.widget_recent_comments ul li .comment-author-link {
  margin-right: 5px; }

.widget_recent_comments ul li .comment-author-link ~ a {
  font-style: normal;
  font-size: 1.1666em;
  margin-top: 6px !important; }

.widget_recent_comments ul li .comment-author-link ~ a:before {
  content: '';
  display: block;
  margin-top: 5px; }

.widget-title h2, .widget-title, .home .fl-heading-text, .search .fl-heading-text, #sidebar .fl-heading-text {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.43;
  font-family: Lato, sans-serif;
  letter-spacing: 0em;
  text-align: inherit;
  color: #222222; }
.search h1 { margin-top: 0;}
.search .search-error span,
.search h1 span { color: #ee2862; font-weight: 700;}
.search .search-error { font-size: 18px; line-height: 1.5; color: #000;}
.search .news-smart-box__item-inner { padding-bottom: 30px;}
.fl-rich-text ul#recentcomments {
  margin-bottom: 0;
  padding: 0;
  margin-left: 0;
  list-style: none; }

.fl-rich-text ul#recentcomments li,
.fl-rich-text ul#recentcomments li .post-date,
.fl-rich-texts ul#recentcomments li,
.fl-rich-text ul#recentcomments li .post-date {
  font-style: normal;
  list-style: none; }

.fl-rich-text ul#recentcomments li .comment-author-link ~ a,
.fl-rich-text ul#recentcomments li .post-date .comment-author-link ~ a,
.fl-rich-text ul#recentcomments li .comment-author-link ~ a,
.fl-rich-text ul#recentcomments li .post-date .comment-author-link ~ a {
  color: #000;
  font-size: 16px;
  font-size: 1rem; }

.fl-rich-text ul#recentcomments li .post-date {
  font-size: 12px;
  font-size: 0.75rem; }

.fl-rich-text ul#recentcomments li + li,
.fl-rich-text ul#recentcomments li + li {
  margin-top: 5px; }

.fl-rich-text ul#recentcomments li + li, .sidebar
.fl-rich-text ul#recentcomments li + li {
  position: relative;
  margin-top: 30px; }

.fl-rich-text ul#recentcomments a {
  font-size: 1rem;
  color: #222222;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  font-family: Oswald, sans-serif;
  letter-spacing: 0em;
  text-align: inherit;
  text-decoration: none; }

/*
## Carousel
*/
.widget-carousel {
  overflow: hidden; }

.bx-wrapper {
  margin: 0px; }

.widget-carousel .widget-title {
  margin-bottom: 26px; }

.widget-carousel .swiper-carousel-container {
  position: relative; }

.widget-carousel .swiper-container {
  overflow: visible; }

.widget-carousel .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

.widget-carousel .swiper-slide .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.widget-carousel .swiper-slide .entry-content {
  margin: 0;
  color: #ffffff; }

.sidebar .widget-carousel .swiper-slide .entry-content {
  margin-bottom: 20px; }

.site-footer .widget-carousel .swiper-slide .entry-content {
  margin-bottom: 20px; }

.widget-carousel .swiper-slide .entry-title {
  margin-bottom: 5px;
  font-size: 48px !important;
  margin-top: 0px;
  line-height: 1.3; }
  .widget-carousel .swiper-slide .entry-title a {
    color: #fff; }
  @media (max-width: 767px) {
    .widget-carousel .swiper-slide .entry-title {
      font-size: 18px !important; } }

.widget-carousel .swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative; }

.widget-carousel .swiper-slide .post-thumbnail__link:hover .post-thumbnail__img {
  will-change: transform;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

.widget-carousel .swiper-slide .post-thumbnail__img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  will-change: transform;
  height: auto; }

.widget-carousel .swiper-slide .carousel__more-btn {
  margin-top: 25px; }

.widget-carousel .swiper-slide .post__excerpt {
  margin: 0;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff !important; }

@media (max-width: 767px) {
  .widget-carousel .swiper-slide .post__excerpt {
    font-size: 12px; } }
@media (max-width: 767px) {
  .widget-carousel .swiper-slide .entry-title {
    font-size: 24px; } }
.widget-carousel .swiper-pagination {
  margin-top: 48px;
  position: static; }

.widget-carousel .swiper-button-next, .widget-carousel .swiper-button-prev {
  top: -23px;
  width: 10px;
  height: 20px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.widget-carousel .swiper-button-next:hover, .widget-carousel .swiper-button-prev:hover {
  cursor: pointer; }

.widget-carousel .swiper-button-next i, .widget-carousel .swiper-button-prev i {
  line-height: 20px;
  font-size: 14px; }

@media (min-width: 992px) {
  .sidebar .widget-carousel .swiper-button-next, .sidebar .widget-carousel .swiper-button-prev {
    top: 25%; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-next, .footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-prev {
    top: 25%; } }
@media (min-width: 1600px) {
  .content-layout-boxed .before-content-area .widget-carousel .swiper-button-next,
  .content-layout-boxed .after-content-area .widget-carousel .swiper-button-next {
    right: -50px; } }
.widget-carousel .swiper-button-next i:before {
  content: '\f054';
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 1600px) {
  .content-layout-boxed .before-content-area .widget-carousel .swiper-button-prev,
  .content-layout-boxed .after-content-area .widget-carousel .swiper-button-prev {
    left: -50px; } }
.widget-carousel .swiper-button-prev i:before {
  content: '\f053';
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.widget-carousel .swiper-button-prev,
.widget-carousel .swiper-container.swiper-container-horizontal .swiper-button-prev {
  left: auto;
  right: 30px; }

.widget-carousel .swiper-container[data-space-between-slides="0"] .swiper-slide:before {
  display: none; }

.widget-carousel .posted-by {
  display: inline-block; }

.widget-carousel .swiper-slide-inner {
  position: relative; }

.widget-carousel .swiper-slide-inner .category {
  position: absolute;
  left: 29px;
  right: 12px;
  top: 27px;
  z-index: 4; }

.widget-carousel .swiper-slide-inner .content-wrapper {
  position: absolute;
  bottom: 15%;
  left: 31px;
  z-index: 4; }

@media (max-width: 320px) {
  .widget-carousel .swiper-slide-inner .content-wrapper {
    bottom: 1%; } }
.after-loop-area .widget-carousel .swiper-slide-inner.inner {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.after-loop-area .widget-carousel .swiper-slide-inner.inner .post-thumbnail__link {
  margin-bottom: 18px; }

.after-loop-area .widget-carousel .swiper-slide-inner.inner .content-wrapper {
  position: relative;
  left: 0;
  bottom: 0; }

.after-loop-area .widget-carousel .swiper-slide-inner.inner .content-wrapper .entry-meta {
  margin-bottom: 10px; }

.widget-carousel .bx-controls-direction .bx-prev,
.widget-carousel .bx-controls-direction .bx-next {
  top: -6.5%; }

.widget-carousel .bx-controls-direction .bx-prev, .site-footer
.widget-carousel .bx-controls-direction .bx-next {
  top: -6.5%; }

.sidebar .widget-carousel .entry-title,
.tm_pb_column_1_4 .widget-carousel .entry-title,
.tm_pb_column_1_3 .widget-carousel .entry-title,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .entry-title {
  font-size: 18px;
  font-size: 1.125rem; }

.sidebar .widget-carousel .swiper-button-next,
.sidebar .widget-carousel .swiper-button-prev,
.tm_pb_column_1_4 .widget-carousel .swiper-button-next,
.tm_pb_column_1_4 .widget-carousel .swiper-button-prev,
.tm_pb_column_1_3 .widget-carousel .swiper-button-next,
.tm_pb_column_1_3 .widget-carousel .swiper-button-prev,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-next,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-prev {
  top: 30%; }

.before-loop-area .widget-carousel .swiper-slide-inner:before,
#newsmaker_widget_carousel-1 .swiper-slide-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 3; }

.after-content-full-width-area .widget-carousel .post-thumbnail__link {
  margin-bottom: 0; }

.after-content-full-width-area .widget-carousel .content-wrapper {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 2; }

.after-content-full-width-area .widget-carousel .swiper-button-next,
.after-content-full-width-area .widget-carousel .swiper-button-prev {
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.after-content-full-width-area .widget-carousel .swiper-button-next:hover,
.after-content-full-width-area .widget-carousel .swiper-button-prev:hover {
  cursor: pointer; }

.after-content-full-width-area .widget-carousel .swiper-button-next i,
.after-content-full-width-area .widget-carousel .swiper-button-prev i {
  line-height: 20px;
  font-size: 14px; }

.after-content-full-width-area .widget-carousel .swiper-button-prev,
.after-content-full-width-area .widget-carousel .swiper-container.swiper-container-horizontal .swiper-button-prev {
  left: 10px; }

.after-content-full-width-area .posted-by {
  display: inline-block; }

.after-content-full-width-area .swiper-slide-inner .post-thumbnail__link {
  position: relative; }

.after-content-full-width-area .swiper-slide-inner .post-thumbnail__link img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  will-change: transform; }

.after-content-full-width-area .swiper-slide-inner .post-thumbnail__link:before {
  display: none; }

.after-content-full-width-area .swiper-slide-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.after-content-full-width-area .swiper-slide-inner .category {
  left: 30px;
  top: 30px; }

.after-content-full-width-area .swiper-slide-inner:hover:before {
  top: 20%; }

.after-content-full-width-area .swiper-slide-inner:hover .post-thumbnail__link img {
  -webkit-transform: translateY(-20px) scale(1.15);
  -ms-transform: translateY(-20px) scale(1.15);
  transform: translateY(-20px) scale(1.15); }

  /*--------------------------------------------------------------
## Search-form
--------------------------------------------------------------*/
.search-form {
  margin: -5px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.site-header .search-form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: absolute;
  z-index: -1;
  top: -999em;
  left: 0;
  right: 55px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out; }

.site-header.style-3 .search-form,
.site-header.style-4 .search-form,
.site-header.style-2 .search-form {
  left: 15px;
  right: 70px; }

.site-header.search-active .search-form {
  top: 50%;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 991px) and (min-width: 544px) {
  .site-header.search-active .search-form {
    -webkit-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    transform: translateY(-85%); } }
.site-header .mobile-panel .search-form {
  left: 55px;
  right: 75px; }

.search-form__toggle {
  font-size: 19px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.search-form__toggle:before {
  content: '\e922'; }

.search-form__close {
  font-size: 19px;
  cursor: pointer;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 170%;
  right: 12px;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  padding: 5px 0;
  opacity: 0;
  margin-left: 25px;
  visibility: hidden;
  z-index: 10; }

@media (max-width: 991px) and (min-width: 544px) {
  .search-form__close {
    top: 30%; } }
.search-form__close:before {
  content: '\e92a'; }

.search-form__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: 1px;
  background: #e3e3e3; }

.invert .search-form__close:after {
  background: rgba(227, 227, 227, 0.2); }

.site-header.search-active .search-form__close {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible; }

.site-header.style-3 .search-form__close,
.site-header.style-4 .search-form__close,
.site-header.style-2 .search-form__close {
  right: 15px; }

.site-header .mobile-panel .search-form__close {
  right: 20px; }

.search-form__input-wrap {
  position: relative;
  margin: 5px;
  -webkit-box-flex: 5;
  -webkit-flex: 5 1 185px;
  -ms-flex: 5 1 185px;
  flex: 5 1 185px;
  min-width: 185px; }

.search-form__input-wrap i {
  pointer-events: none;
  font-size: 24px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .search-form__input-wrap i {
    left: 25px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .search-form__input-wrap i {
    left: 15px; } }
@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 .search-form__input-wrap i {
    left: 15px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .search-form__input-wrap i,
  .tm_pb_column_1_4 .search-form__input-wrap i {
    left: 15px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__input-wrap i {
    left: 15px; } }
.site-header .search-form__input-wrap i {
  display: none; }

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__input-wrap {
    -webkit-box-flex: 5;
    -webkit-flex: 5 1 150px;
    -ms-flex: 5 1 150px;
    flex: 5 1 150px;
    min-width: 150px; } }
.site-header .search-form__input-wrap {
  margin: 0;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.search-form__field[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px; }

i + .search-form__field[type='search'] {
  padding-left: 50px; }

@media (min-width: 768px) {
  i + .search-form__field[type='search'] {
    padding-left: 60px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar i + .search-form__field[type='search'] {
    padding-left: 50px; } }
@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 i + .search-form__field[type='search'] {
    padding-left: 50px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) i + .search-form__field[type='search'],
  .tm_pb_column_1_4 i + .search-form__field[type='search'] {
    padding-left: 50px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar i + .search-form__field[type='search'] {
    padding-left: 50px;
    padding-right: 10px; } }
.site-header .search-form__field[type='search'] {
  padding: 17.5px 0;
  font-size: 12px;
  font-size: 0.75rem;
  background: none;
  border: none; }

.site-header .search-form__field[type='search']:focus {
  background: none; }

.search-form__submit {
  margin: 5px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

@media (max-width: 543px) {
  .search-form__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .search-form__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .search-form__submit,
  .tm_pb_column_1_3 .search-form__submit,
  .tm_pb_column_1_4 .search-form__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__submit {
    padding-left: 15px;
    padding-right: 15px; } }
.site-header .search-form__submit,
.site-header .invert .search-form__submit {
  background: none;
  border: none;
  font-size: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 15px 10px; }

.site-header .search-form__submit:hover,
.site-header .invert .search-form__submit:hover {
  background: none; }

.site-header .search-form__submit:active,
.site-header .invert .search-form__submit:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.site-header .search-form__submit:before,
.site-header .invert .search-form__submit:before {
  content: '\e922';
  font-size: 19px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*--------------------------------------------------------------
## Cherry Search
--------------------------------------------------------------*/
.cherry-search,
.asl_w_container {
  margin: -5px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.cherry-search__results-list.show {
  top: 34px; }

.cherry-search__results-list.show ul li:before {
  display: none; }

@media (max-width: 991px) and (min-width: 544px) {
  .cherry-search__results-list.show {
    top: 0; } }
.cherry-search form.cherry-search__form button.search-submit.btn {
  padding: 12px 21px; }

.site-header .cherry-search {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: absolute;
  z-index: -1;
  top: -999em;
  left: 0;
  right: 55px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out; }

.site-header .cherry-search__submite_text {
  display: none; }

.widget .cherry-search .cherry-search__label {
  margin: 5px; }

.widget .cherry-search .cherry-search__submit {
  margin: 5px; }

.widget .cherry-search .cherry-search__results-list.show {
  top: 100%;
  width: 97%; }

.site-header.style-3 .cherry-search,
.site-header.style-4 .cherry-search,
.site-header.style-2 .cherry-search {
  left: 0;
  right: 70px; }

.site-header.search-active .cherry-search {
  width: 100%;
  top: 170%;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.cherry-search__toggle {
  font-size: 19px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cherry-search__toggle:before {
  content: '\e922'; }

.site-header.search-active .cherry-search__toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.cherry-search__close {
  font-size: 19px;
  cursor: pointer;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  padding: 5px 0;
  opacity: 0;
  margin-left: 25px;
  visibility: hidden; }

.cherry-search__close:before {
  content: '\e92a'; }

.cherry-search__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 1px;
  background: #e3e3e3; }

.invert .cherry-search__close:after {
  background: rgba(227, 227, 227, 0.2); }

.site-header.search-active .cherry-search__close {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible; }

.site-header.style-3 .cherry-search__close,
.site-header.style-4 .cherry-search__close,
.site-header.style-2 .cherry-search__close {
  right: 15px; }

.site-header .mobile-panel .cherry-search__close {
  right: 20px; }

.cherry-search__input-wrap {
  position: relative;
  margin: 5px;
  -webkit-box-flex: 5;
  -webkit-flex: 5 1 185px;
  -ms-flex: 5 1 185px;
  flex: 5 1 185px;
  min-width: 185px; }

.cherry-search__input-wrap i {
  pointer-events: none;
  font-size: 24px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .cherry-search__input-wrap i {
    left: 25px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .cherry-search__input-wrap i {
    left: 15px; } }
@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 .cherry-search__input-wrap i {
    left: 15px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .cherry-search__input-wrap i,
  .tm_pb_column_1_4 .cherry-search__input-wrap i {
    left: 15px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .cherry-search__input-wrap i {
    left: 15px; } }
.site-header .cherry-search__input-wrap i {
  display: none; }

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .cherry-search__input-wrap {
    -webkit-box-flex: 5;
    -webkit-flex: 5 1 150px;
    -ms-flex: 5 1 150px;
    flex: 5 1 150px;
    min-width: 150px; } }
.site-header .cherry-search__input-wrap {
  margin: 0;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.cherry-search__field[type='search'] {
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px; }

i + .cherry-search__field[type='search'] {
  padding-left: 50px; }

@media (min-width: 768px) {
  i + .cherry-search__field[type='search'] {
    padding-left: 60px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar i + .cherry-search__field[type='search'] {
    padding-left: 50px; } }
@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 i + .cherry-search__field[type='search'] {
    padding-left: 50px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) i + .cherry-search__field[type='search'],
  .tm_pb_column_1_4 i + .cherry-search__field[type='search'] {
    padding-left: 50px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar i + .cherry-search__field[type='search'] {
    padding-left: 50px;
    padding-right: 10px; } }
.site-header .cherry-search__field[type='search'] {
  padding: 17.5px 0;
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none; }

.site-header .cherry-search__field[type='search']:focus {
  background: none;
  outline: none; }

.cherry-search__submit {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

@media (max-width: 543px) {
  .cherry-search__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .cherry-search__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .cherry-search__submit,
  .tm_pb_column_1_3 .cherry-search__submit,
  .tm_pb_column_1_4 .cherry-search__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .cherry-search__submit {
    padding-left: 15px;
    padding-right: 15px; } }
.site-header .cherry-search__submit,
.site-header .invert .cherry-search__submit {
  background: none;
  border: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 15px 10px; }

.site-header .cherry-search__submit:hover,
.site-header .invert .cherry-search__submit:hover {
  background: none; }

.site-header .cherry-search__submit:active,
.site-header .invert .cherry-search__submit:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.site-header .cherry-search__submit:before,
.site-header .invert .cherry-search__submit:before {
  content: '\e922';
  font-size: 19px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.search-no-results .cherry-search .cherry-search__results-list {
  width: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.site-header .cherry-search form.cherry-search__form button.search-submit {
  padding: 0 5px;
  position: absolute;
  right: -50px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.site-header .cherry-search form.cherry-search__form button.search-submit .cherry-search__icon:before {
  content: '\e922';
  font-size: 19px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sidebar .cherry-search {
  margin: 0; }

.sidebar .cherry-search form {
  width: 100%; }

.sidebar .cherry-search form.cherry-search__form button.search-submit {
  width: auto;
  position: absolute;
  margin: 0;
  right: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.search .cherry-search__label {
  margin: 5px; }

.search .cherry-search__results-list.show {
  top: 85px; }

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

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

.site-header.search-active .header-container__flex .site-branding, .site-header.search-active .header-container__flex .main-navigation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.site-branding {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-title {
  margin: 0; }

.entry-meta {
  font-style: italic;
  line-height: 2;
  margin-left: -10px;
  margin-right: -10px; }

.entry-meta > * {
  padding-left: 10px;
  padding-right: 10px; }

.single-modern-header .entry-meta {
  margin-left: -14px;
  margin-right: -14px; }

.single-modern-header .entry-meta > * {
  padding-left: 14px;
  padding-right: 14px; }

.single .hentry .entry-meta {
  margin-bottom: 30px; }

.entry-meta > * {
  display: inline-block; }

.posts-list:not(.posts-list--default) .entry-summary > *:first-child,
.search.search-results .entry-summary > *:first-child, .posts-list:not(.posts-list--default) .entry-content > *:first-child,
.search.search-results .entry-content > *:first-child {
  margin-top: 18px; }

.search.search-results .entry-header {
  margin-bottom: 0; }

.posts-list .entry-header {
  margin-bottom: 6px;
  padding-right: 25px; }

.posts-list--default .entry-header,
.single .hentry .entry-header {
  margin-bottom: 18px; }

.posts-list--default.featured-image--small .entry-header {
  margin-top: 8px; }

.single-modern-header .entry-header {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .single-modern-header .entry-header {
    margin-bottom: 40px; } }
.posts-list:not(.posts-list--default) .entry-footer > *,
.single .hentry .entry-footer > * {
  margin-top: 30px; }

.posts-list:not(.posts-list--default) .entry-footer > *:first-child,
.single .hentry .entry-footer > *:first-child {
  margin-top: 26px; }

.single .hentry .entry-footer > *:first-child {
  margin-top: 55px; }

.posts-list--default .entry-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.posts-list--default .entry-footer > * {
  margin-top: 15px;
  margin-bottom: 15px; }

.posts-list--default .entry-footer > *:first-child {
  margin-right: 10px; }

.posts-list--default .entry-footer > *:only-child {
  margin-right: 0; }

.posts-list--default .entry-footer .entry-meta:nth-last-child(3):first-child {
  margin-right: 0;
  width: 100%; }

    /*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single .post-thumbnail {
  margin-bottom: 20px; }

#sidebar .single .post-thumbnail {
  margin-bottom: 0px; }

.single-chroniques.single .post[class*="post-"] .entry-header,
.single-post.single .post[class*="post-"] .entry-header {
  padding-top: 20px; }

.single-chroniques.single .post[class*="post-"] .post__cats,
.single-post.single .post[class*="post-"] .post__cats {
  left: 0;
  top: 0;
  padding: 0; }

.single-chroniques.single .post[class*="post-"] .entry-meta,
.single-post.single .post[class*="post-"] .entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.single-chroniques.single .post[class*="post-"] .posted-by,
.single-post.single .post[class*="post-"] .posted-by {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.single-chroniques.single .post[class*="post-"] .post__date,
.single-post.single .post[class*="post-"] .post__date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.single-post.single .post[class*="post-"] .post__comments {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.single-chroniques.single .post[class*="post-"] .share-btns__link,
.single-post.single .post[class*="post-"] .share-btns__link {
  font-size: 16px;
  font-size: 1rem; }

.single-chroniques.single .post-author-bio,
.archive.author .post-author-bio,
.single-post.single .post-author-bio {
  padding: 10px;
  border-top: none; }

  .single-chroniques.single .post-author-bio .post-author__content,
  .archive.author .post-author-bio .post-author__content,
  .single-post.single .post-author-bio .post-author__content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375; }
    
@media (min-width: 992px) {
  .single-chroniques.single .post-author-bio .post-author__title,
  .archive.author .post-author-bio .post-author__title,
  .single-post.single .post-author-bio .post-author__title {
    margin-bottom: 5px; } }
    @media (min-width: 992px) {
      .single-chroniques.single .post-author-bio .post-author__avatar,
      .archive.author .post-author-bio .post-author__avatar,
      .single-post.single .post-author-bio .post-author__avatar {
    margin-right: 19px; } }
.comment-navigation,
.post-navigation,
.posts-navigation,
.comments-area,
.comment-list + .comment-respond,
.single .related-posts {
  border-top: 2px solid; }

.single .related-posts > .entry-title {
  margin-bottom: 20px; }

/*--------------------------------------------------------------
### Archive page
--------------------------------------------------------------*/
.archive .taxonomy-description {
  margin-bottom: 25px; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative; }

.posts-list .hentry {
  margin-bottom: 50px; }

@media (min-width: 992px) {
  .posts-list .hentry {
    margin-bottom: 63px; } }
.posts-list--default .hentry {
  margin-bottom: 50px; }

.posts-list--default .hentry + .hentry {
  padding-top: 55px;
  border-top: 1px solid #e3e3e3; }

@media (min-width: 1200px) {
  .posts-list--default.featured-image--small .hentry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .posts-list--default.featured-image--small .hentry > .post-thumbnail,
  .posts-list--default.featured-image--small .hentry > .post-format-wrap {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 418px;
    -ms-flex: 0 0 418px;
    flex: 0 0 418px;
    max-width: 418px;
    margin-top: 0;
    margin-bottom: 0; }

  .posts-list--default.featured-image--small .hentry > .post-list__item-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }
@media (min-width: 992px) {
  .posts-list--default.featured-image--small.fullwidth .hentry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .posts-list--default.featured-image--small.fullwidth .hentry > .post-thumbnail,
  .posts-list--default.featured-image--small.fullwidth .hentry > .post-format-wrap {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 418px;
    -ms-flex: 0 0 418px;
    flex: 0 0 418px;
    max-width: 418px;
    margin-top: 0;
    margin-bottom: 0; }

  .posts-list--default.featured-image--small.fullwidth .hentry > .post-list__item-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }
@media (min-width: 1200px) {
  .posts-list--default.featured-image--small .hentry.format-gallery > .post-list__item-content {
    max-width: calc(100% - 418px); } }
.single .hentry:not(.related-posts) {
  margin-bottom: 60px; }

@media (min-width: 768px) {
  .search.search-results .hentry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px; }

  .search.search-results .hentry > * {
    margin-left: 15px;
    margin-right: 15px; }

  .search.search-results .hentry > .entry-footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }
/*--------------------------------------------------------------
## Comment-form
--------------------------------------------------------------*/
.comment-list + .comment-respond {
  padding-top: 60px;
  border-top: 1px solid #e3e3e3; }

.comment-list .comment-respond {
  margin-top: 60px;
  margin-bottom: 60px; }

.comment-reply-title {
  margin-bottom: 30px; }

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  line-height: 1.5;
  margin: 9px 0 9px 10px; }

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  position: relative;
  margin: 0 0 20px 0; }

.comment-form-comment i, .comment-form-author i, .comment-form-email i, .comment-form-url i {
  pointer-events: none;
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 6.5px; }

.comment-form .form-submit {
  margin: 40px 0 0 0; }

.comment-form__field {
  width: 100%;
  vertical-align: top; }

.comment-form .logged-in-as,
.comment-form .comment-notes {
  margin: 0 0 20px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin-bottom: 60px;
  border-top: 1px solid #e3e3e3;
  padding-top: 60px; }

.comments-title {
  margin-bottom: 30px; }

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

@media (min-width: 992px) {
  .comment-list {
    padding-bottom: 75px; } }
.comment-list .children {
  margin-left: 0;
  padding-left: 5px;
  list-style: none; }

@media (min-width: 768px) {
  .comment-list .children {
    padding-left: 10px; } }
@media (min-width: 992px) {
  .comment-list .children {
    padding-left: 15px; } }
.comment-list .children > .comment {
  margin-top: 20px; }

@media (min-width: 1200px) {
  .comment-list > .comment.depth-1.parent > .children,
  .comment-list > .ping.depth-1.parent > .children {
    padding-left: 100px; } }
.comment-list > .comment + .comment,
.comment-list > .comment + .ping,
.comment-list > .ping + .comment,
.comment-list > .ping + .ping {
  margin-top: 20px; }

@media (min-width: 992px) {
  .comment-list > .comment + .comment,
  .comment-list > .comment + .ping,
  .comment-list > .ping + .comment,
  .comment-list > .ping + .ping {
    margin-top: 40px; } }
.comment-body__holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.comment-body .avatar {
  width: 40px;
  margin: 0 15px 10px 0;
  border-radius: 50%; }

@media (min-width: 992px) {
  .comment-body .avatar {
    width: auto;
    margin: 0 30px 15px 0; } }
.comment-body .fn {
  display: block;
  margin-bottom: 2px; }

.comment-body .reply {
  line-height: 1.5; }

.comment-content-wrap {
  padding: 15px 25px;
  position: relative;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

@media (min-width: 992px) {
  .comment-content-wrap {
    padding: 25px 40px 35px; } }
.comment-content-wrap:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  top: 12px;
  right: 100%; }

@media (min-width: 992px) {
  .comment-content-wrap:before {
    border-width: 11px 12px 11px 0;
    top: 25px; } }
.comment-author {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.comment-content {
  margin-top: 5px; }

.comment-content > *:last-child {
  margin-bottom: 0; }

.comment-content p {
  line-height: 1.7142;
  margin-bottom: 1em; }

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

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

@media (min-width: 544px) {
  .comment .reply {
    float: right; } }
.comment .comment-reply-link {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: .2em; }

.comment .comment #cancel-comment-reply-link {
  text-transform: none;
  letter-spacing: .1em;
  font-style: inherit; }

.comments-title,
.comment-reply-title,
.related-posts .entry-title {
  text-transform: uppercase; }

.comment-body__holder {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3; }

.comment-list > .comment:last-of-type .comment-body__holder {
  border-bottom: none; }

.comment-content-wrap {
  background-color: transparent; }

@media (min-width: 992px) {
  .comment-content-wrap {
    padding: 10px; } }
.comment-content-wrap:before {
  display: none; }

.comments-area,
.single .related-posts {
  padding-top: 20px; }

.bypostauthor {
  display: block; }

@media (min-width: 992px) {
  .comment-body .avatar {
    margin-right: 5px; } }
/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
  padding: 10px 20px 11px;
  border: 1px solid #f7f8f8;
  background-color: #f7f8f8;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4167;
  font-style: normal;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

i + input[type='text'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap > input[type='text'], i +
input[type='email'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='email'], i +
input[type='url'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='url'], i +
input[type='password'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='password'], i +
input[type='search'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='search'], i +
input[type='number'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='number'], i +
input[type='tel'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='tel'], i +
input[type='range'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='range'], i +
input[type='date'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='date'], i +
input[type='month'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='month'], i +
input[type='week'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='week'], i +
input[type='time'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='time'], i +
input[type='datetime'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='datetime'], i +
input[type='datetime-local'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='datetime-local'], i +
input[type='color'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='color'], i +
select.comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
select, i +
textarea.comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
textarea {
  padding-left: 55px; }

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 2px solid #ECECEE;
  background-color: transparent; }

.invert input[type='text']:focus,
.tm_pb_with_background input[type='text']:focus, .invert
input[type='email']:focus,
.tm_pb_with_background
input[type='email']:focus, .invert
input[type='url']:focus,
.tm_pb_with_background
input[type='url']:focus, .invert
input[type='password']:focus,
.tm_pb_with_background
input[type='password']:focus, .invert
input[type='search']:focus,
.tm_pb_with_background
input[type='search']:focus, .invert
input[type='number']:focus,
.tm_pb_with_background
input[type='number']:focus, .invert
input[type='tel']:focus,
.tm_pb_with_background
input[type='tel']:focus, .invert
input[type='range']:focus,
.tm_pb_with_background
input[type='range']:focus, .invert
input[type='date']:focus,
.tm_pb_with_background
input[type='date']:focus, .invert
input[type='month']:focus,
.tm_pb_with_background
input[type='month']:focus, .invert
input[type='week']:focus,
.tm_pb_with_background
input[type='week']:focus, .invert
input[type='time']:focus,
.tm_pb_with_background
input[type='time']:focus, .invert
input[type='datetime']:focus,
.tm_pb_with_background
input[type='datetime']:focus, .invert
input[type='datetime-local']:focus,
.tm_pb_with_background
input[type='datetime-local']:focus, .invert
input[type='color']:focus,
.tm_pb_with_background
input[type='color']:focus, .invert
select:focus,
.tm_pb_with_background
select:focus, .invert
textarea:focus,
.tm_pb_with_background
textarea:focus {
  background-color: #f7f8f8; }

.widget-subscribe input[type='text'],
.site-footer input[type='text'], .widget-subscribe
input[type='email'],
.site-footer
input[type='email'], .widget-subscribe
input[type='url'],
.site-footer
input[type='url'], .widget-subscribe
input[type='password'],
.site-footer
input[type='password'], .widget-subscribe
input[type='search'],
.site-footer
input[type='search'], .widget-subscribe
input[type='number'],
.site-footer
input[type='number'], .widget-subscribe
input[type='tel'],
.site-footer
input[type='tel'], .widget-subscribe
input[type='range'],
.site-footer
input[type='range'], .widget-subscribe
input[type='date'],
.site-footer
input[type='date'], .widget-subscribe
input[type='month'],
.site-footer
input[type='month'], .widget-subscribe
input[type='week'],
.site-footer
input[type='week'], .widget-subscribe
input[type='time'],
.site-footer
input[type='time'], .widget-subscribe
input[type='datetime'],
.site-footer
input[type='datetime'], .widget-subscribe
input[type='datetime-local'],
.site-footer
input[type='datetime-local'], .widget-subscribe
input[type='color'],
.site-footer
input[type='color'], .widget-subscribe
select,
.site-footer
select, .widget-subscribe
textarea,
.site-footer
textarea {
  border-width: 2px;
  border-color: #ECECEE;
  background-color: transparent; }

.widget-subscribe .invert input[type='email']:focus,
.widget-subscribe .invert input[type='email']:hover {
  background-color: transparent; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type='file'] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2143;
  font-style: italic; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

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

select {
  border: 1px solid #ECECEE;
  max-width: 100%; }

textarea {
  width: 100%;
  height: 215px;
  min-height: 215px;
  resize: vertical;
  overflow: auto; }

* + div.wpcf7 {
  margin-top: 30px; }

::-moz-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

/*--------------------------------------------------------------
## Search-form
--------------------------------------------------------------*/
.search-form {
  margin: -5px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.site-header .search-form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: absolute;
  z-index: -1;
  top: -999em;
  left: 0;
  right: 55px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out; }

.site-header.style-3 .search-form,
.site-header.style-4 .search-form,
.site-header.style-2 .search-form {
  left: 15px;
  right: 70px; }

.site-header.search-active .search-form {
  top: 50%;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

@media (max-width: 991px) and (min-width: 544px) {
  .site-header.search-active .search-form {
    -webkit-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    transform: translateY(-85%); } }
.site-header .mobile-panel .search-form {
  left: 55px;
  right: 75px; }

.search-form__toggle {
  font-size: 19px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.search-form__toggle:before {
  content: '\e922'; }

.search-form__close {
  font-size: 19px;
  cursor: pointer;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  padding: 5px 0;
  opacity: 0;
  margin-left: 25px;
  visibility: hidden; }

@media (max-width: 991px) and (min-width: 544px) {
  .search-form__close {
    top: 30%; } }
.search-form__close:before {
  content: '\e92a'; }

.search-form__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: 1px;
  background: #e3e3e3; }

.invert .search-form__close:after {
  background: rgba(227, 227, 227, 0.2); }

.site-header.search-active .search-form__close {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible; }

.site-header.style-3 .search-form__close,
.site-header.style-4 .search-form__close,
.site-header.style-2 .search-form__close {
  right: 15px; }

.site-header .mobile-panel .search-form__close {
  right: 20px; }

.search-form__input-wrap {
  position: relative;
  margin: 5px;
  -webkit-box-flex: 5;
  -webkit-flex: 5 1 185px;
  -ms-flex: 5 1 185px;
  flex: 5 1 185px;
  min-width: 185px; }

.search-form__input-wrap i {
  pointer-events: none;
  font-size: 24px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .search-form__input-wrap i {
    left: 25px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .search-form__input-wrap i {
    left: 15px; } }
@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 .search-form__input-wrap i {
    left: 15px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .search-form__input-wrap i,
  .tm_pb_column_1_4 .search-form__input-wrap i {
    left: 15px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__input-wrap i {
    left: 15px; } }
.site-header .search-form__input-wrap i {
  display: none; }

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__input-wrap {
    -webkit-box-flex: 5;
    -webkit-flex: 5 1 150px;
    -ms-flex: 5 1 150px;
    flex: 5 1 150px;
    min-width: 150px; } }
.site-header .search-form__input-wrap {
  margin: 0;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.search-form__field[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px; }

i + .search-form__field[type='search'] {
  padding-left: 50px; }

@media (min-width: 768px) {
  i + .search-form__field[type='search'] {
    padding-left: 60px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar i + .search-form__field[type='search'] {
    padding-left: 50px; } }
@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 i + .search-form__field[type='search'] {
    padding-left: 50px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) i + .search-form__field[type='search'],
  .tm_pb_column_1_4 i + .search-form__field[type='search'] {
    padding-left: 50px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar i + .search-form__field[type='search'] {
    padding-left: 50px;
    padding-right: 10px; } }
.site-header .search-form__field[type='search'] {
  padding: 17.5px 0;
  font-size: 12px;
  font-size: 0.75rem;
  background: none;
  border: none; }

.site-header .search-form__field[type='search']:focus {
  background: none; }

.search-form__submit {
  margin: 5px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

@media (max-width: 543px) {
  .search-form__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .search-form__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .search-form__submit,
  .tm_pb_column_1_3 .search-form__submit,
  .tm_pb_column_1_4 .search-form__submit {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__submit {
    padding-left: 15px;
    padding-right: 15px; } }
.site-header .search-form__submit,
.site-header .invert .search-form__submit {
  background: none;
  border: none;
  font-size: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 15px 10px; }

.site-header .search-form__submit:hover,
.site-header .invert .search-form__submit:hover {
  background: none; }

.site-header .search-form__submit:active,
.site-header .invert .search-form__submit:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.site-header .search-form__submit:before,
.site-header .invert .search-form__submit:before {
  content: '\e922';
  font-size: 19px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*--------------------------------------------------------------
## Author-bio
--------------------------------------------------------------*/
.single-post.single .post-author-bio {
  margin-bottom: 20px;}

.post-author__avatar {
  float: left;
  margin: 10px 1em 00px 0; }

@media (min-width: 992px) {
  .post-author__avatar {
    margin: 10px 2em 0px 0; } }
.post-author__avatar .avatar {
  width: 75px;
  height: auto;
  max-width: 75px !important;
  vertical-align: top; }
  @media (min-width: 992px) {
    .post-author__avatar .avatar {
      width: 100px;
      max-width: 100px !important; } }
@media (min-width: 992px) {
  .post-author__title {
    margin: 0 0 20px; } }
.post-author__content {
  line-height: 1.7; }

/*--------------------------------------------------------------
## Share
--------------------------------------------------------------*/
.share-btns__list {
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1; }

.share-btns__list > * {
  padding-left: 10px;
  padding-right: 10px; }

.single .share-btns__list {
  margin-left: -12px;
  margin-right: -12px; }

.single .share-btns__list > * {
  padding-left: 12px;
  padding-right: 12px; }

.single-modern-header .share-btns__list {
  margin-top: 35px; }

@media (min-width: 992px) {
  .single-modern-header .share-btns__list {
    margin-top: 55px; } }
.share-btns__item {
  display: inline-block;
  vertical-align: top; }

.share-btns__link {
  line-height: 1.5em;
  display: block;
  height: 1.5em;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem; }

.single .share-btns__link {
  font-size: 20px;
  font-size: 1.25rem; }

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts {
  padding-top: 60px;
  border-top: 1px solid #e3e3e3; }

.single .related-posts > .entry-title {
  margin-bottom: 40px;
  text-transform: uppercase; }

.single .related-posts .post-thumbnail__img {
  width: 100%;
  height: auto; }

.single .related-posts .entry-header {
  margin-bottom: 10px; }

.single .related-posts .entry-header .entry-title {
  margin-bottom: 6px; }

.single .related-posts .entry-meta {
  margin-bottom: 0; }

.single .related-posts .entry-content {
  margin-top: 0; }

.single .related-posts .posted-by {
  display: inline-block; }

.single .related-posts .related-post + .related-post {
  border-left: 1px solid #e3e3e3; }

.single .related-posts .related-post + .related-post:nth-child(3n+1) {
  border-left: none; }

.single .related-posts .post__cats {
  left: 20px;
  right: 20px; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  background-color: transparent;
  position: relative;
  padding: 10px 0; }

@media (min-width: 992px) {
  .breadcrumbs {
    padding: 0px;
    border-bottom: 1px solid #F1F1F1; } }
.breadcrumbs:before {
  display: none; }

.breadcrumbs .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.breadcrumbs__title, .breadcrumbs__items {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.breadcrumbs__items {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: left; }

.breadcrumbs__title + .breadcrumbs__items {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.breadcrumbs__title .page-title {
  margin: 0; }

.breadcrumbs__browse {
  margin-right: .5em; }

.breadcrumbs__wrap {
  margin: 0; }

.breadcrumbs__item {
  display: inline-block;
  color: #000;
  font-weight: 500 !important; }

.breadcrumbs__item-sep {
  margin: 0 .5em; }

.breadcrumbs__item-link {
  text-decoration: none; }

@media (max-width: 991px) {
  .breadcrumbs .breadcrumbs__content, .breadcrumbs .breadcrumbs__item {
    line-height: 1.2; } }
/* mobile menu */
.mobile-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  visibility: visible;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 20px 10px 10px;
  height: 60px;
  -webkit-box-shadow: 0 2px 6px rgba(136, 136, 136, 0.26);
  box-shadow: 0 2px 6px rgba(136, 136, 136, 0.26); }

.mobile-panel__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.mobile-panel__right > * {
  padding-left: 10px;
  padding-right: 10px; }

.mobile-panel__right > *:not(.header-search) {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.site-header.search-active .mobile-panel__right > *:not(.header-search) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

@media (min-width: 768px) {
  .mobile-panel__right .header-search {
    display: none; } }
.admin-bar .mobile-panel {
  top: 46px; }

@media (max-width: 600px) {
  .admin-bar .mobile-panel {
    position: absolute; } }
@media (min-width: 768px) {
  .mobile-panel {
    display: none;
    visibility: hidden;
    left: -999em;
    height: 0; } }
/*--------------------------------------------------------------
## Toggle buttons
--------------------------------------------------------------*/
.menu-toggle {
  padding: 10px 10px;
  cursor: pointer;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background: none;
  border: 0;
  margin: 0;
  overflow: visible; }

.menu-toggle:hover {
  opacity: 1; }

.menu-toggle .menu-toggle-inner {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.menu-toggle .menu-toggle-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.menu-toggle .menu-toggle-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.menu-toggle.toggled .menu-toggle-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu-toggle.toggled .menu-toggle-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

.menu-toggle.toggled .menu-toggle-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu-toggle-box {
  width: 22px;
  height: 16px;
  display: block;
  position: relative; }

.menu-toggle-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }

.menu-toggle-inner, .menu-toggle-inner::before, .menu-toggle-inner::after {
  width: 22px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.menu-toggle-inner::before, .menu-toggle-inner::after {
  content: "";
  display: block; }

.menu-toggle-inner::before {
  top: -7px; }

.menu-toggle-inner::after {
  bottom: -7px; }

/* Skin */
@media (max-width: 767px) {
  .main-navigation.mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    padding-top: 85px;
    margin: 0;
    width: 100%;
    height: 100vh; }

  .admin-bar .main-navigation.mobile-menu {
    padding-top: 130px; }

  .main-navigation.mobile-menu .menu {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }

  .main-navigation.mobile-menu.animate {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }

  .main-navigation.mobile-menu.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  .main-navigation.mobile-menu .menu {
    display: block; }

  .main-navigation.mobile-menu > .menu > li:first-child {
    margin-top: 20px; } }
.main-navigation a {
  padding: 5px 0;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 400; }

@media (min-width: 768px) {
  .main-navigation .menu {
    margin-left: -18px;
    margin-right: -18px; }

  .main-navigation .menu > li {
    margin-left: 18px;
    margin-right: 18px; } }
@media (min-width: 768px) {
  .main-navigation .menu > li > a {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem; } }
@media (max-width: 767px) {
  .main-navigation .menu > li > a {
    padding-left: 10px; } }
@media (max-width: 767px) {
  .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) a {
    padding-right: 65px; } }
.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
  /* Active and hover state (level 1) */ }

@media (min-width: 768px) {
  .main-navigation .menu > li {
    margin-left: 12px;
    margin-right: 12px;
    position: relative; }

  .default .main-navigation .menu > li:before,
  .style-5 .main-navigation .menu > li:before,
  .style-4 .main-navigation .menu > li:before,
  .style-2 .main-navigation .menu > li:before,
  .style-6 .main-navigation .menu > li:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: -20px;
    display: inline-block;
    height: 3px;
    -webkit-transition: 0.3s cubic-bezier(0.77, -0.315, 0.39, 1.325);
    -o-transition: 0.3s cubic-bezier(0.77, -0.315, 0.39, 1.325);
    transition: 0.3s cubic-bezier(0.77, -0.315, 0.39, 1.325); }

  .style-2 .main-navigation .menu > li:before {
    top: -21px; }

  .style-6 .main-navigation .menu > li:before {
    top: -10px; }

  .main-navigation .menu > li:hover:before {
    left: 0;
    right: 0; } }
@media (min-width: 768px) {
  .main-navigation .sub-menu {
    padding: 15px 0; }

  .main-navigation .sub-menu > li > a {
    width: 155px;
    padding-left: 20px; } }
@media (min-width: 768px) {
  .main-navigation .sub-menu li.menu-item-has-children > a:after {
    /* Marker (level 2, 3, ..., N) */
    content: '\e93c';
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (min-width: 768px) {
  .main-navigation .sub-menu > li > a {
    width: 220px;
    padding: 4px 30px 4px 35px; } }
@media (min-width: 768px) {
  .main-navigation .sub-menu a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: normal;
    text-transform: capitalize; } }
.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a {
  /* Active and hover state (level 2, 3, ..., N) */ }

.main-navigation a::after {
  /* Marker style */
  cursor: pointer;
  position: absolute;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem; }

@media (min-width: 768px) {
  .main-navigation:not(.vertical-menu) .menu > li > .sub-menu {
    margin-top: 14px; } }
/* Menu items description */
.menu-item__desc {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize; }

@media (min-width: 768px) {
  .menu > li > a > .menu-item__desc {
    text-align: center; } }
/* Mobile style */
.mobile-menu .menu {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.admin-bar .mobile-menu {
  top: 46px; }

@media (max-width: 767px) {
  .mobile-menu .sub-menu-toggle {
    display: block; }

  .mobile-menu .menu-item-has-children > .sub-menu {
    display: none; }

  .mobile-menu .sub-menu-open > .sub-menu {
    display: block; }

  .site-header.search-active .cherry-search {
    top: 265px; }

  .search-form__close {
    top: 250px; }

  .site-header .mobile-panel .search-form {
    left: 45px; } }
@media (max-width: 767px) {
  html.mobile-menu-active,
  html.mobile-menu-active body {
    overflow: hidden; } }
.sub-menu-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 995;
  border: 0;
  padding: 15px 22px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sub-menu-toggle:before {
  content: '\e93a';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem; }

.sub-menu-toggle.active:before {
  content: '\e939'; }

/*--------------------------------------------------------------
## Vertical menu
--------------------------------------------------------------*/
/*rtl:begin:ignore*/
#site-navigation.main-navigation.vertical-menu {
  overflow: hidden;
  will-change: transform;
  -webkit-transition: -webkit-transform 500ms ease-in;
  transition: -webkit-transform 500ms ease-in;
  -o-transition: transform 500ms ease-in;
  transition: transform 500ms ease-in;
  transition: transform 500ms ease-in, -webkit-transform 500ms ease-in;
  z-index: 1001;
  position: fixed;
  top: 0;
  width: 300px;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15); }

#site-navigation.main-navigation.vertical-menu.slide--left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  right: 0; }

#site-navigation.main-navigation.vertical-menu.slide--right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0; }

#site-navigation.main-navigation.vertical-menu.menu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out; }

#site-navigation.main-navigation.vertical-menu .main-navigation-buttons {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 12%;
  direction: ltr; }

#site-navigation.main-navigation.vertical-menu ul {
  list-style: none;
  padding: 0;
  width: 300px;
  display: none; }

#site-navigation.main-navigation.vertical-menu ul.menu {
  position: relative;
  display: block;
  -webkit-transition: 400ms -webkit-transform ease-in-out;
  transition: 400ms -webkit-transform ease-in-out;
  -o-transition: 400ms transform ease-in-out;
  transition: 400ms transform ease-in-out;
  transition: 400ms transform ease-in-out, 400ms -webkit-transform ease-in-out;
  will-change: transform;
  margin: 0; }

#site-navigation.main-navigation.vertical-menu ul.menu > li {
  display: block; }

#site-navigation.main-navigation.vertical-menu ul.menu li {
  text-align: center;
  margin: 0; }

#site-navigation.main-navigation.vertical-menu ul.menu li a {
  width: auto;
  border: none;
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem; }

#site-navigation.main-navigation.vertical-menu ul.menu li::after {
  display: none; }

#site-navigation.main-navigation.vertical-menu ul.menu li.hide,
#site-navigation.main-navigation.vertical-menu ul.menu li a.hide {
  display: none; }

#site-navigation.main-navigation.vertical-menu .active > ul {
  display: inherit;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px); }

#site-navigation.main-navigation.vertical-menu .menu-item-has-children a {
  position: relative; }

#site-navigation.main-navigation.vertical-menu .menu-item-has-children > a::after {
  font-size: 10px;
  font-size: 0.625rem;
  content: '\e93c';
  color: inherit;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#site-navigation.main-navigation.vertical-menu .scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh; }

#site-navigation.main-navigation.vertical-menu .back,
#site-navigation.main-navigation.vertical-menu .close {
  cursor: pointer;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#site-navigation.main-navigation.vertical-menu .back.hide,
#site-navigation.main-navigation.vertical-menu .close.hide {
  display: none; }

#site-navigation.main-navigation.vertical-menu .back i,
#site-navigation.main-navigation.vertical-menu .close i {
  font-size: 28px;
  font-size: 1.75rem; }

#site-navigation.main-navigation.vertical-menu .back i + .navigation-button__text,
#site-navigation.main-navigation.vertical-menu .close i + .navigation-button__text {
  margin-left: 10px; }

#site-navigation.main-navigation.vertical-menu .back .navigation-button__text,
#site-navigation.main-navigation.vertical-menu .close .navigation-button__text {
  font-size: 12px;
  font-size: 0.75rem; }

#site-navigation.main-navigation.vertical-menu .menu::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f7f8f8; }

#site-navigation.main-navigation.vertical-menu .menu::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
  background-color: #f7f8f8; }

#site-navigation.main-navigation.vertical-menu .menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px; }

#site-navigation.main-navigation.vertical-menu .super-guacamole__menu {
  display: none !important; }

@media (max-width: 767px) {
  #site-navigation.main-navigation .parent-title {
    display: none; } }
/*rtl:end:ignore*/
@media (max-width: 767px) {
  .site-header {
    margin-top: 80px; }

  .main-navigation-buttons {
    display: none; } }
.fl-post-carousel-text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5); }

.fl-post-carousel-content {
  z-index: 1; }

/* home slider PODCASTS */
.swiper-slide-inner.inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 3; }

.swiper-slide-inner.inner .post__date {
  color: #fff; }
  .swiper-slide-inner.inner .post__date:hover {
    color: #ee2862; }

#newsmaker_widget_carousel-1.widget-carousel {
  position: relative;
  overflow: unset; }
#newsmaker_widget_carousel-1 .controls {
  position: absolute;
  top: -46px;
  right: 0; }
  #newsmaker_widget_carousel-1 .controls a {
    display: inline-block;
    padding: 5px; }
    #newsmaker_widget_carousel-1 .controls a.bxNext {
      margin-left: 20px; }
    #newsmaker_widget_carousel-1 .controls a:hover i {
      color: #222222; }
  #newsmaker_widget_carousel-1 .controls i {
    color: #888888;
    font-size: 24px;
    font-weight: 700; }

.home_slider .fl-post-carousel {
  padding: 0; }
.home_slider .fl-post-carousel .bx-wrapper:hover + .fl-post-carousel-navigation svg path {
  fill: #fff; }
.home_slider .fl-post-carousel-navigation:hover svg path {
  fill: #ee2862; }

/* contact pg */
.nous_contacter {
  padding: 20px 30px;
  background-color: #F92A66; }

#mapshooga {
  height: 500px;
  width: 100%; }

.maphiddenpoints {
  display: none; }

/* form styles */
form:not(.fl-builder-settings) fieldset, form.frm-show-form fieldset {
  padding: 0 !important; }
form:not(.fl-builder-settings) div.frm_form_field, form:not(.fl-builder-settings) .dz-message.needsclick, form.frm-show-form div.frm_form_field, form.frm-show-form .dz-message.needsclick {
  float: left;
  clear: none; }
form:not(.fl-builder-settings) abbr, form.frm-show-form abbr {
  text-decoration: none !important; }
form:not(.fl-builder-settings) input, form:not(.fl-builder-settings) .frm_submit button, form:not(.fl-builder-settings) textarea, form:not(.fl-builder-settings) select, form.frm-show-form input, form.frm-show-form .frm_submit button, form.frm-show-form textarea, form.frm-show-form select {
  padding: 6px 14px !important;
  border: 1px solid #e7e7e7 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #7A7A7A !important;
  font-size: 14px !important;
  line-height: 22px !important; }
  form:not(.fl-builder-settings) input::-webkit-input-placeholder, form:not(.fl-builder-settings) .frm_submit button::-webkit-input-placeholder, form:not(.fl-builder-settings) textarea::-webkit-input-placeholder, form:not(.fl-builder-settings) select::-webkit-input-placeholder, form.frm-show-form input::-webkit-input-placeholder, form.frm-show-form .frm_submit button::-webkit-input-placeholder, form.frm-show-form textarea::-webkit-input-placeholder, form.frm-show-form select::-webkit-input-placeholder {
    color: #7a7a7a !important;
    text-overflow: ellipsis; }
  form:not(.fl-builder-settings) input::-moz-placeholder, form:not(.fl-builder-settings) .frm_submit button::-moz-placeholder, form:not(.fl-builder-settings) textarea::-moz-placeholder, form:not(.fl-builder-settings) select::-moz-placeholder, form.frm-show-form input::-moz-placeholder, form.frm-show-form .frm_submit button::-moz-placeholder, form.frm-show-form textarea::-moz-placeholder, form.frm-show-form select::-moz-placeholder {
    color: #7a7a7a !important;
    text-overflow: ellipsis; }
  form:not(.fl-builder-settings) input:-ms-input-placeholder, form:not(.fl-builder-settings) .frm_submit button:-ms-input-placeholder, form:not(.fl-builder-settings) textarea:-ms-input-placeholder, form:not(.fl-builder-settings) select:-ms-input-placeholder, form.frm-show-form input:-ms-input-placeholder, form.frm-show-form .frm_submit button:-ms-input-placeholder, form.frm-show-form textarea:-ms-input-placeholder, form.frm-show-form select:-ms-input-placeholder {
    color: #7a7a7a !important;
    text-overflow: ellipsis; }
  form:not(.fl-builder-settings) input:focus, form:not(.fl-builder-settings) .frm_submit button:focus, form:not(.fl-builder-settings) textarea:focus, form:not(.fl-builder-settings) select:focus, form.frm-show-form input:focus, form.frm-show-form .frm_submit button:focus, form.frm-show-form textarea:focus, form.frm-show-form select:focus {
    border-color: #e7e7e7 !important; }
form:not(.fl-builder-settings) input, form:not(.fl-builder-settings) select, form:not(.fl-builder-settings) .frm_submit button, form.frm-show-form input, form.frm-show-form select, form.frm-show-form .frm_submit button {
  height: 40px !important; }
form:not(.fl-builder-settings) input[type='submit'], form:not(.fl-builder-settings) button[type='submit'], form.frm-show-form input[type='submit'], form.frm-show-form button[type='submit'] {
  display: inline-block;
  margin: 0 !important;
  padding: 6px 30px !important;
  color: #fff !important;
  background-color: #F02863 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  border: 1px solid #F02863 !important;
  line-height: 22px !important;
  text-align: center; }
  form:not(.fl-builder-settings) input[type='submit']:hover, form:not(.fl-builder-settings) button[type='submit']:hover, form.frm-show-form input[type='submit']:hover, form.frm-show-form button[type='submit']:hover {
    background-color: #F02863 !important; }
  form:not(.fl-builder-settings) input[type='submit']:focus, form:not(.fl-builder-settings) button[type='submit']:focus, form.frm-show-form input[type='submit']:focus, form.frm-show-form button[type='submit']:focus {
    border-radius: 0 !important;
    outline: none; }
form:not(.fl-builder-settings) textarea, form.frm-show-form textarea {
  resize: none; }

.partners_sld .fl-rich-text {
  position: relative; }
  .partners_sld .fl-rich-text ul li:not(:first-child) {
    display: none; }
  .partners_sld .fl-rich-text .slick-slide img {
    margin: 0 auto; }
.partners_sld ul.slick-slider {
  position: relative;
  padding: 0;
  margin: 0; }
.partners_sld nav.controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    .partners_sld nav.controls {
      margin-left: -40px;
      margin-right: -40px; } }
  .partners_sld nav.controls i {
    font-size: 30px;
    font-weight: 700;
    padding: 5px;
    cursor: pointer; }
    .partners_sld nav.controls i:hover {
      color: #F92A66; }
  .partners_sld nav.controls i.fa-angle-left {
    float: left; }
  .partners_sld nav.controls i.fa-angle-right {
    float: right; }

.top-panel .top-panel__top {
  padding: 13.5px 0 !important; }

.top-panel__message {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 0;
  color: #FFFFFF !important; }

.top-panel__right .menu-conteneur {
  padding-left: 0px; }
.top-panel__right .menu-conteneur .top-menu   {
    margin: 0px;
    padding: 0px; }
.top-panel__right .menu-conteneur  .top-menu  li {
      padding: 7px 16px;
      list-style-type: none;
      background-color: #F1F1F1;
      float: left;
      margin-left: 14px; }
.top-panel__right .menu-conteneur .top-menu  li a {
        color: #000000;
        font-size: 14px; }
.top-panel__right .header-search {
  max-width: 32px;
  max-height: 32px;
  background-color: #F02863;
  height: 32px;
  width: 32px;
  float: right;
  padding: 0px; }
  .top-panel__right .header-search .search-form__toggle {
    left: 7px;
    top: 8px;
    color: #ffffff;
    font-size: 16px; }

.last_title {
  margin-top: 10px; }

.site-header {
  border-bottom: 1px solid #F1F1F1 !important;
  border-color: #F1F1F1 !important; }

.breadcrumbs__item span {
  text-transform: uppercase;
  font-family: Lato; }
  .breadcrumbs__item span a {
    padding-right: 7px; }
  .breadcrumbs__item span .breadcrumb_last {
    padding-left: 7px; }

pre.textwidget {
  font-family: Lato, sans-serif;
  white-space: pre-line;
  font-size: 12px !important;
  margin: 0px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px; }

.social-list .menu-item > a {
  color: #fff !important; }

#site-navigation ul li:last-child {
  padding-right: 5px; }

.page .fl-module-content .fl-rich-text ul {
  padding: 0px; }
  .page .fl-module-content .fl-rich-text ul li {
    list-style: none;
    color: #808080; }
    .page .fl-module-content .fl-rich-text ul li::before {
      content: "\2022";
      color: #f92a66;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }

.sidebar-fol li::before, .sidebar li::before, .partners_sld li::before {
  display: none !important; }

.fl-rich-text p {
  color: #808080;
  margin-top: 1em; }

/*
.home .fl-module-content h2 span.fl-heading-text, .home .fl-rich-text h2, #sidebar .fl-module-content h2 span.fl-heading-text, #sidebar .fl-rich-text h2 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}*/
#load_more_search, #load_more_posts {
  margin: 0 auto;
  max-width: 120px;
  display: block;
  color: #fff;
  margin-bottom: 30px; }
#footer-area .footer_link {
  background-color: #F1F1F1;
  padding: 10px 20px;
  color: #000000;
  font-family: Lato;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  float: right;
  margin-top: 15px; }

.comment-form > p > input.comment-form__field, .comment-form > p > textarea {
  text-indent: 55px !important; }

.top-panel > div.top_top_panel {
  text-align: center; }

.site-branding .site-logo.site-logo--image {
  width: 150px; }

/*# sourceMappingURL=style.css.map */

/* JP */
.top-panel__message .dashicons,
.mobile .dashicons{
  font-size:30px;
  padding-top: 5px;
  width:40px;
}

.top-panel__message .geo-menu,
.top-panel__message .geo-menu:focus{
  width: 200px;
  border:none;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #ddd;
  background-color: #333;
  border-radius: 0px;
}


.mobile{
  display: none;
  text-align: left;
  padding: 10px;
  border:none;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  border-radius: 0px;
}
.pub-ordi{
  display: block}
.pub-mobile{
  display: none!important;
}
@media (max-width: 768px) {
  .pub-mobile{
    display: block;
  }
  .pub-ordi{
    display: none;
  }
  .mobile{
    display: block;
  }
  .geo-menu{
    width:calc(100% - 50px);
  }

}