/*!
Theme Name: XiaomiuiWP
Theme URI: https://metareverse.net/
Author: Metareverse
Author URI: https://metareverse.net/
Description: Xiaomiui Theme
Version: 1.84
Tested up to: 5.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xiaomiuiwp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

XiaomiuiWP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 24px;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
    color: #222222;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1em;
    line-height: 1.75em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
    margin: 10px 0px;
    padding-left: 20px;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
}

p a {
    color: var(--second-c) !important;
}

p img {
    max-height: 500px;
    width: auto;
}

/* a:visited { */
/* color: #800080; */
/* } */
a:hover, a:focus, a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#menu-header-primary > li:first-child > a {
    background: #fc6b87;
    padding: 4px 7px;
    border-radius: 3px;
    color: #fff;
}

.main-navigation {
    display: block;
    /* width: 100%; */
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation .menu-item {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.main-navigation .sub-menu {
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 41%) 2px 2px 12px 5px;
    box-shadow: rgb(0 0 0 / 31%) 2px 2px 12px 5px;
    overflow: hidden;
    display: block;
	min-width: 400px;
}

.main-navigation .sub-menu > li {
    padding: 10px;
}

.main-navigation .sub-menu a {
	width: auto;
    font-weight: 600;
    font-size: 14px;
}

.main-navigation a, .main-navigation .title {
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: rgb(255 255 255 / 97%);
    padding-right: 10px;
    font-size: 14px;
}

.menu-item-has-children .title:before, .menu-item-has-children .title:after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #fff;
    width: 6px;
    height: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 2px;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -5px;
}

.menu-item-has-children .title:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: inherit;
    right: -1px;
}

.main-navigation ul li:hover > div:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-navigation ul li:hover > div:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top10dailyheader .phone_d_list .compep:before {
    display: none;
}

.top10dailyheader .phone_d_list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.top10dailyheader {
    padding: 15px;
    padding-bottom: 0px;
}

.top10dailyheader .phone_d_list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.top10dailyheader .phone_d_list .compep {
    padding: 0;
}

.top10dailyheader .phone_d_list .compep a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border:0;
	color:#222;
}

.top10dailyheader .phone_d_list .compep span {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.top_brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    padding-bottom: 5px;
    -ms-grid-columns: 1fr 7px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.top_brands .brandssh {
    font-size: 13px;
    font-weight: 600;
    background: #eee;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 50px;
	color: #222;
}

.grid-sub-menu {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 15px !important;
}

.grid-sub-menu a {
    font-size: 14px !important;
    margin-bottom: 10px;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

.main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-item img {
    max-height: 600px;
    width: auto;
}

.gallery-columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	min-height: 16.69px;
    /* align-items: center; */
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-caption {
    display: block;
}

.formobile {
    display: none!important;
}

.forpc {
    display: block!important;
}

/* bme effect */
.matuo {
    margin: auto !important;
}

.displayblock {
    display: block!important;
}

.displaynone {
    display: none!important;
}

.displayflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobilflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.displaygrid {
    display: -ms-grid;
    display: grid;
}

.displaygrid_2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.displaygrid_3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.displaygrid_4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.visibilityhidden {
    visibility: hidden;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}


.scrollock {
    overflow: hidden!important;
}

.hide-pc {
    display: none!important;
}

/* bme effect */

.sidebarli main {
    width: calc(100% - 300px);
    padding-right: 50px;
}

/* globalbaslangic */
header img[src$=".svg"] {
    max-width: 100% !important;
    vertical-align: middle;
    min-width: 120px;
    width: 120px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 20px;
    /* filter: brightness(5.5); */
}

header amp-img[src$=".svg"] {
    vertical-align: middle;
    min-width: 120px;
    width: 120px;
    height: 18px !important;
}

.divider {
    margin: 25px 0px;
    background: #eee;
    height: 1px;
    width: auto;
}

.container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 0px 20px;
    z-index: 8;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 20px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-left: 10px;
}

.cont-right {
    margin-right: 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

aside#secondary {
    width: 300px;
    margin-top: 0;
    max-width: 300px;
    min-width: 300px;
}

:root {
    --main-c: #367bf5;
    --light-c: #f8fafd;
    --light-c-h: #e4e7ea;
    --second-c: #ff5a7f;
}

main.width100, main.nosidebar {
    width: 100%;
}

.ad {
    text-align: center;
}

.search_hide {
    display: none;
    visibility: 0
}

.phoneresultarea {
    display: -ms-grid;
    display: grid;
    border-radius: 25px;
    padding: 10px;
}

.arearesult li, .phoneresult li {
    width: 100%;
    margin-top: 11px;
    list-style: none;
    border-left: 2px solid transparent;
    /* border-bottom: 1px solid #eee; */
    text-align: left;
    padding: 10p;
    border-radius: 15px;
    padding-left: 10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    /* transition: all .2s ease; */
    background: #f5f5f5;
}

.arearesult li:hover,.phoneresult li:hover {
    border-left: 2px solid red;
    padding-left: 15px
}

.arearesult a,.phoneresult a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0
}

.arearesult img,.phoneresult img {
    height: 50px;
    margin-right: 10px;
    width: auto;
    max-width: 60px;
}

.arearesult span,.phoneresult span {
    font-size: 14px;
    font-weight: 600;
}

.arearesult .search-noresult,.phoneresult .search-noresult {
    text-align: center;
    font-weight: 600
}

.tid_search_result {
    width: 100%;
    border-radius: 25px;
    padding-left: 10px;
    height: auto;
    z-index: 253;
    position: absolute;
    padding: 300px;
    top: 60px;
    left: 10p;
    right: 0;
    max-width: 500px;
    margin: 10p;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0 0 5px 0;
    box-shadow: rgb(0 0 0 / 10%) 0 0 20px 1px;
}

.topdesc {
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 21px;
    margin: 5px;
    border-radius: 25px;
}

.entry-content h2 {
    margin: 0;
    border-left: 3px solid var(--second-c);
    padding-left: 10px;
    font-size: 22px;
}

.x_reklamlar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 20px;
    margin-top: 15px;
}

.reklam_test_big {
    width: 300px;
    height: 614px;
    /* margin: 10px auto 0px; */
    display: inline-block;
    background: #d4d4d4;
}

/* home */
.alm-load-more {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 15px;
    position: relative;
}

