:root {
  --theme_border: #d2d6d7;
  --theme_border2: #ebebeb;
  --theme_color: #e12e2e;
  --theme_radius: 4px;
  --theme_radius2: 4px;
  --theme_font: 'Poppins', sans-serif;
  --theme_font_2: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", sans-serif;
  --theme_shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

[class^="gi-"],
.gi {
  font-family: "geoit-font" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
}

.gi-search:before {
  content: "\f0d1";
}

.gi-bolt:before,
.gi-flash:before {
  content: "\ed3c";
}

.gi-arrow-down:before,
.gi-caret-down:before {
  content: "\ea50";
}

.gi-arrow-right:before,
.gi-long-arrow-right:before,
.gi-long-arrow-left:before,
.gi-angle-left:before,
.gi-angle-right:before {
  content: "\ea6c";
}

.gi-bookmark:before {
  content: "\eae4";
}

.gi-times:before,
.gi-close:before {
  content: "\eb99";
}

.gi-clock-o:before {
  content: "\f20f";
}

.gi-user:before {
  content: "\f256";
}

.gi-sign-out:before {
  content: "\eed8";
}

.gi-share:before {
  content: "\f0f9";
}

.gi-envelope:before {
  content: "\ef02";
}

.gi-home:before {
  content: "\ee23";
}

.gi-bullhorn:before {
  content: "\ef98";
}

.gi-check:before {
  content: "\eb7a";
}

.gi-moon:before {
  content: "\ef72";
}

.gi-sun:before {
  content: "\f1bc";
}

.gi-like-o:before {
  content: "\f207";
}

.gi-like:before {
  content: "\f206";
}

.gi-font:before {
  content: "\ed8c";
}

.gi-link:before {
  content: "\ecaf";
}

.gi-bookmark-o:before {
  content: "\eae5";
}

.gi-twitter:before {
  content: "\f23a";
}

.gi-facebook:before {
  content: "\ecbc";
}

.gi-bars:before {
  content: "\ef3e";
}

.gi-pinterest:before {
  content: "\efff";
}

.gi-linkedin:before {
  content: "\eeb5";
}

.gi-github:before {
  content: "\edca";
}

.gi-youtube:before {
  content: "\f2d4";
}

.gi-youtube-play:before {
  content: "\f00a";
}

.gi-instagram:before {
  content: "\ee66";
}

.gi-apple:before {
  content: "\ea3f";
}

.gi-dribbble:before {
  content: "\ec64";
}

.gi-skype:before {
  content: "\f14b";
}

.gi-google:before {
  content: "\edd4";
}

.gi-reddit:before {
  content: "\f061";
}

.gi-behance:before {
  content: "\eab9";
}

.gi-steam:before {
  content: "\f190";
}

.gi-spotify:before {
  content: "\f17c";
}

.gi-soundcloud:before {
  content: "\f164";
}

.gi-twitch:before {
  content: "\f239";
}

.gi-whatsapp:before {
  content: "\f2bc";
}

.gi-medium:before {
  content: "\ef2b";
}

.gi-snapchat:before {
  content: "\f15b";
}

.gi-paypal:before {
  content: "\efdc";
}

.gi-loading:before {
  content: "\f064";
}

.gi-bell:before {
  content: "\ef9a";
}

.gi-telegram:before {
  content: "\f1ef";
}

.gi-quote:before {
  content: "\eb6a";
}

.gi-messenger:before {
  content: "\ef4a";
}

.gi-patreon:before {
  content: "\efd4";
}

.gi-dashboard:before {
  content: "\ec14";
}

.gi-meteor:before {
  content: "\ef4b";
}

.gi-settings:before {
  content: "\f0e4";
}

.gi-message:before {
  content: "\ef46";
}

.gi-add:before {
  content: "\ef3a";
}

.gi-add-circle-o:before {
  content: "\ea11";
}

.gi-sort:before {
  content: "\f15f";
}

.gi-discord:before {
  content: "\ec37";
}

.gi-twitter-x:before {
  content: "\f3e6";
}

.gi-add-circle:before {
  content: "\ea10";
}

.gi-threads:before {
  content: "\f3e1";
}

.gi-tiktok:before { content: "\f372"; }
.gi-shopping:before { content: "\f120"; }


.gi-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.gotop .gi-arrow-down {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.woocommerce-breadcrumb .gi-arrow-down {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.gi-long-arrow-left,
.gi-angle-left {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

.pull-right {
  float: right;
}

.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.vc_columns {
  width: 100%;
}

.vc_columns,
.col-xs-2a,
.col-sm-2a,
.col-md-2a,
.col-lg-2a,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  width: 100%
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2a {
  width: 20%
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2a {
    width: 20%
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2a {
    width: 20%
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-md-2a {
    width: 20%
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  text-rendering: optimizelegibility;
  font-feature-settings: "kern";
  font-kerning: normal;
}

body {
  background-color: #f8f8f8;
  font-family: var(--theme_font);
  font-size: 15px;
  color: #222;
  line-height: 1.456;
  font-weight: 400;
  max-width: 100vw;
  overflow-x: hidden;
}

em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 400;
  color: #2d2d2d;
}

select {
  border: 1px solid var(--theme_border);
  padding: 15px;
  font-size: 15px;
  line-height: 1.5;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 10px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: var(--theme_radius);
  outline: none;
}

hr {
  border-color: var(--theme_border);
  border-top: 0;
  margin: 1em 0;
  display: inline-block;
  width: 100%;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  font-family: var(--theme_font);
  -webkit-appearance: none;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  outline: none;
  margin: 0;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

input {
  background-color: #fff;
  border: 0;
  font-family: var(--theme_font);
  -webkit-appearance: none;
  outline: none;
  padding: 1em;
}

code {
  padding: 3px 10px;
  font-size: 90%;
  color: #007faf;
  background-color: #eee;
  border-radius: var(--theme_radius);
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

pre,
.kqa-comment-content code {
  display: block;
  background: #f9f9f9;
  overflow: auto;
  padding: 10px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  border-radius: var(--theme_radius);
}

.uckan-btn {
  background: #fff;
  border: none;
  box-shadow: var(--theme_shadow);
  border-radius: var(--theme_radius);
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--theme_font);
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: var(--theme_shadow);
  box-shadow: var(--theme_shadow);
  background: rgba(255, 255, 255, 1);
  vertical-align: middle;
  text-decoration: none !important;
}

.uckan-btn.colored {
  background-color: var(--theme_color);
  color: #fff;
}

.color-primary {
  color: var(--theme_color)
}

.uckan-btn--icon {
  border-radius: 50%;
  font-size: 24px;
  box-shadow: none;
  background-color: transparent;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal;
}

.uckan-btn--icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-12px, -12px);
  -webkit-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}

.uckan-btn--middle {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
}

.uckan-btn--small {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}

.uckan-btn--fab {
  height: 40px;
  min-width: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  line-height: normal;
}

.uckan-btn--fab i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  line-height: 26px;
  width: 24px;
}

.uckan-btn--fab.colored i {
  color: #fff;
}

.uckan-btn--red {
  background-color: #d12619;
  color: #fff !important;
}

.uckan-btn--green {
  background-color: #468847;
  color: #fff !important;
}

.uckan-btn--blue {
  background-color: #2196f3;
  color: #fff !important;
}

.uckan-btn--repeater.pull-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

.uckan-btn--repeater {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.uckan-btn--block {
  display: block;
  width: 100%;
}

.uckan-btn--block:not(.uckan-btn--middle):not(.uckan-btn--small) {
  height: 50px;
  line-height: 50px;
}

.uckan-btn--rounded {
  border-radius: 25px;
}

.uckan-btn-group {
  display: flex;
  gap: 1em;
}

.dropdown-content:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  border-color: #fff transparent;
  border-width: 0 8px 7px 8px;
  top: -6px;
  right: 20px;
}

.dropdown-content {
  min-height: 1px;
  min-width: 175px;
  background: #fff;
  color: #222;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-top: none;
  border-radius: 0 0 10px 10px;
  text-align: left;
  outline: none;
  opacity: 0;
  right: 0;
  visibility: hidden;
  top: 100%;
  position: absolute;
  will-change: width, height;
  transform: scale(0);
  transform-origin: top right;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-content.collapsible-active {
  visibility: visible;
  transform: scale(1);
  z-index: 2;
  opacity: 1;
}

.dropdown-content ul>li {
  position: relative;
  list-style: none;
}

.dropdown-content ul>li>a {
  width: 100%;
  line-height: initial;
  border-left: 2px solid transparent;
  padding: 10px 1rem;
  font-size: 14px;
  font-family: var(--theme_font);
  font-weight: 400;
  display: block;
  transition: all 0.3s ease;
  color: #222;
}

.dropdown-content ul>li>a:hover {
  padding-left: 2em;
  border-color: #222;
  background: #f8f8f8;
}

.dropdown-content ul>li:last-child>a {
  border: 0;
}

.uck-layout__container {
  width: 100%;
  display: block;
  z-index: 10;
  position: relative;
}

.d-inline {
  display: inline-block;
}

.uck-layout__content {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 2em 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .uck-layout__content {
    margin: 1em 0
  }

  .page-template-template-dashboard .uck-layout__content {
    margin: 0
  }
}

#header {
  width: 100%;
  z-index: 100;
  position: relative;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1000;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: max-height, box-shadow;
}

.has-login-area {
  position: relative;
}

.header__top {
  height: 50px;
  background: var(--theme_color);
  box-shadow: none;
}

.header__bottom {
  background-color: #fff;
  position: relative;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-default .header__bottom {
  border-top: 1px solid #f3f3f3;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 0;
}

.header-one .header__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-two .header__row {
  height: 64px;
  max-height: 64px;
}

.header-two .header__logo {
  margin-right: 1em;
}

.header-default .header__top .header__row {
  min-height: 50px;
  max-height: 50px;
}

.header__top .header__row {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uck-layout__header--scroll .header__row {
  width: 100%;
}

.header__middle .header__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top--left {
  z-index: 3;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 15px;
  max-width: 50%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
}

.header__top--left .menu-top li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}

.header__top--left .menu-top li a {
  color: #fff;
}

.header__top--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  position: relative;
  max-width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  border-bottom: 0;
}

.header-two .header__top--right {
  border-right: 0;
}

.header__top--right>* {
  transition: all 0.3s ease;
}

.header__top--right> :hover:not(.header__search--form) {
  background: rgba(0, 0, 0, 0.1);
}

.menu-top-left {
  float: left;
}

.header_top--menu li,
.menu-top-left li {
  display: inline-block;
  list-style: none;
}

.menu-top-left li a {
  margin-right: 1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}

.header__top--link i {
  color: rgba(255, 255, 255, 0.9);
  margin-right: 5px;
  font-size: 17px;
  vertical-align: top;
}

.menu-top-left li a:hover {
  color: #fff;
}

.menu-top-left li.current-menu-item a {
  color: #fff;
}

.header__top--social li {
  list-style: none;
  display: inline-block;
}

.header__top--social li a {
  transition: all 0.3s ease;
  display: block;
  width: 34px;
  color: #fff;
  padding: 0 10px;
}

.header__top--social:hover li a {
  opacity: 0.5;
}

.header__top--social li a:hover {
  opacity: 1;
}

#header button,
#header .geoit-header-link {
  transition: all 0.3s ease;
  box-shadow: none;
  font-size: 12px;
  font-family: var(--theme_font);
  padding: 0 15px;
  color: #fff;
}

#header .jm-post-like {
  display: none !important;
}

.header__search {
  cursor: pointer;
}

.header__search,
.header__top--social,
.header__trending,
.geoit-header-link {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-layout-3 .header__search,
.header-layout-3 .header__top--social,
.header-layout-3 .header__trending {
  border: 0
}

.header__search--form {
  background-color: #fff;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  min-width: 400px;
  right: 0;
  top: 100%;
  position: absolute;
  z-index: 999;
  transition: all 0.3s ease;
  visibility: hidden;
  padding: 20px;
  opacity: 0;
}

.header__search--form.is-active {
  visibility: visible;
  opacity: 1;
}

.header__search--form form {
  width: 100%;
  line-height: 1;
  position: relative;
}

.header__search--form input {
  position: relative;
  background: transparent;
  width: 100%;
  padding: 0 1em;
  height: 45px;
  line-height: 45px;
  border: 1px solid var(--theme_border2);
  font-size: 15px;
  border-radius: var(--theme_radius);
  transition: all 0.3s ease;
}

.header__search--form input:focus {
  border-color: var(--theme_color);
}

.header__search--form button {
  position: absolute;
  right: 0;
  box-shadow: none;
  background: #222;
  color: #fff;
  font-size: 20px !important;
  padding: 0 10px !important;
  height: 45px !important;
  line-height: 45px !important;
  border-radius: 0 4px 4px 0 !important;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.header__search--form input:focus+button {
  background-color: var(--theme_color);
}

.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  z-index: 10;
  color: #fff;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: max-height, box-shadow;
}

.uck-layout-spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-no {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -2px;
  font-family: var(--theme_font)
}

.header__logo--center {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__logo .logo-center {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.header__logo--left {
  float: left;
  flex-shrink: 0;
}

.header__bottom--menu-center .geo-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header__bottom--menu-left {
  width: 100%;
  text-align: left;
}

.header__bottom--menu li {
  list-style: none;
  font-family: var(--theme_font);
}

.mobil-menu-button {
  font-size: 25px;
  display: none;
  padding: 5px 10px;
  background-color: var(--theme_color);
  color: #fff;
  transition: background 0.3s;
  border-radius: var(--theme_radius);
}

.header-one .mobil-menu-button {
  right: 0;
}

.geoit-menu-tag {
  text-transform: uppercase;
  font-size: 10px !important;
  color: #fff;
  background: red;
  position: relative;
  margin-left: 10px;
  margin-right: 0 !important;
  line-height: 15px;
  padding: 0 3px;
  border-radius: var(--theme_radius);
  display: inline-block;
  top: -1px;
}

@media (min-width: 768px) {
  .header__middle .header__row .header__logo {
    margin: 3em 0;
  }
}

@media (max-width: 1200px) {
  .header-two .header__bottom--menu {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .header-two .mobile-menu-icon,
  .mobil-close {
    display: block !important;
    margin: 0 1em;
  }
}

@media (max-width: 992px) {
  .header__notification {
    border: 0;
  }

  .header__notification button {
    padding-right: 0 !important;
    padding-left: 10px !important;
  }

  .header__notification button>span {
    right: -5px;
  }

  .header-one .header__top--right {
    line-height: 45px;
  }

  #header .container {
    width: 100%;
    padding: 0 1em;
  }

  .header__bottom--menu.mobil-active .geo-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__bottom--menu.mobil-active .geo-menu a {
    color: #222 !important;
  }

  .header__bottom--menu,
  .geoit-mega-menu-block {
    display: none !important;
  }

  .header__bottom--menu.mobil-active {
    display: block !important;
    background: #fff;
    width: 100%;
    z-index: 100;
  }

  .header-two .header__bottom--menu.mobil-active {
    position: fixed;
    top: 64px;
    left: 0;
    overflow: auto;
    bottom: 0;
  }

  .header-one .header__bottom--menu.mobil-active {
    position: absolute;
    top: 64px;
    left: 0;
  }

  .header-two .header__bottom--menu .menu-item-has-children:after,
  .header-two .header__bottom--menu .geoit-mega-menu:after {
    color: #bbb !important;
  }

  .header__bottom--menu li>ul {
    box-shadow: none !important;
    display: none;
  }

  .header__bottom--menu li:hover>ul {
    display: block;
  }

  .header__bottom--menu li>ul>li:hover ul {
    left: auto !important;
  }

  .mobil-menu-button {
    padding: 15px !important;
    display: block;
  }

  .header__bottom--menu.mobil-active .geo-menu li {
    display: inline;
  }
}

.header__bottom--menu li>ul {
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: -9999px;
  z-index: 101;
  min-width: 200px;
  list-style: none;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -ms-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.header__bottom--menu.mobil-active li>ul {
  position: relative;
  top: auto;
  left: auto;
}

.header__bottom--menu li:hover>ul {
  left: auto;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.header-one .header__bottom--menu>div>ul>li:last-child:hover>ul {
  left: auto;
  right: 0;
}

.header__bottom--menu li>ul>li:hover>ul {
  top: 0;
  left: 100%;
}

.header__bottom--menu .menu-item-has-children:after,
.header__bottom--menu .geoit-mega-menu:after {
  position: absolute;
  content: "\ea50";
  font: normal normal normal 15px/1 geoit-font;
  right: 5px;
  top: 24px;
  color: #bbb;
}

.header__bottom--menu-center {
  width: 100%;
  text-align: center;
}

.header__bottom--menu .sub-menu .menu-item-has-children:after {
  content: "\ea50";
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: auto;
  position: relative;
  float: right;
  top: 15px;
}

.header__bottom--menu .sub-menu li {
  display: block;
  position: relative;
  width: 100%;
}

.header__bottom--menu .sub-menu li:last-child {
  border: 0;
}

.header__bottom--menu .sub-menu li a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: #222;
  padding: 0 20px;
  line-height: 40px !important;
}

.header__bottom--menu .sub-menu>li:hover>a {
  color: #222;
  background: #f2f2f2;
  box-shadow: none !important;
}

.header__bottom--menu .header__bottom--link {
  display: block;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  color: #222;
  text-decoration: none;
  line-height: 64px;
  margin: 0;
}

.menu-item i,
.menu-item span {
  margin-right: 8px;
  font-size: inherit;
  vertical-align: middle;
}

.menu-item svg {
  width: 22px;
  height: 22px;
  transition: all 0.3s ease;
  margin-right: 8px;
  vertical-align: middle;
}

.header-two .menu-item svg,
.header-two .menu-item:hover svg {
  fill: #fff !important;
}

.header-two .header__bottom--menu .header__bottom--link {
  font-weight: 500;
}

.geo-menu:after {
  content: "";
  clear: both;
  display: block;
}

.geo-menu>li {
  float: left;
}

.header__bottom--menu ul.geo-menu>li>.header__bottom--link.menu-item-has-children,
.header__bottom--menu ul.geo-menu>li>.header__bottom--link.geoit-mega-menu {
  padding-right: 20px;
}

.header__bottom--menu ul>li:hover .geoit-mega-menu-block {
  display: block;
}

.header__bottom--menu .current-menu-item,
.header__bottom--menu .current-menu-parent {
  box-shadow: inset 0 -2px 0 0 var(--theme_color);
  color: var(--theme_color);
}

.header__bottom--menu li:hover>.header__bottom--link {
  box-shadow: inset 0 -2px 0 0 var(--theme_color);
  color: var(--theme_color);
}

.header__bottom--menu .sub-menu .current-menu-item {
  box-shadow: none;
  background: var(--theme_color) !important;
  color: #fff !important;
}

.header__bottom--menu li:hover>.header__bottom--link svg {
  fill: var(--theme_color);
}

.header__bottom--menu .sub-menu a {
  box-shadow: none !important;
}

.page__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

.mobile-menu-icon,
.mobil_login_button {
  display: none;
  z-index: 2;
  padding: 0 !important;
}

.header__logo--right {
  float: right;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobil_login_button {
  padding-right: 0px !important;
  margin-right: 8px;
}

.uckan_login-button i {
  font-size: 15px;
  vertical-align: sub;
  width: 12px;
}

.uckan_login-button[data-toggle="geoit-login"] i {
  margin-right: 5px;
}

@media screen and (max-width: 992px) {
  .header-two .uckan_login-button {
    margin-top: 19px;
  }

  .header-two .header__notification {
    border: 0;
  }

  .notification-button i {
    font-size: 20px;
  }
}

.mobil_login_button button,
.mobile-menu-icon {
  color: #222 !important;
  padding: 0 !important;
}

.header-two .mobil_login_button button,
.header-two .mobile-menu-icon {
  color: #fff !important;
}

.mobile-menu-icon i {
  margin: 0;
  font-size: 34px;
}

.mobile-menu-icon i {
  vertical-align: middle;
}

.admin-bar #geo_mobil_menu {
  top: 0 !important;
  z-index: 999999999;
}

.admin-bar .mobil-close {
  top: 60px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar #geo_mobil_menu {
    top: 46px;
  }
}

.goe_mobil_lr>* {
  margin: 0 10px;
}

.logo_center_wrapper {
  width: 100%;
}

@media screen and (max-width: 376px) {
  .header__logo img {
    max-width: 225px;
  }
}

@media screen and (max-width: 321px) {
  .header__logo img {
    max-width: 190px;
  }
}

@media screen and (max-width: 992px) {

  .uckan_login-button,
  .mobil_login_button,
  .mobile-menu-icon {
    display: block;
    font-size: inherit !important;
  }

  .uckan_login-button {
    font-size: 22px !important;
  }

  .header-two .header__bottom {
    padding: 0 1em;
  }

  .header__logo--center {
    width: auto;
    display: block;
  }

  #header.header-default .header__bottom {
    display: none;
  }

  .header__logo {
    margin: 10px 0;
  }

  .header__logo img {
    max-width: 300px;
    max-height: 60px !important;
  }

  body:not(.sidebar-mobile-enable) .sidebar {
    display: none;
  }

  .footer-sidebar {
    border: 0 !important;
  }

  .footer__bottom .header__row>* {
    flex: 0 0 100%;
  }

  .menu-footer {
    margin-top: 20px;
  }

  .menu-footer li {
    margin: 5px !important;
  }

  .header-two .header__logo {
    margin: 0;
  }

  .header__middle {
    background: transparent !important;
    display: block;
  }

  .header__logo_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0 1em;
    position: relative;
  }

  .header__middle .header__row {
    flex-direction: column;
  }

  .geoit_login-wrapper {
    border-radius: 0 !important;
  }

  #header .container {
    padding: 0;
  }

  .header__top--right {
    position: unset;
    border: 0;
    z-index: 10;
  }

  .header__top .ticker-title {
    padding: 0 8px !important;
  }

  .header-two .header__top--right>.header__notification button {
    color: #fff !important;
  }

  .header__top--right>.header__notification {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 5px;
    height: 40px;
  }

  .header__top--right>* {
    display: none !important;
  }

  .header__top--left {
    max-width: 100%;
    padding-right: 30px;
  }
}

.content__post--meta-social {
  margin: 0 0 1em;
}

.content-header-meta .content__post--meta-social {
  margin: 0
}

.content__post--meta-social a {
  text-decoration: none;
  color: #fff !important;
}

.image-responsive {
  max-width: 100%;
}

.h-slider {
  margin: 2em 0 0;
}

.carousel {
  width: 100%;
  height: 500px;
}

.carousel-style-2,
.carousel-style-1,
.carousel-stlye-3,
.slider-style-3 {
  margin: 2em 0 0;
  display: inline-block;
  width: 100%;
  height: auto;
}

.carousel-style-4,
.carousel-style-5 {
  margin: 2em 0 0;
}

@media (max-width: 562px) {

  .carousel-style-2,
  .carousel-style-1,
  .carousel-stlye-3,
  .slider-style-3 {
    margin: 1em 0 0;
  }

  .carousel-style-4,
  .carousel-style-5 {
    margin: 1em 0 0;
  }
}

.carousel-style-4 .carousel__medium--item,
.carousel-style-5 .carousel__medium--item {
  height: 100%;
}

.carousel__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
}

.carousel .carousel__item {
  padding: 1px;
  border-radius: var(--theme_radius);
  background: transparent !important;
}

@media (max-width: 562px) {
  .carousel .carousel__item {
    padding: 2px;
    border-radius: 0
  }
}

.carousel__big--item {
  width: 50%;
  height: 500px;
}

.carousel-style-2 .carousel__big--item {
  height: 450px;
}

.carousel__medium--item {
  width: 25%;
  height: 250px;
}

@media (min-width: 992px) {
  .carousel-style-2 .carousel__medium--item .truncate {
    -webkit-line-clamp: 2 !important;
  }

  .carousel-style-2 .carousel__medium--item {
    width: 25%;
    height: 250px;
  }

  .carousel-style-2g .carousel__big--item {
    height: 400px;
    width: auto;
  }

  .carousel-style-2g .carousel__medium--item {
    height: 198px;
    width: auto;
  }

  .carousel-style-2g {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 5px;
    grid-auto-flow: row;
    grid-template-areas: "splash-1 splash-1 inner-2 inner-3" "splash-1 splash-1 splash-6 splash-6" "inner-4 inner-5 splash-6 splash-6";
  }

  .carousel-style-2g .geoit_slider-0 {
    grid-area: splash-1;
  }

  .carousel-style-2g .geoit_slider-5 {
    grid-area: splash-6;
  }

  .carousel-style-2g .geoit_slider-1 {
    grid-area: inner-2;
  }

  .carousel-style-2g .geoit_slider-2 {
    grid-area: inner-3;
  }

  .carousel-style-2g .geoit_slider-3 {
    grid-area: inner-4;
  }

  .carousel-style-2g .geoit_slider-4 {
    grid-area: inner-5;
  }
}

.carousel-style-3 {
  height: auto;
}

.carousel-style-3 .carousel__medium--item {
  width: 50%;
}

.carousel__small--item {
  width: 25%;
  height: 250px;
}

.owl-carousel.w-slider:not(.owl-loaded) {
  overflow: hidden;
}

.owl-carousel.w-slider:not(.owl-loaded),
.owl-carousel.w-slider .carousel__item,
.owl-carousel.w-slider .item .w-slider_image,
.widget-homepage .owl-carousel.w-slider.loop1 .carousel__item,
.widget-homepage .owl-carousel.w-slider.loop1 .item .w-slider_image {
  height: 250px;
}

.slider-style-2 .owl-carousel.w-slider:not(.owl-loaded),
.slider-style-2 .owl-carousel.w-slider .item .w-slider_image,
.slider-style-2 .owl-carousel.w-slider .carousel__item {
  height: 500px;
}

.sidebar .slider-style-2 .owl-carousel.w-slider:not(.owl-loaded),
.sidebar .slider-style-2 .owl-carousel.w-slider .item .w-slider_image,
.sidebar .slider-style-2 .owl-carousel.w-slider .carousel__item {
  height: 250px;
}

.widget-area .slider-style-2 .owl-carousel.w-slider:not(.owl-loaded),
.widget-area .slider-style-2 .owl-carousel.w-slider .item .w-slider_image,
.widget-area .slider-style-2 .owl-carousel.w-slider .carousel__item {
  height: 450px;
}

.slider-style-3.owl-carousel.w-slider:not(.owl-loaded),
.slider-style-3 .carousel__item {
  height: 500px !important;
  border-radius: 0;
}

@media screen and (max-width: 768px) {

  .slider-style-3.owl-carousel.w-slider:not(.owl-loaded),
  .slider-style-3 .carousel__item {
    height: 250px !important;
    border-radius: 0;
  }
}

.carousel__image {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-color: var(--theme_color);
  z-index: 1;
}

.carousel__medium--item .carousel__image,
.carousel__small--item .carousel__image {
  height: 100%;
}

.owl-carousel.h-slider {
  position: relative;
}

.owl-carousel.w-slider .owl-nav {
  margin: -1px 0 0;
}

.carousel__content--meta {
  color: #fff;
  line-height: 24px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}

.carousel__content p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  flex: 0 0 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel__content--meta .author+.date {
  float: right;
  flex: 1;
  text-align: right;
}

.slider-style-2 .carousel__content--meta .date {
  font-size: 15px;
}

.sidebar .slider-style-2 .carousel__content--meta .date,
.kan_vc_block.kan_col_1e3 .slider-style-2 .carousel__content--meta .date {
  font-size: 14px;
}

.carousel__content--meta .author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.carousel__content--meta .author img {
  vertical-align: -7px;
  width: 25px !important;
  height: 25px !important;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 100%;
}

.carousel__category {
  position: relative;
  z-index: 3;
  display: block;
}

.geo_first_category {
  padding: 0 15px;
  height: 30px;
  line-height: 32px;
  border-radius: var(--theme_radius);
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  word-wrap: normal;
  font-family: var(--theme_font);
  position: relative;
  background: var(--theme_color);
  color: #fff;
}

.geo_first_category_style-2:before {
  order: 2;
  color: #666;
  padding: 0 0.5rem;
  content: '—';
}

.geo_first_category_style-2 {
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 25px;
  text-transform: uppercase;
  border: 1px solid var(--theme_color);
  padding: 5px 15px;
  position: relative;
  padding-left: 35px;
  font-family: var(--theme_font);
}

.carousel__content .geo_first_category_style-2:before {
  color: rgba(255, 255, 255, .5)
}

.carousel__content .geo_first_category_style-2 .geo_first_category_dropcap {
  left: 0 !important
}

.carousel__content .geo_first_category_style-3 {
  background: var(--theme_color) !important;
  color: #fff !important
}

.carousel__content .geo_first_category_style-2 {
  color: #fff;
  border-color: #fff;
}

.geo_first_category_dropcap {
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 32px;
  text-align: Center;
  float: left;
  margin-right: 15px;
  font-size: 10px;
  border-radius: 100%;
  background: var(--theme_color);
  color: #fff;
}

.carousel-slider>.carousel:not(:first-child) {
  display: none !important;
}

.owl-carousel:not(.carousel-slider)>* {
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.owl-carousel.owl-loaded>*,
.slider-style-2 .owl-carousel>* {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.owl-loaded {
  background: transparent;
}

.owl-carousel.w-slider .item .w-slider_image {
  position: relative;
  height: 100%;
  background-color: var(--theme_color);
  background-size: cover;
  background-position: center center;
}

.geo-thumbnail {
  background-color: var(--theme_color);
  position: relative;
  overflow: hidden;
}

.geo-thumbnail img {
  width: 100%;
}

.carousel__image:before,
.owl-carousel.w-slider .item .w-slider_image:before,
.geo-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.28) 90%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.owl-carousel.w-slider .item:hover .w-slider_image:before {
  opacity: 0.8;
}

.carousel__item:hover .carousel__image:before {
  opacity: 0.8;
}

.geo-thumbnail:hover:before {
  opacity: 0.8;
}

.carousel__content {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .carousel__content {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}

.sidebar .slider-style-2 .carousel__content,
.kan_vc_block.kan_col_1e3 .carousel__content {
  top: auto;
  bottom: 1.5em;
  left: 1.5em;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  text-align: left;
}

.carousel__content--meta .readmore {
  width: 75%;
  margin: 0 auto;
  background: #fff;
  color: #222;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-top: 15px;
}

.w-slider .carousel__content--meta .readmore {
  display: none;
}

.slider-style-2 .carousel__content .headline {
  font-size: 30px !important;
  line-height: 1.4 !important;
}

.w-slider_image .carousel__content .headline {
  font-size: 22px;
  line-height: 1.4;
}

.carousel-style-1 {
  padding: 0 2px;
}

.carousel-style-1 .carousel__big--item .carousel__content .headline,
.carousel-style-4 .carousel__big--item .carousel__content .headline,
.carousel-style-5 .carousel__big--item .carousel__content .headline {
  font-size: 32px;
}

.carousel-style-3 .carousel__big--item .carousel__content .headline,
.carousel-style-1 .carousel__big--item .carousel__content .headline,
.carousel-style-4 .carousel__big--item .carousel__content .headline,
.carousel-style-5 .carousel__big--item .carousel__content .headline,
.slider-style-2 .carousel__content .headline {
  line-height: 1.4;
}

.carousel-style-2 .carousel__big--item .carousel__content .headline {
  font-size: 22px;
  line-height: 1.4;
}

.slider_mask .carousel__image:before,
.slider_mask .w-slider_image:before {
  opacity: 0.9 !important;
}

.slider_mask .carousel__content--meta {
  color: #fff !important;
}

.slider_mask .geoit_slider-0 .carousel__image:before,
.slider_mask.owl-carousel.w-slider .item.geoit_slider-1 .w-slider_image:before {
  background-image: linear-gradient(-225deg, #2196f3 0%, #3f51b5 50%, #321575 100%) !important;
}

.slider_mask .geoit_slider-1 .carousel__image:before,
.slider_mask.owl-carousel.w-slider .item.geoit_slider-1 .w-slider_image:before {
  background-image: linear-gradient(-225deg, #ff057c 0%, #8d0b93 50%, #321575 100%) !important;
}

.slider_mask .geoit_slider-2 .carousel__image:before,
.slider_mask.owl-carousel.w-slider .item.geoit_slider-2 .w-slider_image:before {
  background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%) !important;
}

.slider_mask .geoit_slider-3 .carousel__image:before,
.slider_mask.owl-carousel.w-slider .item.geoit_slider-3 .w-slider_image:before {
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%) !important;
}

.slider_mask .geoit_slider-4 .carousel__image:before,
.slider_mask.owl-carousel.w-slider .item.geoit_slider-4 .w-slider_image:before {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%) !important;
}

.slider_mask .geoit_slider-5 .carousel__image:before,
.slider_mask.owl-carousel.w-slider .item.geoit_slider-5 .w-slider_image:before {
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%) !important;
}

.slider_mask .geoit_slider-6 .carousel__image:before,
.slider_mask.owl-carousel.w-slider .item.geoit_slider-6 .w-slider_image:before {
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%) !important;
}

