@charset "UTF-8";
/*
Theme Name: TheTis
Theme URI: https://thetis.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Building & Construction Wordpress Theme
Version: 1.0.1

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: thetis
Domain Path: /languages/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variable
# Typography
# Elements
# Layout
# Header
# Footer
# Page title
# WP core
# WP block
# Blog
# Widgets
# 404
# Helper
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  text-align: left;
  overflow-x: hidden;
}

[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: 48px;
}

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

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

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

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

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

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 8px;
  padding-left: 60px;
}
blockquote p {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
blockquote cite {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-top: 20px;
  display: block;
}
blockquote a {
  color: inherit;
}

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: #f6663f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #f88d70;
  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;
  color: #898989;
  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: #f6663f;
  color: #fff;
}

::selection {
  background-color: #f6663f;
  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 30px;
  height: 50px;
  line-height: 48px;
  border: solid 1px #f1f8fc;
  color: #000000;
  background-color: #f1f8fc;
  max-width: 100%;
  border-radius: 30px;
}
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: #858a95;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type]::-moz-placeholder {
  color: #858a95;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type]:-ms-input-placeholder {
  color: #858a95;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type]::-webkit-input-placeholder {
  color: #858a95;
}

textarea {
  padding-top: 15px;
  padding-left: 25px;
  height: auto;
  line-height: 1.6;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #f6663f 50%), linear-gradient(135deg, #f6663f 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(20px), calc(100% - 15px) calc(20px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat !important;
}

.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: 700;
  border: solid 2px transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 5em;
  color: #fff;
  background-color: #f6663f;
  border-color: #f6663f;
  -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: #f4491a;
  border-color: #f43f0e;
}
.btn.btn-outline,
button.btn-outline,
input[type=button].btn-outline,
input[type=reset].btn-outline,
input[type=submit].btn-outline {
  color: #000;
}
.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: #f6663f;
  color: #fff;
  border-color: #f6663f;
}
.btn.btn-link,
button.btn-link,
input[type=button].btn-link,
input[type=reset].btn-link,
input[type=submit].btn-link {
  color: #f6663f;
}
.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.8125rem;
  height: 2.5rem;
  line-height: 2.375rem;
  padding: 0 1.5625rem;
}
.btn.btn-md {
  font-size: 0.875rem;
  height: 3.125rem;
  line-height: 3rem;
  padding: 0 1.875rem;
}
.btn.btn-lg {
  font-size: 0.875rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  padding: 0 1.875rem;
}
.btn.btn-xl {
  font-size: 0.875rem;
  height: 3.75rem;
  line-height: 3.625rem;
  padding: 0 1.875rem;
}
.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: #f6663f;
  border-color: #f6663f;
}
.btn.btn-accent:focus, .btn.btn-accent:hover, .btn.btn-accent:active {
  color: #fff;
  background-color: #f4491a;
  border-color: #f43f0e;
}
.btn.btn-accent.btn-outline {
  color: #000;
}
.btn.btn-accent.btn-outline:focus, .btn.btn-accent.btn-outline:hover, .btn.btn-accent.btn-outline:active {
  background-color: #f6663f;
  color: #fff;
  border-color: #f6663f;
}
.btn.btn-accent.btn-link {
  color: #f6663f;
}
.btn.btn-primary {
  color: #fff;
  background-color: #ed2151;
  border-color: #ed2151;
}
.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
  color: #fff;
  background-color: #d61140;
  border-color: #cb103c;
}
.btn.btn-primary.btn-outline {
  color: #000;
}
.btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:active {
  background-color: #ed2151;
  color: #fff;
  border-color: #ed2151;
}
.btn.btn-primary.btn-link {
  color: #ed2151;
}
.btn.btn-secondary {
  color: #fff;
  background-color: #331d7f;
  border-color: #331d7f;
}
.btn.btn-secondary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active {
  color: #fff;
  background-color: #261660;
  border-color: #221455;
}
.btn.btn-secondary.btn-outline {
  color: #000;
}
.btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:active {
  background-color: #331d7f;
  color: #fff;
  border-color: #331d7f;
}
.btn.btn-secondary.btn-link {
  color: #331d7f;
}
.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: #000;
}
.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: #222;
  border-color: #222;
}
.btn.btn-dark:focus, .btn.btn-dark:hover, .btn.btn-dark:active {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
}
.btn.btn-dark.btn-outline {
  color: #000;
}
.btn.btn-dark.btn-outline:focus, .btn.btn-dark.btn-outline:hover, .btn.btn-dark.btn-outline:active {
  background-color: #222;
  color: #fff;
  border-color: #222;
}
.btn.btn-dark.btn-link {
  color: #222;
}
.btn.btn-gray {
  color: #fff;
  background-color: #898989;
  border-color: #898989;
}
.btn.btn-gray:focus, .btn.btn-gray:hover, .btn.btn-gray:active {
  color: #fff;
  background-color: #767676;
  border-color: #707070;
}
.btn.btn-gray.btn-outline {
  color: #000;
}
.btn.btn-gray.btn-outline:focus, .btn.btn-gray.btn-outline:hover, .btn.btn-gray.btn-outline:active {
  background-color: #898989;
  color: #fff;
  border-color: #898989;
}
.btn.btn-gray.btn-link {
  color: #898989;
}
.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: #000;
}
.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-white.btn-outline {
  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;
  border-radius: 0;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
  -webkit-box-shadow: inset 0 -1px 0 currentColor;
  box-shadow: inset 0 -1px 0 currentColor;
}

/*--------------------------------------------------------------
## 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);
}

@media (min-width: 992px) {
  .custom-width-md-95 .vc_column-inner {
    padding-left: calc(2.5% + 15px) !important;
    padding-right: calc(2.5% + 15px) !important;
  }
}
.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;
}

.bg-gradient {
  background: linear-gradient(330deg, #f6663f 0%, #ed2151);
}

@media (min-width: 1200px) {
  .pdl-xl-70 {
    padding-left: 70px;
  }

  .pdr-xl-70 {
    padding-right: 70px;
  }
}
@media (max-width: 1199px) {
  div.col-lg-pd-left-15 > .vc_column-inner {
    padding-left: 15px !important;
  }

  div.col-lg-pd-left-right-15 > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

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

  div.lg-pd-left-15 {
    padding-left: 15px !important;
  }

  div.lg-pd-right-15 {
    padding-right: 15px !important;
  }
}
.custom-width-border {
  width: calc(100% + 58px);
  width: -moz-calc(100% + 58px);
  width: -webkit-calc(100% + 58px);
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 40px 20px rgba(113, 131, 146, 0.19);
  box-shadow: 1px 1px 40px 20px rgba(113, 131, 146, 0.19);
}

.custom-title-404 h1 {
  font-size: 60px;
  font-weight: 800;
}

@media (min-width: 1200px) {
  .custom-services-top > .vc_column-inner {
    position: absolute;
    top: -219px;
    z-index: 2;
  }
}
.gel-heading-subtitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.gel-heading-title {
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

.gel-heading-description {
  margin-bottom: 0;
  margin-top: 22px;
}

.gel-heading.has-line-separator .gel-heading-description {
  padding-top: 11px;
}

.gel-heading-separate {
  width: 50px;
  margin-top: 5px;
}

.gel-heading-custom .gel-heading-separate {
  position: absolute;
  margin-top: -25px;
  left: 0;
  height: 23px;
  width: 11px;
  border-radius: 30px;
}
.gel-heading-custom .gel-heading-title {
  font-size: 24px;
  letter-spacing: -0.05em;
}
.gel-heading-custom.has-line-separator {
  position: relative;
  padding-left: 52px;
}
.gel-heading-custom.has-line-separator .gel-heading-description {
  padding-top: 0;
}
.gel-heading-custom .gel-heading-description {
  letter-spacing: -0.025em;
  margin-top: 15px;
}

.heading-coming-soon .gel-heading-description {
  margin-top: 25px;
}

.custom-heading-landing-page .gel-heading-subtitle {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h2.gel-heading-title {
    font-size: 34px;
  }
}
div.gel-icon-box {
  letter-spacing: -0.05em;
}
div.gel-icon-box > h4.title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.gel-icon-box-size-lg i {
  font-size: 5.7rem;
}

.gel-icon-box-style-04 .title {
  margin-bottom: 9px;
}
.gel-icon-box-style-04.shape-default.gel-icon-box:hover {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.gel-icon-box-style-04.shape-default.gel-icon-box:hover .icon i svg {
  -webkit-animation: icon-zoom 600ms ease-in-out 0ms;
  animation: icon-zoom 600ms ease-in-out 0ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.gel-icon-box-style-08.gel-icon-box .icon {
  margin-top: 50px;
  line-height: 1;
}
.gel-icon-box-style-08 .title {
  margin-bottom: 9px;
}
.gel-icon-box-style-08 .description {
  min-height: 75px;
}
.gel-icon-box-style-08 .btn-box {
  margin-top: 18px;
}
.gel-icon-box-style-08 .btn-box .btn.btn-link {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.05rem;
}
.gel-icon-box-style-08 .btn-box .btn.btn-link:after {
  margin-left: 15px;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.gel-icon-box-style-08 .btn-box .btn.btn-link:hover, .gel-icon-box-style-08 .btn-box .btn.btn-link:active {
  border-bottom: none !important;
  box-shadow: none;
}

.gel-icon-box-style-04 .icon, .gel-icon-box-style-05 .icon {
  -ms-flex: 0 0 8.5rem;
  flex: 0 0 8.5rem;
  line-height: 0;
}

.icon-box-core-value .gel-icon-box-style-04 .icon, .icon-box-core-value .gel-icon-box-style-05 .icon {
  -ms-flex: 0 0 7.3rem;
  flex: 0 0 7.3rem;
}

.white-text-color .gel-icon-box h4.title {
  color: inherit;
}
.white-text-color .gel-icon-box .btn-box .btn-link {
  color: inherit !important;
}
.white-text-color .gel-icon-box .btn-box .btn-link:after, .white-text-color .gel-icon-box .btn-box .btn-link:hover {
  color: inherit !important;
}

.icon-box-border .gel-icon-box, .icon-box-hover-bg .gel-icon-box, .icon-box-hover-line-bt .gel-icon-box {
  padding: 35px 30px 30px 30px;
  position: relative;
}

@media (min-width: 992px) {
  .icon-box-border {
    margin: 0;
  }
  .icon-box-border .vc_column-inner {
    padding: 0;
  }
  .icon-box-border .gel-icon-box {
    margin-left: -2px;
  }
  .icon-box-border .gel-icon-box:hover {
    z-index: 1;
  }
  .icon-box-border .wpb_column:first-child .gel-icon-box {
    margin-left: 0;
  }
}
.icon-box-border .gel-icon-box {
  border: 2px solid;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.icon-box-border .gel-icon-box:hover {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.icon-box-border .gel-icon-box:hover .icon i svg {
  -webkit-animation: icon-updown 600ms ease-in-out 0ms;
  animation: icon-updown 600ms ease-in-out 0ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.icon-box-hover-bg .gel-icon-box {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid;
}
.icon-box-hover-bg .gel-icon-box:hover {
  color: #fff;
  background: linear-gradient(300deg, #f6663f 0%, #ed2151);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.icon-box-hover-bg .gel-icon-box:hover h4.title, .icon-box-hover-bg .gel-icon-box:hover .description, .icon-box-hover-bg .gel-icon-box:hover .icon i {
  color: inherit !important;
}
.icon-box-hover-bg .gel-icon-box:hover .btn-box .btn.btn-link {
  color: inherit;
}
.icon-box-hover-bg .gel-icon-box:hover .btn-box .btn.btn-link:after {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: inherit;
}
.icon-box-hover-bg .gel-icon-box:hover h4.title, .icon-box-hover-bg .gel-icon-box:hover .description, .icon-box-hover-bg .gel-icon-box:hover .icon i, .icon-box-hover-bg .gel-icon-box:hover .btn-box .btn.btn-link {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.icon-box-hover-line-bt .gel-icon-box {
  border: 1px solid;
}
.icon-box-hover-line-bt .gel-icon-box .icon {
  margin-top: 46px;
}
.icon-box-hover-line-bt .gel-icon-box:after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  height: 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.icon-box-hover-line-bt .gel-icon-box:hover:after {
  width: 100%;
}

.custom-border-icon-box .gel-icon-box, .icon-box-hover-line-bt .gel-icon-box {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.custom-icon-box-landing .gel-icon-box .description {
  max-width: 230px;
}
.custom-icon-box-landing .gel-icon-box .icon {
  margin-bottom: 12px;
}

@keyframes icon-updown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes icon-zoom {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.gel-counter {
  font-size: 60px;
  font-weight: 700;
}

.clients-grid {
  overflow: hidden;
  border: 1px solid;
  margin: 0;
}
.clients-grid .wpb_column {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}
.clients-grid .wpb_column:before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid;
}
.clients-grid .wpb_column:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid;
}

.border-client .wpb_wrapper {
  padding-top: 23px;
  padding-bottom: 23px;
  border: 1px solid;
}

.heading-client-logo .gel-heading-description {
  margin-top: 8px;
}

.gel-video-md .view-video {
  height: 80px;
  width: 80px;
}

.gel-video {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.gel-video-text {
  padding-left: 0;
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-top: 30px;
  text-transform: uppercase;
}

.custom-video-top.vc_row {
  position: relative;
  margin-top: -388px;
  margin-left: 0;
  margin-right: 0;
}
.custom-video-top .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.custom-video-mg {
  margin: 7.5px;
}

@media (min-width: 768px) {
  .custom-video-mg {
    margin-top: -380.5px;
  }
}
.gel-social-icons .si-shape a {
  width: 45px;
  height: 45px;
}

.gel-social-icons .list-si li + li {
  margin-left: 30px;
}

.gel-social-icons .si-circle li + li,
.gel-social-icons .si-square li + li {
  margin-left: 15px;
}

.wpcf7-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.thetis-contact .item-contact {
  padding: 10px 15px;
}
.thetis-contact .item-contact select, .thetis-contact .item-contact input[type=text],
.thetis-contact .item-contact input[type=tel],
.thetis-contact .item-contact input[type=email], .thetis-contact .item-contact textarea {
  width: 100%;
}
.thetis-contact .item-contact textarea {
  height: 140px;
}
.thetis-contact .wpcf7-not-valid {
  border-color: #ed2151 !important;
}
.thetis-contact .submit {
  margin-top: 30px;
}
.thetis-contact .submit input[type=submit] {
  max-width: 190px;
  width: 100%;
}
.thetis-contact .wpcf7-not-valid-tip {
  display: none;
}
.thetis-contact + .wpcf7-validation-errors {
  text-align: center;
  color: #fff;
  border: none;
  min-height: 50px;
  border-radius: 4px;
  padding: 12px 0;
  margin-top: 10px;
}

.white-text-color .thetis-contact select,
.white-text-color .thetis-contact input[type=text],
.white-text-color .thetis-contact input[type=tel],
.white-text-color .thetis-contact input[type=email],
.white-text-color .thetis-contact textarea {
  background: transparent;
  color: inherit;
  border-color: rgba(255, 255, 255, 0.15);
}
.white-text-color .thetis-contact select:-moz-placeholder,
.white-text-color .thetis-contact input[type=text]:-moz-placeholder,
.white-text-color .thetis-contact input[type=tel]:-moz-placeholder,
.white-text-color .thetis-contact input[type=email]:-moz-placeholder,
.white-text-color .thetis-contact textarea:-moz-placeholder {
  color: inherit;
}
.white-text-color .thetis-contact select::-moz-placeholder,
.white-text-color .thetis-contact input[type=text]::-moz-placeholder,
.white-text-color .thetis-contact input[type=tel]::-moz-placeholder,
.white-text-color .thetis-contact input[type=email]::-moz-placeholder,
.white-text-color .thetis-contact textarea::-moz-placeholder {
  color: inherit;
}
.white-text-color .thetis-contact select:-ms-input-placeholder,
.white-text-color .thetis-contact input[type=text]:-ms-input-placeholder,
.white-text-color .thetis-contact input[type=tel]:-ms-input-placeholder,
.white-text-color .thetis-contact input[type=email]:-ms-input-placeholder,
.white-text-color .thetis-contact textarea:-ms-input-placeholder {
  color: inherit;
}
.white-text-color .thetis-contact select::-webkit-input-placeholder,
.white-text-color .thetis-contact input[type=text]::-webkit-input-placeholder,
.white-text-color .thetis-contact input[type=tel]::-webkit-input-placeholder,
.white-text-color .thetis-contact input[type=email]::-webkit-input-placeholder,
.white-text-color .thetis-contact textarea::-webkit-input-placeholder {
  color: inherit;
}
.white-text-color .thetis-contact select {
  background-image: linear-gradient(45deg, transparent 50%, #f69679 50%), linear-gradient(135deg, #f69679 50%, transparent 50%);
}
.white-text-color .thetis-contact .item-contact.submit .btn {
  color: inherit;
  border-color: currentColor;
  background: transparent;
}
.white-text-color .thetis-contact .item-contact.submit .btn:hover {
  background-color: #222;
  border-color: #222;
}

.contact-space-30 .thetis-contact .item-contact:not(.submit) {
  padding: 15px 15px;
}
.contact-space-30 .thetis-contact .submit {
  margin-top: 0px;
}

.thetis-contact.widget-contact .submit {
  margin-top: 0px;
}

.thetis-contact.contact-form-04 .submit input[type=submit] {
  max-width: 230px;
}

.testimonial-style-04 .author-attr {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.testimonial-style-04 .author-attr .gel-testimonial-job {
  padding-top: 2px;
}
.testimonial-style-04 .testi-quote {
  padding-bottom: 31px;
}

.gel-testimonial.white-text-color .author-attr .gel-testimonial-name,
.gel-testimonial.white-text-color .author-attr .gel-testimonial-job {
  color: inherit;
}
.gel-testimonial.white-text-color .testi-quote {
  padding-bottom: 36px;
}

.testimonial-content p {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

.gel-testimonial .author-attr .gel-testimonial-name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.025em;
}
.gel-testimonial .author-attr .gel-testimonial-job {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.gel-testimonial.img-size-sm img {
  width: 45px;
}

.testimonial-style-03 .author-avatar,
.testimonial-style-04 .author-avatar {
  padding-right: 24px;
}

.align-right.testimonial-style-03 .author-attr,
.align-right.testimonial-style-04 .author-attr {
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial-style-07 .author-attr .gel-testimonial-job,
.testimonial-style-06 .author-attr .gel-testimonial-job {
  padding-top: 4px;
}

.testimonial-style-07 .testimonial-content {
  padding-top: 15px;
}

.gel-our-team-name {
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.gel-our-team-social {
  margin-left: 6px;
  margin-right: 6px;
  line-height: 1;
}

.gel-our-team-socials {
  margin-top: 5px;
}

.gel-our-team-job {
  font-weight: bold;
  letter-spacing: -0.025em;
  margin-top: 12px;
}

.gel-our-team-description {
  letter-spacing: -0.025em;
}

.flip-card-back {
  display: none;
}

.custom-our-team .gel-our-team-inner, .our-team-hover-card-flip .gel-our-team-inner {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 30px 42px 30px;
  border: 1px solid;
  border-top: none;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.custom-our-team .gel-our-team-avatar img, .our-team-hover-card-flip .gel-our-team-avatar img {
  width: 100%;
}
.custom-our-team .gel-our-team-name, .our-team-hover-card-flip .gel-our-team-name {
  margin-top: 0 !important;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.custom-our-team .gel-our-team-job, .our-team-hover-card-flip .gel-our-team-job {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.custom-our-team .gel-our-team-socials, .our-team-hover-card-flip .gel-our-team-socials {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
  margin-top: 0;
}
.custom-our-team .gel-our-team-description, .our-team-hover-card-flip .gel-our-team-description {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.custom-our-team .gel-our-team:hover .gel-our-team-inner {
  border: none;
  background: linear-gradient(330deg, #f6663f 0%, #ed2151);
}
.custom-our-team .gel-our-team:hover .gel-our-team-name, .custom-our-team .gel-our-team:hover .gel-our-team-social, .custom-our-team .gel-our-team:hover .gel-our-team-job, .custom-our-team .gel-our-team:hover .gel-our-team-description {
  color: #fff;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .our-team-hover-card-flip .gel-our-team {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .our-team-hover-card-flip .gel-our-team .info-our-team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 57px;
    position: absolute;
    bottom: 48px;
    right: 30px;
    left: 30px;
  }
  .our-team-hover-card-flip .gel-our-team .flip-card, .our-team-hover-card-flip .gel-our-team .flip-card-back {
    -webkit-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .our-team-hover-card-flip .gel-our-team .flip-card, .our-team-hover-card-flip .gel-our-team .flip-card-back .gel-our-team-inner {
    -webkit-transform: translateZ(60px) scale(0.94);
    transform: translateZ(60px) scale(0.94);
  }
  .our-team-hover-card-flip .gel-our-team .flip-card {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .our-team-hover-card-flip .gel-our-team .flip-card .gel-our-team-inner {
    background: #fff;
  }
  .our-team-hover-card-flip .gel-our-team .flip-card .gel-our-team-inner .gel-our-team-description {
    display: none;
  }
  .our-team-hover-card-flip .gel-our-team .flip-card-back {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(330deg, #f6663f 0%, #ed2151);
    color: #fff;
  }
  .our-team-hover-card-flip .gel-our-team .flip-card-back .gel-our-team-inner {
    padding: 35px 30px;
    border: none;
    height: 100%;
  }
  .our-team-hover-card-flip .gel-our-team .flip-card-back .gel-our-team-inner .gel-our-team-name, .our-team-hover-card-flip .gel-our-team .flip-card-back .gel-our-team-inner .gel-our-team-social, .our-team-hover-card-flip .gel-our-team .flip-card-back .gel-our-team-inner .gel-our-team-job, .our-team-hover-card-flip .gel-our-team .flip-card-back .gel-our-team-inner .gel-our-team-description {
    color: inherit;
  }
  .our-team-hover-card-flip .gel-our-team .flip-card-back .gel-our-team-inner .gel-our-team-description {
    margin-top: 0;
    height: 194px;
    overflow: hidden;
  }
  .our-team-hover-card-flip .gel-our-team:hover .flip-card-back, .our-team-hover-card-flip .gel-our-team:hover .flip-card {
    -webkit-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .our-team-hover-card-flip .gel-our-team:hover .flip-card {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .our-team-hover-card-flip .gel-our-team:hover .flip-card-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
.vc_toggle .vc_toggle_content p {
  letter-spacing: -0.025rem;
  margin-bottom: 19px;
}

div.vc_toggle_default .vc_toggle_icon {
  border: none;
}
div.vc_toggle_default .vc_toggle_icon:before, div.vc_toggle_default .vc_toggle_icon:after {
  display: none;
}
div.vc_toggle_default.vc_toggle_size_sm .vc_toggle_title .vc_toggle_icon {
  width: 4px;
  height: 10px;
  border-radius: 5px;
}
div.vc_toggle_default.vc_toggle_size_sm .vc_toggle_content, div.vc_toggle_default.vc_toggle_size_sm .vc_toggle_title {
  padding-left: 20px;
}
div.vc_toggle_default.vc_toggle_size_md .vc_toggle_title .vc_toggle_icon {
  width: 11px;
  height: 23px;
  border-radius: 5px;
}
div.vc_toggle_default.vc_toggle_size_md .vc_toggle_content, div.vc_toggle_default.vc_toggle_size_md .vc_toggle_title {
  padding-left: 55px;
}
div.vc_toggle_default.vc_toggle_size_lg .vc_toggle_title .vc_toggle_icon {
  width: 15px;
  height: 30px;
  border-radius: 5px;
}
div.vc_toggle_default.vc_toggle_size_lg .vc_toggle_content, div.vc_toggle_default.vc_toggle_size_lg .vc_toggle_title {
  padding-left: 65px;
}

.gel-list-style-01 .item-list:not(:last-child),
.gel-list-style-02 .item-list:not(:last-child) {
  padding-bottom: 13px;
}

.slick-arrows .slick-arrow {
  opacity: 1;
}
.slick-arrows.slick-disabled {
  opacity: 1;
}

.slick-slider.white-text-color .slick-arrows,
.slick-arrows-light .slick-arrows {
  margin-top: 15px;
  color: #fff;
}
.slick-hover-accent .slick-arrows .slick-arrow:hover {
  color: #f6663f !important;
}

.slick-slider.gel-slider-arrow-mgt-60 .slick-arrows {
  margin-top: 60px;
}

.slick-slider.gel-slider-box-shadow .slick-list {
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.1);
}

.slick-arrows-left .slick-arrows {
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .custom-slick-arrows-top-70 .slick-arrows {
    position: absolute;
    right: 0;
    top: -70px;
    margin-top: 0;
  }

  .custom-slick-arrows-top .slick-arrows {
    position: absolute;
    right: 0;
    top: 0;
  }

  .custom-slick-arrows-top-100 .slick-arrows {
    position: absolute;
    right: 0;
    top: -100px;
    margin-top: 0 !important;
  }

  .slick-arrows-mgr-xl-70 .slick-arrows {
    margin-right: 70px;
  }

  .gel-slider-container .slick-arrows + .slick-dots {
    margin-top: 59px;
  }
}
@media (max-width: 1200px) {
  .custom-slick-arrows-top-100 .slick-arrows {
    display: none;
  }
}
.custom-images-slider .slick-slide {
  padding: 8px;
  background-color: #fff;
}

.gel-page-title p {
  text-transform: none;
}

p.thetis-mailchimp input[type=email] {
  max-width: 400px;
  width: 100%;
}
p.thetis-mailchimp input[type=submit] {
  max-width: 190px;
  width: 100%;
  margin-left: 40px;
}

.mc4wp-error {
  margin-top: 15px;
}

@media (max-width: 767px) {
  p.thetis-mailchimp input[type=submit] {
    margin-top: 20px;
    margin-left: 0;
  }
}
.gel-image-box .title {
  font-size: 22px;
  letter-spacing: -0.05em;
}
.gel-image-box .description {
  letter-spacing: -0.025em;
}
.gel-image-box .btn.btn-link {
  font-weight: bold;
  letter-spacing: -0.05rem;
}
.gel-image-box .btn.btn-link:after {
  margin-left: 15px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
}
.gel-image-box .btn.btn-link.btn-sm {
  font-size: 11px;
}

.gel-image-box.border-img .image, .gel-image-box.border-img:hover .image {
  -webkit-box-shadow: 0 0 0 4px #f6663f;
  box-shadow: 0 0 0 4px #f6663f;
}
.gel-image-box.border-img .image:after, .gel-image-box.border-img:hover .image:after {
  -webkit-box-shadow: 0 0 0 1px #f6663f !important;
  box-shadow: 0 0 0 1px #f6663f !important;
}

.gel-image-box-style-01 .image a,
.gel-image-box-style-02 .image a,
.gel-image-box-style-03 .image a {
  display: block;
}

.image-box-content-border .gel-image-box .image {
  margin-bottom: 0;
}
.image-box-content-border .gel-image-box .image a, .image-box-content-border .gel-image-box .image img {
  width: 100%;
}
.image-box-content-border .gel-image-box .content-box {
  transition: all 0.3s;
  padding: 35px 40px;
  border: 1px solid;
  border-top: none;
}
.image-box-content-border .gel-image-box:hover .content-box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #171717;
  border-color: #171717;
  color: #fff;
}
.image-box-content-border .gel-image-box:hover .content-box .title,
.image-box-content-border .gel-image-box:hover .content-box .description {
  color: inherit;
}
.image-box-content-border .gel-image-box:hover .btn.btn-link {
  -webkit-transition: all 0s;
  transition: all 0s;
  color: inherit;
}

.custom-banner.gel-banner {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

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

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

#sidebar {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 55px;
}
#sidebar.order-lg-first {
  padding-right: 55px;
  padding-left: 15px;
}

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

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

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

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  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: 15px;
    padding-right: 15px;
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  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: 100px;
  color: #000;
  -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;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
}
.site-header .search-form-wrapper > span:hover {
  color: #000;
}
.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;
  background-color: transparent;
}
.site-header .search-form-wrapper .search-form button {
  display: none;
}
.site-header .menu-toggle-button {
  display: none;
  position: absolute;
  top: 35px;
  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 > a {
  display: block;
  text-transform: uppercase;
  font-family: "Karla";
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  padding: 37px 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 > a {
  position: relative;
}
.menu-horizontal > .menu-item > a:before {
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  position: absolute;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.menu-horizontal > .menu-item > a:hover {
  color: #000;
}
.menu-horizontal > .menu-item:hover > a:before {
  width: 100%;
}
.menu-horizontal > .menu-current > a,
.menu-horizontal > .current-menu-parent > a,
.menu-horizontal > .current-menu-ancestor > a,
.menu-horizontal > .current-menu-item > a {
  color: #000;
}
.menu-horizontal > .menu-current > a:before,
.menu-horizontal > .current-menu-parent > a:before,
.menu-horizontal > .current-menu-ancestor > a:before,
.menu-horizontal > .current-menu-item > a:before {
  width: 100%;
}
.menu-horizontal .menu-item {
  position: relative;
}
.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: 230px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #858a95;
  z-index: 1099;
  font-family: "Karla";
  -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);
}
.menu-horizontal .sub-menu .menu-item > a {
  display: block;
  padding: 10px 15px 10px 30px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-horizontal .sub-menu .menu-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.menu-horizontal .sub-menu .menu-item:hover > a {
  background-color: #ebebeb;
  color: #000000;
}
.menu-horizontal .sub-menu .menu-item:hover > a:before {
  height: 100%;
}
.menu-horizontal .sub-menu .menu-item.menu-current > a, .menu-horizontal .sub-menu .menu-item.current-menu-parent > a, .menu-horizontal .sub-menu .menu-item.current-menu-ancestor > a, .menu-horizontal .sub-menu .menu-item.current-menu-item > a {
  background-color: #ebebeb;
  color: #000000;
}
.menu-horizontal .sub-menu .menu-item.menu-current > a:before, .menu-horizontal .sub-menu .menu-item.current-menu-parent > a:before, .menu-horizontal .sub-menu .menu-item.current-menu-ancestor > a:before, .menu-horizontal .sub-menu .menu-item.current-menu-item > a:before {
  height: 100%;
}
.menu-horizontal .sub-menu .menu-item-has-children > a .caret {
  float: right;
}
.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;
}

.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: 84px;
  width: auto;
}

.site-branding-text .site-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 84px;
}
@media only screen and (max-width: 991px) {
  .site-header .menu-toggle-button {
    display: -ms-flexbox;
    display: flex;
  }

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

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

  .site-header .search-form-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 40px 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-left: 1.5rem;
    box-shadow: none;
  }
  .site-menu .menu-horizontal .sub-menu .menu-item {
    border-bottom: none;
  }
  .site-menu .menu-horizontal .sub-menu .menu-item > a {
    text-transform: none;
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}
div.x-mega-sub-menu {
  padding-left: 0;
}
div.x-mega-sub-menu .gel-heading-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-bottom: 11px;
  padding-left: 26px;
}
div.x-mega-sub-menu .gel-list .gel-list-item {
  font-size: 17px;
  padding: 9px 0 9px 26px;
  letter-spacing: -0.05em;
  position: relative;
}
div.x-mega-sub-menu .gel-list .gel-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 3px;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
div.x-mega-sub-menu .gel-list .gel-list-item:hover:before {
  height: 100%;
}

.header-coming-soon-custom .g5core-site-branding {
  padding-top: 38px;
}
.header-coming-soon-custom .toggle-icon {
  display: none;
}
.header-coming-soon-custom.g5core-mobile-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-gradient {
  background: linear-gradient(330deg, #f6663f 0%, #ed2151);
  padding: 0 51px;
  border: none;
}
.btn.btn-gradient:hover {
  background: linear-gradient(150deg, #f6663f 0%, #ed2151);
}

.custom-header-landing-page .g5core-primary-menu + .g5core-header-customize:not(.no-items) {
  margin-left: 70px;
}

/*--------------------------------------------------------------
## 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 {
  color: #898989;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
.site-info a:hover {
  color: inherit;
}

.g5core-site-footer .widget .widget-title {
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.g5core-site-footer p {
  font-weight: bold;
  margin-bottom: 7px;
}
.g5core-site-footer p:last-child {
  margin-bottom: 0;
}
.g5core-site-footer a:hover {
  color: inherit;
}
.g5core-site-footer .gel-social-icons .list-si li + li {
  margin-left: 20px;
}
.g5core-site-footer .widget {
  margin-bottom: 0;
}
.g5core-site-footer .bottom-bar {
  letter-spacing: -0.025em;
  font-weight: 400;
}
.g5core-site-footer .opening-time .date {
  min-width: 125px;
  display: inline-block;
}
.g5core-site-footer .widget_nav_menu ul {
  margin-top: 0;
}
.g5core-site-footer .widget_nav_menu ul li > a {
  position: relative;
  font-size: 16px;
  min-height: 0;
  padding: 0 0 11px 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.g5core-site-footer .widget_nav_menu ul li > a:before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 7px;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.g5core-site-footer .widget_nav_menu ul li > a:hover {
  color: inherit;
}
.g5core-site-footer .widget_nav_menu ul li > a:hover:before {
  width: 100%;
}

.footer-dark {
  background: #1b1b1b;
  color: #898989;
}
.footer-dark .widget .widget-title {
  color: #fff;
}

.footer-gradient {
  background: linear-gradient(330deg, #f6663f 0%, #ed2151);
  color: #fff;
}
.footer-gradient .widget .widget-title, .footer-gradient a {
  color: inherit;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .g5core-site-footer .gel-social-icons .list-si li + li {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .g5core-site-footer .opening-time .date {
    min-width: 157px;
  }
}
/*--------------------------------------------------------------
## Page title
--------------------------------------------------------------*/
.page-header {
  padding: 85px 0 75px 0;
}