.alm-btn-wrap .alm-load-more-btn {
    font-size: 16px;
    width: 100%;
    height: 43px;
    line-height: 1;
    background: #fc6b86;
    font-weight: 600;
    -webkit-box-shadow: 0 0.25rem 0.75rem -0.25rem rgb(252 107 134);
            box-shadow: 0 0.25rem 0.75rem -0.25rem rgb(252 107 134);
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.x_news {
    height: auto;
    max-width: calc(100% - 200px);
    margin-left: auto;
    margin-right: 0;
    max-height: 600px;
}

.x_news_n {
    height: -webkit-fill-available;
}

.x_news_n:hover .entry-title {
    -webkit-box-shadow: 0px 2px 0 0 var(--second-c);
    box-shadow: 0px 2px 0 0 var(--second-c);
}

.x_news_n:hover .x_news_inf p {
    color: rgb(255 255 255 / 76%);
}

.x_news_2_g {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.x_news_photo {
    position: relative;
    background: #000;
    margin: 0;
    height: -webkit-fill-available;
}

.x_news_photo:after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 0;
    background-image: -o-linear-gradient(top,rgba(24,24,24,0) 0,#181818);
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(24,24,24,0)),to(#181818));
    background-image: linear-gradient(180deg,rgba(24,24,24,0) 0,#181818)
}

.x_news_photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.x_news_inf {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: auto;
    padding: 1rem;
    padding-bottom: 0px;
    color: #fff;
}

.x_news_inf .entry-title {
    font-size: 28px;
    margin: 0px;
    line-height: 1.35;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.entry-title {
    font-size: 22px;
    margin: 0px;
    line-height: normal;
}

.x_news_inf p {
    line-height: 1.5;
    margin: 12px 0px 0px;
    font-size: 15px;
}

.xn_time {
    color: #ffffff;
}

.xn_inf {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h1_cat_c {
    width: 25%;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 13px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    -webkit-box-shadow: 0 0 7px 0px rgb(0 0 0 / 5%);
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 5%);
    margin-right: 10px;
}

.h1_cat_img {
    height: 64px;
    width: 64px;
    min-width: 64px;
    border-radius: 16px;
    overflow: hidden;
    background-image: url("https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60b83f9f660e330012739b54/1622687663313_Learn-&-Earn-128x128.png");
    background-size: cover;
    background-position: center center;
}

.h1_cat_c .displaygrid {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.h1_cat_c .displaygrid span {
    color: rgb(100, 107, 128);
    font-size: 14px;
}

.h1_cat_c .h4 {
    color: rgb(0, 0, 0);
    white-space: pre-wrap;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.top_cat_s h1 {
    font-size: 24px;
    margin: 0;
    line-height: normal;
    color: rgb(34, 37, 49);
}

.top_cat_s p {
    line-height: 1.5;
    margin: 0px;
    color: rgb(88, 102, 126);
    font-size: 15px;
    margin-top: 10px;
}

.top_cat_s .infl {
    width: 65%;
    margin-right: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.top_cat_s {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.h1_cats {
    padding: 10px;
}

article .post_thump {
	position: relative;
    padding-bottom: 63.414634146341%;
}

article .post_thump img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article_commment_count {
    display: inline-table;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    height: auto;
    padding: 6px 10px;
	background: rgb(15 15 15 / 33%);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
	pointer-events: none;
    padding-right: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M3.5 2C2.11929 2 1 3.11929 1 4.5v5C1 10.8807 2.11929 12 3.5 12H4v1.9422c0 .842.99168 1.292 1.62533.7375L8.68787 12H12.5c1.3807 0 2.5-1.1193 2.5-2.5v-5C15 3.11929 13.8807 2 12.5 2h-9Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.sidebarli > .news {
    width: calc(100% - 300px);
    padding-right: 50px;
}

.news article .entry-title a {
    font-size: 1.65rem;
}

.entry-title a {
    background-image: -o-linear-gradient(var(--second-c),var(--second-c));
    background-image: -webkit-gradient(linear,left top, left bottom,from(var(--second-c)),to(var(--second-c)));
    background-image: linear-gradient(var(--second-c),var(--second-c));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.entry-title:hover a {
    color: var(--second-c)!important;
	background-size: 100% 2px;
}

article.page .entry-title {
    font-size: 24px;
    margin: 10px 0px;
}

.news .article:hover {
    border-color: var(--second-c);
}

.news .article .entry-header {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.news .article {
	width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 0 24px;
    -webkit-transition: border-color 450ms ease 0s;
    -o-transition: border-color 450ms ease 0s;
    transition: border-color 450ms ease 0s;
    -ms-grid-columns: 45% 24px 1fr;
    grid-template-columns: 45% 1fr;
}

.news .article:hover .excerpt {
    color: rgb(0 0 0);
}

.news .article .excerpt {
    line-height: 1.5;
    margin: 7px 0px 0px;
    color: #343434;
    font-size: 14px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.news .xn_time {
    color: #6f7274;
}

.news .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
	font-size: 14px;
    line-height: 1;
}

.byline, .byline a {
    color: #6f7274;
}

.byline:after {
    content: '◦';
    margin: 0px 7px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.news article {
    margin-bottom: 1.5em;
}

.swiper-kategori .swiper-button-prev, .swiper-kategori .swiper-button-next {
    background-color: #a6b0c3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' class='sc-16r8icm-0 dpRfMf'%3E%3Cpath d='M9 6l6 6-6 6' stroke='currentColor' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' color='%23fff' stroke-linejoin='round' /%3E%3C/svg%3E");
    position: absolute;
    right: 0;
    height: 24px;
    width: 24px;
    background-position: center;
    border-radius: 50px;
    z-index: 2;
    top: 40%;
    background-size: 18px;
    cursor: pointer;
}

.swiper-kategori .swiper-button-prev {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-disabled {
    display: none
}

.sidebarli {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feathome-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    background: rgb(42 43 45 / 0%);
    color: #fff;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.feathome-pagination .swiper-pagination-bullet {
    cursor: pointer;
    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;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    font-weight: 700;
    color: #000000;
    background: rgb(255 255 255 / 55%);
    outline: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid rgb(68 68 68 / 35%);
    cursor: pointer;
}

.feathome-pagination .swiper-pagination-bullet-active {
    background: rgb(0 0 0 / 25%);
    color: #fff;
}

.swiper_nummera_inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.swiper_nummera_inf .swiper_btn {
    width: 45.45px;
    height: auto;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg fill='%2396979c' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.823 240.823'%3E%3Cpath d='M57.633 129.007L165.93 237.268c4.752 4.74 12.451 4.74 17.215 0 4.752-4.74 4.752-12.439 0-17.179l-99.707-99.671 99.695-99.671c4.752-4.74 4.752-12.439 0-17.191-4.752-4.74-12.463-4.74-17.215 0L57.621 111.816c-4.679 4.691-4.679 12.511.012 17.191z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    z-index: 1;
    cursor: pointer;
    background-color: rgb(165 165 165 / 22%)
}

.swiper_nummera_inf .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper_nummera_inf .swiper-button-disabled {
    cursor: not-allowed;
}

.pagination {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.pagination .page-numbers {
    padding: 3px 10px;
    display: inline-block;
    font-weight: 600;
    color: #565756;
}

.pagination .page-numbers.current {
    background: var(--second-c);
    color: #fff;
    border-radius: 3px;
}

.pagination .prev.page-numbers, .pagination .next.page-numbers {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.pagination .prev.page-numbers:after {
    content: "|";
    padding-left: 10px;
    color: #bababa;
}

.pagination .next.page-numbers:before {
    content: "|";
    padding-right: 10px;
    color: #bababa;
}

/* home finish */
/* archive */
.categories {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    list-style: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 2px solid #e3e3e3;
    padding-top: 20px;
}

.categories .custom-cats {
    border-left: 2px solid var(--second-c);
    margin-right: 5px;
    margin-bottom: 10px;
    background: var(--second-c);
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.categories .custom-cats:hover {
    opacity: 0.721;
}

.categories .custom-cats a {
    color: #fff;
    white-space: nowrap;
    padding: 3px 10px;
    display: block;
}

.page-header {
	border-bottom: 1px solid #f3f3f3;
    padding: 25px 22px;
    margin-bottom: 30px;
}

.page-header .page-title {
    margin: 5px 0px;
    font-size: 24px;
}

.page-header p {
    margin: 0;
	font-size: .875rem;
	width: 70%;
}

.page-header .container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    padding: 0;
    align-items: flex-start;
	    -webkit-box-pack: start;
	        -ms-flex-pack: start;
	            justify-content: flex-start;
}

.archive-author-pic {
	position: relative;
    height: 150px;
    width: 150px;
    min-height: 150px;
    min-width: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 0;
    margin-right: 20px;
}

.author_social a svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    fill: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.author_social {
    margin-top: 10px;
}

.author_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 10px;
}
/* archive finish */

/* about us*/
.about-author-item {
    padding: 20px;
    border: 1px solid #d3d3d3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 16px 1fr;
    grid-template-columns: 100px 1fr;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 16px;
}
.about-author-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.about-author-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.about-author-item > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.about-author-item > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}
.about-author-item > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.about-author-item > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.author-item-img {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    overflow: hidden;
    background: #f2f2f2;
}

.about-author {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 20px;
}

.author-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.author-item-info .name {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.author-item-info .role {
    font-size: 1rem;
    font-weight: 400;
    color: #595959;
    font-style: italic;
    text-transform: capitalize;
}

.author-item-excerpt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.author-item-excerpt p {
    font-size: .875rem;
    line-height: 1.4;
    margin-bottom: 0;
}
/* about us finish */

/* header */
.site-p {
    font-size: 10px;
    margin-top: 0px;
    color: #fee4e9!important
}

header#masthead {
    z-index: 15;
	background: #ff5a7f;
    background-color: rgb(255 90 127 / 95%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    position: sticky;
    top: 0;
}

input.search_input {
    background-color: #f3f3f3;
    color: rgb(166, 176, 195);
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-left: 8px;
    border: 0;
    font-size: 14px;
    padding: .6em 10px .5em 40px;
    color: #272727;
    font-weight: 500;
    width: 100%;
}

input.search_input::-webkit-input-placeholder {
    color: #7d7d7d
}

input.search_input::-moz-placeholder {
    color: #7d7d7d
}

input.search_input:-ms-input-placeholder {
    color: #7d7d7d
}

input.search_input::-ms-input-placeholder {
    color: #7d7d7d
}

input.search_input::placeholder {
    color: #7d7d7d
}

input.search_input:focus {
    color: #272727;
}

form#searchform {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: 100%;
    width: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

button#searchsubmit {
    border: 0;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    background: 0 0;
}

#searchsubmit svg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    height: 16px;
    width: 16px;
}

/*.site-title img {
    width: 132px;
    height: auto;
} */
.site-title {
    margin: 0;
    max-height: 35px;
}

.ikonik_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0px auto;
}

.ikonik_menu .i_menu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    color: #1d1d1d;
    font-size: 15px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.ikonik_menu svg {
    height: 24px;
    width: 24px;
    background: #f6f6f6;
    padding: 4px;
    border-radius: 5px;
    fill: #606066;
    margin-right: 7px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.ikonik_menu .i_menu:hover {
    color: var(--second-c);
}

.ikonik_menu .i_menu:hover svg {
    background: var(--second-c);
    fill: #fff;
}

#top_bar {
    background: var(--second-c);
    color: #fff;
    padding: 10px 0px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: rgb(216 99 92 / 50%) 0px 4px 12px -4px;
    box-shadow: rgb(216 99 92 / 50%) 0 4px 12px -4px;
    z-index: 14;
    position: relative;
}

#top_bar .top_tags {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#top_bar .top_tags li {
    margin-right: 10px;
}

#top_bar .top_tags > a {
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    text-transform: capitalize;
}

#top_bar .top_tags > a:before {
    content: '#';
    color: rgb(255 255 255 / 65%);
    margin-right: 3px;
    font-size: 12px;
    font-style: italic;
}

#top_bar .top_tags a:hover {
	-webkit-box-shadow: inset 0px -5px 0px 0px rgb(255 255 255 / 35%);
	        box-shadow: inset 0px -5px 0px 0px rgb(255 255 255 / 35%);
}

.top_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.header_social svg {
    width: auto;
    height: 15px;
    fill: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header_social > a {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#top_bar > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
}

.header-posts .featured-post-sidebar:before {
    display: none;
}

.header-posts {
	padding: 15px !important;
    margin: 0px !important;
}

.header-posts .featured-post-sidebar .grid-featured-media {
    width: 85px;
    height: 60px;
    max-width: 85px;
}

.header-posts .featured-post-sidebar .entry-title {
    font-size: 14px;
}

/* header finish */
/* single post */
.wrapper_context {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 30px;
    margin: 30px 0px;
}

.wrapper_context i {
	display: block;
    height: 5px;
    border: dotted #333;
    border-width: 1px 0;
}

.wrapper_context i, .wrapper_context i:before {position: absolute;
    width: 100%;
    left: 0;}

.wrapper_context i:before {content: "";
    height: 1px;
    border-top: 1px dotted #333;
    top: 1px;}

.wrapper_context span {display: inline-block;
    background: #fff;
    padding: 0 10px;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
}

.wp-block-gallery.thump {
    margin: 0;
}

.wp-block-gallery.thump .gallery {
    margin: 0;
}

.subtitle {
    margin: 0;
    margin-top: 10px;
    font-size: 15px;
    font-style: italic;
}

.post_cat {
    color: var(--second-c) !important;
    font-weight: 600;
    font-size: 15px;
}

.featured-listing-posts {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
}

.featured-listing-posts article {
    position: relative;
}

.featured-listing-posts article h3 {
	font-size: 1rem;
    padding: 0;
    margin: 0;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.featured-listing-posts article figure {
    height: 74.418604651163%;
}

.featured-listing-posts article figure:after {
    display:none
}

.featured-listing-posts .byline {
    display: none;
}

.featured-listing-posts .f_inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .7rem;
    font-weight: 400;
    margin: 10px 0px;
    margin-bottom: 5px;
    color: #6e6e6e;
}

.featured-listing-posts .by-line {
	color: #6e6e6e;
    margin-right: 8px;
}

.releated-posts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.releated-posts .post-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 120px;
}

.releated-posts li {
    display: block;
    width: 100%;
}

.releated-posts li .post-thumbnail img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.releated-posts .releated-p-title {
    font-size: 15px;
    margin: 0;
    margin-top: 5px;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*
.share_float_container .btn-facebook {
	background-image: -o-linear-gradient(left, #3875bc 0, #2d5f9a 100%);
	background-image: -o-linear-gradient(left, #3875bc 0, #2d5f9a 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#3875bc), to(#2d5f9a));
	background-image: linear-gradient(to right, #3875bc 0, #2d5f9a 100%);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.share_float_container .btn-twitter {
	background-image: -o-linear-gradient(351deg, #42d5fa 0, #2cb5e8 100%);
	background-image: -o-linear-gradient(351deg, #42d5fa 0, #2cb5e8 100%);
	background-image: linear-gradient(99deg, #42d5fa 0, #2cb5e8 100%)
}

.share_float_container .btn-telegram {
	background-image: -o-linear-gradient(left, #0699ee 0, rgba(5, 137, 203, .99) 100%);
	background-image: -o-linear-gradient(left, #0699ee 0, rgba(5, 137, 203, .99) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#0699ee), to(rgba(5, 137, 203, .99)));
	background-image: linear-gradient(to right, #0699ee 0, rgba(5, 137, 203, .99) 100%);
	background-color: rgba(0, 136, 204, .99)!important
}

.share_float_container .btn-whatsapp {
	background-image: -o-linear-gradient(left, #128c7e 0, #25d366 100%);
	background-image: -o-linear-gradient(left, #128c7e 0, #25d366 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#128c7e), to(#25d366));
	background-image: linear-gradient(to right, #128c7e 0, #25d366 100%);
}
*/
.share_float_container a {
    border-radius: 50px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ff5a7f !important;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 11px;
}

.share_float_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 5px;
}

.share_float_container:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M23 3a4 4 0 0 0-4 4 4 4 0 0 0 .09375.8359375l-9.082031 4.5410155A4 4 0 0 0 7 11a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 3.013672-1.375l9.076172 4.539062A4 4 0 0 0 19 23a4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4 4 4 0 0 0-3.013672 1.375l-9.076172-4.539062A4 4 0 0 0 11 15a4 4 0 0 0-.09375-.833984L19.988281 9.625A4 4 0 0 0 23 11a4 4 0 0 0 4-4 4 4 0 0 0-4-4z'/%3E%3C/svg%3E");
    background-color: #eee;
    border-radius: 50px;
    padding: 19px;
    background-size: 22px;
}

.share_float_container a i {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: block;
    width: 25px;
    background-size: contain;
}

.share_float_container a span {
    margin-left: 5px;
    font-weight: 600;
    font-size: 15px;
}

.fontaw-facebook {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M15 3C8.373 3 3 8.373 3 15c0 6.016 4.432 10.984 10.206 11.852V18.18h-2.969v-3.154h2.969v-2.099c0-3.475 1.693-5 4.581-5 1.383 0 2.115.103 2.461.149v2.753h-1.97c-1.226 0-1.654 1.163-1.654 2.473v1.724h3.593l-.487 3.154h-3.106v8.697C22.481 26.083 27 21.075 27 15c0-6.627-5.373-12-12-12z'/%3E%3C/svg%3E");
}

.fontaw-twitter {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300.251'%3E%3Cpath d='M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59H300M36.01 19.54h40.65l187.13 262.13h-40.66'/%3E%3C/svg%3E");
}

.fontaw-whatsapp {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M15 3C8.373 3 3 8.373 3 15c0 2.251208.6323415 4.350068 1.7109375 6.150391L3.1074219 27l5.9746093-1.568359C10.829354 26.425062 12.84649 27 15 27c6.627 0 12-5.373 12-12S21.627 3 15 3zm-4.107422 6.4023438c.195 0 .395359-.0011876.56836.0078124.214.0050001.446921.0206719.669921.5136719.265.5859999.842016 2.0560779.916016 2.2050779.074.149.126438.324531.023437.519532-.098.199999-.148968.321046-.292968.498046-.149.172-.312266.385625-.447266.515625-.149.149-.302859.312375-.130859.609375s.769344 1.270641 1.652343 2.056641c1.135 1.014 2.092626 1.325609 2.390626 1.474609.297999.149.470578.125782.642578-.074218.177-.195.743359-.86411.943359-1.16211.195-.298.394063-.246437.664063-.148437.274.098 1.735203.817797 2.033203.966797.298.149.493359.22275.568359.34375.077.125.077078.720062-.169922 1.414062-.247.693-1.459906 1.363156-2.003906 1.410156-.549.051-1.06136.246766-3.56836-.740234-3.023999-1.191-4.931078-4.288281-5.080078-4.488281-.149-.195-1.2109371-1.610313-1.2109371-3.070313 0-1.465.7681094-2.182469 1.0371091-2.4804685.274-.298.594922-.3710937.794922-.3710937z'/%3E%3C/svg%3E");
}

.fontaw-telegram {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M46.137 6.552c-.75-.636-1.928-.727-3.146-.238h-.002c-1.281.514-36.261 15.518-37.685 16.131-.259.09-2.521.934-2.288 2.814.208 1.695 2.026 2.397 2.248 2.478l8.893 3.045c.59 1.964 2.765 9.21 3.246 10.758.3.965.789 2.233 1.646 2.494.752.29 1.5.025 1.984-.355l5.437-5.043 8.777 6.845.209.125c.596.264 1.167.396 1.712.396.421 0 .825-.079 1.211-.237 1.315-.54 1.841-1.793 1.896-1.935l6.556-34.077c.4-1.82-.156-2.746-.694-3.201zM22 32l-3 8-3-10 23-17-17 19z'/%3E%3C/svg%3E");
}

.singlepost .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
	font-size: 0.75em;
}

.singlepost h1 {
    font-size: 2em;
    color: #282828;
    margin: .5rem 0px;
    line-height: 1.33;
    font-weight: 800;
}

.singlepost .entry-content {
    margin-top: 0;
}

.singlepost main, aside#secondary {
    margin-top: 15px;
}

.singlepost .thb-post-date {
	color: #999;
    position: relative;
}

.singlepost .byline {
    color: #999;
	display: flex;
    align-items: center;
}

.singlepost .byline a {
    color: #999;
    font-weight: 600;
	display: flex;
    align-items: center;
}

.singlepost .post-thumbnail {
    margin-top: 20px;
	background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-breadcrumb {
    margin: 0px;
}

.content-breadcrumb__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	border-bottom: 1px solid #fe6485;
    padding-bottom: 8px;
}

.content-breadcrumb__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.content-breadcrumb__list__item a {
	color: #fe6d8d;
    text-decoration: none;
    font-size: 14px;
}

.content-breadcrumb__list li+li:before {
    padding: 0 5px;
    color: #999;
    content: "\203A";
}

.content-breadcrumb__list .post_bname {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    -o-text-overflow: ellipsis;
    /* text-overflow: ellipsis; */
    /* display: block; */
    /* max-width: 70%; */
}

.readtime {
    font-size: 14px;
    font-weight: 400;
    color: #999 !important;
}

.featuredb_ad {
    margin-top: 15px;
	text-align: center;
}

.ads_ads {
    margin-bottom: 15px;
    text-align: center;
}

.ads_ads_title {
    text-align: center;
    border-top: 1px solid #d2d6d7;
    font-size: 11px;
    font-weight: 700;
    color: #6f7274;
}

.ads_ads_title span {
    padding: 0 17px;
    background: #fff;
    display: inline-block;
    line-height: 1;
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

@keyframes changeBackground {
  0% {
    background-image: url(https://fdn.xiaomiui.net/apps/vpnverse_ad2.png);
  }
  50% {
    background-image: url(https://fdn.xiaomiui.net/apps/vpnverse_giveaway.png);
  }
  100% {
    background-image: url(https://fdn.xiaomiui.net/apps/vpnverse_ad2.png);
  }
}

.vpnverseadimg {
  height: 50px;
  width: auto;
  display: block;
  background-position: center;
  background-size: contain;
	background-repeat: no-repeat;
  animation: changeBackground 2s infinite;
}


.h1ad {
	margin: 10px 0px;
    display: block;
    height: 116px;
    z-index: 999999;
    padding: 5px 0;
} 

/* single post finish */
/* sidebar */
.sidebar-posts {
    padding: 0;
    margin: 15px 0;
    list-style-type: none;
    counter-reset: li-counter;
}

.featured-post-sidebar {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin-bottom: 15px;
    position: relative;
}

.featured-post-sidebar:before {
    position: absolute;
    left: -17px;
    top: calc(50% - 17px);
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: .875em;
    font-weight: 500;
    font-style: normal;
    content: counter(li-counter);
    counter-increment: li-counter;
    border-radius: 100%;
    background-clip: padding-box;
    z-index: 9;
    line-height: 21px;
    border: 3px solid #fff;
    background: var(--second-c)!important;
}

.featured-post-sidebar .grid-featured-media {
    width: 86px;
    height: 86px;
    min-width: 86px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    background-color: #ddd;
    -ms-box-shadow: inset 0 0 15px rgba(0,0,0,.1);
    -o-box-shadow: inset 0 0 15px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: inset 0 0 15px rgb(0 0 0 / 10%);
    background-position: center!important;
    background-size: cover;
    display: table;
}

.featured-post-sidebar>a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: auto !important;
}

.featured-post-sidebar .grid-header {
    margin-left: 15px;
}

.featured-post-sidebar .entry-title {
    margin: 0;
    font-size: .9375rem;
    -webkit-transition: color ease .2s;
    -o-transition: color ease .2s;
    transition: color ease .2s;
    font-weight: 500;
    line-height: 1.25;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.featured-post-sidebar .grid_meta {
    font-size: 13px;
}

.widget-title span {
	font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 25px;
    margin: 0;
    margin-bottom: -3px;
    color: #3c3c3c;
    border-bottom: 3px solid var(--second-c);
}

.phone-list {
    display: -ms-inline-grid;
    display: inline-grid;
    width: 50%;
    position: relative;
}

.phone-list:hover span, .featured-post-sidebar:hover .entry-title {
    color: var(--second-c);
}

.module-phones-link {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.module-phones-link img {
    max-height: 75px;
    width: auto;
}

.module-phones-link>span {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #333;
    line-height: normal;
    margin-left: 10px;
    -webkit-transition: color ease .2s;
    -o-transition: color ease .2s;
    transition: color ease .2s;
}

.last-devices .alldevices {
    text-align: center;
    font-weight: 500;
    color: #292929;
    background: #dcdcdc;
    border-radius: 50px;
    padding: 5px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.last-devices .alldevices:hover {
    background: #bdbdbd;
}

.thb-text-link {
    font-size: 13px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #8b949e;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.widget-title {
    margin: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 3px solid #eeeeee;
}

.thb-text-link:after {
    top: 1px;
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
}

.thb-text-link:hover {
    color: #797979 !important;
}

.thb-text-link:after, .thb-text-link:before {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #8b949e;
    width: 7px;
    height: 2px;
    margin-top: 8px;
    border-radius: 1px;
    right: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.thb-text-link:before {
    top: -3px;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.thb-text-link:hover:after,.thb-text-link:hover:before {
    right: -5px;
}

.phone_d_list {
    display: -ms-grid;
    display: grid;
    padding: 0;
    margin: 0;
    list-style-type: none;
    counter-reset: li-counter;
}

.phone_d_list .compep a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.phone_d_list .compep img {
    width: auto;
    height: 32px;
}

.phone_d_list .compep {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 40px;
}

.phone_d_list .compep:before {
    position: absolute;
    left: 0px;
    top: calc(50% - 20px);
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    content: counter(li-counter);
    counter-increment: li-counter;
    border-radius: 100%;
    background-clip: padding-box;
    z-index: 9;
    line-height: 21px;
    border: 3px solid #fff;
    background: var(--second-c)!important;
}

.phone_d_list .compep span {
    font-weight: 500;
    margin-left: 10px;
    font-size: 15px;
}

/* sidebar finish */
.login_overlay {
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0);
    opacity: .9;
    position: fixed;
    z-index: 999;
}

.bottom_fixad {
    display: none;
}

/* footer */
.site-footer {
    padding: 40px;
    background: #040404;
    margin-top: 20px;
	
}

.site-footer .socials_widget {
    width: 100%;
    text-align: left;
}

.finfo {
    font-size: 14px
}

.app_widget {
    display: block;
    width: 100%;
    float: left;
}

.site-footer .socials_widget i {
    background: inherit !important;
    color: #525767 !important;
    font-size: 24px;
}

.site-footer .socials_widget a {
    background: #eee;
    border-radius: 50px;
    margin-right: 10px;
    padding: 1px;
    display: inline-block;
}

.footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
    width: 50%;
}

.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
}

.footer-navigation ul li {
    display: inline-block;
    margin-bottom: 7px;
}

.footer-navigation ul li a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-left {
    width: 50%;
    float: left;
}

.site-footer #site_logo {
    font-size: 24px;
}

.footer-bottom .menu li a {
    color: #5b5b5b;
    text-transform: capitalize;
    font-size: 14px;
}

.menu-footermenu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer p, body.wp-night-mode-on footer p {
    color: #7a7a7a!important;
    font-size: 14px;
}

.footer-bottom {
    display: -ms-grid;
    display: grid;
}

.footer-bottom .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.footer-bottom .menu li {
    margin-right: 10px;
}

.fnav {
    margin-left: 100px;
}

.fnav:first-child {
    margin-left: 0;
}

.fnav > span {
    font-weight: 600;
    color: var(--second-c)!important;
    margin-bottom: 15px;
    font-size: 17px;
    display: block;
    border-bottom: 2px solid;
}

.footer-navigation .fnav ul li span {
    background: #1199fa;
    color: #fff;
    padding: 3px 11px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 10px;
}

.footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.footer_social svg {
    width: 16px;
    height: 16px;
    min-width: 18px;
    fill: #e8eaed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.footer_social>a {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #303134;
    border-radius: 50px;
    margin-right: 10px;
    padding: 8px;
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
}

.copyright {
    font-size: 13px;
    display: block;
    text-align: center;
    border-top: 1px solid #7A7A7A40;
    padding-top: 15px;
    margin-top: 155px;
}

.site-footer .custom-logo-link img {
    max-width: 100% !important;
    vertical-align: middle;
    min-width: 120px;
    width: 120px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 20px;
}

/* footer finish */
/* phones */
.phone_list {
    margin-bottom: 20px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    position: relative;
    width: 20%;
    display: -ms-inline-grid;
    display: inline-grid;
    padding: 1px;
}

.phone_list-item {
    margin: 5px 5px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.phone_list-item img {
    height: 200px;
    max-width: 145px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px;
    width: auto;
}

.phone_list span {
    font-size: 14px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    margin-top: 10px;
}

.phonespec.search .phone_list-item img {
    height: 110px;
    max-width: 150px;
    width: auto;
}

/* phone finish */
/* 404 */
.error-404.not-found {
    text-align: center;
    margin-bottom: 30px;
}

.error-404.not-found .button {
    padding: 10px 17px;
    border-radius: 5px;
    background: var(--second-c);
    color: #fff;
    font-weight: 600;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

/* 404 finish */
/* shortnews */
h1.widget-title {
    font-size: 21px;
}

section.tsn_news {
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
}

.tsn_snews {
    position: relative;
    display: block;
    margin: 10px 0px;
    max-width: 750px;
}

.tsn_message {
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tsn_widget_message_bubble {
    position: relative;
    border: 1px solid #d7e3ec;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px #dae0e4;
    box-shadow: 0 0 0 1px #dae0e4;
}

.thin_box_shadow .tsn_widget_message_bubble:before {
    background: #dae0e4;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

.tsn_widget_message_info.short {
    float: right
}

.tsn_widget_message_footer {
    font-size: 12px;
    line-height: 14px;
    margin-right: -2px
}

.tsn_widget_message_photo_wrap {
    display: block;
    background-size: 0 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.tsn_widget_message_photo_wrap:hover {
    text-decoration: none
}

.tsn_widget_message_photo {
    display: block;
    position: relative;
    background: no-repeat center;
    background-size: contain;
    background-image: inherit;
    margin: 0 auto;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tsn_widget_message_photo_wrap.blured:before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
    background: no-repeat center;
    background-size: cover;
    background-image: inherit;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    z-index: 1
}

.tsn_widget_message_photo_wrap.blured:after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    opacity: .3;
    z-index: 1
}

.tsn_widget_message_video_player {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 9px 9px 0px 0px;
}

.tsn_widget_message_video_player:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3
}

.tsn_widget_message_video_thumb {
    position: absolute;
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
    background: no-repeat center;
    background-size: cover;
    -webkit-filter: blur(15px);
    filter: blur(15px)
}

.tsn_widget_message_video_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2
}

.tsn_widget_message_video_wrap {
    min-width: 100%;
    max-width: 100%
}

.tsn_widget_message_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.message_video_play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 5
}

.message_video_play:after, .message_video_play:before {
    display: block;
    font-size: 34px;
    color: #fff;
    position: absolute;
    font-family: "Font Awesome 5 Duotone";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    line-height: 1;
    content: "\f144";
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
}

.message_video_play:before {
    content: "\f144";
    color: #000;
    opacity: var(--fa-primary-opacity,1);
}

.message_video_play:after {
    content: "\10f144";
    opacity: var(--fa-secondary-opacity,.8);
}

.playing .message_video_play {
    opacity: 0;
}

.tsn_widget_message_text {
    font-size: 16px;
    word-break: break-word;
    margin-top: 6px;
    line-height: 1.5;
}

.tsn_widget_message_footer {
    font-size: 14px;
    line-height: 19px;
    color: #738ca7;
    margin: 5px 0 0;
    overflow: hidden;
}

.tsn_widget_message_info {
    text-align: right
}

.tsn_widget_message_from_author:after {
    content: "\2014";
    margin: 5px;
    color: #8a8ca7;
}

.tsn_widget_message_grouped_wrap {
    display: block;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 9px 9px 0px 0px;
}

.yutupframe iframe {
    max-width: 100%;
    border-radius: 9px 9px 0px 0px;
}

.tsn_widget_message_grouped {
    position: relative
}

.tsn_widget_message_grouped_layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tsn_widget_message_grouped .grouped_media_wrap {
    position: absolute;
    margin: 0;
    cursor: pointer;
    min-width: auto!important;
    max-width: none!important
}

.grouped_media_helper {
    position: static;
    background-position: -10000px -10000px;
    background-size: 0 0;
    background-image: inherit
}

.grouped_media_wrap .grouped_media {
    position: absolute
}

.tsn_widget_message_grouped .grouped_media_wrap.over {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10
}

.tsn_widget_message_grouped .grouped_media_wrap.active {
    left: 0!important;
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important
}

.tsn_widget_message_service_date_wrap {
    text-align: center;
    margin-top: 20px;
    display: none;
}

.tsn_message_bottom {
    padding: 4px 9px;
}

/* shortnews finish */
@media (min-width: 767px) {
    .container .post_hero .post_hero-container, .widget-area .scroller-phones.swiper-wrapper {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
        display: block !important;
    }

    *::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.08);
        background-color: #babfc7;
        border-radius: 50px;
    }

    *::-webkit-scrollbar {
        width: 3px;
        background-color: #4f4e56;
        border-radius: 50px;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #4f4e56;
        border-radius: 50px;
    }
}

/* mobile */
@media (max-width: 1050px) {
    .x_reklamlar {
        display: block;
        gap: 0px;
    }

    .reklam_test_big, .ad-top.hide-mobile {
        display: none;
    }

    .x_news {
        width: 100%;
        max-width: 100%;
        height: 475px;
    }
}

@media (max-width: 767px) {
	.news .entry-footer {
		margin: 10px 0px;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
    /* .h1ad {
        height: 100px;
    } */
	.featured-listing-posts {
		display: -ms-grid;
		display: grid;
		margin-bottom: 0;
		grid-gap: 16px;
		-ms-grid-columns: 215px 16px 215px 16px 215px 16px 215px;
		grid-template-columns: repeat(4,215px);
		overflow-x: scroll;
	}
    .ikonik_menu {
		display:none
    }
    aside#secondary {
        width: 100%;
        max-width: inherit;
        border-top: 1px solid #eee;
        margin-top: 0;
    }

	.sidebarli .news {
        width: 100%;
        padding-right: 0;
    }

    .sidebarli {
        display: block;
        gap: 0;
    }

    .phone-list {
        width: 100%;
    }

    .scroller-phones .swiper-slide {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 50%;
    }

    .news .article {
		display: block;
		position: relative;
		padding-bottom: 24px;
		border-bottom: 1px solid #e8e9f3;
    }

    article .post_thump {
        width: 100%;
        max-width: 100%;
        padding-bottom: 0;
        height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    margin-bottom: 10px;
    }

    article .post_thump img {
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }

    .news .article .entry-header {
        max-width: 100%;
    }

    .news article .entry-title a {
        font-size: 1.15rem;
    }
    .news .article .excerpt {
		display:none;
    }
    .header_social {
        margin-left: 5px;
    }

    .module-phones-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px 0px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 0;
    }

    .module-phones-link>span {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .module-phones-link img {
        max-height: 100px;
    }

    .site-footer {
        padding: 40px 10px;
    	padding-bottom: 120px !important;
    }

    .footer-left {
        width: 100%;
        float: inherit;
    }

    .footer-navigation {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .singlepost h1 {
        font-size: 1.5rem;
    }

    .singlepost main {
        width: 100%;
        padding-right: 0;
    }

    .content-breadcrumb__list .post_bname {
        max-width: 150px;
    }

    .top_nav {
        overflow: auto;
    }

    .hide-mobile {
        display: none!important;
    }

    .hide-pc {
        display: block!important;
    }

    #hidepc {
        display: inherit!important
    }
}

@media (max-width: 340px) {
    header img[src$=".svg"] {
        min-width: 100px;
        width: 100px;
    }
}

.searcherh {
    display: none;
}

@media (max-width: 580px) {
	.about-author {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.page-header p {
		width: 100%
	}
	.archive-author-pic {
		height: 100px;
		width: 100px;
		min-height: 100px;
		min-width: 100px;
	}
	.page-header .page-title {
		margin-top: 0px;
	}
	.sidebarli main {
		width: 100%;
		padding-right: 0px;
	}
	.single-post-thump {
    	margin: 0 -15px!important;
	}
	.widget-title span {
	    font-size: 1.25rem;
	}
	.x_news {
		height: 255px;
	}
	.x_reklamlar {
		margin: 0px -15px;
	}
	.formobile {
		display: block!important;
	}
	.forpc {
		display: none!important;
	}
	.xn_time {
		font-size: 13px;
	}
	.news .article .entry-header {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.main-navigation .sub-menu {
		top: 100px;
	}
    .main-navigation a, .main-navigation .title {
        font-size: 14px;
    }
    .main-navigation .menu-item {
        margin-right: 15px;
    }

    .searcherh {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 10px;
		top: 19px;
		width: 20px;
		height: 20px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122.879 119.799' xml:space='preserve' fill='white'%3E%3Cpath d='M49.988 0h.016v.007C63.803.011 76.298 5.608 85.34 14.652c9.027 9.031 14.619 21.515 14.628 35.303h.007V50.028h-.007c-.005 5.557-.917 10.905-2.594 15.892-.281.837-.575 1.641-.877 2.409v.007c-1.446 3.66-3.315 7.12-5.547 10.307l29.082 26.139.018.016.157.146.011.011c1.642 1.563 2.536 3.656 2.649 5.78.11 2.1-.543 4.248-1.979 5.971l-.011.016-.175.203-.035.035-.146.16-.016.021c-1.565 1.642-3.654 2.534-5.78 2.646-2.097.111-4.247-.54-5.971-1.978l-.015-.011-.204-.175-.029-.024-29.745-26.734c-.88.62-1.778 1.209-2.687 1.765-1.233.755-2.51 1.466-3.813 2.115-6.699 3.342-14.269 5.222-22.272 5.222v.007h-.016v-.007c-13.799-.004-26.296-5.601-35.338-14.645C5.605 76.291.016 63.805.007 50.021H0v-.049h.007c.004-13.799 5.601-26.296 14.645-35.338C23.683 5.608 36.167.016 49.955.007V0h.033zm.016 11.21v.007h-.049v-.007c-10.686.007-20.372 4.35-27.384 11.359-7.011 7.009-11.358 16.705-11.361 27.404h.007v.049h-.007c.007 10.686 4.347 20.367 11.359 27.381 7.009 7.012 16.705 11.359 27.403 11.361v-.007h.049v.007c10.686-.007 20.368-4.348 27.382-11.359 7.011-7.009 11.358-16.702 11.36-27.4h-.006v-.049h.006c-.006-10.686-4.35-20.372-11.358-27.384-7.009-7.012-16.702-11.359-27.401-11.362z'/%3E%3C/svg%3E");
    }

    .searcherh.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M4.7070312 3.2929688 3.2929688 4.7070312 10.585938 12l-7.2929692 7.292969 1.4140624 1.414062L12 13.414062l7.292969 7.292969 1.414062-1.414062L13.414062 12l7.292969-7.2929688-1.414062-1.4140624L12 10.585938 4.7070312 3.2929688z'/%3E%3C/svg%3E");
        background-color: #f3f3f3;
        padding: 18px;
        background-size: 16px !important;
        background-position: center;
        border-radius: 50px;
		top:10px
    }

    .main-navigation .sub-menu {
        position: fixed;
		min-width: inherit;
    }

    .grid-sub-menu a {
        width: auto !important;
    }

    .top10dailyheader .phone_d_list .compep a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
    }

    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        left: 5px;
        right: 5px;
    }

    .site-header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 10px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .bottom_fixad {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 90px;
		overflow: hidden;
		z-index: 99;
		display: block;
		text-align:center
    }
    /* .bottom_fixad:after {
		content: 'x';
		position: fixed;
		right: 0;
		bottom: 100px;
		background: #eee;
		border-radius: 50px;
		font-size: 15px;
		width: 26px;
		height: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
    } */
    p {
        font-size: 1rem;
    	line-height: 1.65em;
    }

    .singlepost .entry-content {
        overflow: hidden;
    }
    .releated-posts {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .releated-posts .post-thumbnail {
        height: 90px
    }

    .footer-bottom ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    form#searchform {
        margin-left: 5px;
        width: 0;
        height: auto;
        overflow: hidden;
        position: absolute;
        left: 0;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
    }

    form#searchform.active {
        width: 85%;
    }

    .share_float_container a span {
        font-size: 14px;
    }

    .cont-left {
        margin: 7px 0;
		margin-bottom: 0;
    }

    /*.site-title img {
		width: 110px;
	}*/
    .site-title {
        max-height: 100%;
    }

    #top_bar ul a {
        color: #fff;
        background: rgb(179 51 115 / 60%);
        padding: 3px 10px;
        border-radius: 50px;
        font-size: 13px;
        white-space: nowrap;
    }

    #top_bar {
        padding: 8px 0px;
    }

    .top_nav > span {
        margin-right: 10px;
        border-color: #823b36;
        padding-right: 10px;
        font-size: 14px;
    }

    .x_news_inf .entry-title {
        font-size: 1.15rem;
    }

    .x_news_inf p {
        font-size: 14px;
    }

    .container {
        padding: 0 15px;
    }

    .singlepost .byline {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #999;
    }

    .phonespec.search .phone_list-item img {
        height: 75px;
    }
}

/* dark mode */
body.wp-night-mode-on * :not(svg path, svg) {
    color: #fff;
}

body.wp-night-mode-on p {
    color: #d9d9d9 !important;
}

body.wp-night-mode-on a {
    color: #fff
}

body.wp-night-mode-on header#masthead {
    background: rgb(24 24 24 / 95%);
    border-bottom: 1px solid #252429;
}

body.wp-night-mode-on {
    background:#181818!important
}

body.wp-night-mode-on .ikonik_menu .i_menu {
    color: #f8f8f8;
}

body.wp-night-mode-on .ikonik_menu svg {
    background: #626262;
    fill: #ffffff;
}

body.wp-night-mode-on .site-footer {
    background: #090909;
    border-top: 1px solid #2a2a2a;
}

body.wp-night-mode-on .footer_social>a {
    background: #626262;
}

body.wp-night-mode-on .footer_social svg {
    fill: #f6f6f6;
}

body.wp-night-mode-on input.search_input:focus {
    color: #ffffff;
}

body.wp-night-mode-on input.search_input {
    background-color: #626262;
}

body.wp-night-mode-on input.search_input::-webkit-input-placeholder {
    color: #c0c0c0;
}

body.wp-night-mode-on input.search_input::-moz-placeholder {
    color: #c0c0c0;
}

body.wp-night-mode-on input.search_input:-ms-input-placeholder {
    color: #c0c0c0;
}

body.wp-night-mode-on input.search_input::-ms-input-placeholder {
    color: #c0c0c0;
}

body.wp-night-mode-on input.search_input::placeholder {
    color: #c0c0c0;
}

body.wp-night-mode-on .tid_search_result {
    background: #626262;
}

body.wp-night-mode-on .arearesult li, body.wp-night-mode-on .phoneresult li {
    background: #878787;
}

body.wp-night-mode-on .thb-text-link {
    color: #f0f0f0 !important;
}

body.wp-night-mode-on .news .article .excerpt {
    color: rgb(152 161 180);
}

body.wp-night-mode-on .news .xn_time div, body.wp-night-mode-on .byline a, body.wp-night-mode-on .byline {
    color: #bbb;
}

body.wp-night-mode-on .news .article {
    border-color: #626262;
}

body.wp-night-mode-on .news .article:hover .excerpt {
    color: rgb(255 255 255);
}

body.wp-night-mode-on .phone_d_list .compep:before, body.wp-night-mode-on .featured-post-sidebar:before {
    border: 3px solid #000;
}

body.wp-night-mode-on .tsn_widget_message_bubble {
    border: 1px solid #353535;
    -webkit-box-shadow: 0 0 0 1px #353535;
    box-shadow: 0 0 0 1px #353535;
}

body.wp-night-mode-on .phone_list-item {
    border: 1px solid #353535;
}

body.wp-night-mode-on .telefon_filtreleme .filtre_bar .list-group .h3, body.wp-night-mode-on .telefon_filtreleme .filtre_bar .list-group .h3.collapsible {
    color: #fff;
}

body.wp-night-mode-on .collapsible:hover, body.wp-night-mode-on .telefon_filtreleme .active {
    background-color: #626262;
}

body.wp-night-mode-on .telefon_filtreleme .content {
    background: #626262;
}

body.wp-night-mode-on .filtre_show .f-value {
    background: #898989;
}

body.wp-night-mode-on .page-header {
    border-color: #626262;
}

body.wp-night-mode-on .bottom_fixad:after {
    background: #626262;
}

body.wp-night-mode-on .tablepress .even td {
    background-color: #000;
}

body.wp-night-mode-on .tablepress .odd td {
    background-color: #2d2d2d;
}

body.wp-night-mode-on .tablepress tbody td, body.wp-night-mode-on .tablepress tfoot th {
    border-color: #505050;
}

body.wp-night-mode-on .tablepress tfoot th, body.wp-night-mode-on .tablepress thead th {
    background-color: #1c485e;
}

body.wp-night-mode-on .tablepress thead th {
    border-color: #505050;
}

body.wp-night-mode-on .main-navigation a, body.wp-night-mode-on .main-navigation .title {
    color: #eaeaea;
}

body.wp-night-mode-on .main-navigation .sub-menu {
    background: #626262;
    -webkit-box-shadow: rgb(113 113 113 / 31%) 2px 2px 12px 5px;
    box-shadow: rgb(113 113 113 / 31%) 2px 2px 12px 5px;
}

body.wp-night-mode-on .searcherh.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M4.7070312 3.2929688 3.2929688 4.7070312 10.585938 12l-7.2929692 7.292969 1.4140624 1.414062L12 13.414062l7.292969 7.292969 1.414062-1.414062L13.414062 12l7.292969-7.2929688-1.414062-1.4140624L12 10.585938 4.7070312 3.2929688z'/%3E%3C/svg%3E");
    background-color: #626262;
}


body.wp-night-mode-on .top_brands .brandssh a {
    background: #878787;
}

body.wp-night-mode-on .wrapper_context span {
    background: #121117;
}

body.wp-night-mode-on .phone_d_list .compep a {
    border-color: #626262;
}

body.wp-night-mode-on .divider {
    background: #3c4043;
}

body.wp-night-mode-on .ikonik_menu {
    border-color: #3c4043;
}

body.wp-night-mode-on .content-breadcrumb__list__item a span {
    color: #aeaeae;
}

body.wp-night-mode-on .widget-title span {
    color: #aaa;
}

body.wp-night-mode-on .widget-title {
    border-color: #3c4043;
}

body.wp-night-mode-on .featured-listing-posts .thb-post-date, body.wp-night-mode-on .featured-listing-posts .byline, body.wp-night-mode-on .featured-listing-posts .by-line {
    color: #808794
}

body.wp-night-mode-on .author_social a svg {
    fill: #fff;
}

body.wp-night-mode-on .about-author-item {
    border-color: #444444;
}

.avatar-t img {border-radius: 50%;width: 32px;}
.avatar-t {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 0px 8px;}

.footp2{
	font-size:12px;
}