.carousel__content .geo_first_category {
  margin-bottom: 5px !important;
}

.carousel__content .headline {
  color: #fff;
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 17px;
  -webkit-line-clamp: 3;
  line-height: 1.4;
}

.sidebar .carousel__content .headline,
.kan_vc_block.kan_col_1e3 .carousel__content .headline,
.content .carousel__content .headline {
  font-size: 17px;
  line-height: 24px;
}

.carousel__content .headline a {
  color: inherit;
  font-weight: 600;
}

.carousel__small--item .carousel__content .headline a {
  font-weight: 600;
}

.carousel-style-1 .carousel__medium--item .carousel__content .headline a {
  font-weight: 600;
}

.carousel__content .headline a:hover {
  color: #fff;
}

.carousel__content--meta a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.carousel__content--meta a {
  color: #fff;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  background: #fff;
  border: 0;
  margin: 0;
  font-size: 16px;
  width: 30px;
  line-height: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  z-index: 1;
  padding: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  width: 40px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--theme_color);
  color: #fff;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

@media screen and (max-width: 992px) {
  .carousel-style-2 .carousel__medium--item {
    width: 50%;
    margin-bottom: 4px;
  }

  .owl-carousel.w-slider .carousel__item,
  .owl-carousel.w-slider .item .w-slider_image,
  .widget-homepage .owl-carousel.w-slider.loop1 .carousel__item,
  .widget-homepage .owl-carousel.w-slider.loop1 .item .w-slider_image {
    height: 250px;
  }

  .geo__item {
    width: 50% !important;
  }

  .header__top {
    height: 40px !important;
  }

  .header__top .ticker {
    height: 40px !important;
    line-height: 40px !important;
    padding-left: 2.5rem;
  }

  .header-default .header__top .header__row {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .header__top .header__top--left {
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .geoit_comment_avatar {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
  }
}

@media screen and (max-width: 600px) {
  .geo__item {
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  .carousel__content .headline {
    font-size: 17px;
  }
}

.entry-author {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.entry-author img {
  border-radius: 100%;
  height: 32px !important;
  width: 32px !important;
  margin: 0 !important;
  margin-right: 8px !important;
}

.content__title {
  position: relative;
  display: inline-block;
  width: 100%;
}

.box-sd {
  box-shadow: var(--theme_shadow);
}

.widget,
.tab_menu_comments,
.register-frontend,
.geo-author-profile-widget-inner {
  position: relative;
  background: #fff;
  box-shadow: var(--theme_shadow);
}

.geo-author-profile-widget-inner {
  padding: 1em;
  height: 100%;
  margin-right: -30px;
  margin-bottom: 2px;
}

.content--page>.tab_content {
  margin: 0
}

.widget #tab-menu .tabs,
.kan_wrapper .tabs {
  box-shadow: none !important;
}

.tab_menu_comments a {
  font-weight: 600;
}

.geo_homepage_1col {
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget p {
  line-height: 1.6;
  color: #2d2d2d;
}

.content__title .uckan-btn i {
  margin-right: 10px;
  vertical-align: middle;
}

.content__title .uckan-btn,
.kan_wrapper .widget .widgettitle {
  width: 100%;
  text-align: left;
  font-weight: 600;
  cursor: auto;
  box-shadow: none;
  font-size: 14px;
  border-bottom: 1px solid var(--theme_border2);
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  padding: 0 15px 0 40px;
}

.widget .content__title .uckan-btn {
  box-shadow: none;
  border-bottom: 1px solid var(--theme_border2);
}

.geoit-block-flat .widget .content__title .uckan-btn {
  margin-bottom: 15px !important;
}

.content__title .uckan-btn:before,
.kan_wrapper .widget .widgettitle:before,
.footer__title .headline:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--theme_color);
}

.block_title_style-2 .uckan-btn,
.block_title_style-3 .uckan-btn {
  padding-left: 20px;
}

.block_title_style-2 .uckan-btn:before,
.block_title_style-3 .uckan-btn:before {
  content: none;
}

.block_title_style-3 .uckan-btn:after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: var(--theme_color);
}

.block_title_style-4 .uckan-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 10px;
  border-radius: 0;
}

.block_title_style-5 .uckan-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  border-radius: 0;
}

.block_title_style-6 .uckan-btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: var(--theme_color);
  transform: skew(-30deg) translateX(15px);
  z-index: -1;
}

.block_title_style-6 .uckan-btn::before {
  content: none
}

.block_title_style-6 .uckan-btn {
  width: auto;
  padding-left: 15px;
  position: relative;
  z-index: 1;
  border: 0 !important;
  padding-right: 15px;
  background: var(--theme_color) !important;
  color: #fff
}

.footer__title .headline:before {
  top: 8px;
  left: 0;
}

.masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.masonry:after {
  content: "";
  display: block;
  clear: both;
}

.uck-card {
  float: left;
  clear: both;
  z-index: 3;
}

.content__recent-posts--group,
.content__related-posts {
  -webkit-box-shadow: var(--theme_shadow);
  box-shadow: var(--theme_shadow);
  border-radius: var(--theme_radius);
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}

@media (min-width: 992px) {
  .uck-card-list2 .uck-card--image>a {
    display: initial
  }

  .uck-card-list2 .uck-card--image img {
    border-radius: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .uck-card-list2 .uck-card--image {
    position: relative;
    overflow: hidden;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: kan-img;
    height: auto;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: auto !important
  }

  .uck-card-list2:nth-child(even) {
    grid-template-areas: "kan-caption kan-img";
    -ms-grid-columns: auto 50%;
    grid-template-columns: auto 50%;
  }

  .uck-card-list2 .uck-card--content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    gap: 8px;
    grid-area: kan-caption;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 30px 50px !important;
  }

  .uck-card-list2::after {
    content: none !important
  }

  .uck-card-list2 {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-areas: "kan-img kan-caption";
    -ms-grid-columns: 50% auto;
    grid-template-columns: 50% auto;
    padding: 0 !important
  }
}

.uck-card-list {
  width: 100%;
  display: inline-block;
  overflow: initial;
  box-shadow: none;
  position: relative;
  padding: 20px;
  float: none;
  margin: 0;
}

.uck-card-list.post-list-video .uck-card--content {
  padding: 1em 0;
}

.tab_content .post-list-group .uck-card-list:first-child {
  border: 0;
}

.uck-card-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--theme_border2);
}

.uck-card-list:last-child:after {
  content: none
}

.masonry .uck-card--meta {
  padding: 0;
  margin: 0 0 10px;
}

.uck-card--meta .uck-card--right,
.carousel__content--meta .readmore {
  text-transform: uppercase;
  font-family: var(--theme_font);
}

.uck-card-list .uck-card--image {
  float: left;
  z-index: 3;
  overflow: hidden;
  width: 335px;
  margin-right: 25px;
}

.uck-card-list .uck-card--image img {
  transition: all 0.8s ease;
}

.uck-card-list .uck-card--content {
  padding: 0;
  text-align: left;
}

.uck-card-list .uck-card--left {
  float: left;
  position: relative;
  width: 50%;
}

.uck-card-list .uck-card--left+.uck-card--right {
  width: 50%;
}

.masonry .uck-card--right {
  margin: 15px 0 0;
}

.uck-card-list .entry_author img {
  margin-right: 10px;
  float: none;
  width: 25px;
  height: 25px;
  vertical-align: -8px;
}

.trending_post {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uck-card-list .geo_trending_post {
  margin-left: 0 !important;
  margin-right: 10px;
}

@media (max-width: 450px) {
  .geo-notification {
    width: 275px !important;
  }

  .geo-notification-content .notification-left {
    display: none;
  }

  .geo-notification-content .notification-right {
    padding-left: 0 !important;
  }

  .uck-card-list {
    height: auto;
    border-bottom: 1px solid var(--theme_border2);
  }

  .uck-card-list .trending-post {
    margin: 10px 0 0 !important;
  }

  .uck-card-list .uck-card--image {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.content__recent-posts--group .post.sticky:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  height: 30px;
  border: 1.5em solid var(--theme_color);
  border-bottom-color: transparent !important;
  left: 1em;
  z-index: 5;
}

.masonry .uck-card {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.masonry .uck-card.uck-card-grid3 .headline {
  line-height: 1.3;
  font-size: 1.25rem;
}

.uck-card-grid3,
.uck-card-grid4 .uck-card-flex {
  border: 1px solid var(--theme_border2);
  margin-top: -1px;
  margin-left: -1px;
  padding: 40px !important;
  transition: 0.2s;
}

.uck-card-grid3 .uck-card-flex {
  transition: transform .3s ease;
}

.uck-card-grid3:hover .uck-card-flex {
  transform: scale(1.025);
  overflow: hidden;
}

@media (min-width: 1020px) {

  .h-layout-1 .masonry .uck-card,
  #related-articles .masonry .uck-card {
    width: 33.33333333%;
  }
}

.masonry-grid .uck-card {
  width: 33.333333333%;
}

.masonry-grid .uck-card-big2 {
  width: 50%
}

.kan_col_1e3 .masonry:not(.masonry-grid)>.uck-card,
.sidebar .masonry:not(.masonry-grid)>.uck-card {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-top: 0;
}

.masonry-grid>.uck-card:nth-child(3n),
.content:not(.h-layout-1) .masonry:not(.masonry-grid)>.uck-card:nth-child(2n),
.kan_col_2e3 .masonry:not(.masonry-grid)>.uck-card:nth-child(2n-1),
.content.h-layout-1 .masonry:not(.masonry-grid)>.uck-card:nth-child(3n) {
  border-right: 0;
}

@media (min-width: 1020px) {
  .masonry .uck-card.uck-card-grid3:nth-child(-n+2) {
    margin-top: 0;
  }

  .content.h-layout-1 .masonry .uck-card.uck-card-grid3:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media (min-width: 1020px) {
  .h-layout-1 .masonry-grid .uck-card {
    width: 25%;
  }
}

.masonry-grid .uck-card--content .date {
  display: inline-block;
}

.masonry-grid img.avatar {
  border-radius: var(--theme_radius);
  margin-right: 10px;
  float: left;
}

.uck-card--content .entry_author {
  margin-top: 0;
}

.masonry-grid .uck-card--content .entry_author {
  margin-right: 5px;
  display: inline-block;
}

.uck-card .geo_trending_post {
  margin-left: 5px;
}

.entry_author span {
  float: left;
}

.entry_author a {
  font-weight: 600;
  font-family: var(--theme_font);
  color: #222;
  margin-right: 8px;
  font-size: 14px;
}

.entry_author .date {
  float: right;
  color: #2d2d2d;
}

.uck-card-flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 675px) {
  .masonry-grid .uck-card--image img {
    width: 100%;
  }

  .masonry-grid .uck-card {
    width: 50%;
  }

  .uck-card--col_right .uck-card--image img {
    max-width: 100px;
    height: auto !important;
  }
}

@media (max-width: 425px) {
  .header__top--social {
    display: none !important;
  }

  #geo_mobil_menu .header__top--social {
    display: block !important;
  }

  .sidebar .recentpost .grid-sizer,
  .sidebar .recentpost .masonry .uck-card {
    width: 48%;
  }
}

.uck-card.col-posts {
  width: 100%;
}

.content__post {
  width: 100%;
  background: #fff;
  box-shadow: var(--theme_shadow);
  margin: 0 0 20px;
}

#content+.code-block {
  display: none;
}

