@charset "UTF-8";
/*
Theme Name: Crown
Theme URI: https://crown.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Core theme for FlurgleBurgleGoAway
Requires at least: FlurgleBurgleGoAway 4.9.0
Version: 1.0.3

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, three-columns, left-sidebar, right-sidebar, editor-style, post-formats, rtl-language-support, sticky-post, accessibility-ready
Text Domain: crown
Domain Path: /languages/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variable
# Typography
# Elements
# Layout
# Header
# Footer
# Page title
# WP core
# WP block
# Blog
# Widgets
# 404
# Helper
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Vendors css change
--------------------------------------------------------------*/
.container,
.container-fluid,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto,
.vc_column_container > .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.row,
.vc_row {
  margin-left: -10px;
  margin-right: -10px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.slick-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.slick-slide > div {
  padding: 10px;
}

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

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  text-align: left;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  clear: both;
}

h1, .h1 {
  font-size: 38px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1.5rem;
  border-left: solid 3px;
  padding: 30px 0 30px 40px;
}
blockquote p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}
blockquote cite {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
}
blockquote p + cite {
  margin-top: 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0073aa;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

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

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

a > code {
  color: inherit;
}

pre {
  font-size: 87.5%;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit;
}

figure {
  margin: 0 0 1.5rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

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

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

table th,
table td {
  padding: 0.5rem;
  vertical-align: top;
  border: 1px solid;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

::-moz-selection {
  background-color: #485cc7;
  color: #fff;
}

::selection {
  background-color: #485cc7;
  color: #fff;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
  padding: 0 0.25rem;
}

big {
  font-size: 125%;
}

/* Form style */
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],
textarea,
select {
  padding: 0 0.75rem;
  height: 50px;
  line-height: 48px;
  border: solid 1px;
  color: #999;
  background-color: #fafafa;
  max-width: 100%;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea:-moz-placeholder,
select:-moz-placeholder,
input[type]:-moz-placeholder {
  color: #b6b6b6;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type]::-moz-placeholder {
  color: #b6b6b6;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type]:-ms-input-placeholder {
  color: #b6b6b6;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type]::-webkit-input-placeholder {
  color: #b6b6b6;
}

textarea {
  height: auto;
  line-height: 1.6;
  padding-top: 0.75rem;
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  height: 3.125rem;
  line-height: 3rem;
  padding: 0 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 1px transparent;
  white-space: nowrap;
  color: #fff;
  background-color: #485cc7;
  border-color: #485cc7;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus, .btn:hover, .btn:active,
button:focus,
button:hover,
button:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:active {
  color: #fff;
  background-color: #374ab2;
  border-color: #3446a8;
}
.btn.btn-outline,
button.btn-outline,
input[type=button].btn-outline,
input[type=reset].btn-outline,
input[type=submit].btn-outline {
  color: #485cc7;
}
.btn.btn-outline:focus, .btn.btn-outline:hover, .btn.btn-outline:active,
button.btn-outline:focus,
button.btn-outline:hover,
button.btn-outline:active,
input[type=button].btn-outline:focus,
input[type=button].btn-outline:hover,
input[type=button].btn-outline:active,
input[type=reset].btn-outline:focus,
input[type=reset].btn-outline:hover,
input[type=reset].btn-outline:active,
input[type=submit].btn-outline:focus,
input[type=submit].btn-outline:hover,
input[type=submit].btn-outline:active {
  background-color: #485cc7;
  color: #fff;
  border-color: #485cc7;
}
.btn.btn-link,
button.btn-link,
input[type=button].btn-link,
input[type=reset].btn-link,
input[type=submit].btn-link {
  color: #485cc7;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  cursor: pointer;
}
.btn:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: 0.65;
  cursor: default;
}

.btn.btn-block, .btn.btn-full {
  display: block;
  width: 100%;
}
.btn.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.btn.btn-sm {
  font-size: 0.6875rem;
  height: 1.875rem;
  line-height: 1.75rem;
  padding: 0 1.25rem;
}
.btn.btn-md {
  font-size: 0.875rem;
  height: 3.125rem;
  line-height: 3rem;
  padding: 0 1.875rem;
}
.btn.btn-lg {
  font-size: 1rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  padding: 0 2.25rem;
}
.btn.btn-xl {
  font-size: 1.25rem;
  height: 4rem;
  line-height: 3.875rem;
  padding: 0 2.625rem;
}
.btn.btn-round {
  border-radius: 5em;
}
.btn.btn-rounded {
  border-radius: 0.25rem;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-accent {
  color: #fff;
  background-color: #485cc7;
  border-color: #485cc7;
}
.btn.btn-accent:focus, .btn.btn-accent:hover, .btn.btn-accent:active {
  color: #fff;
  background-color: #374ab2;
  border-color: #3446a8;
}
.btn.btn-accent.btn-outline {
  color: #485cc7;
}
.btn.btn-accent.btn-outline:focus, .btn.btn-accent.btn-outline:hover, .btn.btn-accent.btn-outline:active {
  background-color: #485cc7;
  color: #fff;
  border-color: #485cc7;
}
.btn.btn-accent.btn-link {
  color: #485cc7;
}
.btn.btn-primary {
  color: #fff;
  background-color: #d64c35;
  border-color: #d64c35;
}
.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
  color: #fff;
  background-color: #be3c27;
  border-color: #b43924;
}
.btn.btn-primary.btn-outline {
  color: #d64c35;
}
.btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:active {
  background-color: #d64c35;
  color: #fff;
  border-color: #d64c35;
}
.btn.btn-primary.btn-link {
  color: #d64c35;
}
.btn.btn-secondary {
  color: #fff;
  background-color: #00c389;
  border-color: #00c389;
}
.btn.btn-secondary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active {
  color: #fff;
  background-color: #009d6e;
  border-color: #009065;
}
.btn.btn-secondary.btn-outline {
  color: #00c389;
}
.btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:active {
  background-color: #00c389;
  color: #fff;
  border-color: #00c389;
}
.btn.btn-secondary.btn-link {
  color: #00c389;
}
.btn.btn-light {
  color: #222;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn.btn-light:focus, .btn.btn-light:hover, .btn.btn-light:active {
  color: #222;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn.btn-light.btn-outline {
  color: #fafafa;
}
.btn.btn-light.btn-outline:focus, .btn.btn-light.btn-outline:hover, .btn.btn-light.btn-outline:active {
  background-color: #fafafa;
  color: #222;
  border-color: #fafafa;
}
.btn.btn-light.btn-link {
  color: #fafafa;
}
.btn.btn-dark {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.btn.btn-dark:focus, .btn.btn-dark:hover, .btn.btn-dark:active {
  color: #fff;
  background-color: #080808;
  border-color: #020202;
}
.btn.btn-dark.btn-outline {
  color: #1b1b1b;
}
.btn.btn-dark.btn-outline:focus, .btn.btn-dark.btn-outline:hover, .btn.btn-dark.btn-outline:active {
  background-color: #1b1b1b;
  color: #fff;
  border-color: #1b1b1b;
}
.btn.btn-dark.btn-link {
  color: #1b1b1b;
}
.btn.btn-gray {
  color: #fff;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn.btn-gray:focus, .btn.btn-gray:hover, .btn.btn-gray:active {
  color: #fff;
  background-color: #979797;
  border-color: #919191;
}
.btn.btn-gray.btn-outline {
  color: #aaaaaa;
}
.btn.btn-gray.btn-outline:focus, .btn.btn-gray.btn-outline:hover, .btn.btn-gray.btn-outline:active {
  background-color: #aaaaaa;
  color: #fff;
  border-color: #aaaaaa;
}
.btn.btn-gray.btn-link {
  color: #aaaaaa;
}
.btn.btn-white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-white:focus, .btn.btn-white:hover, .btn.btn-white:active {
  color: #222;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn.btn-white.btn-outline {
  color: #fff;
}
.btn.btn-white.btn-outline:focus, .btn.btn-white.btn-outline:hover, .btn.btn-white.btn-outline:active {
  background-color: #fff;
  color: #222;
  border-color: #fff;
}
.btn.btn-white.btn-link {
  color: #fff;
}
.btn.btn-icon-left i {
  margin-right: 10px;
}
.btn.btn-icon-right i {
  margin-left: 10px;
}
.btn.btn.btn-outline {
  background-color: transparent;
}
.btn.btn-3d, .btn.btn-3d:hover {
  border-bottom: solid 3px rgba(0, 0, 0, 0.15) !important;
}
.btn.btn-link {
  background-color: transparent !important;
  border-width: 0 !important;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 2;
  -webkit-box-shadow: inset 0 0 0 currentColor;
  box-shadow: inset 0 0 0 currentColor;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
  -webkit-box-shadow: inset 0 -2px 0 currentColor;
  box-shadow: inset 0 -2px 0 currentColor;
}

.btn-style1 .btn {
  padding: 0 2.375rem;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
.toggle-icon {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 30px;
  position: relative;
  vertical-align: middle;
}

.toggle-icon > span {
  bottom: 0;
  display: block;
  height: 2px;
  left: 2px;
  right: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}

.toggle-icon > span:after,
.toggle-icon > span:before {
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: -6px;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: currentColor;
}

.toggle-icon > span:before {
  top: 8px;
}

.toggle-icon > span:after {
  top: -8px;
}

.toggle-icon:hover {
  color: #e4573d;
}

.toggle-icon.in > span {
  background-color: transparent !important;
}

.toggle-icon.in > span:after,
.toggle-icon.in > span:before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s;
  top: 0;
}

.toggle-icon.in > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-icon.in > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.heading-description {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}

@media (max-width: 767px) {
  .gel-social-text-center-sm > ul.list-si,
.gel-list-text-center-sm li.item-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.fs-18 {
  font-size: 1.125rem;
}

.vc-col-no-pt > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.gel-other-title {
  display: inline-block;
  margin-bottom: 15px;
  width: 50px;
  margin-right: 40px;
}

.gel-tab .vc_tta-tabs-container {
  margin-bottom: -1px !important;
}
.gel-tab .vc_tta-tab > a {
  border: none !important;
  border-bottom: solid 1px transparent !important;
  font-weight: 600;
  color: #999999 !important;
}
.gel-tab .vc_tta-tab.vc_active > a {
  border-bottom: solid 1px !important;
  color: #1b1b1b !important;
}
.gel-tab .vc_tta-panels {
  border: none !important;
  border-top: solid 1px #ececec !important;
}
.gel-tab .vc_tta-panel-body {
  padding: 0 !important;
  padding-top: 45px !important;
}

.border-radius-iframe-3 iframe {
  border-radius: 3px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .gel-space-150 .gel-space {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .mg-left-75-lg {
    margin-left: 75px;
  }
}
.desc-landing {
  font-family: "Poppins";
  font-size: 1rem;
  text-align: center;
  letter-spacing: -0.06em;
}

.pd-rl-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.bg-animate {
  height: 140px;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 30s linear infinite;
}

@media (max-width: 768px) {
  .bg-animate {
    height: 80px;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.gel-pricing {
  margin-top: 2.5rem;
}

.pricing-price-number, .pricing-price-currency {
  margin: 0 !important;
}

.pricing-featured-text {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(236, 236, 236, 0.1);
  padding: 9px 0;
}
.pricing-featured-text span {
  font-size: 0.875rem;
}

.pricing-button {
  margin-top: 2rem;
}
.pricing-button .btn {
  padding: 0 2rem;
}
.pricing-button .btn-outline {
  border-width: 2px;
  color: #1b1b1b !important;
}
.pricing-button .btn-outline:hover {
  color: #fafafa !important;
}

.gel-pricing-progress .pricing-button {
  margin-top: 1.75rem;
  margin-bottom: 3.125rem;
}
.gel-pricing-progress .pricing-features {
  position: relative;
  margin-top: 0;
}
.gel-pricing-progress .pricing-features:before, .gel-pricing-progress .pricing-features:after {
  content: "";
  height: 4px;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: block;
  position: absolute;
}
.gel-pricing-progress .pricing-features:before {
  background-color: #00c389;
  z-index: 2;
}
.gel-pricing-progress .pricing-features:after {
  background-color: #ececec;
  top: 0;
  right: 0;
  left: 0;
}
.gel-pricing-progress .pricing-feature.disable {
  color: #999999 !important;
}
.gel-pricing-progress .pricing-feature.disable .list-bullet {
  color: #999999 !important;
}
.gel-pricing-progress .pricing-list {
  margin-top: 2.75rem;
}
.gel-pricing-progress.pri-progress-25 .pricing-features:before {
  width: calc(25% + 20px);
}
.gel-pricing-progress.pri-progress-50.gel-pricing {
  padding-top: 0;
}
.gel-pricing-progress.pri-progress-50 .pricing-wrap-top {
  padding-top: 2.75rem;
  margin: 0 -1.5rem;
}
.gel-pricing-progress.pri-progress-50 .pricing-features:before {
  width: calc(50% + 20px);
}
.gel-pricing-progress.pri-progress-100 .pricing-features:before {
  left: 0;
  right: 0;
}

.gel-pricing-line .pricing-price {
  margin-bottom: 0 !important;
}
.gel-pricing-line .pricing-features:before {
  content: "";
  height: 1px;
  margin: 2.5rem -1.5rem;
  display: block;
  background-color: #ececec;
  top: 0;
  right: 0;
  left: 0;
}

.gel-pricing-flag:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid #f03b42;
  border-left: 10px solid #f03b42;
  border-bottom: 10px solid transparent;
  border-top: 25px solid #f03b42;
  position: absolute;
  top: 0;
  right: 20px;
}

.gel-pricing-style-1 .pricing-image, .gel-pricing-style-2 .pricing-image, .gel-pricing-style-3 .pricing-image {
  margin-bottom: 2.5rem;
}
.gel-pricing-style-1 .pricing-price-number, .gel-pricing-style-1 .pricing-price-currency, .gel-pricing-style-2 .pricing-price-number, .gel-pricing-style-2 .pricing-price-currency, .gel-pricing-style-3 .pricing-price-number, .gel-pricing-style-3 .pricing-price-currency {
  font-size: 2.5rem;
}
.gel-pricing-style-1 .pricing-name, .gel-pricing-style-2 .pricing-name, .gel-pricing-style-3 .pricing-name {
  font-size: 0.75rem;
}
.gel-pricing-style-1 .pricing-price, .gel-pricing-style-2 .pricing-price, .gel-pricing-style-3 .pricing-price {
  margin-top: 1rem;
}

.gel-pricing-style-1 {
  padding: 2.75rem 1.5rem 3.125rem;
}
.gel-pricing-style-1 .pricing-price {
  margin-bottom: 2.25rem;
}
.gel-pricing-style-1 .pricing-image {
  margin-top: 0.25rem;
}

.gel-pricing-style-2 {
  padding: 2.75rem 1.5rem;
}
.gel-pricing-style-2 .pricing-image {
  margin-top: 0.25rem;
}

.gel-pricing-style-3 {
  padding: 1rem 1.25rem 2.5rem;
}
.gel-pricing-style-3 .pricing-desc {
  margin-bottom: 0.5rem;
}
.gel-pricing-style-3 .pricing-image {
  margin-top: 1rem;
}
.gel-pricing-style-3 .pricing-price {
  margin-top: 1.75rem;
}
.gel-pricing-style-3 .pricing-name {
  font-size: 1.625rem;
  font-weight: 700;
}
.gel-pricing-style-3 .pricing-button .btn {
  border-radius: 3px;
}

.gel-pricing-style-4 {
  padding: 1.75rem 1.25rem;
}
.gel-pricing-style-4 .pricing-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.gel-pricing-style-4 .pricing-price-duration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gel-pricing-style-4 .pricing-image {
  margin-bottom: 1.25rem;
}
.gel-pricing-style-4 .pricing-price {
  margin-bottom: 0.75rem;
}

.gel-pricing-style-5 .pricing-price {
  margin-bottom: 1rem;
}
.gel-pricing-style-5 .pricing-price-number, .gel-pricing-style-5 .pricing-price-currency {
  font-size: 2.5rem;
}

.gel-testimonial-bio-18 .gel-testimonial-bio {
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 33px;
}
.gel-testimonial-bio-18 .gel-testimonial-job {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 70px;
}
.gel-testimonial-bio-18 .gel-testimonial-name {
  font-size: 0.875rem;
  line-height: 70px;
}
.gel-testimonial-bio-18.testimonial-style-01 .author-info {
  padding-bottom: 0 !important;
}
.gel-testimonial-bio-18.testimonial-style-01 .author-avatar {
  margin: 0;
  padding-bottom: 7px;
}

.gel-testimonial-bio-24 .testimonial-content {
  padding-bottom: 0.75rem !important;
}
.gel-testimonial-bio-24 .gel-testimonial-bio {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 32px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.gel-testimonial-bio-24 .gel-testimonial-name {
  color: inherit;
  font-size: 0.875rem;
  font-weight: 500;
}
.gel-testimonial-bio-24.testimonial-style-02 .testi-quote {
  padding-bottom: 5px;
}
.gel-testimonial-bio-24.testimonial-style-02 .author-avatar {
  margin: 0;
  padding-bottom: 15px;
}
.gel-testimonial-bio-24.testimonial-style-02 .gel-testimonial-job:before {
  content: "@";
}
.gel-testimonial-bio-24.testimonial-style-02 .gel-testimonial-name:before {
  content: "−";
}

.testimonial-job-color-ff .gel-testimonial-job {
  color: #fff;
}

.gel-testimonial-d-flex .author-attr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.gel-testimonial-d-flex .author-attr {
  -ms-flex-pack: center;
  justify-content: center;
}

.gel-testimonial-job-bf .gel-testimonial-job:before {
  content: "−";
  padding-right: 5px;
  padding-left: 5px;
}

.gel-testimonial-name-14 .gel-testimonial-name {
  font-size: 14px;
}
.gel-testimonial-name-14 .gel-testimonial-job {
  font-size: 0.75rem;
}
.gel-testimonial-name-14 .gel-testimonial-bio {
  line-height: 23px;
}

@media only screen and (max-width: 480px) {
  .responsive-testi-480 .gel-testimonial {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .responsive-testi-768 .gel-testimonial {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .slide-pd-bt-50 .slick-slide > div {
    padding-bottom: 50px !important;
  }
}
.slide-pd-bottom-0 .slick-slide > div {
  padding-bottom: 0;
}

.slide-pd-top-40 .slick-slide > div {
  padding-top: 40px !important;
}

.testimonial-avatar-relative .author-avatar {
  top: -2.5rem;
  position: relative;
  margin-bottom: 0 !important;
}
.testimonial-avatar-relative .testimonial-bg {
  position: relative;
  top: -1.25rem;
}
.testimonial-avatar-relative .author-attr {
  position: relative;
  top: -1.25rem;
}

.testimonial-attr-d-initial .author-attr {
  display: initial;
}

.gel-client-logo-height {
  height: 100px;
}

.gel-clien-logo-btn-center {
  text-align: center;
}

.gel {
  font-size: 11px;
}

.countdown-view-demo .counterup {
  font-size: 150px;
  line-height: 1;
  font-weight: 600;
  color: #0d2cde;
  background: -moz-linear-gradient(-76deg, fuchsia 0%, #0d2cde 100%);
  background: -webkit-linear-gradient(-76deg, fuchsia 0%, #0d2cde 100%);
  background: linear-gradient(-76deg, fuchsia 0%, #0d2cde 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.countdown-view-demo .gel-counter-suffix {
  font-size: 50px;
  vertical-align: sub;
  margin-left: -30px;
  color: #ff00ff;
}

.countdown-layout-landing .gel-counter-suffix {
  font-size: 50px;
  vertical-align: sub;
  margin-left: -30px;
}

h2.gel-heading-title {
  font-size: 26px;
}

.gel-heading-title {
  letter-spacing: 0.03846em;
  margin-bottom: 0.575em;
}
.gel-heading-subtitle {
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
}

.gel-heading-description {
  color: #999999;
  line-height: 1.875;
}

.gel-heading.gel-heading-custom-style-01 .gel-heading-title {
  margin-bottom: 24px;
}
.gel-heading.gel-heading-custom-style-01 .gel-heading-subtitle {
  color: #999999;
}
.gel-heading.gel-heading-custom-style-01 .gel-heading-separate {
  background-image: url("./assets/images/heading-separate-style-01.png");
  height: 10px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 44px;
  margin-bottom: 0;
}
.gel-heading.gel-heading-custom-style-01 .gel-heading-description {
  margin-top: 19px;
  padding-top: 0;
}
.gel-heading.gel-heading-custom-style-02 .gel-heading-title {
  margin-bottom: 24px;
}
.gel-heading.gel-heading-custom-style-02 .gel-heading-subtitle {
  color: #999999;
}
.gel-heading.gel-heading-custom-style-02 .gel-heading-separate {
  background-image: url("./assets/images/heading-separate-style-02.png");
  height: 8px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 50px;
  margin-bottom: 0;
}
.gel-heading.gel-heading-custom-style-02 .gel-heading-description {
  margin-top: 40px;
  padding-top: 0;
  color: #aaaaaa;
}
.gel-heading.gel-heading-custom-style-03 .gel-heading-title {
  margin-bottom: 24px;
}
.gel-heading.gel-heading-custom-style-03 .gel-heading-subtitle {
  color: #999999;
}
.gel-heading.gel-heading-custom-style-03 .gel-heading-separate {
  background-image: url("./assets/images/heading-separate-style-03.png");
  height: 24px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 30px;
  margin-bottom: 0;
}
.gel-heading.gel-heading-custom-style-03 .gel-heading-description {
  margin-top: 20px;
  padding-top: 0;
  color: #aaaaaa;
}
.gel-heading.gel-heading-custom-style-04 .gel-heading-subtitle {
  color: #999999;
}
.gel-heading.gel-heading-custom-style-04 .gel-heading-separate {
  background-image: url("./assets/images/heading-separate-style-04.png");
  height: 10px;
  width: 60px;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-bottom: 0;
}
.gel-heading.gel-heading-custom-style-04 .gel-heading-description {
  margin-top: 23px;
  padding-top: 0;
}
.gel-heading.gel-heading-custom-style-05 .gel-heading-subtitle {
  color: #999999;
}
.gel-heading.gel-heading-custom-style-05 .gel-heading-separate {
  background-image: url("./assets/images/heading-separate-style-05.png");
  height: 6px;
  width: 60px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.gel-heading.gel-heading-custom-style-06 .gel-heading-subtitle {
  color: #999999;
}
.gel-heading.gel-heading-custom-style-06 .gel-heading-separate {
  background-image: url("./assets/images/heading-separate-style-06.png");
  height: 6px;
  width: 60px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.gel-heading.gel-heading-custom-style-07 .gel-heading-title {
  margin-bottom: 23px;
}
.gel-heading.gel-heading-custom-style-07 .gel-heading-separate {
  margin-bottom: 22px;
}
.gel-heading.gel-heading-custom-style-07 .gel-heading-description {
  padding-top: 0;
}
.gel-heading.gel-heading-custom-style-07 .gel-heading-separate {
  height: 2px;
  width: 20px;
}
.gel-heading.gel-heading-custom-style-08 .gel-heading-title {
  margin-bottom: 23px;
}
.gel-heading.gel-heading-custom-style-08 .gel-heading-separate {
  margin-bottom: 22px;
}
.gel-heading.gel-heading-custom-style-08 .gel-heading-description {
  padding-top: 0;
}
.gel-heading.gel-heading-custom-style-08 .gel-heading-separate {
  position: relative;
  height: 6px;
  width: 20px;
  background-color: transparent;
}
.gel-heading.gel-heading-custom-style-08 .gel-heading-separate:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  top: 0;
}
.gel-heading.gel-heading-custom-style-08 .gel-heading-separate:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  bottom: 0;
}
.gel-heading.gel-heading-custom-style-10 .gel-heading-title {
  margin-bottom: 23px;
}
.gel-heading.gel-heading-custom-style-10 .gel-heading-separate {
  margin-bottom: 22px;
}
.gel-heading.gel-heading-custom-style-10 .gel-heading-description {
  padding-top: 0;
}
.gel-heading.gel-heading-custom-style-10 .gel-heading-separate {
  position: relative;
  height: 6px;
  width: 30px;
  background-color: transparent;
}
.gel-heading.gel-heading-custom-style-10 .gel-heading-separate:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  top: 0;
}
.gel-heading.gel-heading-custom-style-10 .gel-heading-separate:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  bottom: 0;
}
.gel-heading.gel-heading-custom-style-10.text-left .gel-heading-separate {
  width: 30px;
}
.gel-heading.gel-heading-custom-style-10.text-left .gel-heading-separate:before {
  width: 30px;
  transform: translateX(0);
}
.gel-heading.gel-heading-custom-style-10.text-center .gel-heading-separate {
  width: 30px;
}
.gel-heading.gel-heading-custom-style-10.text-center .gel-heading-separate:before {
  width: 20px;
  transform: translateX(10px);
}
.gel-heading.gel-heading-custom-style-10.text-right .gel-heading-separate {
  width: 30px;
}
.gel-heading.gel-heading-custom-style-10.text-right .gel-heading-separate:before {
  width: 30px;
}
.gel-heading.gel-heading-custom-style-10.text-right .gel-heading-separate:after {
  transform: translateX(10px);
}
.gel-heading.gel-heading-custom-style-11 .gel-heading-subtitle {
  margin-bottom: 0;
}
.gel-heading.gel-heading-custom-style-11 .gel-heading-title {
  margin-bottom: 12px;
}
.gel-heading.has-line-separator .gel-heading-title {
  margin-bottom: 23px;
}
.gel-heading.width-description-80 .gel-heading-description {
  width: 80%;
}
.gel-heading.width-description-90 .gel-heading-description {
  width: 90%;
}

.gel-heading .gel-heading-title {
  color: inherit;
}

@media only screen and (max-width: 991px) {
  .width-description-100-md .gel-heading-description {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .width-description-100-sm {
    width: 100% !important;
  }
}
.heading-title-mg-bt-5 .gel-heading-title {
  margin-bottom: 5px;
}

.heading-title-mg-bt-30 .gel-heading-title {
  margin-bottom: 30px;
}

.title-view-demo {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #1b1b1b;
}
.title-view-demo a {
  color: inherit;
}
.gel-counter {
  font-weight: 700;
  line-height: 44px;
}

.gel-icon-box .description {
  line-height: 23px;
}
.gel-icon-box-style-01.shape-default .icon, .gel-icon-box-style-02.shape-default .icon, .gel-icon-box-style-03.shape-default .icon {
  margin-bottom: 33px;
}

.gel-icon-box-style-04.shape-icon .icon {
  margin-right: 34px !important;
}

.gel-icon-box-style-05.shape-icon .icon {
  margin-left: 34px !important;
}

.gel-icon-box-style-04.shape-default .icon {
  text-align: center;
  margin-right: 16px;
}

.gel-icon-box-style-05.shape-default .icon {
  text-align: center;
  margin-left: 16px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .gel-icon-box-style-04.shape-default .icon {
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    margin-right: 10px !important;
  }

  .gel-icon-box-style-05.shape-default .icon {
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    margin-left: 10px !important;
  }
}
.gel-icon-box-style-06 .top-box, .gel-icon-box-style-07 .top-box {
  margin-bottom: 20px !important;
}
.gel-icon-box-style-06 .top-box i, .gel-icon-box-style-07 .top-box i {
  vertical-align: middle;
}

.gel-icon-box-style-06 .icon {
  margin-right: 32px !important;
}

.gel-icon-box-style-07 .icon {
  margin-left: 32px !important;
}

.gel-icon-box-title-mg-bt-5 .title {
  margin-bottom: 5px;
}

.gel-icon-box-title-mg-right-0 .icon {
  margin-right: 0 !important;
  text-align: left !important;
}

.gel-image-box .description {
  line-height: 23px;
}
.gel-image-box .title {
  margin-top: 0 !important;
}

@media (min-width: 991px) {
  .gel-image-box-style-04 .image {
    margin-right: 35px !important;
  }

  .gel-image-box-style-05 .image {
    margin-left: 35px !important;
  }
}
.gel-image-box-img-mg-bt-40 .image {
  margin-bottom: 40px !important;
}

.gel-image-box-img-mg-bt-35 .image {
  margin-bottom: 35px !important;
}

.gel-image-box-img-mg-bt-30 .image {
  margin-bottom: 30px !important;
}

.gel-image-box-img-mg-bt-20 .image {
  margin-bottom: 20px !important;
}

.gel-image-box-title-mg-bt-10 .title {
  margin-bottom: 10px;
}

.gel-image-box-title-mg-bt-5 .title {
  margin-bottom: 5px;
}

.gel-image-box-img-width-df img {
  max-width: unset;
}

.gel-image-box-description-mg-rl-25 .description {
  margin: 0 25px;
}

.gel-image-box-description-pd-rl-5 .description {
  margin: 0 5px;
}

@media (min-width: 991px) {
  .gel-image-box-description-md-mg-right-40 .description {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .sm-bg-image-none {
    background-image: none !important;
  }
}
.gel-image-box-style-custom .gel-image-box .image {
  margin-bottom: 0;
}
.gel-image-box-style-custom .gel-image-box .content-box {
  border: 1px solid;
  border-top: none;
  padding: 32px 24px;
}
.gel-image-box-style-custom .gel-image-box .title {
  margin-bottom: 5px;
}

.gel-our-team .gel-our-team-inner {
  padding-left: 25px;
  padding-right: 25px;
}
.gel-our-team .gel-our-team-avatar-circle {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
.gel-our-team.content-inner-pd-0 .gel-our-team-inner {
  padding-left: 0;
  padding-right: 0;
}

.gel-list.bullet-minwidth-22 .item-list:before {
  min-width: 22px;
}

.gel-page-title .page-main-title {
  font-size: 36px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .gel-breadcrumbs-left-sm {
    margin-top: 0 !important;
  }
  .gel-breadcrumbs-left-sm .g5core-breadcrumbs {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0 !important;
  }

  .gel-breadcrumbs-right-sm {
    margin-top: 0 !important;
  }
  .gel-breadcrumbs-right-sm .g5core-breadcrumbs {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.gel-mailchimp {
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.gel-mailchimp .form-email {
  width: 320px;
  background-color: #fff;
  padding: 0 25px;
  height: 48px;
  font-size: 13px;
  border-radius: 0.25rem 0 0 0.25rem;
  border: none;
}
.gel-mailchimp .btn-rounded {
  border-radius: 0 0.25rem 0.25rem 0;
  height: 3rem;
  width: 140px;
  letter-spacing: 0.3px;
  padding: 0;
}
.gel-mailchimp .mailchimp-download {
  display: none;
}

.mailchimp-just-center .gel-mailchimp {
  -ms-flex-pack: center;
  justify-content: center;
}

.mailchimp-form-download .gel-mailchimp .mailchimp-download {
  display: block !important;
}
.mailchimp-form-download .gel-mailchimp input.mailchimp-subscibe {
  display: none !important;
}
.mailchimp-form-download .gel-mailchimp .form-email {
  border: 1px solid #ececec !important;
}

.mailchimp-form-border-input .gel-mailchimp .form-email {
  border: 1px solid #ececec !important;
  background-color: #fafafa;
}

@media only screen and (max-width: 576px) {
  .gel-mailchimp {
    height: auto;
  }
  .gel-mailchimp .form-email {
    width: 100%;
  }
  .gel-mailchimp .btn-rounded {
    margin: auto;
  }
}
.mailchimp-heading-38 .gel-heading-title {
  font-size: 38px;
  color: #fff;
}

.mailchimp-heading-white .gel-heading-title {
  color: #fff;
}

.custom-social-icons-extra-small .list-si {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .gel-wpcf7.style2 .wpcf7-response-output {
    width: 71%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gel-wpcf7.style2 .wpcf7-response-output {
    width: 68%;
  }
}
@media (min-width: 768px) {
  .border-radius-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .border-radius-l-5 .gel-google-map {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .border-radius-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .gel-wpcf7.pd-lr-12 {
    padding: 0 12px;
  }
  .gel-wpcf7.pd-lr-20 {
    padding: 0 20px;
  }
  .gel-wpcf7.style2 .wpcf7-response-output {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    border: none;
    width: 100%;
    text-align: center;
    bottom: -40px;
    background-color: #fff;
  }
}
@media (min-width: 576px) {
  .gel-wpcf7.style1 {
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .gel-wpcf7.style2 .wpcf7-response-output {
    width: 80%;
  }
}
.gel-wpcf7 textarea::-webkit-input-placeholder,
.gel-wpcf7 select::-webkit-input-placeholder,
.gel-wpcf7 input[type]::-webkit-input-placeholder {
  color: #999;
  font-size: 0.75rem;
}
.gel-wpcf7 input::-webkit-datetime-edit {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.gel-wpcf7 input::-webkit-inner-spin-button {
  position: relative;
  top: 30%;
}
.gel-wpcf7 input, .gel-wpcf7 select {
  width: 100%;
  margin-bottom: 19px;
  height: 48px;
  border-radius: 3px;
  padding: 0 26px;
}
.gel-wpcf7 input.btn {
  margin-bottom: 0;
}
.gel-wpcf7 textarea {
  width: 100%;
  margin-bottom: 13px;
  border-radius: 3px;
  padding: 0 26px;
}
.gel-wpcf7 p:not(.gel-heading-subtitle):not(.gel-heading-description) {
  margin-bottom: 0;
}
.gel-wpcf7 .cls-select-wpcf7 {
  position: relative;
}
.gel-wpcf7 .cls-select-wpcf7:before {
  position: absolute;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Pro";
  right: 20px;
  top: -15%;
  pointer-events: none;
}
.gel-wpcf7 select {
  -webkit-appearance: none;
  appearance: none;
  font-size: 0.75rem;
}
.gel-wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 12px;
}
.gel-wpcf7 .wpcf7-form-control-wrap + br {
  display: none;
}
.gel-wpcf7 .wpcf7-response-output {
  margin: 2em auto 0;
  color: #f00;
}
.gel-wpcf7 .ajax-loader {
  position: absolute;
}
.gel-wpcf7.input-bg-transparent input:not(.btn) {
  background-color: transparent;
  border-color: #262626;
}
.gel-wpcf7.style1 .wpcf7-submit {
  background-color: #00c389;
  border-color: #00c389;
  margin-bottom: 0;
}
.gel-wpcf7.style1 .wpcf7-submit:hover, .gel-wpcf7.style1 .wpcf7-submit:active {
  background-color: #009065;
}
.gel-wpcf7.style1 .wpcf7-response-output {
  width: 80%;
}
.gel-wpcf7.style2, .gel-wpcf7.style3 {
  margin-top: -1px;
  margin-bottom: -1px;
}
.gel-wpcf7.style2 .wpcf7-submit, .gel-wpcf7.style3 .wpcf7-submit {
  margin-bottom: 0;
}
.gel-wpcf7.style2 .wpcf7-submit:hover, .gel-wpcf7.style2 .wpcf7-submit:active, .gel-wpcf7.style3 .wpcf7-submit:hover, .gel-wpcf7.style3 .wpcf7-submit:active {
  background-color: #3446a8;
}
.gel-wpcf7.style3 .wpcf7-response-output {
  width: 100%;
}
.gel-wpcf7.btn-not-full .wpcf7-submit {
  width: unset;
}

.banner-box-shadow {
  -webkit-box-shadow: 0 10px 30px 0px #ccc;
  box-shadow: 0 10px 30px 0px #ccc;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site layout style
--------------------------------------------------------------*/
#site-wrapper {
  background-color: #fff;
}

#primary-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

#sidebar {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 35px;
}
#sidebar.order-lg-first {
  padding-left: 10px;
  padding-right: 35px;
}

body:not(.has-sidebar) #main-content {
  margin-left: auto;
  margin-right: auto;
}

body.has-sidebar #main-content {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

body.single-post.no-sidebar #main-content {
  -ms-flex: 0 0 640.0000032px;
  flex: 0 0 640.0000032px;
  max-width: 640.0000032px;
}

@media only screen and (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 959px) {
  body.single-post.no-sidebar #main-content {
    -ms-flex: 0 0 900px;
    flex: 0 0 900px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 991px) {
  #main-content {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    margin-top: 2rem;
  }

  #sidebar.order-lg-first {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  body.g5core__stretched_content .g5core__single-breadcrumbs > .container,
body.g5core__stretched_content #primary-content > .container {
    max-width: 95%;
  }
  body.g5core__stretched_content #sidebar {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.g5core__stretched_content.has-sidebar #main-content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  min-height: 80px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(125, 125, 125, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(125, 125, 125, 0.1);
}
.site-header .site-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-header .site-navigation .site-menu {
  -ms-flex-item-align: center;
  align-self: center;
}
.site-header .site-navigation + .search-form-wrapper {
  margin-left: 1.5rem;
}
.site-header .search-form-wrapper {
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-left: auto;
}
.site-header .search-form-wrapper > span {
  cursor: pointer;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
}
.site-header .search-form-wrapper .search-form {
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  z-index: 1099;
  background-color: #fff;
  border: solid 1px;
}
.site-header .search-form-wrapper .search-form input {
  width: 210px;
  border: none;
  font-size: 0.875rem;
}
.site-header .search-form-wrapper .search-form button {
  display: none;
}
.site-header .menu-toggle-button {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
}

.site-header-content {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-horizontal .menu-item {
  position: relative;
}
.menu-horizontal .menu-item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  line-height: 2.166667;
  padding: 27px 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: padding 0.3s, color 0.3s;
  transition: padding 0.3s, color 0.3s;
}
.menu-horizontal .menu-item > a:focus {
  outline: none;
}
.menu-horizontal .menu-item.x-active > .sub-menu, .menu-horizontal .menu-item:hover > .sub-menu {
  display: block;
}
.menu-horizontal .menu-item-has-children > a .caret {
  margin-left: 0.5rem;
  line-height: 1;
}
.menu-horizontal .menu-item-has-children > a .caret:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.menu-horizontal .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 190px;
  list-style: none;
  padding: 15px;
  margin: 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  font-family: "Poppins";
  background-color: #1b1b1b;
  color: #fff;
  z-index: 1099;
}
.menu-horizontal .sub-menu .menu-item {
  border-bottom: solid 1px #1b1b1b;
}
.menu-horizontal .sub-menu .menu-item > a {
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: none;
}
.menu-horizontal .sub-menu .menu-item > a:hover {
  background-color: #242424;
  color: #999;
}
.menu-horizontal .sub-menu .menu-item-has-children > a .caret {
  margin-left: auto;
}
.menu-horizontal .sub-menu .menu-item-has-children > a .caret:before {
  content: "";
}
.menu-horizontal > .menu-item {
  display: -ms-flexbox;
  display: flex;
}
.menu-horizontal > .menu-item + .menu-item {
  margin-left: 1.5rem;
}
.menu-horizontal > .menu-item > .sub-menu {
  top: 100%;
  left: 0;
}
.menu-horizontal span.x-menu-link-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.site-branding {
  padding: 8px 2rem 8px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.site-branding .site-description {
  display: none;
  margin: 0;
}
.site-branding.has-logo .site-title, .site-branding.has-logo .site-branding-text {
  display: none;
}
.site-branding .custom-logo-link img {
  display: block;
  max-height: 64px;
  width: auto;
}

.site-branding-text .site-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 64px;
}
.g5core-search-form input[type=search]:-moz-placeholder {
  color: #b6b6b6;
}
.g5core-search-form input[type=search]::-moz-placeholder {
  color: #b6b6b6;
}
.g5core-search-form input[type=search]:-ms-input-placeholder {
  color: #b6b6b6;
}
.g5core-search-form input[type=search]::-webkit-input-placeholder {
  color: #b6b6b6;
}
.g5core-search-form button {
  color: #b6b6b6;
}

.g5core-header-navigation .g5core-search-form input[type=search] {
  height: 40px;
}
.g5core-header-navigation .select2-container--default.select2-container--default .select2-selection--single .select2-selection__arrow,
.g5core-header-navigation .select2-container.select2-container .select2-selection--single {
  height: 40px;
}
.g5core-header-navigation .select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.g5core-header-navigation .g5shop__search-product-cat select {
  height: 40px;
}

.g5core-search-popup .g5core-search-form input[type=search] {
  border-bottom-color: #999;
  background-color: transparent;
}
.g5core-search-popup .g5core-search-form input[type=search]:focus {
  border-bottom-color: #fff;
}

.x-mega-sub-menu {
  text-align: left;
  padding: 25px 0 0 0;
}
.x-mega-sub-menu .ss991010fjmm_column + .ss991010fjmm_column {
  border-left: solid 1px #2a2a2a;
}
.x-mega-sub-menu .gel-heading-title {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 16px 15px;
  margin-bottom: 0;
}
.x-mega-sub-menu .gel-list .gel-list-item {
  font-size: 12px;
  line-height: 1.5;
  padding: 6px 16px !important;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.x-mega-sub-menu .gel-list .gel-list-item:hover {
  background-color: #242424;
  color: #999;
}
.x-mega-sub-menu .gel-list a {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.g5core-menu-popup .x-mega-sub-menu .ss991010fjmm_column + .ss991010fjmm_column {
  border-left-width: 0;
}
.g5core-menu-popup .x-mega-sub-menu .gel-list .gel-list-item:hover {
  background-color: transparent;
}
.g5core-menu-popup .x-mega-sub-menu .gel-list a {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.toggle-icon {
  width: 24px;
  height: 24px;
}
.toggle-icon > span:before {
  top: 6px;
}
.toggle-icon > span:after {
  top: -6px;
}

@media only screen and (max-width: 991px) {
  .site-header {
    background-color: #fff;
  }
  .site-header .menu-toggle-button {
    display: -ms-flexbox;
    display: flex;
  }

  .site-branding {
    margin: auto;
    padding: 8px 0;
    height: 80px;
  }

  .site-header .site-navigation {
    display: none;
    width: 100%;
    border-top: solid 1px #ececec;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .site-header .search-form-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    padding: 28px 0;
  }

  .site-menu {
    margin: 0.5rem 0;
  }

  .site-menu .menu-horizontal {
    display: block;
  }
  .site-menu .menu-horizontal .menu-item {
    display: block;
  }
  .site-menu .menu-horizontal .menu-item + .menu-item {
    margin-left: 0;
  }
  .site-menu .menu-horizontal .menu-item > a {
    display: inline-block;
    padding: 0.625rem 0;
    font-size: 1rem;
  }
  .site-menu .menu-horizontal .menu-item:hover .sub-menu {
    display: none;
  }
  .site-menu .menu-horizontal .menu-item-has-children > a .caret {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.625rem 0.75rem;
  }
  .site-menu .menu-horizontal .menu-item-has-children > a .caret:before {
    content: "";
  }
  .site-menu .menu-horizontal .menu-item-has-children > a .caret.in:before {
    content: "";
  }
  .site-menu .menu-horizontal .sub-menu {
    position: static;
    border: none;
    padding: 0;
    background-color: transparent;
    color: #1b1b1b;
    box-shadow: none;
  }
  .site-menu .menu-horizontal .sub-menu .menu-item {
    border-bottom: none;
    padding-left: 1.5rem;
  }
  .site-menu .menu-horizontal .sub-menu .menu-item > a {
    text-transform: none;
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 1rem;
  }
  .site-menu .menu-horizontal .sub-menu .menu-item > a:hover {
    background-color: transparent;
  }

  .x-mega-sub-menu {
    padding-top: 15px;
  }
  .x-mega-sub-menu .gel-heading-title {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .x-mega-sub-menu .ss991010fjmm_column:last-child {
    padding-bottom: 20px;
  }
}
.g5core-header-above .g5core-header-inner,
.g5core-header-bellow .g5core-header-inner {
  min-height: 80px;
}

.header-gel-btn-outline a.btn-outline + a {
  margin-left: 15px;
}

.header-contact-text p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.6875rem;
  font-weight: 600;
}
.header-contact-text p span {
  font-weight: 600;
  padding-right: 0.1875rem;
}
.header-contact-text p + p {
  padding-left: 2.1875rem;
}

.g5core-search-button a {
  padding: 0;
  border: none;
}

.g5core-logo-site .g5core-site-branding {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 76px;
  margin-right: 3.125rem;
}

.g5core-header-customize-separate .g5core-header-customize-after_menu:not(.no-items):before {
  content: "";
  border-left: solid 1px currentColor;
  height: 16px;
  margin-right: 1.5rem;
}
.g5core-header-customize-separate .g5core-header-customize-before_menu:not(.no-items):after {
  content: "";
  border-right: solid 1px currentColor;
  height: 16px;
  margin-left: 1.5rem;
}

.g5core-menu-display-none ul#main-menu {
  display: none;
}

.g5core-search-button i {
  font-weight: 600;
}

ul.g5core-social-networks.g5core-social-networks li + li {
  margin-left: 20px;
}
ul.g5core-social-networks.g5core-social-networks a {
  width: auto;
  color: inherit;
  background-color: transparent;
  border-width: 0;
}
ul.g5core-social-networks.g5core-social-networks a i {
  color: inherit;
}

.header-95-custom .g5core-header-inner {
  padding: 0 2.5%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 3rem 0;
  background-color: #f6f6f6;
}

.site-info {
  text-align: center;
}
.site-info .privacy-policy-link + .powered-by:before {
  content: " - ";
}
.site-info a, .site-info span {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.site-info a:hover {
  color: inherit;
}

@media (max-width: 480px) {
  div.gel-site-footer ul.content-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.gel-site-footer ul.content-list li {
    padding-right: 0;
    padding-left: 0;
    width: 50%;
    -ms-flex-pack: center;
    justify-content: center;
  }
  div.gel-site-footer ul.content-list li:first-child {
    padding-bottom: 1.25rem;
  }
}
.gel-footer-hover-color a {
  text-decoration: none;
}
.gel-footer-border .gel-list-style-03 ul {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.gel-footer-border .gel-list-style-03 ul li:not(:last-child) {
  padding-right: 0.625rem;
  border-right: 2px solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 11px;
}
.gel-footer-border .gel-list-style-03 ul li:not(:first-child) {
  padding-left: 0.625rem;
}

@media (max-width: 767px) {
  .gel-footer-border .gel-list-style-03 ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*--------------------------------------------------------------
## Page title
--------------------------------------------------------------*/
.page-header {
  padding: 3rem 0;
  background-color: #f6f6f6;
}

.page-main-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.6;
}

.page-sub-title {
  font-size: 1rem;
  font-weight: 600;
}
.page-sub-title p {
  margin: 0;
}

/*--------------------------------------------------------------
## WP core
--------------------------------------------------------------*/
/* =FlurgleBurgleGoAway Core
-------------------------------------------------------------- */
.bypostauthor {
  display: block;
}

.alignnone {
  margin: 0.375rem 1.5rem 1.5rem 0;
}

.aligncenter {
  margin: 0.375rem auto 0.375rem auto;
}

img.aligncenter {
  display: block;
}

.alignright {
  float: right;
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0.375rem 1.25rem 1.5rem 0;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

.wp-caption.alignleft {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

.wp-caption.alignright {
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-style: italic;
}

.ossj9s8s8-separator {
  border-bottom: 2px solid #ececec;
  border-top: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Galleries */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 0.75rem 0 0;
  margin-bottom: 0;
}

.slick-dots li {
  width: 20px;
}

.slick-dots span:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 8px;
}

/* ## Elements */
.g5core-back-to-top:focus, .g5core-back-to-top:hover {
  text-decoration: none;
}

.g5core__social-share li {
  font-size: 12px;
}
/*--------------------------------------------------------------
## WP block
--------------------------------------------------------------*/
.ossj9s8s8-table.is-style-stripes th, .ossj9s8s8-table.is-style-stripes td {
  border-color: transparent;
}
.ossj9s8s8-table thead th {
  border-bottom-width: 2px;
}

.ossj9s8s8-quote:not(.is-large):not(.is-style-large) {
  margin: 0 0 1.5rem;
  border-left: solid 3px;
  padding-left: 40px;
}
.ossj9s8s8-quote.has-text-align-right {
  border-left: none !important;
  border-right: solid 3px;
  padding-right: 40px;
  padding-left: 0 !important;
}

.ossj9s8s8-pullquote blockquote {
  border: none !important;
}

.ossj9s8s8-quote cite, .ossj9s8s8-quote footer, .ossj9s8s8-quote__citation {
  font-size: 0.75rem;
  font-style: normal;
}

.ossj9s8s8-quote.is-large cite, .ossj9s8s8-quote.is-large footer, .ossj9s8s8-quote.is-style-large cite, .ossj9s8s8-quote.is-style-large footer {
  font-size: 1rem;
}

.ossj9s8s8-quote.is-large p, .ossj9s8s8-quote.is-style-large p {
  font-size: 1.6rem;
}

.ossj9s8s8-pullquote blockquote {
  margin-bottom: 0;
}
.ossj9s8s8-pullquote.is-style-solid-color {
  padding: 0;
}
.ossj9s8s8-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}
.ossj9s8s8-pullquote:not(.is-style-solid-color) blockquote {
  border-left-width: 0;
}

.ossj9s8s8-button__link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  height: 2.625rem;
  line-height: 2.5rem;
  padding: 0 1.125rem;
  font-weight: 400;
  border: solid 1px transparent;
  white-space: nowrap;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ossj9s8s8-button__link:not(.has-background):not(.has-text-color) {
  color: #fff;
  background-color: #485cc7;
  border-color: #485cc7;
}
.ossj9s8s8-button__link:not(.has-background):not(.has-text-color):focus, .ossj9s8s8-button__link:not(.has-background):not(.has-text-color):hover, .ossj9s8s8-button__link:not(.has-background):not(.has-text-color):active {
  color: #fff;
  background-color: #374ab2;
  border-color: #3446a8;
}
.ossj9s8s8-button__link:not(.has-background):not(.has-text-color).btn-outline {
  color: #485cc7;
}
.ossj9s8s8-button__link:not(.has-background):not(.has-text-color).btn-outline:focus, .ossj9s8s8-button__link:not(.has-background):not(.has-text-color).btn-outline:hover, .ossj9s8s8-button__link:not(.has-background):not(.has-text-color).btn-outline:active {
  background-color: #485cc7;
  color: #fff;
  border-color: #485cc7;
}
.ossj9s8s8-button__link:not(.has-background):not(.has-text-color).btn-link {
  color: #485cc7;
}
.ossj9s8s8-button__link:hover {
  cursor: pointer;
}
.ossj9s8s8-button__link:focus {
  outline: none;
}
.ossj9s8s8-button__link:disabled {
  opacity: 0.65;
  cursor: default;
}

.ossj9s8s8-button {
  margin-bottom: 1.5rem;
}
.ossj9s8s8-button:not(.is-style-squared) .ossj9s8s8-button__link {
  border-radius: 0.25rem;
}
.ossj9s8s8-button:not(.is-style-outline) .ossj9s8s8-button__link:hover {
  color: #fff;
  background-color: #485cc7;
  border-color: #485cc7;
}
.ossj9s8s8-button:not(.is-style-outline) .ossj9s8s8-button__link:hover:focus, .ossj9s8s8-button:not(.is-style-outline) .ossj9s8s8-button__link:hover:hover, .ossj9s8s8-button:not(.is-style-outline) .ossj9s8s8-button__link:hover:active {
  color: #fff;
  background-color: #374ab2;
  border-color: #3446a8;
}
.ossj9s8s8-button:not(.is-style-outline) .ossj9s8s8-button__link:hover.btn-outline {
  color: #485cc7;
}
.ossj9s8s8-button:not(.is-style-outline) .ossj9s8s8-button__link:hover.btn-outline:focus, .ossj9s8s8-button:not(.is-style-outline) .ossj9s8s8-button__link:hover.btn-outline:hover, .ossj9s8s8-button:not(.is-style-outline) .ossj9s8s8-button__link:hover.btn-outline:active {
  background-color: #485cc7;
  color: #fff;
  border-color: #485cc7;
}
.ossj9s8s8-button:not(.is-style-outline) .ossj9s8s8-button__link:hover.btn-link {
  color: #485cc7;
}
.ossj9s8s8-button.is-style-outline .ossj9s8s8-button__link {
  background-color: transparent !important;
  border: 2px solid currentColor;
}
.ossj9s8s8-button.is-style-outline .ossj9s8s8-button__link:hover {
  background-color: #485cc7 !important;
}

.ossj9s8s8-latest-comments {
  padding-left: 0;
}

.ossj9s8s8-latest-comments__comment-excerpt p {
  margin-bottom: 0;
}

.ossj9s8s8-archives select {
  width: 100%;
  max-width: 100%;
}

.ossj9s8s8-archives,
.ossj9s8s8-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}
.ossj9s8s8-archives ul.children,
.ossj9s8s8-archives ul.sub-menu,
.ossj9s8s8-categories ul.children,
.ossj9s8s8-categories ul.sub-menu {
  list-style: none;
  padding: 0 0 0 1.25rem;
  margin: 0;
}
.ossj9s8s8-archives li,
.ossj9s8s8-categories li {
  position: relative;
}
.ossj9s8s8-archives li > a,
.ossj9s8s8-categories li > a {
  color: inherit;
  display: block;
  padding: 0.5rem 0 0.5rem 1.25rem;
  position: relative;
  line-height: 20px;
  min-height: 36px;
}
.ossj9s8s8-archives li > a:before,
.ossj9s8s8-categories li > a:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.ossj9s8s8-archives .current_page_ancestor > ul,
.ossj9s8s8-archives .current_page_parent > ul,
.ossj9s8s8-archives .current-cat-parent > ul,
.ossj9s8s8-archives .current-cat-ancestor > ul,
.ossj9s8s8-categories .current_page_ancestor > ul,
.ossj9s8s8-categories .current_page_parent > ul,
.ossj9s8s8-categories .current-cat-parent > ul,
.ossj9s8s8-categories .current-cat-ancestor > ul {
  display: block;
}
.ossj9s8s8-latest-posts,
.ossj9s8s8-latest-comments {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ossj9s8s8-latest-posts .children,
.ossj9s8s8-latest-comments .children {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ossj9s8s8-latest-posts li,
.ossj9s8s8-latest-comments li {
  padding: 0.5rem 0;
  line-height: 20px;
  margin-bottom: 0;
}
.ossj9s8s8-latest-posts a,
.ossj9s8s8-latest-comments a {
  color: inherit;
}
ul.ossj9s8s8-latest-posts.is-grid li {
  border-top: solid 1px;
  margin-bottom: 1.5rem;
}

.ossj9s8s8-embed,
.ossj9s8s8-columns,
.ossj9s8s8-group,
.ossj9s8s8-group.has-background,
.ossj9s8s8-search,
ul.ossj9s8s8-categories,
ul.ossj9s8s8-archives,
.ossj9s8s8-archives.ossj9s8s8-archives-dropdown,
ol.ossj9s8s8-latest-comments,
.ossj9s8s8-media-text {
  margin-bottom: 1.5rem;
}

.ossj9s8s8-cover-image,
.ossj9s8s8-cover {
  margin-bottom: 1.5rem;
  color: #f8f9f9;
}
.ossj9s8s8-cover-image p,
.ossj9s8s8-cover p {
  margin-bottom: 0;
  line-height: 1.25;
}
.ossj9s8s8-cover-image a,
.ossj9s8s8-cover a {
  color: inherit;
}

.ossj9s8s8-tag-cloud a {
  border: 1px solid;
  color: inherit;
  font-size: 0.625rem !important;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ossj9s8s8-tag-cloud a:hover {
  border-color: currentColor;
}

.ossj9s8s8-gallery {
  margin-bottom: 1.5rem;
}

.blocks-gallery-caption {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.blocks-gallery-grid {
  margin-bottom: -16px;
}

.ossj9s8s8-column > *:last-child {
  margin-bottom: 0;
}

.ossj9s8s8-image.aligncenter {
  margin: 1.5rem auto 1.5rem auto;
}

.ossj9s8s8-image.alignright {
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.ossj9s8s8-image.alignleft {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

body.no-sidebar .ossj9s8s8-image.alignfull {
  max-width: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .ossj9s8s8-cover.alignwide {
  margin-left: -159.9999984px;
  margin-right: -159.9999984px;
  width: auto;
}
@media screen and (min-width: 1200px) and (max-width: 959px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .ossj9s8s8-cover.alignwide {
    margin-left: -125px;
    margin-right: -125px;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .ossj9s8s8-cover.alignwide {
    margin-left: -35px;
    margin-right: -35px;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .ossj9s8s8-cover.alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.no-sidebar .ossj9s8s8-image.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  body.has-sidebar .ossj9s8s8-image.alignfull {
    max-width: none;
    margin-left: calc(-100vw/2 + 690px/2);
    margin-right: calc(-100vw/2 + 690px/2);
  }
}
@media only screen and (max-width: 767px) {
  body.has-sidebar .ossj9s8s8-image.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

p.has-drop-cap:not(:focus)::first-letter {
  font-size: 3.57em;
  font-weight: 600;
  line-height: 0.9em;
  margin: 0 20px 0 0;
}

.ossj9s8s8-image figcaption {
  font-size: 11px;
  font-style: italic;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.article-post {
  margin-bottom: 3rem;
}
.article-post.page .entry-content {
  margin-bottom: 0;
}
.article-post.sticky {
  background-color: #fafafa;
  padding: 2rem;
}
.article-post .entry-header {
  text-align: left;
}
.article-post .entry-footer {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6875rem;
  font-weight: 600;
  text-align: left;
  line-height: 22px;
}
.article-post .entry-footer .link-more {
  margin-bottom: 0;
}
.article-post .entry-footer .link-more > a {
  text-transform: uppercase;
}
.article-post .entry-footer .link-more > a:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 0.25rem;
  border-top: solid 1px currentColor;
  width: 2rem;
  color: inherit;
}
.article-post .entry-footer .meta-comment {
  margin-left: auto;
}
.article-post .entry-footer .meta-comment a {
  text-transform: uppercase;
  color: inherit;
}
.article-post .post-thumbnail {
  margin-bottom: 2rem;
}
.article-post .entry-title {
  font-size: 1.25rem;
  font-weight: 600;
  word-break: break-word;
}
.article-post .entry-title a {
  color: inherit;
}
.article-post .entry-meta {
  margin-bottom: 1.25rem;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}
.article-post .entry-meta a {
  color: inherit;
}
.article-post .entry-meta li {
  display: inline-block;
  margin-right: 15px;
}
.article-post .post-tags {
  font-size: 14px;
  font-weight: 400;
}
.article-post .post-tags a {
  display: inline-block;
  color: inherit;
}
.article-post .post-tags a + a {
  margin-left: 5px;
}
.article-post .post-tags label {
  font-weight: 600;
  margin: 0 10px 0 0;
}

#main-content .article-post:last-child {
  margin-bottom: 0;
}

body.page .article-post {
  margin-bottom: 0;
}

.entry-excerpt {
  margin-bottom: 1.25rem;
}
.entry-excerpt p {
  margin-bottom: 0;
}

.entry-content {
  margin-bottom: 1.5rem;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 2rem;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}
.entry-content > p:last-child,
.entry-content > ul:last-child {
  margin-bottom: 0;
}

.author-info-wrap {
  padding: 3rem 0 0;
  border-top: solid 1px;
  margin-top: 3rem;
}

.author-info-inner {
  display: -ms-flexbox;
  display: flex;
}

.author-info-avatar {
  width: 80px;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.author-info-avatar img {
  border-radius: 100%;
}

.author-info-content .name {
  font-size: 1rem;
}
.author-info-content .name a {
  color: inherit;
}
.site-search-results-not-found {
  text-align: center;
}
.site-search-results-not-found h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.site-search-results-not-found .search-form > label {
  display: none;
}

.comments-area {
  margin-top: 60px;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}

.comment-form a {
  color: inherit;
}
.comment-form textarea {
  width: 100%;
  display: block;
  height: 150px;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
  width: 100%;
}
.comment-form .comment-form-email,
.comment-form .comment-form-author {
  float: left;
  width: 50%;
}
.comment-form .comment-form-author {
  padding-right: 10px;
}
.comment-form .comment-form-email {
  padding-left: 10px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  position: relative;
  top: 2px;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
  margin: 0 0 0 5px;
}
.comment-form .mc4wp-checkbox-wp-comment-form input[type=checkbox] {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 575px) {
  .comment-form .comment-form-email,
.comment-form .comment-form-author {
    width: 100%;
    padding: 0;
  }
}

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

.comments-list-wrap {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.comment-list li.comment {
  margin-bottom: 1.5rem;
}
.comment-list > li.comment:last-child {
  margin-bottom: 0;
}
.comment-list li.comment + li.comment {
  padding-top: 1.5rem;
}
.comment-list .comment-content h1, .comment-list .comment-content h2, .comment-list .comment-content h3, .comment-list .comment-content h4, .comment-list .comment-content h5, .comment-list .comment-content h6 {
  margin-top: 2rem;
}
.comment-list .comment-content h1:first-child, .comment-list .comment-content h2:first-child, .comment-list .comment-content h3:first-child, .comment-list .comment-content h4:first-child, .comment-list .comment-content h5:first-child, .comment-list .comment-content h6:first-child {
  margin-top: 0;
}
.comment-list ul.children {
  list-style: none;
  padding-left: 0;
  margin-left: 75px;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.comment-list .comment-meta {
  margin-bottom: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comment-list .comment-meta .comment-author {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.comment-list .comment-meta .edit-link {
  margin-left: 1rem;
}
.comment-list .comment-reply-link {
  font-size: 0.6875rem;
}
.comment-list .comment-reply-link:before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  content: "";
  font-weight: 900;
  margin-right: 5px;
}
.comment-list li:not(.pingback):not(.trackback) .comment-body {
  position: relative;
  padding-left: 100px;
}
.comment-list li.pingback,
.comment-list li.trackback {
  margin-bottom: 0.5rem;
}
.comment-list li.pingback + .comment,
.comment-list li.trackback + .comment {
  margin-top: 1.5rem;
}
.comment-list .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  border-radius: 100%;
}
.comment-list .comment-author .fn,
.comment-list .comment-author .fn > a {
  font-weight: 600;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list li.comment > .comment-respond {
  margin-top: 2rem;
}
.comment-list li.comment > .comment-respond .comment-reply-title {
  margin-bottom: 1rem;
}
.comment-list .comment-reply-title small a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.5rem;
  text-transform: uppercase;
  background-color: #222;
  color: #fff;
  line-height: 1;
}
.comment-list .comment-metadata {
  font-size: 0.6875rem;
}
.comment-list .comment-metadata a {
  color: inherit;
}

.comments-pagination {
  margin-top: 2.5rem;
  text-align: right;
}

@media only screen and (max-width: 575px) {
  .comment-list ul.children {
    margin-left: 20px;
  }

  .comments-area {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  body.no-sidebar .comments-area {
    position: relative;
    padding: 60px 0;
    margin-bottom: -60px;
  }
  body.no-sidebar .comments-area:before {
    content: "";
    background-color: #fafafa;
    position: absolute;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    bottom: 0;
  }
  body.no-sidebar .comments-area .no-comments {
    position: relative;
  }
  body.no-sidebar .comments-list-wrap,
body.no-sidebar .comment-respond {
    position: relative;
  }
  body.no-sidebar .comment-form textarea {
    background-color: #fff;
  }
  body.no-sidebar .comment-form .comment-form-author input,
body.no-sidebar .comment-form .comment-form-email input,
body.no-sidebar .comment-form .comment-form-url input {
    background-color: #fff;
  }
}
.post-navigation {
  margin-bottom: 3rem;
}
.post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.post-navigation .nav-links a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.post-navigation .nav-links .nav-subtitle {
  display: block;
  text-transform: uppercase;
}
.post-navigation .nav-links > div {
  width: 47.5%;
  border: solid 1px;
  padding: 1.5rem;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.post-navigation .nav-links > div:hover .nav-subtitle {
  color: inherit;
}
.post-navigation .nav-links .nav-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-navigation .nav-previous {
  margin-right: auto;
}
.post-navigation .nav-next {
  margin-left: auto;
  text-align: right;
}

.single .post-navigation, .page .post-navigation {
  margin-bottom: 0;
}

ul.page-numbers {
  list-style: none;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
ul.page-numbers li {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
ul.page-numbers li:last-of-type {
  margin-right: 0;
}

.navigation.pagination {
  font-size: 0;
  position: relative;
  text-align: center;
}

.page-numbers:not(ul) {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  text-align: center;
  line-height: 35px;
  background-color: #fafafa;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers:not(ul).current, .page-numbers:not(ul):hover {
  color: #fff;
}
.page-numbers:not(ul).prev, .page-numbers:not(ul).next {
  font-size: 0;
}
.page-numbers:not(ul).prev:before, .page-numbers:not(ul).next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.page-numbers:not(ul).prev:before {
  content: "";
}

.page-links {
  float: left;
  width: 100%;
}
.page-links .page-links-title {
  text-transform: uppercase;
}
.page-links > .page-links-text,
.page-links > a {
  display: inline-block;
  margin-right: 0.25rem;
  padding: 0.25rem 0.625rem;
  border: solid 1px;
}
.page-links > .page-links-text {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-title {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .post-navigation .nav-links > div {
    padding: 1rem;
  }
}
ul.g5blog__post-meta {
  font-size: 0.75rem;
}
ul.g5blog__post-meta li {
  margin-right: 10px;
}
ul.g5blog__post-meta li:after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
ul.g5blog__post-meta li:last-child {
  margin-right: 0;
}
ul.g5blog__post-meta li:last-child:after {
  display: none;
}
ul.g5blog__post-meta li:not(.meta-like) i {
  display: none;
}
ul.g5blog__post-meta li.meta-view > div {
  display: inline-block;
}
ul.g5blog__post-meta li.meta-view > div .post-views-icon {
  display: none !important;
}

.g5blog__post-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.g5blog__post-large-image .g5blog__post-inner {
  padding-bottom: 64px;
  border-bottom: 1px solid;
}
.g5blog__post-large-image.sticky .g5blog__post-inner {
  background-color: #fafafa;
  border-bottom: none;
}

.g5blog__layout-large-image .g5blog__post-default {
  padding-bottom: 4.375rem;
}
.g5blog__layout-large-image .g5blog__post-default:not(.has-post-thumbnail) {
  margin-top: -4px;
}
.g5blog__layout-large-image .g5blog__post-default:last-child {
  padding-bottom: 0;
}
.g5blog__layout-large-image .g5core__paging {
  margin-top: 70px;
}

@media (min-width: 992px) {
  body.no-sidebar .g5blog__layout-large-image {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .g5blog__post-medium-image .g5blog__post-featured {
    width: 300px;
    margin-right: 70px;
  }
  .g5blog__post-medium-image .g5core__entry-thumbnail {
    -webkit-box-shadow: 0 23px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 23px 40px 0 rgba(0, 0, 0, 0.2);
  }
}
.g5blog__post-medium-image .g5blog__post-title {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.g5blog__post-medium-image .g5blog__post-meta + .g5blog__post-excerpt {
  margin-top: 0.6875rem;
}
.g5blog__post-medium-image .g5blog__post-inner {
  padding-bottom: 4.375rem;
  border-bottom: 1px solid;
  -ms-flex-align: center;
  align-items: center;
}

.g5blog__layout-medium-image .g5blog__post-default {
  padding-bottom: 4.375rem;
}

@media (min-width: 992px) {
  body.no-sidebar .g5blog__layout-medium-image {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
.g5blog__post-grid .g5blog__post-title {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.g5blog__post-grid .g5blog__post-featured {
  margin-bottom: 1.625rem;
}
.g5blog__post-grid .g5blog__post-meta + .g5blog__post-excerpt {
  margin-top: 0.6875rem;
}
.g5blog__post-grid.sticky .g5blog__post-inner {
  background-color: #fafafa;
}

.g5blog__layout-masonry .g5core__gutter-10 > .g5core__gutter-item,
.g5blog__layout-grid .g5core__gutter-10 > .g5core__gutter-item {
  padding-bottom: 60px;
}
.g5blog__layout-masonry .g5core__gutter-20 > .g5core__gutter-item,
.g5blog__layout-grid .g5core__gutter-20 > .g5core__gutter-item {
  padding-bottom: 70px;
}
.g5blog__layout-masonry .g5core__gutter-30 > .g5core__gutter-item,
.g5blog__layout-grid .g5core__gutter-30 > .g5core__gutter-item {
  padding-bottom: 80px;
}
.g5blog__layout-masonry .g5core__gutter-40 > .g5core__gutter-item,
.g5blog__layout-grid .g5core__gutter-40 > .g5core__gutter-item {
  padding-bottom: 90px;
}

.g5blog__post-widget .g5blog__post-featured {
  width: 75px;
  margin-right: 25px;
}
.g5blog__post-widget .g5blog__post-title {
  font-size: 0.8125rem;
  font-weight: 600;
}
.g5blog__post-widget .g5blog__post-inner {
  -ms-flex-align: center;
  align-items: center;
}

.g5blog__single-title {
  font-size: 2.25rem;
  font-weight: 600;
}

.g5blog__block-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2.625rem;
  text-align: left;
}

.g5blog__single-related-wrap {
  margin-top: 6rem;
}
.g5blog__single-related-wrap .g5blog__post-grid .g5blog__post-title {
  margin-bottom: 0;
}
.g5blog__single-related-wrap .g5blog__post-grid .g5blog__post-excerpt {
  display: none;
}

.g5blog__single-meta-tag label {
  margin: 0 15px 0 0;
}

.g5blog__single-meta-bottom {
  border-top: 1px solid;
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-1 .g5blog__single-breadcrumbs .container {
    max-width: 640.0000032px;
  }
}
@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-2 .g5blog__single-breadcrumbs .container {
    max-width: 640.0000032px;
  }
}
@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-3 .g5blog__single-breadcrumbs .container {
    max-width: 640.0000032px;
  }
}
@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-4 .g5blog__single-breadcrumbs .container {
    max-width: 640.0000032px;
  }
}
@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-5 .g5blog__single-breadcrumbs .container {
    max-width: 640.0000032px;
  }
}
body.no-sidebar .g5blog__single-featured-full > .container {
  max-width: 640.0000032px;
}

.g5blog__single {
  border-bottom: 1px solid;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget {
  position: relative;
  margin-bottom: 60px;
}
.widget .screen-reader-text {
  display: none;
}
.widget .widget-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.widget .widget-title a {
  color: inherit;
}
.widget .widget-title img {
  display: inline-block;
}

.widget_product_search label,
.widget_search label {
  display: none;
}
.widget_product_search form,
.widget_search form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.widget_product_search button,
.widget_search button {
  position: absolute;
  right: 0;
  background: transparent !important;
  color: inherit;
  border: 0;
  font-size: 0;
}
.widget_product_search button:before,
.widget_search button:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
.widget_product_search button > span,
.widget_search button > span {
  display: none;
}
.widget_product_search input,
.widget_search input {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.widget_rss ul .children,
.widget_recent_entries ul .children,
.widget_recent_comments ul .children,
.widget_meta ul .children {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li {
  padding: 0.5rem 0;
  line-height: 20px;
  margin-bottom: 0;
}
.widget_rss ul a,
.widget_recent_entries ul a,
.widget_recent_comments ul a,
.widget_meta ul a {
  color: inherit;
}
.widget_meta ul li,
.widget_recent_comments ul li.recentcomments,
.widget_recent_entries ul li {
  padding-left: 20px;
  position: relative;
}
.widget_meta ul li:before,
.widget_recent_comments ul li.recentcomments:before,
.widget_recent_entries ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.widget_archive select,
.widget_categories select,
.widget_product_categories select {
  width: 100%;
  max-width: 100%;
}

/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
ul.g5shop__price-filter,
ul.g5shop__product-sorting,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.g5shop__price-filter ul.children,
ul.g5shop__price-filter ul.sub-menu,
ul.g5shop__product-sorting ul.children,
ul.g5shop__product-sorting ul.sub-menu,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list ul.children,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list ul.sub-menu,
.widget_archive ul ul.children,
.widget_archive ul ul.sub-menu,
.widget_categories ul ul.children,
.widget_categories ul ul.sub-menu,
.widget_nav_menu ul ul.children,
.widget_nav_menu ul ul.sub-menu,
.widget_pages ul ul.children,
.widget_pages ul ul.sub-menu,
.widget_product_categories ul ul.children,
.widget_product_categories ul ul.sub-menu {
  list-style: none;
  padding: 0 0 0 1.25rem;
  margin: 0;
}
ul.g5shop__price-filter li,
ul.g5shop__product-sorting li,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_product_categories ul li {
  position: relative;
}
ul.g5shop__price-filter li > a,
ul.g5shop__product-sorting li > a,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li > a,
.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_nav_menu ul li > a,
.widget_pages ul li > a,
.widget_product_categories ul li > a {
  color: inherit;
  display: block;
  padding: 0.5rem 0 0.5rem 1.25rem;
  position: relative;
  line-height: 20px;
  min-height: 36px;
}
ul.g5shop__price-filter li > a:before,
ul.g5shop__product-sorting li > a:before,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li > a:before,
.widget_archive ul li > a:before,
.widget_categories ul li > a:before,
.widget_nav_menu ul li > a:before,
.widget_pages ul li > a:before,
.widget_product_categories ul li > a:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
ul.g5shop__price-filter .current_page_ancestor > ul,
ul.g5shop__price-filter .current_page_parent > ul,
ul.g5shop__price-filter .current-cat-parent > ul,
ul.g5shop__price-filter .current-cat-ancestor > ul,
ul.g5shop__product-sorting .current_page_ancestor > ul,
ul.g5shop__product-sorting .current_page_parent > ul,
ul.g5shop__product-sorting .current-cat-parent > ul,
ul.g5shop__product-sorting .current-cat-ancestor > ul,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .current_page_ancestor > ul,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .current_page_parent > ul,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .current-cat-parent > ul,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .current-cat-ancestor > ul,
.widget_archive ul .current_page_ancestor > ul,
.widget_archive ul .current_page_parent > ul,
.widget_archive ul .current-cat-parent > ul,
.widget_archive ul .current-cat-ancestor > ul,
.widget_categories ul .current_page_ancestor > ul,
.widget_categories ul .current_page_parent > ul,
.widget_categories ul .current-cat-parent > ul,
.widget_categories ul .current-cat-ancestor > ul,
.widget_nav_menu ul .current_page_ancestor > ul,
.widget_nav_menu ul .current_page_parent > ul,
.widget_nav_menu ul .current-cat-parent > ul,
.widget_nav_menu ul .current-cat-ancestor > ul,
.widget_pages ul .current_page_ancestor > ul,
.widget_pages ul .current_page_parent > ul,
.widget_pages ul .current-cat-parent > ul,
.widget_pages ul .current-cat-ancestor > ul,
.widget_product_categories ul .current_page_ancestor > ul,
.widget_product_categories ul .current_page_parent > ul,
.widget_product_categories ul .current-cat-parent > ul,
.widget_product_categories ul .current-cat-ancestor > ul {
  display: block;
}
.widget_rss ul .rsswidget {
  display: block;
  font-weight: 700;
}
.widget_rss ul .rss-date {
  font-style: italic;
  font-size: 0.75rem;
  margin: 0.375rem 0;
  display: block;
}

.widget_tag_cloud .wp-tag-cloud {
  list-style: none;
  padding: 0;
  font-size: 0;
}
.widget_tag_cloud .wp-tag-cloud li {
  margin: 0;
  display: inline-block;
}

.tagcloud a {
  border: 1px solid;
  color: inherit;
  font-size: 0.625rem !important;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:hover {
  border-color: currentColor;
}

.widget_calendar table {
  margin-bottom: 0;
}
.widget_calendar caption {
  caption-side: top;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: solid 1px;
  text-transform: uppercase;
  text-align: center;
}
.widget_calendar td, .widget_calendar th {
  padding: 0.3rem;
}
.widget_calendar thead td, .widget_calendar thead th, .widget_calendar tbody td, .widget_calendar tbody th {
  text-align: center;
}
.widget_calendar tfoot td, .widget_calendar tfoot th {
  border: none;
}
.widget_calendar tfoot #next {
  text-align: right;
}

.product-categories .count,
.woocommerce-widget-layered-nav-list .count,
.ossj9s8s8-categories__post-count,
.cat-count {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  font-size: 0.6875rem;
  background-color: #bbb;
  color: #fff;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.content-404-wrapper {
  text-align: center;
  margin: 53px 0 80px;
}
.content-404-wrapper h2 {
  font-size: 10rem;
  margin-bottom: 0;
  color: #dfdfdf;
  line-height: 1.1;
}
.content-404-wrapper .page-main-title {
  color: #1b1b1b;
  font-size: 26px;
  line-height: 60px;
  word-spacing: 4px;
}
.content-404-wrapper p {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .content-404-wrapper h2 {
    font-size: 6rem;
    line-height: 1;
  }
  .content-404-wrapper .page-main-title {
    font-size: 22px;
    line-height: 30px;
  }
}
/*--------------------------------------------------------------
## Helper
--------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: bottom;
}

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

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

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fnone {
  float: none !important;
}

.g5core__listing-blocks {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slick-slider:not(.slick-slider-rows) .g5core__listing-blocks {
  width: auto !important;
}

.g5core__gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.g5core__gutter-0 > .g5core__gutter-item {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0 !important;
}
.g5core__gutter-0 .g5core__modern-grid-col {
  padding-left: 0;
  padding-right: 0;
}
.g5core__gutter-0 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 0;
}
.g5core__gutter-0 .slick-slide > div {
  padding: 0;
}

.g5core__gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.g5core__gutter-10 > .g5core__gutter-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.g5core__gutter-10 .g5core__modern-grid-col {
  padding-left: 5px;
  padding-right: 5px;
}
.g5core__gutter-10 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 10px;
}
.g5core__gutter-10 .slick-slide > div {
  padding: 0 5px;
}

.g5core__gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.g5core__gutter-20 > .g5core__gutter-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.g5core__gutter-20 .g5core__modern-grid-col {
  padding-left: 10px;
  padding-right: 10px;
}
.g5core__gutter-20 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 20px;
}
.g5core__gutter-20 .slick-slide > div {
  padding: 0 10px;
}

.g5core__gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.g5core__gutter-30 > .g5core__gutter-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.g5core__gutter-30 .g5core__modern-grid-col {
  padding-left: 15px;
  padding-right: 15px;
}
.g5core__gutter-30 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 30px;
}
.g5core__gutter-30 .slick-slide > div {
  padding: 0 15px;
}

.g5core__gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.g5core__gutter-40 > .g5core__gutter-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.g5core__gutter-40 .g5core__modern-grid-col {
  padding-left: 20px;
  padding-right: 20px;
}
.g5core__gutter-40 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 40px;
}
.g5core__gutter-40 .slick-slide > div {
  padding: 0 20px;
}

.slick-slider-rows {
  margin: 0;
}
.slick-slider-rows .slick-slide > div {
  padding: 0;
}
.slick-slider-rows .g5core__listing-blocks {
  margin-left: 0;
  margin-right: 0;
}
.slick-slider-rows .g5core__modern-grid-col > .g5core__gutter-item {
  padding-left: 0;
  padding-right: 0;
}

.g5core__gutter-slider-rows-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.g5core__gutter-slider-rows-10 .g5core__gutter-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.g5core__gutter-slider-rows-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.g5core__gutter-slider-rows-20 .g5core__gutter-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.g5core__gutter-slider-rows-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.g5core__gutter-slider-rows-30 .g5core__gutter-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.g5core__gutter-slider-rows-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.g5core__gutter-slider-rows-40 .g5core__gutter-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Extends css
--------------------------------------------------------------*/
.entry-content:after, .comment-form:after, .widget:after {
  content: "";
  display: block;
  clear: both;
}

.font-body,
body,
.gel-testimonial-bio-24 .gel-testimonial-name {
  font-family: "Arimo";
}

.font-primary,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote p,
blockquote cite,
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],
textarea,
select,
.btn,
button,
input[type=button],
input[type=reset],
input[type=submit],
.gel-tab .vc_tta-tab > a,
.pricing-price-duration,
.gel-testimonial-bio-24 .gel-testimonial-bio,
.gel-countdown,
.gel-mailchimp .btn-rounded,
.site-branding,
.page-main-title,
.ossj9s8s8-quote cite,
.ossj9s8s8-quote footer,
.ossj9s8s8-quote__citation,
.ossj9s8s8-tag-cloud a,
p.has-drop-cap:not(:focus)::first-letter,
.article-post .post-tags label,
.comment-list .comment-author .fn,
.comment-list .comment-author .fn > a,
.tagcloud a {
  font-family: "Poppins";
}

.text-color,
body,
.testimonial-job-color-99 .gel-testimonial-job,
.gel-testimonial-name-14 .gel-testimonial-bio,
.gel-our-team .gel-our-team-social,
.menu-horizontal .menu-item > a:hover,
.menu-horizontal .menu-item > a:focus,
.menu-horizontal .menu-current > a,
.menu-horizontal .current-menu-parent > a,
.menu-horizontal .current-menu-ancestor > a,
.menu-horizontal .current-menu-item > a,
.gel-footer-hover-color a,
.ossj9s8s8-image figcaption {
  color: #999999;
}

.text-border-color,
.gel-footer-border .gel-list-style-03 ul li:not(:last-child) {
  border-color: #999999;
}

.text-bg-color,
ul.g5blog__post-meta li:after {
  background-color: #999999;
}

.accent-text-color,
.gel-pricing-style-1 .pricing-name,
.gel-pricing-style-2 .pricing-name,
.gel-pricing-style-3 .pricing-name,
.gel-testimonial .author-attr h4 > a:hover,
.gel-heading-title mark,
.gel-heading-subtitle,
.title-view-demo a:hover,
.gel-icon-box .title > a:hover,
.gel-video-classic .view-video:hover,
.gel-our-team .gel-our-team-name > a:hover,
.g5core__single-breadcrumbs .breadcrumb-leaf,
.g5core__single-breadcrumbs > li:hover,
.g5core__social-share li:hover,
.ossj9s8s8-button.is-style-outline .ossj9s8s8-button__link:not(.has-text-color),
.article-post .entry-footer .link-more > a:hover,
.article-post .entry-footer .meta-comment a:hover,
.article-post .entry-title a:hover,
.article-post .entry-meta a:hover,
.comment-list .comment-reply-link:hover,
ul.g5blog__post-meta li:hover,
.g5blog__post-title:hover {
  color: #485cc7;
}

.accent-bg-color,
.pricing-featured-text,
.gel-pricing-progress.pri-progress-50 .pricing-wrap-top,
.gel-heading-separate,
.gel-wpcf7.style2 .wpcf7-submit,
.gel-wpcf7.style3 .wpcf7-submit,
.g5core-back-to-top:focus,
.g5core-back-to-top:hover,
.g5core__paging.next-prev > a:not(.disable):hover,
.post-navigation .nav-links > div:hover,
.page-links > .page-links-text {
  background-color: #485cc7;
}

.accent-border-color,
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,
textarea:focus,
select:focus,
.gel-wpcf7.input-bg-transparent input:not(.btn):focus,
.gel-wpcf7.input-bg-transparent input:not(.btn):active,
.gel-wpcf7.style2 .wpcf7-submit,
.gel-wpcf7.style3 .wpcf7-submit,
.g5core__paging.next-prev > a:not(.disable):hover,
.ossj9s8s8-button.is-style-outline .ossj9s8s8-button__link:hover,
.post-navigation .nav-links > div:hover,
.page-links > .page-links-text {
  border-color: #485cc7;
}

.accent-foreground-color,
.pricing-featured-text span,
.gel-pricing-progress.pri-progress-50 .pricing-name,
.gel-pricing-progress.pri-progress-50 .pricing-price-number,
.gel-pricing-progress.pri-progress-50 .pricing-price-currency,
.gel-pricing-progress.pri-progress-50 .pricing-price-duration,
.countdown-layout-landing .gel-counter-suffix,
.g5core-logo-site .g5core-site-branding,
.gel-footer-hover-color a:hover,
.g5core-back-to-top:focus,
.g5core-back-to-top:hover,
.g5core__paging.next-prev > a:not(.disable):hover,
.ossj9s8s8-button.is-style-outline .ossj9s8s8-button__link:hover,
.post-navigation .nav-links > div:hover {
  color: #fff;
}

.accent-foreground-border-color {
  border-color: #fff;
}

.accent-foreground-bg-color,
.g5core-logo-site .g5core-site-branding {
  background-color: #fff;
}

.disabled-color {
  color: #ccc;
}

.caption-color,
.g5core__paging.next-prev > a,
.g5core__single-breadcrumbs,
.blocks-gallery-caption {
  color: #ababab;
}

.border-color,
hr,
blockquote,
table th,
table td,
table thead th,
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],
textarea,
select,
.pricing-button .btn-outline,
.gel-pricing-progress,
.gel-pricing-line,
.gel-image-box-style-custom .gel-image-box .content-box,
.site-header .search-form-wrapper .search-form,
.g5core__paging.next-prev > a,
.g5core__cate-filer,
.ossj9s8s8-table th,
.ossj9s8s8-table td,
.ossj9s8s8-quote:not(.is-large):not(.is-style-large),
ul.ossj9s8s8-latest-posts.is-grid li,
.ossj9s8s8-tag-cloud a,
.author-info-wrap,
.comments-list-wrap,
.post-navigation .nav-links > div,
.page-links > .page-links-text,
.page-links > a,
.g5blog__post-large-image .g5blog__post-inner,
.g5blog__post-medium-image .g5blog__post-inner,
.g5blog__single-meta-bottom,
.g5blog__single,
.tagcloud a,
.widget_calendar caption {
  border-color: #ececec;
}

.heading-color,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote p,
.gel-countdown .gel-countdown-value,
.gel-heading,
.gel-our-team .gel-our-team-social:hover,
.site-branding-text .site-title a,
.gel-footer-hover-color.dark a:hover,
.page-main-title,
.slick-dots li.slick-active,
.slick-dots li:hover,
.slick-arrow:active,
.slick-dots li:active,
.slick-arrow:focus,
.slick-dots li:focus,
.g5core__cate-filer li:hover,
.g5core__cate-filer li:active,
.g5core__cate-filer li.active,
.g5core__single-breadcrumbs .page-main-title,
.ossj9s8s8-archives li > a:hover,
.ossj9s8s8-categories li > a:hover,
.ossj9s8s8-archives .current-cat > a,
.ossj9s8s8-categories .current-cat > a,
.ossj9s8s8-latest-posts a:hover,
.ossj9s8s8-latest-comments a:hover,
.ossj9s8s8-tag-cloud a,
.ossj9s8s8-tag-cloud a:hover,
p.has-drop-cap:not(:focus)::first-letter,
.article-post .entry-footer .link-more > a,
.article-post .post-tags a:hover,
.article-post .post-tags label,
.comment-form .logged-in-as a:hover,
.comment-list .comment-reply-link,
.comment-list .comment-author .fn,
.comment-list .comment-author .fn > a,
.post-navigation .nav-links .nav-subtitle,
.page-numbers:not(ul),
.widget_product_search button:before,
.widget_search button:before,
.widget_rss ul a:hover,
.widget_recent_entries ul a:hover,
.widget_recent_comments ul a:hover,
.widget_meta ul a:hover,
ul.g5shop__price-filter li > a:hover,
ul.g5shop__product-sorting li > a:hover,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li > a:hover,
.widget_archive ul li > a:hover,
.widget_categories ul li > a:hover,
.widget_nav_menu ul li > a:hover,
.widget_pages ul li > a:hover,
.widget_product_categories ul li > a:hover,
ul.g5shop__price-filter .current-cat > a,
ul.g5shop__product-sorting .current-cat > a,
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .current-cat > a,
.widget_archive ul .current-cat > a,
.widget_categories ul .current-cat > a,
.widget_nav_menu ul .current-cat > a,
.widget_pages ul .current-cat > a,
.widget_product_categories ul .current-cat > a,
.tagcloud a,
.tagcloud a:hover {
  color: #1b1b1b;
}

.heading-bg-color,
.page-numbers:not(ul).current,
.page-numbers:not(ul):hover {
  background-color: #1b1b1b;
}

.heading-border-color {
  border-color: #1b1b1b;
}

.primary-color {
  color: #d64c35;
}

.secondary-color {
  color: #00c389;
}

.dark-color,
.gel-pricing-progress .pricing-feature,
.gel-pricing-style-1 .pricing-price-number,
.gel-pricing-style-1 .pricing-price-currency,
.gel-pricing-style-2 .pricing-price-number,
.gel-pricing-style-2 .pricing-price-currency,
.gel-pricing-style-3 .pricing-price-number,
.gel-pricing-style-3 .pricing-price-currency,
.gel-pricing-style-3 .pricing-name,
.gel-pricing-style-5 .pricing-price-number,
.gel-pricing-style-5 .pricing-price-currency,
.gel-testimonial-bio-18 .gel-testimonial-job,
.site-header {
  color: #1b1b1b;
}

.gray-color,
blockquote cite,
caption,
.page-sub-title,
.ossj9s8s8-quote cite,
.ossj9s8s8-quote footer,
.ossj9s8s8-quote__citation,
.author-info-content .desc {
  color: #aaaaaa;
}

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