.page-main-title {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
}

.page-sub-title {
  font-size: 16px;
  font-weight: 400;
}
.page-sub-title p {
  margin: 0;
}

ul.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
}
ul.breadcrumbs li.breadcrumb-sep {
  margin: 0 5px;
}
ul.breadcrumbs li.breadcrumb-sep:last-child {
  display: none !important;
}
ul.breadcrumbs li a {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.g5core-breadcrumbs {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
}
.g5core-breadcrumbs li.breadcrumb-sep {
  margin: 0 5px;
}

.g5core-page-title {
  background-color: transparent;
}
.g5core-page-title .page-title-inner {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 95px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 1200px) {
  body.no-sidebar .g5core-page-title .page-title-inner {
    margin-left: 70px;
  }
}
/*--------------------------------------------------------------
## WP core
--------------------------------------------------------------*/
/* =WordPress 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: 14px;
  margin-top: 0.25rem;
  color: #898989;
}

/* 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;
}

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

.g5core__paging.next-prev > a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-color: currentColor;
}
.g5core__paging.next-prev > a:first-child {
  margin-right: 15px;
}
.g5core__paging.next-prev > a i {
  font-weight: 400;
}
.g5core__paging.next-prev > a.g5core__paging-button-prev i:before {
  content: "";
}
.g5core__paging.next-prev > a.g5core__paging-button-next i:before {
  content: "";
}

.g5core__cate-filer {
  padding-bottom: 0;
  border: none;
}
.g5core__cate-filer > li + li {
  margin-left: 45px;
}
.g5core__cate-filer > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  [data-items-wrapper] .g5core__cate-filer {
    margin-left: 70px;
  }
}
ul.g5core__share-list {
  font-size: 16px;
}
ul.g5core__share-list li a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid;
  border-radius: 100%;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g5core__share-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-right: 30px;
  font-weight: bold;
}
.g5core__share-label:after {
  display: none;
}

.g5core-header-customize:not(.no-items) + .g5core-menu-popup-button,
.g5core-header-customize:not(.no-items) + .g5core-primary-menu,
.g5core-menu-popup-button + .g5core-header-customize:not(.no-items),
.g5core-primary-menu + .g5core-header-customize:not(.no-items) {
  margin-left: 40px;
}

.g5core-search-button a {
  border: none;
  width: auto;
  padding: 0;
}
.g5core-search-button i {
  font-weight: 700;
  font-size: 18px;
}

.g5core-header-customize ul.g5core-social-networks.g5core-social-networks li {
  margin-top: 0;
  margin-bottom: 0;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks li + li {
  margin-left: 1.5rem;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a {
  color: inherit;
  background-color: transparent;
  border-width: 0;
  width: auto;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a i {
  color: inherit;
}

.g5core-search-popup .g5core-search-form input[type=search] {
  border-radius: 0;
}

.g5core-login-button {
  font-weight: 700;
  text-transform: uppercase;
}
.g5core-login-button i {
  font-weight: bold;
}

.g5core-site-branding {
  padding-right: 40px;
}

.menu-horizontal.x-nav-menu > .menu-item + .menu-item {
  margin-left: 40px;
}

.g5core-site-header:not(.header-float):not(.header-border-bottom) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sticky-area-wrap.sticky .sticky-area .g5core-header-inner {
  min-height: 80px;
}

.sticky-area-wrap.sticky .sticky-area .menu-horizontal > .menu-item > a {
  padding-top: 27px;
  padding-bottom: 27px;
}

.g5core-mobile-header-inner {
  min-height: 80px;
}

.sticky-area-wrap.sticky .g5core-mobile-header-inner {
  min-height: 70px;
}

ul.custom-header-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: -0.04em;
}
ul.custom-header-contact li {
  display: inline-block;
}
ul.custom-header-contact span {
  margin-left: 10px;
}
ul.custom-header-contact li + li {
  margin-left: 35px;
}

.custom-header-02 .menu-horizontal > .menu-item > a:before, .custom-header-03 .menu-horizontal > .menu-item > a:before {
  bottom: 0;
  top: auto;
  background-color: currentColor;
}

.custom-header-02 .g5core-header-navigation {
  border-radius: 50px;
  padding-left: 67px;
  padding-right: 40px;
  min-height: 70px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.custom-header-02 .g5core-header-navigation .menu-horizontal > .menu-item > a {
  padding-top: 22px;
  padding-bottom: 22px;
}
.custom-header-02 .g5core-header-navigation .g5core-header-inner {
  min-height: 70px;
}

.custom-header-03 .menu-horizontal > .menu-item > a:before {
  bottom: 9px;
}
.custom-header-03 .g5core-header-above {
  margin-bottom: -28px;
}
.custom-header-03 .sticky .menu-horizontal > .menu-item > a:before {
  bottom: 0;
}

.custom-header-05 .menu-horizontal > .menu-item > a:before, .custom-header-06 .menu-horizontal > .menu-item > a:before {
  bottom: 0;
  top: auto;
}

.custom-header-04 .g5core-header-above .g5core-header-inner,
.custom-header-04 .g5core-header-bellow .g5core-header-inner {
  min-height: 96px;
}
.custom-header-04 .g5core-header-navigation .menu-horizontal > .menu-item > a {
  padding-top: 32px;
  padding-bottom: 32px;
}
.custom-header-04 .g5core-header-customize-after_logo {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.custom-header-04 .g5core-header-customize-after_logo .g5core-header-customize-inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.custom-header-04 .g5core-header-customize-after_logo .g5core-hc-custom-html {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.custom-header-04 .g5core-site-branding {
  padding-right: 70px;
}

@media (min-width: 1200px) {
  .custom-header-05 .g5core-site-branding {
    padding-right: 170px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .custom-header-02 .g5core-header-navigation {
    max-width: 930px;
  }
}
/*--------------------------------------------------------------
## WP block
--------------------------------------------------------------*/
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-table thead th {
  border-bottom-width: 2px;
}

.wp-block-pullquote blockquote {
  padding-left: 0;
  border-left: none;
  margin-bottom: 0;
}
.wp-block-pullquote p {
  line-height: 1.3;
  font-size: 30px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: 12px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  color: inherit;
  text-transform: uppercase;
}

.wp-block-quote {
  border-left: solid 8px;
  padding-left: 60px;
  margin: 0 0 1.5rem;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
}
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
  border-right: solid 8px;
  padding-right: 60px;
  border-left: none;
  padding-left: 0;
}
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  border-left: solid 8px;
  padding-left: 60px;
  margin: 0 0 1.5rem;
}
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: 26px;
  font-style: normal;
  line-height: 1.3;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation {
  font-size: 14px;
  text-align: left;
}