@media (max-width: 425px) {
  .content__post {
    border-radius: 0 !important
  }
}

.uck-card--image {
  position: relative;
}

.uck-card--image .video-format {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  text-indent: 4px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 68px;
  text-align: center;
}

.geo-post-format {
  position: absolute !important;
  bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  --webkit-backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .43);
  opacity: 1;
  text-align: center;
  right: 10px;
  z-index: 3;
  font-size: 20px;
  color: #fff;
}

.geo-post-format img,
.geo-post-format svg {
  width: 25px !important;
  height: 25px !important;
  display: inline-block !important;
  vertical-align: -4.5px;
  fill: #fff;
}

.uck-card--col_right .geo-post-format {
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
}

.uck-card--col_right .geo-post-format img,
.uck-card--col_right .geo-post-format svg {
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  vertical-align: -4.5px;
  fill: #fff;
}

.geo-post-format a {
  color: #222;
}

.uck-card--image .video-format i {
  font-size: 2em;
  vertical-align: middle;
}

.uck-card--image img {
  width: 100%;
  border-radius: var(--theme_radius);
}

.uck-card--col_right .uck-card--image img {
  width: 150px;
  height: 90px;
}

.uck-card--content {
  padding: 1em 0 0;
}

.uck-card--content span a:hover {
  color: var(--theme_color)
}

.uck-card--content span {
  margin: 5px 5px 0 0;
  display: inline-block;
}

.uck-card--content .geo_first_category {
  display: inline-block !important;
}

.uck-card--col_right .uck-card--content {
  padding: 0;
}

.sidebar .uck-card--col_right {
  border-left: 0;
}

.uck-card--sidebar .uck-card--content {
  padding: 15px;
}

.widget-homepage .masonry .uck-card--sidebar .uck-card--content {
  padding: 30px;
}

.uck-card--category {
  position: relative;
  padding-left: 0.5em;
}

.uck-card--category a {
  color: #222;
  font-weight: 400;
}

.uck-card--category:before {
  width: 30px;
  height: 12px;
  background-color: var(--theme_color);
  content: "";
  position: absolute;
  left: -2em;
  top: 3px;
}

.headline {
  font-family: var(--theme_font);
}

.uck-card .headline,
.vc_grid-item h4 {
  color: #222;
  font-size: 15px;
  margin: 5px 0;
}

.headline a,
.vc_grid-item h4 {
  position: relative;
  display: inline;
  color: inherit;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0;
  background-repeat: no-repeat;
}

.headline a:hover,
.vc_grid-item h4:hover {
  background-size: 100% 2px;
}

.uck-card p,
.vc_grid-item p,
.author-box p {
  line-height: 20px;
  font-size: 13px;
  opacity: 0.9;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.uck-card--meta {
  padding: 10px 0 0;
}

.uck-card--sidebar .uck-card--meta {
  padding: 1em 15px;
}

.entry_author img {
  float: left;
  border-radius: 100%;
  margin: 0;
  margin-right: 1em;
}

.uck-card--left .entry_author {
  margin-right: 10px;
  display: inline-block;
}

.uck-card-list .uck-card--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uck-card--left+.uck-card--right {
  display: inline-block;
  text-align: right;
  transition: all 0.5s ease;
}

.uck-card--right a {
  color: var(--theme_color);
  display: inline-block;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--theme_color);
  padding: 8px 15px;
  font-size: 12px;
  border-radius: var(--theme_radius);
}

.uck-card:hover .uck-card--right a {
  background: var(--theme_color);
  opacity: 1;
  color: #fff !important;
}

.uck-card--col_left {
  float: left;
  width: 50%;
}

.col-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.sidebar .col-posts {
  display: inline-block;
}

.sidebar .uck-card--col_left,
.sidebar .col-group,
.widget-footer .uck-card--col_left,
.widget-footer .col-group {
  width: 100%;
}

.sidebar .uck-card--col_left {
  border-bottom: 1px solid var(--theme_border2);
}

.col-1 .uck-card--col_right .uck-card--content {
  padding: 0;
}

.uck-card--content span,
.uck-card--col_left .date,
.geoit-popular-post-meta {
  font-size: 13px;
}

.uck-card--content span i,
.uck-card--col_left .date i {
  margin-right: 5px;
}

.geo_trending_post i {
  margin-right: 0 !important;
  vertical-align: bottom;
}

.uck-card--col_left .date,
.uck-card--col_top .date {
  margin-bottom: 10px;
  display: inline-block;
}

.uck-card--col_top .headline a,
.uck-card--col_left .headline a,
.uck-card-list .headline a,
.masonry:not(.masonry-grid) .headline a {
  font-weight: 600;
}

.widget-homepage.geo_homepage_1col .col-1 {
  width: 49% !important;
  margin-right: 2%;
  float: left;
  background: #fff;
  clear: none;
}

.geo_homepage_1col .col-1 {
  box-shadow: var(--theme_shadow);
}

.sidebar .geo_homepage_1col .col-1 {
  width: 100%;
  margin: 0;
  background: #fff;
}

.sidebar .geo_homepage_1col .col-1.right {
  margin-top: 1em;
}

.widget-homepage.geo_homepage_1col .col-1.right {
  margin-right: 0;
}

.uck-card--col_left {
  padding: 20px;
}

.col-1 .uck-card--col_top {
  border-bottom: 1px solid var(--theme_border2);
  padding: 16.25px;
}

.col-group {
  width: 50%;
  float: right;
}

.uck-card--col_right {
  width: 100%;
  padding: 20px;
  display: inline-block;
  border-left: 1px solid var(--theme_border2);
  border-bottom: 1px solid var(--theme_border2);
  float: left;
}

.col-group .uck-card--col_right {
  padding: 20px !important
}

.recentpost.widget-full-width .uck-card--col_right {
  width: 33.3333333333%;
}

.recentpost.widget-homepage .uck-card--col_right {
  width: 50%;
  float: left;
}

.col-1 .uck-card--col_right {
  border-left: 0;
}

@media screen and (max-width: 992px) {
  .reading-time {
    display: none
  }

  .uck-card--col_left,
  .col-group,
  .uck-card--col_right,
  .widget-homepage.geo_homepage_1col .col-1 {
    width: 100% !important;
    margin-right: 0;
  }

  .widget-homepage.geo_homepage_1col .col-1 {
    margin-bottom: 1em;
  }

  .col-posts {
    display: block;
  }

  .sidebar .row {
    margin: auto;
  }
}

.tab-widget {
  overflow: inherit !important;
}

.tab-widget .tab_content .uck-card--col_right {
  width: 100%;
  counter-increment: step-counter;
  border-left: 0;
}

.uckan-card-big .geo__item,
.post-counter .uck-card {
  counter-increment: step-counter;
}

.uck-card--col_right:last-child {
  border-bottom: 0;
}

.uck-card--col_left .headline {
  font-size: 18px;
}

.kan_col_3e3 .uck-card--col_right .headline,
.kan_col_1e3 .uck-card--col_right .headline,
.uck-card--col_right .headline,
.geoit-popular-post-content .headline {
  font-size: 15px;
}

.tab-widget #tab-menu .uck-card--col_right .uck-card--image:before,
.post-counter .uck-card:before,
.post-counter-php .post-counter-label {
  position: absolute;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  content: counter(step-counter);
  border-radius: 50%;
  background: #fff;
  color: #222;
  z-index: 9;
  line-height: 36px;
  border: 2px solid #fff;
}

.post-counter .uck-card:before,
.post-counter-php .post-counter-label {
  left: 3px;
}

.uck-card--col_right .uck-card--image {
  float: left;
  margin-right: 15px;
  position: relative;
}

.uck-card-group {
  display: inline-block;
  width: 100%;
  margin-left: -1px;
}

.uckan-card-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uckan-card-big .geo-thumbnail {
  border-radius: var(--theme_radius);
}

.uckan-card-big {
  padding: 10px;
  border-bottom: 0;
}

.geo__item {
  padding: 5px;
  width: 100%;
}

.widget {
  margin-bottom: 2em;
  display: inline-block;
  width: 100%;
}

.widget>ul,
.tagcloud,
.sidebar .widget-sponsor,
.sidebar .textwidget,
.author-page-detail {
  padding: 1em;
}

.widget>ul {
  padding: 0;
}

.recentcomments {
  color: rgba(0, 0, 0, 0.6);
}

.widget_search form,
.widget_product_search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.widget_search label,
.widget_product_search label {
  width: 100%;
  padding-right: 75px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget_search input,
.widget_product_search button,
.widget_product_search input {
  height: 40px;
  border-radius: var(--theme_radius) 0 0 3px;
  width: 100%;
}

.widget_search input.search-submit,
.widget_product_search button {
  position: absolute;
  border-radius: 0 3px 3px 0;
  width: 75px;
  background: var(--theme_color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  right: 0;
}

.widget_recent_entries>ul,
.widget_recent_comments>ul {
  display: block;
  margin: 0;
  padding: 15px 0;
  position: relative;
  margin-left: 15px;
  padding-left: 30px !important;
}

.widget_recent_entries>ul:before,
.widget_recent_comments>ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
  bottom: 15px;
  width: 1px;
  background: var(--theme_border2);
}

.widget_recent_entries>ul>li::before,
.widget_recent_comments>ul>li::before {
  content: none !important
}

.widget_recent_entries>ul>li,
.widget_recent_comments>ul>li {
  border: 0 !important;
  padding: 10px !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  font-size: 12px;
}

.widget_recent_entries>ul>li:last-child,
.widget_recent_comments>ul>li:last-child {
  margin-bottom: 0;
}

.widget_recent_entries>ul>li .post-date,
.widget_recent_comments>ul>li .post-date {
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 3px;
}

.widget_recent_entries>ul>li .post-date:before,
.widget_recent_comments>ul>li .post-date:before {
  content: "";
  width: 12px;
  height: 12px;
  z-index: 2;
  background: #ccc;
  border: 3px solid rgba(255, 255, 255, 1);
  position: absolute;
  left: -8px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
}

.widget_recent_entries>ul>li .post-date:after,
.widget_recent_comments>ul>li .post-date:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  transform: translateY(8px);
}

.widget_recent_entries>ul>li>a,
.widget_recent_comments>ul>li>a {
  color: #222;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.widget_recent_entries>ul>li:hover .post-date:before,
.widget_recent_entries>ul>li.current_page_item .post-date:before,
.widget_recent_comments>ul>li:hover .post-date:before,
.widget_recent_comments>ul>li.current_page_item .post-date:before {
  background: var(--theme_color);
}

.widget_recent_entries>ul>li:hover>a,
.widget_recent_entries>ul>li.current_page_item>a,
.widget_recent_comments>ul>li:hover>a,
.widget_recent_comments>ul>li.current_page_item>a {
  background-color: transparent !important;
  color: var(--theme_color);
}

.widget_recent_comments>ul>li {
  display: block;
  color: rgba(0, 0, 0, 0.75);
}

.widget_recent_comments>ul>li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--theme_border);
  border: 3px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
}

.sidebar .recentpost .uck-card--col_right {
  border-left: 0;
}

.widget li {
  list-style: none;
}

.footer__top .widget p {
  font-size: 16px;
}

.widget>ul>li,
.widget_display_stats dt {
  padding: 10px;
  border-bottom: 1px solid var(--theme_border2);
}

.widget-footer>ul>li {
  padding: 10px 0
}

.widget>ul>li:before,
.widget_display_stats dt:before {
  content: "";
  transition: all 0.3s ease;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 1em;
  background: #bbb;
}

.widget>ul>li:hover a,
.widget_display_stats dt:hover a {
  color: var(--theme_color);
}

.widget>ul>li:hover:before,
.widget_display_stats dt:hover:before {
  background: #333;
}

.widget>ul>li:last-child,
.widget_display_stats dt:nth-last-child(2) {
  border: 0;
}

.widget-homepage {
  width: 100%;
  display: inline-block;
}

.widget-sponsor {
  text-align: center;
  margin: 10px 0;
}

.truncate {
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-1x {
  -webkit-line-clamp: 1;
}

.truncate-3x {
  -webkit-line-clamp: 3;
}

.sidebar p {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.kan-banner.kan-banner-right {
  text-align: right;
  -ms-flex: 1;
  margin: 1em 0;
  margin-right: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kan-banner {
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  margin: 2em 0;
}

.geo_banner_post_header {
  margin: 1em 0;
}

.geo_banner_post_header .kan-banner {
  margin: 0 !important;
}

@media (min-width: 992px) {
  .geo_banner_post_header .kan-banner {
    width: 41.66666667%;
  }
}

.kan-banner.kan-banner-single {
  margin: 20px 0;
}

.kan-banner-header {
  margin-bottom: 0;
}

.kan-banner-header-above {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 25px;
  padding-right: 23px;
  margin: 0;
}

.kan-banner iframe {
  margin: 0 auto;
  max-height: none;
}

.kan-banner img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.adsbygoogle {
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}

.kan-banner-728 .adsbygoogle {
  width: 728px;
  height: 90px;
}

.kan-banner-header .adsbygoogle,
.kan-banner-right .adsbygoogle {
  margin: 0 auto !important;
}

.sidebar .adsbygoogle,
.footer .adsbygoogle {
  width: 100% !important;
  height: auto;
}

.kan-banner.kan-banner-right ins {
  margin: unset !important;
  margin-left: auto !important;
}

.kan-banner.kan-banner-single ins {
  max-width: 100%;
}

@media (max-width: 767px) {
  .kan-banner ins {
    width: 468px;
    height: 60px;
  }

  .sp_post-share a span {
    display: none;
  }
}

@media (max-width: 479px) {
  .header__search--form {
    width: 100%;
    min-width: auto;
  }

  .kan-banner-728 {
    margin: 1em 0;
    margin-bottom: -1em !important;
  }

  .single .kan-banner-728 {
    margin: 1em 0 !important;
  }

  .kan-banner ins {
    width: 300px;
    height: 250px;
  }

  .kan-banner.kan-banner-header ins,
  .kan-banner.kan-banner-right ins {
    width: 320px;
    height: 100px;
  }
}

#tab-menu {
  display: inline-block;
  width: 100%;
}

ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  height: 50px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--theme_border2);
}

.geoit-block-flat ul.tabs {
  border: 1px solid var(--theme_border2);
}

.tab_content:after {
  content: "";
  clear: both;
  display: block;
}

ul.tab-shortcode li {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

ul.tabs li {
  font-family: var(--theme_font);
  margin: 0;
  cursor: pointer;
  padding: 0 21px;
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  transition: all 0.3s ease;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 47px;
  overflow: hidden;
  position: relative;
}

.content--page ul.tabs li {
  width: 33.333333%;
}

ul.tabs.tab-shortcode {
  height: auto;
  margin: 0;
  box-shadow: none !important;
  background: transparent !important;
  border: 1px solid var(--theme_border);
  ;
}

ul.tabs.tab-shortcode li {
  width: auto;
}

ul.tabs li.active {
  box-shadow: inset 0 -2px 0 var(--theme_color);
  color: #222;
  border: 0;
  display: block;
}

.geoit-block-flat ul.tabs li.active {
  box-shadow: inset 0 -4px 0 var(--theme_color);
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
}

#tab-menu.tabs-shortcode .tab_container {
  padding: 1em;
  border: 1px solid var(--theme_border);
  ;
  margin: -1px 0 20px;
  font-size: 16px;
  line-height: 26px;
}

.clearfix {
  clear: both;
}

.tab_content {
  display: none;
}

.active {
  display: block;
}

.tab-widget .tab_content .uck-card--content {
  padding: 0;
}

.uckan-dark {
  background: #222;
  color: #fff;
}

.input-area {
  outline: none;
  color: rgba(0, 0, 0, 0.6);
  border: 0;
  margin-bottom: -7px;
  background-color: #fff;
  font-family: var(--theme_font_2);
  transition: all 0.3s;
  font-size: 15px;
  padding: 1em;
  resize: none;
  width: 100%;
  outline: none;
}

.input-area.comment-content {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
}

.spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#footer {
  background-color: #fff;
  position: relative;
  font-size: 15px;
  box-shadow: var(--theme_shadow);
}

#footer .footer__title .headline:before {
  content: none !important;
}

#footer .footer__title .headline,
#footer .kan_vc_block .content__title .uckan-btn {
  font-size: 16px !important;
  margin-bottom: 15px !important;
  padding: 0 0 10px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  height: auto !important;
}

#footer .kan_vc_block .content__title .uckan-btn::before,
#footer .kan_vc_block .content__title .uckan-btn::after {
  content: none !important
}

#footer .footer__title .headline:after,
#footer .kan_vc_block .content__title .uckan-btn::after {
  content: '' !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  background: var(--theme_color);
  height: 2px
}

#footer .kan_vc_block .content__title .uckan-btn {
  padding: 0 0 10px !important;
  border: 0 !important;
  box-shadow: none !important;
}

.widget-footer.widget_nav_menu li {
  margin-bottom: 15px;
}

.footer__title {
  position: relative;
}

.footer__top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  clear: both;
  width: 100%;
  padding: 3em 0 1.5em;
}

.footer-sidebar>.row>.widget {
  padding: 0 1.5em;
  margin: 1.5em 0;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}

.footer__bottom:before {
  clear: both;
  content: "";
}

.footer__bottom {
  border-top: 1px solid var(--theme_border2);
  padding: 2em 0;
  font-family: var(--theme_font);
  text-align: center;
}

.footer__bottom .header__row {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__bottom p {
  font-size: 15px;
}

.menu-footer li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}

.menu-footer a {
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s ease;
}

.menu-footer a:hover {
  color: var(--theme_color);
}

.widget-footer .uck-card {
  box-shadow: none;
}

.widget-footer .masonry .uck-card {
  border: 1px solid var(--theme_border2);
}

.masonry-grid .uck-card {
  padding: 1em;
}

.widget-footer .tagcloud {
  padding: 0 !important;
}

.widget-footer .col-posts {
  display: inline-block;
}

.widget-footer .uck-card--col_right,
.widget-footer .uck-card--col_left {
  border-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.widget-footer {
  box-shadow: none;
}

.widget-social-accounts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.widget-social-accounts>*,
.register-frontend .user-submit {
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  font-family: var(--theme_font);
  display: inline-block;
  text-transform: uppercase;
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  padding: 15px 1em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 400;
  display: inline-block;
  font-size: 15px;
  border: 0;
  background: var(--theme_color);
  border-radius: var(--theme_radius);
  transition: all 0.3s ease;
}

.geoit_login_232 {
  padding: 2em
}

.geoit_login-wrapper .widget-social-accounts>* {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  text-transform: initial;
  align-items: center;
  margin: 5px 0 0;
}

.geo-f11p241 {
  margin-top: 15px;
  margin-left: -5px;
  width: auto;
  margin-right: -5px;
}

.geoit_login-wrapper .widget-social-accounts.geo-f11p241>* {
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin: 5px;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.widget-social-accounts>* {
  background: var(--theme_color)
}

.nsl-container,
.nsl-container .nsl-container-buttons {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
  text-align: right !important;
}

.register-frontend .user-submit {
  width: 100%;
  margin: 1em 0 0;
}

.widget-social-accounts> :hover,
.register-frontend .user-submit:hover,
.forgot_pass_geo:hover {
  opacity: 0.7;
}

.widget-social-accounts .w-icon {
  float: left;
  margin-left: 1em;
}

.widget_social .widget-social-accounts.social-style-2 .text {
  display: none;
}

.widget_social .widget-social-accounts.social-style-2 .w-icon {
  margin: 0;
  float: none;
}

.widget_social .widget-social-accounts.social-style-2>* {
  border: 0;
  width: 32px;
  flex: 0 0 32px;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  height: 32px;
  line-height: 32px;
}

.widget_social .widget-social-accounts.social-style-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-column-gap: 1px !important;
  grid-row-gap: 1px !important;
  padding: 0 !important;
  display: grid;
}

.widget_social .widget-social-accounts>* {
  border-radius: var(--theme_radius);
  border: 0;
}

.widget-social-accounts .text {
  text-transform: uppercase;
  padding-left: 1em;
  text-shadow: 0px 0px 1px black;
  font-weight: 700;
  margin-left: 1em;
}

.widget-social-accounts .w-icon {
  font-size: 15px;
  vertical-align: middle;
}

.widget_social .widget-social-accounts.social-style-3 .text {
  margin: 10px 0 0;
  padding: 0;
  text-transform: none;
  font-weight: 500;
}

.widget_social .widget-social-accounts.social-style-3 .w-icon {
  float: none;
  font-size: 18px;
  margin: 0;
}

.widget_social .widget-social-accounts.social-style-3>* {
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 15px 5px;
  margin: 0;
  border-radius: 0;
  height: 100%;
}

.sidebar .widget-social-accounts,
.content .widget-social-accounts {
  padding: 14px;
}

.sidebar .geo_login-widget .widget-social-accounts {
  padding: 0;
}

.geoit_login-wrapper .widget-social-accounts {
  text-align: center;
}

.addacc {
  background: #277a2a;
  display: block;
  padding: 18px !important;
  margin: 0 1.8rem;
  text-align: center;
}

.gotop {
  position: fixed;
  right: 1em;
  transition: all 0.3s ease;
  border: 1px solid rgba(216, 216, 216, 0.79);
  bottom: 1em;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  z-index: 100;
  transition: all 0.3s;
  font-size: 1.5em;
  width: 40px;
  line-height: 36px;
  height: 40px;
  -webkit-animation: fadeInUp 0.3s;
  animation: fadeInUp 0.3s;
}

.gotop:hover {
  color: var(--theme_color);
}

.headline a:hover {
  color: var(--theme_color);
}

.geo-review-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.geo-review-badge span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: var(--theme_font);
  height: 40px;
  line-height: 42px;
  font-size: 12px;
}

