:root {
--theme_border: #d2d6d7;
--theme_border2: #ececec;
--theme_color: #e12e2e;
--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;
}
@font-face {
font-family: "geoit-font";
src: url("../fonts/gi.eot?t=1642023351660");
src: url("../fonts/gi.eot?t=1642023351660#iefix") format("embedded-opentype"), url("../fonts/gi.woff2?t=1642023351660") format("woff2"), url("../fonts/gi.woff?t=1642023351660") format("woff"), url("../fonts/gi.ttf?t=1642023351660") format("truetype"), url("../fonts/gi.svg?t=1642023351660#gi") format("svg");
font-display: swap;
}
[class^="gi-"], .gi{
font-family: "geoit-font" !important;
font-style: normal;
vertical-align: -2px;
-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:before {
content: "\ea11";
}
.gi-sort:before {
content: "\f15f";
}
.gi-discord:before {
content: "\ec37";
}
.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;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.gi-2x {
font-size: 36px;
}
.gi-star:before {
content: "★";
color: #ddd
}
.gi-star.gi-active:before {
color: #ddaa20
}
.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-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.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;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: -webkit-transform 0.1s ease;
transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
.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;
}
}
img.responsive {
height: auto;
max-width: 100%;
}
.pull-left {
float: left;
}
.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%; /* 2 */
-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_2);
font-size: 14px;
color: #222;
font-weight: 400;
max-width: 100vw;
overflow-x: hidden;
}
em {
font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
font-family: var(--theme_font);
}
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: 14px;
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: 2px;
outline: none;
}
hr {
border-color: var(--theme_border);
border-top: 0;
margin: 1em 0;
display: inline-block;
width: 100%;
}
.content-header-meta+hr {
border-color: var(--theme_border2);
}
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: 4px;
}
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: 0 0 20px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
-ms-word-wrap: break-word;
word-wrap: break-word;
border-radius: 4px;
}
table {
border-width: 1px;
width: 100%;
margin: 20px 0;
border-spacing: 0;
overflow-x: auto;
display: inline-block;
font-size: 16px;
border-color: var(--theme_border);
border-collapse: collapse;
background-color: #fff;
}
table + figcaption {
margin-top: -10px;
}
table th {
border-width: 1px;
padding: 1em;
border-style: inset;
vertical-align: middle;
font-weight: 600;
font-family: var(--theme_font);
float: none;
border-color: var(--theme_border);
}
table td, table tr {
border-collapse: collapse;
margin: 0;
}
table td {
border-width: 1px;
padding: 15px !important;
border-style: inset;
vertical-align: middle;
border-color: #eaeaea;
}
.wp-block-table table {
display: table;
}
@media screen and (max-width: 750px) {
table th, table td {
font-size: 12px !important;
padding: 6px !important;
}
}
@media screen and (max-width: 550px) {
table th, table td {
font-size: 10px !important;
padding: 4px !important;
}
}
iframe, object, embed {
max-width: 100%;
}
.attachment > a > img {
display: block;
margin: 0 auto;
}
.geoit_entry-content {
display: inline-block;
width: 100%;
position: relative;
}
.geoit_entry-content a:not(.wp-block-button__link) {
font-weight: 600;
color: #007fac;
}
.content__post--article .uckan-btn--, .content__post--article .uckan-btn--white {
border: 1px solid currentColor 
}
.content__post--article .uckan-btn {
margin-bottom: 20px;
font-weight: 400 !important;
box-shadow: none;
}
.content__post--article b, .content__post--article strong {
font-weight: 700;
}
.content__post--article .h1, .content__post--article .h2, .content__post--article .h3, .content__post--article .h4, .content__post--article .h5, .content__post--article .h6, .content__post--article h1, .content__post--article h2, .content__post--article h3, .content__post--article h4, .content__post--article h5, .content__post--article h6 {
font-weight: 600;
margin: 0 0 20px;
}
.content__post--article dt {
color: #444;
}
.content__post--article ol, .content__post--article ul {
margin: 0 0 15px 30px;
font-size: 16px;
line-height: 30px;
color: rgba(0, 0, 0, 0.8);
}
.content__post--article ol ol, .content__post--article ol ul, .content__post--article ul ul, .content__post--article ul ol, .widget .pure-list {
margin-bottom: 0;
}
.content__post--article ul li, .content__post--article ol li, .widget .pure-list li {
list-style: initial;
}
.content__post--article ol li, .content__post--article ol ul ol li {
list-style: decimal;
}
.pure-list {
padding-left: 20px;
}
.content__post--article dt {
font-weight: 600;
}
.content__post--article address {
margin-bottom: 1em;
}
blockquote .ad {
display: none
}
blockquote {
background: #f1f2f3;
border-radius: 4px;
border: none;
text-align: left;
position: relative;
padding: 35px 50px 35px 50px !important;
margin: 40px 0 40px !important;
color: #444;
}
blockquote p:first-child:before {
display: block;
content: "\eb6a";
font-family: 'geoit-font';
font-size:3em;
color: var(--theme_color);
margin-bottom: 10px;
}
blockquote.has-text-color p:first-child:before  {
color: inherit 
}
blockquote p {
position: relative;
z-index: 1;
}
blockquote > *:last-child {
margin-bottom: 0 !important;
}
blockquote cite {
display: block;
font-size: 14px;
color: #646464;
position: relative;
font-weight: 500;
font-style: normal;
margin-top: 12px;
padding-left: 50px;
letter-spacing: 2px;
z-index: 1;
}
blockquote cite::after {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 31px;
height: 2px;
background-color: #c1c1c1;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-plain {
border: none;
background: transparent;
padding: 0 !important;
}
.content__post--article sub, .content__post--article sup {
font-size: 62.5%;
}
.content__post--article sub {
vertical-align: sub;
}
.content__post--article sup {
vertical-align: super;
}
.content__post--article img.size-auto, .content__post--article img.size-large, .content__post--article img.size-medium, .content__post--article attachment img {
max-width: 100%;
height: auto;
}
.content__gallery img {
display: block;
margin-left: auto;
margin-right: auto;
}
#related-posts {
margin: 0 0 1em;
}
.content__post--article img {
height: auto;
max-width: 100%;
}
.alignnone {
margin: 0 0 20px;
}
.aligncenter, div.aligncenter {
display: block;
margin: 0 auto 20px;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.alignfull {
width: 100%;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 0 0 20px;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
position: relative;
max-width: 100%;
}
.wp-caption-text {
padding: 1em;
border-bottom: 1px solid var(--theme_border);
width: 100%;
}
.wp-caption-text img {
display: none !important;
}
.wp-caption.alignnone {
margin: 0 0 20px;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.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;
}
.screen-reader-text {
display: none;
}
.wp-block-cover__inner-container>*:first-child {
margin-top: 0 
}
.wp-block-cover__inner-container>*:last-child {
margin-bottom: 0;
}
.wp-block-buttons {
margin-bottom: 20px 
}
.wp-block-button__link {
border-radius: 4px;
padding-left: 30px;
padding-right: 30px;
font-family: var(--theme_font);
background: var(--theme_color) 
}
.content__post--article table tr.alt {
background: #f1f1f1;
}
.uckan-btn {
background: #fff;
border: none;
border-radius: 4px;
color: rgba(0, 0, 0, 0.9);
position: relative;
height: 45px;
line-height: 45px;
margin: 0;
padding: 0 30px;
display: inline-block;
font-size: 14px;
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: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
background: rgba(255, 255, 255, 1);
vertical-align: middle;
text-decoration: none !important;
}
.uckan-btn.colored {
background-color: var(--theme_color);
color: #fff;
}
.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;
height: 50px;
line-height: 50px;
width: 100%;
}
.uckan-btn--rounded {
border-radius: 25px;
}
.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: 13px;
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 {
width: 100%;
z-index: 1;
position: relative;
}
.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
}
}
.uck-layout__container.has-scrolling-header .uck-layout__content {
overflow: visible;
}
#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-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: 14px;
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: 14px;
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__navigation {
width: 95px;
border-radius: 20px;
box-shadow: 0 0 3px #ab1712;
}
.header__navigation--left {
float: left;
height: 100%;
width: 50%;
height: 40px;
text-align: center;
line-height: 40px;
border-radius: 20px 0 0 20px;
background-color: #ff4c45;
}
.header__navigation a.home-link {
color: #fff;
margin-left: 3px;
font-size: 20px;
}
.header__navigation--menu {
width: 50%;
background-color: #fff;
height: 40px;
cursor: pointer;
position: relative;
text-align: center;
line-height: 40px;
border-radius: 0 20px 20px 0;
float: right;
}
.header__hamburger--menu {
position: absolute;
left: 5px;
top: 2px;
}
.header__hamburger--menu .circle {
width: 5px;
height: 5px;
position: absolute;
top: 10px;
border-radius: 50%;
background-color: var(--theme_color);
left: 10px;
}
.header__hamburger--menu .circle.c-2 {
left: 20px;
}
.header__hamburger--menu .circle.c-3 {
top: 22px;
left: 10px;
}
.header__hamburger--menu .circle.c-4 {
top: 22px;
left: 20px;
}
.header__top--social li {
list-style: none;
display: inline-block;
}
.header__top--social li a {
transition: all 0.3s ease;
display: block;
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__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: 14px;
border-radius: 4px;
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: 2px;
}
.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: 2px;
display: inline-block;
top: -1px;
}
.header__bottom--menu a.yeni:before, .header__bottom--menu a.trend:before, .header__bottom--menu a.beta:before, .header__bottom--menu a.guncel:before {
content: "yeni";
text-transform: uppercase;
font-size: 10px;
color: #fff;
background: red;
float: right;
position: relative;
-webkit-transform: translateY(165%);
transform: translateY(165%);
margin-left: 10px;
line-height: 15px;
padding: 0 3px;
border-radius: 2px;
}
.header__bottom--menu .sub-menu a.yeni:before, .header__bottom--menu .sub-menu a.trend:before, .header__bottom--menu .sub-menu a.beta:before, .header__bottom--menu .sub-menu a.guncel:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.header__bottom--menu a.trend:before {
content: "trend";
background: #9c27b0;
}
.header__bottom--menu a.beta:before {
content: "beta";
}
.header__bottom--menu a.yeni:before {
content: "yeni";
background: #3d9c40;
}
.header__bottom--menu a.guncel:before {
content: "guncel";
background: #2196f3;
}
@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: 13px;
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: 14px;
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: 25px;
}
.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;
}
.sdate {
font-size: 20px;
font-weight: 600;
display: inline-block;
}
.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[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) {
.content__post--article, .content-header-meta {
padding: 15px !important;
}
.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;
background: transparent !important;
}
@media (max-width: 562px) {
.carousel .carousel__item {
padding: 2px
}
}
.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;
}
.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: 0;
}
.carousel__content--meta {
color: #fff;
line-height: 24px;
margin-top: 10px;
font-size: 12px;
letter-spacing: -0.03em;
font-weight: 400;
display: inline-block;
width: 100%;
}
.carousel__content p {
line-height: 24px;
font-size: 16px;
font-weight: 400;
margin: 0 0 15px;
color: rgba(255, 255, 255, 0.5);
}
.carousel__content--meta .author + .date {
float: right;
text-align: right;
}
.slider-style-2 .w-slider_image:before {
background: rgba(0, 0, 0, 0.5) !important;
}
.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: 13px;
}
.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: 3px;
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-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;
}
.owl-carousel:not(.carousel-slider) {
background: #eeeeee;
}
.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;
}
}
.slider-style-2 .carousel__content {
top: 50%;
left: 50%;
bottom: auto;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.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;
}
.content .carousel__content .headline {
font-size: 17px;
line-height: 28px;
}
.sidebar .carousel__content .headline, .kan_vc_block.kan_col_1e3 .carousel__content .headline {
font-size: 17px !important;
line-height: 28px !important;
}
.carousel__content .headline a {
color: #fff;
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 {
color: #fff;
font-size: 13px;
font-family: var(--theme_font);
font-weight: 500;
}
.carousel__content--meta .circle {
width: 3px;
height: 3px;
background-color: #fff;
border-radius: 50%;
display: inline-block;
vertical-align: 2px;
opacity: 0.5;
margin: 0 5px;
}
.owl-theme .owl-nav [class*="owl-"] {
position: absolute;
transition: all 0.3s;
height: 40px;
width: 40px;
top: 50%;
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
background-color: #fff;
text-align: center;
color: #222;
box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.09);
border-radius: 100%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
width: 40px;
}
.owl-theme .owl-nav [class*="owl-"] > i {
line-height: 23px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background-color: var(--theme_color);
color: #fff;
}
.sidebar .owl-theme .owl-nav .owl-prev, .kan_vc_block.kan_col_1e3 .owl-theme .owl-nav .owl-prev {
left: 15px;
}
.sidebar .owl-theme .owl-nav .owl-next, .kan_vc_block.kan_col_1e3 .owl-theme .owl-nav .owl-next {
right: 15px;
}
.owl-nav .owl-prev {
left: 15px;
}
.owl-theme .owl-nav .owl-next {
right: 15px;
}
@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: 0 0 3px rgba(0, 0, 0, 0.1);
}
.widget, #tab-menu .tabs, .tab_menu_comments, .register-frontend{
position: relative;
background: #fff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.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;
}
.content__title .uckan-btn, .kan_wrapper .widget .widgettitle {
width: 100%;
text-align: left;
font-weight: 600;
font-size: 13px;
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);
}
.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;
}
.footer__title .headline:before {
top: 8px;
left: 0;
}
.masonry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #fff;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.masonry:after {
content: "";
display: block;
clear: both;
}
.content__recent-posts--group .masonry, .content__recent-posts--group .blog-big-group {
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.content__recent-posts--group {
margin-bottom: 20px;
}
.uck-card {
float: left;
clear: both;
z-index: 3;
}
.content__recent-posts--group .uck-card {
background: #fff;
}
.post-list-group, #load-more-posts-area-wrapper {
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@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.uck-card-list2 .headline {
font-size: 16px 
}
.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;
}
.post-list-group .uck-card-list:first-child, .uck-card-big:not(:first-child) {
border-top: 1px solid var(--theme_border2);
}
.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);
}
.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 {
margin: 0;
}
.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 {
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: 2px;
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: 13px;
}
.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: 0 0 3px rgba(0, 0, 0, 0.1);
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: 2px;
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;
}
.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: 3px;
}
.uck-card--col_right .uck-card--image img {
width: 150px;
height: 90px;
}
.uck-card--content {
padding: 1em 0 0;
}
.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;
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 .headline a, .vc_grid-item h4 {
color: #222;
font-weight: 600;
}
.uck-card p, .vc_grid-item p, .author-box p {
line-height: 20px;
font-size: 13px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.uck-card--meta {
padding: 10px 0 0;
color: #222;
}
.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: 3px;
}
.uck-card:hover .uck-card--right a {
background: var(--theme_color);
opacity: 1;
color: #fff !important;
}
.content__post--header {
position: relative;
z-index: 1;
}
@media screen and (max-width: 992px) {
.content__post--header.thumbnail img {
border-radius: 4px;
}
.content__post--header.thumbnail {
margin: 0 15px;
}
}
.content__post--header .jm-post-like {
right: 2em;
top: 2em;
}
.content__post--header img, .content__post--header iframe {
width: 100%;
}
.content-header-meta {
padding: 30px 
}
.content__gallery_2 .content-header-meta {
padding: 0 0 30px !important
}
@media (max-width: 992px) {
.content__gallery_2 .geoit_entry-content>.col-md-6 {
padding: 0
}
}
.content-header-meta p {
font-size: 1.5rem;
line-height: 1.2;
margin: 0 0 10px;
color: rgba(34, 34, 34, 0.85);
}
.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: 12px;
letter-spacing: -0.03em;
}
.uck-card--content span i, .uck-card--col_left .date i {
margin-right: 5px;
}
.geo_trending_post i {
margin-right: 0 !important;
}
.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, .geoit-popular-post-content .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, .page_description {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.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: right;
}
.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 .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;
}
.uck-card--col_right .headline {
margin: 0;
font-size: 14px;
}
.uck-card--col_right .headline a {
font-weight: 600;
}
.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%;
}
.uckan-card-big {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.uckan-card-big .geo__item:nth-child(n + 2) {
border-left: 1px solid var(--theme_border2);
}
.uckan-card-big .geo__item:last-child {
border-bottom: 0;
}
.geo__item {
padding: 15px;
width: 100%;
border-bottom: 1px solid var(--theme_border2);
}
.content--page, .content__single {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.content__post--article {
width: 100%;
padding: 25px;
color: rgba(0, 0, 0, 0.8);
z-index: 2;
background-color: #fff;
position: relative;
}
.content-header-meta .headline, .woocommerce div.product .product_title,.kqa_header .headline {
font-family: var(--theme_font);
font-size: 3em !important;
line-height: 1.15 !important;
font-weight: 600;
margin: 10px 0;
letter-spacing: -.04em;
}
.content__gallery .content-header-meta .headline {
font-size: 2rem;
line-height: 1.3;
}
.content__post-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
color: rgba(34, 34, 34, 0.85);
}
.content__post-meta .entry-author img {
border-radius: 100%;
margin-right: 10px;
}
.content__post-meta > * {
line-height: 1.5em;
}
.content__post-meta > *:first-child:before {
content: none 
}
.content__post-meta > span:before {
content: "/";
opacity: 0.5;
margin-right: 5px;
display: inline-block;
}
@media (max-width: 375px) {
.content__post-meta > span {
font-size: 12px 
}
}
@media (max-width: 768px) {
.content__post-meta > span:before {
content: "·";
opacity: 1
}
.content__post-meta .entry-author {
font-size: 14px;
width: 100%;
margin-bottom: 5px;
}
}
.geoprevv {
display: none;
}
.content__post-meta a {
color: var(--theme_color);
font-weight: 600;
}
.content__post-meta a:hover {
text-decoration: underline;
}
.gp-review-box-top {
margin-bottom: 10px;
}
.gp-review-box-bottom {
margin-bottom: 10px;
}
.content__gallery .col-md-8 {
text-align: center;
}
.content__post--article > .ad.ad-single:first-child {
margin-top: 0 !important;
}
.content__post--article p {
font-size: 16px;
line-height: 26px;
margin-bottom: 20px;
color: rgba(0, 0, 0, 0.8);
}
.has-text-color p {
color: inherit 
}
.content__gallery .content__post--article p {
margin: 0 0 10px 
}
.content__post--article p + .ad {
margin-bottom: 0px;
}
.content__post--article_tags {
text-align: center;
}
.content__post--article_tags a, .geoit-readmore .readlink {
font-size: 12px !important;
line-height: 20px;
letter-spacing: 0.05em;
cursor: pointer;
text-transform: uppercase;
padding: 5px 15px;
border-radius: 3px;
border: 1px var(--theme_border) solid;
color: #222 !important;
background: transparent;
margin: 5px 6px 5px 0;
display: inline-block;
vertical-align: top;
}
.content__post--article_tags a:hover {
border-color: var(--theme_color);
background: var(--theme_color);
color: #fff !important;
}
.content__post--meta ul {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
margin: 0;
gap: 8px;
border-top: 1px solid var(--theme_border2);
padding-top: 10px;
margin-top: 10px;
}
.content__post--meta li {
-ms-flex-preferred-size: 0;
flex-basis: 0;
margin: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
list-style: none !important;
text-align: center;
}
.content__post--article .content__post--meta-social ul {
border: 0;
justify-content: center;
padding: 0;
margin: 0;
}
.content__post--article .content__post--meta-social.social_btn_default li a {
padding: 5px;
margin: 0;
border-radius: 0;
}
.content__post--meta li a {
display: block;
padding: 12px 10px;
border-radius: 3px;
}
.social_btn_style-2 li {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: unset;
-ms-flex-positive: unset;
flex-grow: unset;
}
.social_btn_style-2 li a {
border-radius: 100%;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
padding: 0;
}
.social_btn_style-3 li {
flex-basis: auto;
flex-grow: unset;
}
.social_btn_style-3 li a {
border-radius: 100%;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 3px;
text-align: center;
padding: 0;
}
.content__post--meta:not(.social_btn_style-2):hover li a:not(:hover) {
opacity: 0.5;
}
.geoprev {
display: none;
}
.content__post--meta li.geoprevv a {
background: #777 !important;
color: #fff;
}
.content__post--meta li.geoprevv + li a {
background: var(--theme_color);
color: #fff;
}
.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: 3px 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 a {
font-weight: 400;
}
.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: 1em;
border-bottom: 1px solid var(--theme_border2);
}
.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: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: 13px;
margin-bottom: 10px;
font-weight: 400;
}
.ad.ad-right {
text-align: right;
-ms-flex: 1;
margin: 1em 0;
margin-right: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.ad {
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 .ad {
margin: 0 !important;
}
@media (min-width: 992px) {
.geo_banner_post_header .ad {
width: 41.66666667%;
}
}
.ad.ad-single {
margin: 20px 0;
}
.ad-header {
margin-bottom: 0;
}
.ad iframe {
margin: 0 auto;
max-height: none;
}
.ad 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;
}
.ad728 .adsbygoogle {
width: 728px;
height: 90px;
}
.ad-header .adsbygoogle, .ad-right .adsbygoogle {
margin: 0 auto !important;
}
.sidebar .adsbygoogle, .footer .adsbygoogle {
width: 100% !important;
height: auto;
}
.ad.ad-right ins {
margin: unset !important;
margin-left: auto !important;
}
.ad.ad-single ins {
max-width: 100%;
}
@media (max-width: 767px) {
.ad ins {
width: 468px;
height: 60px;
}
.sp_post-share a span {
display: none;
}
}
@media (max-width: 479px) {
.header__search--form {
width: 100%;
min-width: auto;
}
.ad728 {
margin: 1em 0;
margin-bottom: -1em !important;
}
.single .ad728 {
margin: 1em 0 !important;
}
.ad ins {
width: 300px;
height: 250px;
}
.ad.ad-header ins, .ad.ad-right ins {
width: 320px;
height: 100px;
}
.content__single {
padding: 0 !important;
}
}
#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;
background-color: #fff;
border-bottom: 1px solid var(--theme_border2);
}
.tab_content:after {
content: "";
clear: both;
display: block;
}
ul.tab-shortcode li {
font-size: 14px;
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;
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;
}
.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;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.clearfix {
clear: both;
}
.tab_content {
display: none;
}
.active {
display: block;
}
.tab-widget .tab_content .uck-card--content {
padding: 0;
}
#comment_list {
margin-bottom: 0;
}
#comment_list h5 {
margin: 25px 25px 0;
}
#comments {
display: inline-block;
width: 100%;
}
#respond {
margin-bottom: 1em;
}
#comments .comment {
margin: 1em 0;
padding: 1em 0;
position: relative;
border-bottom: 1px solid var(--theme_border2);
list-style: none;
}
#comments .children:after {
content: "";
clear: both;
display: block;
position: relative;
}
#comments .comment:first-child {
padding-top: 0;
margin-top: 0;
}
#comments .comment-list > .comment:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
#comments .comment.depth-1 {
width: 100%;
}
#comments .comment.depth-2 {
width: 95%;
float: right;
}
#comments .comment.depth-3 {
width: 90%;
float: right;
}
#comments .comment.depth-4 {
width: 85%;
float: right;
}
#comments .comment.depth-5 {
width: 80%;
float: right;
}
#comments .comment.depth-6 {
width: 75%;
float: right;
}
#comments .comment.depth-7 {
width: 70%;
float: right;
}
#comments textarea {
height: 145px;
margin-top: -1px;
color: #000;
}
.logged-in #comments textarea {
margin-bottom: 0px !important;
}
.comment-submit {
background: var(--theme_color);
color: #fff;
margin: 1em;
}
.comment-bottom--right .comment-submit {
display: inline-block;
width: auto;
}
.comment-bottom--right .uckan-btn {
border-radius: 3px;
font-size: 12px;
padding: 0 2em;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 600;
box-shadow: none;
}
.uckan-dark {
background: #222;
color: #fff;
}
.comment .input-area {
min-height: 100px;
}
#cancel-comment-reply-link {
float: right;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
border: 1px solid;
padding: 1em;
display: inline-block;
}
.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;
}
.comment-bottom {
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
border-top: 1px solid var(--theme_border2);
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 80px;
padding: 0 2em;
}
.content-row #comments .comment-list {
display: block;
}
#comments #comment_list.is_active .comment-list {
display: none;
}
.content__single > .content-row:not(:first-child) .comment-list {
display: none;
}
.content__single > .content-row:not(:first-child) .is_active .comment-list {
display: block;
}
.content__single > .content-row #geo_viral_reactions {
display: none;
}
.content__single > .content-row:first-child #geo_viral_reactions {
display: block;
}
#comments #comment_list.is_active .content__title span {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#comments .comment-list {
padding: 2em;
}
#comment_list .content__title span {
transition: transform 0.3s ease;
position: absolute;
right: 1em;
top: 0;
}
#comments .comment-list li:before {
content: none;
}
.comment-author a, .comment-author cite {
font-weight: 600;
}
.comment-bottom--left {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.comment-bottom--right {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-negative: 1;
flex-shrink: 1;
}
.spacer {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.comment-bottom--avatar img {
border-radius: 100%;
width: 50px;
height: 50px;
margin-right: 1em;
}
.comment-bottom--account {
float: right;
font-size: 15px;
font-weight: 600;
color: #222;
margin-top: 15px;
}
.comment-bottom--account a {
font-weight: 400;
}
.comment-bottom--account .fn, .comment-bottom--account .fn a {
font-weight: 600;
}
.comment-input {
display: inline-block;
width: 100%;
border: 1px solid var(--theme_border2);
border-right: 0;
border-left: 0;
position: relative;
}
.comment-input input {
text-indent: 6em;
}
.comment-input label {
position: absolute;
left: 15px;
top: 16px;
font-weight: 600;
text-transform: uppercase;
font-family: var(--theme_font);
font-size: 13px;
border-right: 1px solid var(--theme_border2);
padding-right: 1.2em;
}
.comment-input.last {
margin-bottom: 10px;
}
.comment-input-group {
border-bottom: 1px solid var(--theme_border2);
}
.comment-awaiting-moderation {
border: 1px solid green;
color: green !important;
padding: 5px 15px;
margin: 10px 0;
}
#comments .comment-notes {
margin: 1em 0;
color: rgba(255, 255, 255, 0.5);
}
button[data-balloon] {
overflow: visible;
}
[data-balloon] {
position: relative;
font-weight: 400;
}
[data-balloon]:before, [data-balloon]:after {
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.18s ease-out 0.18s;
transition: all 0.18s ease-out 0.18s;
bottom: 100%;
left: 50%;
position: absolute;
z-index: 10;
-webkit-transform: translate(-50%, 10px);
-ms-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
}
@media (max-width: 992px) {
[data-balloon]:before, [data-balloon]:after {
display: none !important;
}
}
[data-balloon]:after {
background: rgba(17, 17, 17, 0.9);
border-radius: 4px;
color: #fff;
content: attr(data-balloon);
font-size: 12px;
padding: 0.5em 1em;
white-space: nowrap;
margin-bottom: 11px;
}
[data-balloon]:before {
background-size: 100% auto;
height: 6px;
width: 18px;
content: "";
margin-bottom: 5px;
}
[data-balloon]:hover:before {
opacity: 1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
[data-balloon]:hover:after {
opacity: 1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
[data-balloon][data-balloon-visible]:after {
opacity: 1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
[data-balloon][data-balloon-visible]:before {
opacity: 1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
[data-balloon].font-awesome:after {
font-family: FontAwesome;
}
[data-balloon][data-balloon-break]:after {
white-space: pre;
}
[data-balloon-pos="down"]:before, [data-balloon-pos="down"]:after {
bottom: auto;
left: 50%;
top: 100%;
-webkit-transform: translate(-50%, -10px);
-ms-transform: translate(-50%, -10px);
transform: translate(-50%, -10px);
}
[data-balloon-pos="down"]:after {
margin-top: 11px;
}
[data-balloon-pos="down"]:before {
background-size: 100% auto;
height: 6px;
width: 18px;
margin-top: 5px;
margin-bottom: 0;
}
[data-balloon-pos="down"]:hover:before {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
[data-balloon-pos="down"][data-balloon-visible]:before {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
[data-balloon-pos="down"]:hover:after {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
[data-balloon-pos="down"][data-balloon-visible]:after {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
[data-balloon-pos="left"]:before, [data-balloon-pos="left"]:after {
bottom: auto;
left: auto;
right: 100%;
top: 50%;
-webkit-transform: translate(10px, -50%);
-ms-transform: translate(10px, -50%);
transform: translate(10px, -50%);
}
[data-balloon-pos="left"]:after {
margin-right: 11px;
}
[data-balloon-pos="left"]:before {
background-size: 100% auto;
height: 18px;
width: 6px;
margin-right: 5px;
margin-bottom: 0;
}
[data-balloon-pos="left"]:hover:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[data-balloon-pos="left"][data-balloon-visible]:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[data-balloon-pos="left"]:hover:after {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[data-balloon-pos="left"][data-balloon-visible]:after {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[data-balloon-pos="right"]:before, .content__post--meta [data-balloon-pos="down"]:before, [data-balloon-pos="right"]:after, .content__post--meta [data-balloon-pos="down"]:after {
bottom: auto;
margin-top: 0;
left: 100%;
top: 50%;
-webkit-transform: translate(-10px, -50%);
-ms-transform: translate(-10px, -50%);
transform: translate(-10px, -50%);
}
[data-balloon-pos="right"]:after, .content__post--meta [data-balloon-pos="down"]:after {
margin-left: 11px;
}
[data-balloon-pos="right"]:before, .content__post--meta [data-balloon-pos="down"]:before {
background-size: 100% auto;
height: 18px;
width: 6px;
margin-bottom: 0;
margin-left: 5px;
}
[data-balloon-pos="right"]:hover:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.content__post--meta [data-balloon-pos="down"]:hover:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[data-balloon-pos="right"][data-balloon-visible]:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.content__post--meta [data-balloon-pos="down"] [data-balloon-visible]:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[data-balloon-pos="right"]:hover:after {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.content__post--meta [data-balloon-pos="down"]:hover:after {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[data-balloon-pos="right"][data-balloon-visible]:after .content__post--meta [data-balloon-pos="down"] [data-balloon-visible]:after {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[data-balloon-length]:after {
white-space: normal;
}
[data-balloon-length="small"]:after {
width: 80px;
}
[data-balloon-length="medium"]:after {
width: 150px;
}
[data-balloon-length="large"]:after {
width: 260px;
}
[data-balloon-length="xlarge"]:after {
width: 90vw;
}
@media screen and (min-width: 768px) {
[data-balloon-length="xlarge"]:after {
width: 380px;
}
}
[data-balloon-length="fit"]:after {
width: 100%;
}

#footer {
background-color: #fff;
position: relative;
font-size: 15px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#footer .footer__title .headline:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 25px;
background: var(--theme_color);
height: 2px
}
#footer .footer__title .headline:before {
content: none !important;
}
#footer .footer__title .headline {
font-size: 16px;
margin-bottom: 15px;
padding: 0 0 10px;
font-weight: 500;
}
.widget-footer.widget_nav_menu li {
margin-bottom: 15px;
}
.footer__title {
position: relative;
}
.footer__top {
position: relative;
display: flex;
flex-wrap: wrap;
clear: both;
padding: 3em 0 1.5em;
width: 100%;
} 
.footer-sidebar > .row > .widget {
padding: 0 1.5em;
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: 600;
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: 10px 0;
}
.widget-footer {
box-shadow: none;
}
.widget-footer > ul > li:before {
content: none;
}
.widget-footer > ul > li > a:hover {
color: var(--theme_color)
}
.widget-footer > ul > li > a {
font-weight: 400;
}
.widget-footer > ul > li {
border: 0;
padding: 0 !important;
}
.widget-footer > ul {
box-shadow: none;
display: grid;
gap: 5px;
grid-template-columns: repeat(2,minmax(0,1fr));
padding: 0 !important;
}
.widget-social-accounts {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.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);
margin: 5px;
padding: 15px 1em;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight: 400;
display: inline-block;
font-size: 14px;
border: 0;
background: var(--theme_color);
border-radius: 4px;
transition: all 0.3s ease;
}

.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;
}
.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: #fff;
}
.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: 2px;
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: 13px;
}
.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;
}
.linkedin {
background-color: #0a66c2 !important;
color: #fff;
}
.discord {
background-color: #7289DA !important;
color: #fff;
}
.facebook {
background-color: #1877f2 !important;
color: #fff;
}
.twitter {
background-color: #1da1f2 !important;
color: #fff;
}
.mail {
background-color: #35465d !important;
color: #fff;
}
.native {
background-color: #0E185F !important;
color: #fff;
}
.youtube {
background-color: #ff0000 !important;
color: #fff;
}
.pinterest {
background-color: #bd081c !important;
color: #fff;
}
.telegram {
background-color: #0088cc !important;
color: #fff;
}
.medium {
background-color: #02b875 !important;
color: #fff;
}
.whatsapp {
background-color: #25d366 !important;
color: #fff;
}
.instagram {
background-color: #c32aa3 !important;
color: #fff;
}
.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);
}
.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: 4px;
}
.uck-accordion--box.collapsible-active {
height: auto;
margin: 16px 0;
border-radius: 2px;
}
.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;
font-size: 11pt;
color: rgba(0, 0, 0, 0.54);
}
.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 {
font-weight: 500;
font-size: 15px;
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 
}
.review-box-image {
background-color: var(--theme_border);
background-size: cover;
background-position: center center;
height: 350px;
}
.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;
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: 3px;
border-radius: 3px;
}
.author-box .author {
font-size: 16px;
text-transform: capitalize;
font-weight: 600;
}
.author-box p {
margin: 0.5em 0;
}
.navigation.pagination {
width: 100%;
height: 80px;
line-height: 80px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
background: #fff;
}
.navigation.pagination .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
position: relative;
margin: 0;
}
.navigation.pagination .page-numbers {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
list-style: none;
border-bottom: 2px solid transparent;
text-align: center;
position: relative;
font-size: 16px;
font-weight: 500;
transition: 0.5s ease;
cursor: pointer;
user-select: none;
}
.navigation.pagination .page-numbers:hover {
border-color: var(--theme_color);
color: var(--theme_color);
}
.navigation.pagination .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%;
}
.more-in-category {
position: fixed;
bottom: 1em;
right: 3em;
-ms-transform: translateX(100%);
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
width: 320px;
z-index: 999;
background-color: #fff;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.more-in-category.active {
visibility: visible;
opacity: 1;
-webkit-transform: translateX(-10%);
transform: translateX(-10%);
}
#content>.content-row:not(:first-child) .more-in-category {
display: none
}
.content__single > .content-row:not(:first-child) a[href*="#respond"] {
display: none;
}
.more-in-content .uck-card--image {
float: left;
width: 40%;
}
.more-meta {
float: left;
width: 60%;
padding: 0 0 0 1em;
}
.more-in-content {
padding: 1em;
position: relative;
display: inline-block;
width: 100%;
}
@media (max-width: 768px) {
.author-box-avatar {
float: none;
margin: 0 0 10px;
display: block;
width: 100%;
}
.gotop {
bottom: 1em;
}
.single .gotop {
bottom: 3em;
}
.content-header-meta .headline, .woocommerce div.product .product_title {
font-size: 2rem !important;
line-height: 1.2 !important;
font-weight: 600 !important;
}
.content__post-meta span:first-child:after, .content__post-meta span:last-child:after {
content: none;
}
.author-box-content {
display: block;
}
.author-box, #geo_viral_reactions ul {
text-align: center;
}
.comment-bottom {
padding: 1em;
}
.comment-bottom--left, .comment-bottom, .comment-bottom--right {
display: inline-block;
margin: 0 0 10px;
width: 100%;
text-align: center;
height: auto;
}
.comment-bottom--right .comment-submit, .comment-bottom--avatar img {
margin: 0;
}
.comment-bottom--account, .comment-bottom--avatar {
float: none !important;
}
#comments .comment-list .comment-bottom {
text-align: center;
}
.comment.bypostauthor .comment-bottom--avatar:after, .comment.comment-author-admin .comment-bottom--avatar:after {
content: none;
}
.more-in-category {
display: none;
}
.widget-homepage .geo__item, .kan-wrapper .geo__item {
width: 100%;
}
.author-box {
text-align: center;
}
.author-box .col-md-10 {
margin-top: 1em;
}
}
@media (max-width: 375px) {
.content-header-meta .headline, .woocommerce div.product .product_title {
font-size: 1.5rem !important 
}
}
.more-in-content .headline {
font-size: 15px !important;
-webkit-line-clamp: 2;
line-height: initial;
margin: 0;
overflow: hidden;
}
.more-in-content .carousel__content {
left: 10px;
bottom: 10px;
}
.more-in-content .headline a {
font-weight: 600;
}
.more-in-heading {
width: 100%;
padding: 1em;
font-weight: 600;
font-family: var(--theme_font);
border-bottom: 1px solid var(--theme_border2);
}
.more-in-heading .right {
float: right;
}
.more-in-heading a {
color: var(--theme_color);
}
.geo_highlight {
padding: 0 2px;
background-color: #ffeb3b;
}
.geo_dropcap {
display: block;
float: left;
font-size: 32px;
width: 50px;
height: 50px;
line-height: 50px;
margin: 5px 10px 0 0;
text-align: center;
}
.geo_dropcap.geo_dropcap-letter {
margin: 0 10px 0 0;
}
.geo_dropcap.geo_dropcap-circle {
background-color: var(--theme_color);
color: #fff;
border-radius: 100%;
}
.geo_dropcap.geo_dropcap-square {
background-color: var(--theme_color);
color: #fff;
border-radius: 0;
}
.uckan-card {
width: 100%;
border-radius: 3px;
box-sizing: border-box;
display: inline-block;
border: 1px solid var(--theme_border);
padding: 2em;
margin: 1em 0;
position: relative;
}
.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: 3px;
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;
}
.card_theme_dark .uckan-card--right > .headline, .card_theme_dark .uckan-card--right > .type, .card_theme_dark .uck-card--right a {
color: #fff !important;
border-color: #fff !important;
}
.tagcloud a {
font-size: 12px !important;
line-height: 20px;
letter-spacing: 0.05em;
text-transform: uppercase;
padding: 5px 15px;
border-radius: 3px;
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: rgba(0, 0, 0, 0.6);
border-color: rgba(0, 0, 0, 0.6);
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);
}
.geoit_login-wrapper.geoitAccountPage > * {
padding-left: 0;
padding-right: 0;
}
.geoit_login-wrapper.geoitAccountPage {
box-shadow: none;
max-width: 100%;
background: transparent !important;
}
.geoit-lr-page-5141-left {
background: #ea5c54;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 250px;
width: 100%;
}
.geoit-lr-page-5141-right {
display: flex;
flex-direction: column;
justify-content: flex-start;
background: #fff;
padding: 4em;
margin-top: 200px;
margin: 150px auto 0;
border-radius: 25px;
}
@media (max-width: 768px) {
.geoit-lr-page-5141-right {
padding: 2em 15px;
border-radius: 10px;
}
.geoit-lr-page-5141 > * {
flex: 0 0 100%;
width: 100%;
}
}
.geoit-lr-page-5141 {
display: flex;
align-items: stretch;
flex-wrap: wrap;
background: #fff;
}
.page-template-template-dashboard.not-logged-in {
background: #fff;
}
.geoit-lr-page-5141-desc, .geoit-lr-page-5141-right p {
margin-top: 1em;
font-family: var(--theme_font);
font-size: 16px;
}
.back-to-site {
position: fixed;
top: 2em;
display: inline-block;
z-index: 100;
right: 2em;
flex: auto !important;
width: auto;
}
.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: 14px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
border-radius: 4px;
transition: all 0.3s ease;
}
.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-post {
text-align: left;
padding: 1em 0 0;
}
.geoit_login-post form {
padding: 0 0 1em !important;
}
.geoit_login-wrapper > * {
padding: 1.5rem;
}
.geoit_login-wrapper form {
padding: 0 1.5rem;
}
.geoit_login-wrapper form > * {
margin-top: 15px;
}
.geoit_login-wrapper input {
width: 100%;
color: #222 !important;
background: #fff;
border: 1px solid var(--theme_border);
transition: all 0.3s ease;
border-radius: 4px;
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: 4px;
border: 0;
font-size: 14px;
font-family: var(--theme_font);
font-weight: 400;
padding: 15px;
}
.geoit_login-wrapper label {
font-size: 14px;
font-family: var(--theme_font_2);
margin: 0 0 10px;
display: inline-block;
}
.login-remember label {
margin-bottom: 0;
margin-left: 0;
}
.geoit_login-wrapper input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #fff inset;
color: #666 !important;
}
.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: 3px;
}
.post-page-numbers.current, .post-page-numbers:hover {
background-color: var(--theme_color);
color: #fff;
border-color: transparent;
}
.geoit-mega-menu-block + .sub-menu {
display: none;
}
.geoit-mega-menu-block {
position: absolute;
z-index: 101;
left: 0;
display: none;
margin-left: 15px;
margin-right: 15px;
right: 0;
top: 100%;
}
.geoit-mega-menu-block .widget {
box-shadow: none !important;
border: 0 !important;
border-radius: 0 !important;
}
.geoit-mega-menu:hover .geoit-mega-menu-block {
display: block;
}
.geoit-mega-menu .geoit-mega-menu .geoit-mega-menu-block {
width: auto;
position: static;
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
transition: none;
}
.geoit-mega-menu-block {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
background-color: #fff;
border-top: 1px solid var(--theme_border2);
border-radius: 0 0 3px 3px;
padding: 2em;
text-align: left;
}
.geoit-mega-menu-block .widget {
float: left;
padding: 0 1em;
width: 25%;
}
.geoit-mega-menu-block .widgettitle {
color: #222;
padding: 1em 0;
font-weight: 600;
font-size: 16px;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.geoit-mega-menu-block .widgettitle:after {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 20%;
height: 2px;
background-color: var(--theme_color);
}
.geoit-mega-menu-block ul {
padding: 0;
}
.geoit-mega-menu-block ul > li {
display: block;
border: 0;
padding: 0;
width: 100%;
}
.geoit-mega-menu-block ul > li:before {
content: none !important;
}
.geoit-mega-menu-block ul > li > a {
display: block;
width: 100%;
color: #222;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
font-size: 14px;
padding: 10px 5px;
}
.geoit-mega-menu-block li a:hover {
background-color: rgba(255, 255, 255, 0.02);
}
.geoit-mega-menu-block ul > li.is-active > a {
color: var(--theme_color)
}
.geoit-mega-menu-block .widget.megapost {
width: 100%;
margin: 0;
display: flex;
padding: 0;
}
.geoit-mega-menu-block .widgettitle {
display: none;
}
.header__bottom--menu .geoit-mega-menu-block .current-menu-item {
box-shadow: none !important;
}
.geoit-mega-menu-block .widget_nav_menu .widgettitle {
display: block;
}
.geoit_mega_content {
width: 100% 
}
.geoit_mega_cards_tab+.geoit_mega_content {
position: relative;
width: 80%;
float: left;
padding-left: 25px;
}
.geoit_mega_content.is-loading .geoit_mega_tab_content {
opacity: 0.25 
}
.geoit-loading-overlay {
position: absolute;
left: 50%;
top: 50%;
transform: translateY(-50%);
font-size: 2em;
z-index: 10;
}
.geoit_mega_cards, .d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.d-none {
display: none !important 
}
.geoit_mega_card {
max-width: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
margin: 0;
}
.sidebar .geoit_mega_card {
max-width: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.geoit-mega-menu-block .geoit_mega_card {
max-width: 20%;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
padding: 0 1em;
}
.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-menu-block .geoit_mega_card .uck-card--content {
padding: 10px 0 0;
}
.geoit_mega_card img {
width: 100%;
}
.geoit_mega_cards_tab {
width: 20%;
float:left;
border-right: 1px solid var(--theme_border) 
}
.geoit_mega_cards_tab li a {
border: 0 !important;
padding: 8px 0 !important;
}
.geoit_mega_cards_tab li a:hover {
color: var(--theme_color);
}
.geoit-mega-menu-block .geoit_mega_card {
box-shadow: none;
}
.jm-post-like {
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
padding: 2px 5px;
border-radius: 2px;
font-weight: 400;
font-size: 10px;
color: #fff;
text-align: center;
height: auto !important;
z-index: 99;
background: rgba(0,0,0,.5);
list-style: none;
}
.jm-post-like .gi-spin {
margin-left: 5px;
}
.jm-post-like i {
display: inline-block;
vertical-align: -1px;
}
.jm-post-like img {
vertical-align: middle;
display: inline-block !important;
width: 16px !important;
height: 16px !important;
}
.carousel__item .jm-post-like, .uck-card .jm-post-like, .uck-card--col_right .jm-post-like {
display: none;
transition: all 0.3s ease;
}
.carousel__item:hover .jm-post-like {
opacity: 1;
display: inline-block;
}
.uck-card:hover .jm-post-like {
opacity: 1;
display: inline-block;
}
.uck-card--col_right:hover .jm-post-like {
opacity: 1;
display: inline-block;
}
.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-image: url(../img/x.png);
background-position: left top;
background-repeat: repeat-x;
background-size: 8px;
}
.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_description {
width: 100%;
margin: 0;
float: none;
padding: 1em;
}
.content__title h1 > span {
color: #999;
}
.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 a:hover {
color: var(--theme_color);
}
.geoit_has-login img {
border-radius: 3px;
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: 0 0 3px rgba(0, 0, 0, 0.1);
}
.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: 10px 15px;
font-family: var(--theme_font);
border-radius: 0.25rem;
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: 2px;
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;
}
.register-frontend .register-header {
margin: 0 0 2em;
}
.register-header h3 {
margin-bottom: 10px;
font-weight: 600;
}
.register-header a {
font-weight: 600;
}
.register-header a:hover {
text-decoration: underline;
}
.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;
}
body.collapsible-active {
overflow: hidden;
}
body.collapsible-active:before {
content: "";
display: block;
position: fixed;
width: 100%;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.75);
-webkit-transition: 0.2s ease-out 0.1s;
transition: 0.2s ease-out 0.1s;
z-index: 1000;
}
#geoit_demos.collapsible-active {
display: block;
}
.sidebar--left {
float: left;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
background: transparent !important;
transition: all 0.3s ease;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.geo-reaction-title {
font-family: var(--theme_font);
display: block;
border-top: 1px solid var(--theme_border2);
padding: 2em 0 0;
font-size: 1.5em;
line-height: 1.35em;
font-weight: 600;
color: #1f1f1f;
}
.geo_react_emoji_title_off li button span {
margin-bottom: 0 !important
}
.geo_react_emoji_title_off em {
display: none
}
#geo_viral_reactions {
text-align: center;
}
#geo_viral_reactions ul {
list-style: none;
margin: 0;
padding: 1em 0;
width: 100%;
background: #fff;
display: inline-block;
}
#geo_viral_reactions li.animated.clicked {
pointer-events: none;
}
#geo_viral_reactions li {
position: relative;
display: inline-block;
list-style: none;
margin: 10px 15px;
padding: 0 16px;
}
#geo_viral_reactions li button span {
font-size: 14px;
color: #1f1f1f;
text-align: center;
display: block;
margin: 1em 0 3em;
}
#geo_viral_reactions li button {
outline: 0;
text-decoration: none;
border: 0;
box-shadow: none;
text-shadow: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#geo_viral_reactions li:hover {
cursor: pointer;
}
#geo_viral_reactions li:hover img {
-webkit-animation-name: tada;
animation-name: tada;
}
#geo_viral_reactions li:active {
position: relative;
top: 2px;
}
#geo_viral_reactions em {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: absolute;
bottom: 0;
left: 50%;
font-size: 12px;
line-height: 12px;
font-weight: 400;
letter-spacing: 0.05em;
font-family: var(--theme_font);
-ms-transform: translateY(0) translateX(-50%);
-moz-transform: translateY(0) translateX(-50%);
-webkit-transform: translateY(0) translateX(-50%);
transform: translateY(0) translateX(-50%);
text-align: center;
padding: 0 8px;
height: 32px;
line-height: 32px;
width: 125%;
border: 1px solid var(--theme_border);
white-space: nowrap;
overflow: hidden;
text-transform: uppercase;
text-overflow: ellipsis;
color: #2d2d2d;
font-style: normal;
border-radius: 2px;
transition: all 0.3s ease;
}
#geo_viral_reactions li.clicked em, #geo_viral_reactions li[data-reacted="yes"] em {
background-color: var(--theme_color);
border-color: transparent;
color: #fff;
}
#geo_viral_reactions li:hover em {
background-color: var(--theme_color);
border-color: transparent;
color: #fff;
}
#geo_viral_reactions li img {
height: 40px;
width: 40px;
background: transparent !important;
vertical-align: middle;
font-size: 1em;
line-height: inherit;
display: inline;
margin: 0;
}
#geo_viral_reactions li.none, #geo_viral_reactions ul[data-reacted="yes"] [data-reacted="no"] {
opacity: 0.5;
cursor: default;
pointer-events: none;
}
#geo_viral_reactions ul[data-reacted="yes"] [data-reacted="yes"] {
cursor: default;
pointer-events: none;
}
#geo_viral_reactions_shares {
max-height: 0;
text-align: center;
overflow: hidden;
}
#geo_viral_reactions_shares.showshares {
margin-top: 30px;
max-height: 500px;
}
#geo_viral_reactions_shares a {
display: inline-block;
margin: 4px 2px;
background: #3b5998;
color: #fff;
padding: 0 10px 1px;
line-height: 44px;
font-size: 12px;
text-decoration: none;
font-weight: 400;
text-transform: none;
}
#geo_viral_reactions_shares img {
height: 32px;
vertical-align: middle;
margin: 0;
padding: 0;
margin-right: 5px;
display: inline;
}
.content__post--all {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.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 {
margin-left: 5px;
cursor: pointer;
background: #4ca80b;
vertical-align: 4px;
color: #fff;
width: 15px;
height: 15px;
display: inline-block;
line-height: 13px;
text-align: center;
font-size: 8px;
border-radius: 100%;
}
.author-page-detail h2 {
font-size: 20px;
padding-top: 2em;
font-weight: 600;
}
.author-page--detail {
padding: 1em;
}
.author-page--detail label {
font-size: 15px;
font-weight: 600;
}
.author-page-detail header p {
font-size: 16px;
color: #aaa;
}
.author-page--detail p {
line-height: 22px;
font-size: 14px;
font-weight: 400;
color: #919191;
margin: 10px 0;
}
.author-page--detail .social {
margin: 10px 0;
}
.author-page--detail .social a {
background-color: #aaa;
width: 35px;
font-size: 14px;
height: 35px;
text-align: center;
line-height: 35px;
border-radius: 25px;
display: inline-block;
color: #fff;
}
#your-profile h3 {
font-size: 18px;
letter-spacing: -0.5px;
margin: 1em 0;
font-family: var(--theme_font);
font-weight: 600;
}
#your-profile h3:first-child {
margin-top: 0;
}
#your-profile table {
width: 100%;
}
#your-profile table + table {
display: none;
}
#your-profile table tr {
display: inline-block;
width: 100%;
}
#your-profile table.form-avatar tr {
width: 100%;
}
#your-profile table.form-avatar tr td {
display: inline-block !important;
vertical-align: top;
}
#your-profile table.form-avatar tr td > input {
float: left;
margin-right: 10px;
}
#your-profile table.form-avatar tr td > input[name="basic-user-avatar-erase"], #your-profile table.form-avatar tr td > input[name="cover_bg-erase"] {
border: 0;
padding: 0;
}
#your-profile table th, #your-profile table td {
background: transparent;
border: 0;
padding: 0;
display: block;
}
#your-profile table th {
display: block;
}
@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 10px 0 0;
border: 0 !important;
vertical-align: -5px;
border-radius: 3px;
}
input[type="checkbox"]:after {
content: "";
display: block;
width: 15px;
height: 15px;
position: absolute;
left: 0;
top: 0;
background: #fff;
border-radius: 3px;
-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);
}
.recentpostslider .h-slider {
margin: 0;
}
.wq_questionTextCtr {
background: transparent !important;
padding: 0 !important;
color: #222 !important;
margin: 1em 0 2em;
position: relative;
}
.wq_questionTextCtr h4 {
font-weight: 600 !important;
padding-left: 3em !important;
font-size: 18px !important;
}
.wq_questionTextCtr:before {
content: "";
position: absolute;
left: 0;
top: -11px;
content: counter(step-counter);
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 25px;
color: #fff;
background: var(--theme_color);
}
.wq_questionsCtr > .wq_singleQuestionWrapper {
counter-increment: step-counter;
border-bottom: 1px solid var(--theme_border2);
padding-bottom: 2em;
margin-bottom: 2em;
}
.wq_quizCtr .wq_singleAnswerCtr {
margin: -1px !important;
padding: 1em !important;
}
.wq_quizCtr .wq_singleAnswerCtr label {
font-size: 16px !important;
font-weight: 400 !important;
}
.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 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.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;
}
.geo_reaction_badge {
display: inline-block;
margin-right: 10px;
}
.masonry-grid .geo_reaction_badge {
margin-left: 10px;
}
.carousel__content--meta .geo_reaction_badge {
margin: 0 10px;
margin-right: 0;
}
.geo_reaction_badge img {
position: relative;
vertical-align: text-bottom;
width: 20px !important;
height: 20px !important;
display: inline-block !important;
}
.content__gallery_nav {
width: 100%;
text-align: center;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 1px solid var(--theme_border2);
}
.content__post--article + .content__gallery_nav, .content__post--article .content__gallery_nav {
border-bottom: 0;
border-top: 1px solid var(--theme_border2);
}
.content__gallery_2 .geo_breadcrumb {
margin: 0;
}
.content__gallery_2 .geo_breadcrumb a {
font-weight: 400;
}
.content__gallery_nav > * {
padding: 10px 15px;
font-weight: 400;
background: #fff;
flex: 1;
box-shadow: 1px 0px 0px 0px var(--theme_border2);
display: inline-block;
}
.dark-mode .content__gallery_nav > * {
box-shadow: none;
}
.content__gallery_nav .current {
background: var(--theme_color);
border-color: var(--theme_color);
color: #fff;
}
.content__gallery_nav a:hover {
background: var(--theme_color);
border-color: var(--theme_color);
color: #fff;
}
.content__gallery_nav .prev {
margin-right: auto;
}
.content__gallery_nav .next {
margin-left: auto;
}
.geo_breadcrumb {
display: flex;
flex-wrap: wrap;
align-items:Center;
gap: 5px;
}
.geo_breadcrumb > li {
list-style: none;
font-size: 13px;
list-style: none !important;
font-family: var(--theme_font);
letter-spacing: -.03em;
position: relative;
}
.geo_breadcrumb > li > a:not(:hover) {
color: rgba(0, 0, 0, 0.75);
}
.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:100%;
transform: rotate(-90deg);
display: inline-block
}
.geo_breadcrumb > li:last-child:after {
content: none;
}
.comment-subscription-form {
padding: 10px 1em;
border-top: 1px solid var(--theme_border2);
}
.author-page-info ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 10px -4px 0;
}
.author-page-info li {
-ms-flex-preferred-size: calc(33.3% - 8px);
flex-basis: calc(33.3% - 8px);
margin: 4px;
text-align: center;
background: #fff;
font-family: var(--theme_font);
border-radius: 3px;
padding: 10px 10px 5px;
font-size: 12px;
border: 1px solid var(--theme_border2);
text-transform: uppercase;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight: 600;
}
.author-page-info span {
display: block;
font-size: 28px;
font-weight: 400;
color: var(--theme_color);
}
.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;
}
}
.instagram-media {
position: relative !important;
margin: 12px 0 !important;
}
.carousel__content--right > * {
display: inline-block;
}
.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%;
}
.content-header-meta .geo_trending_post {
margin-left: 0 !important;
}
.trending-post > div {
font-weight: 400;
display: inline-block;
}
.carousel__content .geo_trending_post {
width: 25px;
height: 25px;
line-height: 25px !important;
}
.trending-post {
margin: 1em 0;
font-size: 13px;
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;
}
}
.toggle {
position: relative;
display: block;
width: 45px;
height: 25px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transform: translate3d(0, 0, 0);
}
.toggle:before {
content: "";
position: relative;
top: 3px;
left: 0;
width: 45px;
height: 20px;
display: block;
background: #ddd;
border-radius: 25px;
transition: background 0.2s ease;
}
.toggle span {
position: absolute;
top: 3px;
left: 0;
width: 20px;
height: 20px;
display: block;
background: #fff;
border-radius: 100%;
box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
transition: all 0.2s ease;
}
.toggle span:before {
content: "";
position: absolute;
display: block;
margin: -18px;
width: 56px;
height: 56px;
background: rgba(0, 0, 0, 0.5);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
pointer-events: none;
}
.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: 14px;
font-size: 15px;
border-radius: 50%;
position: relative;
}
.geo-switch-button:after {
content: "\ef72";
font-family: "geoit-font";
line-height: 14px;
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);
}
.geoit-wc-cart-holder a {
color: #fff;
position: relative;
}
.geoit-wc-cart-holder svg {
fill: #fff;
vertical-align: middle;
}
.geoit-wc-cart-count {
position: absolute;
right: -10px;
top: -5px;
width: 18px;
border: 2px solid var(--theme_color);
height: 18px;
border-radius: 100%;
font-size: 10px;
line-height: 14px;
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 {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.user-card {
width: 100%;
display: flex;
line-height: 82px;
align-items: stretch;
border-bottom: 1px solid var(--theme_border2);
}
.user-card:last-child, .widget .geo_users-list  {
border: 0;
}
.user-card > * {
border-right: 1px solid var(--theme_border2);
padding: 0 15px;
font-size: 14px;
text-align: left;
-ms-flex-preferred-size: 10%;
flex-basis: 10%;
}
.user-card-center {
text-align: center;
}
.user-card > :last-child {
border: 0;
}
.user-card > .geo_user_nick {
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
.user-card > .geo_user_social {
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
.user-card > .geo_user_social a {
width: 30px;
height: 30px;
font-size: 12px;
line-height: 30px;
text-align: center;
border-radius: 100%;
display: inline-block;
}
.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;
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: 4px;
}
.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.collapsible-active .geo_mobil_menu_nav li {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
font-weight: 500;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: animateIn;
animation-name: animateIn;
}
.geo_mobil_menu_nav li {
list-style: none;
position: relative;
}
.geo_mobil_menu_nav li:nth-child(2) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.geo_mobil_menu_nav li:nth-child(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.geo_mobil_menu_nav li:nth-child(3) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.geo_mobil_menu_nav li:nth-child(4) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.geo_mobil_menu_nav li:nth-child(5) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.geo_mobil_menu_nav li:nth-child(6) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.geo_mobil_menu_nav li:nth-child(7) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
.geo_mobil_menu_nav li:nth-child(8) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.geo_mobil_menu_nav li:nth-child(9) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.geo_mobil_menu_nav li:nth-child(10) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.geo_mobil_menu_nav li:nth-child(11) {
-webkit-animation-delay: 0.11s;
animation-delay: 0.11s;
}
.geo_mobil_menu_nav li:nth-child(12) {
-webkit-animation-delay: 0.12s;
animation-delay: 0.12s;
}
.geo_mobil_menu_nav li:nth-child(13) {
-webkit-animation-delay: 0.13s;
animation-delay: 0.13s;
}
.geo_mobil_menu_nav li:nth-child(14) {
-webkit-animation-delay: 0.14s;
animation-delay: 0.14s;
}
.geo_mobil_menu_nav li:nth-child(15) {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
}
@keyframes animateIn {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.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: 14px;
}
#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.active-menu:after {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.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: 3px 0 0 3px;
width: 100%;
border: 1px solid var(--theme_border2);
}
.sidebar .search-field {
border: 0;
}
.search-submit {
background: var(--theme_color);
color: #fff;
width: 20%;
height: 44px;
font-size: 12px;
font-weight: 700;
cursor: pointer;
display: inline-block;
float: right;
border-radius: 0 3px 3px 0;
}
.search-form label {
width: 80%;
display: inline-block;
}
.wpuc-coin-list, .wpuc-coin-grid {
font-family: var(--theme_font);
}
.wpuc-coin-list {
max-height: 500px;
overflow: auto;
}
.wpuc-coin-list-name {
font-weight: 600;
}
.wpuc-coin-list-row {
padding: 1em;
}
.wpuc-coin-list .wpuc-coin-list-row:nth-child(2n) {
background: rgba(0, 0, 0, 0.01);
}
.wpuc-coin-list-ranking {
display: none;
}
.wpuc-coin-list-icon {
margin-left: 0 !important;
}
.wpuc-coin-list-price {
text-align: right;
font-size: 12px;
}
.wpuc-coin-list-change {
font-size: 12px;
}
.wpuc-coin-grid-item {
padding: 10px;
box-shadow: 1px -1px 0 var(--theme_border2);
}
.wpuc-grid-item-inner {
box-shadow: none;
}
.sidebar .wpuc-coin-grid-item {
width: 50% !important;
}
.sidebar .wpuc-grid-item-coin, .sidebar .wpuc-grid-item-details {
float: none;
width: 100%;
padding: 10px 0 0;
text-align: center;
}
.swal-footer {
background-color: #f5f8fa;
margin-top: 32px;
border-top: 1px solid #e9eef1;
overflow: hidden;
}
.geo_mobile_share {
position: fixed;
bottom: 0;
display: none;
height: 40px;
left: 0;
right: 0;
z-index: 999;
width: 100%;
}
.geo_mobile_share ul {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.geo_mobile_share li {
list-style: none;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.geo_mobile_share li a {
display: block;
width: 100%;
text-align: center;
height: 40px;
line-height: 44px;
}
.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: 3px;
width: 100%;
display: block;
padding: 15px;
transition: all 0.3s ease;
}
.wpcf7-submit {
clear: both;
border: 0 !important;
background: var(--theme_color) !important;
color: #fff;
}
.read-bar, .read-text {
z-index: 9999;
background: var(--theme_color) !important;
}
.content__post .geo_reaction_badge {
position: relative;
left: 0;
float: left;
top: 0;
}
.content__post .geo_reaction_badge img {
width: 25px !important;
height: 25px !important;
margin-right: 5px;
}
.uck-card-top > span {
margin-right: 5px;
}
@media screen and (max-width: 768px) {
.geo_mobile_share {
display: block;
}
.uck-card-top {
margin-top: 15px;
}
.content__post--meta-social {
display: none;
}
.menu-top {
display: none;
}
.content-header-meta p {
font-size: 18px;
margin-bottom: 10px;
line-height: 24px;
color: #505050;
}
.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;
}
.twPc-div {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
border-radius: 6px;
width: 100%;
font-family: var(--theme_font);
margin: 1px 0 1em;
}
.twPC-cont {
text-align: center;
padding: 15px;
position: relative;
}
.twPc-bg {
background: #fff;
background-size: cover;
background-position: center;
border-bottom: 1px solid var(--theme_border2);
border-radius: 4px 4px 0 0;
height: 175px;
width: 100%;
}
.twPc-bg-empty {
height: 125px;
}
.twPC-middle {
padding: 15px;
}
.twPC-middle p {
color: #8b8b8b;
margin-bottom: 10px;
}
.twPC-middle a {
width: 30px;
height: 30px;
font-size: 12px;
line-height: 30px;
background: #c5c5c5;
border-radius: 3px;
display: inline-block;
text-align: center;
color: #fff !important;
}
.twPc-block {
display: block !important;
}
.twPc-avatarLink {
background: #fff;
border: 5px solid #fff;
display: inline-block !important;
margin: -50px auto 0;
max-width: 100%;
width: 100px;
height: 100px;
border-radius: 100%;
background: #ccc;
vertical-align: bottom;
}
.twPc-avatarLink img {
border-radius: 100%;
box-sizing: border-box;
color: #fff;
width: 90px;
height: 90px;
}
.twPc-divUser span {
color: #2d2d2d;
font-size: 14px;
margin-top: 8px;
display: inline-block;
}
.archive.author .twPC-cont {
padding: 0 
}
.archive.author .twPc-divStats {
margin-top: 30px 
}
.archive.author .twPc-bg-empty {
height: 75px;
background: var(--theme_color) 
}
[class*="user-rank-"] {
background: #22bb67;
margin: 5px 5px 0 0;
padding: 5px 15px;
border-radius: 2px;
font-size: 12px;
color: #fff;
}
.geo_login-widget [class*="user-rank-"] {
display: inline-block;
}
.geo_puan {
position: relative;
font-size: 14px;
font-weight: 400;
font-family: var(--theme_font);
display: inline-block;
width: 100%;
background: #fff;
color: #444;
border: 1px solid var(--theme_border2);
padding: 10px;
text-align: center;
border-radius:4px;
}
.geo_puan span {
position: absolute;
left: 1em;
font-size: 14px;
text-transform: uppercase;
top: -7px;
padding: 0 1em;
background: #fff;
}
.rank-ogrenci {
background: #ffa039 !important;
}
.rank-uzman {
background: #03a9f4 !important;
}
.rank-prof {
background: #3f51b5 !important;
}
.twPc-divName {
font-weight: 600;
font-size: 18px;
margin-top: 8px;
}
.twPc-divName a {
font-weight: 600;
}
.twPc-divStats {
text-align: center;
border-top: 1px solid var(--theme_border2);
}
.twPc-Arrange {
box-sizing: border-box;
display: table;
margin: 0;
min-width: 100%;
padding: 0;
table-layout: auto;
}
ul.twPc-Arrange {
list-style: outside none none;
margin: 0;
padding: 0;
}
.twPc-ArrangeSizeFit {
display: inline-block;
width: 33.333333%;
padding: 1em;
transition: all 0.3s ease;
border-right: 1px solid #eee;
vertical-align: top;
}
.twPc-ArrangeSizeFit:hover {
background: #f8f8f8;
}
.twPc-ArrangeSizeFit:last-child {
border: 0;
}
.twPc-ArrangeSizeFit a:hover {
text-decoration: none;
}
.twPc-StatValue {
display: block;
font-weight: 400;
}
.twPc-StatLabel {
font-weight: 600;
overflow: hidden;
text-transform: uppercase;
}
.login_widget_top {
font-size: 14px;
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: 14px;
padding: 1em;
transition: all 0.3s ease;
padding-left: 4em !important;
border-bottom: 1px solid var(--theme_border2);
}
.geoit_user_ranking img {
border-radius: 2px;
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: 14px;
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 .geoit_user_ranking:last-child {
border: 0;
}
.uckan-btn-block {
display: block;
font-size: 12px;
width: 100%;
box-shadow: none;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
display: inline-block;
width: 100%;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert p {
margin: 1em 15px;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.cookie {
background: rgba(255, 255, 255, 0.9);
-webkit-box-shadow: 0 2px 3px 0 rgba(44, 50, 70, 0.15);
box-shadow: 0 2px 3px 0 rgba(44, 50, 70, 0.15);
position: fixed;
bottom: 30px;
right: 100px;
z-index: 9995;
padding: 10px;
padding-right: 3em;
font-size: 12px;
font-weight: 500;
color: #212529;
border-radius: 5px;
}
.cookie a {
color: #212529 !important;
text-decoration-line: underline;
text-decoration-style: dotted;
}
.cookie_close {
position: absolute;
top: 12px;
right: 10px;
}
.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);
}
.mailchimp_subsribe h3, .mailchimp_subsribe p {
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: 14px;
line-height: 1.5;
}
.mailchimp-subscribe__email-input:focus {
border-color: var(--theme_color);
}
.mailchimp-subscribe__submit {
width: 100%;
border: 0;
border-radius: 4px;
cursor: pointer;
padding: 10px 15px;
background-color: var(--theme_color);
box-shadow: none;
color: #fff;
font-size: 14px;
font-weight: 400;
font-family: var(--theme_font);
line-height: 1.5;
}
.mailchimp-subscribe__submit:hover, .mailchimp-subscribe__submit:focus {
background-color: #767676;
}
.no-comments {
padding: 2em;
margin-top: -1px;
border-top: 1px solid var(--theme_border2);
}
#toc_container {
border: 1px solid var(--theme_border2);
background: #fff;
width: 100% !important;
margin: 1em 0 !important;
padding: 0;
}
#toc_container .toc_title {
padding: 10px !important;
}
#toc_container ul {
margin: 0 !important;
}
#toc_container li a {
display: block;
width: 100%;
color: #222 !important;
padding: 10px 1em;
border-top: 1px solid var(--theme_border2);
}
#toc_container li:nth-child(2n) a {
background: #f9f9f9;
}
#toc_container li a:hover {
background: #fdfdfd;
text-decoration: none;
}
#toc_container li a span {
min-width: 25px;
height: 25px;
padding: 0 5px;
display: inline-block;
background: #fff;
border: 1px solid #eee;
line-height: 25px;
text-align: center;
border-radius: 25px;
font-size: 12px;
margin-right: 10px;
}
#commentform > .form-group, .comment-input-group {
padding: 2em;
}
#commentform .gglcptch {
padding: 1em 1em 0;
margin: 0 !important;
display: block;
}
#commentform .comment-bottom_recaptcha .gglcptch {
border-top: 1px solid var(--theme_border2);
padding-bottom: 1em;
}
.geoit_login_232 {
font-size: 16px;
color: #555;
}
.geoit_login_232 > .or-div + div {
margin-left: -7.5px;
margin-right: -7.5px;
width: auto;
}
.geoit_login_232 a {
color: var(--theme_color);
}
.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;
border-radius: 3px;
border: 1px var(--theme_border) solid;
background: transparent;
margin: 5px 6px 5px 0;
white-space: nowrap;
display: inline-block;
vertical-align: top;
background: #fff;
z-index: 1;
}
.or-div: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;
}
#popup-box-content {
position: absolute;
left: 50%;
top: 50%;
-ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #fff;
width: 90%;
border-radius: 4px;
max-width: 600px;
padding: 3em;
display: none;
}
#popup-close {
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;
font-size: 16px;
}
#popup-close:hover {
opacity: 0.75;
}
#popup-box .mailchimp_subscribe {
border-top: 0;
padding: 0;
}
#popup-box .mailchimp-subscribe {
border-top: 0;
padding: 0;
margin-top: 15px;
}
.geoit_comment {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.geoit_comment_avatar {
margin-right: 15px;
width: 80px;  
min-width: 80px;
}
.geoit_comment_avatar img {
width: 100%;
border-radius: 100%;
margin-right: 20px;
}
.geoit_comment_meta .date:before {
content: "-";
display: inline-block;
margin: 0 5px;
color: #bbb;
}
.geoit_comment_footer > a, .geoit_comment_footer .jm-comment-like {
font-size: 12px !important;
line-height: 20px;
font-family: var(--theme_font2);
box-shadow: none !important;
padding: 5px 15px;
border-radius: 3px;
border: 1px var(--theme_border) solid;
background: transparent;
margin: 5px 6px 5px 0;
white-space: nowrap;
display: inline-block;
vertical-align: top;
}
.geoit_comment_footer > a:hover, .geoit_comment_footer .jm-comment-like:hover {
border-color: var(--theme_color);
color: #fff;
background: var(--theme_color);
}
.geoit_comment_footer > a:after {
margin-right: 2px;
}
.geoit_comment_meta .date a, .geoit_comment_footer > a, .geoit_comment_footer > button {
color: #2d2d2d;
}
.geoit_comment_detail > * {
margin-bottom: 5px;
}
.geoit_comment_footer > a:last-child:after {
content: none;
}
.geoit_author_box {
margin-bottom: 1em;
}
.geoit_authorbox {
overflow: hidden;
}
.geoit_author_box_content p {
margin-top: 0.5rem;
}
@media (max-width: 768px) {
.geoit_author_box_content p {
display: none
}
}
.geoit_author_box_content {
display: flex;
width: 100%;
padding: 2em;
}
.geoit_author_box_content .avatar {
float: left;
margin-right: 2em;
width: 70px;
height: 70px !important;
border-radius: 100%;
}
.geoit_author_box_name > a {
margin-right: 10px;
}
.geoit_author_box_name .geoit_author_social_links a:hover {
opacity: .5 
}
.geoit_author_box_name a {
font-size: 16px;
letter-spacing: -.03em;
font-weight: 600;
}
.geoit_author_box_content > a + div > * {
margin-bottom: 5px;
}
.geoit_author_social_links a {
width: 32px;
line-height: 32px;
text-align: center;
height: 32px;
margin-top: 10px;
margin-right: 8px;
font-size: 14px;
display: inline-block;
background: #222;
color: #fff;
border-radius: 100%;
}
.geoit_author_box_name, .comment-bottom--account, .comment-author {
font-family: var(--theme_font);
font-weight: 500;
}
@media (max-width: 768px) {
.geoit_author_box_content .avatar {
float: none;
margin: 0 0 10px;
}
}
.comment-bottom--avatar {
float: left;
position: relative;
}
[data-repeater-item] .form-control {
padding: 15px !important 
}
[data-repeater-item] {
position: relative;
margin-bottom: 2em;
}
.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: 14px;
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: 14px;
padding-bottom: 0;
}
.form-control, .form-table input {
display: block;
width: 100%;
padding: 15px;
z-index: 2;
font-size: 1rem;
line-height: 1.55;
color: #495057;
background-color: #fff;
margin-bottom: 1em;
background-clip: padding-box;
border: 1px solid #d2d6dc;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, .form-table input:focus {
color: #495057;
background-color: #fff;
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: 14px;
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);
}
.ad_block_detected .adblockalert {
opacity: 1;
z-index: 99999;
left: 0;
visibility: visible;
}
.adblockalert-content .uckan-btn {
box-shadow: none;
margin: 0 5px;
font-weight: 400;
height: 45px;
line-height: 45px;
border-radius: 4px;
}
.adblockalert-content {
position: relative;
max-width: 425px;
width: 90%;
top: 50%;
left: 50%;
transform: translate(-50%, 0);
background: #fff;
padding: 2em;
border-radius: 4px;
color: #222;
transition: all .3s ease;
}
.ad_block_detected .adblockalert-content {
transform: translate(-50%, 0);
top: 2em;
}
.adblockalert-content i {
font-size: 6em;
color: red;
}
.adblockalert-content p {
margin: 0 0 15px;
font-size: 16px;
opacity: 0.75;
}
.adblockalert-btn {
display: flex;
}
.adblockalert-btn>* {
flex-basis: 48%;
}
.adblockalert-content-title {
margin: -28px -28px 20px;
font-weight:500;
text-align: left;
padding: 15px 25px;
font-size: 18px;
border-bottom: 1px solid var(--theme_border2);
}
.adblockalert-content-text {
font-size: 16px;
color: #8b8b8b;
}
.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: 0 0 3px rgba(0, 0, 0, 0.1);
background: #fff;
padding: 2em !important;
}
.geo_posts_5 .masonry-grid {
background: transparent;
box-shadow: none;
margin-top: -1px;
}
.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: 3px;
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: 14px;
}
.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 {
height: 200px;
}
.content .recentpostslider .slider-style-3:not(.owl-loaded), .content .recentpostslider .slider-style-3 .carousel__item {
height: 375px !important;
}
.content .recentpostslider .slider-style-x2 .carousel__content .headline {
font-size: 15px;
font-weight: 600;
}
.content .slider-style-x2 .carousel__content--meta {
display: none;
}
.uck-card .thumb_video iframe {
max-height: 425px;
}
.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;
}
.wp-block-quote {
border-left: 0 !important;
}
.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: 14px;
}
#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: 3px;
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: 14px;
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: 3px;
}
.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, .forgot_btn {
border: 0;
color: #fff !important;
font-family: var(--theme_font);
text-transform: uppercase;
}
.forgot_btn {
background-color: #444 !important;
}
.reg_btn {
background-color: #277a2a !important;
}
.dark-mode #geo_mobil_menu {
background: #232323 !important;
}
.geoit_author_box_avatar {
float: left;
flex: 0 0 90px;
width: 90px;
height: 90px;
margin-right: 1em;
}
i.mce-i-shortcodes-icon {
background-image: url(../img/kanthemes_favicon.png);
}
#popup-box .geoit_login-wrapper {
opacity: 1 !important;
transform: none;
margin: 0;
box-shadow: none;
max-width: 100%;
}
#popup-box .geoit_login-wrapper > *, #popup-box .geoit_login-wrapper form {
padding: 0 !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: 13px;
font-weight: 600;
letter-spacing: .07em;
text-transform: uppercase;
}
.footer-2 p {
font-size: 13px;
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 
}
}
#g6219 {
-webkit-transform-origin: 85px 4px;
transform-origin: 85px 4px;
-webkit-animation: an1 12s 0.5s infinite ease-out;
animation: an1 12s 0.5s infinite ease-out;
}
@-webkit-keyframes an1 {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
5% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
15% {
-webkit-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
}
25% {
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
}
35% {
-webkit-transform: rotate(-1.5deg);
transform: rotate(-1.5deg);
}
45% {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
55% {
-webkit-transform: rotate(-1.5deg);
transform: rotate(-1.5deg);
}
65% {
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
}
75% {
-webkit-transform: rotate(-2deg);
transform: rotate(-2deg);
}
85% {
-webkit-transform: rotate(2.5deg);
transform: rotate(2.5deg);
}
95% {
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes an1 {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
5% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
15% {
-webkit-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
}
25% {
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
}
35% {
-webkit-transform: rotate(-1.5deg);
transform: rotate(-1.5deg);
}
45% {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
55% {
-webkit-transform: rotate(-1.5deg);
transform: rotate(-1.5deg);
}
65% {
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
}
75% {
-webkit-transform: rotate(-2deg);
transform: rotate(-2deg);
}
85% {
-webkit-transform: rotate(2.5deg);
transform: rotate(2.5deg);
}
95% {
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
#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;
}
.geoit-sc2-headline {
border-left: 6px solid var(--theme_color);
padding: 0px 20px;
}
.geoit-sc-headline, .geoit-sc-headline > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: capitalize;
}
.geoit-sc-headline .oajisdn2 {
margin-right: 15px;
background-color: var(--theme_color);
color: #fff;
border-radius: 3px;
font-weight: 500;
font-size: 18px;
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
text-align: center;
overflow: hidden;
padding: 2px 0;
}
.geoit-sc-headline span.round {
border-radius: 100%;
}
.geoit-sc-headline span.bordered:not(:hover) {
background: transparent !important;
color: var(--theme_color);
}
.geoit-sc-headline span.bordered {
line-height: 45px;
border: 1px solid var(--theme_color);
}
#geoit-video-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 0 15px;
margin-bottom: 30px;
}
#geoit-video-box:after {
content: "";
clear: both;
display: block;
}
#geoit-video-box>* {
padding: 0;
}
#geoit-video-box .widget {
height: 436px;
overflow-x: hidden;
overflow-y: auto;
position: relative;
margin-bottom: 0;
}
#geoit-video-box .geoit-video-box-iframe {
height: 225px;
position: relative;
margin-bottom: 0;
}
#geoit-video-box .geoit-video-box-iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
outline: 0;
}
#geoit-video-box .dark-mode .widget::-webkit-scrollbar-track {
background-color: transparent;
}
#geoit-video-box .dark-mode .widget::-webkit-scrollbar {
width: 8px;
background-color: rgba(255,255,255, 0.1);
}
#geoit-video-box .dark-mode .widget::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255, 0.2);
}
#geoit-video-box .dark-mode .widget::-webkit-scrollbar-track {
background-color: transparent;
}
#geoit-video-box .dark-mode .widget::-webkit-scrollbar {
width: 8px;
background-color: rgba(255,255,255, 0.1);
}
#geoit-video-box .widget::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255 0.2);
}
#geoit-video-box .current_video {
display: none;
}
#geoit-video-box .uck-card--col_right:hover {
background: #f8f8f8;
position: relative;
}
.video_expand_btn, .geoit-video-box-iframe-close {
position: absolute;
right: 0;
background: rgba(0, 0, 0, 0.75);
font-size: 12px;
cursor: pointer;
display: none;
z-index: 1;
color: #fff;
padding: 10px 20px;
bottom: 0;
transition: background 0.3s ease;
}
.geoit-video-box-iframe-close {
display: inline-block;
right: 120px;
padding-left: 10px;
padding-right: 10px 
}
.video_expand_btn:hover, .geoit-video-box-iframe-close:hover, #geoit-video-box .uck-card--col_right:hover .uck-card--image:before {
background: red;
}
#geoit-video-box .uck-card--image:before {
position: absolute;
top: 0;
left: 0;
content: "\f00a";
font-family: "geoit-font";
font-size: 15px;
color: #fff;
width: 20px;
z-index: 2;
height: 20px;
line-height: 20px;
text-align: center;
transition: background 0.3s ease;
background: rgba(0, 0, 0, 0.5);
}
#geoit-video-box .current_video .uck-card--image:before {
background: var(--theme_color);
color: #fff;
}
@media (min-width: 768px) {
#geoit-video-box .geoit-video-box-iframe {
height: 400px;
}
}
@media (min-width: 992px) {
#geoit-video-box .geoit-video-box-iframe {
height: 440px;
}
}
@media (min-width: 768px) {
.video_expand_btn {
display: inline-block;
}
#geoit-video-box.expand_active .col-md-8 {
width: 100% !important;
}
#geoit-video-box.expand_active .col-md-4 {
display: none !important;
}
}
.geoit-alert {
position: relative;
width: 100%;
font-size: 16px;
display: inline-block;
margin: 15px 0;
}
.geoit-alert p:last-child {
margin-bottom: 0;
}
.geo-alert-style-1 {
padding: 1rem 2rem;
border: 1px solid transparent;
border-radius: 0.25rem;
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.geo-alert-style-1.geo-alert-color-primary {
color: #fff;
background-color: var(--theme_color);
border-color: var(--theme_color);
}
.geo-alert-style-1.geo-alert-color-primary p {
color: rgba(255, 255, 255, 0.75);
}
.geo-alert-style-1.geo-alert-color-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.geo-alert-style-1.geo-alert-color-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.geo-alert-style-1.geo-alert-color-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.geo-alert-style-1.geo-alert-color-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.geo-alert-style-2 {
padding: 1rem 2rem;
border: 1px solid var(--theme_border);
border-radius: 0px;
border-top-width: 5px;
border-top-color: var(--theme_color);
}
.geo-alert-style-2.geo-alert-color-info {
border-top-color: #d1ecf1;
}
.geo-alert-style-2.geo-alert-color-success {
border-top-color: #277a2a;
}
.geo-alert-style-2.geo-alert-color-danger {
border-top-color: red;
}
.geo-alert-style-2.geo-alert-color-warning {
border-top-color: #ffbe00;
}
.geo-alert-style-2.geo-alert-color-dark {
border-top-color: #0a0a0a;
}
.geoit-video-box-iframe.out .video_expand_btn {
display: none;
}
.geoit-video-box-iframe.out {
position: fixed !important;
bottom: 1em;
left: 1em;
border: 2px solid #222;
width: 300px;
height: 175px !important;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
z-index: 999;
animation: fadeInUp 0.5s;
}
@media (max-width: 768px) {
.geoit-video-box-iframe.out {
bottom: 4em;
}
}
.blocks-gallery-grid, .wp-block-gallery {
margin: 0 !important;
}
.owl-dots {
position: absolute;
left: 1em;
top: 15px;
}
.carousel-slider .owl-dots {
top: 35px;
}
.owl-dot {
background: rgba(255, 255, 255, 0.75);
width: 16px;
height: 16px;
margin: 0 8px;
border-radius: 100%;
transition: all 0.3s ease;
display: inline-block;
}
.owl-dot.active {
background: #fff;
border-radius: 25px;
width: 24px;
}
.has-medium-font-size {
font-size: 20px !important;
}
.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;
}
.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;
margin-bottom: 5px;
font-weight: 600;
}
.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: 14px
}
.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.widget .geoit-category-image {
margin: 5px 0;
}
.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;
}
.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:#f5f5f5;
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-content .headline {
font-size: 14px;
}
.geoit-popular-post-meta {
margin-top: 5px;
font-size: 12px;
color: #666;
letter-spacing: -0.03em;
}
.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;
}
.content--page, .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%;
}
}
.geoit-video-box-iframe.out .geoit-video-box-iframe-close {
display: block;
bottom: auto;
position: absolute;
top: -2px;
background: #222;
z-index: 10;
color: #fff;
font-size: 20px;
padding: 10px;
right: -42px;
cursor: pointer;
}
.geoit-video-box-iframe-close:hover {
background: #444 !important;
}
.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: 768px) {
.alignright, .alignleft {
max-width: 50% !important;
}
}
.wp-block-geoit-recipe .recipe-title {
margin: -30px -30px 30px !important
}
.geoit-recipe-header {
text-align: center;
}
.geoit-recipe, .wp-block-geoit-recipe {
border: 1px solid var(--theme_color);
margin: 20px 0;
border-radius: 4px;
}
.geoit-recipe-wrapper {
padding: 30px;
}
.recipe-title {
background: var(--theme_color);
color: #fff;
text-align: center;
margin: 0 !important;
padding: 20px;
}
.recipe-main-meta {
padding: 20px 0;
margin: 20px 0;
display: flex;
display: -ms-flex;
display: -webkit-flex;
}
.recipe-meta-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 10px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
border-left: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.recipe-meta-inline:first-child {
border: 0;
}
.recipe-meta-label {
display: block;
font-size: 18px;
font-weight: 700;
}
.recipe-meta-unit {
margin-top: 5px;
font-size: 22px;
display: block;
}
.geoit-nutritions-table {
border-radius: 3px 3px 0 0;
border: 1px solid var(--theme_color);
}
.geoit-nutritions-title {
padding: 15px;
text-align: left;
margin: 0;
background-color: var(--theme_color);
}
.geoit-nutrition-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px 20px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
border-left: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.geoit-nutrition-item:first-child {
border-left: 0;
}
.geoit-nutrition-table-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.geoit-nutritions-title {
margin: 0 !important;
font-weight: 600 !important;
text-align: center;
color: #fff;
font-size: 18px !important;
}
.geoit-recipe-instructions-subtitle {
margin: 0 !important;
font-weight: 600 !important;
font-size: 18px !important;
}
.nutrition-item-label {
font-weight: 700;
}
.geoit-ingredients-header {
margin: 35px 0 15px !important;
}
.geoit-ingredients-items {
padding: 5px 0;
font-weight: 500;
}
.geoit-ingredients-items {
margin: 0 auto !important;
}
.geoit-ingredients-item p {
margin: 0;
font-size: 16px !important
}
.geoit-ingredients-items ul {
margin: 0;
padding: 0
}
.geoit-ingredients-item-2, .geoit-ingredients-items li{
padding: 0;
font-weight: 400
}
.geoit-ingredients-item-2:before, .geoit-ingredients-items li:before {
content: "\eb7a";
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
text-decoration: none !important;
font-size: 22px;
margin-right: 15px;
border-right: 1px solid var(--theme_border);
font-family: "geoit-font";
display: inline-block;
}
.geoit-ingredients-item:first-child, .geoit-ingredients-items li:first-child {
border-top: 1px solid var(--theme_border);
}
.geoit-ingredients-item-2.done p, .geoit-recipe-instructions-item.done p {
text-decoration: line-through;
}
.geoit-ingredients-item, .geoit-ingredients-items li {
list-style: none !important;
cursor: pointer;
display: flex;
align-items:center;
border-bottom: 1px solid var(--theme_border);
margin-bottom: 0;
}
.geoit-recipe-instructions {
padding-top: 35px;
margin: 0;
}
.geoit-recipe-instructions-subtitle {
font-family: var(--theme_font);
}
.geoit-recipe-notes {
background: #FEFCF1;
padding: 30px
}
.geoit-recipe-instructions-item {
cursor: pointer;
}
.geoit-recipe-instructions-item p {
display: flex;
}
.geoit-recipe-instructions-item:not(:last-child) {
margin-bottom:20px;
}
.geoit-recipe-instructions ol li {
list-style: none;
width: 100%;
display: inline-block
}
.geoit-recipe-instructions ol {
counter-increment: step-counter;
padding: 0;
margin: 0
}
.geoit-recipe-instructions-counter, .geoit-recipe-instructions li::before {
width: 32px;
height: 32px;
margin-bottom: 20px;
font-size: 13px;
float: left;
margin-right: 15px;
vertical-align: 2px;
line-height: 31px;
text-align: center;
background: var(--theme_color);
color: #fff;
border-radius: 100%;
}
.geoit-recipe-instructions li::before {
content: counter(step-counter);
}
.geoit_comment_detail {
width: 100%;
overflow: hidden;
}
@media (max-width: 992px) {
.header-default .header__bottom, .header-one .header___bottom {
height: auto !important;
}
.nutrition-item-label, .recipe-meta-label {
font-size: 14px;
}
.nutrition-item-value, .recipe-meta-unit {
font-size: 16px;
}
.geoit-nutritions-table {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.geoit-nutritions-title {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
}
.geoit-nutrition-table-inner {
padding: 20px;
flex: 0 0 100%;
flex-wrap: wrap;
}
.geoit-nutrition-item {
padding: 8px;
border: 0;
}
}
.rank-math-link {
background: transparent;
text-decoration: unset !important;
padding: 0;
margin: 0;
font-size: 16px;
}
@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%;
height: 350px;
}
.carousel-featured.carousel-style-5 {
height: 325px;
}
.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: 4px;
}
.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;
background: #fff;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
padding: 1em;
}
.load-more-posts-button:hover {
background: var(--theme_color);
color: #fff;
border-color: var(--theme_color);
}
.load-more-posts-button {
font-size: 12px !important;
letter-spacing: 0.05em;
text-transform: uppercase;
display: inline-block;
padding: 10px 0;
max-width: 325px;
width: 100%;
border-radius: 3px;
border: 1px var(--theme_border) solid;
box-shadow: none;
margin: 0;
vertical-align: top;
transition: all 0.3s ease;
}
.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: 3px;
}
@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.75;
}
.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;
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;
}
.geo-notification {
position: absolute;
right: 0;
width: 350px;
visibility: hidden;
opacity: 0;
top: -200%;
z-index: -1;
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: 8px;
top: -5px;
width: 14px;
height: 14px;
border-radius: 100%;
font-size: 7px;
line-height: 11px;
text-align: center;
background: #2196f3;
color: transparent;
-webkit-animation: heartbeat 1s infinite;
animation: heartbeat 1s infinite;
opacity: 1;
}
@-webkit-keyframes heartbeat {
0%{
transform:scale(1)
}
50%{
transform:scale(.75)
}
100%{
transform:scale(1)
}
}
@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(.75)}100%{transform:scale(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: 100%;
box-shadow: 0 4px 30px #0000001f;
}
.geo-notification-header span {
font-size: 12px;
}
.geo-notification-header span:hover {
text-decoration: underline;
}
.geo-notification-header {
border-bottom: 1px solid var(--theme_border2);
padding: 20px;
line-height: 1;
cursor: auto !important;
font-size: 14px;
text-align: left;
font-weight: 600;
text-transform: uppercase;
}
.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: 11px;
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;
background: #fff;
margin: 5px;
padding: 0;
max-height: 325px;
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: 50%;
transform: translateY(-50%);
width: 12px;
height: 12px;
border-radius: 100%;
background-color: #277a2a;
}
.geo-notification-content li {
list-style: none;
line-height: 20px;
position: relative;
text-overflow: ellipsis;
display: block;
-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: #f5f5f5;
}
.modern-scroll::-webkit-scrollbar {
width: 6px;
background-color: #f5f5f5;
}
.modern-scroll::-webkit-scrollbar-thumb {
background: #999;
border-radius: 20px;
}
.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;
}
.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;
}
.wp-block-cover {
margin: 20px 0;
}
.wp-block-code {
margin: 20px 0;
overflow: auto;
}
.wp-block-code.has-black-background-color {
border: 0 
}
.geo-post-source {
border: 1px solid var(--theme_border2);
border-radius: 4px;
margin: 15px 0;
}
#geo-post-source-links {
padding: 20px;
border-top: 1px solid var(--theme_border2);
display: none;
}
.geo-post-source-title {
padding: 20px;
font-family: var(--theme_font);
font-size: 13px;
text-transform: uppercase;
border-top: 3px solid var(--theme_color);
letter-spacing: 0.05em;
font-weight: 600;
color: #1f1f1f;
position: relative;
}
.geo-post-source-title:after {
content: "\ea50";
font-size: 22px;
position: absolute;
top: 20px;
right: 20px;
font-family: "geoit-font";
}
#geo-post-source-links.collapsible-active {
display: block;
}
.single-format-gallery .page-links {
display: none;
}
.page_description > * {
margin-bottom: 10px;
}
.page_description > *:last-child {
margin: 0;
}
.page_description ul {
margin-left: 20px;
}
@media (max-width: 1300px) {
.header__bottom--menu .header__bottom--link {
font-size: 12px;
padding: 0 10px;
}
.header__bottom--menu .header__bottom--link:before {
display: none;
}
}
.title-all {
position: absolute;
right: 0;
top: 0;
letter-spacing: -0.01em;
bottom: 0;
text-align: right;
padding: 0 15px;
}
.title-all:hover {
color: var(--theme_color)
}
.title-all i {
margin: 0 5px 0 !important
}
.full-width .geoit_widget_popular_tags {
background: transparent !important;
box-shadow: none !important;
}
.full-width .geoit_widget_popular_tags .tagcloud {
padding: 0;
}
.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, .slider-style-x2.loop2 {
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: 15px !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 .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: 1em 0;
}
.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 .kan_col_item {
height: auto !important;
margin: 10px 0 !important;
border: 0;
width: 100% !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.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%;
padding: 0 !important;
}
}