.wp-block-cover-image p,
.wp-block-cover p {
  margin-bottom: 0;
  line-height: 1.25;
}
.wp-block-cover-image a,
.wp-block-cover a {
  color: inherit;
}

.wp-block-embed {
  margin: 0 0 1.5rem;
}

.wp-block-button__link {
  font-size: 0.875rem;
  height: 3.125rem;
  line-height: 3rem;
  padding: 0 1.875rem;
  font-weight: 700;
  border: solid 2px transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  -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;
}
.wp-block-button__link:not(.has-background):not(.has-text-color) {
  color: #fff;
  background-color: #f6663f;
  border-color: #f6663f;
}
.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button__link:not(.has-background):not(.has-text-color):active {
  color: #fff;
  background-color: #f4491a;
  border-color: #f43f0e;
}
.wp-block-button__link:hover {
  cursor: pointer;
}
.wp-block-button__link:focus {
  outline: none;
}
.wp-block-button__link:disabled {
  opacity: 0.65;
  cursor: default;
}

.wp-block-button {
  margin-bottom: 1.5rem;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 0.25rem;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: #fff;
  background-color: #f6663f;
  border-color: #f6663f;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:active {
  color: #fff;
  background-color: #f4491a;
  border-color: #f43f0e;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 2px solid currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #f6663f !important;
}