.geo-review-badge svg {
  height: 40px;
  background: rgba(0, 0, 0, .8);
  border-radius: 100%;
  transform: rotate(-90deg);
  width: 40px;
}

.geo-review-badge .progress-bar__background {
  fill: none;
  stroke: rgba(0, 0, 0, .2);
  stroke-width: 2;
}

.geo-review-badge .progress-bar__progress {
  fill: none;
  stroke: var(--theme_color);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 2;
  transition: stroke-dashoffset 1s ease-in-out;
}

.geo-review-box-top {
  margin: 35px 0 30px;
}

.geo-review-box-bottom {
  margin: -5px 0 30px;
}

#review-box {
  border: 1px solid var(--theme_border2);
  margin: 0;
  position: relative;
}

#review-box ul {
  margin: 0;
  padding: 2em;
  list-style: none;
}

#review-box ul li {
  margin-bottom: 15px;
  list-style: none;
}

#review-box ul li:last-child {
  margin: 0;
}

#review-box .overall-score {
  background: var(--theme_color);
  float: right;
  border-radius: 100%;
  font-family: var(--theme_font);
  border: 5px solid #fff;
  line-height: 90px;
  width: 100px;
  height: 100px;
  color: #fff;
  margin-left: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

#review-box .review-box-image+.review-top .overall-score {
  position: absolute;
  top: 300px;
  right: 40px;
}

#review-box .review-top {
  padding: 2em;
  border-bottom: 1px solid var(--theme_border2);
}

#review-box .review-top .review-text .review-title {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--theme_font);
  line-height: 1;
  display: block;
  margin: 8px 0 30px;
}

#review-box .review-top .review-text p {
  margin-bottom: 0;
  font-size: 15px;
}

#review-box ul li .review-criteria-bar-container {
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  height: 8px;
  margin-top: 10px;
  overflow: hidden;
}

#review-box ul li .review-criteria-bar {
  float: left;
  height: 8px;
  border-radius: 25px;
  background: var(--theme_color);
  padding: 0 1em;
}

#review-box ul li .legeo {
  font-weight: 600;
  font-family: var(--theme_font);
}

#review-box ul li span.right {
  font-weight: 500;
  font-family: var(--theme_font);
  z-index: 99;
  float: right;
}

.author-box img {
  -webkit-border-radius: var(--theme_radius);
  border-radius: var(--theme_radius);
}

.author-box .author {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.author-box p {
  margin: 0.5em 0;
}

.navigation.pagination {
  width: 100%;
  padding: 1em;
  border-top: 1px solid var(--theme_border2);
}

.navigation.pagination .nav-links,
.content__gallery_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 0;
  position: relative;
  margin: 0;
}

.navigation.pagination .page-numbers span,
.content__gallery_nav span {
  text-transform: uppercase;
  font-size: 12px;
}

.navigation.pagination .page-numbers.next,
.content__gallery_nav .next {
  margin-left: auto;
}

.navigation.pagination .page-numbers.prev,
.content__gallery_nav .prev {
  margin-right: auto;
}

.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.prev,
.content__gallery_nav .prev,
.content__gallery_nav .next {
  padding: 0 15px;
}

.navigation.pagination .page-numbers,
.content__gallery_nav .page-numbers {
  list-style: none;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s ease;
  min-width: 32px;
  padding: 0 7px;
  height: 32px;
  cursor: pointer;
  user-select: none;
  border-radius: 32px;
  border: 1px solid var(--theme_border2);
}

@media (max-width: 768px) {
  .navigation.pagination .page-numbers:not(.prev):not(.next):not(.current) {
    display: none
  }
}

.navigation.pagination .page-numbers.dots {
  border-color: transparent !important;
}

.navigation.pagination .page-numbers:hover,
.content__gallery_nav .page-numbers:hover {
  border-color: var(--theme_color);
  color: var(--theme_color);
}

.navigation.pagination .page-numbers.current,
.content__gallery_nav .page-numbers.current {
  border-color: var(--theme_color);
  color: var(--theme_color);
}

.widget-homepage .geo__item,
.kan_col_auto .geo__item,
.kan_col_2e3 .geo__item {
  width: 50%;
  float: left;
}

.widget-full-width .geo__item,
.kan_col_3e3 .geo__item {
  width: 33.333333333333%;
}

.uckan-card {
  width: 100%;
  border-radius: var(--theme_radius);
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid var(--theme_border);
  padding: 2em;
  margin: 1em 0;
  position: relative;
}

.uckan-card:hover .uckan-card--right>.headline {
  color: var(--theme_color);
}

.uckan-card--url {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
  z-index: 3;
}

.uckan-card--left {
  float: left;
  margin-right: 20px;
}

.uckan-card--right>.type {
  font-size: 12px !important;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 1px 9px;
  border-radius: var(--theme_radius);
  border: 1px var(--theme_border) solid;
  border-color: var(--theme_color);
  color: #fff;
  background: var(--theme_color);
  margin: 5px 6px 5px 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease;
}

.uckan-card--right>.headline {
  margin: 5px 0 0;
  line-height: 23px;
  font-size: 16px;
  font-weight: 600;
}

.tagcloud a {
  font-size: 12px !important;
  padding: 2px 10px;
  border-radius: var(--theme_radius);
  border: 1px var(--theme_border) solid;
  background: transparent;
  margin: 5px 6px 5px 0;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease;
}

.tagcloud a:hover {
  background: var(--theme_color);
  border-color: var(--theme_color);
  color: #fff;
}

.uckan_login-button img {
  border-radius: 100%;
  margin: 0 !important;
  height: 25px !important;
  margin-right: 5px !important;
  vertical-align: -8px;
}

.geoit_login {
  visibility: hidden;
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  overflow: auto;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease;
}

.geoit_login.collapsible-active {
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.geoit_login.collapsible-active .geoit_login-wrapper,
.geoit_login-wrapper.geoitAccountPage {
  opacity: 1;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login_headline .login-close {
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  border-radius: 0 3px 0 0;
}

.login_headline {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid var(--theme_border2);
  padding: 15px 30px !important;
}

.geoit_login.has_login {
  text-align: center;
}

.geoit_login.has_login .login_content {
  padding: 1em 0 0;
}

.geoit_login.has_login .login_avatar {
  display: block;
  width: 100%;
}

.geoit_login.has_login .login_avatar img {
  border-radius: 100%;
  margin: 0 0 10px;
}

.login_content ul {
  margin: 15px 0 0;
  font-size: 15px;
}

.login_content span {
  font-weight: 600;
  font-size: 20px;
}

.login_content ul li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid var(--theme_border2);
}

.login_content ul>li:first-child {
  border-top: 1px solid var(--theme_border2);
}

.geoit_login-wrapper {
  background-color: #fff;
  color: #222;
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  line-height: initial;
  max-width: 450px;
  margin: auto;
  opacity: 0;
  width: 100%;
  padding: 0;
  font-family: var(--theme_font);
  font-size: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: var(--theme_radius);
  transition: all 0.3s ease;
}

.widget .geoit_login-wrapper {
  padding: 1em !important
}

.widget .geoit_login-wrapper,
.geoit_login-post {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  padding: 0 0 1em;
  max-width: 100%;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  box-shadow: none;
}

.geoit_login-wrapper form>* {
  margin-top: 15px;
}

.geoit_login-wrapper input {
  width: 100%;
  background: transparent;
  color: #222;
  border: 1px solid var(--theme_border);
  transition: all 0.3s ease;
  border-radius: var(--theme_radius);
  padding: 15px;
}

.geoit_login-wrapper input:focus {
  border-color: var(--theme_color);
}

.geoit_login-wrapper input#wp-submit,
.geoit_login-wrapper #wp-submit_widget {
  cursor: pointer;
  color: #fff !important;
  background: var(--theme_color);
  border-radius: var(--theme_radius);
  border: 0;
  font-size: 15px;
  font-family: var(--theme_font);
  font-weight: 400;
  padding: 15px;
}

.geoit_login-wrapper label {
  font-family: var(--theme_font);
  margin: 0 0 10px;
  font-size: 15px;
  display: inline-block;
}

.login-remember label {
  margin-bottom: 0;
  margin-left: 0;
}

.page-links {
  display: inline-block;
  margin: 1em 0;
  width: 100%;
}

.post-page-numbers {
  border: 1px solid var(--theme_border2);
  padding: 10px 20px;
  margin-right: 10px;
  display: inline-block;
  border-radius: var(--theme_radius);
}

.post-page-numbers.current,
.post-page-numbers:hover {
  background-color: var(--theme_color);
  color: #fff;
  border-color: transparent;
}

.sidebar .geoit_mega_card {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.geoit_mega_cards_tab+.geoit_mega_content .geoit_mega_card {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 1em;
}

.geoit_mega_card .uck-card--content {
  padding: 1em;
}

.geoit_mega_card img {
  width: 100%;
}

.geoit-mega-menu-block {
  position: absolute;
  z-index: 101;
  left: 0;
  display: none;
  margin-left: 15px;
  margin-right: 15px;
  right: 0;
  top: 100%;
}

.jm-post-like #geo-like-loader {
  position: absolute;
  left: -20px;
}

.jm-post-like .geo-like-count {
  display: none;
}

.jm-post-like {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  font-weight: 400;
  color: #fff;
  text-align: center;
  height: auto !important;
  z-index: 99;
  background: rgba(0, 0, 0, .5);
  list-style: none;
}

.jm-post-like:hover {
  background: var(--theme_color);
  color: #fff
}

.carousel__item .jm-post-like,
.uck-card .jm-post-like,
.uck-card--col_right .jm-post-like {
  display: none;
  transition: all 0.3s ease;
}

.uck-card:hover .jm-post-like,
.uck-card--col_right:hover .jm-post-like,
.carousel__item:hover .jm-post-like {
  opacity: 1;
  display: inline-block;
}

.jm-post-like .gi-spin {
  margin-left: 5px;
}

.jm-post-like img {
  vertical-align: middle;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
}

.content-row {
  margin-bottom: 1em;
  background: transparent !important;
  position: relative;
}

.infinite-enable .content-row:after {
  content: "";
  width: 100%;
  display: block;
  height: 15px;
  margin: 2em 0;
  background: rgba(0, 0, 0, .25);
}

.comment-navigation {
  padding: 2em;
  border-top: 1px solid var(--theme_border2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.page_description {
  max-width: 80%;
}

.page_description p {
  font-size: 16px;
}

.geoit_has-login {
  font-size: 16px;
  font-weight: 600;
  padding: 1em;
}

.geoit_has-login .login_avatar {
  float: left;
  margin-right: 1em;
}

.geoit_has-login ul {
  margin: 15px 0 0;
  border-top: 1px solid #eee;
  display: inline-block;
}

.geoit_has-login li {
  font-size: 15px;
  width: 50%;
  float: left;
  text-transform: uppercase;
  margin: 10px 0;
}

.geoit_has-login img {
  border-radius: var(--theme_radius);
  margin: 0 0 10px;
}

.geo_create_post button {
  box-shadow: none;
}

.geo_post-submit-left {
  z-index: 2;
}

.geo_post-submit-left,
.geo_post-submit-right,
.geo_post-submit-full {
  background: #fff;
  padding: 1em;
  box-shadow: var(--theme_shadow);
}

.geo_post-submit-full {
  text-align: center;
}

.geo_post-submit-full h2 {
  margin: 1em 0;
}

.geo_post-submit-full .geo_login-widget {
  box-shadow: none;
}

.geo_post-submit-full .geo_login-widget p {
  width: 100%;
  margin: 1em 0;
}

.geo_create_post label {
  display: block;
  font-family: var(--theme_font);
  font-size: 15px;
  font-weight: 500;
}

.geo_create_post .geo_posting-item input,
.geo_create_post select,
.input-file+.js-labelFile {
  width: 100%;
  padding: 15px 2em;
  display: inline-block;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin: 15px 0;
  box-shadow: none;
  transition: all 0.3s ease;
  border-radius: 25px;
}

.geo-post-submit {
  background: var(--theme_color);
  border: 0 !important;
  cursor: pointer;
  width: 100%;
  padding: 1em;
  font-family: var(--theme_font);
  border-radius: var(--theme_radius);
  color: #fff;
  font-weight: 600;
}

.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  display: none;
  overflow: hidden;
  z-index: -1;
}

.input-file+.js-labelFile {
  overflow: hidden;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ddd;
  font-size: 2em;
  border-radius: var(--theme_radius);
  text-overflow: ellipsis;
  background: #fff;
  white-space: nowrap;
  padding: 1em;
  text-align: center;
  cursor: pointer;
}

.input-file+.js-labelFile svg {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}

.input-file+.js-labelFile div {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 5px
}

.input-file+.js-labelFile:hover {
  background: #f8f8f8;
}

.geo_submit_post {
  text-align: center;
  overflow: hidden;
  padding: 4em;
  position: relative;
  background-color: #fff;
}

.swal-text {
  text-align: center;
}

.geo_submit_post .uckan-btn i {
  margin-right: 5px;
}

.geo_submit_post h4 {
  font-size: 26px;
  font-weight: 600;
}

.geo_submit_post p {
  margin: 10px 0 15px;
}

.register-frontend {
  text-align: left;
  border-radius: 10px;
  padding: 3em;
  font-size: 15px;
}

p.error {
  background: #333;
  padding: 1em;
  border-radius: 5px;
  width: calc(100% - 16px) !important;
  display: block !important;
  float: none !important;
  margin-bottom: 1em;
  color: #fff !important;
}

.geo_create_post {
  display: inline-block;
  width: 100%;
}

.geo_create_post .error {
  width: 100% !important;
  padding: 1em;
  margin: 0 0 1em;
}

.error-succ a {
  color: #fff !important
}

.error-succ {
  background: #277a2a !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.ticker {
  margin: 0;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  list-style-type: none;
  color: #fff;
  padding-left: 60px;
  padding-right: 15px;
  width: 100%;
}

.ticker li {
  max-height: 50px;
  font-size: 12px;
  font-family: var(--theme_font);
  position: relative;
}

.ticker a {
  color: #fff;
}

.ticker-title {
  float: left;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 0 1em;
  position: absolute;
  left: 0;
  top: 0;
}

#news-ticker {
  position: relative;
}

.sidebar--left {
  float: left;
}

.no-results {
  padding: 0;
}

.page-content {
  padding: 1em 0;
}

.tab_menu_comments li {
  list-style: none;
  padding: 1em;
  display: inline-block;
  line-height: 28px;
  width: 100%;
  border-bottom: 1px solid var(--theme_border2);
}

.tab_menu_comments li:last-child {
  border: 0;
}

.tab_menu_comments img {
  margin-right: 1em;
  border-radius: 100%;
  float: left;
}

.author-page-detail {
  padding: 0;
  margin: 0 0 1em;
}

.author-page-detail header {
  height: 150px;
  padding: 2em 1em 1em;
  position: relative;
  background: url(assets/img/pattern.png);
  background-position: center;
  background-size: cover;
  margin: 0 0 3.5em;
  border-bottom: 1px solid var(--theme_border2);
}

.author-page-detail .avatar {
  border-radius: 100% !important;
  float: left;
  margin-right: 1em;
}

.author-page--detail-head {
  position: absolute;
  bottom: -75px;
  left: 1em;
  right: 1em;
}

.kqa-comment-user-details .verify-geo {
  vertical-align: middle;
  line-height: 15px;
  font-size: 10px
}

.verify-geo svg {
  vertical-align: middle;
}

.verify-geo {
  margin-left: 5px;
  cursor: pointer;
  display: inline-block !important;
}

@media (max-width: 450px) {
  .uck-card-list:after {
    content: none;
  }
}

input[type="checkbox"] {
  width: 19px !important;
  position: relative;
  height: 19px !important;
  padding: 0 !important;
  margin: 0 3px 0 0;
  border: 0 !important;
  vertical-align: -5px;
  border-radius: var(--theme_radius);
}

input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: var(--theme_radius);
  -webkit-transition: 0.24s;
  transition: 0.24s;
  border: 2px solid #777;
}

input[type="checkbox"]:checked:after {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}

input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 2px;
  z-index: 2;
  left: 6px;
  display: table;
  width: 4px;
  height: 10px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.forgot_btn {
  display: block;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
}

.forgot_btn:hover {
  color: var(--theme_color)
}

.recentpostslider .h-slider {
  margin: 0;
}

.header-two .header__bottom--menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header-two .header__top--right>* {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-two .header__top--right button {
  box-shadow: none;
  color: #fff;
}

.header-two .header__bottom .header__logo img,
.header-one .header__bottom .header__logo img {
  max-height: 64px !important;
}

.header-two .header__bottom {
  background: var(--theme_color);
  padding-left: 1em;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.create-menu-link {
  display: inline-block !important;
}

.header-two .header__bottom--menu>*>ul>li>.header__bottom--link {
  color: #fff;
}

.header-two .header__bottom--menu .menu-item-has-children:after,
.header-two .header__bottom--menu .geoit-mega-menu:after {
  color: #f5f5f5;
}

.header-two .logo-no {
  color: #fff;
}

.header-two .header__bottom--menu .current-menu-item,
.header-two .header__bottom--menu .geo-menu>li:hover>.header__bottom--link {
  box-shadow: inset 0 -2px 0 0 #fff;
}

.header-two .header__top--right {
  max-width: 100% !important;
}

.header-two .mobil-menu-button {
  background: #fff !important;
  color: #222 !important;
  height: auto !important;
  z-index: 999;
}

.error-404 {
  margin: 0 auto;
  padding: 0 0 2em;
  max-width: 1000px;
}

.geo404 {
  width: 100%;
  text-align: center;
}

.geo404 .b404 {
  font-weight: 300;
  color: #222;
  font-size: 54px;
  line-height: 54px;
  margin: 1em 0 5px;
  display: block;
}

.geo404 .b404+strong {
  font-size: 30px;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 5px;
  color: #2d2d2d;
}

.geo404 strong {
  display: block;
  color: #555;
  font-size: 18px;
}

.geo404 span {
  font-size: 200px;
  color: #3e3e3e;
}

.geo404 span:empty {
  width: 144px;
  height: 144px;
  display: inline-block;
  border-radius: 50%;
  border: 2px dashed #3e3e3e;
  margin-right: 12px;
  margin-left: 20px;
  position: relative;
}

.geo404 span:empty:before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 9px;
  bottom: 9px;
  border-radius: 50%;
  border: 2px dashed #3e3e3e;
}

.null-instagram-feed .clear {
  padding: 0 15px;
  text-align: center;
}

.admin-bar .header-two .header__bottom {
  top: 32px;
}

@media screen and (min-width: 1024px) {
  .header-style-2:not(.not-logged-in) {
    padding-top: 64px;
  }
}

@media screen and (max-width: 600px) {
  .header-style-2 #wpadminbar {
    position: fixed !important;
  }
}

.geo_trending_post {
  background: #4ca80b;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  line-height: 20px !important;
  margin-left: 1em;
}

.trending-post .geo_trending_post {
  border-radius: 100%;
}

.trending-post>div {
  font-weight: 400;
  display: inline-block;
}

.carousel__content .geo_trending_post {
  width: 25px;
  height: 25px;
  margin: 0;
  line-height: 25px !important;
}

.trending-post {
  margin: 1em 0;
  font-size: 14px;
  font-family: var(--theme_font);
}

.uck-card-list .trending-post {
  margin: 0;
}

.trending-post span {
  font-family: geoit-font !important;
  color: #fff !important;
  margin: 0 5px 0 0;
  vertical-align: 1px;
}

.uckan-card button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  transition: all 0.3s ease;
  z-index: 4;
}

.uckan-card button:hover {
  color: #000
}

@media screen and (max-width: 782px) {
  .admin-bar .header-two .header__bottom {
    top: 46px;
  }

  .uckan-card {
    text-align: center;
  }

  .uckan-card--left {
    float: none;
    margin: 0 0 1em;
  }
}

