/*!
Theme Name: Wapuula
Theme URI: http://underscores.me/
Author: Wapuula team
Author URI: http://wapuula.com
Description: wapuula.com theme
Version: 3.1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wapu
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Wapuula is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-size: 16px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hidden {
  display: none; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }
  @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: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem; }

.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.5625rem;
  padding-right: 1.5625rem; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.col-xs-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 544px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 768px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.row-xs-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.row-xs-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

@media (min-width: 544px) {
  .row-sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

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

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

@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-xl-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-xl-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.col-xs-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-xs-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

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

@media (min-width: 544px) {
  .col-sm-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-sm-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .col-sm-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 768px) {
  .col-md-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-md-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .col-md-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 992px) {
  .col-lg-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-lg-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .col-lg-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 1200px) {
  .col-xl-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-xl-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .col-xl-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #42527b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  clear: both; }

h1 {
  font-size: 30px;
  line-height: 1.225em;
  margin-bottom: 1.25em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 26px;
  line-height: 1.225em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 40px; } }
  .page h2 {
    margin-top: 1.1em;
    margin-bottom: 0.45em; }

h3 {
  font-size: 24px;
  line-height: 1.2em; }
  @media (min-width: 768px) {
    h3 {
      font-size: 34px; } }

h4 {
  font-size: 24px;
  line-height: 1.286em; }
  @media (min-width: 768px) {
    h4 {
      font-size: 28px; } }

h5 {
  font-size: 22px;
  line-height: 1.2em; }

h6 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600; }

.invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6, .invert p {
  color: #fff; }

.single .entry-content h2, .single-video-tutorials h2 {
  margin: 0.325em 0 0.650em; }

.single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6, .single-video-tutorials h3, .single-video-tutorials h4, .single-video-tutorials h5, .single-video-tutorials h6 {
  margin: 1.8em 0 1.16em; }

.single .entry-content h4.entry-title, .single-video-tutorials h4.entry-title {
  margin: 0 0 1.16em; }

.single.single-knowledge-base .entry-content h6,
.single.single-how-to .entry-content h6 {
  font-weight: 400; }

p {
  margin: 0 0 2em; }
  .single .entry-content p {
    margin: 0 0 1em; }

p strong {
  font-weight: 600; }

i {
  color: #304fff; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 2.063em 0 1.875em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #f7f7fb;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  white-space: normal;
  margin: 2.063em 0 1.875em; }
  @media (min-width: 992px) {
    pre {
      padding: 2.063em 3.438em 2.313em; } }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #f7f7fb;
  padding: 3px 10px; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  position: relative;
  quotes: "" "";
  font-weight: 600;
  background: #f7f7fb;
  font-family: "Open Sans", sans-serif;
  padding: 3.5em 1.5em 1.5em; }
  @media (min-width: 768px) {
    blockquote, q {
      padding: 2.063em 3.438em 2.313em; } }
  blockquote:before, q:before {
    font-family: 'Nucleo Mini';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    content: "\eb16";
    position: absolute;
    font-size: 18px;
    font-size: 1.125rem;
    top: 25px;
    left: 25px; }
    @media (min-width: 768px) {
      blockquote:before, q:before {
        top: 15px;
        left: 25px; } }
  blockquote p, q p {
    margin: 0; }

hr {
  background-color: #e8e8f6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 1.875em 0 2.75em; }
  ul li, ol li {
    position: relative; }

ul {
  list-style: none;
  padding-left: 0; }
  ul li {
    margin: 8px 0; }
  .hentry ul li {
    position: relative;
    padding-left: 18px;
    margin: 8px 0; }
    .hentry ul li strong {
      font-weight: 600; }
    .hentry ul li:before {
      position: absolute;
      content: "";
      width: 7px;
      height: 7px;
      left: 0;
      top: 10px;
      border-radius: 100%;
      background-color: #d9dce5; }

ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0; }
  ol > li {
    padding-left: 20px; }
    ol > li:nth-child(n+10) {
      padding-left: 27px; }
    ol > li:before {
      content: counter(item, decimal) ". ";
      counter-increment: item;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 600; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.375em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 2em 0;
  /* Extra wide images within figure tags dont overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.copy-to-clipboard {
  position: relative; }
  .copy-to-clipboard:before {
    position: absolute;
    font-size: 12px;
    line-height: 1.4em;
    padding: 5px 8px;
    pointer-events: none;
    color: #fff;
    background: #7a87a7;
    bottom: 100%;
    width: 120px;
    text-align: center;
    content: attr(data-default-label);
    left: 50%;
    margin-left: -60px;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .copy-to-clipboard:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #7a87a7 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -5px;
    margin-bottom: 3px; }
  .copy-to-clipboard:after, .copy-to-clipboard:before {
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  .copy-to-clipboard.copied:before {
    content: attr(data-success-label); }
  .copy-to-clipboard:hover:after, .copy-to-clipboard:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 42px;
  height: 42px;
  z-index: 999;
  text-align: center;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 19px 0 rgba(80, 106, 172, 0.3);
  box-shadow: 0 0 19px 0 rgba(80, 106, 172, 0.3); }
  #toTop:before {
    font-family: 'Nucleo Mini';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    width: 100%;
    line-height: 42px;
    font-size: 18px;
    content: "\e905"; }
  #toTop:focus {
    outline: 0; }
  @media (min-width: 768px) {
    #toTop {
      right: 20px;
      bottom: 80px; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 12px 20px 17px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff;
  background-color: #304fff;
  -webkit-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
  -o-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
  transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
  @media (min-width: 768px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      padding: 12px 20px 17px; } }
  .invert button, .invert
  input[type="button"], .invert
  input[type="reset"], .invert
  input[type="submit"] {
    background: #304fff;
    border: 2px solid #304fff; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: white;
    background-color: #001ec9;
    -webkit-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
    -o-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
    transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
    .invert button:hover, .invert
    input[type="button"]:hover, .invert
    input[type="reset"]:hover, .invert
    input[type="submit"]:hover {
      background: transparent; }

.search-form {
  margin: 0;
  padding: 0; }
  .search-form:after {
    display: block;
    clear: both;
    width: 100%;
    content: ''; }
  .search-form__field[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 50px);
    height: 50px; }
    .top-panel .search-form__field[type='search'] {
      width: 150px;
      height: 30px;
      padding: 7px 7px 1px 0;
      border: none;
      background: none; }
      .top-panel .search-form__field[type='search']:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
  .search-form__submit {
    float: left;
    width: 50px;
    padding-right: 0;
    padding-left: 0;
    padding: 15px 0;
    margin-left: -25px;
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .top-panel .search-form__submit {
      margin-left: 0; }
    .search-form__submit i.material-icons {
      line-height: 20px;
      display: block;
      height: 20px;
      margin: 0 auto;
      font-size: 24px;
      font-size: 1.5rem; }
      .top-panel .search-form__submit i.material-icons {
        font-size: 19.2px;
        font-size: 1.2rem; }
    .top-panel .search-form__submit {
      width: 30px;
      padding: 5px 0;
      background-color: transparent; }
      .top-panel .search-form__submit:hover {
        background: none; }
      .top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }

.comment-list ol li:before {
  display: none; }

@media (min-width: 992px) {
  .comment-reply-title {
    line-height: 1.4;
    margin-bottom: 15px; } }

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  margin: 0.9em 0 0 0; }
  .comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
    font-weight: 600;
    margin-bottom: 3px;
    display: block; }
  .comment-form-comment input, .comment-form-author input, .comment-form-email input, .comment-form-url input {
    width: 100%; }

.comment-form .form-submit {
  margin: 1.5em 0 0 0; }

.comment-form__field {
  width: 100%;
  vertical-align: top; }
  .comment-list .comment-form__field {
    background-color: #fff; }

.comment-form .logged-in-as,
.comment-form .comment-notes {
  margin: 1em 0; }

.comment-list .comment-form {
  padding-bottom: 2em; }

.comment-form input[type='submit'] {
  border: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#cancel-comment-reply-link {
  font-size: 12px;
  font-size: 0.75rem; }

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 {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #42527b;
  border: 1px solid #e8e8f6;
  border-radius: 5px;
  padding: 10px 15px 12px;
  background-color: #f5f7fb; }
  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: none;
    color: #42527b; }

button,
input[type='submit'],
input[type='reset'] {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 12px 20px 17px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff;
  background-color: #304fff;
  -webkit-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
  -o-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
  transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
  @media (min-width: 768px) {
    button,
    input[type='submit'],
    input[type='reset'] {
      padding: 12px 20px 17px; } }
  .invert button, .invert
  input[type='submit'], .invert
  input[type='reset'] {
    background: #304fff;
    border: 2px solid #304fff; }
  button:hover,
  input[type='submit']:hover,
  input[type='reset']:hover {
    color: white;
    background-color: #001ec9;
    -webkit-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
    -o-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
    transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
    .invert button:hover, .invert
    input[type='submit']:hover, .invert
    input[type='reset']:hover {
      background: transparent; }
  button:focus,
  input[type='submit']:focus,
  input[type='reset']:focus {
    outline: none; }

.wpcf7-form input[type='your-name'],
.wpcf7-form input[type='your-email'] {
  width: 100%; }

select {
  border: 1px solid #e8e8f6; }

textarea {
  width: 100%;
  resize: vertical; }

::-webkit-input-placeholder {
  color: #42527b;
  opacity: 1; }

::-moz-placeholder {
  color: #42527b;
  opacity: 1; }

:-moz-placeholder {
  color: #42527b;
  opacity: 1; }

:-ms-input-placeholder {
  color: #42527b;
  opacity: 1; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #42527b;
  text-decoration: none;
  -webkit-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32s ease; }
  a:visited {
    color: #42527b; }
  a:hover, a:focus, a:active {
    color: #304fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Basic */
#themes-menu > li.menu-item-has-children > .menu-link-wrapper a, #primary-menu > li.menu-item-has-children > .menu-link-wrapper a, #landing-menu > li.menu-item-has-children > .menu-link-wrapper a {
  position: relative; }
  #themes-menu > li.menu-item-has-children > .menu-link-wrapper a:after, #primary-menu > li.menu-item-has-children > .menu-link-wrapper a:after, #landing-menu > li.menu-item-has-children > .menu-link-wrapper a:after {
    font-family: 'Nucleo Mini';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    position: absolute;
    content: '\e93b';
    right: 3px;
    top: 31px;
    color: #304fff;
    font-size: 11px;
    font-size: 0.6875rem; }
    @media (max-width: 991px) {
      #themes-menu > li.menu-item-has-children > .menu-link-wrapper a:after, #primary-menu > li.menu-item-has-children > .menu-link-wrapper a:after, #landing-menu > li.menu-item-has-children > .menu-link-wrapper a:after {
        right: 10px;
        top: 23px; } }
    @media (max-width: 543px) {
      #themes-menu > li.menu-item-has-children > .menu-link-wrapper a:after, #primary-menu > li.menu-item-has-children > .menu-link-wrapper a:after, #landing-menu > li.menu-item-has-children > .menu-link-wrapper a:after {
        display: none; } }