.carousel-style-1-c .carousel__item {
padding: 0 
}
.carousel-style-1-c {
background: #fff;
position: relative;
padding: 0;
box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.carousel-style-1-c .uck-card--col_right {
width: 50%;
}
@media screen and (min-width: 480px) {
.carousel-style-1-c .uck-card--col_right {
padding: 16px 30px;
}
}
.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;
}
.geo-private-post {
text-align: center;
border-radius: 15px;
margin: 15px 0;
background: url(../img/pattern.png);
position: relative;
}
.geo-private-post .uckan-btn {
margin: 0 15px 0;
}
.geo-private-post-inner {
max-width: 425px;
margin: 0 auto;
position: relative;
z-index: 2;
padding: 70px 0;
}
.geo-private-post:before {
content: "";
position: absolute;
top: -110px;
background: linear-gradient( to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) );
height: 100px;
left: 0;
right: 0;
}
.geoit_entry-content .post-views {
display: none;
}
.geo-private-post-inner .ad {
display: none;
}
#geoit_login {
right: 8px;
top: 120%;
}
.header-two .geo-menu {
padding-right: 15px;
}
.header__logo_wrapper .mobile-menu-icon {
width: 34px;
height: 34px;
}
.google-news {
display: inline-block;
}
.google-news-link {
background: url(../img/google-news.svg) center 0 no-repeat;
display: inline-block;
vertical-align: baseline;
height: 35px;
vertical-align: middle;
width: 140px;
border: 1px solid var(--theme_border);
border-radius: 3px;
background-size: 100%;
}
.trumbowyg-button-group button {
box-shadow: none;
}
.carousel-slider.owl-theme .owl-nav .owl-next {
right: 0 !important;
}
.carousel-slider.owl-theme .owl-nav .owl-prev {
left: 0 !important;
border-radius: 0 5px 5px 0 !important;
}
.carousel-slider.owl-theme .owl-nav [class*="owl-"] {
border-radius: 5px 0 0 5px;
box-shadow: none;
width: 30px;
}
.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;
}
.geoit_comment_footer .jm-comment-like {
position: relative;
top: auto;
right: auto;
}
.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: 14px !important;
font-weight: 400;
}
.tickercontainer li span.name {
font-weight: 600;
font-size: 14px !important;
}
.tickercontainer .ccpw_icon img {
margin-top: 13px;
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: 14px;
}
.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: 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 0 15px 30px;
}
.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 {
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: 13px;
}
.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 {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.masonry.slider-style-3 {
border-top: 0;
}
.uck-card--image > a {
display: block;
}
.single-post #content .mailchimp_subsribe {
padding: 40px;
}
.sh-0 {
box-shadow: none !important;
}
@media (max-width: 562px) {
.single .uck-layout__content {
margin-top: 0;
z-index: 10;
}
}
.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;
}
@-webkit-keyframes lazyload {
from {
opacity: 0.3;
}
to {
opacity: 1;
}
}
@keyframes lazyload {
from {
opacity: 0.3;
}
to {
opacity: 1;
}
}
.sticky-sidebar {
position: static;
}
@media (max-width: 768px) {
.sticky-sidebar {
width: 100%;
flex: 0 0 100%;
margin-bottom: 15px;
max-width: 100%;
}
}
.geoit-dashboard-panel {
border-radius: 3px;
position: sticky;
top: 0;
overflow: hidden;
margin-bottom: 0px;
}
.geoit-dashboard-panel-top {
padding: 2em;
border-bottom: 1px solid var(--theme_border2);
display: inline-block;
width: 100%;
}
.geoit-dpt-avatar {
float: left;
margin-right: 1em;
}
.geoit-dpt-avatar img {
border-radius: 100%;
width: 64px;
height: 64px;
}
.geoit-dpt-name > a {
font-family: var(--theme_font);
font-size: 18px;
font-weight: 500;
vertical-align: middle;
margin-right: 5px;
letter-spacing: -1px;
}
.geoit-dpt-name span {
display: block;
margin-top: 5px;
}
.geoit-dashboard-panel-menu {
padding: 2em;
}
.geoit-dashboard-panel-menu .mgnjd2 {
font-size: 18px;
margin: 20px 0px 15px;
font-family: var(--theme_font);
font-weight: 600;
letter-spacing: -0.5px;
}
.geoit-dashboard-panel-menu a {
display: flex;
margin: 5px 0;
padding: 8px 10px;
font-size: 14px;
font-family: var(--theme_font);
font-weight: 400;
border-radius: 25px;
transition: all 0.3s ease;
align-items: center;
}
.geoit-dashboard-panel-menu a:hover .panel-icon, .geoit-dashboard-panel-menu .is-active .panel-icon {
background: rgba(255, 255, 255, 0.25) !important;
}
.geoit-dashboard-panel-menu .is-active a {
color: #fff;
}

