/*
Theme Name: tiyara
Theme URI:
Author: Mina pasbanpour
Author URI:
Description: Wordpress developer
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tiyara
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.8;
    /* text-transform: capitalize; */
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 100px !important;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */

    scroll-behavior: smooth;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
p {
    color: #000;
    line-height: 28px;
    font-size: 14px;
}
a , .form-control {
    transition:all 0.3s;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}
.searchform input[type="text"] , .form-control {
    border-radius: 5px;
    border:1px solid #eee;
    padding: 7px 10px;
    transition: all 0.3s;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}
.form-control {
    padding: 13px 15px;
    margin-bottom: 20px;
}
.searchform input[type="text"]:focus , .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}
.screen-reader-text {
    display: none;
}
.flusher-btn , input[type="submit"] {
    background: var(--primary-color);
    min-width: 140px;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 7px;
    transition: all 0.3s;
    border: 1px solid var(--primary-color);
}
input[type="submit"]:hover {
    color: var(--primary-color);
    background: transparent;
}
.searchform input[type="submit"] {
    min-width: 110px;
    height: 40px;
    line-height: 40px;
}
/* Define Fonts */
@font-face {
    font-family: IRANSansWeb_Bold;
    font-style: normal;
    src: url('assets/fonts/eot/IRANSansWeb_Bold.eot');
    src: url('assets/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
        /* FF39+,Chrome36+, Opera24+*/
    url('assets/fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('assets/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
	font-display:swap;
}
@font-face {
    font-family: IRANSansWeb;
    font-style: normal;
    src: url('assets/fonts/eot/IRANSansWeb.eot');
    src: url('assets/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        /* FF39+,Chrome36+, Opera24+*/
    url('assets/fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('assets/fonts/ttf/IRANSansWeb.ttf') format('truetype');
	font-display:swap;
}
@font-face {
    font-family: IRANSansWeb_Medium;
    font-style: normal;
    src: url('assets/fonts/eot/IRANSansWeb_Medium.eot');
    src: url('assets/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
        /* FF39+,Chrome36+, Opera24+*/
    url('assets/fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('assets/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
	font-display:swap;
}



h1, h2, h3, h4, h5, h6 {
    font-family: IRANSansWeb_Bold;
    color: #000;
}
button:focus,
input:focus,
textarea:focus {
    outline: none!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:12px;
    color: #a6a6a6;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size:12px;
    color: #a6a6a6;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size:12px;
    color: #a6a6a6;
}
:-moz-placeholder { /* Firefox 18- */
    font-size:12px;
    color: #a6a6a6;
}
:root {
    --primary-color: #ff00a4;
    --secondary-color: #65e94c;
    --light-bgcolor: #f4f4f4;
    --light-gray: #ededed;
    --dark-gray: #444444;
    --red-color: #f00;
}
body {
    margin: 0;
    font-family: IRANSansWeb;
    font-size:13px;
    color: #000;
    text-align:right;
    overflow-x: hidden;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

@font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon/icomoon.eot?x7lm40');
    src:  url('assets/fonts/icomoon/icomoon.eot?x7lm40#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon/icomoon.ttf?x7lm40') format('truetype'),
    url('assets/fonts/icomoon/icomoon.woff?x7lm40') format('woff'),
    url('assets/fonts/icomoon/icomoon.svg?x7lm40#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-blog:before {
    content: "\e910";
}
.icon-comment:before {
    content: "\e911";
}
.icon-share:before {
    content: "\e912";
}
.icon-tag:before {
    content: "\e913";
}
.icon-eye:before {
    content: "\e900";
}
.icon-left:before {
    content: "\e901";
}
.icon-microphone:before {
    content: "\e902";
}
.icon-play:before {
    content: "\e903";
}
.icon-reply:before {
    content: "\e904";
}
.icon-user:before {
    content: "\e905";
}
.icon-facebook:before {
    content: "\e906";
}
.icon-instagram:before {
    content: "\e907";
}
.icon-left-arrow:before {
    content: "\e908";
}
.icon-linkedin:before {
    content: "\e909";
}
.icon-right-arrow:before {
    content: "\e90a";
}
.icon-search:before {
    content: "\e90b";
}
.icon-telegram:before {
    content: "\e90c";
}
.icon-twitter:before {
    content: "\e90d";
}
.icon-whatsapp:before {
    content: "\e90e";
}
.icon-home:before {
    content: "\e90f";
}

/*Header*/
#header {
    padding: 15px 0;
    background: #f8f6f8;
    z-index: 1;
}
.header-wrap {
    align-items: center;
}
.logo-header {
    display: block;
    max-width: 130px;
    margin-right: auto;
}
.main-menu {
    justify-content: center;
}
.search-icon-wrap {
    display: inline-block;
    font-size: 21px;
    position: relative;
    top: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.main-menu li { position: relative;}
.main-menu > li {margin: 0 10px;}
.main-menu li a {
    display: block;
    padding: 10px;
}
.current-menu-item a {
    color: var(--primary-color);
}
.main-menu .sub-menu {
    position: absolute;
    width: 250px;
    right: 0;
    top: 100%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    transition: all 0.5s;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.09)!important;
    z-index: 9;
    border-radius: 10px;
    pointer-events: none;
    filter: blur(10px);
    padding: 10px 15px 5px;
}

.main-menu .menu-item-has-children>a:before {
    content: '';
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s;
    position: absolute;
    left: -3px;
    top: 18px;
}

.main-menu .sub-menu li {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.main-menu .sub-menu li:last-child {
    border-bottom: 0;
}
.main-menu .sub-menu li a {
    padding: 10px 15px;
    display: block;
    line-height: 1;
}
.main-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    filter: blur(0);
}
.form-search {
    position: absolute;
    top: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #343434;
    padding: 25px;
    display: none;
}
.activeSearch {
    display: block;
}
.search-wrap-field {
    position: relative;
}
.search-wrap-field .inside-input {
    position: absolute;
    left: 30px;
    top: 15px;
    line-height: 1;
    font-size: 18px;
    color: #797676;
}
.search-wrap-field input {
    padding-left: 48px;
    line-height: 1;
    margin-bottom: 0;
}
.search-icon-wrap {
    display: inline-block;
    font-size: 21px;
    position: relative;
    top: 6px;
    cursor: pointer;
    transition: all 0.3s;
}
.search-icon-wrap:hover {
    color: var(--primary-color);
}
.search-wrap {
    text-align: center;
    background: var(--primary-color);
    border-radius: 7px;
    color: #fff;
    transition: all 0.3s;
    width: 45px;
    height: 45px;
}
.search-wrap:hover {
    background: transparent;
}
.header_wrap {
    align-items: center;
}
.inner-header {
    box-shadow: 0 0 10px #00000012;
}
header {
    position: relative;
}
/******menu mobile****/
.btn.not-active span {
    width: 30px;
    height: 4px;
    background: #000;
    display: block;
    border-radius: 5px;
    margin: 5px 0;
}
.come-menumobile .icon-close {
    height: 30px;
    width: 30px;
    position: relative;
    box-sizing: border-box;
    line-height: 30px;
    display: inline-block;
    top: 3px;
    left: 0;
}
.come-menumobile .icon-close:before,
.come-menumobile .icon-close:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    margin-left: -25px;
    display: block;
    height: 3px;
    width: 19px;
    background-color: #fff;
    transition: all 0.25s ease-out;
    border-radius: 5px;
}
.come-menumobile .icon-close:after {
    transform: rotate(-135deg);
}
.come-menumobile .icon-close:hover:before,
.come-menumobile .icon-close:hover:after {
    transform: rotate(0deg);
}
.mmenu-icon{
    color: var(--primary-color);
    position: relative;
}

#mask , .mask_side {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.open_mask {
    display: block;
}
#menu-mobile{
    position: fixed;
    top: 0;
    bottom: 0;
    right: -270px;
    width: 250px;
    background: var(--light-bgcolor);
    z-index: 9999999;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3) !important;
}
.main-menu-mobile {
    margin-top: 40px;
    padding: 0 15px;
}
.menu-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}
#nomenumobile {
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 7px;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    font-size: 10px;
    line-height: 27px;
    color: var(--secondary-color);
}