.geo-header-line {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.geo-switch-button {
  border-radius: 1.25em;
  background: rgba(0, 0, 0, 0.15);
  height: 28px;
  line-height: 28px;
  margin: 12px 1em 10px;
  position: relative;
  -webkit-transition: background-color 0.25s ease-out 0.1s;
  transition: background-color 0.25s ease-out 0.1s;
  width: 55px;
  cursor: pointer;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  padding: 7px;
}

.dark-mode .geo-switch-button {
  background: rgba(255, 255, 255, .15);
}

.header-one .geo-header-line {
  height: 50px;
}

.header-two .geo-switch-button {
  margin-top: 20px;
}

.geo-switch-button:before {
  z-index: 1;
  content: "\f1bc";
  font-family: "geoit-font";
  line-height: 15px;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
}

.geo-switch-button:after {
  content: "\ef72";
  font-family: "geoit-font";
  line-height: 15px;
  font-size: 15px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

.geo-switch-button .geo-switch {
  border-radius: 50%;
  text-align: center;
  color: #111;
  background: #fff;
  height: 20px;
  z-index: 2;
  transform: translate(0, 0);
  transition: transform 0.25s ease-out 0.1s;
  width: 20px;
  position: absolute;
  line-height: 20px;
  left: 5px;
  top: 4px;
}

.geo-switch-button .geo-switch:after {
  content: "\f1bc";
  font-family: "geoit-font";
  line-height: 20px;
  font-size: 15px;
  border-radius: 50%;
}

.geo-switch-button.geo-switch-on .geo-switch {
  transform: translateX(25px);
}

.geo-switch-button.geo-switch-on .geo-switch:after {
  content: "\ef72";
  color: #000;
}

.load__image {
  width: 100%;
  margin: -30px 0 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
}

.geoit-wc-cart-holder {
  padding: 0 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-layout-4 .geoit-wc-cart-holder {
  border-color: rgba(0,0,0, 0.2);
}

.geoit-wc-cart-holder a {
  position: relative;
}

.geoit-wc-cart-holder svg {
  vertical-align: middle;
}

#header:not(.header-layout-4):not(.header-layout-3) .geoit-wc-cart-holder svg {
  fill: #fff
}

.geoit-wc-cart-count {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  background: #2196f3;
  color: #fff;
}

.header-style-2 .geoit-wc-cart-count {
  top: 10px
}

.dropdown-content .geoit_dark_button {
  line-height: 1.3;
}

.dropdown-content #mode-button {
  margin: 0;
}

.dropdown-content #mode-button .toggle {
  margin-top: 10px;
}

.geoit_dark_button i {
  vertical-align: middle;
}

.geoit_login-hata {
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 10px !important;
  margin: -12px 0 10px;
  border-radius: 5px;
}

.geo_users-list .uck-accordion--box ul {
  color: #fff
}

.geo_users-list .uck-accordion--box {
  border-color: #fff;
  background: transparent;
  text-align: left;
}

.geo_users_list .tabs {
  box-shadow: none !important;
}

.tab-clone li {
  background: rgba(0, 0, 0, 0.01);
  width: 10% !important;
  text-align: left !important;
  font-weight: 600 !important;
  color: #6f6f6f !important;
  text-transform: none !important;
  border-right: 1px solid var(--theme_border2);
}

.tab-clone li:nth-child(2),
.tab-clone li:nth-child(7) {
  width: 20% !important;
}

.tab-clone li:nth-child(1),
.tab-clone li:nth-child(5),
.tab-clone li:nth-child(6),
.tab-clone li:nth-child(8) {
  text-align: center !important;
}

.tab-clone li:last-child {
  border: 0;
}

.geo_users-list {
  border-bottom: 1px solid var(--theme_border2);
}

.geo_users-list a {
  font-weight: 600;
}

.geo_users-list-top-item-header {
  margin-bottom: 15px;
}

.geo_users-list-top-item-header img {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  border: 4px solid rgba(255, 255, 255, .1);
}

.geoit_user_ranking_active {
  background: linear-gradient(45deg, #d7ebff, transparent);
  box-shadow: inset 3px 0 0 #158bfe;
}

.geo_users-list-top {
  background-image: linear-gradient(to right, #1a8cfc 0%, #2575fc 100%);
  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 2em 54px
}

.geo_users-list-top h2 a {
  color: #fff;
  font-size: 15px;
  display: block;
  margin-top: 10px
}

.geo_users-list-top-item {
  -ms-flex: 0 0 33.3333%;
  font-family: var(--theme_font);
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.geo_users-list-top-item-3 {
  order: 3;
}

.geo_users-list-top-item-2 {
  order: 1;
}

.geo_users-list-number {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
  background: #fe856e;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.geo_users-list-top-item-3 .geo_users-list-number {
  height: 50px;
  background: #b3d3ff;
  line-height: 55px;
}

.geo_users-list-top-item-2 .geo_users-list-number {
  height: 70px;
  line-height: 75px;
  background: #96e4ee
}

@media screen and (max-width: 768px) {
  .geo_users-list-number {
    width: 100%
  }
}

.sidebar .geo_users-list-number {
  height: 90px;
  width: 100%
}

.sidebar .geo_users-list-top-item-2 .geo_users-list-number {
  line-height: 75px;
  height: 70px;
}

.sidebar .geo_users-list-top-item-3 .geo_users-list-number {
  line-height: 55px;
  height: 50px;
}

.geo63hnkj1 {
  opacity: 0.75;
  font-size: 12px;
}

.geoit_user_ranking_wrapper {
  margin: -54px 20px 0;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #fff;
}

#geo_mobil_menu {
  position: fixed;
  top: 0;
  transition: all 0.8s ease;
  left: 0;
  font-size: 16px;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  overflow: auto;
  z-index: 9999;
  background: #333;
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

#geo_mobil_menu.collapsible-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.geo_mobil_menu_header {
  padding: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.geo_mobil_menu_header img {
  border-radius: 100%;
}

.geo_mobil_menu_header span {
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.03em;
  vertical-align: -2px;
}

#geo_mobil_menu .geoit_dark_button {
  border: 0;
  padding: 0;
}

#geo_mobil_menu .mobile-menu-icon,
.geo_mobil_log {
  color: #fff !important;
  padding: 5px 10px !important;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  position: relative;
  font-size: 12px !important;
  transform: none;
  float: right;
  text-transform: uppercase;
  border-radius: var(--theme_radius);
}

.geo_mobil_log {
  background: green !important;
  border-color: green !important;
}

.geo_mobil_menu_nav {
  overflow: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.geo_mobil_menu_nav li {
  list-style: none;
  position: relative;
}

.geo_mobil_menu_nav svg {
  fill: #fff;
}

.geo_mobil_menu_nav a {
  color: #fff;
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.geo_mobil_menu_nav .sub-menu {
  margin-left: 15px;
  display: none;
  font-size: 15px;
}

#geo_mobil_menu.collapsible-active .geo_mobil_menu_nav li .sub-menu li {
  animation-name: none;
}

.geo_mobil_menu_nav .sub-menu li a {
  border: 0;
}

.geo_mobil_menu_nav li.menu-item-has-children>a:after {
  position: absolute;
  content: "\ea50";
  font: normal normal normal 15px/1 geoit-font;
  right: 15px;
  top: 17px;
  font-size: 15px;
  color: #bbb;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
}

.geo_mobil_menu_nav a:hover {
  background: rgba(255, 255, 255, 0.02);
}

.geo_mobil_menu_nav li:last-child a {
  border: 0;
}

.geo_mobil_menu_footer {
  padding: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#geo_mobil_menu .search-submit {
  background: #fff;
  color: #222;
  height: 49px;
}

#geo_mobil_menu.geo_mobil_menu_style_2 .mobile-menu-icon:before {
  content: "\eb99";
  font-family: "geoit-font";
  opacity: 1;
}

#geo_mobil_menu.geo_mobil_menu_style_2 .mobile-menu-icon span {
  display: none;
}

#geo_mobil_menu.geo_mobil_menu_style_2 .mobile-menu-icon {
  position: fixed !important;
  padding: 0 !important;
  width: 43px !important;
  height: 43px !important;
  line-height: 43px !important;
  text-align: center !important;
  font-size: 20px !important;
  border-radius: 100% !important;
  right: 15px;
  top: 17px;
}

#geo_mobil_menu.geo_mobil_menu_style_2 .geo_mobil_menu_nav a {
  border: 0;
  padding: 10px 1em;
  font-size: 20px;
}

#geo_mobil_menu.geo_mobil_menu_style_2 .geo_mobil_menu_nav li.menu-item-has-children:after {
  top: 10px;
}

#geo_mobil_menu.geo_mobil_menu_style_2 .geo_mobil_menu_header {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 0;
}

#geo_mobil_menu.geo_mobil_menu_style_2 .geo_mobil_menu_footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 0;
  padding-right: 5em;
}

#geo_mobil_menu.geo_mobil_menu_style_2 .search-submit {
  border-radius: 0 25px 25px 0;
}

#geo_mobil_menu.geo_mobil_menu_style_2 .search-field {
  border-radius: 25px 0 0 25px;
}

#geo_mobil_menu.geo_mobil_menu_style_2 {
  right: auto !important;
  display: flex !important;
  max-width: 320px;
  transform: translateX(-350px);
  transition: all 0.3s ease;
  flex-direction: column-reverse;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, .1), 3px 0 25px rgba(0, 0, 0, .18);
  box-shadow: 1px 0 5px rgba(0, 0, 0, .1), 3px 0 25px rgba(0, 0, 0, .18);
}

#geo_mobil_menu.geo_mobil_menu_style_2.collapsible-active {
  transform: translateX(0);
}

.search-field {
  border-radius: var(--theme_radius) 0 0 var(--theme_radius);
  width: 100%;
  border: 1px solid var(--theme_border2);
}

.search-field:focus {
  border-color: var(--theme_color);
}

.sidebar .search-field {
  border: 0;
}

.search-submit {
  background: var(--theme_color);
  color: #fff;
  width: 25%;
  height: 48px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  float: right;
  border-radius: 0 var(--theme_radius) var(--theme_radius) 0;
}

.search-form label {
  width: 75%;
  display: inline-block;
}

.uck-card-top>span {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .uck-card-top {
    margin-top: 15px;
  }

  .menu-top {
    display: none;
  }

  .header__bottom--menu li>ul>li>ul {
    margin: 0 1em;
  }
}

.cptch_block {
  padding: 0 1em 1em;
}

.cptch_wp_comments {
  border: 1px solid var(--theme_border2);
  text-align: center;
}

.post_status_geoit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 1em;
  color: #fff !important;
}

[class*="user-rank-"] {
  background: rgba(34, 187, 103, 0.2);
  color: #22bb67;
  margin: 5px 5px 0 0;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: var(--theme_radius);
  font-size: 12px;
}

.geo_login-widget [class*="user-rank-"] {
  display: inline-block;
}

.login_widget_top {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 16px;
}

.login_widget_top a {
  text-decoration: underline;
}

.geoit_user_ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: rank;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  padding: 1em;
  transition: all 0.3s ease;
  padding-left: 4em !important;
  border-bottom: 1px solid var(--theme_border2);
}

.geoit_user_ranking img {
  border-radius: var(--theme_radius);
  margin-right: 10px;
  width: 25px !important;
  height: 25px !important;
  vertical-align: -7px;
}

.geoit_user_ranking:hover {
  background: #fafafa;
}

.geoit_user_ranking .user_count {
  content: counter(rank);
  position: absolute;
  left: 15px;
  top: 15px;
  width: 25px;
  text-align: center;
  border-radius: 100%;
  font-size: 11px;
  font-weight: 400;
  height: 25px;
  line-height: 24px;
  border: 1px solid #ddd;
  background: #fff;
}

.page-users .geoit_user_ranking.birinci_uye .user_count {
  top: 28px;
}

.page-users .geoit_user_ranking.birinci_uye {
  padding: 2em 1em;
}

.geowidgetusers .uck-accordion--box {
  margin: 0 1em
}

.geowidgetusers .geoit_user_ranking:last-child {
  border: 0;
}

.uckan-btn-block {
  display: block;
  font-size: 12px;
  width: 100%;
  box-shadow: none;
}

.featured_user_btn {
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}

.geo_ajax_preloader {
  position: absolute;
  left: 1em;
  width: 32px;
  height: 32px;
  top: 27px;
}

.userLogin .geo_ajax_preloader {
  width: 70px;
  height: 70px;
}

.mailchimp_subsribe {
  padding: 20px;
  border-top: 5px solid var(--theme_color);
}

.nob .mailchimp_subsribe {
  border: 0;
  padding-top: 0;
}

.mailchimp_subsribe h3,
.mailchimp_subsribe p,
.mailchimp_subsribe h3,
.mailchimp_subsribe h4 {
  margin-bottom: 15px;
}

.mailchimp-subscribe__email-input {
  color: #666;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 25px;
  display: block;
  padding: 11px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.mailchimp-subscribe__email-input:focus {
  border-color: var(--theme_color);
}

.mailchimp-subscribe__submit {
  width: 100%;
  border: 0;
  border-radius: var(--theme_radius);
  cursor: pointer;
  padding: 10px 15px;
  background-color: var(--theme_color);
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--theme_font);
  line-height: 1.5;
}

.mailchimp-subscribe__submit:hover,
.mailchimp-subscribe__submit:focus {
  opacity: 0.9
}

.geoit-ksj1 span,
.geoit-ksj1 a {
  font-weight: 600;
}

.geoit-ksj1:hover span,
.geoit-ksj1 a:hover {
  color: var(--theme_color)
}

.geoit-ksj1 {
  margin-top: 1em;
  text-align: center;
  display: block;
}

.or-div {
  text-align: center;
  margin: 0 0 15px;
  width: 100%;
  position: relative;
}

.or-div span {
  font-size: 12px !important;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 15px;
  background: transparent;
  margin: 5px 6px 5px 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.or-div:before {
  content: '';
  position: absolute;
  background: var(--theme_border);
  height: 1px;
  left: 0;
  top: 50%;
  width: 40%
}

.or-div:after {
  content: '';
  position: absolute;
  background: var(--theme_border);
  height: 1px;
  right: 0;
  top: 50%;
  width: 40%
}

.or-div span:after {
  content: "";
  background: var(--theme_border2);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  z-index: -1;
}

.mobil-close {
  position: fixed !important;
  top: 15px !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  right: 15px !important;
  box-shadow: none !important;
}

.login-close {
  position: absolute;
  right: 15px;
  top: 8px;
  border: 2px solid var(--theme_color);
  background: var(--theme_color);
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: none;
}

#popup-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.5);
  display: none;
  z-index: 99999;
}

.form-label-group {
  position: relative;
}

.form-label-group>input,
.form-label-group>label,
.form-label-group>select,
.form-label-group>textarea,
.form-table input,
.form-table label,
.form-table .description {
  padding: 15px;
  font-size: 15px;
  height: auto;
}

.form-table .description {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 12px;
}

.form-label-group>label {
  position: absolute;
  top: 0px;
  left: 0;
  cursor: text;
  display: block;
  width: 100%;
  margin-bottom: 0;
  cursor: text;
  line-height: 1.5;
  z-index: 1;
  font-family: var(--theme_font);
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group> :not(label)::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group> :not(label)::-ms-input-placeholder {
  color: transparent;
}

.form-label-group> :not(label)::placeholder {
  color: transparent;
}

.repeater .form-label-group> :not(label)::placeholder {
  color: inherit;
}

.form-label-group> :not(label):not(:placeholder-shown) {
  padding-top: 25px;
  padding-bottom: 5px;
}

.form-label-group> :not(label):not(:placeholder-shown)+label {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  font-size: 15px;
  padding-bottom: 0;
}

.form-control,
.form-table input {
  display: block;
  width: 100%;
  padding: 15px;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.55;
  background: transparent;
  color: #495057;
  margin-bottom: 1em;
  background-clip: padding-box;
  border: 1px solid var(--theme_border);
  border-radius: var(--theme_radius2);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.form-table input:focus {
  color: #495057;
  border-color: var(--theme_color);
  outline: 0;
  box-shadow: 0 0 0 1px var(--theme_color);
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  cursor: no-drop;
  opacity: 1;
}

.form-table label {
  padding-left: 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding-top: 0;
}

.ad_block_detected {
  overflow: hidden;
  transition: all .3s ease;
}

.adblockalert {
  position: fixed;
  top: 0;
  left: -9999px;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background: rgba(51, 51, 51, 0.95);
}

.content--page .slider-style-3 .carousel__content--meta {
  display: none;
}

.post-views:not(:first-child) {
  margin-left: 7px;
}

.content__post-meta .post-views {
  margin-left: 0
}

.post-views i {
  margin-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .uck-card-list .uck-card--image {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .uck-card-list.uck-card-list2 .uck-card--content .geo_first_category {
    margin: 0
  }

  .uck-card-list.uck-card-list2 .uck-card--image {
    margin-bottom: 15px;
  }

  .uck-card .headline {
    font-size: 16px;
    line-height: 22px;
  }

  .uck-card--content p {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .uck-card-list .uck-card--image {
    width: 40%;
  }

  .uck-card--meta {
    display: none !important;
  }

  .uck-card--col_right .uck-card--image img {
    width: 100px !important;
    height: auto !important;
  }

  .sidebar .geo_posts_4 .carousel__content .headline,
  .content .geo_posts_4 .carousel__content .headline,
  .widget-area .geo_posts_4 .carousel__content .headline {
    font-size: 15px;
  }

  .sidebar .geo_posts_4 .carousel__content,
  .content .geo_posts_4 .carousel__content,
  .widget-area .geo_posts_4 .carousel__content {
    left: 10px;
    bottom: 10px;
    right: 10px;
  }

  .sidebar .geo_posts_4 .carousel__content .carousel__category,
  .content .geo_posts_4 .carousel__content .carousel__category,
  .widget-area .geo_posts_4 .carousel__content .carousel__category {
    display: none;
  }
}

.content_post_add {
  box-shadow: var(--theme_shadow);
  background: #fff;
  padding: 2em !important;
}

.puan_label {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  line-height: 24px !important;
  background: #ccc;
}

.recentcomments .comment-author-link {
  font-size: 12px !important;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: var(--theme_radius);
  border: 1px var(--theme_border) solid;
  background: transparent;
  margin: 5px 6px 5px 0;
  white-space: nowrap;
  display: table;
  vertical-align: top;
  transition: all 0.3s ease;
}

.recentcomments .comment-author-link:hover {
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.recentcomments .comment-author-link:hover a {
  color: #fff !important;
}

.recentcomments {
  font-size: 15px;
}

.recentcomments>a {
  color: #222;
  font-weight: 600;
  font-family: var(--theme_font);
}

.content .recentpostslider .slider-style-x2.owl-carousel.w-slider:not(.owl-loaded),
.content .recentpostslider .slider-style-x2.owl-carousel.w-slider .carousel__item,
.kan_vc_content .slider-style-x2.owl-carousel.w-slider .carousel__item,
.kan_col_2e3 .slider-style-x2.owl-carousel.w-slider .carousel__item {
  height: 200px;
}

.content .recentpostslider .slider-style-3:not(.owl-loaded),
.content .recentpostslider .slider-style-3 .carousel__item,
.kan_vc_content .kan_vc_slider_posts .slider-style-3:not(.owl-loaded),
.kan_vc_content .kan_vc_slider_posts .slider-style-3 .carousel__item,
.kan_col_2e3.kan_vc_slider_posts .slider-style-3:not(.owl-loaded),
.kan_col_2e3.kan_vc_slider_posts .slider-style-3 .carousel__item {
  height: 375px !important;
}

.content .recentpostslider .slider-style-x2 .carousel__content .headline,
.kan_vc_content .slider-style-x2 .carousel__content .headline {
  font-size: 15px;
  font-weight: 600;
}

.uck-card-big {
  padding: 30px;
  position: relative;
  width: 100%;
}

.blog-big-group {
  display: inline-block;
  width: 100%;
  position: inherit;
}

.uck-card-big .uck-card--content {
  background: #fff;
  margin: -30px 30px 30px;
  position: relative;
  padding: 1em 30px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .uck-card-big .uck-card--content {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.uck-card-big .uck-card--right {
  margin-top: 1em;
}

.uck-card-big .headline {
  font-size: 18px;
}

.geoit_popup_ade {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
}

.geoit_popup_wrapper {
  position: relative;
  text-align: center;
}

.geoit_popup_wrapper img,
.geoit_popup_wrapper iframe,
.geoit_popup_wrapper ins {
  max-width: 100%;
  height: auto;
}

.geoit_popup_ade #popup-close {
  background: #000;
  color: #fff;
  top: -30px;
  right: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
}

.popup__title,
#popup-box h4 {
  font-size: 32px;
}

#popup-box .form-label-group> :not(label):not(:placeholder-shown) {
  padding-top: 15px;
  padding-bottom: 15px;
}

#popup-box .mailchimp_subsribe {
  border-top: 0;
  padding: 0;
}

#popup-box .form-label-group>label {
  display: none;
}

#cookie-box {
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  left: 20px;
  border-radius: var(--theme_radius);
  display: none;
  background: #fff;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15), 0 5px 17px -2px rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  width: 310px;
  bottom: 20px;
  font-size: 15px;
  color: #3f3f3f;
  top: auto;
}

@media (max-width: 525px) {
  #cookie-box {
    max-width: 240px;
    left: 8px;
    padding: 20px !important;
  }
}

.show-cookie {
  display: block !important;
}

#cookie-box .uckan-btn {
  display: block;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  margin: 10px 0 0;
  box-shadow: none;
  border-radius: var(--theme_radius);
}