.wp-block-latest-comments {
  padding-left: 0;
}

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

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

.wp-block-archives,
.wp-block-categories {
  list-style: none;
  padding: 0;
  margin: -0.5rem 0 0 0;
}
.wp-block-archives li,
.wp-block-categories li {
  position: relative;
}
.wp-block-archives li > a,
.wp-block-categories li > a {
  display: inline-block;
  padding: 0.5rem 0;
  position: relative;
  line-height: 20px;
  min-height: 36px;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: inherit;
}
.wp-block-archives .current_page_ancestor > ul,
.wp-block-archives .current_page_parent > ul,
.wp-block-archives .current-cat-parent > ul,
.wp-block-archives .current-cat-ancestor > ul,
.wp-block-categories .current_page_ancestor > ul,
.wp-block-categories .current_page_parent > ul,
.wp-block-categories .current-cat-parent > ul,
.wp-block-categories .current-cat-ancestor > ul {
  display: block;
}
.wp-block-archives ul.children,
.wp-block-archives ul.sub-menu,
.wp-block-categories ul.children,
.wp-block-categories ul.sub-menu {
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
}

.wp-block-latest-posts,
.wp-block-latest-comments {
  padding: 0;
  margin: -0.5rem 0 0 0;
  list-style: none;
}
.wp-block-latest-posts .children,
.wp-block-latest-comments .children {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.wp-block-latest-posts li,
.wp-block-latest-comments li {
  padding: 0.5rem 0;
  line-height: 20px;
  margin-bottom: 0;
}
.wp-block-latest-posts a,
.wp-block-latest-comments a {
  color: inherit;
}
ul.wp-block-latest-posts.is-grid li {
  border-top: solid 1px;
}

ul.wp-block-categories,
ul.wp-block-archives,
.wp-block-archives.wp-block-archives-dropdown,
ol.wp-block-latest-comments,
.wp-block-media-text {
  margin-bottom: 1.5rem;
}

body.no-sidebar .wp-block-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 .wp-block-cover.alignwide {
  margin-left: -85px;
  margin-right: -85px;
  width: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
    margin-left: -120px;
    margin-right: -120px;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.no-sidebar .wp-block-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 .wp-block-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 .wp-block-image.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.article-post {
  margin-bottom: 60px;
}
.article-post.page .entry-content {
  margin-bottom: 0;
}
.article-post.sticky {
  background-color: #f6f6f6;
  padding: 2rem;
}
.article-post .post-thumbnail {
  margin-bottom: 22px;
}
.article-post .entry-title {
  font-size: 40px;
  font-weight: 700;
  word-break: break-word;
  margin-bottom: 13px;
  line-height: 1;
}
.article-post .entry-title a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article-post .entry-meta {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.025em;
}
.article-post .entry-meta a {
  color: inherit;
}
.article-post .entry-meta li {
  display: inline;
}
.article-post .entry-meta li i {
  padding-right: 5px;
}
.article-post .entry-meta li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 10px;
  display: inline-block;
  background-color: currentColor;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.article-post .entry-meta .meta-author .title-meta-author {
  padding-left: 5px;
}
.article-post .entry-header + .entry-content,
.article-post .entry-header + .entry-excerpt {
  margin-top: 27px;
}

body.single-post .article-post .entry-title {
  font-size: 48px;
}

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

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

.entry-excerpt p:last-child {
  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 {
  margin-top: 80px;
}

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

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

.author-info-content .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.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: 70px;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.04em;
  margin-bottom: 34px;
}
.comments-area .comments-title {
  margin-bottom: 41px;
}

.comment-form p {
  margin-bottom: 30px;
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.comment-form a {
  color: inherit;
}
.comment-form textarea {
  width: 100%;
  display: block;
  height: 125px;
}
.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: 15px;
}
.comment-form .comment-form-email {
  padding-left: 15px;
}
.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;
  }
}