.come-menumobile{
    right: 0!important;
}
.title-mm{
    background: #000;
    padding: 20px 20px;
    border-bottom: 2px solid #fff;
}

.main-menu-mobile {
    padding: 20px;
}

.main-menu-mobile ul li a {
    color: #000;
    display: block;
    padding: 8px 0;
    position: relative;
    width: 80%;
    transition:all 0.3s;
}

.main-menu-mobile ul li a:hover {
    color:var(--primary-color);
}

.main-menu-mobile ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: var(--light-bgcolor);
    right: -250px;
    transition: all 0.3s;
    z-index: 9;
    padding: 20px;
}
.childer i , .sub-closer i {
    position: absolute;
    cursor: pointer;
    top: 8px;
    border: solid #fff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 10px;
}
.sub-closer {
    width: 25px;
    height: 25px;
    background: var(--primary-color);
    border-radius: 5px;
    text-align: center;
    padding-left: 5px;
}
.sub-closer i {
    transform: rotate(316deg);
    -webkit-transform: rotate(316deg);
    position: static;
}
.childer{
    position: absolute;
    left: -25%;
    cursor: pointer;
    top: 7px;
    width: 25px;
    height: 25px;
    background: var(--primary-color);
    border-radius: 5px;
}
.mmenu-icon .btn {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}
.mmenu-icon > span {vertical-align: middle; display: inline-block;}
.come-submenu{right: 0 !important;}
.menu_back_holder {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    color: #000;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
#close-menu-mobile {
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    display: block;
    margin-right: auto;
    border-radius: 5px;
}
.snap-btn {
    position: relative;
    overflow: hidden;
    width: 125px;
    height: 41px;
    border-radius: 8px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    line-height: 41px;
    display: inline-block;
    text-align: center;
    z-index: 0;
}
.snap-btn i {
    vertical-align: middle;
    font-size: 10px;
}
.slider {
    padding: 50px 0;
    overflow: hidden;
    background: rgb(233,233,244); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(233,233,244,1) 0%, rgba(189,198,228,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(233,233,244,1) 0%,rgba(189,198,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(233,233,244,1) 0%,rgba(189,198,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9f4', endColorstr='#bdc6e4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: relative;
}
.slider-row {
    align-items: center;
}
.slider-title {
    font-size: 28px;
    margin-bottom: 35px;
}
.slider-caption p {
    font-size: 16px;
    margin-bottom: 60px;
}
.slider-caption {
    padding-left: 50px;
}
.slider-caption .snap-btn {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    height: 50px;
}
#carouselExampleIndicators {
    height: 100%;
}
.home-slider-nav {
    position: absolute;
    left: 25px;
    width: 110px;
    z-index: 9999;
    height: 40px;
    bottom: 40px;
}
.home-slider-nav a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 15px 5px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
}
.blobs1 {
    background:#e0e3f2;
    width:920px;
    height:500px;
    top: -110px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.blobs2 {
    width: 458px;
    height: 330px;
    left: 0;
    bottom: -85px;
    background: #e7e9f4;
}
[class*="blobs"] {
    position: absolute;
    /*mix-blend-mode:color;*/
    animation:blobs 15s ease-in-out infinite alternate;
    /*z-index: 1;*/
}
@keyframes blobs{
    0%{border-radius:26% 74% 61% 39% / 54% 67% 33% 46%}
    10%{border-radius:74% 26% 47% 53% / 68% 46% 54% 32%}
    20%{border-radius:48% 52% 30% 70% / 27% 37% 63% 73%}
    30%{border-radius:73% 27% 57% 43% / 28% 67% 33% 72%}
    40%{border-radius:63% 37% 56% 44% / 25% 28% 72% 75%}
    50%{border-radius:39% 61% 70% 30% / 61% 29% 71% 39%}
    60%{border-radius:27% 73% 29% 71% / 73% 51% 49% 27%}
    70%{border-radius:39% 61% 65% 35% / 74% 65% 35% 26%}
    80%{border-radius:55% 45% 37% 63% / 38% 30% 70% 62%}
    90%{border-radius:25% 75% 70% 30% / 39% 50% 50% 61%}
    100%{border-radius:66% 34% 33% 67% / 65% 73% 27% 35%}
}
.delay2 {
    animation-delay: 0.25s;
}
.delay3 {
    animation-delay: 0.5s;
}
.category-section {
    padding: 85px 0 60px;
    position: relative;
    background: #f8f6f8;
}
.category-title {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 75px;
    z-index: 9;
    position: relative;
}
.category-section:before ,
.category-section:after {
    content: "";
    width: 100%;
    height: 385px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.category-section:before {
    background-size: 100% auto;
    background: transparent url("assets/images/catbg.jpg") no-repeat center;
}
.category-section:after {
    background: rgba(0,0,0,0.5);
    /*z-index: 10;*/
}
.category-item {
    background: #fff;
    display: block;
    padding: 35px;
    position: relative;
    text-align: center;
    border: 2px solid #ececec;
}
.category-item:after {
    content: "";
    width: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    bottom: -2px;
    margin: 0 auto;
    transition: all 0.3s;
    display: inline-block;
}
.category-item:hover:after {
    width: 100%;
}
.category-icon {
    max-width: 110px;
    margin: 0 auto 15px;
}
.category-card-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.category-count {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.category-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff !important;
    position: absolute;
    top: calc(50% - 20px);
    border: 1px solid #ececec;
}
.category-carousel .owl-prev {
    right: -50px;
    transform: rotateY(180deg);
}
.category-carousel .owl-next {
    left: -50px;
}
.category-carousel .owl-nav button i {
    line-height: 40px;
}
.feature-article {
    background: #f8f6f8;
    padding: 40px 0 85px;
    position: relative;
}

.feature-article .page-title {
    margin-bottom: 60px;
    font-size: 24px;
}
.feature-card-inner {
    display: block;
    background: #fff;
    padding: 15px 8px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px #0000000f;
    -webkit-box-shadow: 0 10px 20px #0000000f;
    -moz-box-shadow: 0 10px 20px #0000000f;
    flex-wrap: wrap;
}
.feature-content {
    padding: 10px 0 0 20px;
}
.feature-card-title {
    font-size: 16px;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.feature-banner {
    display: block;
    position: relative;
    overflow: hidden;
}
.feature-banner img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.category-banner img {
    transition: all 0.3s;
}
.feature-banner:hover img , .category-banner:hover img {
        -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px);
}
.feature-card .feature-content p {
    font-size: 13px;
    color: #a5a5a5;
}
.feature-content .card-more {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    display: block;
    text-align: center;
    line-height: 33px;
    margin-right: auto;
    color: var(--primary-color);
    transition: all 0.3s;
}
.feature-card-inner:hover .feature-card-title {
    color: var(--primary-color);
}
.archive-section {
    padding: 95px 0;
}
.blog-item.main-card {
    padding: 15px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #00000014;
    -webkit-box-shadow: 0 0 10px #00000014;
    -moz-box-shadow: 0 0 10px #00000014;
    transition: all 0.3s;
}
.blog-item.main-card:hover {
    box-shadow: 0 0 15px #00000014;
    -webkit-box-shadow: 0 0 15px #00000014;
    -moz-box-shadow: 0 0 15px #00000014;
}
.main-card .card-default-content {
    padding: 20px 0 20px 20px;
}
.main-card .card-default-content p {
    margin-bottom: 25px;
    color: #a6a6a6;
    font-size: 13px;
}
.post-categories li a {
    display: inline-block;
    height: 35px;
    min-width: 90px;
    background: var(--secondary-color);
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    border-radius: 5px;
    margin-left: 8px;
    color: #fff;
    padding: 0 7px;
    transition: all 0.3s;
}
.post-categories li a:hover {
    background-color: transparent;
    color: var(--secondary-color);
}
.top-card-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.top-card-detail i {
    display: inline-block;
    margin-left: 5px;
}
.card-default-content .card-title a {
    font-size: 16px;
    display: inline-block;
}
.feature-article .card-default-content p {
    font-size: 13px;
    padding-left: 30px;
    color: #a5a5a5;
    line-height: 1.8;
    margin-bottom: 25px;
}
.card-default-image {
    display: block;
    position: relative;
    height: 100%;
}
.card-default-image img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
.main-card-date {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ff00a4;
    padding: 7px 7px 5px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
}
.footer-blog-card a {
    display: block;
    /*width: 130px;*/
    margin-right: auto;
    text-align: center;
    /*height: 40px;*/
    /*line-height: 40px;*/
}
.author-name {
    color: #9b9b9b;
}


.bg-gray {
    background: #f8f6f8;
}
.video-section {
    padding: 55px 0;
}

.video-content-title {
    margin-bottom: 30px;
    font-size: 20px;
}
.video-content-wrap p {
    font-size: 13px;
    color: #a5a5a5;
    margin-bottom: 40px;
}
.video-card {
    display: block;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 22px;
}
.video-card .icon-holder {
    width: 42px;
    height: 42px;
    background: var(--primary-color);
    text-align: center;
    line-height: 42px;
    color: #fff;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    border-radius: 50%;
}
.podcast-section .video-card .icon-holder {
    background: var(--secondary-color);
    font-size: 21px;
}
.video-card:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s;
}
.vide-card-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    right: 0;
    z-index: 9;
    transition: all 0.3s;
}
.vide-card-content .card-title {
    font-size: 14px;
    color: #fff;
}
.vide-card-content p {
    color: #cecece;
    font-size: 13px;
    line-height: 1.8;
}
.video-card img {
    width: 100%;
}
.video-card:hover .vide-card-content {
    bottom: 12px;
}
.video-card:hover:before {
    background: rgba(0,0,0,0.7);
}
.most-view {
    padding: 75px 0;
}
.most-view-title {
    font-size: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.blog-item.popular-card {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 5px 10px #0000000a;
    -webkit-box-shadow: 0 5px 10px #0000000a;
    -moz-box-shadow: 0 5px 10px #0000000a;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    transition: all 0.3s;
}
.blog-item.popular-card:hover {
    box-shadow: 0 10px 25px #0000000a;
    -webkit-box-shadow: 0 10px 25px #0000000a;
    -moz-box-shadow: 0 10px 25px #0000000a;
}


.widget .recent-item .recent-title {
    transition: all 0.3s;
}
.blog-item.popular-card:hover .card-title a ,
.blog-item.main-card:hover .card-title a ,
.widget .recent-item:hover .recent-title {
    color: var(--primary-color);
}
.popular-card .card-default-content {
    padding: 15px 20px;
}
.popular-card .card-title a {
    font-size: 14px;
    min-height: 50px;
}
.popular-card .card-default-content p {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.popular-card .footer-blog-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.view-card {
    color: #b6b6b6;
    line-height: 1;
}
.view-card i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.popular-card .card-more {
    font-size: 11px;
    color: var(--primary-color);
    width: 90px;
    height: 34px;
    line-height: 34px;
}
.popular-card .card-more i {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 9px;
    font-weight: bold;
}
.podcast-section {
    padding: 55px 0;
}
.podcast-title {
    margin-bottom: 45px;
    font-size: 20px;
}
.podcast-content-wrap {
    padding-left: 110px;
    position: relative;
}
.snap-logo {
    display: inline-block;
    width: 130px;
    background: transparent url("assets/images/snappfood_logo.svg") no-repeat;
    background-size: contain;
    height: 75px;
    position: absolute;
    left: 75px;
    top: calc(50% - 100px);
}

footer {
    background: #343434;
    padding-top: 75px;
}
.logo-footer {
    display: block;
    max-width: 120px;
    margin-bottom: 28px;
}

.footer-desc p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 13px;
    text-align: justify;
}
.social-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.social-wrap li {
    width: 38px;
    height: 38px;
    background: #121213;
    border-radius: 50%;
    overflow: hidden;
    list-style: none;
    margin: 0 5px;
    transition: all 0.3s;
}

.social-wrap li a {
    display: block;
    color: #fff;
    text-align: center;
    height: 100%;
    line-height: 41px;
    position: relative;
    transition: all 0.3s;
}
.social-wrap li:hover {
    background-color: transparent;
}
.social-wrap li:hover a {
    color: var(--primary-color);
}
.footer-title {
    margin-bottom: 35px;
    color: #fff;
    font-size: 14px;
}
.footer-submenu li a , .footer-recent-post li a {
    color: #ccc;
    padding: 5px 15px;
    position: relative;
    display: inline-block;
}
.footer-submenu li a:hover ,
.footer-recent-post li a:hover {
    color: #fff;
}
.footer-submenu li a:hover:before ,
.footer-recent-post li a:hover:before {
    background: #fff;
}
.footer-submenu li , .footer-recent-post li {
    margin-bottom: 5px;
}
.footer-submenu li a:before ,
.footer-recent-post li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 9px;
    height: 9px;
    background: #ccc;
    border-radius: 3px;
}
.row-footer {
    padding-bottom: 45px;
    border-bottom: 1px solid #626262;
    margin-bottom: 10px;
}
.footer-copyright {
    padding-bottom: 15px;
}
.footer-copyright * {
    font-size: 12px;
    color: #ccc;
}
.develop-by {
    text-align: left;
}
/* Pagination */
#breadcrumbs-wrap {
    margin-right: 10px;
}
.pagination_wrap {
    margin: 20px 0 70px;
}
.page-numbers , .pagination_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.page-numbers li a , .page-numbers li span ,
.pagination_wrap a ,
.pagination_wrap span {
    color: #6e6e6e;
    padding: 8px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
}
.page-numbers li a:hover , span.page-numbers.current ,
.pagination_wrap a:hover {
    color: var(--primary-color);
}
.next.page-numbers , .prev.page-numbers {
    width: 35px;
    height: 35px;
    display: block;
    background: var(--light-bgcolor);
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
    font-size: 13px;
    padding: 0;
}
.next.page-numbers i , .prev.page-numbers i {
    color: var(--primary-color);
}
.next.page-numbers:hover , .prev.page-numbers:hover {
    background: var(--primary-color);
    color: #fff;
}
.next.page-numbers:hover i , .prev.page-numbers:hover i {
    color: #fff;
}
.page-numbers li  {
    margin: 0 5px;
}
.pagination {
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.widget , .single-widget , #ez-toc-container {
    padding: 15px 20px !important;
    margin-bottom: 25px !important;
    /*border-radius: 8px;*/
    box-shadow: 0 0 10px #00000012 !important;
    border: 1px solid #e5e5e5 !important;
}
.widget-title , .ez-toc-title {
    padding: 8px 18px 8px 12px !important;
    margin-bottom: 10px !important;
    color: #000 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    position: relative !important;
}
.widget-title:before , .single-article .ez-toc-title:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: var(--primary-color);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
}
.widget-categories li , .widget li , .single-article #ez-toc-container li {
    border-bottom: 1px solid #eee;
}
.widget-categories li:last-child , .widget li:last-child ,.single-article #ez-toc-container li:last-child {
    border: 0;
}
.widget-categories li a , .widget li a , .single-article #ez-toc-container li a {
    display: inline-block;
    padding: 7px 12px ;
}
.widget-categories li a:before  {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
    vertical-align: middle;
    margin-left: 7px;
    display: inline-block;
}
.widget .recent-item a {
    display: flex;
    padding: 0;
}
.recent-item [class^="col-"],
.recent-item [class*=" icon-"] ,
.widget .tab-content [class^="col-"] ,
.widget .tab-content [class*=" icon-"] {
    padding: 5px;
}
.recent-item .recent-date {
    color: #9b9b9b;
    font-size: 11px;
}
.widget .nav-tabs .nav-link {
    border: 0;
    position: relative;
    font-weight: bold;
}
.widget .nav-tabs .nav-link:after {
    content: "";
    height: 4px;
    width: 0;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s;
    bottom: -2px;
}
.widget .nav-tabs .nav-link.active:after ,
.widget .nav-tabs .nav-link:hover:after {
    width: 40px;
}
.widget .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 50%;
    text-align: center;
    border: 0;
}
.widget .nav-tabs {
    margin-bottom: 15px;
}
/*-Author Box---------------------------*/
.about-the-author {
    font-size: 18px;
}
.post-author-links {
    margin-top: 15px;
}
.author-info-wrap {
    padding-top: 10px;
}
.post-author-wrap {
    padding: 30px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-shadow: 0 0 10px #00000012;
    -webkit-box-shadow: 0 0 10px #00000012;
    -moz-box-shadow: 0 0 10px #00000012;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
}
.post-author-wrap img {
    border-radius: 50%;
    box-shadow: 0 5px 10px #0000000d;
}
.post-author-wrap .fn {
    font-size: 18px;
}
.postauthor img {
    /*float: right;*/
    /*margin-left: 10px;*/
    /*margin-right: 0px;*/
    margin-bottom: 20px;
    border-radius: 50%;
}
.author-aka {
    font-size: 16px;
    text-transform: lowercase;
    font-weight: normal;
    color: #5e5e5e;
}
.author-aka-name {
    font-size: 17px;
    text-transform: lowercase;
    font-weight: normal;
    color: #111111;
}
.post-author-links {
    display: block;
    text-align: center;
}
.author-link {
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 1;
    /* height: 30px; */
    font-size: 20px;
    padding: 10px 0;
    border-radius: 100%;
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.post-author-links .persia-btn {
    float: right;
}
.author-link.f {
    color: #3b5998;
}
.author-link.t {
    color: #2DA8D2;
}
.author-link.w {
    color: #e64522;
}


img.error-image {
    margin: 0 auto;
    display: block;
    border-radius: 15px;
}

.text-404 {
    font-size: 18px;
    margin-bottom: 15px;
}
/* Editor */
.editor-content {
    color: #000;
    padding-bottom: 30px;
}
.editor-content img {
    max-width: 100%;
}
.editor-content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 2.5;
}
.editor-content blockquote {
    background: #f9f9f9;
    padding: 35px 70px 35px 50px;
    border-radius: 15px;
    position: relative;
    margin: 10px 0 20px;
}
.editor-content blockquote:before {
    content: "\e92a";
    font-family: icomoon;
    font-size: 30px;
    color: var(--primary-color);
    position: absolute;
    right: 20px;
    top: 44px;
    line-height: 1;
}
.editor-content blockquote p {
    margin: 0;
    font-size: 14px;
}
.editor-content .wp-video {
    margin: 0 auto;
}
.editor-content p a  {
    color: var(--primary-color);
    position:relative;
}
.editor-content p a:before  {
    content: "";
    right: 0;
    width: 0;
    height: 1px;
    background: var(--primary-color);
    bottom:0;
    transition: all 0.3s;
    position: absolute;
}
.editor-content p a:hover:before {
    width:100%;
}
.editor-content li  {
    margin-bottom: 10px;
    font-size: 14px;
}
.editor-content > table {
    white-space: nowrap;
}
.editor-content > table > td, .editor-content > table > th {
    padding: 20px;
}
.editor-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: var(--primary-color);
    margin-left: 12px;
    border-radius: 3px;
    /*transform: rotate(45deg);*/
}
.editor-content ul , .editor-content ol {
    margin-bottom: 15px;
}
.editor-content ol {
    padding-right: 15px;
}
.editor-content ol li {
    list-style: decimal;
}
.editor-content table tr:nth-of-type(odd) {
    background-color: #fff;
}
.editor-content table tr:nth-of-type(even) {
    background-color: #eee;
}
.editor-content table td ,
.editor-content table th {
    padding: 10px;
}
.editor-content h1 , .editor-content h2 ,
.editor-content h3 , .editor-content h4 ,
.editor-content h5 , .editor-content h6 {
    margin: 15px 0 20px;
}
.editor-content h2 {font-size: 20px;}
.editor-content h3 {font-size: 18px;}
.editor-content h4 {font-size: 16px;}
.editor-content h5 {font-size: 14px;}
.editor-content h6 {font-size: 13px;}