.geoit_authors .geoit_user_ranking {
  padding: 20px !important;
  display: inline-block;
  width: 100%;
}

.geoit_authors .geoit_user_ranking img {
  vertical-align: top;
  margin-right: 15px;
  float: left;
}

.geoit_authors .geoit_user_ranking a {
  display: -webkit-box;
  margin-bottom: 5px;
}

.geoit_authors .geoit_user_ranking a:first-child {
  font-weight: 600;
  font-size: 15px;
}

.geoit_authors .geoit_user_ranking a.autor_post:before {
  content: "";
  margin-right: 8px;
  background: #ddd;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  vertical-align: 1px;
  display: inline-block;
}

.reg_btn {
  border: 0;
  color: #fff !important;
  font-family: var(--theme_font);
  text-transform: uppercase;
}

.reg_btn {
  background-color: #277a2a !important;
}

.dark-mode #geo_mobil_menu {
  background: #232323 !important;
}

.footer-2 .header__top--social {
  margin-bottom: 34px;
}

.footer-2 .header__top--social li a {
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: 50%;
  color: #1a1a1a;
  background: rgba(255, 255, 255, .12);
  width: 38px;
  height: 38px;
  padding: 0 !important;
  border-radius: 50%;
  line-height: 36px;
  margin-right: 10px;
  font-size: 19px !important;
  text-align: center;
}

.footer-2 .footer_wrapper {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-2 .footer__row:not(:last-child) {
  margin-bottom: 20px;
}

.footer-2.dark-mode .menu-footer li a,
.footer-2.dark-mode .header__top--social li a {
  color: #fff
}

.footer-2 .menu-footer li a:hover {
  opacity: 0.75
}

.footer-2.dark-mode .footer-2-widgets {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-2.light-mode .footer-2-widgets {
  border-bottom: 1px solid var(--theme_border2);
}

.footer-2 .menu-footer li {
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.footer-2 p {
  font-size: 14px;
  color: #777
}

.footer-2 .header__top--social {
  border: 0;
}

.footer-2,
.footer-3 {
  --dark3: #242424 !important
}

.footer-3 .header__top--social a {
  background: #545454;
  border: 1px solid transparent;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 5px;
  text-align: center;
  color: #fff;
}

.footer-3 .footer_bottom_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}

.footer-3.dark-mode .footer_top {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-3.light-mode .footer_top {
  border-bottom: 1px solid var(--theme_border2);
}

.footer-3 .footer_top_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100px;
}

@media (max-width: 992px) {
  .footer-3 .menu-footer {
    margin: 10px 0 0
  }

  .footer-3 .footer_bottom_row {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 425px) {
  #footer .header__top--social {
    display: block !important
  }
}

#svg2 {
  max-width: 100%;
}

.layout404 {
  margin: 5em 0;
}

.col-auto {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.form-group .postform {
  line-height: 1.5;
  color: #495057;
  padding: 15px;
}

#error-page {
  min-height: auto;
}

strong {
  font-weight: 700;
}

.header__top--right> :last-child {
  border-right: 0;
}

.header__top--right>.geo-header-line:last-child {
  background: transparent;
}

.owl-dots {
  position: absolute;
  left: 15px;
  top: 15px;
}

.carousel-slider .owl-dots {
  top: 35px;
}

.kan_featured_style_carousel-12 .carousel-slider .owl-dots {
  top: 15px
}

.owl-dot {
  background: rgba(0, 0, 0, 0.5);
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
  transition: all 0.3s ease;
  display: inline-block
}

.owl-dot.active {
  background: #fff;
  transform: scale(1.5, 1.5);
}

.geoit-category-images-wrapper {
  position: relative;
}

.geoit-category-images-wrapper:after {
  content: "";
  clear: both;
  display: block;
}

.geoit-category-image {
  -ms-transition: all 0.3s ease;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: var(--theme_radius);
  overflow: hidden;
}

.geoit-category-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 90%);
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.geoit-category-image:hover::before {
  opacity: 0.75;
}

.geoit-category-images-overlay .geoit-category-image::before {
  content: none;
}

.geoit-category-image-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
  color: #fff;
}

@media (max-width: 768px) {
  .geoit-category-images .geoit-category-images-style4 .col-md-1 {
    width: 33.333% !important
  }
}

.geoit-category-images-style5 .geoit-category-image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.geoit-category-images-style5 .geoit-category-image:before {
  content: none;
}