.geoit-dashboard-panel-menu a:hover {
color: #fff;
}
.geoit-dashboard-panel-menu li:not(.is-active) a:not(:hover) {
background-color: transparent !important;
}
.geoit-dashboard-panel-menu .panel-icon {
width: 32px;
height: 32px;
color: #fff;
margin-right: 20px;
line-height: 32px;
text-align: center;
border-radius: 25px;
background: inherit;
}
.geoit-dashboard-content {
border-radius: 4px;
}
.geoit-dashboard-wrapper {
padding: 2em;
}
.geoit-dashboard-wrapper>.row.d-flex {
gap: 10px 0;
}
.geoit-dashboard-content p {
font-size: 16px;
margin-bottom: 1em;
}
.geoit-dashboard-content h2 {
margin: -28px -28px 1em -28px;
padding: 1em 28px;
border-bottom: 1px solid var(--theme_border2);
font-size: 18px;
}
.geoit-dashboard-content #post-submit h2 {
font-weight: 500;
font-size: 16px 
}
.geoit-dashboard-content table {
margin: 0 !important;
}
.geoit-dashboard-iconbox {
border: 1px solid var(--theme_border);
padding: 1em;
text-align: center;
font-size: 20px;
font-family: var(--theme_font);
font-weight: 400;
letter-spacing: -0.5px;
border-radius: 4px;
}
.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;
}
.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-dashboard-panel-footer {
padding: 0 2em 2em;
text-align: right;
}
.geoit-dashboard-panel-footer i {
margin-right: 1em;
}
.geoit-dashboard-complate {
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #fff;
border: 0;
padding: 2em;
margin-bottom: 1em;
}
.geoit-dashboard-complate div {
opacity: 0.75;
font-size: 15px;
letter-spacing: 0;
margin: 8px 0;
font-weight: 400;
}
.geoit-dashboard-complate span {
font-size: 2em;
font-weight: 700;
}
.geoit-dashboard-complate a {
background: #fff;
margin-top: 1em;
display: block;
font-size: 14px;
padding: 10px;
border-radius: 25px;
}
.geo-rank-progressbar {
color: #fff;
border-radius: 4px;
margin-bottom: 1em;
overflow: hidden;
}
.geo-rank-progressbar-item {
padding: 10px 15px;
background: #000;
position: relative;
margin: 1px;
}
.geo-rank-progressbar-item:first-child {
border: 0;
}
.geo-rank-progress-bar-text {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
}
.geo-rank-progressbar-value {
position: absolute;
left: 0;
z-index: 1;
top: 0;
bottom: 0;
}
.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;
}
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;
}
.geo-verification p a {
text-decoration: underline;
}
.geo-verification p {
margin: 0;
font-size: 14px;
}
.geo-verification {
border: 3px dashed #715bb8;
padding: 2em;
}
@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: 14px !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);
}
.content__post--article_meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.content__post--top .jm-post-like, .content__post--top-meta {
height: 35px !important;
color: #2d2d2d;
line-height: 35px;
vertical-align: middle;
font-size: 14px;
padding: 0 10px;
margin: 0 !important;
box-shadow: none;
display: inline-block !important;
border: 1px solid var(--theme_border);
background: transparent;
position: unset;
border-radius: 3px;
}
.content__post--top .jm-post-like:hover, .content__post--top-meta:hover {
border-color: #ababab 
}
.content__post--top {
padding: 15px;
display: flex;
font-family: var(--theme_font);
flex-wrap: wrap;
gap: 8px;
text-align: right;
justify-content: flex-end;
width: 100%;
border-bottom: 1px solid var(--theme_border2);
}
.content__post--top-meta {
margin-left: 10px;
}
.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;
}
}
.content-row+.content-row #increase-text, .content-row+.content-row #decrease-text {
display: none  !important
}
#decrease-text,#increase-text {
font-size: 18px;
font-weight: 300;
}
#decrease-text span,#increase-text span {
margin-left: 5px;
}
.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: 4px;
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: 4px;
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 
}
}
.single-layout-2 {
background: #fff;
overflow-x:hidden 
}
@media only screen and (min-width: 992px) {
.single-layout-2 .masonry-grid .uck-card {
width: 25% 
}
.single-layout-2 .content__post--article {
float: right;
width: calc( 100% - 70px);
}
.single-layout-2 .content__post--top {
width: 50px;
float: left;
position: sticky;
top: 0;
padding: 25px 0;
margin: 0;
text-align: left;
border: 0;
display: flex;
flex-direction: column;
}
.single-layout-2 .content__post--top .google-news {
height: 125px !important;
}
.single-layout-2 .content__post--top .google-news-link{
width: 100%;
background: url(../img/google-news2.svg) center 0 no-repeat;
height: 100%;
margin: 0;
}
.single-layout-2 .content__post--top > * {
margin: 0 0 15px 0 !important;
width: 40px !important;
height: 40px !important;
overflow: hidden;
line-height: 40px !important;
text-align: center;
}
.single-layout-2 .content-header-meta, .single-layout-2 .content__post--article {
padding-left: 0;
padding-right: 0 
}
}
.single-layout-2.infinite-enable .content-row:after {
content: none !important 
}
.single-layout-2 .alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
}
.single-layout-2 .content__post {
box-shadow: none !important;
background: transparent !important;
border: 0 !important 
}
.single-layout-2.dark-mode .uck-card, .single-layout-2.dark-mode .content__post--article {
background: transparent !important 
}
.single-layout-2 .content .widget {
box-shadow: none;
background: transparent !important;
border: 1px solid var(--theme_border2) 
}
.single-layout-2 .content__related-posts .uckan-btn{
box-shadow: none;
}
.single-layout-2 .masonry{
border-top: 0;
box-shadow: none;
background: transparent 
}
.single-layout-2 .content .widget .uckan-btn{
border-top: 0;
border-left: 0;
border-right: 0 
}
.single-layout-2 .content .widget .content__title .uckan-btn {
border-color: var(--theme_border2) 
}
.geoit-comments-show button:after {
margin-left: 0.25rem;
font-family: "geoit-font" !important;
content: "\ea50";
vertical-align: -4px;
font-size: 1.25em;
}
.geoit-comments-show button {
box-shadow: none;
padding: 1rem 2rem;
background: var(--theme_color);
box-shadow: 0 0 3px rgba(0,0,0,0.1);
color: #fff;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.125em;
max-width: 100%;
border-radius: 0;
}
.single-layout-2 .geoit-comments-show button {
box-shadow: none;
width: 50%;
border: 0;
background: #222;
color: #fff
}