.single-page .editor-content {
    padding-bottom: 45px;
    position: relative;
}
.editor-content img , .def-editor img {
    border-radius: 15px;
    margin: 15px 0;
}

.single-page , .page-wrap {
    padding: 50px 0;
}
.single-title , .page-title {
    font-size: 20px;
    margin-bottom: 25px;
}
.page-title {
    font-size: 28px;
}
.page-desc {
    margin-bottom: 30px;
}
.single-thumbnail img {
    border-radius: 10px;
    margin-bottom: 25px;
}
.tag-wrapper {
    border-top: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
    flex-wrap: wrap;
}
.tag-wrapper a {
    margin: 0 5px;
}
.single-thumbnail {
    text-align: center;
}
.single-meta {
    background: #f6f6f6;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.post-date {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 700;
}
.single-tags > span ,
.category-list > span {
    font-weight: 700;
    margin-right: 5px;
}
.single-tags a ,
.category-list a {
    padding: 5px 7px;
    margin-right: 5px;
    color: #6a6a6a;
    font-weight: 700;
    display: inline-block;
}
.single-tags a:hover ,
.category-list a:hover {
    color: var(--secondary-color);
}
.related-section {
    padding: 70px 0;
    position: relative;
    z-index: 0;
}
.inner-title {
    font-size: 22px;
    margin-bottom: 40px;
}
.share-social {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: flex-end;
}
.share-social li {
    margin-left: 10px;
}
.share-social li span {
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 10px;
}
.share-social li a {
    font-size: 16px;
    color: #848484;
    padding: 5px;
    display: inline-block;
}
.share-social li:hover a {
    color: var(--secondary-color);
}
.single-widget .share-social {
    justify-content: center;
}
.single-widget .share-social li {
    margin: 0 5px;
}
.comment-section {
    padding: 50px 0 70px;
}
.comment-respond {
    margin-bottom: 80px;
}
.comment-box {
    background: #f8f6f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001c;
    margin-bottom: 25px;
    position: relative;
}
.comment-awaiting-moderation {
    color: #f00;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}
.comment-meta {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.comment-right-meta {
    display: flex;
    align-items: center;
}
.comment-name {
    font-weight: 700;
    font-size: 15px;
}
.comment-date {
    margin-left: 30px;
    font-size: 13px;
    color: var(--dark-gray);
    font-weight: 700;
}
.comment-reply a {
    color: var(--dark-gray);
    font-weight: 700;
}
.comment-reply a:before {
    content: "\e904";
    font-size: 14px;
    font-family: icomoon;
    color: var(--primary-color);
    vertical-align: middle;
    margin-left: 7px;
}
.comment-reply a:hover {
    color: var(--primary-color);
}
.comment-text * {
    color: var(--dark-gray);
}
.children {
    padding-right: 50px;
}
.children .comment {
    position: relative;
}
.children .comment-box {
    overflow: hidden;
    padding-left: 35px;
}
.children .comment:before {
    content: "\e904";
    font-size: 20px;
    font-family: icomoon;
    color: var(--primary-color);
    position: absolute;
    right: -40px;
    top: -3px;
}
div.error {
    position: absolute;
    right: 12px;
    top: auto;
    font-size: 12px;
    color: #f00;
    bottom: 0;
}
.children .comment-box:before {
    content: "";
    width: 15px;
    height: 70px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: calc(50% - 35px);
    bottom: auto;
    margin: 0 auto;
    border-radius: 0 5px 5px 0;
}
.comment-reply-title , .logged-in-as {
    margin: 15px 0;
}
#cancel-comment-reply-link {
    margin-right: 10px;
    font-size: 15px;
    color: var(--dark-gray);

}

.subCategories {
    margin: 30px 0 50px;
}
.subCategories .category-item {
    padding: 20px;
}
.subCategories .category-card-title {
    margin-bottom: 0;
}
.owl-dots button span {
    width: 10px;
    height: 10px;
    background: #e6e6e6;
    display: inline-block;
    z-index: 9999;
    border-radius: 50%;
    margin: 0 2px;
    transition: all 0.3s;
}
.subCategories .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.subCategories .owl-dot.active span ,
.subCategories .owl-dot:hover span {
    background: var(--primary-color);
}
.category-banner {
    display: block;
    /*margin-bottom: 40px;*/
    position: relative;
    overflow: hidden;
}
.related-video , .related-podcast {
    padding: 60px 0;
}
.inner-title .icon-holder {
    width: 40px;
    height: 40px;
    background: #b0b0b0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    margin-left: 15px;
    box-shadow: 0 5px 10px #b0b0b057;
}
.related-section .inner-title .icon-holder {
    background: #00adff;
    box-shadow: 0 5px 10px #00adff47;
    vertical-align: middle;
}
.related-video .inner-title .icon-holder {
    background: var(--primary-color);
    box-shadow: 0 5px 10px #ff00a44f;
}
.related-podcast .inner-title .icon-holder {
    background: var(--secondary-color);
    font-size: 20px;
    box-shadow: 0 5px 10px #65e94c91;
}
.alert-by-comment {
    margin-right: 15px;
}
.notfound {
    display: block;
    padding: 10px 15px;
    background: #eee;
}
.breadcrumbs {
    padding: 10px 0;
    background: #fff;
}
.breadcrumbs * {
    font-size: 12px;
}
.breadcrumb_last , .breadcrumbs a:hover {
    color: var(--secondary-color);
}
#breadcrumbs-wrap a:after {
    content: "\e908";
    color: #333;
    font-family: icomoon;
    font-size: 8px;
    margin: 0 5px;
    vertical-align: middle;
}
/*#breadcrumbs-wrap a:hover:after {*/
/*    color: var(--primary-color);*/
/*}*/
.single-podcast , .single-video {
    padding-bottom: 0;
}
.editor-content iframe {
    margin: 30px 0;
    width: 100%;
    border-radius: 25px;
}
.h_iframe-aparat_embed_frame {
    margin-bottom: 55px;
}
.single-podcast .editor-content , .single-video .editor-content {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.post-categories {
    display: flex;
    flex-wrap: WRAP;
}
.snap-btn.all-btn , .go-home .snap-btn {
    background: var(--primary-color);
    width: 170px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.snap-btn.all-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: auto;
}
.podcast-content {
    background: #343434;
    border-radius: 10px;
    padding: 10px 25px;
    margin-bottom: 25px;
}
.search-keyword {
    color: var(--primary-color);
}
/*.vcard.author {*/
/*    text-align: center;*/
/*}*/
.video-content-wrap .snap-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 45px;
    width: 145px;
}