.comments-list-wrap {
  margin-bottom: 68px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.comment-list li.comment {
  margin-bottom: 22px;
}
.comment-list > li.comment:last-child {
  margin-bottom: 0;
}
.comment-list li.comment + li.comment {
  padding-top: 22px;
}
.comment-list li:not(.pingback):not(.trackback) .comment-body {
  position: relative;
  padding-left: 100px;
}
.comment-list li.pingback,
.comment-list li.trackback {
  margin-bottom: 22px;
}
.comment-list li.pingback + .comment,
.comment-list li.trackback + .comment {
  margin-top: 22px;
}
.comment-list li.pingback .comment-body a:not(.comment-edit-link),
.comment-list li.trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  letter-spacing: -0.05em;
  display: block;
  margin: 5px 0;
}
.comment-list li.pingback .comment-body .edit-link,
.comment-list li.trackback .comment-body .edit-link {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
.comment-list li.pingback .comment-body .edit-link a,
.comment-list li.trackback .comment-body .edit-link a {
  color: inherit;
}
.comment-list .comment-content {
  margin-bottom: 25px;
}
.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 .comment-content p:last-child {
  margin-bottom: 0;
}
.comment-list .comment-meta {
  margin-bottom: 10px;
  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 {
  margin-right: 30px;
}
.comment-list .comment-meta .edit-link {
  margin-left: 1rem;
}
.comment-list .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.comment-list .comment-author .fn {
  font-weight: bold;
  letter-spacing: -0.05em;
}
.comment-list .comment-author .fn > a {
  color: inherit;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .reply,
.comment-list .comment-metadata {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
.comment-list .reply a,
.comment-list .comment-metadata a {
  color: inherit;
}
.comment-list ul.children {
  list-style: none;
  padding-left: 0;
  margin-left: 105px;
  margin-top: 22px;
  padding-top: 22px;
}
.comment-list .comment-reply-title {
  margin-top: 50px;
}
.comment-list .comment-reply-title small a {
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .comment-list ul.children {
    margin-left: 20px;
  }
}

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

.post-navigation {
  margin-top: 80px;
}
.post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.post-navigation .nav-links a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.post-navigation .nav-links .nav-subtitle {
  display: block;
}
.post-navigation .nav-links .nav-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-navigation .nav-links > div {
  width: 47.5%;
  border: solid 1px;
  padding: 1.5rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.post-navigation .nav-links > div:hover .nav-title {
  color: inherit;
}
.post-navigation .nav-previous {
  margin-right: auto;
}
.post-navigation .nav-next {
  margin-left: auto;
  text-align: right;
}

ul.page-numbers {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
ul.page-numbers li {
  display: inline-block;
}

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

.page-numbers:not(ul) {
  display: inline-block;
  margin: 0 10px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.025em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.page-numbers:not(ul).prev, .page-numbers:not(ul).next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid currentColor;
  font-size: 0;
}
.page-numbers:not(ul).prev:before, .page-numbers:not(ul).next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  content: "";
}
.page-numbers:not(ul).next: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: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
ul.g5blog__post-meta li {
  display: inline;
  margin-right: 0;
}
ul.g5blog__post-meta li > * {
  display: inline;
}
ul.g5blog__post-meta li:not(.meta-like) i {
  display: none;
}
ul.g5blog__post-meta li.meta-like i {
  position: relative;
  top: 1px;
}
ul.g5blog__post-meta li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 10px;
  display: inline-block;
  background-color: currentColor;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.g5blog__post-meta-date span {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.g5blog__post-meta-date span.day {
  font-size: 60px;
}
.g5blog__post-meta-date span.date {
  font-size: 12px;
  letter-spacing: -0.025em;
  margin-top: 8px;
}

.g5blog__post-title {
  /*font-size: 48px;

  @extend %font-primary;*/
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.g5blog__loop-more {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  display: block;
}
.g5blog__loop-more:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: 10px;
}
.btn-view-all .btn {
  letter-spacing: -0.025em;
  -webkit-box-shadow: inset 0 -1px 0 currentColor;
  box-shadow: inset 0 -1px 0 currentColor;
}

@media (max-width: 991px) {
  .btn-view-all {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-1 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-1 .g5blog__single-breadcrumbs .container {
    max-width: 1030px;
  }
}
.g5blog__single-layout-1 .g5blog__single-title {
  margin-bottom: 18px;
}
.g5blog__single-layout-1 .g5blog__single-meta-top {
  margin-bottom: 44px;
}
.g5blog__single-layout-1 .g5core__single-breadcrumbs + #primary-content {
  padding-top: 6px;
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-2 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-2 .g5blog__single-breadcrumbs .container {
    max-width: 1030px;
  }
}
@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-3 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-3 .g5blog__single-breadcrumbs .container {
    max-width: 1030px;
  }
}
.g5blog__single-layout-3 .g5core__single-breadcrumbs + #primary-content {
  padding-top: 6px;
}
.g5blog__single-layout-3 .g5blog__single-title {
  margin-bottom: 34px;
}
.g5blog__single-layout-3 .g5blog__single-featured {
  margin-bottom: 24px;
}

.g5blog__single-layout-4 .g5core__single-breadcrumbs + #primary-content {
  padding-top: 6px;
}
.g5blog__single-layout-4 .g5blog__single-title {
  margin-bottom: 18px;
}
.g5blog__single-layout-4 .g5blog__single-meta-top {
  margin-bottom: 44px;
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-5 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-5 .g5blog__single-breadcrumbs .container {
    max-width: 1030px;
  }
}
.g5blog__single-layout-5 .g5blog__single-title {
  margin-bottom: 18px;
}
.g5blog__single-layout-5 .g5blog__single-meta-top {
  margin-bottom: 44px;
}
.g5blog__single-layout-5 .g5core__single-breadcrumbs + #primary-content {
  padding-top: 6px;
}

@media (min-width: 992px) {
  .no-sidebar .g5blog__single-featured-full .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar .g5blog__single-featured-full .container {
    max-width: 1030px;
  }
}
.g5blog__single-featured-full .g5blog__single-breadcrumbs {
  padding-top: 1.5rem;
}

.g5blog__single-meta-bottom {
  padding-top: 0;
  margin-top: 20px;
}

.g5blog__single-title {
  /*font-size: 2.5rem;
  font-weight: 400;
  word-break: break-word;*/
  font-size: 48px;
  font-weight: 800;
}

.g5blog__single-related-wrap {
  margin-top: 70px;
}

.g5blog__block-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 42px;
}

.g5blog__single {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.g5core__single-breadcrumbs {
  padding-top: 90px;
}

.g5blog__post-large-image.sticky .g5blog__post-inner {
  background-color: #f6f6f6;
}
.g5blog__post-large-image .g5blog__post-meta + .g5blog__post-excerpt {
  margin-top: 27px;
}
.g5blog__post-large-image .g5blog__post-featured {
  margin-bottom: 22px;
}
.g5blog__post-large-image .g5blog__post-title {
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 13px;
  line-height: 1;
}

.g5blog__layout-large-image .g5blog__post-default.g5blog__post-default {
  padding-bottom: 60px;
}
.g5blog__layout-large-image .g5blog__post-default.g5blog__post-default:last-child {
  padding-bottom: 0;
}
.g5blog__layout-large-image .g5core__paging {
  margin-top: 60px;
}

.g5blog__post-medium-image ul.g5blog__post-meta {
  margin-bottom: 17px;
}
.g5blog__post-medium-image .g5blog__post-title {
  margin-bottom: 0;
  font-size: 22px;
}
.g5blog__post-medium-image .g5blog__post-title + .g5blog__post-excerpt {
  margin-top: 36px;
}
.g5blog__post-medium-image .g5blog__post-excerpt + .g5blog__loop-more {
  margin-top: 37px;
}
.g5blog__post-medium-image .g5blog__post-title + .g5blog__loop-more {
  margin-top: 36px;
}
@media only screen and (min-width: 1200px) {
  .g5blog__post-medium-image.g5blog__has-post-featured .g5blog__post-inner {
    border-width: 1px;
    border-style: solid;
    -ms-flex-align: center;
    align-items: center;
  }
  .g5blog__post-medium-image.g5blog__has-post-featured .g5blog__post-content {
    padding-right: 15px;
  }
}

.g5blog__layout-medium-image .g5blog__post-default.g5blog__post-default {
  padding-bottom: 80px;
}
.g5blog__layout-medium-image .g5blog__post-default.g5blog__post-default:last-child {
  padding-bottom: 0;
}
.g5blog__layout-medium-image .g5blog__post-default:not(.g5blog__has-post-featured):not(:first-child) {
  margin-top: -7px;
}
.g5blog__layout-medium-image .g5core__paging {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) {
  body.no-sidebar .g5blog__post-medium-image .g5blog__post-featured {
    width: 700px;
    margin-right: 70px;
  }
}

.g5blog__post-grid.sticky .g5blog__post-inner {
  background-color: #f6f6f6;
}

.g5blog__post-grid-2 .g5blog__post-featured {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
}
.g5blog__post-grid-2 .g5blog__post-featured:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.g5blog__post-grid-2 .g5blog__post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 25px 30px 25px;
}
.g5blog__post-grid-2 .g5blog__post-title {
  margin-bottom: 0;
  margin-top: 16px;
}
.g5blog__post-grid-2 .g5blog__post-title + .g5blog__post-excerpt {
  margin-top: 15px;
}
.g5blog__post-grid-2 .g5blog__post-excerpt {
  max-height: 6.4em;
  overflow: hidden;
}
.g5blog__post-grid-2 .g5blog__post-meta-date {
  position: relative;
}
.g5blog__post-grid-2 .g5blog__post-excerpt,
.g5blog__post-grid-2 .g5blog__post-title,
.g5blog__post-grid-2 .g5blog__post-meta-date {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g5blog__post-grid-2 .g5blog__post-inner {
  position: relative;
  border: 1px solid;
  padding: 40px 25px;
  height: 370px;
}
.g5blog__post-grid-2 .g5blog__post-inner:hover {
  color: #fff;
}
.g5blog__post-grid-2 .g5blog__post-inner:hover .g5blog__post-featured {
  opacity: 1;
}
.g5blog__post-grid-2 .g5blog__post-inner:hover ul.g5blog__post-meta li a:hover,
.g5blog__post-grid-2 .g5blog__post-inner:hover .g5blog__post-excerpt,
.g5blog__post-grid-2 .g5blog__post-inner:hover .g5blog__post-title,
.g5blog__post-grid-2 .g5blog__post-inner:hover ul.g5blog__post-meta,
.g5blog__post-grid-2 .g5blog__post-inner:hover .g5blog__post-meta-date {
  color: inherit;
}
.g5blog__post-grid-2 .g5blog__post-inner:hover .g5blog__post-title:hover,
.g5blog__post-grid-2 .g5blog__post-inner:hover ul.g5blog__post-meta li a:hover {
  opacity: 0.8;
}

.g5blog__post-grid-modern {
  color: #fff;
}
.g5blog__post-grid-modern .g5blog__post-inner {
  position: relative;
}
.g5blog__post-grid-modern .g5blog__post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px 15px 35px 40px;
}
.g5blog__post-grid-modern .g5blog__post-title,
.g5blog__post-grid-modern ul.g5blog__post-meta {
  color: inherit;
}
.g5blog__post-grid-modern ul.g5blog__post-meta li a:hover,
.g5blog__post-grid-modern .g5blog__post-title:hover {
  color: inherit;
  opacity: 0.9;
}
.g5blog__post-grid-modern ul.g5blog__post-meta {
  margin-bottom: 7px;
}
.g5blog__post-grid-modern .g5blog__post-title {
  margin: 0;
}
.g5blog__post-grid-modern .g5blog__post-title + .g5blog__post-excerpt {
  margin-top: 15px;
}
.g5blog__post-grid-modern .g5blog__post-excerpt {
  max-height: 6.4em;
  overflow: hidden;
}
.g5blog__post-grid-modern .g5core__entry-thumbnail:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  top: 25%;
  opacity: 1;
}