.single-layout-2 #related-posts {
border: 1px var(--theme_border2) solid;
}
.single-layout-2 #related-posts .post-list-group {
box-shadow: none;

}
.geoit-comments-show2 button:after {
content: none 
}
.geoit-comments-show2 button {
padding: 1em;
background: #E6F2F2;
color: #2F8A9F;
font-size: 15px;
border: 1px solid;
}
.geoit-comments-show {
display: flex;
justify-content: center;
margin-bottom: 2em;
}
.comments-hidden {
display: none !important 
}
#cis-load-img {
margin: 0 auto;
display: block;
}
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 {
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-3 .header___bottom {
border-top: 1px solid var(--theme_border2)
}
.progress-circle {
height: 38px;
transform: rotate(-90deg);
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;
}
.content__post--article_tags+.content__post--meta {
margin-top: 1em 
}
.position {
position: relative;
}
@-webkit-keyframes fadeInUp2 {
from {
opacity: 0;
-webkit-transform: translate3d(0, -25px, 0);
transform: translate3d(0, -25xpx, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp2 {
-webkit-animation-name: fadeInUp2;
animation-name: fadeInUp2;
}
.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;
}
.geoit-post-layout-cover-inner:before {
position: relative;
display: block;
padding-bottom: 33%;
content: '';
}
.geoit-post-layout-cover-inner {
position: relative;
display: block;
color: #fff;
}
.geoit-post-layout-cover-holder {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
overflow: hidden;
}
.geoit-post-layout-cover-holder img {
display: block;
width: 100%;
object-fit: cover;
height: 100% 
}
.geoit-post-layout-cover-content:before {
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 140%;
content: '';
background: var(--dark-accent);
background: linear-gradient(to top,#191c20 20%,transparent 100%);
}
.geoit-post-layout-cover-content h1 {
color: #fff !important 
}
.geoit-post-layout-cover-content .content__post-meta, .geoit-post-layout-cover-content a, .geoit-post-layout-cover-content .content-header-meta p {
color: rgba(255,255,255,.7) !important 
}
.geoit-post-layout-cover-content .content__post--meta ul {
border-color: rgba(255,255,255,.1) 
}
.geoit-post-layout-cover-content {
position: relative;
z-index: 1;
display: flex;
flex: 0 0 100%;
flex-flow: column nowrap;
}
.dark-mode .geoit-post-layout-cover-content:before {
background: linear-gradient(to top,#3c3c3c 20%,transparent 100%);
}
@media (max-width: 992px) {
.geoit-post-layout-cover-content {
padding-right: 10px;
padding-left: 10px;
}
}
#footer .header__top--social{
border: 0 
}
.dark-mode #related-articles .masonry>*,.dark-mode #related-articles .masonry {

background: transparent !important;
}
#related-articles .masonry {
box-shadow: none;
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: 3px;
margin-right: 1em
}

.kqa-question-list-item .headline a {
font-weight: 500;
font-size: 15px;
}
.sidebar .kqa-question-list-item .headline a {
font-size: 14px
}
.kqa-question-list-item {
display: flex;
/* flex-wrap: wrap; */
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: 3px;
}
.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;
margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
.geo-truncate-mobile.geoit_entry-content:not(.is-active)::after  {
content: "";
position: absolute;
z-index: 10;
display: block;
width: 100%;
height: 200px;
bottom: 0;

background: linear-gradient(to top, #fff, rgba(255,255,255,0))
}
.geo-truncate-mobile.geoit_entry-content:not(.is-active) {
position: relative;
height: 275px;
overflow: hidden;
}
.geoit_entry-content.is-active .kan-single-read-more {
display: none !important
}
.geoit_entry-content:not(.is-active) .kan-single-read-more {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: var(--theme_color);
color: #fff;
text-align: center;
padding: 15px;
z-index: 11;
display: block;
border-radius: 4px;
}
}
#related-articles .jm-post-like {
display: none
}
#related-articles.related_right .uck-card--col_right {
border-left: 0;
padding-left: 0
}
#related-articles.related_right .uck-card--col_right .uck-card--image img {
width: 90px;
height: 60px
}
@media only screen and (min-width: 736px)  {
#related-articles.related_right {
float: right;
width: 320px;
margin-left: 25px;
}
}
.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 .carousel__content {
background: #fff;
top: auto;
padding: 25px;
color: #222;
}
.content__title+.masonry {
border-radius: 0 !important
}

.star-cb-group {
/* remove inline-block whitespace */
font-size: 0;
/* flip the order so we can use the + and ~ combinators */
unicode-bidi: bidi-override;
direction: rtl;
/* the hidden clearer */
}
.star-cb-group * {
font-size: 1rem;
}
.star-cb-group > input {
display: none;
}
.star-cb-group > input + label {
/* only enough room for the star */
display: inline-block;
overflow: hidden;
text-indent: 9999px;
width: 1em;
white-space: nowrap;
cursor: pointer;
}
.star-cb-group > input + label:before {
display: inline-block;
text-indent: -9999px;
content: "☆";
color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
content: "★";
color: #e52;
text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
text-indent: -9999px;
width: .5em;
margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
width: .5em;
}
.star-cb-group:hover > input + label:before {
content: "☆";
color: #888;
text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
content: "★";
color: #e52;
text-shadow: 0 0 1px #333;
}

.mb-1 {
margin-bottom: 1em
}
.geo-post-rating span {
font-weight: bold
}
.geo-post-rating .gi {
vertical-align: middle;
font-size: 22px;
position: relative;
top: -5px;
}
.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
}