.geoit-category-images-style5 .geoit-category-image-content {
  position: relative;
  background: var(--theme_color);
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.geoit-category-images-style6 .geoit-category-image {
  border-radius: 15px;
  overflow: hidden
}

.geoit-category-images-style6 .geoit-category-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.geoit-category-images-style6 .geoit-category-image {
  height: 200px;
}

.geoit-category-images-style6 .geoit-category-image-content {
  display: flex;
  flex-direction: column;
  top: 0;
  justify-content: space-between
}

.geoit-category-images-style7 .geoit-category-image::before {
  content: none;
}

.geoit-category-images-style7 .geoit-category-image-content {
  background: rgba(0, 0, 0, .5);
}

.geoit-category-image-view-all {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-family: var(--theme_font);
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.geoit-category-image-content>*:last-child {
  margin: 0 !important
}

.geoit-category-image-content p {
  opacity: 0.8
}

.geoit-category-image-content h5 {
  font-size: 15px;
}

.geoit-category-image-content span {
  opacity: 0.75;
  font-size: 16px;
}

.geoit-category-images-style2 .geoit-category-image:hover {
  filter: grayscale(1);
}

.geoit-category-images-style2 .geoit-category-image::before,
.geoit-category-images-style3 .geoit-category-image::before,
.geoit-category-images-style4 .geoit-category-image::before {
  content: none;
}

.geoit-category-images-style2 .geoit-category-image-content {
  left: 50%;
  bottom: auto;
  top: 50%;
  text-align: center;
  border: 1px solid #fff;
  padding: 15px 25px;
  border-radius: 50px;
  background: #fff;
  color: #222;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.geoit-category-images-style2 .geoit-category-image-content h5 {
  font-size: 12px !important;
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
}

.geoit-category-images-style2 .geoit-category-image-content span {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.geoit-category-images-style3 .geoit-category-image-content,
.geoit-category-images-style4 .geoit-category-image-content {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  color: #2e2e2e;
  padding: 0;
  margin-top: 1em;
}

.sidebar .geoit-category-image-content h5 {
  font-size: 15px
}

.sidebar .geoit-category-images-style3 .geoit-category-image-content,
.sidebar .geoit-category-images-style4 .geoit-category-image-content {
  padding: 5px 15px 10px;
}

.geoit-category-images-style4 {
  text-align: center;
}

.geoit-category-images-style1 .geoit-category-image-view-all {
  width: auto;
  position: absolute;
  font-size: 12px;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
  padding: 10px 15px;
  height: auto;
  line-height: 1.4;
  backdrop-filter: none;
}

.geoit-category-images-style1 .geoit-category-image::before {
  background: rgba(0, 0, 0, 0.5);
}

.geoit-category-images-style1 .geoit-category-image-content,
.geoit-category-images-style1 .geoit-category-image {
  position: relative !important;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}

.geoit-category-images.widget .geoit-category-image {
  margin: 5px 0;
}

.geoit-category-images-style1 .geoit-category-image img {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.geoit-category-images-style4 img {
  width: 100%;
  border-radius: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sidebar .geoit-category-images .col-12 {
    width: 100%;
  }

  .sidebar .geoit-category-images .col-md-1 {
    width: 33.333%;
  }
}

@media (min-width: 768px) {
  .content .full-width .geoit-category-images .col-12 {
    width: 25%;
  }

  .content .geoit-category-images .col-12 {
    width: 33.3333%;
  }

  .content .geoit-category-images .col-md-1 {
    width: 20%;
  }

  .content .full-width .geoit-category-images .col-md-1 {
    width: 8.33333333%;
  }
}

.geoit-category-images.widget .geoit-category-images-wrapper {
  padding: 15px
}

.geoit-popular-post-item {
  padding: 20px !important;
}

.geoit-popular-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.geoit-popular-post-item-style2 .post-counter-label {
  margin-top: 0 !important;
}

.geoit-popular-post-item .post-counter-label {
  background-color: #dee2e6;
  border-radius: 12px 12px 12px 12px;
  margin-right: 16px;
  height: 44px;
  text-align: center;
  display: inline-table;
  width: 44px;
  min-width: 44px;
  line-height: 44px;
  float: left;
  margin-top: 20px;
  position: relative;
  font-family: var(--theme_font);
  font-weight: 500;
  font-size: 15px;
  z-index: 2;
}

.dark-mode .geoit-popular-post-item .post-counter-label {
  background: rgba(255, 255, 255, .1);
}

.geoit-popular-post-content {
  padding-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.geoit-popular-post-meta p {
  margin-top: 5px;
}

.geoit-popular-post-meta {
  margin: 5px 0 0;
}

.geoit-popular-post-item-style3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.99);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.geoit-popular-post-item-style3.geoit-popular-post-active:before {
  background: rgba(0, 0, 0, 0.4) !important;
}

.geoit-popular-post-item-style3 {
  background-size: cover;
  border: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  background-position: center center;
}

.sidebar .geoit-popular-post-item-style3,
.kan_vc_sidebar .geoit-popular-post-item-style3 {
  min-height: 150px;
}

.geoit-popular-post-item-style3.geoit-popular-post-active a {
  color: #fff !important;
}

.geoit-popular-post-item-style3.geoit-popular-post-active .geoit-popular-post-meta {
  color: #fff;
  opacity: 0.75;
}

.geoit-popular-post-item-style2 {
  width: 100%;
  border-bottom: 1px solid var(--theme_border2);
}

.geoit-popular-post-item-style2:last-child {
  border: 0;
}

.geoit-popular-post-item-style2 .geoit-popular-post-content {
  padding: 0;
}

@media (min-width: 992px) {
  .widget-area .geoit-popular-post-item {
    float: left;
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .widget-area.full-width .geoit-popular-post-item {
    float: left;
    max-width: 33.3333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    width: 33.3333333%;
  }
}

@media (max-width: 768px) {

  .page__content>.container,
  .page__content>.container>.row {
    padding: 0;
    margin: 0;
  }

  body:not(.geoit-block-flat) .content--page,
  body:not(.geoit-block-flat) .sidebar {
    padding: 0;
  }
}

@media (max-width: 425px) {
  .entry-author img {
    width: 32px !important;
    height: 32px !important;
    vertical-align: middle;
  }

  .grid-sizer,
  .masonry:not(.masonry-grid) .uck-card,
  .h-layout-1 .grid-sizer,
  .h-layout-1 .masonry:not(.masonry-grid) .uck-card {
    width: 100%;
  }
}

.headroom {
  will-change: transform;
  z-index: 100;
  position: relative;
  transition: transform 200ms linear;
}

.headroom--not-top {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-100%);
  background: #fff;
  transition: none;
  position: fixed !important;
  border: 0 !important;
  top: 0;
  left: 0;
  right: 0;
}

.headroom--pinned {
  transform: translateY(0%);
  transition: transform 0.4s ease;
}

@media (max-width: 992px) {

  .header-default .header__bottom,
  .header-one .header___bottom {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .carousel-featured {
    padding: 0px;
  }

  .carousel-featured .carousel__item {
    width: 50%;
    margin: 0;
    border-radius: 0;
    height: 225px;
  }

  .carousel-featured .carousel__image {
    border-radius: 0;
  }

  .carousel-featured .carousel__big--item {
    width: 100% !important;
    height: 350px;
  }

  .carousel-featured.carousel-style-5 {
    height: 353px;
  }

  .carousel-featured.carousel-style-4 .carousel__medium--item {
    width: 100%;
    height: 350px
  }
}

@media screen and (max-width: 600px) {

  .carousel-featured .carousel__content--meta,
  .carousel-featured .carousel__category {
    display: none;
  }

  .carousel-featured .carousel__big--item .carousel__category {
    display: block;
  }

  .carousel-featured .carousel__item {
    height: 130px;
  }

  .carousel__small--item .carousel__content .headline {
    font-size: 15px
  }

  .carousel-featured.carousel-style-2 .carousel__big--item:nth-child(2) {
    margin-top: 1px;
  }

  .carousel-featured .carousel__big--item,
  .carousel-featured.carousel-style-4 .carousel__medium--item {
    height: 222px;
  }

  .carousel-featured .carousel__big--item .carousel__content .headline {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .geoit-data-time-header {
    padding: 0 15px;
  }

  .geo-top-menu {
    margin: 0 15px;
  }
}

.geo-top-menu li {
  float: left;
  margin-right: 10px;
  list-style: none;
}

.geo-top-menu a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: var(--theme_font);
}

.geo-top-menu a:hover {
  opacity: 0.75;
}

.owl-nav {
  opacity: 0 !important;
  visibility: hidden;
  transition: all 0.3s ease;
}

.owl-carousel:hover .owl-nav {
  opacity: 1 !important;
  visibility: visible;
}

.geoit_authors_widget {
  padding: 15px;
  display: inline-block;
  border-bottom: 1px solid var(--theme_border2);
  width: 100%;
}

.geoit_authors_widget:last-child {
  border-bottom: 0;
}

.geoit_authors_widget img {
  float: left;
  margin-right: 15px;
  border-radius: var(--theme_radius);
}

.geoit_authors_widget_title {
  display: block;
  font-family: var(--theme_font);
  font-weight: 600;
}

#load-more-animation,
.geoit_pagination_links {
  display: none;
}

#load-more-posts-button-wrapper {
  text-align: center;
  padding: 1em;
  border-top: 1px solid var(--theme_border2);
}

.load-more-posts-button {
  font-size: 12px !important;
  font-weight: 600;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 2rem;
  border-radius: var(--theme_radius);
  box-shadow: none;
  margin: 0;
  background: var(--theme_color);
  color: #fff;
  vertical-align: top;
  transition: all 0.3s ease;
}

.load-more-posts-button:hover {
  background: transparent;
  border-color: var(--theme_color);
  color: var(--theme_color);
}

.load-more-posts-button[disabled] {
  cursor: no-drop;
}

.geo-related_shortcode {
  width: 100%;
}

.uckan-card .uckan-card--left {
  margin: 0 0 1em;
  text-align: center;
}

.uckan-card .uckan-card--left img {
  border-radius: var(--theme_radius);
}

@media (min-width: 500px) {
  .geo-related_shortcode {
    width: 150px !important;
    height: 90px !important;
  }

  .uckan-card .uckan-card--left {
    text-align: left;
    margin: 0 2em 0 0;
  }
}

.geoit_recent_comments a {
  font-weight: 600;
}

.geoit_recent_comments a:hover {
  color: var(--theme_color);
}

.geoit_recent_comments p {
  opacity: 0.9;
  margin-bottom: 0;
}

.geoit_recent_comments_wrapper {
  margin: 2em 0;
}

.geoit_recent_comments_wrapper p {
  margin: 0 !important;
}

.geoit_recent_comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em !important;
  border-bottom: 1px solid var(--theme_border2);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.geoit_recent_comments:before {
  content: none !important;
}

.geoit_recent_comments_avatar img,
.geoit_recent_comments_avatar {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}

.geoit_recent_comments_avatar {
  margin-right: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

@media screen and (max-width: 768px) {

  .slider-style-2 .owl-carousel.w-slider:not(.owl-loaded),
  .slider-style-2 .owl-carousel.w-slider .item .w-slider_image,
  .slider-style-2 .owl-carousel.w-slider .carousel__item {
    height: 250px;
  }

  .slider-style-2 .owl-carousel.h-slider {
    height: 250px !important;
  }

  .slider-style-2 .carousel__content {
    width: 100%;
    padding: 1em;
  }

  .slider-style-2 .carousel__content .headline {
    font-size: 18px !important;
  }
}

.entry-last-modified-date {
  font-size: 12px;
}

.geoit-data-time-header i {
  line-height: inherit;
  margin-right: 5px;
}

.wp-social-link a {
  color: #fff !important;
}

.geo-post-source-link {
  margin-bottom: 5px;
}

.geo-post-source-link:last-child {
  margin: 0;
}

.geo-post-source-link:hover {
  text-decoration: underline;
}

.geo-post-source-link span {
  font-weight: 600;
}

.overlay-disable .carousel__image:before,
.overlay-disable .w-slider_image:before,
.overlay-disable .geo-thumbnail:before {
  content: none !important;
}

.slider-content-position-b .carousel__content {
  justify-content: flex-end;
}

.slider-content-position-t .carousel__content {
  justify-content: flex-start;
}

.slider-content-position-m .carousel__content {
  justify-content: center;
}

.slider-content-h-position-r .carousel__content {
  align-items: flex-end;
  text-align: right;
}

.slider-content-h-position-c .carousel__content {
  align-items: center;
  text-align: center !important;
}

.slider-content-h-position-l .carousel__content {
  align-items: flex-start;
  text-align: left;
}

.slider-content-position-m .carousel__content .carousel__content--meta>* {
  float: none;
  margin: 0 5px;
}

.slider-content-position-t .carousel__image:before,
.slider-content-position-t .w-slider_image:before,
.slider-content-position-t .geo-thumbnail:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-content-position-m .carousel__image:before,
.slider-content-position-m .w-slider_image:before,
.slider-content-position-m .geo-thumbnail:before {
  background: rgba(0, 0, 0, 0.7) !important;
}

.header__trending {
  position: relative;
}

.header-two .header__trending {
  padding: 0 1em;
}

.header-two .header__trending i {
  font-size: 15px;
}

.header-two .header__trending:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #fff;
}

#clearNotification {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff
}

.geo-notification {
  position: absolute;
  right: 0;
  width: 350px;
  visibility: hidden;
  opacity: 0;
  top: -200%;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  font-family: var(--theme_font);
  background: #fff;
  color: #222;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.header__notification {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.header__notification button>span {
  position: absolute;
  right: 7px;
  top: -5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  font-size: .625rem;
  line-height: 16px;
  text-align: center;
  background: rgba(13, 148, 136, 1);
  color: #fff;
  opacity: 1;
}

.notification-button {
  position: relative;
  padding: 0 18px 0 15px !important;
}

.header-two .notification-button {
  margin: 23px 0;
}

.geo-notification.collapsible-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  top: 120%;
  box-shadow: 0 4px 30px #0000001f;
}

.geo-notification-header span {
  font-size: 12px;
}

.geo-notification-header {
  background: var(--theme_color);
  color: #fff;
  padding: 25px;
  line-height: 1;
  cursor: auto !important;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
}

.geo-notification i {
  color: var(--theme_color);
  margin-right: 8px;
}

.geo-notification-footer {
  border-top: 1px solid var(--theme_border2);
  padding: 0 20px;
  line-height: 40px;
}

.geo-notification-footer i {
  float: right;
  margin-top: 0;
  transition: all 0.3s ease;
}

.geo-notification-footer a:hover i {
  padding-left: 5px;
}

.geo-notification-footer a {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
}

.geo-notification-content {
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow: auto;
}

.geo-notification-content li:hover {
  background: rgba(0, 0, 0, 0.02);
}

.geo-notification-content li.new-item:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 1em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: var(--theme_color);
}

.geo-notification-content li {
  list-style: none;
  line-height: 20px;
  position: relative;
  text-overflow: ellipsis;
  display: block;
  border-bottom: 1px solid var(--theme_border2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 15px 40px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.geo-notification-content li>a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.geo-notification-content li:hover a {
  text-decoration: underline;
}

.geo-notification-content li a {
  font-weight: 600;
}

.geo-notification-content .notification-right>a {
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.geo-notification-content .notification-right {
  padding-left: 20px;
}

.geo-notification-content .notification-right span {
  display: block;
  opacity: 0.7;
  font-size: 12px;
}

.geo-notification-content .notification-left {
  position: relative;
  width: 34px;
  flex: 0 0 34px;
  max-width: 34px;
  background: #eee;
  height: 34px;
  border-radius: 100%;
}

.geo-notification-content .notification-left img {
  width: 34px;
  height: 34px;
  border-radius: 100%;
}

.geo-notification-content li:last-child {
  border: 0;
}

[data-toggle] {
  cursor: pointer;
}

.modern-scroll {
  overflow: auto;
}

.modern-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.modern-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.modern-scroll::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 10px;
}

.uck-card-timeline-right {
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  position: relative;
  margin-left: 80px;
}

@media (max-width: 768px) {
  .uck-card-timeline-right {
    width: calc(100% - 45px);
    margin-left: 45px;
  }

  .uck-card-timeline-left {
    width: 70px !important;
  }
}

.uck-card-timeline-left:before,
.uck-card-timeline-left:after {
  position: absolute;
  width: 1px;
  background-color: #e4e7ea;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 50%;
}

.uck-card-timeline-left:after {
  top: 50%;
  bottom: 0;
}

.uck-card-timeline-left {
  width: 100px;
  padding: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: Center;
  -ms-flex-pack: Center;
  justify-content: Center;
}

.uck-card-timeline-icon {
  text-align: center;
  background: #fff;
  padding: 20px 0;
}

.geoit-dashboard-wrapper .uck-card-timeline-icon {
  background: transparent;
}

.uck-card-timeline-icon i {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  line-height: 32px;
  background: var(--theme_color);
  color: #fff;
  border-radius: 100%;
  margin-bottom: 8px;
}

.uck-card-timeline-icon .date {
  font-size: 12px;
}

.uck-card-timeline:after {
  left: 50px;
  width: auto;
  right: 0;
}

.dark-mode .slider_mask .carousel__image:before,
.dark-mode .slider_mask .w-slider_image:before,
.dark-mode .slider_mask .geo-thumbnail:before {
  background: rgba(0, 0, 0, 0.7) !important;
}

.page_description>* {
  margin-bottom: 10px;
}

.page_description>*:last-child {
  margin: 0;
}

.page_description ul {
  margin-left: 20px;
}

.title-all {
  position: absolute;
  right: 0;
  top: 14px;
  letter-spacing: -0.01em;
  bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  padding: 0 15px;
}

.title-all:hover {
  color: var(--theme_color)
}

.title-all i {
  margin: 0 5px 0 !important;
  color: var(--theme_color)
}

.content .widget_media_gallery .gallery,
.sidebar .widget_media_gallery .gallery {
  padding: 15px;
  margin: 0;
}

.h-slider {
  height: 500px;
  overflow: Hidden;
}

.w-slider {
  height: auto;
}

.h-slider.geo_mobile_slider {
  height: 250px;
}

@media screen and (min-width: 768px) {
  .carousel-style-1-b .geoit_slider-0 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .carousel-style-1-a .geoit_slider-0 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .carousel-style-1-a .geoit_slider-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .carousel-style-1-a .geoit_slider-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .carousel-style-1-a .geoit_slider-3 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .carousel-style-1-a .geoit_slider-4 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .carousel-style-1-a,
  .carousel-style-1-b {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    box-orient: vertical;
    box-direction: normal;
    height: 500px;
  }
}

.carousel-style-1-d {
  display: flex;
  flex-wrap: wrap;
}

.carousel-style-1-d .kan_col_item {
  width: calc(50% - 30px);
  margin: 15px;
  clear: none;
}

@media screen and (min-width: 768px) {
  .carousel-style-1-d {
    display: inline-block;
    width: 100%
  }

  .carousel-style-1-d .carousel__big--item {
    height: 600px;
    padding-right: 5px !important
  }

  .carousel-style-1-da .carousel__big--item {
    height: 500px;
  }

  .carousel-style-1-d .kan_col_item {
    width: calc(25% - 30px);
    margin: 25px 15px;
    height: 250px
  }

  .carousel-style-1-da span.post-views {
    display: none;
  }

  .carousel-style-1-da .kan_col_item_group {
    flex: 0 0 380px;
    max-width: 380px;
    position: absolute;
    right: 0;
    max-height: 500px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, .15);
    z-index: 10;
    padding: 10px 0;
    overflow-y: auto;
  }

  .kan_vc_block .carousel-style-1-da .kan_col_item_group {
    top: 0
  }

  .carousel-style-1-da .uck-card--col_right .headline a {
    color: #fff
  }

  .carousel-style-1-da .uck-card--col_right {
    color: rgba(255, 255, 255, .75)
  }

  .carousel-style-1-da .uck-card--col_right .uck-card--image img {
    width: 125px;
    height: 75px;
  }

  .carousel-style-1-da .carousel__content {
    padding-right: 380px;
  }

  .carousel-style-1-da .carousel__big--item {
    width: 100% !important;
    padding: 0 !important;
  }
}

.carousel-style-1-c .carousel__item {
  padding: 0
}

.carousel-style-1-c,
.carousel-style-1-e>.uck-card,
.carousel-style-1-e .carousel__big--item {
  background: #fff !important;
  position: relative;
  padding: 0;
  box-shadow: var(--theme_shadow)
}

.carousel-style-1-e .uck-card--content p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.carousel-style-1-e .uck-card--content {
  padding: 20px;
}

.carousel-style-1-e {
  display: grid !important;
  height: auto !important;
  padding: 2px;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  grid-template-columns: [col1] 25% [col2] 47.5% [col3] 25%;
  grid-gap: 15px;
  grid-template-rows: [row1] 48.2% [row2] 48.3%;
}

.carousel-style-1-e .uck-card {
  height: auto;
  width: auto;
}

.carousel-style-1-e .carousel__big--item .headline {
  font-size: 28px;
}

.carousel-style-1-e .carousel__big--item {
  grid-column: 2;
  grid-row: 1/3;
  margin-bottom: 1px;
  padding: 0;
  width: auto !important;
}

@media (min-width: 768px) {
  .carousel-style-1-e .carousel__big--item { 
    height: auto;
  }
}
@media (max-width: 768px) {
  .carousel-style-1-da .kan_col_item {
    margin: 0
  }

  .carousel-style-1-e .uck-card--image img {
    border-radius: 0;
  }

  .carousel-style-1-e {
    display: flex !important;
    height: auto !important;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: 0;
  }

  .carousel-style-1-e>.kan_col_item {
    order: 2;
    width: 50% !important;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .carousel-style-1-e .carousel__big--item {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
}

.carousel-style-1-c .carousel__big--item {
  width: 60%
}

.carousel-style-1-d .carousel__big--item {
  width: 50%
}

.carousel-style-1-c .uck-card--col_right {
  width: 40%;
}

.carousel-style-1-d .uck-card--col_right {
  width: 50%;
}

@media screen and (min-width: 480px) {
  .carousel-style-1-c .uck-card--col_right {
    padding: 17px 30px !important;
  }

  .carousel-style-1-da .kan_col_item {
    height: auto !important;
    margin: 10px 0 !important;
    border: 0;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.geoit-recipe-instructions-item {
  display: inline-block;
  width: 100%;
}

.geoit-category-images-style4>.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.geoit-category-images-style4 .geoit-category-image {
  margin: 10px 0;
}

#geoit_login {
  right: 8px;
  top: 120%;
}

.header-two .geo-menu {
  padding-right: 15px;
}

.header__logo_wrapper .mobile-menu-icon {
  width: 34px;
  height: 34px;
}

.owl-carousel-slider .owl-stage,
.owl-carousel-slider .owl-item {
  width: 100% !important;
}

#geoit-add-posts h1,
#geoit-add-posts h2,
#geoit-add-posts h3,
#geoit-add-posts h4,
#geoit-add-posts h5,
#geoit-add-posts h6 {
  margin-bottom: 15px;
}

#geoit-add-posts ul {
  padding-left: 15px;
}

.css-transitions-only-after-page-load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.ccpw_icon-down,
.ccpw_icon-up {
  margin: 0 5px;
}

.ccpw_icon-up {
  display: inline-block;
  transform: rotate(180deg);
}

.ccpw_icon-up:before {
  font-family: "geoit-font";
  content: "\ea50";
}

.ccpw_icon-down:before {
  font-family: "geoit-font";
  content: "\ea50";
}

.ccpw-ticker-cont .bx-viewport {
  display: block !important;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.header___bottom {
  position: relative;
  z-index: 2;
}

.ccpw-ticker-cont {
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid #fff;
  display: block !important;
  z-index: 1;
  position: relative;
}

.tickercontainer {
  margin: 0 !important;
  height: 38px !important;
}

.bx-viewport {
  height: 38px !important;
}

.tickercontainer:hover li {
  opacity: 0.5;
}

.tickercontainer li:hover {
  opacity: 1;
}

.tickercontainer li {
  transition: opacity 0.3s ease;
  line-height: 38px !important;
}

.tickercontainer li> :not(:first-child) {
  margin-left: 15px;
}

.tickercontainer li .ccpw_icon {
  position: relative;
  top: -1px;
}

.tickercontainer li span {
  font-size: 15px !important;
  font-weight: 400;
}

.tickercontainer li span.name {
  font-weight: 600;
  font-size: 15px !important;
}

.tickercontainer .ccpw_icon img {
  margin-top: 14px;
  height: 18px;
}

.tickercontainer span.ccpw_icon img {
  margin-top: 0 !important;
}

.tickercontainer .coin-container {
  margin-right: 10px !important;
  display: flex;
  align-items: Center;
}

.ccpw-ticker-cont {
  display: block !important;
}

.ccpw-ticker-cont span.price {
  background: #6d6d6d;
  padding: 0 8px;
  border-radius: 25px;
  font-size: 12px !important;
  line-height: 20px;
  color: #fff !important;
}

.widget .ccpw_table thead {
  display: none;
}

.ccpw_table tr {
  border: 0 !important;
}

.ccpw_table td,
.ccpw_table th {
  border-color: var(--theme_border2) !important;
}

.ccpw_table tr:last-child td,
.ccpw_table tr:last-child th {
  border: 0 !important;
}

.ccpw_table span.name {
  margin-left: 15px;
  font-size: 15px;
}

.ccpw_table tr td {
  padding: 15px;
}

span.name {
  font-family: var(--theme_font);
  font-weight: 600 !important;
}

.ccpw-container.ccpw-ticker-cont.ccpw-footer-ticker-fixedbar {
  background: transparent !important;
  bottom: -2px !important;
  border: 0 !important;
}

.ccpw-price-label ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ccpw-price-label li {
  border-bottom: 1px solid var(--theme_border2);
  border-right: 1px solid var(--theme_border2);
  margin: 0 !important;
  padding: 30px !important;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 300px;
}

.ccpw-price-label span.ccpw_icon {
  position: absolute;
  width: 48px !important;
  height: 48px !important;
  right: 30px;
  top: 30px;
}

.ccpw-price-label span.ccpw_icon img {
  width: 48px !important;
  height: 48px !important;
}

.ccpw-price-label span.name {
  display: block !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: var(--theme_font);
}

.widget .ccpw_table .ccpw_icon.ccpw_coin_logo {
  float: left;
}

.widget .ccpw_table .ccpw_coin_info {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.ccpw_table {
  border-radius: 0 !important;
  display: inline-table
}

.dataTable {
  display: table;
}

.dataTable tbody {
  display: table-row-group;
  vertical-align: middle;
}

.geoit-weather-widget {
  background: #4d34f3;
  color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .geoit-weather-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .geoit-weather-widget-top {
    border-right: 1px solid rgba(2555, 255, 255, 0.1);
  }
}

.geoit-weather-widget-left {
  padding-top: 1em;
  border-top: 1px solid rgba(2555, 255, 255, 0.1);
  margin-top: 1em;
}

.geoit-weather-widget-top {
  text-align: center;
  padding: 50px 30px;
  font-family: var(--theme_font);
}

.geoit-weather-widget-description {
  font-size: 18px;
}

.geoit-weather-widget-temp {
  font-size: 40px;
  font-weight: bold;
  margin-top: 4px;
  line-height: 1.208333;
}

.geoit-weather-widget-temp span {
  font-size: 40px;
  vertical-align: 1.5em;
}

.geoit-weather-widget-location span {
  margin-left: 6px;
  font-size: 22px;
  white-space: nowrap;
}

.geoit-weather-widget-location svg {
  fill: #fff;
  vertical-align: 2px;
}

.geoit-weather-widget-icon {
  margin-bottom: 15px;
  filter: invert(1) brightness(1);
}

.geoit-weather-widget-meta .col-12 {
  padding: 15px
}

.geoit-weather-widget-meta-icon {
  width: 24px;
  height: 24px;
}

.geoit-weather-widget-meta-icon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}

.geoit-weather-widget-meta-label {
  opacity: 0.75;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

.geoit-weather-widget-meta-content {
  margin-left: 20px;
}

.geoit-location-weather {
  position: absolute;
  right: 15px;
  top: 15px;
}

.geoit-weather-widget-top,
.geoit-weather-widget-meta {
  max-width: 50%;
  width: 100%;
}

.geoit-location-weather svg {
  fill: #fff;
  width: 22px;
  height: 22px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.geoit-location-weather svg:hover {
  opacity: 1;
}

.sidebar .geo_posts_6 .slider-style-3 .carousel__item {
  height: 250px !important;
}

.sidebar .geo_posts_6 .masonry-grid .uck-card {
  width: 50%;
}

@media screen and (min-width: 600px) {
  .content .geo_posts_6 .carousel__content .headline {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 600px) {

  .geo_posts_6 .slider-style-3 .carousel__item,
  .kan_post_block_5 .slider-style-3 .carousel__item {
    height: 250px !important;
  }
}

.geo_posts_7 .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.geo_posts_7 .tabs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  line-height: 60px;
  height: 60px;
  font-weight: 500;
  flex: 1;
  letter-spacing: 0.05em;
  font-size: 14px;
}

.geo_posts_7 ul.tabs li.active,
.geo_posts_7 ul.tabs li:hover {
  box-shadow: inset 0 2px 1px var(--theme_color);
  margin-left: -1px;
  font-weight: 600;
}

.masonry.slider-style-3 {
  border-top: 0;
}

.uck-card--image>a {
  display: block;
}

.sh-0 {
  box-shadow: none !important;
}

.geo-lazy {
  will-change: opacity;
}

.geo-lazy:not(.loaded) {
  opacity: 0.5;
  background-color: #eeeeee;
  -webkit-animation: lazyload 0.5s linear alternate 100;
  animation: lazyload 0.5s linear alternate 100;
}

.geo-lazy[data-bg] {
  opacity: 1 !important;
  animation: none !important;
}

.dark-mode .geo-lazy:not(.loaded) {
  background-color: #161717;
}

.sticky-sidebar {
  position: static;
}

@media (max-width: 768px) {
  .sticky-sidebar {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.geoit_widget_converter .clearfix {
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}

.geoit_widget_converter form {
  display: inline-block;
  width: 100%;
  padding: 1em;
}

.mb-0 {
  margin-bottom: 0px !important;
}

video {
  max-width: 100%;
  height: auto;
}

#page.site>#content.site-content .widgettitle {
  font-size: 18px;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid var(--theme_border2);
}

#page.site>#content.site-content .widget {
  margin: 0 !important;
}

.mb-2 {
  margin-bottom: 2em;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-0 {
  margin-top: 0 !important;
}

@media screen and (max-width: 992px) {
  .header__top–left {
    display: block !important;
    width: 100%;
  }
}

.progress-wrap {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 2.3rem;
  height: 2.3rem;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.2s linear;
}

@media screen and (max-width: 992px) {
  .share-button-active .progress-wrap {
    bottom: 3.5em
  }
}

.progress-wrap::after {
  position: absolute;
  font-family: "geoit-font";
  content: "\ea50";
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: center;
  line-height: 2.4rem;
  font-size: 28px;
  color: var(--theme_color);
  left: 0;
  top: 0;
  height: 2.3rem;
  width: 2.3rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.2s linear;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--theme_color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kan-header-mobile {
  position: relative;
  z-index: 20;
  height: 60px;
  width: 100%;
}

.kan-header-mobile-wrapper.kan-header-mobile-skin-light {
  border-bottom: 1px solid var(--theme_border2);
}

.kan-header-mobile-wrapper {
  position: relative;
  display: none;
  background: var(--theme_color);
  top: 0;
  height: 60px;
  padding: 0 15px;
}

.header-mobile-right,
.header-mobile-left {
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kan-header-mobile-layout-1 .header-mobile-right {
  justify-content: flex-end
}

.kan-header-mobile-layout-1 .header-mobile-right,
.kan-header-mobile-layout-1 .header-mobile-left {
  flex-grow: 1;
  flex-basis: 0;
}

.header-mobile-right>* {
  padding: 0 !important;
  margin-left: 5px !important;
  margin-right: 0 !important;
}

.header-mobile-left>* {
  padding: 0 !important;
  margin-right: 5px !important;
  margin-left: 0 !important;
}

.kan-header-mobile-wrapper .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kan-header-mobile-wrapper button,
.kan-header-mobile-wrapper .geoit-wc-cart {
  box-shadow: none !important;
  color: #fff !important;
  border: 0 !important;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.kan-header-mobile-wrapper .geoit-wc-cart svg {
  width: 15px;
  height: 15px;
}

.kan-header-mobile-wrapper .geoit-wc-cart-holder {
  border: 0
}

.kan-header-mobile-wrapper .uckan_login-button img {
  width: 28px !important;
  height: 28px !important;
  object-fit: cover;
}

.kan-header-mobile-wrapper .header__notification,
.kan-header-mobile-wrapper .header__search {
  border: 0 !important;
}

.kan-header-mobile-wrapper .header__notification button>span {
  right: 0;
}

.kan-header-mobile-wrapper .header__notification button {
  padding: 0 !important;
}

.kan-header-mobile-wrapper .mobile-menu-icon {
  color: #fff !important;
}

.kan-header-mobile-wrapper .mobile-menu-icon i {
  font-size: 16px !important;
}

.kan-header-mobile-wrapper .uckan_login-button,
.kan-header-mobile-wrapper .notification-button i,
.header__search--icon i {
  font-size: 15px !important;
  vertical-align: middle;
}

.kan-header-mobile-wrapper .geo-notification.collapsible-active {
  top: 180%;
  right: -12px;
}

.kan-header-mobile-wrapper .header__search--form button {
  padding: 0 !important;
  background: #000;
  top: 6px;
  right: 6px;
}

.kan-header-mobile-wrapper #geoit_login {
  right: -21px;
}

.header-mobile-center img {
  max-height: 50px;
}

.kan-header-mobile-layout-2 .header-mobile-center {
  order: 1;
}

.kan-header-mobile-layout-2 .header-mobile-left {
  order: 3;
}

.kan-header-mobile-layout-2 .header-mobile-left>* {
  margin-right: 0 !important;
  margin-left: 5px !important;
}

.kan-header-mobile-layout-2 .header-mobile-right {
  order: 2;
  margin-left: auto;
}

.kan-header-mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  #header {
    display: none;
  }

  .kan-header-mobile-wrapper,
  .kan-header-mobile {
    display: block;
  }
}

.kan-header-mobile-skin-dark.kan-header-mobile-wrapper .logo-no {
  color: #fff
}

.kan-header-mobile-skin-light,
.kan-header-mobile-skin-light.kan-header-mobile-wrapper .header__search--form button {
  background: #fff;
}

.kan-header-mobile-skin-light .header__notification button>span {
  border-color: #fff !important;
}

.kan-header-mobile-skin-light.kan-header-mobile-wrapper button,
.kan-header-mobile-skin-light.kan-header-mobile-wrapper .mobile-menu-icon {
  color: #1e1e1e !important;
}

.kan-header-mobile-skin-dark.kan-header-mobile-wrapper button {
  background: rgba(0, 0, 0, 0.125);
}

.autocomplete-suggestions .uck-card--col_right {
  padding: 10px;
  padding-left: 0;
  border-left: 0;
  border-bottom: 1px solid var(--theme_border2) !important;
}

.autocomplete-suggestions {
  background: #fff;
  padding: 20px;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  max-width: 400px !important;
  width: 100% !important;
  margin: 0 -20px;
}

.autocomplete-suggestion:after {
  content: "";
  clear: both;
  display: block;
}

.ajax-search-all {
  display: block;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .content__post--top {
    text-align: center;
    justify-content: center;
  }

  .autocomplete-suggestions {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
  }
}

#stories_html {
  min-height: 118px;
  margin-top: 2em
}

.stories.carousel {
  white-space: nowrap;
  height: auto;
  overflow: auto;
  padding: 0 !important;
  text-align: center;
  font-family: var(--theme_font_2);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.geoit_authors_style_3 img {
  border-radius: 100%;
}

.geoit_authors_style_3 .geo-Gsm21 {
  display: block;
  margin-top: 15px;
}

.geoit_authors_style_3 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  text-align: center;
  padding: 1em;
  max-width: 100%;
}

.geo-like-count {
  margin-left: 3px
}

@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .hidden-desktop {
    display: none;
  }
}

.widget_display_stats dd {
  display: block;
  float: right;
  position: relative;
  top: -35px;
  min-width: 25px;
  text-align: center;
  clear: right;
}

#bbp_search_submit,
#subscription-toggle a,
#favorite-toggle a {
  width: 10%;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-family: var(--theme_font);
  font-size: 12px;
  color: #fff !important;
  background: var(--theme_color);
  border-radius: var(--theme_radius);
  float: right;
}

.widget #bbp_search {
  width: 73% !important
}

.widget #bbp_search_submit {
  width: 25%
}

.bbp-search-form {
  display: block;
  float: none !important;
  margin-bottom: 2em
}

.widget .bbp-search-form {
  margin: 1em;
}

#bbp_search {
  width: 88% !important;
  border-radius: var(--theme_radius);
  border: 1px solid var(--theme_border2);
}

#bbp_search:focus {
  border-color: var(--theme_color)
}

.bbp_widget_login {
  padding: 1em
}

#related-posts.content__related-posts {
  background: #fff
}

@media only screen and (max-width: 480px) {
  #bbp_search {
    width: 75% !important;
    padding: 10px;
  }

  #bbp_search_submit {
    width: 20%;
    padding: 6px
  }
}

body:not(.dark-mode) .header-layout-3.dark-mode .header__bottom {
  background: transparent !important
}

body:not(.dark-mode) .header-layout-3.dark-mode .header__top--social a,
body:not(.dark-mode) .header-layout-3.dark-mode .header__search--icon,
body:not(.dark-mode) .header-layout-3.dark-mode .notification-button {
  color: #fff !important
}

body:not(.dark-mode) .header-layout-3.dark-mode {
  --dark3: #191e25;
}

body:not(.dark-mode) .header-layout-3.dark-mode .header__top {
  background: transparent;
  border-bottom: 1px solid var(--theme_border2);
}