.anim-btn span , .card-more span , .all-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.anim-btn:hover , .card-more:hover {
    color: #fff;
}
.anim-btn:hover span ,
.card-more:hover span ,
.all-btn:hover span {
    width: 225%;
    height: 562.5px;
}

.slider-caption .snap-btn span , .all-btn span {
    background-color: #fff;
}
.slider-caption .snap-btn:hover , .all-btn:hover {
    color: var(--primary-color);
}


.table-of-contents.widget li {
    border: 0;
}

.widget-categories li {
    position: relative;
}
.toggle-down {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    left: 0;
    top: 8px;
    cursor: pointer;
    transition: all 0.3s;
}
.toggle-down i {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s;
    position: absolute;
    left: 7px;
    top: 5px;
}
.has-sub.active .toggle-down {
    transform: rotate(180deg);
}

.feature-card:hover .card-more {
    background: var(--primary-color);
    color: #fff;
}

.feature-card:hover .feature-card-title {
    color: var(--primary-color);
}

.single-widget.single-share-list {
    display: block;
    margin: 0 auto;
    max-width: 250px;
}



.editor-content .blog-item img {
    margin: 0;
    border-radius: 0;
}
.editor-content .view-card i {
    margin-left: 5px;
}
.single-article table{
	    width: 70%;
    margin: 5px 15%;
    text-align: center;
}