.g5blog__post-widget .g5blog__post-title {
  font-size: 18px;
  margin-bottom: 0;
}
.g5blog__post-widget .g5blog__post-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: center;
  justify-content: center;
}
.g5blog__post-widget .g5blog__post-meta {
  margin-bottom: 8px;
}

.g5blog__widget-post-list .g5blog__post-widget {
  margin-bottom: 30px;
}

.g5portfolio__listing-wrap .g5core__paging {
  margin-top: 40px;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.primary-sidebar .widget {
  margin-bottom: 60px;
}
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}
.primary-sidebar .tagcloud {
  padding-left: 34px;
}
.primary-sidebar .widget-title {
  padding-left: 34px;
}
.primary-sidebar .widget-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 30px;
  background-color: currentColor;
}
.primary-sidebar .tagcloud,
.primary-sidebar .widget_rss ul,
.primary-sidebar .widget_recent_entries ul,
.primary-sidebar .widget_recent_comments ul,
.primary-sidebar .widget_meta ul,
.primary-sidebar .widget_archive ul,
.primary-sidebar .widget_categories ul,
.primary-sidebar .widget_nav_menu ul,
.primary-sidebar .widget_pages ul {
  padding-left: 34px;
}

.widget {
  position: relative;
  margin-bottom: 55px;
}
.widget .screen-reader-text {
  display: none;
}
.widget .widget-title {
  font-size: 24px;
  letter-spacing: -0.04em;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}