.header-layout-3 .header__middle .header__row>* {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.header-layout-3 .header__middle .header__row>.header__middle--right {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px
}

.header-layout-3 .header__middle .header__row>.header__middle--center {
  text-align: center;
}

.header-layout-3 .header__top--social a,
.header-layout-3 .header__search--icon,
.header-layout-3 .notification-button,
.header-layout-3 .geoit-wc-cart-holder {
  color: #232323 !important;
  border: 1px solid var(--theme_border);
  width: 38px;
  height: 38px;
  background: transparent;
  padding: 0 !important;
  border-radius: 50%;
  line-height: 36px;
  margin-right: 8px;
  font-size: 18px !important;
  text-align: center;
}

.header-layout-3 .header__search--icon i {
  font-size: 18px !important;
  vertical-align: middle;
}

.header-layout-3 .header__top--social a:hover,
.header-layout-3 .header__search--icon:hover,
.header-layout-3 .notification-button:hover {
  background: var(--theme_color);
  border-color: Var(--theme_color);
  color: #fff !important
}

.header-layout-3 .header__top,
.header-layout-3 .header__top--left,
.header-layout-3 .ticker {
  height: 35px;
  line-height: 35px;
}

.header-layout-3 .header__search--icon {
  margin-right: 0;
}

.header-layout-3 .header__notification {
  border: 0
}

.header-layout-3 .header__search,
.header-layout-3 .header__trending {
  border: 0;
  display: inline-block
}

.header-layout-3 .header__middle .header__row {
  align-items: center;
  padding: 30px 0;
}

.header-layout-3 .header__bottom--menu-center {
  width: auto
}

.header-layout-3 button,
.header-layout-3 .geoit-header-link {
  background: var(--theme_color);
  padding: 0 15px !important;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  border-radius: 25px;
}

.header-layout-3 .header__notification button>span {
  right: -5px;
  top: 0;
  border-color: transparent;
  background-color: var(--theme_color)
}

.header-layout-3 .header__boottom-menu-right,
.header-layout-3 .header__bottom--menu-left {
  display: flex;
  align-items: center;
  width: auto;
  gap: 10px;
  height: 100%;
  position: relative;
}

.header-layout-3 .header__row {
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.header-layout-3 .geo-switch-button {
  margin: 0
}

.header-layout-4 .header__bottom {
  z-index: 100;
}

.header-layout-3 .header___bottom {
  border-top: 1px solid var(--theme_border2)
}

.header-layout-4 .header__bottom--menu-left .geo-menu>li>a.current-menu-item,
.header-layout-4 .header__bottom--menu-left .geo-menu>li:hover>a,
.header-layout-4 .ticker-title {
  background: var(--theme_color);
  color: #fff !important;
}

.header-layout-4 .header__bottom--menu .geo-menu>li>.header__bottom--link {
  color: #fff
}

.header-layout-4 .header__bottom--menu .geo-menu>li>.header__bottom--link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.header-layout-4 .header__bottom--menu-left a {
  box-shadow: none;
  padding: 0 17px
}

.header-layout-4 .header__notification,
.header-layout-4 .geo-header-line,
.header-layout-4 .header__search,
.header-layout-4 .header__top--social,
.header-layout-4 .header__trending,
.header-layout-4 .geoit-header-link {
  border-color: var(--theme_border);
}

.header-layout-4 .geo-header-line {
  background: var(--theme_border);
}

#header.header-layout-4 button,
#header.header-layout-4 .geoit-header-link,
#header.header-layout-4 .header__top--social li a,
.header-layout-4 .ticker a {
  color: #222;
}

.header-layout-4 .header__top {
  background: #fff;
  border-bottom: 1px solid var(--theme_border);
}

.header-layout-4 .header__bottom .header__bottom--menu-left,.header-layout-4 .header__bottom .header__bottom--menu-center {
  background: #222;
  border-radius: 4px;
}

.header-layout-4 .headroom--not-top {
  background: #222;
}

.header-layout-4 .header__top--right> :hover:not(.header__search--form) {
  background: #f5f5f5;
}

.header-layout-4 .header__bottom--menu-left {
  margin: 0 15px;
  padding: 0
}

.progress-circle {
  height: 38px;
  width: 38px;
}

.progress-bar__background {
  fill: none;
  stroke: #e2eff0;
  stroke-width: 1.8;
}

.progress-bar__progress {
  fill: none;
  stroke: #e2eff0;
  stroke: #78bec7;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.8;
  transition: stroke-dashoffset 1s ease-in-out;
}

.single-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 5px 15px;
}

#load-more-scroll-wrapper {
  text-align: center;
}

#load-more-scroll-wrapper:before {
  content: '';
  clear: both;
  display: block;
}

.position {
  position: relative;
}

.col-animated {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.col-animated-2 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.col-animated-3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.col-animated-4 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.8s;
}

.col-animated-5 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

#footer .header__top--social {
  border: 0
}

#related-articles .masonry {
  margin: 0 -20px;
}

#related-articles .uckan-btn {
  font-size: 16px;
  background: transparent !important;
  margin: 0;
  border: 0 !important;
  text-transform: none;
  font-weight: 500 !important;
}

#related-articles .block_title_style-2 .uckan-btn,
#related-articles .block_title_style-3 .uckan-btn {
  padding-left: 0
}

.kqa-question-list-commenter {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline;
  text-align: center;
  background: #f1f2f3;
  border-radius: var(--theme_radius);
  margin-right: 1em
}

.kqa-question-list-item .headline a {
  font-weight: 500;
  font-size: 15px;
}

.sidebar .kqa-question-list-item .headline a {
  font-size: 15px
}

.kqa-question-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.kqa-question-list-item:last-child {
  margin: 0
}

.kqa-question-list .kqa_label {
  display: inline-block
}

.kqa-question-list {
  padding: 1em
}

.kqa-question-list-left>* {
  margin: 2px 0
}

.kqa-question-list-left {
  display: flex;
  margin-right: 2em;
  min-width: 100px;
  text-align: right;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-shrink: 0;
}

.kqa-question-list-left-meta {
  font-size: 12px
}

.kqa-question-list-left-meta.kqa-52561 {
  color: #468847;
  border: 1px solid;
  padding: 2px 5px;
  border-radius: var(--theme_radius);
}

.kqa-question-list-left-meta.kqa-525616 {
  padding: 0;
  border: 0;
}

.kqa-label.questions-accepted,
.kqa-question-list .questions-accepted {
  background-color: #468847;
  color: #fff !important;
}

.carousel .uck-card--col_right {
  border-left: 0
}

.slider-style-5 .carousel__content .headline,
.slider-style-5 .carousel__content .headline a,
.slider-style-5 .carousel__content--meta,
.slider-style-5 .carousel__content--meta a,
.slider-style-5 .carousel__content .geo_first_category_style-2 {
  color: #222 !important
}

.slider-style-5 .carousel__image:before {
  content: none
}

.slider-style-5 {
  box-shadow: var(--theme_shadow);
}

.slider-style-5 .carousel__image {
  height: 300px;
}

.kan_vc_content .slider-style-5 .carousel__image {
  height: 175px;
}

.slider-style-5 .carousel__item {
  border-right: 1px solid var(--theme_border2);
  margin-left: 1px;
}

.slider-style-5 .carousel__content {
  background: #fff;
  position: unset;
  padding: 25px;
  height: 200px;
  justify-content: flex-start;
}

.geo_homepage_1col {
  overflow: unset !important;
}

.mb-1 {
  margin-bottom: 1em
}

.category-description-content {
  padding: 1em
}

.site-language svg {
  width: 24px;
  height: 24px;
}

.site-language-btn {
  padding: 0 1em;
  display: flex;
  align-items: center;
  gap: 5px
}

.widget,
.kan_vc_block,
#tab-menu .tabs,
.tab_menu_comments,
.register-frontend,
.blog-big-group,
#geoit-featured,
.box-sd,
.masonry,
.content__post,
.geoit-comments-show button,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
#geoit-featured .carousel-style-1-c,
.geo_homepage_1col .col-1,
.geo_post-submit-left,
.geo_users_list,
.geoit_author_box,
.content_post_add,
.manset_slider .owl-dots {
  border-radius: var(--theme_radius2);
  overflow: hidden
}

.carousel-style-1-da .kan_col_item_group {
  border-radius: 0 var(--theme_radius2) var(--theme_radius2) 0
}

#tab-menu .tabs,
.content__recent-posts--group .content__title .uckan-btn {
  border-radius: var(--theme_radius2) var(--theme_radius2) 0 0;
}

.content__recent-posts--group .post-list-group,
.content__recent-posts--group .masonry {
  border-radius: 0;
}

.screen-reader-text {
  display: none;
}

.gallery {
  margin: 0 auto 18px;
  clear: both;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 5px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery .gallery-item img {
  border: 0 !important;
}

.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 .gallery-item img {
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery .gallery-item a:hover img {
  opacity: 0.6 !important;
  margin: -5px 0 5px;
}

.gallery-caption {
  color: #2d2d2d;
  margin: 0 0 12px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery br+br {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around !important;
}

.geoit-profile-card-avatar {
  margin-top: -6em;
}

.geoit-profile-card-avatar img {
  width: 128px !important;
  border: 5px solid #fff;
  border-radius: 100% !important;
  height: 128px !important;
}

.geoit-profile-card-info h1 {
  line-height: 1;
}

.geoit-profile-card-info>* {
  margin: 8px 0
}

.geoit-profile-card-info>span {
  display: block;
}

.geoit-profile-card-social ul {
  margin: 0;
  padding: 0
}

.geoit-profile-card-social li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
  border-radius: 100%;
}

.geoit-profile-card-social li {
  list-style: none;
  margin-right: 5px;
}

.geoit-profile-card-cover,
.geoit-profile-card-body>img {
  background: var(--theme_color);
  height: 275px;
  object-fit: cover;
  width: 100%;
  border-radius: var(--theme_radius) var(--theme_radius) 0 0
}

.geoit-profile-card-2 .geoit-profile-card-social {
  justify-content: center;
}

.geoit-profile-card-2 {
  text-align: center;
}

.geoit-profile-card-2 .geoit-profile-card-cover,
.geoit-profile-card-2 .geoit-profile-card-body>img {
  height: 150px;
}

.geoit-profile-card-cover {
  height: 100px;
}

.geoit-profile-card h5 {
  font-size: 1.5rem;
}

.geoit-profile-card h5 a {
  font-weight: 600;
}

.geoit-profile-card {
  background: #fff;
  position: relative;
  margin-bottom: 2em;
  box-shadow: var(--theme_shadow);
  border-radius: var(--theme_radius);
}

.geoit-profile-card-inner {
  padding: 2em;
}

.kan-user-stats>* {
  padding: 0 1em
}

.kan-user-stats>*:not(:last-child) {
  border-right: 1px solid var(--theme_border2);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

#svhgj1 .text-muted-200 {
  color: rgba(0, 0, 0, .1)
}

#svhgj1+div {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.25rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

#svhgj1 {
  color: var(--theme_color);
  transform: rotate(-90deg);
  transform-origin: center;
}

.stroke-current {
  stroke: currentColor;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  gap: 1.5rem;

  >* {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.vsg42 {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: -1.5em;
  transform: rotate(20deg);
  opacity: .1;
  width: 7.5rem;
  height: 7.5rem;
}

.kan_vc_profile_cardx .geoit-profile-card-inner {
  padding: 35px 0
}

.kan_vc_profile_cardx .geoit-profile-card-avatar {
  margin-right: 1em;
}

.kan_vc_profile_cardx .geoit-profile-card h4 {
  font-size: 2em;
}

.kan_vc_profile_cardx .geoit-profile-card p {
  opacity: 0.75;
  font-weight: 400;
  text-transform: none;
}

.geoit-rank-detail-points li {
  margin: 10px 0
}

.geoit-rank-detail-points li::before {
  content: '';
  display: inline-block;
  width: 12px;
  margin-right: 1em;
  height: 12px;
  border: 1px solid var(--theme_border);
  border-radius: 100%;
}

.geoit-rank-detail-points li.del-item {
  text-decoration: line-through;
}

.geoit-rank-detail-points li.del-item::before {
  border-color: green;
  background: green;
}

.p-1 {
  padding: 1em
}

.author .content--page {
  padding-right: 15px;
}

body.geoit-block-flat {
  background-color: #fff
}

.uck-card-grid4 .headline {
  font-size: 18px;
}

.uck-card-grid4 .uck-card--image img {
  border-radius: 0;
}

.uck-card-grid4 .uck-card-flex {
  background: #fff;
  padding: 0 !important;
  border-radius: var(--theme_radius);
}

.uck-card-grid4 .uck-card-flex .uck-card--content,
.uck-card-grid4 .uck-card-flex .uck-card--top {
  padding: 30px
}

.geoit-dashboard-iconbox {
  text-align: center;
  font-size: 20px;
  font-family: var(--theme_font);
  border: 1px solid var(--theme_border);
  font-weight: 400;
  padding: 1em;
  letter-spacing: -0.5px;
  border-radius: var(--theme_radius);
}

.geoit-dashboard-iconbox:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
  color: #fff;
}

.geoit-dashboard-iconbox-icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 37px;
  margin-bottom: 1em;
  text-align: center;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 100%;
}

.geoit-dashboard-iconbox-icon svg {
  width: 32px;
  vertical-align: middle;
  height: 32px;
}

.kan_post_block_8.kan_col_3e3 .masonry-grid .uck-card {
  padding: 20px
}

@media (min-width: 962px) {
  .kan_post_block_8 .col-posts {
    display: block
  }

  .kan_post_block_8.kan_col_2e3 .uck-card--col_left .uck-card--content p {
    display: none;
  }

  .kan_post_block_8:not(.kan_col_1e3) .uck-card--col_left .uck-card--content {
    padding: 0 2em;
    max-width: 50%;
  }

  .kan_post_block_8:not(.kan_col_1e3) .uck-card--col_left .uck-card--image {
    max-width: 50%;
  }

  .kan_post_block_8:not(.kan_col_1e3) .uck-card--col_left {
    width: 100%;
    align-items: center;
  }

  .kan_post_block_8.kan_col_3e3 .masonry-grid .uck-card {
    width: 25%
  }
}

.kan-category-subscribe-button i {
  margin: 0 !important
}

.kan-category-subscribe-button.loading .check {
  display: none !important;
}

.kan-category-subscribe-button:not(.category-subscribed) .check:before {
  content: "\ea11";
}

.kan-category-subscribe-button {
  display: inline-block;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  line-height: 24px;
  box-shadow: none;
  border: 1px solid var(--theme_border);
  text-align: center;
  border-radius: 100%;
  transition: all .3s ease-in-out;
}

.category .kan-category-subscribe-button {
  margin: 0;
  width: auto;
  max-width: 150px;
  width: auto;
  height: auto;
  line-height: normal;
  cursor: pointer;
  padding: 15px 20px;
  text-align: center;
  border-radius: 4px;
  border-color: var(--theme_color);
  background: var(--theme_color);
  color: #fff;
  transition: all .3s ease-in-out;
}

.kan-category-subscribe-button:hover {
  border-color: var(--theme_color);
  background: var(--theme_color);
  color: #fff;
}

.kan-author-subscribe-button #kan-loader {
  display: inline-block;
  margin-left: 5px;
}

.kan-author-subscribe-button.category-subscribed {
  background: #02b875;
  border-color: #02b875;
  color: #fff;
}

.kan-author-subscribe-button svg {
  margin-right: 5px;
}

.kan-author-subscribe-button {
  width: auto;
  border-radius: var(--theme_radius2);
  margin-left: 0;
  padding: 10px 30px;
  height: auto;
}

.kan-response-fixed {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: antiquewhite;
  padding: 10px 20px;
  border-radius: var(--theme_radius2);
}

.following-authors li {
  border-left: 2px solid #fff;
  border-radius: 100%;
  margin-left: -5px;
}

.following-authors li img {
  border-radius: 100%;
  border: 2px solid #fff;
}

.geo-badge-item img {
  width: 30px;
  height: 34px;
}

.geo-badge-item {
  position: relative;
  margin-right: 5px;
}

.badge-lvl {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
}

.geoit_mega_cards,
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.geoit-user-edit-link {
  position: absolute;
  right: 1em;
  top: 1em
}

.insights-btn {
  height: 35px;
  padding: 0 16px;
  margin-top: 5px;
  display: table;
  color: #fff;
  background: #5d87ff;
  border-radius: 4px;
  line-height: 35px;
}

.insights-landing a:hover {
  background: transparent !important;
}

.insights-landing a {
  font-weight: 700 !important;
}

.insights-landing img {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  height: 100%;
}

.geo_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: Center;
  gap: 5px;
}

.geo_breadcrumb>li {
  list-style: none;
  font-size: 14px;
  list-style: none !important;
  letter-spacing: -.03em;
  position: relative;
}

.geo_breadcrumb>li:first-child>a {
  color: var(--theme_color);
}

.geo_breadcrumb>li:after {
  content: "\ea50";
  vertical-align: middle;
  margin-left: 5px;
  font-family: "geoit-font";
  font-size: 130%;
  transform: rotate(-90deg);
  display: inline-block
}

.geo_breadcrumb>li:last-child:after {
  content: none;
}

.geo_breadcrumb .dropdown-tag {
  border: 1px solid var(--theme_border);
  border-radius: 25px;
  padding: 5px 10px
}

.slider-style-2 .owl-dots {
  position: unset;
  display: flex;
  padding: 0;
  text-align: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  width: 100%;
}

.slider-style-2 .owl-dot {
  flex: 1;
  width: auto;
  height: auto;
  box-shadow: none;
  background: #2a2b2d;
  color: #fff;
  border-radius: 0;
  margin: 0;
  transform: none !important;
  display: inline-flex;
}

.slider-style-2 .owl-dot:last-child::after {
  border: 0 !important
}

.slider-style-2 .owl-dot::after {
  content: attr(aria-label);
  display: flex;
  opacity: 0.75;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 15px;
  width: 100%;
  font-weight: 700;
  background: 0 0;
  outline: none;
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, .2);
  cursor: pointer;
}

.slider-style-2 .owl-dot.active::after,
.slider-style-2 .owl-dot:hover {
  background: var(--theme_color);
  opacity: 1;
  border-color: var(--theme_color);
  color: #fff
}

.widget_display_topics li a {
  padding: 15px 0 15px 18px;
  font-weight: 600;
}

.widget_display_topics li {
  counter-increment: step-counter;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid var(--theme_border) !important;
}

.widget_display_topics li::after {
  content: '';
  width: 0.5px;
  left: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  background: var(--theme_border);
}

.widget_display_topics li::before {
  content: counter(step-counter) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  position: relative;
  width: 46px !important;
  height: 46px !important;
  font-size: 3em !important;
  background: transparent !important;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -moz-text-stroke-width: 1px;
  -o-text-stroke-width: 1px;
  -ms-text-stroke-width: 1px;
  text-stroke-width: 1px;
  -webkit-text-stroke-color: #1b1c1d;
  -moz-text-stroke-color: #1b1c1d;
  -o-text-stroke-color: #1b1c1d;
  -ms-text-stroke-color: #1b1c1d;
  text-stroke-color: #1b1c1d;
}

.wpcf7-form p:not(:last-child) {
  margin-bottom: 20px;
}

.wpcf7 label {
  width: 100%;
  display: block;
  font-weight: 600;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  border: 1px solid var(--theme_border2);
  margin-top: 15px;
  background: transparent;
  border-radius: var(--theme_radius);
  width: 100%;
  display: block;
  padding: 15px;
  transition: all 0.3s ease;
}

.wpcf7-submit {
  clear: both;
  cursor: pointer;
  border: 0 !important;
  background: var(--theme_color) !important;
  color: #fff;
}

.uck-accordion {
  margin: auto;
  margin-bottom: 20px;
  width: 100%;
}

.uck-accordion--box {
  position: relative;
  background: #fff;
  border: 1px solid var(--theme_border);
  margin: 10px 0;
  transition: all 0.15s ease-in-out;
  border-radius: var(--theme_radius);
}

.uck-accordion--box.collapsible-active {
  height: auto;
  margin: 16px 0;
  border-radius: var(--theme_radius);
}

.uck-accordion--content {
  display: none;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
  width: calc(100% - 40px);
  padding: 30px 20px;
}

.collapsible-active .uck-accordion--content {
  display: block;
  height: auto;
}

.uck-accordion--title {
  width: 100%;
  height: 50px;
  position: relative;
  display: block;
  cursor: pointer;
}

.uck-accordion--toggle, .asfasf {
  font-weight: 500;
  font-size: 15px;
  margin: 0 !important;
  font-family: var(--theme_font);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uck-accordion--box.collapsible-active .uck-accordion--title:before {
  content: '-'
}

.uck-accordion--box.collapsible-active .uck-accordion--title {
  border-bottom: 1px solid var(--theme_border);
}

.uck-accordion--title:before {
  position: absolute;
  display: block;
  content: "+";
  font-size: 32px;
  left: 0;
  top: 0px;
  transition: transform 0.15s ease-in-out;
  bottom: 0;
  width: 50px;
  text-align: center;
  border-right: 1px solid var(--theme_border);
}

.uck-accordion--content>*:last-child {
  margin: 0
}

.kqa-page-filter ul li:not(:last-child) {
  margin-right: -1px;
  margin-right: -1px;
}

.kqa-page-filter ul a:hover,
.kqa-page-filter ul a.active {
  background: var(--theme_color);
  border-color: var(--theme_color);
  color: #fff
}

.kqa-page-filter ul li {
  list-style: none;
}

.kqa-page-filter ul a {
  position: relative;
  display: block;
  font-weight: 500;
  border: 1px solid var(--theme_border);
  text-align: center;
  padding: 8px 10px;
}

.kqa-page {
  padding: 1em
}

.kqa-page-filter ul+ul a {
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
}

.kqa-page-filter ul {
  display: flex;
  flex-wrap: wrap;
}

.dark-mode #bbpress-forums div.bbp-topic-header,
.dark-mode #bbpress-forums div.bbp-reply-header {
  color: rgba(255, 255, 255, .75)
}