.single-article img{
    margin: 10 auto;
}

.ez-toc-list {
    height: 300px;
    overflow: auto;
}

.routing-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}
.routing-wrap span {
    font-size: 16px;
}
.routing-buttons a {
    width: 150px;
    height: 52px;
    display: inline-block;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 15px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 6px 11px;
}
.routing-buttons a img {
    width: 100%;
    height: auto;
    display: block;
}
.place-map {
    background: #f6f6f6;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 11px #00000017;
    margin-top: 25px;
}
.place-list .item {
    display: inline-block;
    margin-left: 7px;
    background: #ff00a4;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    line-height: 1;
    border: 1px solid #ff00a4;
    margin-bottom: 10px;
}
.place-info p {
    margin-bottom: 15px;
}

.place-gallery .gallery-item {
    display: block;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.place-gallery .owl-nav button {
    position: absolute;    
    top: 50%;
}
.place-gallery .owl-nav .owl-next {
    left: -25px;
    right: auto;
}
.place-gallery .owl-nav .owl-prev {
    right: -25px;
    left: auto;
    
}
.place-gallery .owl-nav button i {
    font-size: 22px;
}

.widget_related_place li {
    padding: 10px 0;
    align-items: flex-start;
}
.widget li .place_thumb {
    display: block;
    max-width: 60px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 !important;
}
.place_cont {
    width: calc(100% - 60px);
    padding-right: 7px;
}
.place_cont a {
    padding: 0 !important;
}
.place_cont p {
    font-size: 12px;
    line-height: 1.5;
    color: #b4b4b4;
}
.place-info {
    padding: 25px 30px 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #00000012 !important;
}
.place-info i {
    vertical-align: middle;
    margin-left: 15px;
    display: inline-block;
}
.bg-success {
    background-color: #65e94c!important;
}
.progressbar-wrap {
    margin-bottom: 10px;
}
.progressbar-wrap .text {
    margin-bottom: 10px;
    display: block;
}
.progress {
    height: 0.5rem;
    border-radius: 30px;
}
.image-gallery svg {
    margin-top: 10px;
}
.widget_media_image a {
    display: block;
}

.badge {
    font-size: 13px;
    color: #fff;
}
.place-info .badge {
    margin-right: 15px;
}


.landing-faq {
    padding: 70px 0;
}
.accordion_warp {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #edeef2;
    border-radius: 10px;
}
.acc-sq {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.acc-sq i {
 transform: rotate(270deg);
 transition: all 0.3s;
}
.acc-sq h4 {
    font-size: 15px;
    
}
.acc-title .icon-add {
    color: #a7abb6;
}
.faq_ans {
    padding: 15px 20px;
    border-top: 1px solid #e1e2e4;
    margin-top: 15px;
}
.acc-sq:not(.collapsed) i ,
.acc-sq:not(.collapsed) h4 {
    color: var(--primary-color);
}

.acc-sq:not(.collapsed) i {
    transform: rotate(90deg);
}

.kksr-legend {font-size: 13.2px !important;}
.kk-star-ratings {
    flex-direction: row-reverse;
}

.ez-toc-title-toggle {
display: none !important;
}