.widget_search label {
  display: none;
}
.widget_search form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.widget_search button {
  position: absolute;
  right: 0;
  background: transparent;
  color: inherit;
  border: 0;
  font-size: 0;
  padding: 0;
}
.widget_search button:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
.widget_search button > span {
  display: none;
}
.widget_search input {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid;
}
.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
  padding: 0;
  margin: -0.5rem 0 0 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_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
  font-size: 18px;
}

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

/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul {
  list-style: none;
  padding: 0;
  margin: -0.5rem 0 0 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
  position: relative;
}
.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_nav_menu ul li > a,
.widget_pages ul li > a {
  display: inline-block;
  padding: 0.5rem 0;
  position: relative;
  line-height: 20px;
  min-height: 36px;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: inherit;
}
.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 {
  display: block;
}
.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 {
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
}

.widget_rss ul .rsswidget {
  display: block;
  font-weight: 700;
}
.widget_rss ul .rss-date {
  font-style: italic;
  font-size: 12px;
  margin: 0.375rem 0;
  display: block;
}

.tagcloud {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
.tagcloud label {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.tagcloud a {
  color: inherit;
  font-size: 14px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.tagcloud a:not(:last-child):after {
  content: ",";
}

.widget_calendar caption {
  caption-side: top;
  padding: 0.5rem 1rem;
  background-color: #f6f6f6;
  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;
  border-width: 1px;
}
.widget_calendar tfoot td, .widget_calendar tfoot th {
  border: none;
}
.widget_calendar tfoot #next {
  text-align: right;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.content-404-wrapper {
  text-align: center;
}
.content-404-wrapper h2 {
  font-size: 12rem;
}

.heading-404 .gel-heading-description {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: -0.025em;
  margin-top: 10px;
}

.search-form-404 .search-form {
  max-width: 400px;
  margin: 0 auto;
}
.search-form-404 input[type=search] {
  padding: 0 25px 0 30px;
  border: solid 1px #f1f8fc;
  background-color: #f1f8fc;
  border-radius: 30px;
}
.search-form-404 button[type=submit] {
  padding-right: 25px;
}

/*--------------------------------------------------------------
## Helper
--------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

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

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fnone {
  float: none !important;
}

.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-heading-custom .gel-heading-title,
.heading-client-logo .gel-heading-title,
div.x-mega-sub-menu .gel-heading-title,
.g5core-site-footer .widget .widget-title {
  font-family: "Karla";
}

.font-primary,
.custom-title-404 h1,
.gel-heading-title,
.gel-counter,
.site-branding-text .site-title,
.page-main-title,
.article-post .entry-title,
.comments-area .comments-title,
.comments-area .comment-reply-title,
.g5blog__post-meta-date span.day,
.g5blog__single-title,
.g5blog__block-title,
.g5blog__post-large-image .g5blog__post-title,
.widget .widget-title {
  font-family: "Work Sans";
}

.text-color,
body {
  color: #858a95;
}

.gel-heading-subtitle, .gel-icon-box-style-08 .btn-box .btn.btn-link:after, .gel-counter, .gel-video-text, .gel-testimonial .author-attr .gel-testimonial-name, .gel-our-team-name, .slick-arrows .slick-arrow:hover, .gel-image-box .btn.btn-link:after, .site-info a, ul.breadcrumbs li.breadcrumb-leaf, .g5core-breadcrumbs li.breadcrumb-leaf, .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, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-archives li > a:hover,
.wp-block-categories li > a:hover, .wp-block-archives .current-cat > a,
.wp-block-categories .current-cat > a, .wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover, .article-post .entry-title a:hover, .article-post .entry-meta a:hover, .article-post .entry-meta .meta-author .title-meta-author, .author-info-content .name a:hover, .comment-form a:hover, .comment-list li.pingback .comment-body .edit-link a:hover,
.comment-list li.trackback .comment-body .edit-link a:hover, .comment-list .comment-author .fn > a:hover, .comment-list .reply a:hover,
.comment-list .comment-metadata a:hover, .comment-list .comment-reply-title small a:hover, .page-numbers:not(ul).current, .page-numbers:not(ul):hover, ul.g5blog__post-meta li.meta-author span, ul.g5blog__post-meta li a:hover, .g5blog__post-title:hover, .g5blog__loop-more:after, .g5blog__loop-more:hover, .g5blog__post-grid-2 ul.g5blog__post-meta, .primary-sidebar .widget-title:before, .widget_search input:focus + button:before, .widget_rss ul a:hover,
.widget_recent_entries ul a:hover,
.widget_recent_comments ul a:hover,
.widget_meta ul 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_archive ul .current-cat > a,
.widget_categories ul .current-cat > a,
.widget_nav_menu ul .current-cat > a,
.widget_pages ul .current-cat > a, .tagcloud a:hover, .content-404-wrapper h2 {
  color: #f6663f;
}

.icon-box-hover-line-bt .gel-icon-box:after, .menu-horizontal > .menu-item > a:before, .menu-horizontal .sub-menu .menu-item > a:before, div.x-mega-sub-menu .gel-list .gel-list-item:before, .g5core-back-to-top:focus, .g5core-back-to-top:hover, .g5core__paging.next-prev > a:not(.disable):hover, ul.g5core__share-list li a:hover, .post-navigation .nav-links > div:hover, .page-numbers:not(ul).prev:hover, .page-numbers:not(ul).next:hover, .page-links > .page-links-text, .g5blog__post-grid-2 .g5blog__post-featured:before {
  background-color: #f6663f;
}

blockquote, .g5core__paging.next-prev > a:not(.disable):hover, ul.g5core__share-list li a:hover, .wp-block-quote, .wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"], .wp-block-quote.is-style-large, .wp-block-quote.is-large, .wp-block-button.is-style-outline .wp-block-button__link:hover, .post-navigation .nav-links > div:hover, .page-numbers:not(ul).prev:hover, .page-numbers:not(ul).next:hover, .page-links > .page-links-text, .widget_search input:focus {
  border-color: #f6663f;
}

.accent-foreground-color,
.g5core-back-to-top:focus,
.g5core-back-to-top:hover,
.g5core__paging.next-prev > a:not(.disable):hover,
ul.g5core__share-list li a:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.post-navigation .nav-links > div:hover,
.page-numbers:not(ul).prev:hover,
.page-numbers:not(ul).next:hover {
  color: #fff;
}

.disabled-color,
blockquote cite,
.gel-testimonial .author-attr .gel-testimonial-job,
.gel-our-team-job,
ul.breadcrumbs,
.g5core-breadcrumbs,
.g5core__cate-filer li,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation,
.article-post .entry-meta,
.comment-list .comment-metadata,
ul.g5blog__post-meta,
.g5blog__post-meta-date {
  color: #9fa4af;
}

.caption-color {
  color: #ababab;
}

.border-color,
hr,
table th,
table td,
table thead th,
.icon-box-border .gel-icon-box,
.icon-box-hover-bg .gel-icon-box,
.clients-grid,
.clients-grid .wpb_column:before,
.clients-grid .wpb_column:after,
.border-client .wpb_wrapper,
.custom-our-team .gel-our-team-inner,
.our-team-hover-card-flip .gel-our-team-inner,
.image-box-content-border .gel-image-box .content-box,
.site-header .site-navigation,
.site-header .search-form-wrapper .search-form,
ul.g5core__share-list li a,
.wp-block-table th,
.wp-block-table td,
ul.wp-block-latest-posts.is-grid li,
.post-navigation .nav-links > div,
.page-links > .page-links-text,
.page-links > a,
.g5blog__single,
.g5blog__post-medium-image .g5blog__post-inner,
.g5blog__post-grid-2 .g5blog__post-inner,
.widget_search input,
.widget_calendar caption {
  border-color: #ebebeb;
}

.heading-color,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote p,
.gel-icon-box-style-08 .btn-box .btn.btn-link,
.gel-icon-box-style-08 .btn-box .btn.btn-link:hover,
.gel-icon-box-style-08 .btn-box .btn.btn-link:active,
.white-text-color .thetis-contact select option,
.slick-arrows,
.slick-slider.white-text-color .slick-arrows .slick-arrow:hover,
.slick-arrows-light .slick-arrows .slick-arrow:hover,
.site-branding-text .site-title a,
div.x-mega-sub-menu .gel-list .gel-list-item:hover,
.page-main-title,
.g5core__paging.next-prev > a,
.g5core__share-label,
.comments-area .comments-title,
.comments-area .comment-reply-title,
.comment-list li.pingback .comment-body a:not(.comment-edit-link),
.comment-list li.trackback .comment-body a:not(.comment-edit-link),
.comment-list .comment-author .fn,
.comment-list .reply,
.post-navigation .nav-links .nav-title,
.page-numbers:not(ul).prev,
.page-numbers:not(ul).next,
.g5blog__loop-more,
.g5blog__block-title,
.widget .widget-title,
.widget_search button:before,
.tagcloud label {
  color: #000;
}

.primary-color {
  color: #ed2151;
}

.primary-bg-color,
.thetis-contact + .wpcf7-validation-errors {
  background-color: #ed2151;
}

.secondary-color {
  color: #331d7f;
}

.secondary-bg-color,
.icon-box-hover-line-bt .gel-icon-box {
  background-color: #331d7f;
}

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