.main-navigation,
.support-navigation {
  display: block;
  clear: both; }
  .main-navigation .menu-primary-container,
  .main-navigation .menu-themes-container,
  .support-navigation .menu-primary-container,
  .support-navigation .menu-themes-container {
    margin-top: 25px; }
    @media (min-width: 544px) {
      .main-navigation .menu-primary-container,
      .main-navigation .menu-themes-container,
      .support-navigation .menu-primary-container,
      .support-navigation .menu-themes-container {
        margin-top: 0; } }
  @media (max-width: 543px) {
    .main-navigation ul > li,
    .support-navigation ul > li {
      margin-left: 15px; } }
  .main-navigation ul > li .sub-menu li,
  .support-navigation ul > li .sub-menu li {
    margin-left: 0; }
  .main-navigation ul,
  .support-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: block; }
    @media (min-width: 544px) {
      .main-navigation ul,
      .support-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .main-navigation ul li,
    .support-navigation ul li {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }
    .main-navigation ul ul,
    .support-navigation ul ul {
      text-align: left;
      padding: 15px 20px;
      border-radius: 5px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 59px 0 rgba(80, 106, 172, 0.19);
      box-shadow: 0 0 59px 0 rgba(80, 106, 172, 0.19); }
      @media (max-width: 543px) {
        .main-navigation ul ul,
        .support-navigation ul ul {
          padding: 0; } }
      .main-navigation ul ul ul:before,
      .support-navigation ul ul ul:before {
        display: none;
        border-top: 0; }
      .main-navigation ul ul:before,
      .support-navigation ul ul:before {
        content: '';
        top: -4px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4px 4px 4px;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        display: none;
        border-color: transparent transparent #2a344f transparent; }
        @media (max-width: 767px) {
          .main-navigation ul ul:before,
          .support-navigation ul ul:before {
            border: none;
            position: absolute;
            cursor: pointer;
            left: auto;
            top: 5px;
            right: 25px;
            font-family: 'Nucleo Mini';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            /* Support for all WebKit browsers. */
            -webkit-font-smoothing: antialiased;
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
            font-size: 14px;
            font-size: 0.875rem;
            text-align: center;
            color: #fff;
            -webkit-transition: all 0.32s cubic-bezier(0.13, 0.51, 0.26, 0.98);
            -o-transition: all 0.32s cubic-bezier(0.13, 0.51, 0.26, 0.98);
            transition: all 0.32s cubic-bezier(0.13, 0.51, 0.26, 0.98);
            content: '\e926';
            display: none; } }
  @media (max-width: 767px) and (max-width: 543px) {
    .main-navigation ul ul:before,
    .support-navigation ul ul:before {
      display: block; } }
      .main-navigation ul ul li,
      .support-navigation ul ul li {
        margin: 0; }
        .menu-item-has-children .main-navigation ul ul li, .menu-item-has-children
        .support-navigation ul ul li {
          margin: 0; }
      .main-navigation ul ul a,
      .support-navigation ul ul a {
        text-indent: 10px;
        color: #42527b; }
        .main-navigation ul ul a:hover,
        .support-navigation ul ul a:hover {
          color: #fff;
          background-color: #304fff; }
      .main-navigation ul ul ul a,
      .support-navigation ul ul ul a {
        text-indent: 1.5rem; }
        @media (max-width: 767px) {
          .main-navigation ul ul ul a,
          .support-navigation ul ul ul a {
            text-indent: 2rem; } }
      .main-navigation ul ul ul ul a,
      .support-navigation ul ul ul ul a {
        text-indent: 2.5rem; }
      .main-navigation ul ul ul ul ul a,
      .support-navigation ul ul ul ul ul a {
        text-indent: 3rem; }
      .main-navigation ul ul ul ul ul ul a,
      .support-navigation ul ul ul ul ul ul a {
        text-indent: 3.5rem; }
  .main-navigation .menu,
  .support-navigation .menu {
    display: block;
    position: relative; }
    .main-navigation .menu .menu-link-wrapper,
    .support-navigation .menu .menu-link-wrapper {
      position: relative; }
  .main-navigation li,
  .support-navigation li {
    position: relative;
    text-align: left;
    margin: 0; }
    @media (min-width: 1200px) {
      .main-navigation li:first-child a,
      .support-navigation li:first-child a {
        padding-left: 31px; } }
  .main-navigation a,
  .support-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    padding: 24px 19px; }
    @media (max-width: 991px) {
      .main-navigation a,
      .support-navigation a {
        padding: 16px 25px 15px 0; } }
    @media (max-width: 543px) {
      .main-navigation a,
      .support-navigation a {
        color: #fff;
        padding: 0; } }
  @media (min-width: 544px) {
    .main-navigation .menu,
    .support-navigation .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .default .main-navigation .menu, .default
      .support-navigation .menu {
        display: block; }
      .main-navigation .menu > li,
      .support-navigation .menu > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .default .main-navigation .menu > li, .default
        .support-navigation .menu > li {
          display: inline-block; }
    .main-navigation li.menu-hover > ul,
    .support-navigation li.menu-hover > ul {
      top: 100%;
      opacity: 1;
      visibility: visible; }
    .main-navigation li li.menu-hover > ul,
    .support-navigation li li.menu-hover > ul {
      top: -18px;
      opacity: 1;
      visibility: visible; }
      .main-navigation li li.menu-hover > ul.left-side,
      .support-navigation li li.menu-hover > ul.left-side {
        left: auto;
        right: 100%; }
    .main-navigation .sub-menu,
    .support-navigation .sub-menu {
      display: block;
      position: absolute;
      z-index: 999;
      top: 120%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: top .2s linear .1s, opacity .2s linear .1s, visibility .1s linear .2s;
      -o-transition: top .2s linear .1s, opacity .2s linear .1s, visibility .1s linear .2s;
      transition: top .2s linear .1s, opacity .2s linear .1s, visibility .1s linear .2s; }
      .main-navigation .sub-menu ul,
      .support-navigation .sub-menu ul {
        top: 20%;
        left: 100%;
        margin-left: 2px; }
      .main-navigation .sub-menu .menu-item-has-children .menu-link-wrapper:after,
      .support-navigation .sub-menu .menu-item-has-children .menu-link-wrapper:after {
        right: 20px; }
    .main-navigation ul a,
    .support-navigation ul a {
      text-indent: 0; } }

/* Skin Styles */
.main-navigation > li > a {
  color: #324571; }
  .main-navigation > li > a:hover {
    color: #304fff; }

.main-navigation a:focus,
.support-navigation a:focus {
  outline: none; }

@media (min-width: 544px) {
  .main-navigation .primary-menu > li > a,
  .main-navigation .primary-menu > li > .menu-link-wrapper, .main-navigation .themes-menu > li > a,
  .main-navigation .themes-menu > li > .menu-link-wrapper,
  .support-navigation .primary-menu > li > a,
  .support-navigation .primary-menu > li > .menu-link-wrapper,
  .support-navigation .themes-menu > li > a,
  .support-navigation .themes-menu > li > .menu-link-wrapper {
    border-bottom: none; } }

.main-navigation .primary-menu > li:last-child > a,
.main-navigation .primary-menu > li:last-child > .menu-link-wrapper, .main-navigation .themes-menu > li:last-child > a,
.main-navigation .themes-menu > li:last-child > .menu-link-wrapper,
.support-navigation .primary-menu > li:last-child > a,
.support-navigation .primary-menu > li:last-child > .menu-link-wrapper,
.support-navigation .themes-menu > li:last-child > a,
.support-navigation .themes-menu > li:last-child > .menu-link-wrapper {
  border-bottom: none; }

.main-navigation .primary-menu > li.menu-hover > a,
.main-navigation .primary-menu > li.menu-hover > .menu-link-wrapper > a, .main-navigation .primary-menu > li.current_page_item > a,
.main-navigation .primary-menu > li.current_page_item > .menu-link-wrapper > a, .main-navigation .primary-menu > li.current_page_ancestor > a,
.main-navigation .primary-menu > li.current_page_ancestor > .menu-link-wrapper > a, .main-navigation .primary-menu > li.current-menu-item > a,
.main-navigation .primary-menu > li.current-menu-item > .menu-link-wrapper > a, .main-navigation .primary-menu > li.current-menu-ancestor > a,
.main-navigation .primary-menu > li.current-menu-ancestor > .menu-link-wrapper > a, .main-navigation .themes-menu > li.menu-hover > a,
.main-navigation .themes-menu > li.menu-hover > .menu-link-wrapper > a, .main-navigation .themes-menu > li.current_page_item > a,
.main-navigation .themes-menu > li.current_page_item > .menu-link-wrapper > a, .main-navigation .themes-menu > li.current_page_ancestor > a,
.main-navigation .themes-menu > li.current_page_ancestor > .menu-link-wrapper > a, .main-navigation .themes-menu > li.current-menu-item > a,
.main-navigation .themes-menu > li.current-menu-item > .menu-link-wrapper > a, .main-navigation .themes-menu > li.current-menu-ancestor > a,
.main-navigation .themes-menu > li.current-menu-ancestor > .menu-link-wrapper > a,
.support-navigation .primary-menu > li.menu-hover > a,
.support-navigation .primary-menu > li.menu-hover > .menu-link-wrapper > a,
.support-navigation .primary-menu > li.current_page_item > a,
.support-navigation .primary-menu > li.current_page_item > .menu-link-wrapper > a,
.support-navigation .primary-menu > li.current_page_ancestor > a,
.support-navigation .primary-menu > li.current_page_ancestor > .menu-link-wrapper > a,
.support-navigation .primary-menu > li.current-menu-item > a,
.support-navigation .primary-menu > li.current-menu-item > .menu-link-wrapper > a,
.support-navigation .primary-menu > li.current-menu-ancestor > a,
.support-navigation .primary-menu > li.current-menu-ancestor > .menu-link-wrapper > a,
.support-navigation .themes-menu > li.menu-hover > a,
.support-navigation .themes-menu > li.menu-hover > .menu-link-wrapper > a,
.support-navigation .themes-menu > li.current_page_item > a,
.support-navigation .themes-menu > li.current_page_item > .menu-link-wrapper > a,
.support-navigation .themes-menu > li.current_page_ancestor > a,
.support-navigation .themes-menu > li.current_page_ancestor > .menu-link-wrapper > a,
.support-navigation .themes-menu > li.current-menu-item > a,
.support-navigation .themes-menu > li.current-menu-item > .menu-link-wrapper > a,
.support-navigation .themes-menu > li.current-menu-ancestor > a,
.support-navigation .themes-menu > li.current-menu-ancestor > .menu-link-wrapper > a {
  /* Active and hover state (level 1) */
  color: #304fff !important; }

.main-navigation .sub-menu .menu-item-has-children > .menu-link-wrapper:after,
.support-navigation .sub-menu .menu-item-has-children > .menu-link-wrapper:after {
  position: absolute;
  cursor: pointer;
  top: 17px;
  right: 20px;
  margin-top: -9px;
  font-family: 'Nucleo Mini';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  -o-transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  content: '\e928';
  color: #fff; }
  @media (min-width: 544px) {
    .main-navigation .sub-menu .menu-item-has-children > .menu-link-wrapper:after,
    .support-navigation .sub-menu .menu-item-has-children > .menu-link-wrapper:after {
      right: 10px;
      top: 17px; } }

.main-navigation .sub-menu .menu-item-has-children.cherry-responsive-menu-avaliable-items > .menu-link-wrapper:after,
.support-navigation .sub-menu .menu-item-has-children.cherry-responsive-menu-avaliable-items > .menu-link-wrapper:after {
  content: none; }

.main-navigation .sub-menu.left-side,
.support-navigation .sub-menu.left-side {
  left: auto;
  right: 100%; }

.main-navigation .sub-menu li,
.support-navigation .sub-menu li {
  margin-left: 0; }
  .main-navigation .sub-menu li a,
  .support-navigation .sub-menu li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 0;
    border-radius: 5px; }
    @media (min-width: 544px) {
      .main-navigation .sub-menu li a,
      .support-navigation .sub-menu li a {
        width: 11.35em; } }
  @media (min-width: 544px) {
    .main-navigation .sub-menu li > a,
    .main-navigation .sub-menu li > .menu-link-wrapper > a,
    .support-navigation .sub-menu li > a,
    .support-navigation .sub-menu li > .menu-link-wrapper > a {
      padding: 3px 0; }
    .main-navigation .sub-menu li:last-of-type > a,
    .main-navigation .sub-menu li:last-of-type > .menu-link-wrapper > a,
    .support-navigation .sub-menu li:last-of-type > a,
    .support-navigation .sub-menu li:last-of-type > .menu-link-wrapper > a {
      border-bottom: none; } }

.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.menu-hover > .menu-link-wrapper > a,
.main-navigation .sub-menu li.current-menu-ancestor > a,
.main-navigation .sub-menu li.current-menu-ancestor > .menu-link-wrapper > a,
.support-navigation .sub-menu li.menu-hover > a,
.support-navigation .sub-menu li.menu-hover > .menu-link-wrapper > a,
.support-navigation .sub-menu li.current-menu-ancestor > a,
.support-navigation .sub-menu li.current-menu-ancestor > .menu-link-wrapper > a {
  /* Active and hover state (level 2, 3, ..., N) */ }

.support-navigation .sub-menu li a {
  width: 100%; }

.support-navigation ul ul a {
  text-indent: 10px; }

.main-navigation.mobile-menu {
  position: fixed;
  top: 0;
  right: -70%;
  z-index: 998;
  max-width: 70%;
  width: 100%;
  height: 100vh;
  margin: 0 !important;
  background-color: #2a344f;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91); }
  .admin-bar .main-navigation.mobile-menu {
    padding-top: 32px; }
  .main-navigation.mobile-menu .main-navigation-inner {
    overflow-y: scroll;
    display: block;
    height: 100%; }
  .main-navigation.mobile-menu li.menu-hover > .menu-link-wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .main-navigation.mobile-menu li.menu-hover > ul {
    max-height: 500px;
    -webkit-transition: max-height 0.4s cubic-bezier(0.76, 0.09, 0.29, 0.97);
    -o-transition: max-height 0.4s cubic-bezier(0.76, 0.09, 0.29, 0.97);
    transition: max-height 0.4s cubic-bezier(0.76, 0.09, 0.29, 0.97); }
  .main-navigation.mobile-menu li.menu-hover .sub-menu {
    margin: 5px 15px 10px 0; }
  .main-navigation.mobile-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-transition: max-height 0.4s cubic-bezier(0.16, 0.57, 0.32, 0.94);
    -o-transition: max-height 0.4s cubic-bezier(0.16, 0.57, 0.32, 0.94);
    transition: max-height 0.4s cubic-bezier(0.16, 0.57, 0.32, 0.94); }
    .main-navigation.mobile-menu .sub-menu .menu-link-wrapper {
      padding: 4px; }

body.mobile-menu-active {
  /* Mobile menu active styles */ }

body.mobile-menu-visible {
  overflow: hidden;
  width: 100%;
  height: 100%; }
  body.mobile-menu-visible .site-content,
  body.mobile-menu-visible .site-footer,
  body.mobile-menu-visible .site-header .social-list,
  body.mobile-menu-visible .site-header .site-branding,
  body.mobile-menu-visible .site-header .top-panel {
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  body.mobile-menu-visible .main-navigation.mobile-menu {
    right: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.35, 0.19, 0.45, 0.91);
    -o-transition: all 0.6s cubic-bezier(0.35, 0.19, 0.45, 0.91);
    transition: all 0.6s cubic-bezier(0.35, 0.19, 0.45, 0.91); }
    body.mobile-menu-visible .main-navigation.mobile-menu .mobile-menu-toggle-button .menu-toggle__icon {
      color: #fff; }
      body.mobile-menu-visible .main-navigation.mobile-menu .mobile-menu-toggle-button .menu-toggle__icon::after {
        content: '\ea18'; }

/* Toogle button styles */
.mobile-menu-toggle-button {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  padding: 0;
  border-width: 0;
  left: -45px;
  top: 12px;
  background-color: #2a344f;
  background-image: none; }
  @media (min-width: 544px) {
    .mobile-menu-toggle-button {
      display: none; } }
  .mobile-menu-toggle-button .menu-toggle__icon {
    font-family: 'Nucleo Mini';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 18px;
    font-size: 1.125rem;
    vertical-align: top;
    color: #fff; }
    .mobile-menu-toggle-button .menu-toggle__icon::after {
      top: .75em;
      content: '\ea97'; }

body.admin-bar .mobile-menu-toggle-button {
  top: 62px; }

body.admin-bar .mobile-menu .menu {
  margin-top: 46px; }

/* Submenu marker base styles */
.submenu-marker {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0px;
  margin-top: -9px;
  font-family: 'Nucleo Mini';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  -o-transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  z-index: 1; }
  .submenu-marker::before {
    top: .75em;
    content: '\f105'; }
  @media (min-width: 544px) {
    .submenu-marker {
      right: 0; } }

/* Menu items description */
.menu-item__desc {
  font-size: 10px;
  font-size: 0.625rem; }
  @media (min-width: 544px) {
    .menu > li > a > .menu-item__desc,
    .menu > li > .menu-link-wrapper > a > .menu-item__desc {
      position: absolute; } }

.cherry-responsive-menu .menu > li[hidden] {
  display: none; }

.cherry-responsive-menu-avaliable-items[hidden] {
  display: none; }

/* paginations navigations */
.navigation.pagination {
  overflow: hidden;
  margin-left: -3px; }
  .navigation.pagination .page-numbers {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    width: 43px;
    height: 43px;
    line-height: 42px;
    text-align: center;
    display: block;
    float: left;
    margin: 0 3px;
    border-radius: 5px;
    border: 1px solid #e8e8f6;
    background: #ffffff;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    transition: all 0.28s ease; }
    .navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover {
      color: #304fff;
      background: #f5f7fb; }
    .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
      width: auto;
      font-family: "Muli", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      display: inline-block;
      max-width: 100%;
      padding: 12px 20px 17px;
      cursor: pointer;
      text-align: center;
      vertical-align: top;
      white-space: normal;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      border-radius: 5px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      color: #fff;
      background-color: #304fff;
      -webkit-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
      -o-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
      transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
      @media (min-width: 768px) {
        .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
          padding: 12px 20px 17px; } }
      .invert .navigation.pagination .page-numbers.next, .invert .navigation.pagination .page-numbers.prev {
        background: #304fff;
        border: 2px solid #304fff; }
      .navigation.pagination .page-numbers.next:hover, .navigation.pagination .page-numbers.prev:hover {
        color: white;
        background-color: #001ec9;
        -webkit-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
        -o-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
        transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
        .invert .navigation.pagination .page-numbers.next:hover, .invert .navigation.pagination .page-numbers.prev:hover {
          background: transparent; }
    .navigation.pagination .page-numbers.next {
      margin-left: 7px; }
    .navigation.pagination .page-numbers.prev {
      margin-right: 7px; }

.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  padding: 1.45em 0;
  margin: 2em 0;
  border-top: 1px solid #e8e8f6;
  border-bottom: 1px solid #e8e8f6; }
  @media (min-width: 768px) {
    .comment-navigation,
    .posts-navigation,
    .post-navigation {
      padding: 2.45em 0; } }
  .comment-navigation .nav-links a,
  .posts-navigation .nav-links a,
  .post-navigation .nav-links a {
    color: #42527b; }
  .comment-navigation .nav-links .meta-nav,
  .posts-navigation .nav-links .meta-nav,
  .post-navigation .nav-links .meta-nav {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Muli", sans-serif;
    color: #304fff;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    transition: all 0.28s ease; }
  .comment-navigation .nav-links .post-title,
  .posts-navigation .nav-links .post-title,
  .post-navigation .nav-links .post-title {
    line-height: 1.385em; }
  .comment-navigation .nav-previous, .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    overflow: hidden;
    display: block;
    margin: 0; }
    @media (min-width: 768px) {
      .comment-navigation .nav-previous, .comment-navigation .nav-next,
      .posts-navigation .nav-previous,
      .posts-navigation .nav-next,
      .post-navigation .nav-previous,
      .post-navigation .nav-next {
        margin: 0;
        width: 48.5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .comment-navigation .nav-previous a, .comment-navigation .nav-next a,
    .posts-navigation .nav-previous a,
    .posts-navigation .nav-next a,
    .post-navigation .nav-previous a,
    .post-navigation .nav-next a {
      position: relative;
      padding: 1em 10px;
      display: block;
      width: 100%; }
      .comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:before,
      .posts-navigation .nav-previous a:before,
      .posts-navigation .nav-next a:before,
      .post-navigation .nav-previous a:before,
      .post-navigation .nav-next a:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -8px;
        text-align: center;
        width: 16px;
        height: 16px;
        line-height: 1em;
        font-family: 'Nucleo Mini';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        font-size: 12px;
        font-size: 0.75rem; }
      .comment-navigation .nav-previous a:hover, .comment-navigation .nav-next a:hover,
      .posts-navigation .nav-previous a:hover,
      .posts-navigation .nav-next a:hover,
      .post-navigation .nav-previous a:hover,
      .post-navigation .nav-next a:hover {
        color: #304fff; }
        .comment-navigation .nav-previous a:hover .meta-nav, .comment-navigation .nav-next a:hover .meta-nav,
        .posts-navigation .nav-previous a:hover .meta-nav,
        .posts-navigation .nav-next a:hover .meta-nav,
        .post-navigation .nav-previous a:hover .meta-nav,
        .post-navigation .nav-next a:hover .meta-nav {
          color: #42527b; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    text-align: left;
    float: left; }
    .comment-navigation .nav-previous > a,
    .posts-navigation .nav-previous > a,
    .post-navigation .nav-previous > a {
      padding-left: 28px; }
      .comment-navigation .nav-previous > a:before,
      .posts-navigation .nav-previous > a:before,
      .post-navigation .nav-previous > a:before {
        content: '\e903';
        left: 0; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    text-align: right;
    float: right; }
    .comment-navigation .nav-next > a,
    .posts-navigation .nav-next > a,
    .post-navigation .nav-next > a {
      padding-right: 28px; }
      .comment-navigation .nav-next > a:before,
      .posts-navigation .nav-next > a:before,
      .post-navigation .nav-next > a:before {
        content: '\e904';
        right: 0; }

.support-navigation {
  display: none; }
  @media (min-width: 992px) {
    .support-navigation {
      display: block; } }

.desktop-hidden {
  display: block; }
  @media (min-width: 992px) {
    .desktop-hidden {
      display: none; } }

.support-navigation ul.support-menu {
  margin: 0; }
  .support-navigation ul.support-menu > li {
    margin: 0; }
    .support-navigation ul.support-menu > li > div > a {
      position: relative;
      display: block;
      font-family: "Muli", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      display: inline-block;
      max-width: 100%;
      padding: 12px 20px 17px;
      cursor: pointer;
      text-align: center;
      vertical-align: top;
      white-space: normal;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      border-radius: 5px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      color: #fff;
      background-color: #304fff;
      -webkit-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
      -o-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
      transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
      border-radius: 0;
      min-width: 176px; }
      @media (min-width: 768px) {
        .support-navigation ul.support-menu > li > div > a {
          padding: 12px 20px 17px; } }
      .invert .support-navigation ul.support-menu > li > div > a {
        background: #304fff;
        border: 2px solid #304fff; }
      .support-navigation ul.support-menu > li > div > a:hover {
        color: white;
        background-color: #001ec9;
        -webkit-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
        -o-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
        transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
        .invert .support-navigation ul.support-menu > li > div > a:hover {
          background: transparent; }
      @media (min-width: 992px) {
        .support-navigation ul.support-menu > li > div > a {
          padding: 24px 40px 30px 23px; } }
      .support-navigation ul.support-menu > li > div > a:after {
        font-family: 'Nucleo Mini';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        position: absolute;
        content: '\e93b';
        right: 22px;
        top: 29px;
        font-size: 11px;
        font-size: 0.6875rem; }

.support-navigation .sub-menu {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  padding: 2.35em 0 1.35em;
  text-transform: none;
  border-top: 1px solid #f7f7fb; }
  .breadcrumbs__title {
    display: none; }
    .breadcrumbs__title .page-title {
      margin: 0; }
  .breadcrumbs__items {
    float: left;
    font-size: 12px;
    font-size: 0.75rem; }
  .breadcrumbs__browse {
    float: left;
    margin-right: .5em; }
  .breadcrumbs__wrap {
    float: left;
    margin: 0; }
  .breadcrumbs__item {
    float: left; }
    .breadcrumbs__item-sep {
      margin: 0 .55em;
      color: #e8e8f6; }
    .breadcrumbs__item-link, .breadcrumbs__item-link:visited {
      color: #304fff;
      text-decoration: none; }
      .breadcrumbs__item-link:hover, .breadcrumbs__item-link:visited:hover {
        color: #42527b; }
  .breadcrumbs__item-target {
    color: #42527b; }

/*--------------------------------------------------------------
## Socail
--------------------------------------------------------------*/
.social-list--header .social-menu {
  margin: 0; }

.social-list .menu-item {
  float: left;
  margin-right: 2px; }
  .social-list .menu-item .menu-link-wrapper > a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px; }
    .social-list .menu-item .menu-link-wrapper > a:hover {
      text-decoration: none; }
      .social-list .menu-item .menu-link-wrapper > a:hover::before {
        color: #304fff; }
      .social-list .menu-item .menu-link-wrapper > a:hover::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    .social-list .menu-item .menu-link-wrapper > a:focus {
      outline: none; }
    .social-list .menu-item .menu-link-wrapper > a[href*="facebook.com"]::before {
      content: '\eb82'; }
    .social-list .menu-item .menu-link-wrapper > a[href*="instagram.com"]::before {
      content: '\eb87'; }
    .social-list .menu-item .menu-link-wrapper > a[href*="linkedin.com"]::before {
      content: '\eb89'; }
    .social-list .menu-item .menu-link-wrapper > a[href*="youtube.com"]::before {
      content: '\eb9e'; }
    .social-list .menu-item .menu-link-wrapper > a[href*="twitter.com"]::before {
      content: '\eb98'; }
    .social-list .menu-item .menu-link-wrapper > a::before {
      position: relative;
      color: #42527b;
      z-index: 1;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .social-list .menu-item .menu-link-wrapper > a::after {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #f1f1f8;
      border-radius: 50%;
      z-index: 0;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.nc_icon, .social-list .menu-item .menu-link-wrapper > a[href*="facebook.com"]::before, .social-list .menu-item .menu-link-wrapper > a[href*="instagram.com"]::before, .social-list .menu-item .menu-link-wrapper > a[href*="linkedin.com"]::before, .social-list .menu-item .menu-link-wrapper > a[href*="youtube.com"]::before, .social-list .menu-item .menu-link-wrapper > a[href*="twitter.com"]::before {
  font-family: 'Nucleo Mini';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin: auto;
  line-height: 40px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #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;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn.btn-primary {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 12px 20px 17px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff;
  background-color: #304fff;
  -webkit-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
  -o-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
  transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
  @media (min-width: 768px) {
    .btn.btn-primary {
      padding: 12px 20px 17px; } }
  .invert .btn.btn-primary {
    background: #304fff;
    border: 2px solid #304fff; }
  .btn.btn-primary:hover {
    color: white;
    background-color: #001ec9;
    -webkit-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
    -o-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
    transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
    .invert .btn.btn-primary:hover {
      background: transparent; }

.btn.large-button {
  padding: 18px 39px 21px; }

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.notice {
  border-radius: 5px;
  border: 2px solid;
  margin: 2em 0 2.8em;
  padding: 1.5em 2em 1.5em 3em; }
  .notice + .notice {
    margin-bottom: 2em; }
  @media (min-width: 1200px) {
    .notice {
      padding: 33px 128px 33px 95px; } }
  .notice.type-info, .notice.type-success, .notice.type-warning, .notice.type-error {
    position: relative; }
    .notice.type-info a, .notice.type-success a, .notice.type-warning a, .notice.type-error a {
      color: #304fff; }
      .notice.type-info a:hover, .notice.type-success a:hover, .notice.type-warning a:hover, .notice.type-error a:hover {
        color: #42527b;
        text-decoration: underline; }
    .notice.type-info:before, .notice.type-success:before, .notice.type-warning:before, .notice.type-error:before {
      font-family: 'Nucleo Mini';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      position: absolute;
      top: 28px;
      left: 16px;
      font-size: 19.2px;
      font-size: 1.2rem; }
      @media (min-width: 1200px) {
        .notice.type-info:before, .notice.type-success:before, .notice.type-warning:before, .notice.type-error:before {
          top: 40px;
          left: 40px;
          font-size: 28px;
          font-size: 1.75rem; } }
  .notice.type-success {
    border-color: #00b4ff;
    background-color: #e6f7fe; }
    .notice.type-success:before {
      content: '\ea6a';
      color: #00b4ff; }
  .notice.type-warning {
    border-color: #fdc634;
    background-color: #fffbef; }
    .notice.type-warning:before {
      content: '\ea6a';
      color: #fdc634; }
  .notice.type-error {
    border-color: #fc3448;
    background-color: #fef4f5; }
    .notice.type-error:before {
      content: '\ea2a';
      color: #fc3448; }
  .notice.type-info {
    border-color: #37cf82;
    background-color: #f0fcf6; }
    .notice.type-info:before {
      content: '\ea1f';
      color: #37cf82; }

.blurb {
  text-align: center; }
  .blurb__title {
    margin: 0 0 10px; }
  .blurb__text {
    font-size: 14px;
    font-size: 0.875rem; }
  .blurb-large, .blurb-boxed {
    margin: 1em 0; }
    @media (min-width: 1200px) {
      .blurb-large, .blurb-boxed {
        margin: 2em 0; } }
    .blurb-large .blurb__link, .blurb-boxed .blurb__link {
      padding: 15px 15px 30px;
      border: 1px solid #e8e8f6;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #42527b;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease; }
      @media (min-width: 1200px) {
        .blurb-large .blurb__link, .blurb-boxed .blurb__link {
          padding: 13px 15px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .blurb-large .blurb__link:hover, .blurb-boxed .blurb__link:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        -webkit-transition: all 0.32s ease;
        -o-transition: all 0.32s ease;
        transition: all 0.32s ease; }
        .blurb-large .blurb__link:hover i, .blurb-boxed .blurb__link:hover i {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .blurb-large .blurb__link:hover i:before, .blurb-boxed .blurb__link:hover i:before {
            -webkit-text-fill-color: transparent;
            color: #fff;
            background-image: -webkit-linear-gradient(-45deg, #fff 0%, #fff 40%, #fff 57%);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .blurb-large .blurb__link:hover i:after, .blurb-boxed .blurb__link:hover i:after {
            opacity: 0.1;
            -webkit-transform: scale(0.82);
            -ms-transform: scale(0.82);
            transform: scale(0.82);
            -webkit-transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955);
            -o-transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955);
            transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955); }
    .blurb-large i, .blurb-large .blurb_description, .blurb-boxed i, .blurb-boxed .blurb_description {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }
    .blurb-large i, .blurb-boxed i {
      display: block;
      font-size: 44px;
      font-size: 2.75rem;
      position: relative;
      width: 108px;
      height: 108px;
      border-radius: 50%;
      margin: 15px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      background-size: 200% auto;
      background-image: -webkit-gradient(linear, left top, right top, from(#304fff), color-stop(51%, #304fff), to(#304fff));
      background-image: -webkit-linear-gradient(left, #304fff 0%, #304fff 51%, #304fff 100%);
      background-image: -o-linear-gradient(left, #304fff 0%, #304fff 51%, #304fff 100%);
      background-image: linear-gradient(to right, #304fff 0%, #304fff 51%, #304fff 100%);
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 992px) {
        .blurb-large i, .blurb-boxed i {
          margin: 25px 29px 25px 25px; } }
      .blurb-large i:before, .blurb-boxed i:before {
        line-height: 108px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #304fff;
        background-image: -webkit-linear-gradient(45deg, #304fff 0%, #304fff 30%, #304fff 87%);
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .blurb-large i:after, .blurb-boxed i:after {
        position: absolute;
        opacity: 1;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
        background-color: #fff;
        z-index: -1;
        -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .blurb-large .blurb_description, .blurb-boxed .blurb_description {
      text-align: center;
      margin-bottom: 4px; }
      @media (min-width: 1200px) {
        .blurb-large .blurb_description, .blurb-boxed .blurb_description {
          text-align: left; } }
  .blurb-large {
    margin: 1em 0; }
    .blurb-large i {
      margin: 12px 10px 11px 10px; }
      @media (min-width: 992px) {
        .blurb-large i {
          margin: 12px 29px 11px 10px; } }
  .blurb-boxed {
    margin: 2em 0;
    text-align: center; }
    .blurb-boxed .blurb__link {
      padding: 45px 15px 30px;
      border: 1px solid #e8e8f6;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #42527b;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease; }
      @media (min-width: 768px) {
        .blurb-boxed .blurb__link {
          padding: 62px 15px 39px; } }
      .blurb-boxed .blurb__link:hover .blurb__title {
        color: #304fff; }
    .blurb-boxed img {
      margin-bottom: 32px; }
  .blurb-banner {
    text-align: center; }
    @media (max-width: 991px) {
      .blurb-banner {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .blurb-banner.invert .blurb__text {
      color: #fff; }
    .blurb-banner .blurb__link {
      padding: 45px 15px 30px;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #42527b;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease; }
      @media (min-width: 768px) {
        .blurb-banner .blurb__link {
          padding: 43px 15px; } }
      .blurb-banner .blurb__link .blurb__title {
        margin-bottom: 1px; }
        @media (max-width: 991px) {
          .blurb-banner .blurb__link .blurb__title {
            font-size: 20px;
            font-size: 1.25rem; } }
      .blurb-banner .blurb__link .blurb__text {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem; }
      .blurb-banner .blurb__link .blurb__img {
        max-height: 58px;
        width: auto;
        margin-bottom: 12px; }
      .blurb-banner .blurb__link i {
        font-size: 60px;
        font-size: 3.75rem;
        margin-bottom: 17px; }
      .blurb-banner .blurb__link:hover {
        color: #304fff;
        border-color: transparent;
        -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        -webkit-transition: all 0.32s ease;
        -o-transition: all 0.32s ease;
        transition: all 0.32s ease; }
        .blurb-banner .blurb__link:hover i {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .blurb-banner .blurb__link:hover i:after {
            opacity: 0.1;
            -webkit-transform: scale(0.82);
            -ms-transform: scale(0.82);
            transform: scale(0.82);
            -webkit-transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955);
            -o-transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955);
            transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955); }
    .blurb-banner.custom-1 .blurb__link {
      overflow: hidden;
      position: relative;
      padding: 45px 15px 30px;
      background-color: #243867;
      background: #324f90;
      background: -moz-radial-gradient(center, ellipse cover, #324f90 25%, #243867 100%);
      background: -webkit-radial-gradient(center, ellipse cover, #324f90 25%, #243867 100%);
      background: -webkit-radial-gradient(center, ellipse, #324f90 25%, #243867 100%);
      background: -o-radial-gradient(center, ellipse, #324f90 25%, #243867 100%);
      background: radial-gradient(ellipse at center, #324f90 25%, #243867 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324f90', endColorstr='#243867',GradientType=1 ); }
      @media (min-width: 768px) {
        .blurb-banner.custom-1 .blurb__link {
          padding: 55px 15px 100px; } }
    .blurb-banner.custom-1 .blurb__title {
      margin-bottom: 2px; }
    .blurb-banner.custom-1 .blurb__img {
      margin-bottom: 17px; }
    .blurb-banner.custom-1 .blurb_products_list {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 17px 0 13px;
      background-color: #a7cb54;
      background: #87b844;
      background: -moz-linear-gradient(left, #87b844 0%, #a7cb54 47%, #87b844 100%);
      background: -webkit-linear-gradient(left, #87b844 0%, #a7cb54 47%, #87b844 100%);
      background: -webkit-gradient(linear, left top, right top, from(#87b844), color-stop(47%, #a7cb54), to(#87b844));
      background: -o-linear-gradient(left, #87b844 0%, #a7cb54 47%, #87b844 100%);
      background: linear-gradient(to right, #87b844 0%, #a7cb54 47%, #87b844 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b844', endColorstr='#87b844',GradientType=1 ); }
      .blurb-banner.custom-1 .blurb_products_list:before {
        content: '';
        top: -7px;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        border-color: transparent transparent #a7cb54 transparent; }
      .blurb-banner.custom-1 .blurb_products_list i {
        max-width: 12%;
        font-size: 25px;
        margin: 1.5%; }
        @media (max-width: 1199px) {
          .blurb-banner.custom-1 .blurb_products_list i {
            max-width: 12%;
            font-size: 22px;
            margin: 0.7%; } }
        @media (max-width: 991px) {
          .blurb-banner.custom-1 .blurb_products_list i {
            max-width: 12%;
            font-size: 35px;
            margin: 1.5%; } }
        @media (max-width: 543px) {
          .blurb-banner.custom-1 .blurb_products_list i {
            max-width: 12%;
            font-size: 22px;
            margin: 0.8%; } }
        .blurb-banner.custom-1 .blurb_products_list i:before {
          color: #fff; }
    .blurb-banner.custom-2 {
      border: 1px solid #e8e8f6;
      border-radius: 5px; }
      .blurb-banner.custom-2 .blurb__link {
        overflow: hidden;
        position: relative;
        padding: 45px 15px 30px; }
        @media (min-width: 1200px) {
          .blurb-banner.custom-2 .blurb__link {
            padding: 42px 55px 43px; } }
      .blurb-banner.custom-2 a {
        background-color: #fff; }
        .blurb-banner.custom-2 a h4, .blurb-banner.custom-2 a .blurb__text {
          color: #42527b; }
      .blurb-banner.custom-2 i {
        margin-left: 20px; }
        .blurb-banner.custom-2 i:before {
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          color: #304fff;
          background-image: -webkit-linear-gradient(45deg, #304fff 0%, #304fff 30%, #304fff 87%); }
    .blurb-banner.custom-3 a {
      background-color: #fff;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(-10%, #304fff), color-stop(100%, #304fff), to(#304fff));
      background-image: -webkit-linear-gradient(left, #304fff -10%, #304fff 100%, #304fff 100%);
      background-image: -o-linear-gradient(left, #304fff -10%, #304fff 100%, #304fff 100%);
      background-image: linear-gradient(to right, #304fff -10%, #304fff 100%, #304fff 100%); }
    .blurb-banner.custom-3 i {
      color: #fff; }
    .blurb-banner a {
      background-color: #3f4f77;
      display: block;
      min-height: 266px; }
  .blurb-boxed-main {
    margin: 1.55em 0;
    text-align: center; }
    .blurb-boxed-main.custom-height .blurb__link {
      padding: 48px 15px 27px; }
      @media (max-width: 543px) {
        .blurb-boxed-main.custom-height .blurb__link {
          padding: 48px 15px 28px;
          min-height: unset; } }
      @media (min-width: 992px) {
        .blurb-boxed-main.custom-height .blurb__link {
          padding: 48px 15px 42px; } }
      @media (min-width: 1200px) {
        .blurb-boxed-main.custom-height .blurb__link {
          padding: 48px 15px 18px;
          min-height: 190px; } }
    .blurb-boxed-main .blurb__link {
      padding: 45px 15px 30px;
      border: 1px solid #e8e8f6;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #42527b;
      background-color: #fff;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease; }
      @media (min-width: 768px) {
        .blurb-boxed-main .blurb__link {
          padding: 48px 15px 42px; } }
      .blurb-boxed-main .blurb__link i {
        margin-bottom: 16px;
        font-size: 48px;
        font-size: 3rem; }
        .blurb-boxed-main .blurb__link i:before {
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          color: #304fff;
          background-color: #304fff;
          -webkit-transition: all 380ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
          -o-transition: all 380ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
          transition: all 380ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
      .blurb-boxed-main .blurb__link:hover {
        color: #fff;
        border-color: transparent;
        background-color: #304fff;
        -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        -webkit-transition: all 0.32s ease;
        -o-transition: all 0.32s ease;
        transition: all 0.32s ease; }
        .blurb-boxed-main .blurb__link:hover i {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .blurb-boxed-main .blurb__link:hover i:before {
            background-color: #fff;
            -webkit-transition: all 370ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
            -o-transition: all 370ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
            transition: all 370ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
          .blurb-boxed-main .blurb__link:hover i:after {
            opacity: 0.1;
            -webkit-transform: scale(0.82);
            -ms-transform: scale(0.82);
            transform: scale(0.82);
            -webkit-transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955);
            -o-transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955);
            transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955); }
    .blurb-boxed-main img {
      margin-bottom: 32px; }
  .blurb-svgicon .blurb__img {
    width: auto; }
    @media (min-width: 992px) {
      .blurb-svgicon .blurb__img {
        width: 276px; } }
  .blurb-svgicon .blurb__title {
    margin: 5px 0 12px;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 1200px) {
      .blurb-svgicon .blurb__title {
        margin: 20px 0 12px;
        padding: 0 25px;
        font-size: 28px;
        font-size: 1.75rem; } }
  .blurb-svgicon .blurb__text {
    font-size: 16px;
    font-size: 1rem; }
  .blurb-svgicon .blurb__link {
    padding: 28px 0; }
  .blurb-image {
    margin: 1em 0; }
    @media (min-width: 1200px) {
      .blurb-image {
        margin: 2em 0; } }
    .blurb-image .blurb__link {
      padding: 15px 15px 30px;
      border: 1px solid #e8e8f6;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #42527b;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease; }
      @media (min-width: 1200px) {
        .blurb-image .blurb__link {
          padding: 13px 15px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .blurb-image .blurb__link:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        -webkit-transition: all 0.32s ease;
        -o-transition: all 0.32s ease;
        transition: all 0.32s ease; }
        .blurb-image .blurb__link:hover i {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .blurb-image .blurb__link:hover i:before {
            -webkit-text-fill-color: transparent;
            color: #fff;
            background-image: -webkit-linear-gradient(-45deg, #fff 0%, #fff 40%, #fff 57%);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .blurb-image .blurb__link:hover i:after {
            opacity: 0.1;
            -webkit-transform: scale(0.82);
            -ms-transform: scale(0.82);
            transform: scale(0.82);
            -webkit-transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955);
            -o-transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955);
            transition: all 270ms cubic-bezier(0.57, 0.035, 0, 0.955); }
  .blurb-boxed-description {
    margin: 2em 0;
    text-align: center; }
    .blurb-boxed-description .blurb__link {
      margin: 20 15px;
      min-height: 180px;
      border: 1px solid #e8e8f6;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #42527b;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease; }
      @media (min-width: 768px) {
        .blurb-boxed-description .blurb__link {
          min-height: 245px; } }
      .blurb-boxed-description .blurb__link:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        -webkit-transition: all 0.32s ease;
        -o-transition: all 0.32s ease;
        transition: all 0.32s ease; }
    .blurb-boxed-description .blurb_description {
      margin: 1.33em 0; }
  .blurb-simple {
    margin: 1em 0;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 768px) {
      .blurb-simple {
        min-height: 200px; } }
    .blurb-simple:hover i {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transition: all 300ms cubic-bezier(0.36, 0.15, 0, 0.92);
      -o-transition: all 300ms cubic-bezier(0.36, 0.15, 0, 0.92);
      transition: all 300ms cubic-bezier(0.36, 0.15, 0, 0.92); }
      @media (min-width: 768px) {
        .blurb-simple:hover i {
          -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
          transform: translateY(-20px); } }
    .blurb-simple:hover .blurb__link {
      opacity: 1;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all 320ms cubic-bezier(0.36, 0.15, 0, 0.92);
      -o-transition: all 320ms cubic-bezier(0.36, 0.15, 0, 0.92);
      transition: all 320ms cubic-bezier(0.36, 0.15, 0, 0.92); }
      @media (min-width: 768px) {
        .blurb-simple:hover .blurb__link {
          -webkit-transform: translateY(16px);
          -ms-transform: translateY(16px);
          transform: translateY(16px); } }
    .blurb-simple:hover .blurb__title {
      color: #304fff;
      -webkit-transition: all 300ms cubic-bezier(0.36, 0.15, 0, 0.92);
      -o-transition: all 300ms cubic-bezier(0.36, 0.15, 0, 0.92);
      transition: all 300ms cubic-bezier(0.36, 0.15, 0, 0.92); }
    .blurb-simple i, .blurb-simple .blurb__title, .blurb-simple .blurb__text, .blurb-simple .blurb__link {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
      margin-bottom: 21px; }
    .blurb-simple .blurb__text, .blurb-simple .blurb__link {
      margin: 0;
      color: #42527b; }
    .blurb-simple .blurb__link {
      font-size: 14px;
      font-size: 0.875rem;
      display: block;
      opacity: 0;
      text-decoration: underline;
      color: #304fff;
      -webkit-transition: all 450ms cubic-bezier(0.365, 0.115, 0, 0.99);
      -o-transition: all 450ms cubic-bezier(0.365, 0.115, 0, 0.99);
      transition: all 450ms cubic-bezier(0.365, 0.115, 0, 0.99); }
    .blurb-simple .blurb__title {
      color: #42527b;
      margin-bottom: 7px;
      -webkit-transition: all 450ms cubic-bezier(0.365, 0.115, 0, 0.99);
      -o-transition: all 450ms cubic-bezier(0.365, 0.115, 0, 0.99);
      transition: all 450ms cubic-bezier(0.365, 0.115, 0, 0.99); }
    .blurb-simple i {
      font-size: 44px;
      font-size: 2.75rem;
      text-align: center;
      -webkit-transition: all 450ms cubic-bezier(0.365, 0.115, 0, 0.99);
      -o-transition: all 450ms cubic-bezier(0.365, 0.115, 0, 0.99);
      transition: all 450ms cubic-bezier(0.365, 0.115, 0, 0.99); }
      .blurb-simple i:before {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #304fff;
        background-color: #304fff; }

.small_blurbs {
  margin-top: 2em;
  margin-bottom: 2.5em; }
  @media (min-width: 1200px) {
    .small_blurbs .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 19.66667%;
      flex: 0 0 19.66667%;
      max-width: 19.66667%; } }

@media (min-width: 1200px) {
  .page-template-main .site-content_wrap .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.main-footer-banners {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .main-footer-banners {
      margin-bottom: -179px; } }

.docs-search.documentation_search {
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .docs-search.documentation_search {
      max-width: 418px; } }
  .docs-search.documentation_search h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
    display: none; }
  .docs-search.documentation_search .docs-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .docs-search.documentation_search .docs-search__form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .docs-search.documentation_search .docs-search__form input.docs-search__input[type='text'] {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      width: 100%;
      margin-bottom: 10px;
      background-color: #fff;
      color: #42527b; }
      @media (min-width: 768px) {
        .docs-search.documentation_search .docs-search__form input.docs-search__input[type='text'] {
          width: calc(100% - 114px);
          margin-bottom: 0; } }
      .docs-search.documentation_search .docs-search__form input.docs-search__input[type='text'].error {
        border-color: #fc3448;
        background-color: #ffe4e4; }
    .docs-search.documentation_search .docs-search__form button.docs-search__submit[type='submit'] {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      width: inherit;
      border: none;
      padding: 14px 36px 16px;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media (min-width: 768px) {
        .docs-search.documentation_search .docs-search__form button.docs-search__submit[type='submit'] {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0;
          -ms-flex-item-align: auto;
          -ms-grid-row-align: auto;
          align-self: auto; } }
      .docs-search.documentation_search .docs-search__form button.docs-search__submit[type='submit'] .wapu-loader {
        width: 16px;
        height: 16px;
        margin: 0 8px;
        border-top: 3px solid rgba(255, 255, 255, 0.65);
        border-right: 3px solid rgba(255, 255, 255, 0.65);
        border-bottom: 3px solid rgba(255, 255, 255, 0.65);
        border-left: 3px solid white; }
    .docs-search.documentation_search .docs-search__form .doc-search__msg {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .docs-search.documentation_search .docs-search__form .doc-search__msg {
          -ms-flex-item-align: auto;
          -ms-grid-row-align: auto;
          align-self: auto;
          margin-bottom: 0; } }
      .docs-search.documentation_search .docs-search__form .doc-search__msg.msg-error {
        font-size: 12px;
        font-size: 0.75rem;
        color: #fc3448;
        margin-top: 3px; }

.docs-search-results {
  text-align: left;
  margin-top: 35px;
  margin-bottom: 15px; }
  .docs-search-results__title {
    margin: 0 0 0.5em;
    font-size: 18px;
    font-size: 1.125rem; }
  .docs-search-results__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #e8e8f6;
    background-color: #fff; }
    @media (min-width: 768px) {
      .docs-search-results__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .docs-search-results__link-text {
      text-align: center;
      word-break: break-word;
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }
      @media (min-width: 768px) {
        .docs-search-results__link-text {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(100% - 120px);
          flex: 0 1 calc(100% - 120px);
          text-align: left; } }
  .docs-search-results__actions {
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .docs-search-results__actions {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90px;
        flex: 0 1 90px;
        margin-top: 0; } }
    .docs-search-results__actions .btn, .docs-search-results__actions .button {
      margin: 0 5px 5px; }
  .docs-search-results__delimiter {
    height: 16px;
    width: 1px;
    position: relative;
    display: inline-block;
    background-color: #e8e8f6;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    margin: 0 5px; }

body .wapu-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  background-color: rgba(29, 40, 66, 0.8); }
  body .wapu-popup.popup-hidden {
    top: auto;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear; }
    body .wapu-popup.popup-hidden .wapu-popup__content {
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
  body .wapu-popup__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  body .wapu-popup__content {
    background: #fff;
    display: inline-block;
    padding: 40px;
    max-width: 100%;
    -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms linear 200ms;
    -o-transition: all 300ms linear 200ms;
    transition: all 300ms linear 200ms;
    position: relative;
    z-index: 2;
    max-width: 80%;
    max-height: 70vh;
    overflow: auto; }
  body .wapu-popup__content {
    padding: 36px 40px;
    overflow: auto;
    -webkit-box-shadow: 0 10px 89px 5px rgba(80, 106, 172, 0.18);
    box-shadow: 0 10px 89px 5px rgba(80, 106, 172, 0.18); }
    @media (min-width: 1200px) {
      body .wapu-popup__content {
        overflow: visible; } }
    body .wapu-popup__content .wapu-close {
      position: absolute;
      right: 10px;
      top: 7px;
      width: 30px;
      height: 30px;
      line-height: 0;
      text-align: center;
      cursor: pointer;
      background-color: #fff;
      border: 2px solid #42527b;
      overflow: hidden;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 1200px) {
        body .wapu-popup__content .wapu-close {
          border: 3px solid #42527b;
          right: -20px;
          top: -18px;
          width: 40px;
          height: 40px; } }
      body .wapu-popup__content .wapu-close:hover {
        border-color: #304fff; }
        body .wapu-popup__content .wapu-close:hover i {
          color: #304fff;
          -webkit-transform: rotateZ(90deg);
          -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      body .wapu-popup__content .wapu-close i {
        color: #42527b;
        line-height: 26px;
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (min-width: 1200px) {
          body .wapu-popup__content .wapu-close i {
            font-size: 16px;
            font-size: 1rem;
            line-height: 34px; } }
  body .wapu-popup__data h5 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px; }
  body .wapu-popup__data a {
    color: #304fff;
    text-decoration: underline; }
    body .wapu-popup__data a:hover {
      color: #42527b; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .header-area .widget {
    margin-bottom: 0; }
  .widget-title {
    margin: 1.775px 0 1.4em; }
  .footer-area .widget {
    margin: 0;
    padding: 3.2em 0; }
    @media (min-width: 768px) {
      .footer-area .widget {
        padding: 6.59em 0 6.3em; } }
  .widget .link_box {
    text-align: center; }
    .widget .link_box h4 {
      margin-top: 0;
      margin-bottom: 1.16em; }
    .widget .link_box .btn.btn-primary {
      min-width: 200px;
      margin: 5px 0;
      padding: 16px 20px 19px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }
      @media (min-width: 544px) {
        .widget .link_box .btn.btn-primary {
          margin: 0 5px; } }
    .widget .link_box div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 544px) {
        .widget .link_box div {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
  .primary-sidebar-area .widget,
  .blog-sidebar-area .widget {
    padding-left: 0; }
    @media (min-width: 768px) {
      .primary-sidebar-area .widget,
      .blog-sidebar-area .widget {
        padding-left: 3.125rem; } }
    .primary-sidebar-area .widget ul, .primary-sidebar-area .widget ol,
    .blog-sidebar-area .widget ul,
    .blog-sidebar-area .widget ol {
      margin: 1.5em 0; }
      .primary-sidebar-area .widget ul ul, .primary-sidebar-area .widget ul ol, .primary-sidebar-area .widget ol ul, .primary-sidebar-area .widget ol ol,
      .blog-sidebar-area .widget ul ul,
      .blog-sidebar-area .widget ul ol,
      .blog-sidebar-area .widget ol ul,
      .blog-sidebar-area .widget ol ol {
        margin: 0.2em 0 0.2em 0.7em; }
        .primary-sidebar-area .widget ul ul li, .primary-sidebar-area .widget ul ol li, .primary-sidebar-area .widget ol ul li, .primary-sidebar-area .widget ol ol li,
        .blog-sidebar-area .widget ul ul li,
        .blog-sidebar-area .widget ul ol li,
        .blog-sidebar-area .widget ol ul li,
        .blog-sidebar-area .widget ol ol li {
          margin: 0.2em 0; }
  .widget select {
    max-width: 100%; }
  .widget .primary-sidebar-area,
  .widget .blog-sidebar-area {
    padding-left: 3.125rem; }

/* submit-ticket */
.submit-ticket__title {
  margin-top: 0;
  margin-bottom: 13px; }

.submit-ticket__content {
  max-width: 100%;
  margin: 0px auto 17px; }
  @media (min-width: 768px) {
    .submit-ticket__content {
      max-width: 60%;
      margin: 0px auto 17px; } }

.providers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #42527b; }
  .providers-list .providers-list__item-wrap {
    max-width: 185px;
    min-height: 165px;
    margin: 1em;
    text-align: center;
    border: 1px solid #e8e8f6;
    border-radius: 5px;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease; }
    .providers-list .providers-list__item-wrap a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: distribute;
      align-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #42527b;
      text-decoration: none;
      padding: 20px 9px; }
    .providers-list .providers-list__item-wrap span, .providers-list .providers-list__item-wrap img {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }
    .providers-list .providers-list__item-wrap img {
      margin-bottom: 9px; }
    .providers-list .providers-list__item-wrap span {
      font-size: 12px;
      font-size: 0.75rem; }
    .providers-list .providers-list__item-wrap:hover {
      border-color: transparent;
      -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
      box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
      -webkit-transition: all 0.32s ease;
      -o-transition: all 0.32s ease;
      transition: all 0.32s ease; }
  .providers-list .blurb_description {
    margin: 1.33em 0; }

.widget-about {
  font-size: 14px;
  font-size: 0.875rem; }
  .widget-about__logo {
    margin-top: 7px;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .widget-about__logo {
        margin-top: 0; } }
  .widget-about__content {
    padding-top: 2px; }
    .widget-about__content p {
      line-height: 23px;
      margin-bottom: 7px;
      color: #7d8aa9; }

.footer-main-area .widget-title {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .footer-main-area .widget-title {
      margin-bottom: 16px; } }

.footer-main-area .widget_nav_menu ul {
  margin-top: 24px;
  margin-bottom: 19px; }
  @media (max-width: 767px) {
    .footer-main-area .widget_nav_menu ul {
      margin-top: 0;
      margin-bottom: 22px; } }
  .footer-main-area .widget_nav_menu ul li {
    margin: 8px 0; }
    .footer-main-area .widget_nav_menu ul li a {
      color: #7d8aa9;
      font-size: 14px;
      font-size: 0.875rem; }
      .footer-main-area .widget_nav_menu ul li a:hover {
        color: #304fff; }

.widget-social-menu {
  margin: 24px 0 1.75em; }
  @media (max-width: 767px) {
    .widget-social-menu {
      margin-top: 0;
      margin-bottom: 22px; } }
  .widget-social-menu li {
    margin: 12px 0; }
    .widget-social-menu li a {
      position: relative;
      color: #7d8aa9;
      padding-left: 30px;
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .widget-social-menu li a strong {
        font-weight: normal; }
      .widget-social-menu li a strong, .widget-social-menu li a span, .widget-social-menu li a i {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .widget-social-menu li a i {
        color: #fff;
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 18px;
        font-size: 1.125rem; }
      .widget-social-menu li a:hover i, .widget-social-menu li a:hover span {
        color: #304fff; }
      .widget-social-menu li a:hover strong {
        color: #fff; }

.title-box {
  position: relative;
  padding: 16px 20px 10px 47px;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .title-box {
      padding: 15px 20px 16px 30px; } }
  .title-box i {
    font-size: 36px;
    font-size: 2.25rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .title-box i {
        font-size: 24px;
        font-size: 1.5rem; } }
    .title-box i:before {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #304fff;
      background-image: -webkit-linear-gradient(45deg, #304fff 0%, #304fff 30%, #304fff 87%); }
  .title-box h3 {
    margin: 20px 0; }
  .title-box h1 {
    margin: 0;
    white-space: nowrap;
    font-size: 34px; }
    @media (max-width: 767px) {
      .title-box h1 {
        font-size: 18px;
        font-size: 1.125rem; } }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

#page {
  overflow: hidden; }

.page-template-page-boxed .breadcrumbs {
  padding: 30px 0 35px;
  margin-bottom: 15px;
  background: #fff; }

.page-template-page-boxed .site-content {
  background: #f5f5fa; }

.page-template-themes .footer-main-area aside,
.page-template-main .footer-main-area aside {
  margin-bottom: 0; }

.site-content_wrap {
  margin-bottom: 30px; }
  .page-template-main .site-content_wrap, .page-template-landing .site-content_wrap {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .site-content_wrap {
      margin-bottom: 60px; }
      .page-template-themes .site-content_wrap {
        margin-bottom: 3px; }
      .page-template-landing .site-content_wrap {
        margin-bottom: 0; }
      .page-template-main .site-content_wrap {
        margin-bottom: 0; } }

.page .entry-title {
  text-align: center;
  margin-top: 1.7em;
  margin-bottom: 0.95em; }

.blog-banner {
  margin: 0 0 2.3em; }
  @media (min-width: 768px) {
    .blog-banner {
      margin: 0 0 3.3em; } }

.search-no-results .page-content {
  margin-bottom: 30px; }

.search-no-results .no-results.not-found {
  padding-bottom: 50px; }
  .search-no-results .no-results.not-found .page-title {
    margin-top: 0;
    margin-bottom: 30px; }

.single.single-post .entry-title {
  margin-top: 0;
  margin-bottom: 0; }

h1.entry-title {
  font-size: 28px; }

.single .entry-content p img, .single .entry-content ul img, .single .entry-content ol img {
  -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.3);
  box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.3);
  margin-top: 1.75em;
  margin-bottom: 2.75em; }

.single .post-thumbnail {
  margin: 1.35em 0 2em; }
  .single .post-thumbnail img {
    -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.3);
    box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.3); }

.single .site-main .noshadow {
  -webkit-box-shadow: none;
  box-shadow: none; }

.single #primary, .single #primary-sidebar, .single #blog-sidebar, .blog #primary, .blog #primary-sidebar, .blog #blog-sidebar, .search #primary, .search #primary-sidebar, .search #blog-sidebar, .archive #primary, .archive #primary-sidebar, .archive #blog-sidebar {
  margin-top: 2.125em; }
  @media (min-width: 768px) {
    .single #primary, .single #primary-sidebar, .single #blog-sidebar, .blog #primary, .blog #primary-sidebar, .blog #blog-sidebar, .search #primary, .search #primary-sidebar, .search #blog-sidebar, .archive #primary, .archive #primary-sidebar, .archive #blog-sidebar {
      margin-top: 4.375em; } }

.single.post-type-archive-video-tutorials #primary, .single.post-type-archive-faq #primary, .single.post-type-archive-knowledge-base #primary, .single.post-type-archive-how-to #primary, .blog.post-type-archive-video-tutorials #primary, .blog.post-type-archive-faq #primary, .blog.post-type-archive-knowledge-base #primary, .blog.post-type-archive-how-to #primary, .search.post-type-archive-video-tutorials #primary, .search.post-type-archive-faq #primary, .search.post-type-archive-knowledge-base #primary, .search.post-type-archive-how-to #primary, .archive.post-type-archive-video-tutorials #primary, .archive.post-type-archive-faq #primary, .archive.post-type-archive-knowledge-base #primary, .archive.post-type-archive-how-to #primary {
  margin-top: 2.6em; }

.search.search-results .page-header .page-title, .archive.category .page-header .page-title {
  margin-top: 0;
  margin-bottom: 1em; }

.search.search-results .entry-header .entry-title, .archive.category .entry-header .entry-title {
  text-align: left;
  margin-bottom: 0; }
  .search.search-results .entry-header .entry-title a, .archive.category .entry-header .entry-title a {
    color: #42527b; }
    .search.search-results .entry-header .entry-title a:hover, .archive.category .entry-header .entry-title a:hover {
      color: #304fff; }

.search.search-results .entry-summary, .archive.category .entry-summary {
  margin-top: 0.5em; }

.posted-on .updated:not(.published) {
  display: none; }

.single .posted-by,
.group-blog .posted-by {
  display: block; }
  @media (min-width: 768px) {
    .single .posted-by,
    .group-blog .posted-by {
      display: inline; } }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }
  .home .page-content, .home
  .entry-content, .home
  .entry-summary {
    margin: 1.5em 0 0; }
    @media (min-width: 768px) {
      .home .page-content, .home
      .entry-content, .home
      .entry-summary {
        margin: 3.8em 0 0; } }
  .page-template-themes .page-content,
  .home.page-template-themes .page-content, .page-template-themes
  .entry-content,
  .home.page-template-themes
  .entry-content, .page-template-themes
  .entry-summary,
  .home.page-template-themes
  .entry-summary {
    margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.hentry {
  margin: 0 0 2.7em; }
  .blog .hentry, .archive .hentry, .search .hentry, .search-results .hentry, .archive.category .hentry {
    margin: 0 0 2em; }
    @media (min-width: 768px) {
      .blog .hentry, .archive .hentry, .search .hentry, .search-results .hentry, .archive.category .hentry {
        margin: 0 0 3.39em; } }
  .page-template-landing .hentry {
    margin-bottom: 0; }
  .hentry a {
    color: #304fff; }
    .hentry a:hover {
      color: #42527b; }

.has_sidebar .site-main:after {
  width: 1px;
  height: calc(100% - 4.3em);
  content: '';
  position: absolute;
  top: 0;
  right: -1.5625rem;
  background: #e8e8f6;
  display: none; }
  @media (min-width: 768px) {
    .has_sidebar .site-main:after {
      display: block; } }

.post__cats {
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #304fff; }
  .post__cats a {
    color: inherit; }
    .post__cats a:hover {
      color: #42527b; }
  .post__cats span {
    font-family: "Open Sans", sans-serif;
    font-weight: normal; }

.post__tags {
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }
  .post__tags a {
    color: #304fff;
    font-weight: normal; }
    .post__tags a:hover {
      color: #42527b; }
  .post__tags span {
    font-family: "Open Sans", sans-serif;
    font-weight: normal; }

.entry-meta {
  margin: 1.857em 0 2.714em; }
  .single .entry-meta {
    margin: 1.25em 0; }
  .entry-meta a {
    color: #42527b; }
    .entry-meta a:hover {
      color: #304fff; }

.entry-meta, .entry-footer {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize; }
  .entry-meta i, .entry-footer i {
    margin-right: 9px;
    top: 2px;
    position: relative; }
  .entry-meta span, .entry-footer span {
    position: relative;
    margin-right: 10px; }

.blog .entry-header, .search-results .entry-header, .archive.category .entry-header {
  margin-bottom: 1.438em;
  border-bottom: 1px solid #e7e7f5;
  padding-bottom: 44px; }
  .blog .entry-header figure.post-thumbnail, .search-results .entry-header figure.post-thumbnail, .archive.category .entry-header figure.post-thumbnail {
    margin: 0 0 0.75em 0;
    /* Extra wide images within figure tags dont overflow the content area. */ }
  .blog .entry-header .content_wrapper, .search-results .entry-header .content_wrapper, .archive.category .entry-header .content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .blog .entry-header .content_wrapper, .search-results .entry-header .content_wrapper, .archive.category .entry-header .content_wrapper {
        display: block; } }
  .blog .entry-header .entry-title, .search-results .entry-header .entry-title, .archive.category .entry-header .entry-title {
    margin-top: 0;
    margin-bottom: 0; }
    .blog .entry-header .entry-title a, .search-results .entry-header .entry-title a, .archive.category .entry-header .entry-title a {
      color: #42527b; }
      .blog .entry-header .entry-title a:hover, .search-results .entry-header .entry-title a:hover, .archive.category .entry-header .entry-title a:hover {
        color: #304fff; }
  .blog .entry-header .entry-content, .search-results .entry-header .entry-content, .archive.category .entry-header .entry-content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    margin-top: 2px; }
    .blog .entry-header .entry-content p, .search-results .entry-header .entry-content p, .archive.category .entry-header .entry-content p {
      margin-bottom: 0; }
  .blog .entry-header .btn-primary, .search-results .entry-header .btn-primary, .archive.category .entry-header .btn-primary {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (max-width: 991px) {
      .blog .entry-header .btn-primary, .search-results .entry-header .btn-primary, .archive.category .entry-header .btn-primary {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 0.5em; } }
  .blog .entry-header .footer_wrapper, .search-results .entry-header .footer_wrapper, .archive.category .entry-header .footer_wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    @media (max-width: 991px) {
      .blog .entry-header .footer_wrapper, .search-results .entry-header .footer_wrapper, .archive.category .entry-header .footer_wrapper {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; } }
    @media (max-width: 543px) {
      .blog .entry-header .footer_wrapper, .search-results .entry-header .footer_wrapper, .archive.category .entry-header .footer_wrapper {
        display: block; } }
  .blog .entry-header .post__cats, .search-results .entry-header .post__cats, .archive.category .entry-header .post__cats {
    margin-bottom: 1.35em;
    line-height: 1.625; }
  .blog .entry-header .post__tags, .search-results .entry-header .post__tags, .archive.category .entry-header .post__tags {
    display: inline-block; }
  .blog .entry-header .entry-meta, .search-results .entry-header .entry-meta, .archive.category .entry-header .entry-meta {
    margin-top: 1.5em;
    margin-bottom: 0; }

.blog .main__content article:last-child .entry-header, .search-results .main__content article:last-child .entry-header, .archive.category .main__content article:last-child .entry-header {
  border-bottom: none;
  padding-bottom: 0; }

.entry-footer, .entry-footer-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize; }
  @media (min-width: 992px) {
    .entry-footer, .entry-footer-meta {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .entry-footer .share-btns__list, .entry-footer-meta .share-btns__list {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto; }
    @media (min-width: 992px) {
      .blog .entry-footer .share-btns__list, .archive .entry-footer .share-btns__list, .seatrch .entry-footer .share-btns__list, .blog .entry-footer-meta .share-btns__list, .archive .entry-footer-meta .share-btns__list, .seatrch .entry-footer-meta .share-btns__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.post__tags {
  font-size: .875rem; }
  .post__tags i {
    margin-right: 7px; }

/* 404 */
.error404 .img-404 {
  width: 100%;
  height: 205px;
  margin: 0 auto;
  background: url("assets/images/404_imgsmall.png") no-repeat center center;
  background-size: contain; }
  @media (min-width: 768px) {
    .error404 .img-404 {
      width: 100%;
      height: 355px;
      background: url("assets/images/404_img.png") no-repeat 61% center; } }

.error404 .page-header, .error404 .page-content {
  text-align: center; }
  .error404 .page-header .page-title, .error404 .page-content .page-title {
    margin-bottom: 20px; }
  .error404 .page-header p, .error404 .page-content p {
    margin-bottom: 53px; }

.error404 .page-content {
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .error404 .page-content {
      max-width: 50%; } }

.error404 .page-header {
  padding: 58px 0 7px; }

.coming-soon {
  height: 100%;
  background: url("assets/images/bg-coming-soon.jpg") no-repeat right bottom;
  background-size: cover;
  margin-top: 0 !important; }
  .coming-soon body {
    background: transparent;
    height: 100%;
    text-align: center; }
    .coming-soon body #page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 100%; }
  .coming-soon .site-content_wrap.container {
    margin-bottom: 0 !important; }
  .coming-soon__content {
    max-width: 600px;
    margin-top: 0 auto; }
    .coming-soon__content h1 {
      font-weight: bold;
      font-size: 50px;
      font-size: 3.125rem;
      margin-top: 0;
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        .coming-soon__content h1 {
          font-size: 27.6px;
          font-size: 1.725rem; } }
  .coming-soon__menu-container {
    margin-top: 66px;
    font-size: 14px;
    font-size: 0.875rem; }
    .coming-soon__menu-container a {
      margin: 0 3px; }

/*--------------------------------------------------------------
## Page main
--------------------------------------------------------------*/
.page-template-main .header-area-wrap {
  overflow: hidden;
  background-color: #0e1628;
  background: -moz-linear-gradient(top, #304fff 1%, #0e1628 100%);
  background: -webkit-linear-gradient(top, #304fff 1%, #0e1628 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #304fff), to(#0e1628));
  background: -o-linear-gradient(top, #304fff 1%, #0e1628 100%);
  background: linear-gradient(to bottom, #304fff 1%, #0e1628 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304fff', endColorstr='#0e1628',GradientType=0 ); }
  .page-template-main .header-area-wrap aside {
    padding: 62px 0 120px; }
    @media (min-width: 768px) {
      .page-template-main .header-area-wrap aside {
        padding: 62px 0 161px; } }
    @media (min-width: 992px) {
      .page-template-main .header-area-wrap aside {
        padding: 62px 100px 161px; } }
    .page-template-main .header-area-wrap aside .main-info h1 {
      margin-bottom: 19px; }
    .page-template-main .header-area-wrap aside .main-info h6 {
      margin-top: 10px;
      margin-bottom: 43px;
      font-weight: 600;
      color: #fff; }
    .page-template-main .header-area-wrap aside .main-info .main-stats {
      max-width: 650px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (min-width: 768px) {
        .page-template-main .header-area-wrap aside .main-info .main-stats {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .page-template-main .header-area-wrap aside .main-info .main-stats > li {
        position: relative;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        padding-left: 0;
        margin: 0 25px 15px;
        text-align: center; }
        @media (min-width: 768px) {
          .page-template-main .header-area-wrap aside .main-info .main-stats > li {
            margin: 8px 0;
            padding-left: 67px;
            text-align: left; } }
        .page-template-main .header-area-wrap aside .main-info .main-stats > li > * {
          display: block; }
        .page-template-main .header-area-wrap aside .main-info .main-stats > li strong {
          font-size: 28px;
          font-size: 1.75rem;
          font-family: "Muli", sans-serif;
          line-height: 1em;
          color: #fff;
          margin-bottom: 2px; }
        .page-template-main .header-area-wrap aside .main-info .main-stats > li span {
          color: #fff; }
        .page-template-main .header-area-wrap aside .main-info .main-stats > li i {
          position: absolute;
          left: 0;
          top: 0;
          font-size: 48px;
          font-size: 3rem;
          position: relative;
          margin: 10px auto 15px; }
          .page-template-main .header-area-wrap aside .main-info .main-stats > li i:before {
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #304fff;
            background-image: -webkit-linear-gradient(45deg, #304fff 0%, #304fff 29%, #304fff 67%); }
          @media (min-width: 768px) {
            .page-template-main .header-area-wrap aside .main-info .main-stats > li i {
              position: absolute;
              margin: 0; } }

.page-template-main #content {
  overflow: visible; }

.page-template-main .products-main {
  margin-top: -143px; }

.page-template-main .footer-area-wrap {
  overflow: hidden; }

@media (min-width: 992px) {
  .page-template-main aside:nth-child(3n).col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.site-header {
  border-bottom: 1px solid #e8e8f6; }
  .page-template-themes .site-header, .page-template-main .site-header {
    border-bottom: none; }
  .site-header .header-container__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 0;
    margin-left: 0; }
    @media (max-width: 991px) {
      .site-header .header-container__flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .site-header .header-container__flex .site-branding,
    .site-header .header-container__flex .main-navigation,
    .site-header .header-container__flex .social-list--header,
    .site-header .header-container__flex .support-navigation {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    @media (max-width: 767px) {
      .site-header .header-container__flex .social-list--header {
        position: relative; }
        .site-header .header-container__flex .social-list--header:before {
          position: absolute;
          width: 4000px;
          left: 50%;
          margin-left: -2000px;
          height: 1px;
          content: "";
          background-color: #e8e8f6; } }
    @media (max-width: 991px) {
      .site-header .header-container__flex .site-branding,
      .site-header .header-container__flex .main-navigation,
      .site-header .header-container__flex .support-navigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
      .site-header .header-container__flex .main-navigation {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
        .site-header .header-container__flex .main-navigation:before {
          position: absolute;
          width: 100%;
          left: 0;
          height: 1px;
          content: "";
          background-color: #e8e8f6; } }
    .site-header .header-container__flex .site-branding {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .site-header .header-container__flex .site-branding .site-logo {
        width: auto;
        position: relative;
        padding: 8px 25px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 543px) {
          .site-header .header-container__flex .site-branding .site-logo {
            padding: 15px 24px; } }
        .site-header .header-container__flex .site-branding .site-logo__link {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0;
          -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
      .site-header .header-container__flex .site-branding .site-link__img {
        display: inline-block;
        vertical-align: middle; }
    .site-header .header-container__flex .site-description {
      text-align: right;
      color: #42527b;
      text-transform: uppercase;
      line-height: 1;
      font-size: 20px;
      margin: 0 14px 0 0; }
      .dept-1 .site-header .header-container__flex .site-description {
        font-size: 15px; }
    .site-header .header-container__flex .social-list--header {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .site-header .header-container__flex .social-list--header .menu-social-menu-container, .site-header .header-container__flex .social-list--header .menu-social-container {
        position: relative;
        display: block;
        overflow: hidden;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    .site-header .header-container__flex .main-navigation {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0; }
    .site-header .header-container__flex .support-navigation {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 180px;
      flex: 0 1 180px;
      margin: 0; }
      @media (min-width: 992px) {
        .site-header .header-container__flex .support-navigation {
          margin: 0 0 0 23px; } }

.header-area-wrap {
  background-color: #f7f7fb; }
  .page-template-themes .header-area-wrap {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e8e8f6;
    border-right: none;
    border-left: none; }

.page-template-themes .header-themes-area aside {
  margin-bottom: 0; }

.widget-area.header-area {
  padding: 3.8em 0 3.6em; }

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Video */
  /* Faq archive */ }
  .post-type-archive-video-tutorials .wapu-video-item {
    text-align: center;
    margin-bottom: 2.5em; }
    @media (min-width: 768px) {
      .post-type-archive-video-tutorials .wapu-video-item {
        margin-bottom: 4em; } }
    .post-type-archive-video-tutorials .wapu-video-item .entry-title {
      margin: 0.7em 0 0.2em 0; }
    .post-type-archive-video-tutorials .wapu-video-item .short_description p {
      margin-bottom: 0;
      font-size: 14px;
      font-size: 0.875rem; }
  .post-type-archive-faq .faq-term {
    margin-bottom: 3em; }
  .post-type-archive-faq .faq-terms dd {
    margin-bottom: 16px; }
  .post-type-archive-faq .faq-terms .faq-term__title {
    margin-bottom: 0px; }
  .post-type-archive-faq .faq-terms .faq-post__inner ul {
    margin: 5px 0; }
    .post-type-archive-faq .faq-terms .faq-post__inner ul li {
      position: relative;
      padding-left: 18px;
      margin: 8px 0;
      font-size: 14px;
      font-size: 0.875rem; }
      .post-type-archive-faq .faq-terms .faq-post__inner ul li strong {
        font-weight: 600; }
      .post-type-archive-faq .faq-terms .faq-post__inner ul li:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        left: 0;
        top: 7px;
        border-radius: 100%;
        background-color: #d9dce5; }
  .post-type-archive-faq .faq-terms .faq-post__inner a {
    color: #304fff; }
    .post-type-archive-faq .faq-terms .faq-post__inner a:hover {
      color: #42527b; }
  .post-type-archive-faq .faq-terms .faq-post__inner p strong {
    margin-top: 0.85em;
    position: relative;
    display: inline-block; }
  .post-type-archive-faq .faq-terms .faq-post__inner p img {
    margin-top: 15px; }
  .post-type-archive-faq .faq-terms .faq-post__content {
    margin-left: 0; }
  .post-type-archive-faq .faq-terms .faq-post__title {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .post-type-archive-faq .faq-terms .faq-post__title:hover {
      color: #304fff; }
  .post-type-archive-faq .faq-terms .faq-posts {
    margin-top: 7px; }
    .post-type-archive-faq .faq-terms .faq-posts .faq-post__title {
      font-family: "Muli", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600; }
    .post-type-archive-faq .faq-terms .faq-posts .faq-post__content p {
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0; }
    .post-type-archive-faq .faq-terms .faq-posts dt {
      position: relative;
      border-top: 1px solid #e8e8f6;
      padding: 15px 25px 0 0; }
      .post-type-archive-faq .faq-terms .faq-posts dt:first-child {
        border: none; }
      .post-type-archive-faq .faq-terms .faq-posts dt:after {
        position: absolute;
        right: 0;
        top: 23px;
        display: block;
        font-family: 'Nucleo Mini';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        content: '\e902';
        font-size: 12px;
        font-size: 0.75rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .post-type-archive-faq .faq-terms .faq-posts dt.faq-active {
        color: #304fff;
        padding: 15px 25px 9px 0;
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease; }
        .post-type-archive-faq .faq-terms .faq-posts dt.faq-active:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .post-type-archive-video-tutorials .page-title, .post-type-archive-faq .page-title, .post-type-archive-knowledge-base .page-title, .post-type-archive-how-to .page-title {
    text-align: center;
    margin-top: 0.64em; }

.single-video-tutorials .entry-content, .single-faq .entry-content, .single-knowledge-base .entry-content, .single-how-to .entry-content {
  margin-top: 0; }

/* Knowledge base, How to */
.post-type-archive-knowledge-base .wapu-terms .wapu-term, .post-type-archive-knowledge-base .wapu-terms .wapu-post, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-term, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-post,
.post-type-archive-how-to .wapu-terms .wapu-term,
.post-type-archive-how-to .wapu-terms .wapu-post,
.post-type-archive-how-to .wapu_posts_wrap .wapu-term,
.post-type-archive-how-to .wapu_posts_wrap .wapu-post,
.tax-knowledge-base_category .wapu-terms .wapu-term,
.tax-knowledge-base_category .wapu-terms .wapu-post,
.tax-knowledge-base_category .wapu_posts_wrap .wapu-term,
.tax-knowledge-base_category .wapu_posts_wrap .wapu-post,
.tax-how-to_category .wapu-terms .wapu-term,
.tax-how-to_category .wapu-terms .wapu-post,
.tax-how-to_category .wapu_posts_wrap .wapu-term,
.tax-how-to_category .wapu_posts_wrap .wapu-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .post-type-archive-knowledge-base .wapu-terms .wapu-term__title, .post-type-archive-knowledge-base .wapu-terms .wapu-post__title, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-term__title, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-post__title,
  .post-type-archive-how-to .wapu-terms .wapu-term__title,
  .post-type-archive-how-to .wapu-terms .wapu-post__title,
  .post-type-archive-how-to .wapu_posts_wrap .wapu-term__title,
  .post-type-archive-how-to .wapu_posts_wrap .wapu-post__title,
  .tax-knowledge-base_category .wapu-terms .wapu-term__title,
  .tax-knowledge-base_category .wapu-terms .wapu-post__title,
  .tax-knowledge-base_category .wapu_posts_wrap .wapu-term__title,
  .tax-knowledge-base_category .wapu_posts_wrap .wapu-post__title,
  .tax-how-to_category .wapu-terms .wapu-term__title,
  .tax-how-to_category .wapu-terms .wapu-post__title,
  .tax-how-to_category .wapu_posts_wrap .wapu-term__title,
  .tax-how-to_category .wapu_posts_wrap .wapu-post__title {
    margin: .8em 0 1.05em;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto; }
  .post-type-archive-knowledge-base .wapu-terms .wapu-term .wapu-posts, .post-type-archive-knowledge-base .wapu-terms .wapu-post .wapu-posts, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-term .wapu-posts, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-post .wapu-posts,
  .post-type-archive-how-to .wapu-terms .wapu-term .wapu-posts,
  .post-type-archive-how-to .wapu-terms .wapu-post .wapu-posts,
  .post-type-archive-how-to .wapu_posts_wrap .wapu-term .wapu-posts,
  .post-type-archive-how-to .wapu_posts_wrap .wapu-post .wapu-posts,
  .tax-knowledge-base_category .wapu-terms .wapu-term .wapu-posts,
  .tax-knowledge-base_category .wapu-terms .wapu-post .wapu-posts,
  .tax-knowledge-base_category .wapu_posts_wrap .wapu-term .wapu-posts,
  .tax-knowledge-base_category .wapu_posts_wrap .wapu-post .wapu-posts,
  .tax-how-to_category .wapu-terms .wapu-term .wapu-posts,
  .tax-how-to_category .wapu-terms .wapu-post .wapu-posts,
  .tax-how-to_category .wapu_posts_wrap .wapu-term .wapu-posts,
  .tax-how-to_category .wapu_posts_wrap .wapu-post .wapu-posts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto; }
  .post-type-archive-knowledge-base .wapu-terms .wapu-term__actions, .post-type-archive-knowledge-base .wapu-terms .wapu-post__actions, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-term__actions, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-post__actions,
  .post-type-archive-how-to .wapu-terms .wapu-term__actions,
  .post-type-archive-how-to .wapu-terms .wapu-post__actions,
  .post-type-archive-how-to .wapu_posts_wrap .wapu-term__actions,
  .post-type-archive-how-to .wapu_posts_wrap .wapu-post__actions,
  .tax-knowledge-base_category .wapu-terms .wapu-term__actions,
  .tax-knowledge-base_category .wapu-terms .wapu-post__actions,
  .tax-knowledge-base_category .wapu_posts_wrap .wapu-term__actions,
  .tax-knowledge-base_category .wapu_posts_wrap .wapu-post__actions,
  .tax-how-to_category .wapu-terms .wapu-term__actions,
  .tax-how-to_category .wapu-terms .wapu-post__actions,
  .tax-how-to_category .wapu_posts_wrap .wapu-term__actions,
  .tax-how-to_category .wapu_posts_wrap .wapu-post__actions {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    margin: 14px 0; }
    .post-type-archive-knowledge-base .wapu-terms .wapu-term__actions a, .post-type-archive-knowledge-base .wapu-terms .wapu-post__actions a, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-term__actions a, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-post__actions a,
    .post-type-archive-how-to .wapu-terms .wapu-term__actions a,
    .post-type-archive-how-to .wapu-terms .wapu-post__actions a,
    .post-type-archive-how-to .wapu_posts_wrap .wapu-term__actions a,
    .post-type-archive-how-to .wapu_posts_wrap .wapu-post__actions a,
    .tax-knowledge-base_category .wapu-terms .wapu-term__actions a,
    .tax-knowledge-base_category .wapu-terms .wapu-post__actions a,
    .tax-knowledge-base_category .wapu_posts_wrap .wapu-term__actions a,
    .tax-knowledge-base_category .wapu_posts_wrap .wapu-post__actions a,
    .tax-how-to_category .wapu-terms .wapu-term__actions a,
    .tax-how-to_category .wapu-terms .wapu-post__actions a,
    .tax-how-to_category .wapu_posts_wrap .wapu-term__actions a,
    .tax-how-to_category .wapu_posts_wrap .wapu-post__actions a {
      font-size: 14px;
      font-size: 0.875rem;
      color: #304fff;
      text-decoration: underline; }
      .post-type-archive-knowledge-base .wapu-terms .wapu-term__actions a:hover, .post-type-archive-knowledge-base .wapu-terms .wapu-post__actions a:hover, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-term__actions a:hover, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-post__actions a:hover,
      .post-type-archive-how-to .wapu-terms .wapu-term__actions a:hover,
      .post-type-archive-how-to .wapu-terms .wapu-post__actions a:hover,
      .post-type-archive-how-to .wapu_posts_wrap .wapu-term__actions a:hover,
      .post-type-archive-how-to .wapu_posts_wrap .wapu-post__actions a:hover,
      .tax-knowledge-base_category .wapu-terms .wapu-term__actions a:hover,
      .tax-knowledge-base_category .wapu-terms .wapu-post__actions a:hover,
      .tax-knowledge-base_category .wapu_posts_wrap .wapu-term__actions a:hover,
      .tax-knowledge-base_category .wapu_posts_wrap .wapu-post__actions a:hover,
      .tax-how-to_category .wapu-terms .wapu-term__actions a:hover,
      .tax-how-to_category .wapu-terms .wapu-post__actions a:hover,
      .tax-how-to_category .wapu_posts_wrap .wapu-term__actions a:hover,
      .tax-how-to_category .wapu_posts_wrap .wapu-post__actions a:hover {
        color: #42527b; }
    @media (max-width: 767px) {
      .post-type-archive-knowledge-base .wapu-terms .wapu-term__actions, .post-type-archive-knowledge-base .wapu-terms .wapu-post__actions, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-term__actions, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-post__actions,
      .post-type-archive-how-to .wapu-terms .wapu-term__actions,
      .post-type-archive-how-to .wapu-terms .wapu-post__actions,
      .post-type-archive-how-to .wapu_posts_wrap .wapu-term__actions,
      .post-type-archive-how-to .wapu_posts_wrap .wapu-post__actions,
      .tax-knowledge-base_category .wapu-terms .wapu-term__actions,
      .tax-knowledge-base_category .wapu-terms .wapu-post__actions,
      .tax-knowledge-base_category .wapu_posts_wrap .wapu-term__actions,
      .tax-knowledge-base_category .wapu_posts_wrap .wapu-post__actions,
      .tax-how-to_category .wapu-terms .wapu-term__actions,
      .tax-how-to_category .wapu-terms .wapu-post__actions,
      .tax-how-to_category .wapu_posts_wrap .wapu-term__actions,
      .tax-how-to_category .wapu_posts_wrap .wapu-post__actions {
        margin: 0.8em 0 1.45em;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

.post-type-archive-knowledge-base .wapu-terms .wapu-posts, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-posts,
.post-type-archive-how-to .wapu-terms .wapu-posts,
.post-type-archive-how-to .wapu_posts_wrap .wapu-posts,
.tax-knowledge-base_category .wapu-terms .wapu-posts,
.tax-knowledge-base_category .wapu_posts_wrap .wapu-posts,
.tax-how-to_category .wapu-terms .wapu-posts,
.tax-how-to_category .wapu_posts_wrap .wapu-posts {
  margin: 0 0 35px;
  list-style: none;
  padding-left: 0;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e4e4f1;
  /*li {
				position: relative;
				padding-left: 18px;
				margin: 8px 0;
				a {
					color: $color__link-hover;
					&:hover {
						color: $color__link;
					} 
				}
				&:before {
					position: absolute;
					content: "";
					width: 7px;
					height: 7px;
					left: 0;
					top: 10px;
					border-radius: 100%;
					background-color: $color__points;
				}
				}*/ }
  @media (max-width: 767px) {
    .post-type-archive-knowledge-base .wapu-terms .wapu-posts, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-posts,
    .post-type-archive-how-to .wapu-terms .wapu-posts,
    .post-type-archive-how-to .wapu_posts_wrap .wapu-posts,
    .tax-knowledge-base_category .wapu-terms .wapu-posts,
    .tax-knowledge-base_category .wapu_posts_wrap .wapu-posts,
    .tax-how-to_category .wapu-terms .wapu-posts,
    .tax-how-to_category .wapu_posts_wrap .wapu-posts {
      margin: 0; } }
  .post-type-archive-knowledge-base .wapu-terms .wapu-posts li, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-posts li,
  .post-type-archive-how-to .wapu-terms .wapu-posts li,
  .post-type-archive-how-to .wapu_posts_wrap .wapu-posts li,
  .tax-knowledge-base_category .wapu-terms .wapu-posts li,
  .tax-knowledge-base_category .wapu_posts_wrap .wapu-posts li,
  .tax-how-to_category .wapu-terms .wapu-posts li,
  .tax-how-to_category .wapu_posts_wrap .wapu-posts li {
    position: relative;
    margin: 0;
    border-top: 1px solid #e4e4f1; }
    .post-type-archive-knowledge-base .wapu-terms .wapu-posts li:first-child, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-posts li:first-child,
    .post-type-archive-how-to .wapu-terms .wapu-posts li:first-child,
    .post-type-archive-how-to .wapu_posts_wrap .wapu-posts li:first-child,
    .tax-knowledge-base_category .wapu-terms .wapu-posts li:first-child,
    .tax-knowledge-base_category .wapu_posts_wrap .wapu-posts li:first-child,
    .tax-how-to_category .wapu-terms .wapu-posts li:first-child,
    .tax-how-to_category .wapu_posts_wrap .wapu-posts li:first-child {
      border-top: none; }
      .post-type-archive-knowledge-base .wapu-terms .wapu-posts li:first-child a, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-posts li:first-child a,
      .post-type-archive-how-to .wapu-terms .wapu-posts li:first-child a,
      .post-type-archive-how-to .wapu_posts_wrap .wapu-posts li:first-child a,
      .tax-knowledge-base_category .wapu-terms .wapu-posts li:first-child a,
      .tax-knowledge-base_category .wapu_posts_wrap .wapu-posts li:first-child a,
      .tax-how-to_category .wapu-terms .wapu-posts li:first-child a,
      .tax-how-to_category .wapu_posts_wrap .wapu-posts li:first-child a {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
    .post-type-archive-knowledge-base .wapu-terms .wapu-posts li:last-child a, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-posts li:last-child a,
    .post-type-archive-how-to .wapu-terms .wapu-posts li:last-child a,
    .post-type-archive-how-to .wapu_posts_wrap .wapu-posts li:last-child a,
    .tax-knowledge-base_category .wapu-terms .wapu-posts li:last-child a,
    .tax-knowledge-base_category .wapu_posts_wrap .wapu-posts li:last-child a,
    .tax-how-to_category .wapu-terms .wapu-posts li:last-child a,
    .tax-how-to_category .wapu_posts_wrap .wapu-posts li:last-child a {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
    .post-type-archive-knowledge-base .wapu-terms .wapu-posts li a, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-posts li a,
    .post-type-archive-how-to .wapu-terms .wapu-posts li a,
    .post-type-archive-how-to .wapu_posts_wrap .wapu-posts li a,
    .tax-knowledge-base_category .wapu-terms .wapu-posts li a,
    .tax-knowledge-base_category .wapu_posts_wrap .wapu-posts li a,
    .tax-how-to_category .wapu-terms .wapu-posts li a,
    .tax-how-to_category .wapu_posts_wrap .wapu-posts li a {
      position: relative;
      display: block;
      width: 100%;
      color: #304fff;
      padding: 7px 8px 10px 36px;
      -webkit-transition: all 0.89s ease;
      -o-transition: all 0.89s ease;
      transition: all 0.89s ease; }
      .post-type-archive-knowledge-base .wapu-terms .wapu-posts li a:hover, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-posts li a:hover,
      .post-type-archive-how-to .wapu-terms .wapu-posts li a:hover,
      .post-type-archive-how-to .wapu_posts_wrap .wapu-posts li a:hover,
      .tax-knowledge-base_category .wapu-terms .wapu-posts li a:hover,
      .tax-knowledge-base_category .wapu_posts_wrap .wapu-posts li a:hover,
      .tax-how-to_category .wapu-terms .wapu-posts li a:hover,
      .tax-how-to_category .wapu_posts_wrap .wapu-posts li a:hover {
        color: #42527b;
        background-color: #f7f7fb;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      .post-type-archive-knowledge-base .wapu-terms .wapu-posts li a:before, .post-type-archive-knowledge-base .wapu_posts_wrap .wapu-posts li a:before,
      .post-type-archive-how-to .wapu-terms .wapu-posts li a:before,
      .post-type-archive-how-to .wapu_posts_wrap .wapu-posts li a:before,
      .tax-knowledge-base_category .wapu-terms .wapu-posts li a:before,
      .tax-knowledge-base_category .wapu_posts_wrap .wapu-posts li a:before,
      .tax-how-to_category .wapu-terms .wapu-posts li a:before,
      .tax-how-to_category .wapu_posts_wrap .wapu-posts li a:before {
        position: absolute;
        content: "\e928";
        left: 16px;
        top: 16px;
        display: block;
        font-family: 'Nucleo Mini';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        color: inherit;
        font-size: 10px;
        font-size: 0.625rem; }

.tax-knowledge-base_category #primary,
.tax-how-to_category #primary {
  margin-top: 2.6em; }

.tax-knowledge-base_category .wapu-terms .wapu-term__title, .tax-knowledge-base_category .wapu-terms .wapu-post__title, .tax-knowledge-base_category .wapu_posts_wrap .wapu-term__title, .tax-knowledge-base_category .wapu_posts_wrap .wapu-post__title,
.tax-how-to_category .wapu-terms .wapu-term__title,
.tax-how-to_category .wapu-terms .wapu-post__title,
.tax-how-to_category .wapu_posts_wrap .wapu-term__title,
.tax-how-to_category .wapu_posts_wrap .wapu-post__title {
  margin: .54em 0; }

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1d2842;
  color: #7d8aa9;
  padding: 1.585em 0 1.729em;
  font-size: 14px;
  font-size: 0.875rem; }
  .site-footer .footer-conatiner__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px; }
    @media (min-width: 768px) {
      .site-footer .footer-conatiner__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .site-footer .footer-conatiner__flex .footer-menu, .site-footer .footer-conatiner__flex .site-info {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      @media (max-width: 767px) {
        .site-footer .footer-conatiner__flex .footer-menu, .site-footer .footer-conatiner__flex .site-info {
          margin-top: 15px;
          text-align: center; } }
    .site-footer .footer-conatiner__flex .footer-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .site-footer .footer-conatiner__flex .footer-menu {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .site-footer .footer-conatiner__flex .footer-menu li {
      margin: 0 5px; }
      @media (min-width: 768px) {
        .site-footer .footer-conatiner__flex .footer-menu li {
          margin: 0 0 0 26px; } }
      .site-footer .footer-conatiner__flex .footer-menu li a {
        color: #304fff; }
        .site-footer .footer-conatiner__flex .footer-menu li a:hover {
          color: white; }
  .site-footer a {
    color: #304fff; }
    .site-footer a:hover {
      color: white; }
  .site-footer .footer-menu .current-menu-item a {
    color: #304fff; }

.site-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.site-info {
  padding: 0 0 0 20px; }

.footer-logo img {
  display: block; }

.footer-area-wrap {
  background-color: #0e1628; }

.footer-main-head-area {
  padding-top: 60px; }
  .page-template-themes .footer-main-head-area {
    padding-top: 50px; }
    @media (max-width: 991px) {
      .page-template-themes .footer-main-head-area {
        padding-top: 40px; } }
  @media (max-width: 991px) {
    .page-template-main .footer-main-head-area {
      padding-top: 40px; } }
  @media (min-width: 768px) {
    .footer-main-head-area {
      padding-top: 184px; }
      .single-download .footer-main-head-area {
        padding-top: 60px; } }

.footer-main-area {
  padding-top: 14px; }
  .page-template-themes .footer-main-area,
  .page-template-main .footer-main-area {
    padding-bottom: 24px; }
    @media (max-width: 991px) {
      .page-template-themes .footer-main-area,
      .page-template-main .footer-main-area {
        padding-bottom: 28px; } }
    @media (max-width: 767px) {
      .page-template-themes .footer-main-area,
      .page-template-main .footer-main-area {
        padding-top: 5px; } }
  @media (max-width: 991px) {
    .footer-main-area aside:nth-child(3) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 10px; } }

/*--------------------------------------------------------------
## landing pages
--------------------------------------------------------------*/
.page-tamplate-landing.page-templateslanding-php .site-header .site-branding .site-logo a {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.site-footer.footer-landing {
  background: #fff;
  padding: 50px 20px; }
  .site-footer.footer-landing .footer-conatiner__flex {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
    -ms-flex-line-pack: stretch;
    -ms-flex-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: stretch;
    -webkit-box-align: center;
    align-items: center; }
  .site-footer.footer-landing .footer-landing-info p {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #42527B;
    margin-top: 19px;
    margin-bottom: 0;
    text-align: center; }
  .site-footer.footer-landing .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Muli", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #42527B;
    margin-top: 16px;
    text-transform: normal; }
    @media (min-width: 544px) {
      .site-footer.footer-landing .footer-info {
        margin-top: 38px; } }
    .site-footer.footer-landing .footer-info .site-info {
      padding: 0;
      margin-top: 0;
      margin-right: 10px;
      font-family: "Muli", sans-serif; }
    .site-footer.footer-landing .footer-info .footer-menu li {
      margin-left: 8px;
      padding-left: 8px; }
      .site-footer.footer-landing .footer-info .footer-menu li:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        top: 3px;
        height: 12px;
        width: 1px;
        background-color: #42527B; }
      .site-footer.footer-landing .footer-info .footer-menu li:first-child {
        margin-left: 0;
        padding-left: 0; }
        .site-footer.footer-landing .footer-info .footer-menu li:first-child:before {
          display: none; }
      .site-footer.footer-landing .footer-info .footer-menu li a {
        font-family: "Muli", sans-serif; }
        .site-footer.footer-landing .footer-info .footer-menu li a:hover {
          color: #42527B; }

.landing {
  text-align: center; }
  .landing h2, .landing p {
    margin: 0; }
  .landing h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 300; }
    @media (min-width: 992px) {
      .landing h2 {
        font-size: 44px;
        line-height: 50px; } }
    .landing h2 strong {
      font-weight: 800; }
  .landing p {
    font-family: "Muli", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px; }
    .landing p span {
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Muli", sans-serif;
      color: #304FFF;
      position: relative; }
      .landing p span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #304FFF; }
  .landing a {
    display: block;
    color: #42527B; }
    .landing a:hover, .landing a:visited, .landing a:active {
      color: #42527B; }
    .landing a .inner-wrap {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      position: relative; }
      @media (min-width: 992px) {
        .landing a .inner-wrap {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .landing__first .innerfirst {
    padding: 80px 20px 80px; }
    @media (min-width: 768px) {
      .landing__first .innerfirst {
        padding: 221px 20px 239px; } }
  .landing__first p {
    margin-top: 23px; }
  .landing__second, .landing__fourth {
    background-color: rgba(66, 82, 123, 0.03); }
    .landing__second img, .landing__fourth img {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
  .landing__second .landing__inner-content, .landing__fourth .landing__inner-content, .landing__third .landing__inner-content {
    position: relative; }
  .landing__second a {
    padding: 40px 0; }
  .landing__second p {
    margin-bottom: 17px; }
  .landing__second h2 + h2 {
    margin-bottom: 25px; }
  @media (min-width: 992px) {
    .landing__second img {
      position: absolute;
      top: 50%;
      max-height: 630px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 34%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .landing__second .landing__inner-content {
    padding: 30px 0 0 0; }
    @media (min-width: 992px) {
      .landing__second .landing__inner-content {
        padding: 180px 0 164px 0; } }
    @media (min-width: 1200px) {
      .landing__second .landing__inner-content {
        padding: 180px 0 164px 87px; } }
  .landing__third a {
    padding: 40px 0; }
    @media (min-width: 992px) {
      .landing__third a .inner-wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .landing__third p {
    margin-bottom: 17px; }
  .landing__third h2 + h2 {
    margin-bottom: 25px; }
  @media (min-width: 992px) {
    .landing__third img {
      position: absolute;
      top: 50%;
      max-height: 630px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -10%;
      max-width: 70%; } }
  @media (min-width: 1200px) {
    .landing__third img {
      position: absolute;
      top: 50%;
      max-height: 630px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -6%;
      max-width: 100%; } }
  .landing__third .landing__inner-content {
    padding: 30px 0 0 0; }
    @media (min-width: 992px) {
      .landing__third .landing__inner-content {
        padding: 180px 0 164px 0; } }
    @media (min-width: 1200px) {
      .landing__third .landing__inner-content {
        padding: 180px 80px 164px 0; } }
  .landing__fourth a {
    padding: 40px 0; }
  .landing__fourth p {
    margin-bottom: 17px; }
  .landing__fourth h2 + h2 {
    margin-bottom: 25px; }
  @media (min-width: 992px) {
    .landing__fourth img {
      position: absolute;
      top: 5%;
      left: 58%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .landing__fourth .landing__inner-content {
    padding: 30px 0 0 0; }
    @media (min-width: 992px) {
      .landing__fourth .landing__inner-content {
        padding: 180px 0 165px 0; } }
    @media (min-width: 1200px) {
      .landing__fourth .landing__inner-content {
        padding: 180px 0 163px 84px; } }
  .landing__fifth {
    background-image: -webkit-linear-gradient(230deg, #617BE5, #617BE5, #34D7A1, #34D7A1, #617BE5, #617BE5, #34D7A1, #34D7A1);
    background-image: -o-linear-gradient(230deg, #617BE5, #617BE5, #34D7A1, #34D7A1, #617BE5, #617BE5, #34D7A1, #34D7A1);
    background-image: linear-gradient(220deg, #617BE5, #617BE5, #34D7A1, #34D7A1, #617BE5, #617BE5, #34D7A1, #34D7A1);
    background-size: 800% 800%;
    background-repeat: repeat; }
    .landing__fifth a {
      color: #fff;
      padding: 80px 20px 80px; }
      .landing__fifth a:hover, .landing__fifth a:visited, .landing__fifth a:active {
        color: #fff; }
      @media (min-width: 768px) {
        .landing__fifth a {
          padding: 244px 20px 240px; } }
    .landing__fifth .bg-fifth {
      background-size: 62%;
      background-position: center;
      background-attachment: fixed;
      background-repeat: no-repeat; }
    .landing__fifth p {
      margin-top: 23px; }
  .landing__sixth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px; }
    @media (min-width: 768px) {
      .landing__sixth {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .landing__sixth .box {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      -webkit-box-flex: 0;
      flex: 0 1 100%;
      background-size: cover;
      background-position: center;
      margin: 10px; }
      .landing__sixth .box__social {
        background-color: #304fff;
        background-size: 25%;
        background-position: center;
        background-repeat: no-repeat; }
        .landing__sixth .box__social a {
          color: #fff; }
          .landing__sixth .box__social a:hover, .landing__sixth .box__social a:visited, .landing__sixth .box__social a:active {
            color: #fff; }
      .landing__sixth .box__visit {
        background-color: #f9fafb;
        background-size: 25%;
        background-position: right bottom;
        background-repeat: no-repeat; }
        .landing__sixth .box__visit h2 strong {
          color: #34D7A1; }
      .landing__sixth .box a {
        padding: 80px 20px 80px; }
        @media (min-width: 992px) {
          .landing__sixth .box a {
            padding: 180px 20px 180px; } }
        @media (min-width: 1200px) {
          .landing__sixth .box a {
            padding: 244px 20px 240px; } }
    .landing__sixth p {
      margin-top: 23px;
      margin-left: 10px;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .landing__sixth p {
          margin-left: 25%;
          margin-right: 25%; } }

.bg-pan-right {
  -webkit-animation: bg-pan-right 5s infinite alternate both;
  animation: bg-pan-right 5s infinite alternate both; }

@-webkit-keyframes bg-pan-right {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }

@keyframes bg-pan-right {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Share
--------------------------------------------------------------*/
.share-btns__list {
  float: none;
  padding: 0 0 15px 0; }
  @media (min-width: 992px) {
    .share-btns__list {
      padding: 16px 0 15px 5px; } }
  @media (max-width: 991px) {
    .entry-footer-meta .share-btns__list {
      padding: 0 0 15px 0; } }

.share-btns__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .share-btns__item {
      margin-right: 0;
      margin-left: 19px; } }
  .single-post .share-btns__item,
  .entry-footer-meta .share-btns__item {
    margin-right: 18px;
    margin-left: 0; }
    @media (min-width: 992px) {
      .single-post .share-btns__item,
      .entry-footer-meta .share-btns__item {
        margin-left: 18px;
        margin-right: 0; } }
  .share-btns__item i {
    margin-right: 0; }

.share-btns__link {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none; }
  .share-btns__link i {
    color: #42527b;
    -webkit-transition: all 0.32s ease;
    -o-transition: all 0.32s ease;
    transition: all 0.32s ease; }
  .share-btns__link:hover i {
    color: #304fff;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    transition: all 0.28s ease; }

/*--------------------------------------------------------------
# Plugin cherry-search
--------------------------------------------------------------*/
.cherry-search-wrapper .cherry-search {
  position: relative; }
  .header-area .cherry-search-wrapper .cherry-search {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .header-area .cherry-search-wrapper .cherry-search {
        width: 886px; } }
  .error404 .cherry-search-wrapper .cherry-search {
    max-width: 100%; }
    @media (min-width: 768px) {
      .error404 .cherry-search-wrapper .cherry-search {
        max-width: 537px;
        margin: 0 auto; } }
  .cherry-search-wrapper .cherry-search__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative; }
    .cherry-search-wrapper .cherry-search__label .input-search-icon {
      position: absolute;
      top: 20px;
      left: 22px;
      color: #304fff; }
  .cherry-search-wrapper .cherry-search .cherry_search_categories {
    position: absolute;
    left: calc(100% - 215px);
    top: 14px;
    border-left: 1px solid #e4e4f1; }
    @media (min-width: 544px) {
      .cherry-search-wrapper .cherry-search .cherry_search_categories {
        left: calc(100% - 309px); } }
    @media (min-width: 768px) {
      .cherry-search-wrapper .cherry-search .cherry_search_categories {
        left: calc(100% - 377px); } }
    @media (max-width: 543px) {
      .cherry-search-wrapper .cherry-search .cherry_search_categories {
        top: 0;
        left: 0;
        position: relative;
        border: 3px solid #e4e4f1;
        background-color: white;
        margin-bottom: 10px;
        border-radius: 5px; } }
    .cherry-search-wrapper .cherry-search .cherry_search_categories select#cherry_search_categories {
      -moz-appearance: none !important;
      -webkit-appearance: none !important;
      appearance: none !important;
      border: none;
      width: 100%;
      padding-left: 5px;
      background-color: white; }
    .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container {
      font-size: 14px;
      font-size: 0.875rem; }
      @media (max-width: 543px) {
        .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container {
          width: 100% !important; } }
      .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-single, .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-drop {
        border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
        background-color: transparent; }
      .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-single {
        line-height: 1.5em;
        padding-left: 14px;
        width: 228px;
        color: #42527b; }
        @media (max-width: 767px) {
          .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-single {
            width: 200px; } }
        @media (max-width: 543px) {
          .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-single {
            width: 100%; } }
        .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-single div b {
          background-image: none;
          position: relative; }
          .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-single div b:after {
            position: absolute;
            right: 8px;
            top: 8px;
            display: block;
            font-family: 'Nucleo Mini';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            /* Support for all WebKit browsers. */
            -webkit-font-smoothing: antialiased;
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
            content: '\e902';
            font-size: 9.6px;
            font-size: 0.6rem;
            color: #e4e4f1; }
      .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-drop {
        width: 235px;
        top: 180%;
        padding: 9px 0 5px 5px;
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px 0 rgba(80, 106, 172, 0.19);
        box-shadow: 0 0 15px 0 rgba(80, 106, 172, 0.19); }
        .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-drop ::-webkit-scrollbar {
          width: 8px;
          border-radius: 5px;
          background-color: #f7f7fb; }
        .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-drop ::-webkit-scrollbar-track {
          border-radius: 5px; }
        .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-drop ::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background-color: #e4e4f1; }
        @media (max-width: 767px) {
          .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-drop {
            width: 210px; } }
        @media (max-width: 543px) {
          .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-drop {
            width: calc(100% + 6px);
            top: 130%;
            border: 3px solid #e4e4f1;
            margin: 0 -3px; } }
        .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-drop .chosen-search input[type='text'] {
          border-radius: 5px;
          border: 1px solid #e4e4f1; }
        .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-drop .chosen-results {
          max-height: 280px; }
      .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container.chosen-with-drop .chosen-single div b:after {
        top: 6px;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-results li {
        background-image: none;
        border-radius: 5px;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-results li.highlighted {
          background-color: #304fff;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .cherry-search-wrapper .cherry-search .cherry_search_categories .chosen-container .chosen-results li:before {
          display: none; }
  .cherry-search-wrapper .cherry-search form.cherry-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0; }
    @media (max-width: 543px) {
      .cherry-search-wrapper .cherry-search form.cherry-search__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .cherry-search-wrapper .cherry-search form.cherry-search__form:after {
      display: none; }
    .cherry-search-wrapper .cherry-search form.cherry-search__form input.cherry-search__field[type='search'] {
      width: calc(100% - 10px);
      padding-right: 251px;
      margin-bottom: 0;
      border: 3px solid #e4e4f1;
      background-color: white;
      height: 55px;
      -webkit-appearance: none;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      @media (max-width: 543px) {
        .cherry-search-wrapper .cherry-search form.cherry-search__form input.cherry-search__field[type='search'] {
          width: 100%;
          padding-right: 15px;
          margin-bottom: 10px; } }
    .cherry-search-wrapper .cherry-search form.cherry-search__form button.cherry-search__submit.btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      width: inherit;
      white-space: nowrap;
      border: none;
      z-index: 1;
      padding: 17px 18px 22px;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media (min-width: 768px) {
        .cherry-search-wrapper .cherry-search form.cherry-search__form button.cherry-search__submit.btn {
          padding: 17px 39px 20px; } }
      @media (max-width: 543px) {
        .cherry-search-wrapper .cherry-search form.cherry-search__form button.cherry-search__submit.btn {
          width: 100%; } }
      .cherry-search-wrapper .cherry-search form.cherry-search__form button.cherry-search__submit.btn:before {
        display: none; }
  .cherry-search-wrapper .cherry-search__item-attr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .cherry-search-wrapper .cherry-search__item-attr .cherry-search__post-meta {
      font-size: 12px;
      font-size: 0.75rem;
      color: #42527b; }
    .cherry-search-wrapper .cherry-search__item-attr .cherry-search__item-title {
      margin: 0;
      font-family: "Muli", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.2em;
      color: #42527b;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .cherry-search-wrapper .cherry-search__item-attr .cherry-search__item-content {
      margin: 0;
      color: #42527b; }
  .cherry-search-wrapper .cherry-search__results-area {
    margin-top: 11px;
    padding: 15px 0;
    border-radius: 5px;
    border: none !important;
    display: none;
    -webkit-box-shadow: 0 0 59px 0 rgba(80, 106, 172, 0.19);
    box-shadow: 0 0 59px 0 rgba(80, 106, 172, 0.19); }
    @media (min-width: 768px) {
      .cherry-search-wrapper .cherry-search__results-area {
        width: calc(100% - 140px);
        margin-bottom: 0; } }
    .cherry-search-wrapper .cherry-search__results-area .cherry-search__message {
      padding: 6px 20px; }
      .cherry-search-wrapper .cherry-search__results-area .cherry-search__message p {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0; }
  .cherry-search-wrapper .cherry-search__results-header {
    padding: 0 20px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cherry-search-wrapper .cherry-search__results-count {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    margin: 0;
    border: none; }
    .cherry-search-wrapper .cherry-search__results-count button {
      width: auto;
      text-decoration: none;
      margin: 0;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      color: #42527b;
      border: none;
      padding: 0;
      line-height: 1.625;
      background: transparent; }
      .cherry-search-wrapper .cherry-search__results-count button:hover {
        color: #304fff;
        background: transparent; }
  .cherry-search-wrapper .cherry-search__navigation-holder {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border: none; }
  .cherry-search-wrapper .cherry-search__full-result {
    width: auto;
    font-family: "Open Sans", sans-serif;
    color: #42527b;
    border: none;
    padding: 0;
    line-height: 1.625;
    background: transparent;
    margin-left: 20px;
    margin-top: 12px;
    padding: 0;
    position: relative;
    text-decoration: underline;
    color: #304fff;
    font-size: 14px;
    font-size: 0.875rem; }
    .cherry-search-wrapper .cherry-search__full-result:hover {
      color: #304fff;
      background: transparent; }
    .cherry-search-wrapper .cherry-search__full-result:hover {
      color: #42527b;
      text-decoration: underline; }
  .cherry-search-wrapper .cherry-search__navigation_inner {
    border: none;
    padding: 0 2px;
    line-height: 0;
    overflow: hidden; }
    .cherry-search-wrapper .cherry-search__navigation_inner .cherry-search__bullet-button {
      border: none;
      width: 13px;
      height: 13px;
      padding: 0;
      background-color: #e3e3f0; }
      .cherry-search-wrapper .cherry-search__navigation_inner .cherry-search__bullet-button:hover, .cherry-search-wrapper .cherry-search__navigation_inner .cherry-search__bullet-button.cherry-search__active-button {
        background-color: #304fff; }
  .cherry-search-wrapper .cherry-search__navigate-button {
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 0;
    border: none; }
    .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__prev-button, .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__next-button {
      width: auto;
      height: auto;
      float: none;
      position: relative;
      margin-bottom: 3px;
      color: #304fff;
      font-size: 23px;
      font-size: 1.4375rem; }
      .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__prev-button.cherry-search__navigate-button-disable, .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__prev-button.cherry-search__navigate-button-disable:hover, .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__next-button.cherry-search__navigate-button-disable, .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__next-button.cherry-search__navigate-button-disable:hover {
        color: #d4d4e7; }
      .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__prev-button:hover, .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__next-button:hover {
        color: #001ec9;
        background: transparent; }
      .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__prev-button:after, .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__next-button:after {
        line-height: 28px;
        width: 100%;
        font-family: 'Nucleo Mini';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        padding: 2px 0; }
    .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__prev-button:after {
      content: '\e909'; }
    .cherry-search-wrapper .cherry-search__navigate-button.cherry-search__next-button:after {
      content: '\e90b'; }
  .cherry-search-wrapper .cherry-search__results-list {
    border-top: 1px solid #e4e4f1;
    border-bottom: 1px solid #e4e4f1; }
  .cherry-search-wrapper .cherry-search__results-item {
    border-top: none;
    border-bottom: 1px solid #e4e4f1;
    padding-left: 0; }
    .cherry-search-wrapper .cherry-search__results-item:last-child {
      border: none; }
    .cherry-search-wrapper .cherry-search__results-item a {
      padding: 10px 15px 4px; }
      .cherry-search-wrapper .cherry-search__results-item a:hover {
        background-color: #f7f7fb; }
        .cherry-search-wrapper .cherry-search__results-item a:hover .cherry-search__post-meta, .cherry-search-wrapper .cherry-search__results-item a:hover .cherry-search__item-content {
          color: #42527b; }
        .cherry-search-wrapper .cherry-search__results-item a:hover .cherry-search__item-title {
          color: #304fff;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .error404 .cherry-search-wrapper .cherry-search__results-item, .top-panel .cherry-search-wrapper .cherry-search__results-item, .widget-area .cherry-search-wrapper .cherry-search__results-item {
      border-top: 1px; }
    .cherry-search-wrapper .cherry-search__results-item .cherry-search__item-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
      flex: 0 1 20%;
      margin: 0 15px 6px 0;
      min-width: 20%;
      display: none;
      text-align: center; }
      @media (min-width: 768px) {
        .cherry-search-wrapper .cherry-search__results-item .cherry-search__item-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 9%;
          flex: 0 1 9%;
          min-width: 9%;
          display: block; } }
      .cherry-search-wrapper .cherry-search__results-item .cherry-search__item-thumbnail img {
        border: 1px solid #e6e6f2; }
      .cherry-search-wrapper .cherry-search__results-item .cherry-search__item-thumbnail .nc-icon-mini {
        width: 100%;
        height: 50px;
        background: aliceblue;
        border: 1px solid #e6e6f2; }
        .cherry-search-wrapper .cherry-search__results-item .cherry-search__item-thumbnail .nc-icon-mini:before {
          line-height: 48px;
          font-size: 18px;
          font-size: 1.125rem; }
  .cherry-search-wrapper .cherry-search__spinner {
    opacity: 0.7; }
    .cherry-search-wrapper .cherry-search__spinner .rect1 {
      background-color: #0c31ff; }
    .cherry-search-wrapper .cherry-search__spinner .rect2 {
      background-color: #1c3eff; }
    .cherry-search-wrapper .cherry-search__spinner .rect3 {
      background-color: #304fff; }
    .cherry-search-wrapper .cherry-search__spinner .rect4 {
      background-color: #4460ff; }
    .cherry-search-wrapper .cherry-search__spinner .rect5 {
      background-color: #546dff; }

li.cherry-search__results-item:before {
  display: none; }

.cherry-search .cherry-search__results-item:hover,
.cherry-search .cherry-search__more-button:hover {
  background-color: transparent; }

.search-no-results .no-results.not-found p a {
  color: #304fff;
  text-decoration: underline; }
  .search-no-results .no-results.not-found p a:hover {
    color: #42527b; }

.cherry-search__info h1, .cherry-search__message h1 {
  margin-bottom: 18px; }

.cherry-search__info p, .cherry-search__message p {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .cherry-search__info p, .cherry-search__message p {
      margin-left: 10%;
      margin-right: 10%; } }
  .cherry-search__info p .text_error, .cherry-search__message p .text_error {
    position: relative;
    font-weight: 600; }
  .cherry-search__info p a, .cherry-search__message p a {
    color: #304fff;
    text-decoration: underline; }
    .cherry-search__info p a:hover, .cherry-search__message p a:hover {
      color: #42527b; }

.cherry-search__info input.cherry-search__field[type='search'], .cherry-search__message input.cherry-search__field[type='search'] {
  -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
  box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15); }

.search_home {
  max-width: none;
  margin: 0 auto 30px; }
  @media (min-width: 768px) {
    .search_home {
      max-width: 886px;
      margin: 0 auto 68px; } }
  .search_home input.cherry-search__field[type='search'] {
    -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
    box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15); }
  .search_home h1 {
    margin-bottom: 18px; }
  .search_home p {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .search_home p {
        margin-left: 10%;
        margin-right: 10%; } }

/*--------------------------------------------------------------
# Plugin wapu core
--------------------------------------------------------------*/
/* Wapu rating */
.wapu-post-rating {
  text-align: center;
  margin: 1.2em auto; }
  .wapu-post-rating__title {
    font-size: 22px;
    font-size: 1.375rem; }
  .wapu-post-rating__btn {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    margin: 0 3px; }
    .wapu-post-rating__btn:before {
      text-indent: 0;
      font-family: 'Nucleo Mini';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      position: absolute;
      font-size: 20px;
      font-size: 1.25rem;
      top: 23px;
      left: 24px; }
    .wapu-post-rating__btn.btn-like:before {
      top: 19px;
      content: '\ed62'; }
    .wapu-post-rating__btn.btn-dislike:before {
      content: '\ed61'; }

/*--------------------------------------------------------------
# Plugin cherry-esti
--------------------------------------------------------------*/
.tm-testi__wrap .swiper-pagination.tm-testi-slider__pags.img-pagination {
  padding-top: 43px;
  padding-bottom: 38px; }
  .tm-testi__wrap .swiper-pagination.tm-testi-slider__pags.img-pagination .swiper-pagination-bullet {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .tm-testi__wrap .swiper-pagination.tm-testi-slider__pags.img-pagination .swiper-pagination-bullet:hover {
      opacity: .55; }
    .tm-testi__wrap .swiper-pagination.tm-testi-slider__pags.img-pagination .swiper-pagination-bullet-active {
      opacity: .3; }

.tm-testi__inner blockquote {
  background: transparent;
  padding: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .tm-testi__inner blockquote {
      padding: 0 10%; } }

.tm-testi__title .tm-testi__title-main {
  font-size: 28px;
  font-size: 1.75rem; }

.tm-testi__item p {
  font-family: "Muli", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  margin-top: 4px; }
  @media (max-width: 991px) {
    .tm-testi__item p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px; } }

.tm-testi__item cite {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  color: #304fff;
  position: relative; }
  .tm-testi__item cite:before {
    width: 14px;
    height: 1px;
    position: relative;
    display: inline-block;
    content: '';
    background-color: #304fff;
    margin: 0 10px 4px 0; }

.tm-testi__item footer {
  padding-top: 14px; }

.elementor-page #primary {
  max-width: 100%; }

/*--------------------------------------------------------------
# Plugin EDD
--------------------------------------------------------------*/
.account-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .account-tabs__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 10px 20px;
    position: relative;
    background-color: #fafafd; }
    @media (max-width: 767px) {
      .account-tabs__nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px;
        padding: 10px; } }
    .account-tabs__nav-item {
      position: relative;
      margin: 0;
      border-top: 1px solid #e4e4f1; }
      @media (max-width: 767px) {
        .account-tabs__nav-item {
          border-top: none;
          border-left: 1px solid #e4e4f1; } }
      .account-tabs__nav-item:first-child {
        border-top: none; }
        @media (max-width: 767px) {
          .account-tabs__nav-item:first-child {
            border-left: none; } }
      @media (max-width: 767px) {
        .account-tabs__nav-item-text {
          display: none; } }
      .account-tabs__nav-item a {
        position: relative;
        display: block;
        width: 100%;
        color: #304fff;
        padding: 7px 8px 8px 28px;
        -webkit-transition: all 0.89s ease;
        -o-transition: all 0.89s ease;
        transition: all 0.89s ease; }
        @media (max-width: 767px) {
          .account-tabs__nav-item a {
            padding: 5px;
            width: 50px;
            text-align: center; } }
        .account-tabs__nav-item a:hover {
          color: #9c9fb1;
          -webkit-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .account-tabs__nav-item a:before {
          position: absolute;
          content: "\e928";
          left: 0;
          top: 12px;
          display: block;
          font-family: 'Nucleo Mini';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          /* Support for all WebKit browsers. */
          -webkit-font-smoothing: antialiased;
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
          color: inherit;
          font-size: 15px; }
          @media (max-width: 767px) {
            .account-tabs__nav-item a:before {
              position: static; } }
        .account-tabs__nav-item a[href="#settings"]:before {
          content: '\ea58'; }
        .account-tabs__nav-item a[href="#purchase-details"]:before {
          content: '\ebbf'; }
        .account-tabs__nav-item a[href="#downloads"]:before {
          content: '\e916'; }
        .account-tabs__nav-item a[href="#license-keys"]:before {
          content: '\ebf6'; }
        .account-tabs__nav-item a[href="#support"]:before {
          content: '\ec01'; }
      .account-tabs__nav-item.active-item a {
        color: #9c9fb1;
        cursor: default; }
  .account-tabs__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%; }
    @media (max-width: 767px) {
      .account-tabs__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .account-tabs__content-item {
      display: none; }
      .account-tabs__content-item.active-item {
        display: block; }
    .account-tabs__content h4 {
      margin-top: 8px;
      margin-bottom: 20px;
      font-size: 20px; }
      .account-tabs__content h4 + p {
        font-size: 14px; }

ul.edd_purchase_receipt_files {
  padding: 0;
  margin: 0; }
  ul.edd_purchase_receipt_files li {
    padding: 3px 0; }
    ul.edd_purchase_receipt_files li:before {
      display: none; }
    ul.edd_purchase_receipt_files li a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      ul.edd_purchase_receipt_files li a:before {
        content: '\e992';
        font-size: 14px;
        padding: 0 8px 0 0;
        display: inline-block;
        speak: none;
        font-family: 'Nucleo Mini';
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.edd_form {
  padding: 20px;
  overflow: hidden;
  background-color: #fafafd;
  margin: 0 0 30px; }
  .edd_form legend {
    display: block;
    width: 100%;
    color: #42527b;
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e4e4f1; }
  .edd_form fieldset {
    padding: 20px 0; }
    .edd_form fieldset p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .edd_form fieldset label {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
      flex: 0 0 23%;
      font-size: 14px; }
      @media (max-width: 767px) {
        .edd_form fieldset label {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
    .edd_form fieldset input:not([type="submit"]),
    .edd_form fieldset select {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%; }
      @media (max-width: 767px) {
        .edd_form fieldset input:not([type="submit"]),
        .edd_form fieldset select {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
  .edd_form #edd_profile_name_label {
    border-top: none; }
  .edd_form #edd_profile_submit_fieldset p {
    margin: 0; }

.edd-alert {
  border: 1px solid;
  padding: 12px 20px;
  margin-bottom: 30px; }
  .edd-alert p {
    margin: 0; }

.edd_success {
  border-color: #304fff;
  background-color: none;
  color: #304fff; }

.edd_errors {
  border-color: #fc3448;
  background-color: none;
  color: #fc3448; }

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

table.edd-table,
#edd_checkout_cart {
  background-color: #fafafd;
  display: block;
  padding: 20px; }
  table.edd-table thead,
  table.edd-table tbody,
  table.edd-table tfoot,
  #edd_checkout_cart thead,
  #edd_checkout_cart tbody,
  #edd_checkout_cart tfoot {
    display: table;
    width: 100%;
    border-collapse: collapse; }
  table.edd-table td,
  table.edd-table th,
  #edd_checkout_cart td,
  #edd_checkout_cart th {
    padding: 9px 15px 9px;
    text-align: left; }
  table.edd-table th,
  #edd_checkout_cart th {
    font-weight: 600; }
  table.edd-table tbody tr,
  table.edd-table tfoot tr,
  #edd_checkout_cart tbody tr,
  #edd_checkout_cart tfoot tr {
    border-top: 1px solid #e4e4f1; }
    table.edd-table tbody tr a,
    table.edd-table tfoot tr a,
    #edd_checkout_cart tbody tr a,
    #edd_checkout_cart tfoot tr a {
      color: #304fff; }
      table.edd-table tbody tr a:hover,
      table.edd-table tfoot tr a:hover,
      #edd_checkout_cart tbody tr a:hover,
      #edd_checkout_cart tfoot tr a:hover {
        color: #42527b; }

table.edd-table {
  padding-top: 7px;
  padding-bottom: 12px; }

#edd_purchase_receipt td,
#edd_purchase_receipt th,
#edd_purchase_receipt_products td,
#edd_purchase_receipt_products th,
#edd_sl_license_keys td,
#edd_sl_license_keys th {
  width: 50%; }
  #edd_purchase_receipt td strong,
  #edd_purchase_receipt th strong,
  #edd_purchase_receipt_products td strong,
  #edd_purchase_receipt_products th strong,
  #edd_sl_license_keys td strong,
  #edd_sl_license_keys th strong {
    font-weight: 600; }
  #edd_purchase_receipt td:first-child,
  #edd_purchase_receipt th:first-child,
  #edd_purchase_receipt_products td:first-child,
  #edd_purchase_receipt_products th:first-child,
  #edd_sl_license_keys td:first-child,
  #edd_sl_license_keys th:first-child {
    padding-left: 0; }
    #edd_purchase_receipt td:first-child + td,
    #edd_purchase_receipt th:first-child + td,
    #edd_purchase_receipt_products td:first-child + td,
    #edd_purchase_receipt_products th:first-child + td,
    #edd_sl_license_keys td:first-child + td,
    #edd_sl_license_keys th:first-child + td {
      color: #9c9fb1; }

#edd_purchase_receipt tr.edd_license_key,
#edd_purchase_receipt_products tr.edd_license_key,
#edd_sl_license_keys tr.edd_license_key {
  border-top: none; }
  #edd_purchase_receipt tr.edd_license_key td,
  #edd_purchase_receipt_products tr.edd_license_key td,
  #edd_sl_license_keys tr.edd_license_key td {
    padding-top: 0; }

#edd_purchase_receipt td,
#edd_purchase_receipt_products td,
#edd_sl_license_keys td {
  font-size: 14px; }

#edd_purchase_receipt + h3,
#edd_purchase_receipt_products + h3,
#edd_sl_license_keys + h3 {
  font-size: 20px;
  margin: 25px 0; }

@media (max-width: 767px) {
  #edd_sl_license_keys td {
    display: block;
    width: 100%; } }

#edd_checkout_cart td,
#edd_checkout_cart th {
  width: 15%; }
  #edd_checkout_cart td:first-child,
  #edd_checkout_cart th:first-child {
    width: 70%;
    padding-left: 0; }

#edd_checkout_cart .edd_cart_remove_item_btn {
  color: #fc3448;
  font-size: 14px; }
  #edd_checkout_cart .edd_cart_remove_item_btn:before {
    content: '\ea28';
    font-family: 'Nucleo Mini';
    display: inline-block;
    padding-right: 5px;
    font-size: 12px; }

#edd_checkout_cart .edd_cart_item_image {
  margin: 0 10px 0 0; }

#edd_checkout_cart .edd_cart_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #edd_checkout_cart .edd_cart_item_info img {
    display: block; }

#edd_user_history td,
#edd_user_history th {
  width: 20%; }
  #edd_user_history td:first-child,
  #edd_user_history th:first-child {
    padding-left: 0; }
  #edd_user_history td:last-child,
  #edd_user_history th:last-child {
    width: 40%; }

#edd_user_history td {
  font-size: 14px; }

#edd_user_history .edd_download_history_row td,
#edd_user_history .edd_download_history_row th {
  width: 50%; }

#edd_user_history .edd_download_history_row .edd_download_file a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #edd_user_history .edd_download_history_row .edd_download_file a:before {
    content: '\e992';
    font-size: 14px;
    padding: 0 8px 0 0;
    display: inline-block;
    speak: none;
    font-family: 'Nucleo Mini';
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

input[name="edd-purchase"] {
  background-color: #01c854; }
  input[name="edd-purchase"]:hover {
    background: #01af49; }

#edd_login_form {
  max-width: 400px;
  margin: 0 auto; }
  #edd_login_form legend {
    border-top: none; }
  #edd_login_form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #edd_login_form p {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    #edd_login_form p.edd-login-remember {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 11px 0 0 0; }
    #edd_login_form p.edd-login-submit {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      text-align: right; }
  #edd_login_form .edd-lost-password {
    margin: 10px 0 -10px;
    text-align: center;
    font-size: 12px; }

#edd_checkout_wrap {
  margin: 0 auto; }
  #edd_checkout_wrap .edd_empty_cart {
    display: block;
    padding: 25px;
    text-align: center;
    background: #fafafd;
    color: #9c9fb1; }
    #edd_checkout_wrap .edd_empty_cart:before {
      content: '\ebb7';
      font-family: 'Nucleo Mini';
      font-size: 30px;
      display: block;
      margin: 0 0 5px;
      color: #cbcdd9; }
  #edd_checkout_wrap #edd_checkout_form_wrap p {
    display: block; }
    #edd_checkout_wrap #edd_checkout_form_wrap p .edd-description {
      color: #9c9fb1;
      font-size: 12px;
      display: block;
      margin: -5px 0 10px; }
  #edd_checkout_wrap #edd_checkout_form_wrap .edd-submit {
    width: 100%;
    padding: 20px;
    font-size: 18px; }
  #edd_checkout_wrap #edd_purchase_submit {
    padding-top: 0; }
  #edd_checkout_wrap #edd_final_total_wrap {
    text-align: center;
    font-size: 24px; }
    #edd_checkout_wrap #edd_final_total_wrap strong {
      font-weight: normal; }
    #edd_checkout_wrap #edd_final_total_wrap span {
      font-weight: bold; }
  #edd_checkout_wrap .edd-payment-icons {
    text-align: center;
    padding: 15px 20px 10px; }

ul.edd_purchase_receipt_files {
  margin: -10px 0 0; }

.single-download .site-header {
  background: #fff; }

.single-download .breadcrumbs {
  padding: 12px 0 7px; }

.single-download .download-title {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 25px; }

.single-download #primary {
  margin: 0; }

.single-download .site-main:after {
  display: none; }

.download-header {
  padding-bottom: 30px;
  background: #fff; }

.download-nav__item {
  display: inline-block;
  margin-right: 10px; }
  .download-nav__item-link {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 9px 20px 10px;
    color: #42527b;
    border: 1px solid #e4e4f1;
    background: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .download-nav__item-link:hover, .download-nav__item-link.link-active {
      background: #f5f5fa;
      color: #304fff; }

.download-content {
  background: #f5f5fa;
  padding: 50px 0 30px; }

.downloads-content-box {
  background: #fafafd;
  padding: 20px;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .downloads-content-box__inner {
      height: 250px;
      overflow: hidden; } }
  .downloads-content-box__inner.content-expanded {
    height: auto; }

.content-trigger {
  display: none; }
  @media (max-width: 767px) {
    .content-trigger {
      display: block; } }
  .content-trigger__expand {
    display: none; }
    .downloads-content-box__inner:not(.content-expanded) + .content-trigger .content-trigger__expand {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .content-trigger__collapse {
    display: none; }
    .downloads-content-box__inner.content-expanded + .content-trigger .content-trigger__collapse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .content-trigger__expand, .content-trigger__collapse {
    background: #304fff;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .content-trigger__expand i, .content-trigger__collapse i {
      color: #fff;
      margin: 0 0 0 10px; }
    .content-trigger__expand:hover, .content-trigger__collapse:hover {
      background: #42527b; }

.download-single-preview {
  text-align: center; }

.download-single-thumb {
  display: block;
  margin-bottom: 30px; }

.download-single-actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 2px 5px;
  line-height: 22px;
  padding: 9px 30px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #42527b;
  border: 2px solid #e4e4f1;
  width: 196px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .download-single-actions a .nc-icon-mini {
    font-size: 14px;
    color: #cbcdd9;
    margin: 0 10px 0 0; }
  .download-single-actions a:hover {
    color: #fff;
    border-color: #304fff;
    background: #304fff; }
    .download-single-actions a:hover .nc-icon-mini {
      color: #fff; }
  .download-single-actions a[data-edd-loading] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .download-single-actions a[data-edd-loading] > * {
      display: none; }
    .download-single-actions a[data-edd-loading]:before {
      content: '\eea3';
      font-family: 'Nucleo Mini';
      -webkit-animation: nc-icon-spin 2s infinite linear;
      animation: nc-icon-spin 2s infinite linear;
      display: block;
      text-align: center;
      font-weight: normal; }

.download-single-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 10px; }
  .download-single-sharing__label {
    font-weight: bold;
    margin-right: 10px; }
  .download-single-sharing .share-btns__list {
    padding: 0; }
  .download-single-sharing .share-btns__item {
    margin: 0 12px; }

.download-single-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .download-single-price__features {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  .download-single-price__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .download-single-price__label-text {
      font-size: 20px;
      line-height: 24px;
      color: #42527b;
      font-weight: 500; }
  .download-single-price .edd_price {
    font-size: 36px;
    line-height: 42px;
    color: #304fff;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .download-single-price .edd_price ins {
      background: none; }
    .download-single-price .edd_price del {
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #fc3448;
      margin-right: 8px; }
  .download-single-price__features {
    padding: 15px 0 20px; }
    .download-single-price__features-item {
      font-size: 14px;
      line-height: 20px;
      padding: 3px 0 3px 20px;
      color: #9c9fb1;
      position: relative; }
      .download-single-price__features-item:before {
        content: '\ea25';
        font-family: 'Nucleo Mini';
        font-size: 12px;
        position: absolute;
        left: 0;
        color: #42527b; }

.download-tooltip {
  position: relative;
  margin: 0 6px; }
  .download-tooltip__icon {
    color: #cbcdd9;
    font-size: 14px;
    -webkit-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear; }
  .download-tooltip__text {
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 10px;
    width: 160px;
    left: 50%;
    bottom: 999em;
    margin-left: -80px;
    margin-bottom: 8px;
    background: #7a87a7;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 200ms linear, -webkit-transform 200ms linear;
    transition: opacity 200ms linear, -webkit-transform 200ms linear;
    -o-transition: opacity 200ms linear, transform 200ms linear;
    transition: opacity 200ms linear, transform 200ms linear;
    transition: opacity 200ms linear, transform 200ms linear, -webkit-transform 200ms linear; }
    .download-tooltip__text:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8px 0 8px;
      border-color: #7a87a7 transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: 100%;
      margin-left: -8px; }
  .download-tooltip:hover .download-tooltip__icon {
    color: #7a87a7; }
  .download-tooltip:hover .download-tooltip__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 100%; }

.single-download .download-add-to-cart {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  padding: 12px 15px;
  background: #01c854;
  text-align: center; }
  .single-download .download-add-to-cart:hover {
    background: #01af49; }
  .single-download .download-add-to-cart:before {
    content: '\ebb6';
    font-family: 'Nucleo Mini';
    font-size: 14px;
    margin: 0 5px 0 0;
    font-weight: normal; }

.donwload-single-notes {
  padding: 25px 0 12px;
  font-size: 14px;
  line-height: 23px;
  color: #9c9fb1; }
  .donwload-single-notes p {
    margin: 0; }
  .donwload-single-notes a {
    color: #304fff; }
    .donwload-single-notes a:hover {
      color: #42527b; }

.downloads-single-stats-row {
  font-size: 14px;
  color: #9c9fb1;
  padding: 7px 0 12px;
  border-bottom: 1px solid #e4e4f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .downloads-single-stats-row .nc-icon-mini {
    font-size: 17px;
    color: #cbcdd9; }
  .downloads-single-stats-row span {
    display: block;
    margin: 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #42527b; }

.single-rating {
  padding: 15px 0 10px;
  font-size: 14px;
  line-height: 23px; }
  .single-rating a {
    color: #304fff; }
    .single-rating a:hover {
      color: #42527b; }
  .single-rating__heading {
    color: #42527b;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 600;
    margin-bottom: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 768px) and (max-width: 991px) {
      .single-rating__heading .review__stars {
        margin: 10px 0 0 !important; } }
  .single-rating .review__stars {
    margin-left: 8px; }
  .single-rating__no-reviews {
    color: #9c9fb1; }

.review__stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  line-height: 1em;
  font-size: 14px; }
  .review__stars i {
    margin: 0 2px; }
  .review__stars-filled, .review__stars-empty {
    white-space: nowrap;
    overflow: hidden; }
  .review__stars-filled {
    position: absolute;
    top: 0;
    left: 0; }
    .review__stars-filled i {
      color: #f59c28; }
  .review__stars-empty {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
    .review__stars-empty i {
      color: #cbcdd9; }
  .review__stars-adjuster {
    opacity: 0; }

.download-terms-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 23px;
  padding: 6px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .download-terms-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .download-terms-row__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    color: #42527b; }
    @media (min-width: 768px) and (max-width: 991px) {
      .download-terms-row__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 12px; } }
  .download-terms-row__items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    color: #9c9fb1; }
    @media (min-width: 768px) and (max-width: 991px) {
      .download-terms-row__items {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .download-terms-row__items time {
      color: #9c9fb1; }
    .download-terms-row__items a {
      color: #304fff; }
      .download-terms-row__items a:hover {
        color: #42527b; }

.to-checkout {
  padding: 5px 0 0 0;
  font-size: 12px;
  text-align: center; }
  .to-checkout a {
    color: #304fff; }
    .to-checkout a:hover {
      color: #42527b; }

.single-reviews-title {
  font-size: 20px;
  line-height: 24px;
  color: #42527b;
  font-weight: 500;
  margin: 0 0 20px; }

.edd-review-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9c9fb1;
  border-bottom: 1px solid #e4e4f1;
  padding: 0 0 12px;
  margin: 0 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .children .edd-review-meta {
    border-bottom: none;
    padding: 0 0 12px;
    margin: 0; }

.edd-review-metadata {
  font-size: 14px; }

.edd-review-title {
  color: #42527b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px; }

.edd-review-content {
  font-size: 14px; }
  .edd-review-content p {
    margin: 0 0 15px; }

.edd-review-body .reply {
  text-align: right; }
  .edd-review-body .reply a {
    display: inline-block;
    font-size: 12px;
    color: #9c9fb1; }
    .edd-review-body .reply a:before {
      content: '\ea55';
      font-family: 'Nucleo Mini';
      display: inline-block;
      padding: 0 4px 0 0; }

.edd-review-list .children {
  margin: 15px 0 0 0; }
  .edd-review-list .children .edd_review {
    padding: 0; }

.edd-reviews-form .edd-reviews-not-allowed {
  background: none;
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 23px;
  border: 1px solid #cbcdd9;
  border-radius: 2px;
  padding: 10px 15px 10px 40px;
  position: relative;
  color: #9c9fb1; }
  .edd-reviews-form .edd-reviews-not-allowed:before {
    position: absolute;
    left: 15px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #cbcdd9;
    content: '\eab2';
    font-family: 'Nucleo Mini';
    margin: -10px 0 0 0; }

.edd-reviews-form form p {
  margin: 0 0 15px; }

.edd-reviews-form form label {
  display: block;
  margin: 0 0 5px; }

.edd-reviews-form form textarea {
  resize: vertical; }

.edd-reviews-form .edd-reviews-heading {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600; }

.edd-reviews-form .logged-in-as {
  color: #9c9fb1;
  font-size: 14px;
  margin: 0 4px 17px; }

.edd-reviews-form .edd-reviews-review-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0 0; }
  .edd-reviews-form .edd-reviews-review-form-rating .edd-reviews-star-rating-container {
    margin: 0 0 0 10px;
    font-size: 0; }
    .edd-reviews-form .edd-reviews-review-form-rating .edd-reviews-star-rating-container .dashicons {
      font-size: 16px; }
      .edd-reviews-form .edd-reviews-review-form-rating .edd-reviews-star-rating-container .dashicons:before {
        content: '\ea85';
        font-family: 'Nucleo Mini'; }
  .edd-reviews-form .edd-reviews-review-form-rating .edd-reviews-star-rating {
    color: #cbcdd9; }
    .edd-reviews-form .edd-reviews-review-form-rating .edd-reviews-star-rating.dashicons-star-filled {
      color: #f59c28; }

.edd-wl-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0; }

.edd-wl-wish-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: ceter;
  -ms-flex-align: ceter;
  align-items: ceter;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .edd-wl-wish-lists .edd-create-wl {
    margin: 0;
    font-size: 14px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .edd-wl-wish-lists .edd-create-wl:before {
      content: '\eab7';
      font-family: 'Nucleo Mini';
      display: inline-block;
      padding: 0 5px 0 0; }
  .edd-wl-wish-lists .edd-wish-list {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    .edd-wl-wish-lists .edd-wish-list li {
      padding: 15px 20px;
      background: #fafafd;
      margin: 0 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .edd-wl-wish-lists .edd-wish-list li:before {
        display: none; }
      .edd-wl-wish-lists .edd-wish-list li:hover {
        -webkit-box-shadow: 0 5px 35px rgba(80, 106, 172, 0.19);
        box-shadow: 0 5px 35px rgba(80, 106, 172, 0.19); }
      .edd-wl-wish-lists .edd-wish-list li .edd-wl-item-title a {
        color: #42527b; }
        .edd-wl-wish-lists .edd-wish-list li .edd-wl-item-title a:hover {
          color: #304fff; }
      .edd-wl-wish-lists .edd-wish-list li .edd-wl-item-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .edd-wl-wish-lists .edd-wish-list li .edd-wl-item-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 15px 0 0; }
        .edd-wl-wish-lists .edd-wish-list li .edd-wl-item-count:before {
          content: 'Products: ';
          color: #9c9fb1;
          font-size: 14px;
          display: inline-block;
          padding: 0 5px 0 0; }
      .edd-wl-wish-lists .edd-wish-list li .edd-wl-edit {
        border-left: 1px solid #e4e4f1;
        padding: 0 0 0 15px; }
        .edd-wl-wish-lists .edd-wish-list li .edd-wl-edit a {
          color: #9c9fb1;
          font-size: 14px;
          -webkit-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear; }
          .edd-wl-wish-lists .edd-wish-list li .edd-wl-edit a:before {
            font-size: 12px;
            color: #cbcdd9;
            content: '\ea35';
            font-family: 'Nucleo Mini';
            display: inline-block;
            padding: 0 8px 0 0;
            -webkit-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            transition: all 200ms linear; }
          .edd-wl-wish-lists .edd-wish-list li .edd-wl-edit a:hover {
            color: #304fff; }
            .edd-wl-wish-lists .edd-wish-list li .edd-wl-edit a:hover:before {
              color: #304fff; }
    .edd-wl-wish-lists .edd-wish-list + .edd-wl-heading {
      padding-top: 25px;
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
      .edd-wl-wish-lists .edd-wish-list + .edd-wl-heading + .edd-wish-list {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }

.edd-wl-edit,
.edd-wl-create,
.edd-wl-view {
  padding: 20px;
  background: #fafafd; }

.edd-wl-edit form {
  padding: 0 0 5px;
  border-bottom: 1px solid #e4e4f1;
  margin-bottom: 15px; }

.edd-wl-edit .edd-wl-delete-list {
  color: #fc3448;
  font-size: 14px; }
  .edd-wl-edit .edd-wl-delete-list:before {
    content: '\ea28';
    font-family: 'Nucleo Mini';
    display: inline-block;
    padding-right: 5px;
    font-size: 12px; }

.edd-wl-create .edd-wl-heading,
.edd-wl-edit .edd-wl-heading {
  padding: 0 0 15px;
  border-bottom: 1px solid #e4e4f1;
  margin-bottom: 20px; }

.edd-wl-create p,
.edd-wl-edit p {
  margin: 0 0 20px; }

.edd-wl-create label,
.edd-wl-edit label {
  display: block;
  margin: 0 0 4px; }

.edd-wl-view .edd-wl-msgs.edd_errors {
  border: 1px solid #fc3448;
  padding: 20px 20px 20px 60px;
  margin: 0 0 25px;
  position: relative; }
  .edd-wl-view .edd-wl-msgs.edd_errors:before {
    content: '\ee96';
    font-family: 'Nucleo Mini';
    position: absolute;
    font-size: 36px;
    line-height: 40px;
    height: 40px;
    top: 50%;
    left: 13px;
    margin: -20px 0 0 0;
    opacity: .5; }
  .edd-wl-view .edd-wl-msgs.edd_errors .edd-wl-msg {
    margin: 0;
    font-size: 14px;
    color: #fc3448; }

.edd-wl-view p {
  margin: 0 0 20px; }

.edd-wl-view .edd-edit-wl {
  color: #9c9fb1;
  font-size: 14px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  .edd-wl-view .edd-edit-wl:before {
    font-size: 12px;
    color: #cbcdd9;
    content: '\ea35';
    font-family: 'Nucleo Mini';
    display: inline-block;
    padding: 0 8px 0 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .edd-wl-view .edd-edit-wl:hover {
    color: #304fff; }
    .edd-wl-view .edd-edit-wl:hover:before {
      color: #304fff; }

.edd-wl-view .edd-wish-list {
  margin: 0; }
  .edd-wl-view .edd-wish-list li {
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #e4e4f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .edd-wl-view .edd-wish-list li:before {
      display: none; }
    .edd-wl-view .edd-wish-list li:first-child {
      border-top: none; }
    .edd-wl-view .edd-wish-list li .edd-wl-item-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 20px 0 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%; }
    .edd-wl-view .edd-wish-list li .edd-wl-item-image {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      margin: 0 20px 0 0; }
      .edd-wl-view .edd-wish-list li .edd-wl-item-image img {
        display: block; }

.edd-wl-view .edd-wl-item-purchase {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px; }

.edd-wl-view .edd-add-to-cart-from-wish-list,
.edd-wl-view .edd-go-to-checkout-from-wish-list {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  padding: 12px 15px;
  background: #01c854;
  text-align: center;
  border-radius: 5px; }
  .edd-wl-view .edd-add-to-cart-from-wish-list:hover,
  .edd-wl-view .edd-go-to-checkout-from-wish-list:hover {
    color: #fff;
    background: #01af49; }

.edd-wl-view .edd-wl-item-remove a {
  color: #fc3448;
  font-size: 14px; }
  .edd-wl-view .edd-wl-item-remove a:before {
    content: '\ea28';
    font-family: 'Nucleo Mini';
    display: inline-block;
    padding-right: 5px;
    font-size: 12px; }

.edd-wl-view .edd-wl-item-price {
  font-size: 20px;
  color: #42527b;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  text-align: center; }

.edd-wl-view .edd-wl-item-purchased {
  display: block;
  font-size: 14px;
  color: #9c9fb1; }

.edd-wl-view .edd-wl-add-all-to-cart {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  padding: 12px 15px;
  background: #01c854;
  text-align: center;
  border-radius: 5px; }
  .edd-wl-view .edd-wl-add-all-to-cart:hover {
    color: #fff;
    background: #01af49; }
  .edd-wl-view .edd-wl-add-all-to-cart:before {
    font-weight: normal;
    display: inline-block;
    padding: 0 8px 0 0;
    content: '\ebb3';
    font-family: 'Nucleo Mini'; }

.edd-wl-view > p:last-child {
  margin: 0; }

.edd-wl-sharing p {
  font-size: 14px; }

#edd-wl-modal {
  z-index: 10000; }
  #edd-wl-modal h2 {
    font-size: 32px;
    letter-spacing: -1px;
    margin: 0; }
  #edd-wl-modal .modal-header {
    padding: 24px;
    border-bottom: 1px solid #e4e4f1; }
    #edd-wl-modal .modal-header p {
      margin-bottom: 0; }
  #edd-wl-modal p {
    margin-bottom: 24px; }
  #edd-wl-modal a {
    margin-bottom: 0; }
  #edd-wl-modal select, #edd-wl-modal input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #edd-wl-modal .modal-body {
    position: relative;
    padding: 24px; }
    #edd-wl-modal .modal-body p:last-child {
      margin-bottom: 0; }
  #edd-wl-modal .modal-footer {
    padding: 24px;
    text-align: right;
    border-top: 1px solid #e4e4f1; }
  #edd-wl-modal select {
    margin-top: 10px; }
  #edd-wl-modal label.edd_errors {
    padding: 12px;
    margin-top: 5px; }
  #edd-wl-modal input[type="radio"] {
    padding: 0;
    margin: 0 5px 0 0; }
  #edd-wl-modal input[type="text"],
  #edd-wl-modal select {
    display: block; }
  #edd-wl-modal textarea {
    width: 100%; }
  #edd-wl-modal input[type="email"],
  #edd-wl-modal input[type="text"] {
    width: 100%;
    padding: 12px;
    background: #fff;
    display: block;
    margin-top: 10px; }
  #edd-wl-modal .edd-description {
    font-size: 80%;
    display: block;
    margin: 0 0 5px 0; }
  #edd-wl-modal p:last-child {
    margin-bottom: 0; }
  #edd-wl-modal a.edd-wl-close {
    position: absolute;
    top: 24px;
    right: 24px;
    color: #9c9fb1; }
    #edd-wl-modal a.edd-wl-close:hover {
      color: #42527b; }
  #edd-wl-modal .edd-wl-save,
  #edd-wl-modal .edd-wl-success {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 22px;
    padding: 9px 30px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #42527b;
    border: 2px solid #e4e4f1;
    width: 196px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #edd-wl-modal .edd-wl-save .nc-icon-mini,
    #edd-wl-modal .edd-wl-success .nc-icon-mini {
      font-size: 14px;
      color: #cbcdd9;
      margin: 0 10px 0 0; }
    #edd-wl-modal .edd-wl-save:hover,
    #edd-wl-modal .edd-wl-success:hover {
      color: #fff;
      border-color: #304fff;
      background: #304fff; }
      #edd-wl-modal .edd-wl-save:hover .nc-icon-mini,
      #edd-wl-modal .edd-wl-success:hover .nc-icon-mini {
        color: #fff; }
    #edd-wl-modal .edd-wl-save[data-edd-loading],
    #edd-wl-modal .edd-wl-success[data-edd-loading] {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #edd-wl-modal .edd-wl-save[data-edd-loading] > *,
      #edd-wl-modal .edd-wl-success[data-edd-loading] > * {
        display: none; }
      #edd-wl-modal .edd-wl-save[data-edd-loading]:before,
      #edd-wl-modal .edd-wl-success[data-edd-loading]:before {
        content: '\eea3';
        font-family: 'Nucleo Mini';
        -webkit-animation: nc-icon-spin 2s infinite linear;
        animation: nc-icon-spin 2s infinite linear;
        display: block;
        text-align: center;
        font-weight: normal; }
  #edd-wl-modal .edd-wl-close:before {
    content: '\ea5c';
    font-family: 'Nucleo Mini'; }
  #edd-wl-modal .edd-wl-close .hide-text {
    display: none; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  padding-top: 10%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }

.header-cart {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: right;
  padding: 15px 0; }
  @media (max-width: 767px) {
    .header-cart {
      text-align: center; } }
  .header-cart__item {
    margin-left: 15px;
    font-size: 14px;
    color: #42527b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-cart__item i {
      font-size: 14px;
      color: #42527b;
      margin-right: 8px; }
    .header-cart__item:hover {
      color: #304fff; }
      .header-cart__item:hover i {
        color: #304fff; }
  .header-cart__count {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    border-radius: 13px;
    background: #304fff;
    text-align: center;
    margin-left: 5px; }

.cart-popup {
  position: fixed;
  background: #fff;
  top: 0;
  bottom: 0;
  width: 350px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 35px rgba(80, 106, 172, 0.19);
  box-shadow: 0 0 35px rgba(80, 106, 172, 0.19);
  padding: 35px 40px;
  right: -350px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 200ms linear, -webkit-transform 200ms linear;
  transition: opacity 200ms linear, -webkit-transform 200ms linear;
  -o-transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear, -webkit-transform 200ms linear; }
  .cart-popup ::-webkit-scrollbar {
    width: 4px;
    height: 0; }
  .cart-popup ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .cart-popup ::-webkit-scrollbar-thumb {
    background-color: #cbcdd9;
    border: 0px none #fff;
    border-radius: 2px; }
  .cart-popup ::-webkit-scrollbar-track {
    border: 0px none #fff;
    border-radius: 0; }
  .cart-popup ::-webkit-scrollbar-corner {
    background: transparent; }
  .logged-in .cart-popup {
    top: 32px; }
  .cart-popup.cart-popup-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    right: 0;
    opacity: 1;
    visibility: visible; }
  .cart-popup .cart-close {
    position: absolute;
    font-size: 14px;
    top: 20px;
    right: 20px;
    z-index: 1000; }
    .cart-popup .cart-close i {
      color: #cbcdd9; }
    .cart-popup .cart-close:hover i {
      color: #42527b; }

.edd-cart {
  margin: 0; }
  .edd-cart .edd_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 20px;
    font-size: 20px;
    font-weight: 600;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .edd-cart .edd_total .cart-total {
      font-size: 30px;
      color: #304fff; }
  .edd-cart .edd_checkout a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding: 12px 15px;
    background: #01c854;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff; }
    .edd-cart .edd_checkout a:hover {
      background: #01af49; }

.cart-content {
  overflow: auto;
  height: 100%; }

.edd-cart-item {
  margin: 0 0 20px; }
  .edd-cart-item__link {
    display: block;
    overflow: hidden;
    color: #42527b; }
    .edd-cart-item__link img {
      float: left;
      margin-right: 15px; }
    .edd-cart-item__link:hover {
      color: #304fff;
      text-decoration: underline; }
  .edd-cart-item__data {
    display: block;
    overflow: hidden;
    margin: -5px 0 0 0; }
  .edd-cart-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px; }
  .edd-cart-item__price {
    font-weight: bold;
    display: block;
    color: #304fff; }

.cart-title {
  font-size: 20px;
  line-height: 28px;
  color: #42527b;
  font-weight: 500;
  margin: 0 0 20px; }
  .cart-title__count {
    color: #304fff; }
  .cart-title a {
    color: #304fff; }

.account-menu__item {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 10px;
  color: #42527b;
  margin: 0 0 2px;
  border-radius: 3px; }
  .account-menu__item:hover {
    background: #304fff;
    color: #fff; }

.single-download .site-content {
  background: #f5f5fa; }

.themes-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px; }
  .themes-listing__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 35px 25px; }
    @media (max-width: 1199px) {
      .themes-listing__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 767px) {
      .themes-listing__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 25px; } }
    .themes-listing__item-inner {
      background: #fafafd;
      -webkit-transition: -webkit-box-shadow 150ms linear;
      transition: -webkit-box-shadow 150ms linear;
      -o-transition: box-shadow 150ms linear;
      transition: box-shadow 150ms linear;
      transition: box-shadow 150ms linear, -webkit-box-shadow 150ms linear; }
      .themes-listing__item-inner:hover {
        -webkit-box-shadow: 0 5px 35px rgba(80, 106, 172, 0.19);
        box-shadow: 0 5px 35px rgba(80, 106, 172, 0.19); }
    .themes-listing__item-content {
      padding: 18px 20px 17px; }
    .themes-listing__item-thumb {
      position: relative; }
      .themes-listing__item-thumb img {
        display: block;
        width: 100%;
        height: auto; }
      .themes-listing__item-thumb:after {
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: rgba(255, 255, 255, 0);
        -webkit-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear; }
      .themes-listing__item-thumb:hover:after {
        background: rgba(255, 255, 255, 0.8); }
      .themes-listing__item-thumb:hover a {
        opacity: 1; }
      .themes-listing__item-thumb a {
        position: absolute;
        width: 142px;
        font-size: 14px;
        line-height: 21px;
        padding: 12px 10px;
        text-align: center;
        font-weight: bold;
        background: #304fff;
        color: #fff;
        border-radius: 6px;
        top: 50%;
        left: 50%;
        margin: -22px 0 0 -71px;
        opacity: 0;
        z-index: 99;
        -webkit-transition: color 150ms linear;
        -o-transition: color 150ms linear;
        transition: color 150ms linear; }
        .themes-listing__item-thumb a i {
          color: #fff;
          font-size: 14px;
          margin: 0 4px 0 0; }
        .themes-listing__item-thumb a:hover {
          color: #fff; }
    .themes-listing__item-topics {
      color: #9c9fb1;
      font-size: 14px; }
    .themes-listing__item-title {
      font-size: 16px;
      line-height: 26px;
      min-height: 52px;
      font-weight: 600;
      padding: 0 0 5px; }
      .themes-listing__item-title a {
        color: #42527b; }
        .themes-listing__item-title a:hover {
          color: #304fff; }
    .themes-listing__item-rating {
      min-height: 26px; }
    .themes-listing__item-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 7px 0 0 0; }
    .themes-listing__item-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .themes-listing__item-sales {
      font-size: 14px;
      line-height: 15px;
      color: #9c9fb1;
      border-left: 1px solid #e4e4f1;
      padding: 0 0 0 15px;
      margin: 0 0 0 15px; }
    .themes-listing__item-price {
      color: #304fff;
      font-weight: 600;
      font-size: 16px; }
      .themes-listing__item-price ins {
        background: none; }
      .themes-listing__item-price del {
        display: inline-block;
        font-size: 14px;
        color: #fc3448;
        font-weight: normal; }
    .themes-listing__item-actions button {
      background: none;
      color: #cbcdd9;
      padding: 0;
      border: none;
      margin-left: 20px;
      -webkit-transition: color 150ms linear;
      -o-transition: color 150ms linear;
      transition: color 150ms linear;
      position: relative; }
      .themes-listing__item-actions button:first-child {
        margin-left: 0; }
      .themes-listing__item-actions button i {
        -webkit-transition: color 150ms linear;
        -o-transition: color 150ms linear;
        transition: color 150ms linear;
        color: #cbcdd9; }
      .themes-listing__item-actions button:hover i {
        color: #42527b; }
      .themes-listing__item-actions button:hover .themes-listing__tooltip {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        bottom: 100%; }
  .themes-listing__tooltip {
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
    width: 110px;
    left: 50%;
    bottom: 999em;
    margin-left: -55px;
    margin-bottom: 8px;
    background: #7a87a7;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 200ms linear, -webkit-transform 200ms linear;
    transition: opacity 200ms linear, -webkit-transform 200ms linear;
    -o-transition: opacity 200ms linear, transform 200ms linear;
    transition: opacity 200ms linear, transform 200ms linear;
    transition: opacity 200ms linear, transform 200ms linear, -webkit-transform 200ms linear; }
    .themes-listing__tooltip:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #7a87a7 transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: 100%;
      margin-left: -4px; }

.listing-cart {
  width: 620px;
  max-width: 100%; }
  .listing-cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #e4e4f1; }
  .listing-cart__thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-right: 20px; }
  .listing-cart__content {
    text-align: left; }
  .listing-cart__title a {
    color: #42527b; }
    .listing-cart__title a:hover {
      color: #304fff; }
  .listing-cart__price {
    color: #304fff;
    font-weight: 600;
    font-size: 16px; }
    .listing-cart__price ins {
      background: none; }
    .listing-cart__price del {
      display: inline-block;
      font-size: 14px;
      color: #fc3448;
      font-weight: normal; }
  .listing-cart__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .listing-cart__cancel {
    display: inline-block;
    line-height: 22px;
    padding: 9px 30px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #42527b !important;
    border: 2px solid #e4e4f1;
    background: none; }
    .listing-cart__cancel:hover {
      color: #fff !important;
      border-color: #304fff;
      background: #304fff; }
  .listing-cart__submit {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding: 12px 20px;
    background: #01c854;
    text-align: center; }
    .listing-cart__submit:hover {
      background: #01af49; }

.listing-wl {
  text-align: left;
  width: 700px;
  max-width: 100%; }
  .listing-wl-loading {
    text-align: center;
    width: 700px;
    max-width: 100%; }
    .listing-wl-loading:after {
      content: "";
      display: inline-block;
      -webkit-animation: pointsLoad 1s infinite;
      animation: pointsLoad 1s infinite;
      width: 30px;
      text-align: left; }
  .listing-wl .modal-header h2 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal; }
  .listing-wl .modal-header p {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #304fff; }
  .listing-wl .edd-wl-close {
    display: none; }
  .listing-wl input[type="text"],
  .listing-wl select {
    margin: 10px 0 0 0; }
  .listing-wl .modal-footer {
    text-align: right; }
  .listing-wl .edd-wl-save {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding: 12px 20px;
    background: #01c854;
    text-align: center;
    border-radius: 5px;
    color: #fff; }
    .listing-wl .edd-wl-save:hover {
      background: #01af49;
      color: #fff; }
  .listing-wl #existing-list ~ select[name="user-lists"] {
    display: none; }
  .listing-wl #existing-list:checked ~ select[name="user-lists"] {
    display: block; }
  .listing-wl #new-list ~ input[name="list-name"] {
    display: none; }
    .listing-wl #new-list ~ input[name="list-name"] + select {
      display: none; }
  .listing-wl #new-list:checked ~ input[name="list-name"] {
    display: block; }
    .listing-wl #new-list:checked ~ input[name="list-name"] + select {
      display: block; }

.themes-listing-sortby {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #42527b;
  position: relative; }
  .themes-listing-sortby__label {
    padding: 0 5px 0 0; }
  .themes-listing-sortby__current {
    text-transform: uppercase;
    display: block;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    cursor: pointer; }
    .themes-listing-sortby__current:after {
      font-family: 'Nucleo Mini';
      content: '\e93b';
      display: inline-block;
      padding: 0 0 0 6px; }
    .themes-listing-sortby__current:hover {
      color: #304fff; }
  .themes-listing-sortby__list {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 7px 35px rgba(80, 106, 172, 0.19);
    box-shadow: 0 7px 35px rgba(80, 106, 172, 0.19);
    left: 0;
    top: 100%;
    z-index: 999;
    font-size: 14px;
    color: #42527b;
    padding: 20px;
    width: 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .themes-listing-sortby__list-item {
      -webkit-transition: all 150ms ease-in;
      -o-transition: all 150ms ease-in;
      transition: all 150ms ease-in;
      padding: 5px 10px;
      line-height: 18px;
      cursor: pointer;
      border-radius: 3px; }
      .themes-listing-sortby__list-item:hover {
        color: #fff;
        background: #304fff; }

.sortby-enter-active, .sortby-leave-active {
  -webkit-transition: opacity 150ms ease-in;
  -o-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

.sortby-enter, .sortby-leave-to {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.themes-listing-more {
  text-align: center; }

.wapu-popup.listing-popup .wapu-popup__content {
  max-width: 680px; }

@-webkit-keyframes pointsLoad {
  0% {
    content: '.'; }
  20% {
    content: '..'; }
  40% {
    content: '...'; }
  60% {
    content: '....'; }
  80% {
    content: '...'; }
  100% {
    content: '..'; } }

@keyframes pointsLoad {
  0% {
    content: '.'; }
  20% {
    content: '..'; }
  40% {
    content: '...'; }
  60% {
    content: '....'; }
  80% {
    content: '...'; }
  100% {
    content: '..'; } }

/*--------------------------------------------------------------
# Plugin contact form 7
--------------------------------------------------------------*/
.wpcf7 p {
  margin-bottom: 0.87em; }

.wpcf7 textarea {
  height: 179px;
  resize: none; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem; }

.wpcf7 label .label-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
  display: inline-block; }

.wpcf7 .wpcf7-submit {
  padding: 12px 28px 17px;
  margin-top: 9px; }

.wpcf7 .ajax-loader.is-active {
  margin: 22px 0 0 14px;
  color: #304fff; }

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ng,
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-response-output {
  margin: 1.5em 0;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  padding: 0.5em 1.2em;
  color: #fff; }

.wpcf7 .wpcf7-validation-errors {
  background-color: #f6b402; }

.wpcf7 .wpcf7-mail-sent-ng {
  background-color: #fd6675; }

.wpcf7 .wpcf7-mail-sent-ok {
  background-color: #37cf82; }

/*--------------------------------------------------------------
# Gist plugin
--------------------------------------------------------------*/
.gist .gist-meta {
  display: none; }

.gist .gist-data {
  border-bottom: none !important; }

/*--------------------------------------------------------------
# Mailchimp plugin
--------------------------------------------------------------*/
form.mc4wp-form {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 21px 19px 28px;
  border-radius: 5px;
  background-color: #1d2842;
  border: 1px solid #283555; }
  @media (max-width: 767px) {
    form.mc4wp-form {
      padding: 19px 15px; } }
  form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-success p,
  form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-error p,
  form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-notice p {
    margin: 15px auto 0;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff; }
    @media (min-width: 768px) {
      form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-success p,
      form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-error p,
      form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-notice p {
        margin: 15px 0 0 40%;
        text-align: left; } }
    @media (min-width: 992px) {
      form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-success p,
      form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-error p,
      form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-notice p {
        margin: 15px 0 0 34%;
        text-align: left; } }
  form.mc4wp-form .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*@include media-breakpoint-up(md) {
			flex-direction: row;
			flex-wrap: nowrap;
		}*/ }
    @media (min-width: 992px) {
      form.mc4wp-form .mc4wp-form-fields {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    form.mc4wp-form .mc4wp-form-fields h6 {
      font-weight: 600;
      margin: 0;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }
      @media (max-width: 991px) {
        form.mc4wp-form .mc4wp-form-fields h6 {
          margin-bottom: 14px;
          text-align: center; } }
    form.mc4wp-form .mc4wp-form-fields p {
      margin: 0;
      position: relative;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 66%;
      flex: 0 1 66%;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }
      form.mc4wp-form .mc4wp-form-fields p i {
        position: absolute;
        left: 14px;
        top: 15px;
        font-size: 14px;
        font-size: 0.875rem;
        color: #fff; }
        @media (max-width: 543px) {
          form.mc4wp-form .mc4wp-form-fields p i {
            display: none; } }
      @media (max-width: 991px) {
        form.mc4wp-form .mc4wp-form-fields p {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
          flex: 0 1 100%;
          -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
          text-align: center; } }
      form.mc4wp-form .mc4wp-form-fields p input[type='submit'] {
        position: absolute;
        padding: 13px 20px 16px;
        top: 0;
        right: 0;
        border: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #304fff;
        -webkit-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
        -o-transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
        transition: all 420ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
        @media (max-width: 543px) {
          form.mc4wp-form .mc4wp-form-fields p input[type='submit'] {
            position: relative;
            border-radius: 5px;
            margin-top: 12px; } }
        form.mc4wp-form .mc4wp-form-fields p input[type='submit']:hover {
          color: white;
          background-color: #001ec9;
          -webkit-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
          -o-transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
          transition: all 340ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
      form.mc4wp-form .mc4wp-form-fields p input[type='email'] {
        padding: 10px 125px 11px 35px;
        background-color: #0e1628;
        border: 1px solid #283555;
        color: #79839c; }
        @media (max-width: 543px) {
          form.mc4wp-form .mc4wp-form-fields p input[type='email'] {
            padding: 10px 15px 11px 15px; } }
        form.mc4wp-form .mc4wp-form-fields p input[type='email']::-webkit-input-placeholder {
          color: #79839c; }
        form.mc4wp-form .mc4wp-form-fields p input[type='email']::-moz-placeholder {
          color: #79839c; }
        form.mc4wp-form .mc4wp-form-fields p input[type='email']:-moz-placeholder {
          color: #79839c; }
        form.mc4wp-form .mc4wp-form-fields p input[type='email']:-ms-input-placeholder {
          color: #79839c; }
        form.mc4wp-form .mc4wp-form-fields p input[type='email']:-webkit-autofill, form.mc4wp-form .mc4wp-form-fields p input[type='email']:-webkit-autofill:hover,
        form.mc4wp-form .mc4wp-form-fields p input[type='email']:-webkit-autofill:focus form.mc4wp-form .mc4wp-form-fields p input[type='email']:-webkit-autofill {
          background-color: #0e1628;
          -webkit-text-fill-color: #79839c;
          -webkit-box-shadow: 0 0 0px 1000px color__mailchimp-input-bg inset;
          -webkit-transition: background-color 5000s ease-in-out 0s;
          -o-transition: background-color 5000s ease-in-out 0s;
          transition: background-color 5000s ease-in-out 0s;
          color: #79839c; }

/*--------------------------------------------------------------
# Revolution slider plugin
--------------------------------------------------------------*/
.themes-rev-slider {
  position: relative; }
  .themes-rev-slider:after {
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 3200px;
    margin-left: -1600px;
    z-index: -1;
    position: absolute;
    background-color: #fff;
    background-position: left top;
    background-repeat: repeat; }

.rev_slider .tparrows {
  width: 44px;
  height: 44px;
  background: #1d2842 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .rev_slider .tparrows.tp-leftarrow:before {
    line-height: 44px;
    font-size: 12px;
    font-family: 'Nucleo Mini';
    content: '\e903' !important; }
    @media (max-width: 543px) {
      .rev_slider .tparrows.tp-leftarrow:before {
        line-height: 30px; } }
  .rev_slider .tparrows.tp-rightarrow:before {
    line-height: 44px;
    font-size: 12px;
    font-family: 'Nucleo Mini';
    content: '\e904' !important; }
    @media (max-width: 543px) {
      .rev_slider .tparrows.tp-rightarrow:before {
        line-height: 30px; } }
  .rev_slider .tparrows:hover {
    background: #304fff !important; }

@media (max-width: 543px) {
  .rev_slider .tparrows {
    top: auto !important;
    bottom: -10px !important;
    left: auto !important;
    width: 30px;
    height: 30px; }
    .rev_slider .tparrows.tp-leftarrow {
      right: 73px !important; }
    .rev_slider .tparrows.tp-rightarrow {
      right: -35px !important; } }

.rev_slider .btn.btn-primary {
  margin: 0; }
  @media (max-width: 767px) {
    .rev_slider .btn.btn-primary {
      padding: 5px 8px !important;
      line-height: 0.8em !important;
      -webkit-box-sizing: border-box !important;
      box-sizing: border-box !important; } }
  @media (max-width: 1300px) {
    .rev_slider .btn.btn-primary {
      padding: 7px 14px 11px; } }
  .rev_slider .btn.btn-primary i {
    color: #304fff;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 10px 0 0;
    top: 1px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .rev_slider .btn.btn-primary i {
        display: none; } }
  .rev_slider .btn.btn-primary.btn-secondary {
    padding: 10px 20px 15px;
    background: transparent;
    border: 2px solid #304fff;
    color: #304fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1300px) {
      .rev_slider .btn.btn-primary.btn-secondary {
        padding: 5px 14px 9px; } }
    @media (max-width: 767px) {
      .rev_slider .btn.btn-primary.btn-secondary {
        padding: 4px 6px !important;
        border: 1px solid #304fff !important; } }
  .rev_slider .btn.btn-primary:hover {
    color: white;
    background-position: right center;
    -webkit-transition: all 440ms cubic-bezier(0.275, 0.17, 0.145, 0.975) !important;
    -o-transition: all 440ms cubic-bezier(0.275, 0.17, 0.145, 0.975) !important;
    transition: all 440ms cubic-bezier(0.275, 0.17, 0.145, 0.975) !important; }
    .rev_slider .btn.btn-primary:hover.btn-secondary {
      background: #304fff; }
      .rev_slider .btn.btn-primary:hover.btn-secondary i {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

/*--------------------------------------------------------------
# Advanced carousel plugin
--------------------------------------------------------------*/
.top-products__title h4 {
  margin-top: 43px;
  margin-bottom: 13px; }

.top-products__title h6 {
  margin-top: 10px;
  margin-bottom: 45px; }

.carousel_plugins_title h4 {
  margin-top: 31px;
  margin-bottom: 42px; }

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important; }

.elementor .jet-carousel .jet-slick-dots {
  margin-top: 38px;
  margin-bottom: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .elementor .jet-carousel .jet-slick-dots li:before {
    display: none; }

.elementor-element .plugins_carousel.elementor-widget-jet-carousel .elementor-jet-carousel .elementor-column-wrap.elementor-element-populated {
  padding: 0; }

.elementor-element .plugins_carousel.elementor-widget-jet-carousel .elementor-jet-carousel .jet-carousel__item {
  outline: none; }

.elementor-element .plugins_carousel.elementor-widget-jet-carousel .elementor-jet-carousel .jet-carousel__content {
  margin-top: 14px; }
  @media (max-width: 991px) {
    .elementor-element .plugins_carousel.elementor-widget-jet-carousel .elementor-jet-carousel .jet-carousel__content {
      text-align: center; } }

.elementor-element .plugins_carousel.elementor-widget-jet-carousel .elementor-jet-carousel .jet-carousel__item-title {
  font-size: 16px;
  font-size: 1rem;
  word-spacing: -1px;
  line-height: 26px; }
  .elementor-element .plugins_carousel.elementor-widget-jet-carousel .elementor-jet-carousel .jet-carousel__item-title a {
    color: #42527b; }
    .elementor-element .plugins_carousel.elementor-widget-jet-carousel .elementor-jet-carousel .jet-carousel__item-title a:hover {
      color: #304fff; }

.elementor-element .plugins_carousel.elementor-widget-jet-carousel .elementor-jet-carousel .jet-carousel__item-text {
  margin-top: 10px;
  font-size: 14px;
  color: #9c9fb1; }

.banners_carousel .elementor-jet-carousel .jet-carousel-wrap {
  max-width: 1920px;
  margin: 0 auto; }

.banners_carousel .elementor-jet-carousel .jet-carousel__item {
  outline: none; }
  .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__content-wrap {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__title, .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__text {
    -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    position: relative;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto; }
  .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__title {
    padding: 0 18%;
    opacity: 0;
    top: auto;
    left: auto;
    margin-bottom: 10px;
    line-height: 31px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1440px) {
      .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__title {
        padding: 0 40px; } }
    @media (max-width: 1400px) {
      .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px; } }
    @media (max-width: 1300px) {
      .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__title {
        margin-bottom: 20px; } }
    @media (max-width: 544px) {
      .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__title {
        padding: 0 15px; } }
  .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__text {
    padding: 0 15%; }
    @media (max-width: 1440px) {
      .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__text {
        padding: 0 20px; } }
    .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__text p {
      line-height: 26px;
      margin-bottom: 23px; }
      @media (max-width: 1300px) {
        .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__text p {
          display: none; } }
      @media (max-width: 1400px) {
        .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner__text p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 20px; } }
  .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner .banner_footer .btn.btn-primary {
    margin: 0 7px 8px; }
    @media (max-width: 1300px) {
      .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner .banner_footer .btn.btn-primary {
        padding: 7px 14px 11px; } }
    .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner .banner_footer .btn.btn-primary i {
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0 10px 0 0;
      top: 1px;
      position: relative; }
    .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner .banner_footer .btn.btn-primary.btn-secondary {
      padding: 10px 20px 15px;
      background: transparent;
      border: 2px solid #304fff; }
      @media (max-width: 1300px) {
        .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner .banner_footer .btn.btn-primary.btn-secondary {
          padding: 5px 14px 9px; } }
    .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner .banner_footer .btn.btn-primary:hover {
      color: white;
      background-position: right center;
      -webkit-transition: all 440ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
      -o-transition: all 440ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
      transition: all 440ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
      .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner .banner_footer .btn.btn-primary:hover.btn-secondary {
        background: #304fff; }
  .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner:hover .jet-banner__text, .banners_carousel .elementor-jet-carousel .jet-carousel__item .jet-banner:hover .jet-banner__title {
    -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    opacity: 1; }

/*--------------------------------------------------------------
# Jet themes plugin
--------------------------------------------------------------*/
.jet-themes__wrapper h3 {
  border-bottom: 1px solid #e7e7f5;
  padding-bottom: 31px;
  margin-bottom: 43px; }

.active-filters__content {
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 0 0 0 95px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .active-filters__content:empty {
    display: none; }
  .active-filters__content div {
    padding: 2px 10px 2px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    position: absolute;
    padding-right: 5px;
    line-height: 24px;
    left: 0;
    top: 2px; }
    .active-filters__content div:after {
      content: ':';
      position: absolute;
      font-size: 16px; }
  .active-filters__content span {
    position: relative;
    padding: 2px 30px 2px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    background-color: #304fff;
    display: inline-block;
    margin: 3px 1px;
    cursor: pointer; }
    .active-filters__content span:after {
      font-family: 'Nucleo Mini';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      font-size: 14px;
      font-size: 0.875rem;
      content: '\ea2a';
      position: absolute;
      color: white;
      right: 8px;
      top: 6px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .active-filters__content span:hover:after {
      opacity: .5; }

.more-wrap {
  text-align: center;
  margin: 24px auto 40px; }
  .more-wrap .theme-more {
    padding: 12px 31px 17px; }

.filters-wrap {
  margin-top: 23px;
  margin-bottom: 17px; }
  .filters-wrap .filters-mobile-trigger {
    position: relative;
    margin-bottom: 10px;
    padding: 7px 30px 7px 12px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
    box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .filters-wrap .filters-mobile-trigger:after {
      font-family: 'Nucleo Mini';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      font-size: 18px;
      font-size: 1.125rem;
      content: '\e99b';
      position: absolute;
      color: inherit;
      right: 12px;
      top: 11px; }
    .filters-wrap .filters-mobile-trigger:hover {
      color: #304fff;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .filters-wrap .theme-filters {
    position: relative; }
    @media (max-width: 991px) {
      .filters-wrap .theme-filters {
        background-color: white; }
        .filters-wrap .theme-filters .theme-filters__back {
          margin: 25px 20px 15px; } }
    .filters-wrap .theme-filters .theme-filter {
      margin-right: 44px;
      position: unset; }
      @media (max-width: 991px) {
        .filters-wrap .theme-filters .theme-filter {
          margin: 0 20px 0 0; } }
      @media (max-width: 716px) {
        .filters-wrap .theme-filters .theme-filter {
          margin: 0 20px; } }
      .filters-wrap .theme-filters .theme-filter__terms {
        width: 1150px;
        margin-top: 11px;
        padding: 20px 19px;
        border-radius: 5px;
        -webkit-box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15);
        box-shadow: 0 10px 59px 0 rgba(80, 106, 172, 0.15); }
        @media (max-width: 1199px) {
          .filters-wrap .theme-filters .theme-filter__terms {
            width: 890px; } }
        @media (max-width: 991px) {
          .filters-wrap .theme-filters .theme-filter__terms {
            width: 670px; } }
        @media (max-width: 767px) {
          .filters-wrap .theme-filters .theme-filter__terms {
            width: 526px; } }
        .filters-wrap .theme-filters .theme-filter__terms[data-tax="color"] {
          width: 260px;
          -webkit-columns: 4;
          columns: 4;
          left: auto;
          right: auto; }
      .filters-wrap .theme-filters .theme-filter__label {
        position: relative; }
      .filters-wrap .theme-filters .theme-filter__item {
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
        width: 100%;
        background-image: none;
        padding: 2px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 24px;
        font-weight: 400;
        border-radius: 5px;
        color: #42527b;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .filters-wrap .theme-filters .theme-filter__item[data-tax="color"] {
          width: 40px;
          height: 40px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin: 5px;
          border-radius: 3px;
          -webkit-box-shadow: 0 0 0 1px #e8e8f6 inset, 0 0 0 6px #fff inset;
          box-shadow: 0 0 0 1px #e8e8f6 inset, 0 0 0 6px #fff inset;
          overflow: hidden;
          text-indent: -999px; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="black"] {
            background: black; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="blue"] {
            background: blue; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="brown"] {
            background: brown; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="cyan"] {
            background: cyan; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="green"] {
            background: green; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="grey"] {
            background: grey; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="orange"] {
            background: orange; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="pink"] {
            background: pink; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="purple"] {
            background: purple; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="red"] {
            background: red; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="white"] {
            background: white; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"][data-value="yellow"] {
            background: yellow; }
          .filters-wrap .theme-filters .theme-filter__item[data-tax="color"]:hover, .filters-wrap .theme-filters .theme-filter__item[data-tax="color"].active-filter {
            -webkit-box-shadow: 0 0 0 2px #304fff inset, 0 0 0 6px #fff inset;
            box-shadow: 0 0 0 2px #304fff inset, 0 0 0 6px #fff inset; }
        .filters-wrap .theme-filters .theme-filter__item:hover {
          color: #fff;
          background-color: #304fff;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .filters-wrap .theme-filters button {
      background: transparent;
      border: none;
      color: #42527b;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 600;
      padding: 0 20px 0 0; }
      .filters-wrap .theme-filters button:after {
        position: absolute;
        content: '\e93b';
        font-family: 'Nucleo Mini';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        font-size: 13px;
        font-size: 0.8125rem;
        -webkit-transform: translateY(44%);
        -ms-transform: translateY(44%);
        transform: translateY(44%);
        right: 2px; }
        @media (max-width: 767px) {
          .filters-wrap .theme-filters button:after {
            -webkit-transform: rotateZ(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
            right: 2px;
            top: 5px;
            display: block; } }
      .filters-wrap .theme-filters button:hover, .filters-wrap .theme-filters button.is-active {
        color: #304fff; }

.themes-preloader {
  position: relative;
  display: block;
  width: 150px;
  height: 3px;
  margin: 20px auto;
  text-align: center;
  background-color: #e7e7f5; }
  .themes-preloader:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    background-color: #304fff;
    left: 0%;
    right: 100%;
    -webkit-animation: loading 0.71s ease infinite;
    animation: loading 0.71s ease infinite; }

@-webkit-keyframes loading {
  0% {
    left: 0;
    right: 100%; }
  50% {
    left: 0;
    right: 0; }
  100% {
    left: 100%;
    right: 0; } }

@keyframes loading {
  0% {
    left: 0;
    right: 100%; }
  50% {
    left: 0;
    right: 0; }
  100% {
    left: 100%;
    right: 0; } }

@media (max-width: 767px) {
  .themes-wrap .themes-list {
    margin: 0 -10px; } }

.themes-wrap .themes-list .themes-not-found {
  text-align: center;
  margin: 50px auto 0px; }

.themes-wrap .theme-item {
  position: relative;
  line-height: 0; }
  .themes-wrap .theme-item img {
    width: 100%; }
  @media (max-width: 1199px) {
    .themes-wrap .theme-item {
      width: 50%; } }
  @media (max-width: 767px) {
    .themes-wrap .theme-item {
      padding: 10px; } }
  @media (max-width: 543px) {
    .themes-wrap .theme-item {
      width: 100%; } }
  .themes-wrap .theme-item__content {
    padding: 20px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 23px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(42, 52, 79, 0);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-delay: 0.38s;
    -o-transition-delay: 0.38s;
    transition-delay: 0.38s; }
    @media (max-width: 767px) {
      .themes-wrap .theme-item__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        margin: 10px; } }
    .themes-wrap .theme-item__content > * {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
      color: #fff;
      text-align: center;
      -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
      transform: translateY(40%);
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .themes-wrap .theme-item__content .theme-item__category {
      font-family: "Muli", sans-serif;
      font-weight: 600;
      color: #304fff;
      line-height: 22px;
      -webkit-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      transition-delay: 0.35s; }
    .themes-wrap .theme-item__content .theme-item__title {
      margin-bottom: 18px;
      margin-top: 24px;
      line-height: 32px;
      margin-top: 12px;
      -webkit-transition-delay: 0.22s;
      -o-transition-delay: 0.22s;
      transition-delay: 0.22s; }
      @media (max-width: 767px) {
        .themes-wrap .theme-item__content .theme-item__title {
          font-size: 16px;
          font-size: 1rem;
          line-height: 22px; } }
    .themes-wrap .theme-item__content .theme-item__actions {
      position: absolute;
      bottom: 21px;
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
      @media (max-width: 991px) {
        .themes-wrap .theme-item__content .theme-item__actions {
          position: relative;
          bottom: auto; } }
    .themes-wrap .theme-item__content .btn.btn-primary {
      margin: 0 3px 8px;
      line-height: 18px; }
      @media (max-width: 1300px) {
        .themes-wrap .theme-item__content .btn.btn-primary {
          padding: 8px 14px 10px; } }
      @media (max-width: 768px) {
        .themes-wrap .theme-item__content .btn.btn-primary {
          font-size: 14px;
          font-size: 0.875rem; } }
      .themes-wrap .theme-item__content .btn.btn-primary i {
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0 8px 0 0;
        top: 1px;
        position: relative; }
      .themes-wrap .theme-item__content .btn.btn-primary.btn-secondary {
        padding: 10px 24px 15px;
        background: transparent;
        border: 2px solid #304fff; }
        @media (max-width: 1300px) {
          .themes-wrap .theme-item__content .btn.btn-primary.btn-secondary {
            padding: 5px 17px 8px; } }
        @media (max-width: 768px) {
          .themes-wrap .theme-item__content .btn.btn-primary.btn-secondary {
            font-size: 14px;
            font-size: 0.875rem; } }
      .themes-wrap .theme-item__content .btn.btn-primary:hover {
        color: white;
        background-position: right center;
        -webkit-transition: all 440ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
        -o-transition: all 440ms cubic-bezier(0.275, 0.17, 0.145, 0.975);
        transition: all 440ms cubic-bezier(0.275, 0.17, 0.145, 0.975); }
        .themes-wrap .theme-item__content .btn.btn-primary:hover.btn-secondary {
          background: #304fff; }
  .themes-wrap .theme-item:hover .theme-item__content {
    background-color: rgba(42, 52, 79, 0.9);
    -webkit-transition: all 0.27s ease;
    -o-transition: all 0.27s ease;
    transition: all 0.27s ease; }
  .themes-wrap .theme-item:hover .theme-item__category,
  .themes-wrap .theme-item:hover .theme-item__title,
  .themes-wrap .theme-item:hover .theme-item__actions {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .themes-wrap .theme-item:hover .theme-item__category {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .themes-wrap .theme-item:hover .theme-item__title {
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s; }
  .themes-wrap .theme-item:hover .theme-item__actions {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s; }

/*--------------------------------------------------------------
# Chat plugin
--------------------------------------------------------------*/
.jet-chat-wrap {
  position: fixed;
  right: 40px;
  bottom: 55px;
  z-index: 999; }

.jet-chat {
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 18px 60px rgba(80, 106, 72, 0.15);
  box-shadow: 0 18px 60px rgba(80, 106, 72, 0.15);
  position: relative;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms cubic-bezier(0.21, 1.13, 0.81, 0.99);
  -o-transition: all 400ms cubic-bezier(0.21, 1.13, 0.81, 0.99);
  transition: all 400ms cubic-bezier(0.21, 1.13, 0.81, 0.99);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility, -webkit-transform;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  overflow: hidden;
  height: 0; }
  .jet-chat.chat-active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 100px;
    height: auto;
    overflow: visible; }
  .jet-chat:after {
    position: absolute;
    bottom: -8px;
    right: 42px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent; }
  .jet-chat__form {
    padding: 30px; }
    .jet-chat__form-title {
      font-size: 20px;
      line-height: 28px;
      font-weight: 500; }
    .jet-chat__form-text {
      font-size: 14px;
      line-height: 26px; }
    .jet-chat__form-message {
      padding-bottom: 20px; }
    .jet-chat__form-row {
      padding-bottom: 10px; }
    .jet-chat__form-submit {
      margin-top: 10px;
      display: block;
      width: 100%;
      font-weight: 600;
      background-color: #1ac8e1;
      background-image: -webkit-gradient(linear, left top, right top, from(#1ac8e1), to(#1de6ba));
      background-image: -webkit-linear-gradient(left, #1ac8e1 0%, #1de6ba 100%);
      background-image: -o-linear-gradient(left, #1ac8e1 0%, #1de6ba 100%);
      background-image: linear-gradient(to right, #1ac8e1 0%, #1de6ba 100%); }
    .jet-chat__form-field.jet-chat-error {
      background: #fef4f5;
      border-color: #ffcbcd; }
    .jet-chat__form-error {
      color: #fc3448;
      font-size: 12px;
      line-height: 18px; }
  .jet-chat__heading {
    background: #2a344f;
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px 5px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .jet-chat__title {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 0; }
    .jet-chat__title:before {
      content: '\ed9e';
      font-family: 'Nucleo Outline';
      font-size: 30px;
      display: inline-block;
      margin-right: 10px;
      line-height: 32px;
      height: 32px;
      vertical-align: sub;
      background-color: #1ac8e1;
      background-image: -webkit-gradient(linear, left top, right top, from(#1ac8e1), to(#1de6ba));
      background-image: -webkit-linear-gradient(left, #1ac8e1 0%, #1de6ba 100%);
      background-image: -o-linear-gradient(left, #1ac8e1 0%, #1de6ba 100%);
      background-image: linear-gradient(to right, #1ac8e1 0%, #1de6ba 100%);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text; }

.jet-locales {
  position: relative;
  color: #7d8aa9;
  font-size: 14px;
  line-height: 36px; }
  .jet-locales__img {
    width: 25px;
    margin: -4px 10px 0 0;
    vertical-align: middle; }
  .jet-locales__list {
    position: absolute;
    left: 0;
    top: 100%;
    right: 10px;
    margin: 0;
    background: #2a344f;
    visibility: hidden;
    overflow: hidden;
    height: 0; }
    .show-locales + .jet-locales__list {
      visibility: visible;
      height: auto; }
  .jet-locales__item {
    padding: 0 0 0 20px;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    .jet-locales__item:hover, .jet-locales__item.active-locale {
      background: #1a233a;
      color: #fff; }
  .jet-locales__trigger {
    font-size: 14px;
    line-height: 36px;
    padding: 12px 30px 12px 20px;
    background: none;
    color: #7d8aa9; }
    .jet-locales__trigger:after {
      content: '\e93b';
      font-size: 11px;
      font-family: 'Nucleo Mini';
      display: inline-block;
      margin: 0 0 0 5px; }
    .jet-locales__trigger.show-locales {
      color: #fff; }
      .jet-locales__trigger.show-locales:after {
        content: '\e93e'; }

.jet-chat-trigger {
  background-color: #1ac8e1;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ac8e1), to(#1de6ba));
  background-image: -webkit-linear-gradient(left, #1ac8e1 0%, #1de6ba 100%);
  background-image: -o-linear-gradient(left, #1ac8e1 0%, #1de6ba 100%);
  background-image: linear-gradient(to right, #1ac8e1 0%, #1de6ba 100%);
  width: 72px;
  height: 72px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  -webkit-box-shadow: 0 0 0 24px rgba(29, 230, 0, 0.2), 0 0 0 12px rgba(29, 230, 0, 0.5);
  box-shadow: 0 0 0 24px rgba(29, 230, 0, 0.2), 0 0 0 12px rgba(29, 230, 0, 0.5); }
  .jet-chat-trigger:before {
    color: #fff;
    content: '\ed9e';
    font-family: 'Nucleo Outline';
    font-size: 30px;
    display: block; }
  .jet-chat-trigger span {
    position: absolute;
    top: -60px;
    min-width: 90px;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    left: 50%;
    margin-left: -45px;
    background: #2a344f;
    font-weight: 400;
    color: #fff;
    text-align: center;
    pointer-events: none;
    -webkit-transition: all 150ms cubic-bezier(0.21, 1.13, 0.81, 0.99);
    -o-transition: all 150ms cubic-bezier(0.21, 1.13, 0.81, 0.99);
    transition: all 150ms cubic-bezier(0.21, 1.13, 0.81, 0.99);
    opacity: 0; }
    .jet-chat-trigger span:after {
      position: absolute;
      bottom: -5px;
      left: 50%;
      margin-left: -5.5px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5.5px 5px 0 5.5px;
      border-color: #2a344f transparent transparent transparent; }
  .jet-chat-trigger:not(.chat-active):hover {
    -webkit-box-shadow: 0 0 0 20px rgba(29, 230, 0, 0.2), 0 0 0 10px rgba(29, 230, 0, 0.5);
    box-shadow: 0 0 0 20px rgba(29, 230, 0, 0.2), 0 0 0 10px rgba(29, 230, 0, 0.5); }
    .jet-chat-trigger:not(.chat-active):hover:before {
      -webkit-animation: bounceRotate 200ms 4 linear alternate;
      animation: bounceRotate 200ms 4 linear alternate; }
    .jet-chat-trigger:not(.chat-active):hover span {
      top: -70px;
      opacity: 1; }
  .jet-chat-trigger.chat-active {
    -webkit-box-shadow: 0 0 0 20px rgba(29, 230, 0, 0.2), 0 0 0 10px rgba(29, 230, 0, 0.5);
    box-shadow: 0 0 0 20px rgba(29, 230, 0, 0.2), 0 0 0 10px rgba(29, 230, 0, 0.5);
    width: 60px;
    height: 60px;
    line-height: 60px; }
    .jet-chat-trigger.chat-active span {
      display: none; }
  .jet-chat-trigger:hover {
    background-position: center center; }
  .jet-chat-trigger__wrap {
    right: 14px;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@-webkit-keyframes bounceRotate {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg); } }

@keyframes bounceRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

/*--------------------------------------------------------------
# Custom elements
--------------------------------------------------------------*/
.contact-box {
  margin: 2.6em 0 0; }
  @media (min-width: 992px) {
    .contact-box {
      margin: 5.6em 0 0; } }
  .contact-box h2 {
    margin-bottom: 0.55em; }

.contact-page-box {
  max-width: 100%; }
  @media (min-width: 992px) {
    .contact-page-box {
      max-width: 65%;
      margin: 0 auto; } }
  .contact-page-box h2 {
    margin-bottom: 0.95em; }
  .contact-page-box-link a {
    text-decoration: underline; }

.documentation-box {
  margin: 0 0 2em;
  margin-bottom: 70px;
  padding: 30px 0 50px;
  position: relative; }
  @media (min-width: 992px) {
    .documentation-box {
      padding: 30px 140px 50px; } }
  .documentation-box:after {
    content: '';
    display: block;
    background-color: #f5f7fb;
    width: 4000px;
    left: 50%;
    margin-left: -2000px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }
  .documentation-box h2 {
    margin-top: 1.1em;
    margin-bottom: 1.0em; }
  .documentation-box p {
    margin-bottom: 3.3em; }

/*--------------------------------------------------------------
# Custom page elements
--------------------------------------------------------------*/
@-webkit-keyframes moveUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes moveUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.page-template-landing-maintenance {
  overflow-x: hidden; }
  .page-template-landing-maintenance ul, .page-template-landing-maintenance li, .page-template-landing-maintenance ol, .page-template-landing-maintenance p {
    margin: 0; }
  .page-template-landing-maintenance .elementor-text-editor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-template-landing-maintenance .elementor-text-editor ul li {
      padding: 0 13px 0 18px;
      margin: 0; }
      .page-template-landing-maintenance .elementor-text-editor ul li:before {
        width: 8px;
        height: 8px;
        background-color: #3C66FB; }
  .page-template-landing-maintenance form.mc4wp-form {
    background: transparent;
    padding: 0;
    border: none; }
    .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media (min-width: 544px) {
        .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields input[type='submit'] {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 17px 37px;
        margin-top: 10px;
        color: #3C66FB;
        background: #fff;
        border: 1px solid #3C66FB; }
        @media (max-width: 767px) {
          .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields input[type='submit'] {
            width: 100%; } }
        @media (min-width: 544px) {
          .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields input[type='submit'] {
            margin: 0 0 0 6px; } }
        .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields input[type='submit']:hover {
          color: #fff;
          background: #3C66FB;
          border-color: #fff; }
      .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields input[type='email'] {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: normal;
        padding: 9px 30px;
        background-color: transparent;
        color: #fff; }
        .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields input[type='email']::-webkit-input-placeholder {
          color: #fff; }
        .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields input[type='email']:focus {
          -webkit-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          -webkit-box-shadow: 0 0 5px white;
          box-shadow: 0 0 5px white;
          background-color: #fff;
          color: #0E233A; }
          .page-template-landing-maintenance form.mc4wp-form .mc4wp-form-fields input[type='email']:focus::-webkit-input-placeholder {
            color: #0E233A; }
  .page-template-landing-maintenance .tg {
    font-family: Poppins, sans-serif;
    font-size: 14px; }
    @media (min-width: 544px) {
      .page-template-landing-maintenance .tg {
        font-size: 18px; } }
    .page-template-landing-maintenance .tg tr th {
      color: #0E233A; }
      .page-template-landing-maintenance .tg tr th:not(:first-child) {
        text-align: center; }
        @media (min-width: 992px) {
          .page-template-landing-maintenance .tg tr th:not(:first-child) {
            width: 238px; } }
    .page-template-landing-maintenance .tg tr td {
      color: #0E233A; }
      .page-template-landing-maintenance .tg tr td:nth-child(even) {
        background-color: #fff; }
      .page-template-landing-maintenance .tg tr td:not(:first-child) {
        text-align: center; }
  .page-template-landing-maintenance .tg td {
    position: relative;
    padding: 16px 24px;
    border-style: solid;
    border-width: 1px;
    word-break: normal;
    border-color: #DAE1E7; }
    .page-template-landing-maintenance .tg td.check:before, .page-template-landing-maintenance .tg td.check-remove:before {
      content: "\ea1f";
      font-family: 'Nucleo Mini';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      font-size: 24px;
      color: #3AD29F;
      vertical-align: inherit; }
    .page-template-landing-maintenance .tg td.check-remove:before {
      color: #DAE1E7; }
    .page-template-landing-maintenance .tg td button {
      background-color: #3C66FB;
      border: 1px solid #3C66FB;
      text-transform: uppercase;
      padding: 14px;
      margin: 10px 0; }
      .page-template-landing-maintenance .tg td button a {
        color: #fff; }
      .page-template-landing-maintenance .tg td button:hover {
        background-color: #fff;
        color: #3C66FB; }
        .page-template-landing-maintenance .tg td button:hover a {
          color: #3C66FB; }
    .page-template-landing-maintenance .tg td .popup {
      right: 24px;
      color: #B9B9B9;
      position: absolute;
      top: 15px;
      cursor: pointer; }
      .page-template-landing-maintenance .tg td .popup .popup-container {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 1;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px #0e233a;
        box-shadow: 0 0 5px #0e233a;
        top: -38px;
        left: 34px;
        color: #8990A6;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        padding: 13px;
        font-weight: 300;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25); }
        @media (min-width: 544px) {
          .page-template-landing-maintenance .tg td .popup .popup-container {
            padding: 25px 33px 25px 38px;
            width: 392px; } }
        .page-template-landing-maintenance .tg td .popup .popup-container ul li {
          color: #3C66FB;
          padding-left: 27px;
          margin: 3px 0;
          font-weight: normal; }
          .page-template-landing-maintenance .tg td .popup .popup-container ul li:before {
            background-color: #3C66FB; }
        .page-template-landing-maintenance .tg td .popup .popup-container ul {
          margin: 10px 0 31px; }
        .page-template-landing-maintenance .tg td .popup .popup-container:before {
          content: '';
          position: absolute;
          border: 11px solid transparent;
          border-right: 21px solid #fff;
          left: -30px;
          top: 40px; }
      .page-template-landing-maintenance .tg td .popup:hover .popup-container {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .page-template-landing-maintenance .tg th {
    font-weight: normal;
    padding: 10px 22px 12px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #DAE1E7; }
  .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #DAE1E7;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none; } }
    .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title {
      position: relative;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      border: 1px solid #DAE1E7;
      border-radius: 4px;
      margin: 0 5px -1px 5px; }
      @media (max-width: 767px) {
        .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title {
          margin: 3px; } }
      .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title:before {
        content: '';
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: absolute;
        background-color: #3C66FB;
        width: 0;
        height: 2px;
        left: auto;
        right: 0;
        bottom: 0; }
      .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title:hover:before, .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before {
        width: 100%;
        right: auto;
        left: 0; }
  .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    padding: 0; }
    @media (max-width: 767px) {
      .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        overflow-x: scroll; } }
    .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content.elementor-active {
      -webkit-animation: moveUp 0.7s cubic-bezier(0.26, 0.69, 0.37, 0.96) running;
      animation: moveUp 0.7s cubic-bezier(0.26, 0.69, 0.37, 0.96) running; }
  .page-template-landing-maintenance .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-mobile-title {
    display: none; }
  .page-template-landing-maintenance .elementor-icon-box-icon i {
    color: inherit; }
  .page-template-landing-maintenance .widget_nav_menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .page-template-landing-maintenance .widget_nav_menu .menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .page-template-landing-maintenance .widget_nav_menu .menu li {
      font-family: Montserrat, sans-serif;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      margin: 0 26px 0 0;
      padding: 0; }
      @media (min-width: 992px) {
        .page-template-landing-maintenance .widget_nav_menu .menu li {
          margin: 0 0 0 26px; } }
      .page-template-landing-maintenance .widget_nav_menu .menu li:before {
        content: none; }
      .page-template-landing-maintenance .widget_nav_menu .menu li:hover a {
        color: #3C66FB; }
      .page-template-landing-maintenance .widget_nav_menu .menu li a {
        color: #29415E; }
  .page-template-landing-maintenance .elementor-icon-list-item:before {
    content: none;
.jet-subscribe-form .jet-subscribe-form__input.mail-invalid{ border: 1px solid #d9534f; }

/*# sourceMappingURL=style.css.map */