@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Gmag
  Version: 1.0
  Last change: 23/12/2021 ]
     ++ Fonts ++
	++ loader ++
	++ Typography ++
	++ General ++
	++ navigation ++
	++ footer ++
	++ button ++
	++ hero ++
	++ section ++
	++ post ++
	++ widget ++
	++ shop ++
	++ forms ++
	++ responsive ++
*/
/*-------------Import fonts ---------------------------------------*/
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/iranyekan/eot/iranyekanwebthinfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekan/woff/iranyekanwebthinfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekan/eot/iranyekanweblightfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 850;
    src: url('../fonts/iranyekan/eot/iranyekanwebblackfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekan/woff/iranyekanwebblackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekan/woff/iranyekanwebextrablackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekan/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}

/*-------------General Style---------------------------------------*/
html {
    overflow-x: hidden !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: iranyekan, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #292929;
    background: #fff;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    text-align: center;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*--------------Typography--------------------------------------*/
p {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #5e646a;
}

blockquote {
    float: right;
    padding: 20px 20px 10px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-right: 15px solid #eee;
    background: #f9f9f9;
    position: relative;
}

blockquote p {
    font-family: iranyekan, cursive;
    color: #494949;
}

blockquote:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f10e";
    position: absolute;
    color: #ccc;
    bottom: 3px;
    font-size: 43px;
    left: 6px;
    opacity: 0.4;
}

/* ---------Content Styles--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    background: #fff;
}

#wrapper {
    float: right;
    width: 100%;
    position: relative;
    padding-top: 140px;
}

.fl-wrap {
    float: right;
    width: 100%;
    position: relative;
}

.container {
    max-width: 1300px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.content {
    width: 100%;
    position: relative;
    z-index: 13;
    background: #fff;
    float: right;
}

.full-height {
    height: 100%;
}

.bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.respimg, .single-slider img, .single-slider-wrap img {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.no-padding {
    padding: 0 !important;
}

.bg-wrap {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.gray-bg {
    background: #f9f9f9;
}

.content-banner-wrap {
    margin: 0 auto;
    max-width: 860px;
}

/* ---------tabs--------------------------------------*/
.tab-content {
    width: 100%;
    display: none;
    float: right;
}

.tab {
    width: 100%;
    float: right;
}

.first-tab {
    display: block;
}

/*------ Header  ------------------------------------------------*/
.main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
}

.top-bar {
    background: #292929;
    height: 70px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.top-bar.scroll-sticky {
    height: 0;
}

.topbar-social {
    float: left;
    position: relative;
    height: 32px;
    top: 18px;
}

.topbar-social li {
    float: right;
    margin-right: 6px;
}

.topbar-social li a {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: right;
    color: #fff;
    border-radius: 2px;
}

.topbar-social a {
    transition: all 100ms linear;
}

.topbar-social a:hover {
    color: #fff;
}

.date-holder {
    float: right;
    height: 70px;
    color: #fff;
    position: relative;
    padding-right: 50px;
    width: 100px;
    padding-top: 18px;
}

.date-holder:before {
    content: '';
    position: absolute;
    left: 2px;
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    margin: -20px 0 0 0;
}

.date_num {
    position: absolute;
    width: 50px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    right: 0;
    top: 0;
    font-weight: 500;
}

.date_mounth, .date_year {
    text-align: right;
    float: right;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
}

.header_news-ticker-wrap {
    float: right;
    width: 650px;
    position: relative;
    padding: 0 130px 0 40px;
    height: 70px;
    overflow: hidden;
}

.header_news-ticker-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: #222;
    right: 130px;
    left: 50px;
}

.header_news-ticker-wrap li {
    float: right;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: right;
    padding: 0 30px 0 15px;
}

.header_news-ticker-wrap li a {
    color: #fff;
}

.hnt_title {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
}

.n_contr-wrap {
    position: absolute;
    left: 0;
    width: 30px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    margin-top: -10px;
}

.n_contr {
    float: right;
    cursor: pointer;
    font-size: 18px;
}

.p_btn {
    margin-left: 14px;
}

.header-inner {
    background: #fff;
    height: 70px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 15px 30px 0 #0000000f;
}

.logo-holder {
    float: right;
    position: relative;
    z-index: 21;
    height: 56px;
    top: 8px;
}

.logo-holder img {
    width: auto;
    height: 100%;
}

.show-cart, .srf_btn, .search_btn {
    float: left;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 24px;
    border-right: 1px solid #eee;
    text-align: center;
    box-sizing: border-box;
    font-weight: 600;
}

.search_btn {
    border-left: 1px solid #eee;
}

.show-cart i, .srf_btn i, .search_btn i {
    position: relative;
    z-index: 2;
}

.htact:after {
    content: '';
    position: absolute;
    right: -1px;
    left: -1px;
    bottom: 0;
    top: 100%;
    background: #292929;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.sc_btn.scwllink:after, .search_btn.scwllink2:after {
    top: 0;
}

.srf_btn, .search_btn {
    margin-right: 0;
    font-size: 14px;
}

.header-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #292929;
    font-weight: 600;
    color: #fff;
    transition: all .3s ease-in-out;
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    border-top: none;
}

.htact:hover .header-tooltip {
    opacity: 1;
    visibility: visible;
}

.show-cart_count {
    position: absolute;
    bottom: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100%;
    color: #fff;
    right: 16px;
    z-index: 10;
    font-size: 10px;
    background: #eee
}

.show-cart i, .show-cart_count, .header-cart_wrap {
    transition: all .3s ease-in-out;
}

.show-cart:before {
    content: "";
    display: block;
    width: 1px;
    height: 16.8px;
    position: absolute;
    top: 50%;
    right: -20px;
    background: rgba(255, 255, 255, 0.51);
    margin-top: -8.4px;
    transform: rotate(-45deg);
}

.sc_btn.scwllink i:before, .search_btn.scwllink2 i:before {
    content: "\f00d";
    color: #fff;
}

.sc_btn.scwllink .show-cart_count {
    transform: scale(0);
}

.header-btn {
    float: left;
    position: relative;
    color: #292929;
    font-size: 11px;
    font-weight: 700;
    width: 180px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.header-btn i {
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
}

.progress-bar-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    z-index: 123;
}

.progress-bar {
    position: relative;
    height: 100%;
    width: 0%;
    z-index: 2;
    top: 0;
    transition: all .2s ease-in-out;
}

.header-cart_wrap_container .ps__thumb-y {
    border-radius: 4px;
}

.header-search-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 350px;
    padding: 20px 15px;
    background: #292929;
    border-top: none;
    box-shadow: 0 13px 20px rgb(58 87 135 / 5%);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
}

.vis-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-search-wrap .widget-inner {
    margin: 0;
}

.search {
    border: none;
    float: right;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    position: relative;
    outline: none;
    padding: 0px 20px 0px 0px;
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: iranyekan, sans-serif;
    -webkit-appearance: none;
}

.search::-webkit-input-placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    font-family: iranyekan, sans-serif;
}

.search-submit {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 70px;
    height: 50px;
    font-size: 11px;
    color: #fff;
    border-radius: 2px 0 0 2px;
}

.header-cart_wrap {
    position: absolute;
    top: 70px;
    left: 119px;
    padding: 25px 20px 15px;
    width: 391px;
    background: #fff;
    opacity: 0;
    visibility: visible;
    display: none;
    border: 1px solid #eee;
    border-top: none;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
}

.vis-cart {
    opacity: 1;
    visibility: visible;
    left: 139px;
}

.header-cart_title {
    font-size: 14px;
    font-weight: 600;
    color: #292929;
    padding: 0 0 20px 0;
    text-align: right;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.header-cart_wrap_container {
    max-height: 290px;
    float: right;
    width: 100%;
    overflow: auto;
    padding-left: 10px;
}

.header-cart_wrap_total {
    padding: 18px 20px 12px;
    text-align: right;
    margin-top: 10px;
    background: #f7f7f7;
}

.header-cart_wrap_total_item {
    color: #292929;
    font-size: 13px;
    font-weight: 600;
}

.header-cart_wrap_total_item span, .header-cart_title span {
    float: left;
}

.header-cart_wrap_total_item span {
    font-size: 13px;
    position: relative;
    top: -2px;
}

.header-cart_title span {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: 2px;
    color: #222;
}

.box-widget-content .widget-posts li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: 10px;
}

.box-widget-content .widget-posts li:last-child {
    margin-bottom: 0;
}

.box-widget-content .widget-posts-img, .cart-details_header .widget-posts-img {
    float: right;
    width: 30%;
}

.box-widget-content .widget-posts-img img, .cart-details_header .widget-posts-img img {
    border-radius: 2px;
}

.box-widget-content .widget-posts-img:hover {
    opacity: 0.6;
}

.box-widget-content .widget-posts-descr {
    float: right;
    width: 70%;
    padding: 0 20px 0 30px;
    text-align: right;
    position: relative;
}

.box-widget-content .widget-posts-descr a {
    color: #444;
    font-weight: 700;
    font-size: 13px;
}

.widget-posts-descr_calc {
    width: 100%;
    font-weight: 500;
    color: #828282;
    padding-top: 3px;
    font-size: 11px;
}

.widget-posts-descr_calc span {
    padding: 0 4px;
}

.clear-cart_button {
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 30px;
    font-weight: bold;
}

.header-cart_wrap_footer {
    padding-top: 15px;
}

.header-cart_wrap_footer:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 34px;
    right: 50%;
    background: #ccc;
    margin-top: -7px;
}

.header-cart_wrap_footer a {
    width: 45%;
    float: right;
    padding: 14px 0;
    color: #fff;
    background: #292929;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.header-cart_wrap_footer a:last-child {
    float: left;
}

.header-cart_wrap_footer a:hover {
    color: #fff
}

/*------ navigation  ------------------------------------------------*/
.nav-holder {
    float: left;
    position: relative;
    opacity: 1;
    top: 17px;
    visibility: visible;
    z-index: 20;
}

.nav-holder nav {
    position: relative;
    float: left;
}

.nav-holder nav li {
    float: right;
    position: relative;
    margin-left: 6px;
    height: 50px;
}

.nav-holder nav li ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 150px;
    top: 53px;
    right: 0;
    z-index: 1;
    padding: 10px 0;
    background: #292929;
    transition: all .2s ease-in-out;
}

.nav-holder nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.nav-holder nav li ul li ul {
    top: -10px;
    right: 100%;
    margin-right: 25px;
    margin-top: 0;
    max-width: 150px;
}

.nav-holder nav li ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
}

.nav-holder nav li ul li {
    width: 100%;
    float: right;
    height: auto;
    position: relative;
}

.nav-holder nav li a {
    float: right;
    padding: 5px 11px;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    transition: all 100ms linear;
    position: relative;
}

.nav-holder nav li a.act-link, .nav-holder nav li a:hover {
    color: #999;
}

.nav-holder nav li a i {
    padding-right: 10px;
    transition: all 200ms linear;
}

.nav-holder nav li a:hover i {
    transform: rotateX(180deg);
}

.nav-holder nav li ul a {
    float: right;
    width: 100%;
    text-align: right;
    padding: 2px 15px;
    font-size: 11px;
    color: #fff;
}

.nav-holder nav li ul a:before, .nav-holder nav li ul a:after, .nav-button-wrap {
    display: none;
}

/* ------Hero content------------------------------------------------------------ */
.hero-slider-wrap {
    overflow: hidden;
    height: 650px;
}

.hero-carousel-wrap {
    background: #111;
    padding: 0 10px 10px;
    overflow: hidden;
    height: 550px;
}

.hero-carousel-item {
    height: 100%;
    padding: 10px 0 0;
}

.hero-carousel-item.hero-carousel-item_half {
    height: 50%;
}

.hero-carousel-item .grid-post-item, .hero-carousel-item .grid-post-item .grid-post-media.gpm_sing {
    padding: 0;
    height: 100% !important;
    margin: 0;
}

.hero-carousel-controls {
    position: absolute;
    top: 50%;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 10;
    width: 50px;
    padding: 30px 0 6px;
    border-radius: 0 6px 6px 0;
    transform: translateY(-50%);
}

.hero-carousel-pag {
    display: inline-block;
    width: 10px;
    margin-bottom: 20px;
}

.hc-cont {
    float: right;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 7px 1px 0;
    cursor: pointer;
    color: #fff;
}

.hc-cont-next {
    border-radius: 4px 4px 0 0;
}

.hc-cont-prev {
    border-radius: 0 0 4px 4px;
}

.hero-hrid {
    padding: 30px 0 10px;
}

.hero-hrid .grid-post-item .grid-post-media.gpm_sing {
    padding: 0;
    height: 450px;
    margin: 0;
}

.hero-hrid .grid-post-item .grid-post-media.gpm_sing.bold_gpi_half {
    height: 215px;
}

.hero-hrid .grid-post-item .grid-post-media.gpm_sing.bold_gpi_half .author-link {
    right: 20px;
    top: 20px;
}

.hero-hrid .grid-post-item .grid-post-media.gpm_sing.bold_gpi_half .grid-post-media_title {
    padding: 10px 20px 15px;
}

.hero-hrid .grid-post-item .grid-post-media.gpm_sing.bold_gpi_half .grid-post-media_title h4 {
    font-size: 13px;
    width: 100%;
    overflow: hidden;
}

.hero-slider_controls-wrap {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.slider-progress-bar {
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 120;
}

.progress-indicator svg {
    position: relative;
    top: -5px;
    height: 50px;
    transform: rotate(90deg);
    width: 50px;
    z-index: 20;
}

.progress-bar__background {
    fill: none;
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 1.0;
}

.progress-bar__progress {
    fill: none;
    stroke: #fff;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.circ {
    transform: scale(1.0) rotate(90deg);
    transition: transform .3s ease;
    z-index: 3;
    position: relative;
}

.circ circle {
    stroke-dasharray: 440px;
}

.circ1 {
    stroke-dashoffset: 440px;
}

.slider-progress-bar.act-slider .circ1 {
    stroke-dashoffset: 220px;
    transition: linear 6s stroke-dashoffset;
}

.hero-slider-container .swiper-container {
    width: 100%;
    height: 100%;
}

.hero-slider_controls-list {
    position: absolute;
    left: 0;
    height: 110px;
    bottom: 20px;
    right: 0;
    box-sizing: border-box;
}

.hero-slider_controls-list .swiper-slide-thumb-active .hsc-list_item:before {
    width: 100%;
}

.hero-slider_controls-list .swiper-slide-thumb-active .hsc-list_item-media:before, .hero-slider_controls-list .swiper-slide-thumb-active .hsc-list_item-media:after {
    opacity: 1;
}

.hsc-list_item {
    padding: 0 120px 0 0;
    height: 100px;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hsc-list_item:before {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 1px;
    top: -1px;
    transition: all .3s ease-in-out;
}

.hsc-list_item:after {
    content: '';
    position: absolute;
    width: 50px;
    right: 120px;
    height: 1px;
    bottom: 10px;
}

.hsc-list_item-media {
    position: absolute;
    right: 0;
    width: 100px;
    height: 70px;
    top: 20px;
    overflow: hidden;
    border-radius: 4px;
}

.hsc-list_item-media:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    opacity: 0;
    z-index: 5;
    transition: all .3s ease-in-out;
}

.hsc-list_item-media:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f106";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: -5px -5px 0 0;
    z-index: 6;
    font-weight: 900;
    color: #fff;
    opacity: 0;
    font-size: 18px;
    transition: all 200ms linear;
}

.hsc-list_item-content {
    padding-top: 28px;
}

.hsc-list_item-content h4 {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    float: right;
    width: 100%;
    margin-bottom: 8px;
}

.hsc-list_item-content .post-date {
    float: right;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-slider_controls-list .swiper-slide-thumb-active .hsc-list_item-content h4, .hero-slider_controls-list .swiper-slide-thumb-active .hsc-list_item-content .post-date {
    color: #fff;
}

.hero-item {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 20;
    bottom: 0;
    padding-bottom: 240px;
}

.hero-item:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
    z-index: -1;
    opacity: 0.8
}

.hero-item h2 {
    font-size: 35px;
    text-align: right;
    font-weight: 600;
    color: #fff;
    position: relative;
    max-width: 700px;
    line-height: 42px;
    padding-bottom: 20px;
}

.hero-item h2 a, .hero-item h4, .hero-item .author-link a, .hero-item .post-date {
    color: #fff;
}

.hero-item h4 {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    font-family: iranyekan, cursive;
    max-width: 700px;
    line-height: 22px;
    padding-bottom: 15px;
}

.hero-item .post-category-marker {
    float: right;
    margin: 0 0 10px 0;
}

.hero-item .post-date {
    float: right;
    margin: 10px 20px 0 0;
    font-size: 10px;
    text-transform: uppercase;
}

.hero-item .post-date i, .hsc-list_item-content .post-date i {
    margin-left: 10px;
}

.multi-pag {
    right: 0;
    bottom: 160px;
    width: auto;
    position: absolute;
}

.fs-slider_btn {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    border-radius: 4px;
    color: #fff;
    z-index: 50;
    cursor: pointer;
    left: 30px;
}

.fs-slider-button-prev {
    margin-top: 25px;
}

.ajax-nav {
    position: absolute;
    left: 0;
    bottom: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 4px;
}

.ajax-nav li {
    float: right;
    border-right: 1px solid #ddd;
}

.ajax-nav li:first-child {
    border-right: none;
}

.ajax-nav li a {
    padding: 8px 12px;
    float: right;
    background: #f9f9f9;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

.ajax-nav li a.current_page {
    color: #fff;
}

.ajax-loader {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 100;
    padding-top: 100px;
    display: none;
}

#ajax-content {
    padding: 10px 0;
    overflow: hidden;
    height: auto;
    min-height: 450px
}

/*------  Section ------------------------------------------------------*/
section {
    float: right;
    width: 100%;
    position: relative;
    padding: 70px 0;
    z-index: 10;
    overflow: hidden;
}

.ad-wrap {
    padding: 50px 0;
}

.section-title h2 {
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    color: #292929;
}

.section-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.section-title h3 {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #292929;
    padding-bottom: 20px;
    position: relative;
    top: 15px;
}

.section-title:before, .single-post-header:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 70px;
    height: 1px;
}

.sect_dec:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    left: 20px;
    top: 30px;
    font-weight: 900;
    font-size: 16px;
}

.section-title h4 {
    text-align: right;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
}

.hero-section {
    padding: 150px 0 60px;
}

.hero-section_bg {
    z-index: -1;
}

.hero-section_bg:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
    z-index: 10;
}

.hero-section_title h2 {
    font-size: 30px;
    text-align: right;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.hero-section_title h2:before, .banner-widget_content h5:before {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    width: 30px;
    height: 2px;
}

.hs_single-post h2:before {
    display: none;
}

.hs_single-post h2 {
    text-transform: capitalize
}

.hs_single-post {
    margin-bottom: 30px;
}

.hero-section_title h5 {
    font-weight: 500;
    text-align: right;
    color: #fff;
    font-family: iranyekan, cursive;
    padding-bottom: 20px;
}

.hs_single-post .post-category-marker {
    float: right;
    margin-bottom: 14px;
}

.hs_single-post .author-link a, .hs_single-post .post-opt {
    color: #fff;
}

.hs_single-post .post-opt {
    margin: 2px 20px 0 0;
    float: right;
    padding: 6px 0 6px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.21);
    border-radius: 2px;
}

.hs_single-post .post-date {
    float: right;
    margin: 6px 20px 0 0;
    color: #fff
}

.hs_single-post .post-date i {
    margin-left: 6px;
}

.post-date i {
    font-weight: 800;
}

.hs_single-post .post-opt li {
    margin-right: 15px;
}

.steader_opt_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
}

/*------ pagination -------------------------------------------------*/
.breadcrumbs-section {
    padding: 25px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.breadcrumbs-header {
    padding: 40px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.breadcrumbs-list a, .breadcrumbs-list span, .breadcrumbs-header_url a, .breadcrumbs-header_url span {
    color: #fff;
    float: right;
    margin-left: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    margin-top: 6px;
    position: relative;
}

.breadcrumbs-header_url {
    float: right;
}

.breadcrumbs-section .breadcrumbs-header_url {
    margin-top: 13px;
}

.breadcrumbs-header_url a {
    color: #000;
    font-weight: 600;
    font-size: 11px;
}

.breadcrumbs-header_url span {
    color: #666;
    font-weight: 600;
    font-size: 11px;
    position: relative;
}

.breadcrumbs-list a, .breadcrumbs-header_url a, .breadcrumbs-list span, .breadcrumbs-header_url span {
    padding-right: 14px;
}

.breadcrumbs-list a:before, .breadcrumbs-header_url a:before, .breadcrumbs-list span:before, .breadcrumbs-header_url span:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0da";
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 11px;
    transition: all 200ms linear;
}

.scroll-down-wrap {
    position: absolute;
    left: 0;
    bottom: -5px;
}

.scroll-down-wrap.scw_transparent {
    bottom: 0;
}

.scroll-down-wrap span {
    float: right;
    margin-right: 20px;
    position: relative;
    top: 8px;
    color: #000;
    font-weight: 500;
    font-size: 11px;
}

.scroll-down-wrap.scw_transparent span {
    color: #ffff;
}

.mousey {
    float: right;
    width: 20px;
    height: 30px;
    border-radius: 4px;
    padding: 0 6px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.05)
}

.scroll-down-wrap.scw_transparent .mousey {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.scroller {
    position: relative;
    right: 50%;
    top: 6px;
    margin-right: -1px;
    width: 3px;
    height: 3px;
    border-radius: 25%;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(50px);
        opacity: 0;
    }
}

.pwh_bg {
    position: absolute;
    top: -120px;
    width: 800px;
    left: 0;
    height: 232px;
    background: url(../images/city-bg.png);
}

.picker-wrap-container {
    padding-left: 50px;
    overflow: hidden;
}

.picker-wrap-controls {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}

.picker-wrap-controls li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: right;
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.picker-wrap-controls li span.pwc_pause {
    font-size: 10px;
}

.picker-wrap-controls li span.pwc_pause.pwc_tog-pp i:before {
    content: "\f04b";
}

.picker-wrap-controls li:last-child span {
    border: none;
    border-radius: 0 0 0 4px;
}

.picker-wrap-controls li:first-child span {
    border-radius: 4px 0 0 0;
}

.picker-wrap .list-post-wrap {
    overflow: hidden;
    border: 1px solid #eee;
    border-bottom: none;
    box-sizing: border-box;
}

.picker-wrap .list-post {
    border: none;
    padding: 15px 20px;
    background: #f9f9f9;
}

.picker-wrap .list-post:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    background: #eee;
    height: 1px;
    z-index: 20;
}

.picker-wrap .list-post:before, .picker-wrap .list-post .list-post-content:before {
    display: none;
}

.picker-wrap .list-post .list-post-media, .picker-wrap .list-post .list-post-content {
    float: left;
}

.picker-wrap .list-post .list-post-content {
    padding: 3px 0 0 30px;
}

.picker-wrap .list-post .list-post-content h3 {
    font-size: 16px;
}

/*------ aside panel -------------------------------------------------*/
.cookie-info-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 30px 0;
    box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
}

.cookie-info-bar_title {
    font-family: iranyekan, cursive;
    font-size: 15px;
    display: inline-block;
}

.cookie-info-bar_title i {
    margin-left: 10px;
    font-size: 16px;
}

.sicb_btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background: #222;
    color: #fff;
    margin-right: 10px;
    font-weight: 600;
    font-size: 11px;
}

.aside-panel {
    position: fixed;
    top: 30%;
    left: -60px;
    width: 50px;
    padding: 0 0 0;
    background: #fff;
    z-index: 30;
    border: 1px solid #eee;
    border-left: none;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 5px 40px rgb(0 0 0 / 7%);
    visibility: hidden;
    transition: all 300ms linear;
}

.vis_secnav {
    left: 0;
    visibility: visible;
}

.aside-panel li a {
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    transition: all 200ms linear;
    font-size: 15px;
    position: relative;
    background: #fff;
    color: #999;
}

.aside-panel li:last-child a {
    border: none;
    border-radius: 0 6px 0 0;
}

.aside-panel li a:hover {
    background: #f5f5f5;
}

.aside-panel li a span {
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -15px 0 0 20px;
    color: #fff;
    background: #222;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 120px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
    box-shadow: 0 5px 40px rgb(0 0 0 / 7%);
}

.aside-panel li a:hover span {
    opacity: 1;
    visibility: visible;
}

/*------ pagination -------------------------------------------------*/
.pagination {
    margin: 20px 0 0 0;
    text-align: center;
    float: right;
    z-index: 10;
    position: relative;
    background: #222;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
}

.pagination li {
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.pagination a {
    color: #fff;
}

.pagination li.active {
    color: #e93314;
}

.pagination li.disabled {
    color: #555;
}

.pagination a {
    display: block;
    width: 100%;
    height: 100%;
}

.pagination a[rel='next'],
.pagination a[rel='prev'] {
    font-size: 24px;
}

.pagination a i {
    font-size: 12px;
}

.pagination a, .cat-item a {
    transition: all 150ms linear;
}

.load-more_btn {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    background: #222;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 11px;
    margin-top: 20px;
    border-radius: 4px;
}

.lmb_center-align {
    display: inline-block;
    float: none;
    padding: 0 60px;
}

.load-more_btn i {
    margin-left: 13px;
    position: relative;
}

.lmb_center-align.load-more_btn i {
    color: #fff;
}

.load-more_btn:hover i {
    animation: spin3 .5s linear infinite;
}

@keyframes spin3 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*------ forms -------------------------------------------------*/
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {
    float: right;
    border: none;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 30px;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: none;
    font-family: iranyekan, sans-serif;
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder, .subcribe-form input.enteremail::-webkit-input-placeholder {
    color: #666;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    font-family: iranyekan, sans-serif;
}

.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
    color: #666;
    font-weight: 500;
    font-size: 12px;
    font-family: iranyekan, sans-serif;
}

.custom-form textarea {
    min-height: 180px;
    resize: vertical;
    padding: 25px 30px;
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
}

.custom-form input {
    margin-bottom: 20px;
}

.custom-form .btn {
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin-top: 20px;
    padding: 18px 30px;
    border-radius: 4px;
}

.custom-form .btn:hover {
    background: #222;
}

.custom-form textarea:focus, .custom-form input[type="text"]:focus, .custom-form input[type=email]:focus, .custom-form input[type=password]:focus {
    background: #fff;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}

.nice-select {
    font-size: 12px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    border-radius: 2px;
    border: 1px solid #eee;
    background: #f5f5f5
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select.open {
    color: #000;
}

.irs-line-left, .irs-line-mid, .irs-line-right, .irs-bar-edge {
    background: #ccc;
}

.irs-single {
    color: #292929;
    font-weight: 600;
}

/*------ footer-------------------------------------------------*/
.main-footer {
    background: #222;
    padding: 80px 0 0;
}

.footer-widget-title {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget-content p {
    color: #fff
}

.footer-bottom {
    padding: 18px 0;
    margin-top: 70px;
    background: #191919;
}

.footer-logo {
    margin-bottom: 34px;
    display: block;
    text-align: right;
}

.footer-logo img {
    width: auto;
    height: 24px;
}

.footer-social {
    margin-top: 22px;
}

.footer-social li {
    float: right;
    margin-left: 6px;
}

.footer-social li a {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: right;
    color: #fff;
    border-radius: 2px;
}

.footer-list li {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
}

.footer-list li:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d9";
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 11px;
    transition: all 200ms linear;
}

.footer-list li:hover:before {
    right: 4px;
}

.footer-list li a {
    color: #B6B6B6;
    transition: all 200ms linear;
}

.footer-list li a:hover {
    color: #fff
}

#subscribe {
    margin-top: 20px;
}

.subcribe-form input.enteremail {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 70%;
    outline: none;
    float: right;
    box-sizing: border-box;
    font-family: iranyekan, sans-serif;
}

.subcribe-form input.enteremail::-webkit-input-placeholder,
.subcribe-form input.enteremail::-webkit-input-placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    font-family: iranyekan, sans-serif;
}

.subcribe-form .subscribe-button {
    float: left;
    width: 28%;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: iranyekan, sans-serif;
    border-radius: 2px;
}

.copyright {
    font-weight: 500;
    font-size: 12px;
    color: #999;
    text-align: right;
    float: right;
    line-height: 36px;
}

.subfooter-nav {
    float: left;
}

.subfooter-nav li {
    float: right;
    margin-right: 10px;
    line-height: 36px;
}

.subfooter-nav li a {
    color: #fff;
}

.to-top {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
    transition: all 200ms linear;
}

.to-top i {
    transition: all 200ms linear;
    transform: translateY(0px);
    position: relative;
}

.to-top:hover i {
    transform: translateY(-6px)
}

/*------login------------------------------------------------*/
.mg_logo {
    position: absolute;
    z-index: 3;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    left: 0;
    right: 0;
}

.mg_logo:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    right: 50%;
    top: 50%;
    margin: -50px -50px 0 0;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 26px rgb(255 255 255 / 10%);
}

.mg_logo img {
    height: 30px;
    width: auto;
    position: relative;
    z-index: 2;
}

.main-register-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    background: rgba(0, 0, 0, .6);
}

.reg-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

.main-register-holder {
    max-width: 820px;
    margin: 150px auto;
    position: relative;
    z-index: 2;
}

.main-register-wrap {
    padding-right: 400px;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    transition: all .4s ease-in-out;
    transform: scale(0.8);
    opacity: 0;
}

.main-register_bg {
    position: absolute;
    right: 0;
    width: 400px;
    top: 0;
    bottom: 0;
}

.main-register {
    float: right;
    width: 100%;
    position: relative;
    padding: 100px 50px 30px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.08);
}

.vis_mr {
    opacity: 1;
    transform: scale(1.0);
}

.main-register .tabs-menu {
    position: absolute;
    right: 0;
    top: 0;
    left: 50px;
}

.close-modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 15px;
    transition: all .4s ease-in-out;
}

.close-modal:hover {
    background: #f1f1f1;
}

.main-register .tabs-menu li {
    float: right;
    width: 50%;
}

.main-register .tabs-menu li a {
    height: 50px;
    line-height: 50px;
    float: right;
    width: 100%;
    background: #292929;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

.main-register .tabs-menu li.current a, .main-register .tabs-menu li.current a i {
    color: #fff;
}

.main-register .tabs-menu li a i {
    margin-left: 10px;
    font-weight: 800;
}

.soc-log {
    padding: 5px 0;
}

.soc-log p {
    margin-bottom: 12px;
    font-size: 11px;
    color: #454545;
    text-align: center;
}

.soc-log a {
    float: right;
    width: 100%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    text-align: center;
    background: #292929;
}

.soc-log a i {
    font-size: 12px;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    right: 0;
    line-height: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.log-separator span {
    position: relative;
    width: 90px;
    display: inline-block;
    background: #fff;
    z-index: 2;
}

.log-separator:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background: #eee;
    z-index: 1;
}

.custom-form .log-submit-btn {
    float: right;
    padding: 18px 0;
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    margin-bottom: 16px;
    font-family: iranyekan, sans-serif;
}

.custom-form .log-submit-btn:hover {
    color: #000
}

.custom-form label {
    float: right;
    position: relative;
    width: 100%;
    text-align: right;
    font-weight: 500;
    color: #666;
    font-size: 11px;
    margin-bottom: 6px;
}

.main-register .filter-tags {
    float: right;
    margin: 2px 0 0 0;
}

.main-register .filter-tags input {
    float: right;
    position: relative;
    border: 1px solid #e5e7f2;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    color: #fff;
    background: #fff;
    -webkit-appearance: none;
}

.filter-tags input:checked:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00c";
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: 3px;
    z-index: 20;
}

.main-register .filter-tags label {
    color: #50596E !important;
    width: auto;
    margin: 2px 12px 0 0;
}

.lost_password {
    margin-top: 4px;
    float: left;
}

.lost_password a {
    float: right;
    color: #666;
    font-size: 11px;
    font-weight: 500;
}

.lost_password a:hover {
    text-decoration: underline;
}

.tbhc_btn, .mob-hid_btn {
    display: none;
}

.stp-bot {
    padding-bottom: 50px;
}

/*------ post ------------------------------------------------*/
.bold_gpi, .gpi_light {
    margin-bottom: 20px;
}

.bold_gpi:after {
    content: '';
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 10px;
    z-index: -1;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 14px 0 rgb(37 44 65 / 12%);
    transition: all .3s ease;
}

.bold_gpi .grid-post-content {
    border: 1px solid #eee;
    padding: 20px 20px 0px;
    background: #fff;
}

.grid-post-content h3 {
    text-align: right;
    font-weight: 600;
    font-size: 15px;
    font-size: 16px;
}

.grid-post-media {
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
    height: 220px;
}

.grid-post-media a.gpm_link {
    float: right;
    width: 100%;
    height: 100%;
}

.grid-post-media.gpm_sing {
    border-radius: 4px;
    padding: 200px 0;
    height: auto;
}

.grid-post-media_title {
    position: absolute;
    bottom: 0;
    z-index: 20;
    right: 0;
    left: 0;
    padding: 10px 40px 30px;
}

.grid-post-media_title .post-opt {
    margin-right: 20px;
    color: #fff;
    top: 6px;
    position: relative;
    float: right;
}

.grid-post-media_title .post-opt i, .grid-post-media_title .post-opt li {
    margin-left: 10px;
}

.gpm_sing .author-link {
    position: absolute;
    z-index: 10;
    right: 40px;
    top: 30px;
}

.grid-post-media_title h4 {
    text-align: right;
    color: #fff;
    float: right;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
}

.grid-post-media_title h4 a, .gpm_sing .author-link a {
    color: #fff;
}

.gpi_light .grid-post-media {
    margin-bottom: 15px;
}

.grid-post-media .bg {
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.grid-post-media:hover .bg {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.grid-post-content .post-date, .list-post-content .post-date {
    float: right;
    width: 100%;
    text-align: right;
    color: #666;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px 0 10px 0;
}

.grid-post-content .post-date i, .post-opt li i, .list-post-content .post-date i {
    margin-left: 4px;
}

.post-opt li i {
    font-weight: 600;
}

.bold_gpi .grid-post-footer {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    padding: 16px 20px;
}

.post-opt li {
    float: right;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.author-link {
    float: right;
}

.author-link img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: right;
    margin-left: 8px;
}

.author-link span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 9px;
}

.author-link strong {
    color: #777;
}

.author-link:hover strong {
    color: #000;
}

.grid-post-footer .post-opt {
    float: left;
    position: relative;
    top: 12px;
}

.grid-post-footer .post-opt li {
    margin-left: 10px;
    color: #000;
}

.grid-post-footer .post-opt li span, .grid-post-footer .post-opt li a {
    color: #000;
    margin-left: 2px;
}

.grid-post-item .post-category-marker {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.grid-post-media_title .post-category-marker {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    margin-bottom: 15px;
}

.grid-post-item .post-category-marker:hover {
    background: #292929;
}

.gs-controls {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 50px;
    z-index: 10;
}

.gs-controls:before {
    content: '';
    position: absolute;
    right: 0;
    left: 120px;
    height: 1px;
    bottom: 18px;
    background: rgba(255, 255, 255, 0.2);
}

.gs_button {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    margin-right: 6px;
}

.gc-pagination.pag-style {
    float: left;
}

.gc-pagination.pag-style .swiper-pagination-bullet {
    background: #bbb;
}

.gc-pagination.pag-style .swiper-pagination-bullet:before {
    border-color: #ccc;
}

.sgs_ver {
    position: absolute;
    left: 40px;
    right: auto;
    bottom: 50%;
    z-index: 50;
    width: 10px;
    transform: translateY(50%);
}

.sgs_hor {
    position: absolute;
    bottom: 35px;
    z-index: 50;
    width: 100%;
}

.single-grid-slider-wrap {
    margin: 15px 0;
}

.sgs-pagination .swiper-pagination-bullets, .multi-pag .swiper-pagination-bullets {
    width: 10px;
}

.sgs-pagination .swiper-pagination-bullet, .multi-pag .swiper-pagination-bullet, .hero-carousel-pag .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #fff;
    opacity: 1;
    position: relative;
}

.sgs_ver .swiper-pagination-bullet, .hero-carousel-pag .swiper-pagination-bullet {
    margin-bottom: 10px;
}

.sgs_hor .swiper-pagination-bullet {
    margin: 0 8px;
}

.gallery-item {
    width: 33.3%;
    position: relative;
    float: right;
    padding: 5px;
}

.list-post {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.list-post:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 1px;
}

.list-post-media {
    position: relative;
    width: 40%;
    overflow: hidden;
    height: 190px;
    float: right;
    border-radius: 4px;
}

.post-media_title {
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 20;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 6px 13px;
    border-radius: 0 4px 0 0;
    transition: all 400ms linear;
}

.list-post-media:hover .post-media_title, .grid-post-media:hover .post-media_title {
    bottom: 0;
}

.list-post-media a {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
}

.list-post-content {
    float: right;
    width: 60%;
    padding: 3px 30px 0 0;
    position: relative;
}

.list-post-content:before, .single-post-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.list-post-wrap_column .list-post-media, .list-post-wrap_column .list-post-content {
    width: 100%;
}

.list-post-wrap_column .list-post-media {
    height: 240px;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post-media {
    height: 375px;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post-content {
    padding: 22px 0 0 0;
}

.list-post-wrap_column .list-post-content {
    padding: 12px 0 0 0;
}

.list-post-wrap_column .list-post-content:before {
    display: none;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post-content:before {
    display: block;
    top: 22px;
}

.list-post-wrap_column .list-post {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.cen-align-container {
    padding-right: 30px;
    border-right: 1px solid #eee;
}

.list-post-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    display: block;
    width: 100%;
    clear: both;
}

.list-post-wrap_column_fw.list-post-wrap_column .list-post-content h3 {
    font-size: 24px;
}

.list-post-content .post-opt li {
    margin-left: 10px;
}

.list-post-content .post-opt {
    margin-top: 20px;
    float: left;
}

.list-post-content .post-category-marker, .single-post-header .post-category-marker {
    float: right;
    margin-bottom: 6px;
}

.list-post-wrap_column .post-category-marker {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}

.list-post-content .post-category-marker, .grid-post-media_title .post-category-marker {
    padding: 4px 13px;
    font-size: 10px;
}

.list-post-content .post-category-marker:hover {
    background: #222;
}

.single-post-header {
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
}

.single-post-header h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: right;
}

.single-post-header h4 {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    color: #6c6f72;
    font-family: iranyekan, cursive;
    padding-bottom: 20px;
}

.single-post-header .post-opt {
    float: left;
    padding: 6px 5px 6px 14px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.single-post-header .post-opt li {
    margin-right: 15px;
    font-size: 11px;
}

.single-post-header .post-date {
    float: right;
    margin: 10px 20px 0 0;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.single-post-header .post-date i {
    margin-left: 6px;
}

.ss-slider-cont {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 4px;
    color: #fff;
    z-index: 50;
    cursor: pointer;
}

.ss-slider-cont-next,
.ss-slider-cont-next-2,
.ss-slider-cont-next-3 {
    left: 20px;
}

.ss-slider-cont-prev,
.ss-slider-cont-prev-2,
.ss-slider-cont-prev-3 {
    right: 20px;
}

.pmd_vis {
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.box-media-zoom {
    position: absolute;
    left: 0;
    top: -60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    background: #202020;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.hov_zoom:hover .box-media-zoom {
    top: 0;
}

.spc_column:before {
    content: '';
    position: absolute;
    right: 86px;
    height: 100%;
    width: 1px;
    background: #eee;
    top: 0;
}

.ss-slider-controls2 {
    position: absolute;
    right: 20px;
    z-index: 20;
    bottom: 20px;
}

.single-post-media {
    margin-bottom: 20px;
}

.single-post-media .video-holder {
    border-radius: 6px;
    height: 450px;
}

.spc_column {
    padding-right: 120px;
}

.mb_head {
    font-size: 18px;
    text-align: right;
    padding-bottom: 10px;
    font-weight: 600;
}

.has-drop-cap:first-letter {
    font-size: 70px;
    float: right;
    padding: 20px 0 40px 20px;
    font-family: iranyekan, cursive;
    color: #000;
}

.single-post-content_text_media {
    margin: 15px 0;
}

.single-post-content_text_media img {
    border-radius: 4px;
}

.single-post-content_text p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.single-post-content_column {
    position: absolute;
    top: 0;
    right: 0;
}

.print-btn {
    float: left;
    margin: 10px 0 0 20px;
    padding: 8px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.print-btn i {
    font-size: 16px;
    margin-right: 10px;
}

.print-btn span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: -2px;
}

.fontSize {
    float: right;
    width: 350px;
    padding: 0 120px 15px 50px;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 4px;
}

.fs-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    z-index: 20;
}

.fs_title {
    position: absolute;
    right: 15px;
    top: 19px;
    font-size: 13px;
    font-family: iranyekan, cursive;
    font-weight: 600;
}

.fontSize input {
    float: right;
}

.fontSize .irs-single {
    display: none;
}

.fontSize .irs-line, .fontSize .irs-line-left, .fontSize .irs-line-mid, .fontSize .irs-bar, .fontSize .irs-line-right, .fontSize .irs-bar-edge {
    height: 2px;
}

.fontSize .irs-max, .fontSize .irs-min {
    visibility: visible !important;
    top: 20px;
    color: #333;
    font-size: 10px;
}

.fontSize .irs-slider:before {
    width: 14px;
    height: 14px;
    margin: -7px -7px 0 0;
}

.fontSize .irs-min {
    right: -35px;
}

.fontSize .irs-max {
    left: -36px;
}

.show-more-snopt {
    float: left;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    border: 1px solid #eee;
    background: #f9f9f9;
    color: #000;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    margin-top: 10px;
}

.smact_vis i:before {
    content: "\f00d";
}

.smact_vis {
    font-size: 12px;
}

.show-more-snopt-tooltip {
    position: absolute;
    left: 0;
    width: 190px;
    background: #f9f9f9;
    top: 100%;
    margin-top: 30px;
    z-index: 20;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 300ms linear;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 5px rgb(0 0 0 / 6%);
}

.show-more-snopt-tooltip.show-more-snopt-tooltip_vis {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.show-more-snopt-tooltip a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: right;
    font-size: 11px;
    color: #000;
    font-weight: 600;
    position: relative;
}

.show-more-snopt-tooltip a i {
    margin-left: 10px;
}

.show-more-snopt-tooltip a:last-child {
    border-bottom: 0;
}

.single-post-footer {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.post-single-tags, .tags-title, .post-single-tags .tags-widget {
    float: right;
}

.tags-title {
    margin: 10px 0 0 20px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.tags-title i {
    margin-left: 10px;
}

.post-author {
    float: right;
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 40px 0;
    border-radius: 4px;
    overflow: hidden;
}

.author-content {
    padding: 30px 130px 30px 35px;
}

.author-img {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 25px;
}

.author-img img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    float: right;
    box-shadow: 0 15px 40px rgb(0 0 0 / 37%);
}

.author-content h5 {
    text-align: right;
    color: #666;
    float: right;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 15px;
}

.author-content p {
    text-align: right;
}

.profile-card-footer_soc {
    float: left;
}

.profile-card-footer_soc .profile-card-footer_title {
    margin-left: 25px;
}

.post-author_link {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
}

.post-author_link i {
    margin-right: 10px;
}

.single-post-comm {
    margin-top: 20px;
}

.comment {
    padding: 0 100px 30px 0;
    position: relative;
    float: right;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.comment_reply {
    float: left;
    width: calc(100% - 90px);
}

.comment_reply:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -60px;
    width: 40px;
    height: 40px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.comment-author {
    position: absolute;
    top: 0;
    right: 10px;
    width: 80px;
    height: 80px;
}

.comment-author:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    transform: rotate(-45deg);
    background: #f9f9f9;
    z-index: 10;
}

.comment-author img {
    width: 60px;
    height: 60px;
    float: right;
    border-radius: 50%;
}

.comment-body {
    float: right;
    width: 100%;
    position: relative;
    padding: 25px 30px;
    background: #f9f9f9;
    border-radius: 2px;
    border: 1px solid #eee;
}

.comment-body h4 {
    text-align: right;
    float: right;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
}

.comment-body .star-rating {
    float: right;
    margin: 5px 20px 0 0;
    font-size: 10px
}

.comment-body p {
    text-align: justify;
}

.comment-meta {
    float: right;
    top: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
    font-weight: 500;
}

.box-widget-menu-btn {
    position: absolute;
    left: 30px;
    top: 25px;
    cursor: pointer;
    z-index: 20;
    font-size: 16px;
}

.comment-body .show-more-snopt-tooltip {
    background: #fff;
    top: 60px;
}

.comment-meta i {
    margin-left: 10px;
}

.comment-reply-link {
    float: left;
    padding: 8px 20px;
    background: #292929;
    font-weight: 500;
    font-size: 11px;
    margin-top: 10px;
    color: #fff;
    border-radius: 2px;
}

.comment-reply-link i {
    padding-left: 10px;
    font-size: 10px;
}

.comment-body_dec {
    position: absolute;
    bottom: 40px;
    left: 150px;
    right: 180px;
    height: 1px;
    background: #d9d9d9;
}

.add-comment .btn {
    padding: 18px 30px;
}

.pr-subtitle {
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.pr-subtitle i {
    margin-right: 10px;
}

.pr-subtitle.prs_big {
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: right;
}

.pr-subtitle.prs_big:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 70%;
    height: 1px;
    background: #eee;
    z-index: 1;
}

.pr-subtitle.prs_big:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    z-index: 2;
}

.spn_box {
    float: right;
    width: 50%;
    position: relative;
}

.single-post-nav {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.single-post-nav:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #eee;
    z-index: 0;
}

.single-post-nav_prev {
    padding: 0 110px 0 20px;
}

.single-post-nav_next {
    padding: 0 20px 0 110px;
}

.spn_box_img {
    position: absolute;
    top: 0;
    width: 90px;
}

.spn_box_img img {
    border-radius: 4px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 0%);
    transition: all 200ms linear;
    transform: translateY(0)
}

.spn_box:hover img {
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    transform: translateY(-4px)
}

.single-post-nav_prev .spn_box_img {
    right: 0;
}

.single-post-nav_next .spn_box_img {
    left: 0;
}

.spn-box-content_subtitle {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    display: block;
    padding-bottom: 4px;
}

.spn-box-content_title {
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.single-post-nav_prev .spn-box-content_subtitle, .single-post-nav_prev .spn-box-content_title {
    text-align: right;
}

.single-post-nav_next .spn-box-content_subtitle, .single-post-nav_next .spn-box-content_title {
    text-align: left;
}

.single-post-nav_prev .spn-box-content_subtitle i {
    margin-left: 10px;
}

.single-post-nav_next .spn-box-content_subtitle i {
    margin-right: 10px;
}

.fs-carousel-wrap {
    padding-right: 400px;
    background: #111;
    overflow: hidden;
}

.fs-carousel-wrap_title {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    padding: 0 50px;
}

.fs-carousel-wrap_title-wrap {
    text-align: right;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.fs-carousel-wrap_title-wrap h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 12px;
    position: relative;
}

.fs-carousel-wrap_title-wrap h4:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    width: 40px;
    height: 2px;
}

.fs-carousel-wrap_title .abs_bg {
    top: auto;
    bottom: 0;
    opacity: 0.1;
}

.fs-carousel .bold_gpi {
    margin-bottom: 0;
    border-radius: 0;
}

.fs-carousel .grid-post-media.gpm_sing {
    padding: 250px 0;
    height: auto;
    border-radius: 0;
}

/*------ btn ------------------------------------------------------*/
.ver-share {
    margin-top: 20px;
}

.share-holder.hor-share {
    float: left;
}

.share-holder.hor-share .share-title {
    float: right;
    font-size: 13px;
    font-family: iranyekan, cursive;
    font-weight: 600;
    text-align: right;
    position: relative;
    margin: 15px 0 0 20px;
}

.ver-share .share-title {
    margin-bottom: 20px;
    font-size: 13px;
    font-family: iranyekan, cursive;
    font-weight: 600;
    text-align: right;
    position: relative;
}

.ver-share .share-title:before {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    height: 2px;
    width: 20px;
}

.ver-share .share-container {
    width: 50px;
    float: right;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 5%);
}

.share-holder.hor-share .share-container {
    float: right;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 5%);
}

.share-icon {
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 12px;
    transition: all 100ms linear;
}

.share-holder.hor-share .share-container .share-icon {
    border-left: 1px solid #eee;
}

.ver-share .share-container .share-icon {
    border-bottom: 1px solid #eee;
}

.ver-share .share-container .share-icon:last-child, .share-holder.hor-share .share-container .share-icon:last-child {
    border: none;
}

.share-icon:hover {
    color: #fff;
    border-color: transparent;
}

.share-icon:before {
    font-family: Font Awesome\ 5 Brands;
}

.share-icon-digg:before {
    content: "\f1a6";
}

.share-icon-rss:before {
    content: "\f09e";
}

.share-icon-facebook:before {
    content: "\f39e";
}

.share-icon-twitter:before {
    content: "\f099";
}

.share-icon-tumblr:before {
    content: "\f173";
}

.share-icon-linkedin:before {
    content: "\f0e1";
}

.share-icon-pinterest:before {
    content: "\f231";
}

.share-icon-stumbleupon:before {
    content: "\f1a4";
}

/*------ btn ------------------------------------------------------*/
.btn {
    padding: 12px 40px;
    color: #fff;
    border-radius: 2px;
    background: #292929;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    font-family: iranyekan, serif;
}

.float-btn {
    float: right;
}

.btn i, .dark-btn i {
    margin-right: 10px;
}

.dark-btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 90px;
    background: #222;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 4px;
}

/*------ widgets ------------------------------------------------------*/
.categories_nav-inner {
    float: right;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.categories_nav-inner ul {
    margin: 0;
    float: right;
    width: 100%;
    overflow: hidden;
}

.categories_nav-inner li {
    margin: 0;
    position: relative;
    float: right;
    width: 100%;
    margin-bottom: 4px;
}

.categories_nav-inner a {
    float: right;
    padding: 0 20px 0 0;
    border: 1px solid #eee;
    background: #f5f5f5;
    height: 54px;
    line-height: 54px;
    position: relative;
    font-weight: 700;
    font-size: 10px;
    text-align: right;
    color: #000;
    text-transform: uppercase;
    z-index: 2;
    width: 100%;
}

.categories_nav-inner a:hover, .categories_nav-inner a.back {
    color: #fff;
    background: #222;
    border-color: transparent;
}

.categories_nav-inner a i {
    margin-left: 10px;
    font-size: 13px;
}

.categories_nav-inner a.back {
    margin-bottom: 10px
}

.categories_nav-inner a.back:after {
    content: 'Back';
    color: #fff;
    padding-right: 20px;
}

.categories_nav-inner a.back:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f104';
    color: #fff;
}

.categories_nav-inner .submen-dec:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f0da';
    position: absolute;
    left: 20px;
    width: 10px;
    height: 10px;
    top: 19px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.371);
    z-index: 20;
    font-weight: 600;
}

.sidebar-content {
    border-right: 1px solid #eee;
}

.box-widget {
    margin-bottom: 40px;
    padding-right: 30px;
}

.sidebar-content .box-widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.widget-title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 70px;
    height: 1px;
}

.tags-widget a {
    float: right;
    padding: 12px 20px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    margin: 0 0 5px 5px;
    font-weight: 600;
    background: #222;
}

.slider_widget_title {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 20;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    font-family: iranyekan, cursive;
}

.slider_widget_title:before {
    content: '';
    position: absolute;
    right: 50%;
    bottom: -10px;
    width: 40px;
    height: 2px;
    margin-right: -20px;
}

.slider_widget .grid-post-media_title {
    padding: 10px 20px 70px;
}

.slider_widget .grid-post-media.gpm_sing:before {
    display: none;
}

.slider_widget .grid-post-media.gpm_sing {
    padding: 230px 0;
}

.slider_widget .grid-post-media_title h4 {
    text-align: center;
    font-size: 16px;
}

.slider_widget .grid-post-media_title .video-date {
    width: 50%;
    text-align: center;
}

.slider_widget .grid-post-media_title .post-opt {
    width: 50%;
    margin: 0;
    padding-right: 10px;
}

.slider_widget .grid-post-media_title .post-category-marker {
    display: inline-block;
    float: none;
}

.social-widget a {
    float: right;
    width: 48%;
    margin: 0 0 2% 2%;
    padding: 20px 66px 0 4px;
    color: #000;
    border-radius: 2px;
    height: 60px;
    background: #f5f5f5;
    border: 1px solid #eee;
}

.slider_widget {
    position: relative;
}

.social-widget span {
    font-weight: 600;
    float: right;
    margin-left: 5px;
}

.social-widget a i {
    font-size: 15px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    right: 8px;
    top: 50%;
    margin-top: -20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 6%);
    transition: all 200ms linear;
}

.social-widget a:hover i {
    box-shadow: 0 0px 0px rgb(0 0 0 / 6%);
}

.soc-widget-title {
    color: #6c757d
}

.facebook-soc i {
    color: #3C579C;
}

.twitter-soc i {
    color: #39A1F8;
}

.instagram-soc i {
    color: #c862dc;
}

.sb-categories_bg_item {
    position: relative;
    display: block;
    padding: 25px 30px 25px 60px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #eee;
}

.spb-categories_counter {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    border-radius: 2px;
    color: #fff;
    z-index: 10;
    font-weight: 600;
    overflow: hidden;
}

.spb-categories_counter:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0da";
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    top: 50%;
    right: 50%;
    margin: -18px -18px 0 0;
    z-index: 10;
    opacity: 0;
    background: #fff;
}

.sb-categories_bg_item:hover .spb-categories_counter:before {
    opacity: 1;
}

.sb-categories_bg_item .bg {
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.sb-categories_bg_item:hover .bg {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.spb-categories_title {
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    padding: 6px 10px 6px 30px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    position: relative;
    border-radius: 2px;
    color: #fff;
    z-index: 10;
}

.spb-categories_title span {
    padding-left: 6px;
}

.cbw_mar {
    margin: 30px auto;
}

#footer-twiit {
    text-align: right;
}

#footer-twiit a {
    color: #000;
}

#footer-twiit .tweet_text {
    color: #666;
    float: right;
    padding: 20px;
    border: 1px solid #eee;
    background: #f9f9f9;
    font-family: iranyekan, cursive;
    font-size: 12px;
    border-radius: 4px;
    overflow: hidden;
    font-weight: 600;
    margin: 10px 0;
}

.tweet_join {
    display: none;
}

.interact {
    float: left;
}

.tweet_time {
    float: right;
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

#footer-twiit .interact a:hover {
    color: #aaa
}

#footer-twiit .timePosted a {
    color: #666;
    font-family: iranyekan, cursive;
    font-style: italic;
    position: relative;
    float: right;
    margin-bottom: 30px;
    padding-right: 20px;
    font-size: 12px;
}

#footer-twiit .timePosted a:before {
    font-family: Font Awesome\ 5 Brands;
    content: "\f081";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

#footer-twiit .timePosted a:after {
    top: -10px;
    right: 22px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#footer-twiit .timePosted a:after {
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.11);
    border-width: 7px;
    margin-right: 7px;
}

.tabs-widget .tabs-menu {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    border: 1px solid #eee;
}

.tabs-widget .tabs-menu li {
    float: right;
    width: 50%;
}

.tabs-widget .tabs-menu li a {
    background: #222;
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

.tabs-widget .tabs-menu li.current a {
    color: #fff;
}

.tab-content .post-widget-container {
    padding: 25px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-top: none;
}

.post-widget-item {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}

.post-widget-container .post-widget-item:first-child {
    padding-top: 0;
    border-top: none;
}

.post-widget-container .post-widget-item:last-child {
    margin-bottom: 0;
}

.post-widget-item-media {
    float: right;
    width: 30%;
    overflow: hidden;
    border-radius: 4px;
}

.post-widget-item-media a, .grid-post-media a {
    position: relative;
    display: block;
}

.post-widget-item-media a:before, .list-post-media a:before, .grid-post-media a.gpm_link:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 200ms linear;
}

.post-widget-item-media a:after, .list-post-media a:after, .grid-post-media a.gpm_link:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f177";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: -5px -5px 0 0;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transition: all 200ms linear;
}

.list-post-media a:after, .grid-post-media a.gpm_link:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px -20px 0 0;
    border-radius: 50%;
    font-size: 10px;
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}

.post-widget-item-media a:hover:before, .post-widget-item-media a:hover:after, .list-post-media a:hover:before, .list-post-media a:hover:after, .grid-post-media a.gpm_link:hover:before, .grid-post-media a.gpm_link:hover:after {
    opacity: 1;
}

.post-widget-item-media img {
    width: 100%;
    height: auto;
}

.post-widget-item-content {
    float: right;
    width: 70%;
    position: relative;
    padding: 6px 15px 0 0;
}

.post-widget-item-content h4 {
    text-align: right;
    font-weight: 600;
    padding-bottom: 4px;
    font-size: 13px;
}

.pwic_opt li {
    float: right;
    margin-left: 8px;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.pwic_opt li i {
    margin-left: 4px;
    font-weight: 900;
}

.pwic_opt li:first-child i {
    font-weight: 400;
}

.search-widget input.search {
    background: #eee;
    border-radius: 0 4px 4px 0;
    position: relative;
    color: #000;
    -webkit-appearance: none;
}

.search-widget input.search::-webkit-input-placeholder,
.search-widget input.search::-webkit-input-placeholder {
    color: #000;
}

.search-submit2 {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 50px;
    font-size: 11px;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.bg-parallax-wrap-gradien:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
}

.banner-widget {
    padding: 180px 30px 20px;
    overflow: hidden;
    border-radius: 4px;
}

.banner-widget_content {
    z-index: 2;
    position: relative;
}

.banner-widget_content h5 {
    text-align: right;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.banner-widget_content .btn {
    margin-top: 15px;
}

.cat-wid-list {
    float: right;
    width: 100%;
    position: relative;
}

.cat-wid-list li {
    float: right;
    width: 100%;
    text-align: right;
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
    color: #292929;
}

.cat-wid-list li:last-child {
    margin-bottom: 0;
}

.cat-wid-list li a {
    color: #999;
    font-size: 12px;
    padding: 4px 0 0 20px;
    font-weight: 500;
    float: right;
    background: #fff;
    position: relative;
    z-index: 2;
}

.cat-wid-list li a:hover {
    color: #000;
}

.cat-wid-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 50px;
    z-index: 1;
    border-top: 1px dotted #ccc;
}

.cat-wid-list li span {
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    text-align: center;
    font-size: 10px;
}

.profile-card-wrap {
    overflow: hidden;
    border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 6px;
}

.profile-card_media {
    padding: 55px 30px 40px;
    position: relative;
}

.profile-card_media:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 40px;
    background: #f9f9f9;
    z-index: 1;
}

.profile-card_media img {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 2;
    border-radius: 4px;
    float: right;
    top: 10px;
    box-shadow: 0 15px 40px rgb(0 0 0 / 37%);
}

.profile-card_media_content {
    float: right;
    padding: 0 20px 20px 0;
    text-align: right;
    font-weight: 600;
    position: relative;
    z-index: 10;
}

.profile-card_media_content h4 {
    font-size: 16px;
    text-align: right;
    color: #fff;
    padding-bottom: 4px;
}

.profile-card_media_content h5 {
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
}

.profile-card_content {
    padding: 45px 30px 20px;
    position: relative;
    z-index: 2;
}

.profile-card_content h4 {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.profile-card-stats {
    position: absolute;
    bottom: 15px;
    right: 130px;
    left: 30px;
    padding: 15px 0;
    background: #fff;
    border-radius: 2px;
    z-index: 20;
    box-shadow: 0 15px 20px rgb(0 0 0 / 7%);
}

.profile-card-stats:before {
    content: '';
    position: absolute;
    right: 50%;
    width: 1px;
    top: 10px;
    bottom: 10px;
    background: #ddd;
}

.profile-card-stats li {
    float: right;
    width: 50%;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.profile-card-stats li span {
    padding-left: 6px;
}

.abs_bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 150px;
    background-attachment: scroll;
    background-position: left;
    background-origin: content-box;
    background-image: url("../images/city-bg.png");
    opacity: 0.6;
    z-index: 1;
}

.profile-card-footer {
    border-top: 1px solid #eee;
    background: #fff;
}

.profile-card-social {
    float: left;
}

.profile-card-social li, .profile-card-social li a {
    float: right;
}

.profile-card-social li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #eee;
    background: #fff;
}

.profile-card-social li a:hover {
    background: #f9f9f9;
}

.profile-card-footer_title {
    float: right;
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}

.pc_contacts {
    padding: 10px 0;
}

.pc_contacts ul {
    background: #fff;
    padding: 6px 20px;
    box-shadow: 0 15px 20px rgb(0 0 0 / 3%);
}

.pc_contacts ul li {
    text-align: right;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.pc_contacts ul li:first-child {
    border-bottom: 1px solid #eee;
}

.pc_contacts ul li span {
    padding-left: 10px;
}

.ideaboxWeather:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    background-image: url("../images/bg/7.jpg");
    z-index: 1
}

/*------ video ------------------------------------------------------*/
.dark-bg {
    background: #191919;
}

.video-section-title {
    margin-bottom: 30px;
}

.video-section-title:before {
    content: '';
    position: absolute;
    right: 40%;
    left: 200px;
    height: 1px;
    bottom: 12px;
    background: rgba(255, 255, 255, 0.1);
}

.video-section-title h2 {
    text-align: right;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    float: right;
}

.video-section-title h4 {
    float: right;
    margin-right: 20px;
    color: #bfc2c9;
    font-weight: 600;
    padding-top: 14px;
}

.video-section-title a {
    float: left;
    color: #fff;
    padding: 10px 40px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

.video-section-title a i {
    margin-right: 10px;
}

.video-holder-title .post-category-marker {
    position: absolute;
    left: 20px;
    top: 26px;
}

.video-holder {
    height: 370px;
    overflow: hidden;
}

.vh-preloader {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 20;
    display: none;
}

.big_prom {
    position: absolute;
    z-index: 10;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    top: 50%;
    right: 50%;
    margin: -30px -30px 0 0;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 16px rgb(255 255 255 / 30%);
    transition: all .3s ease-in-out;
}

.video-holder:hover .big_prom {
    box-shadow: 0px 0px 0px 26px rgb(255 255 255 / 30%);
}

.video-holder-title {
    padding: 15px 20px;
    background: #222;
    z-index: 20;
}

.video-holder-title_item {
    font-size: 18px;
    text-align: right;
    color: #fff;
    font-weight: 600
}

.video-holder-title_item a {
    color: #fff
}

.video-main-cont {
    float: right;
    width: calc(100% - 430px);
    position: relative;
}

.video-links-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 420px;
    max-height: 516px;
    overflow: auto;
    padding: 0 0px 0 16px;
}

.video-links-wrap .ps__rail-y:before {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.video-links-wrap .video-item {
    cursor: pointer;
}

.video-item {
    margin-bottom: 10px;
}

.video-item:last-child {
    margin-bottom: 0;
}

.video-item-img {
    overflow: hidden;
}

.video-item-title {
    position: absolute;
    bottom: 0;
    z-index: 20;
    right: 0;
    left: 0;
    padding: 10px 20px 20px;
}

.play-icon {
    position: absolute;
    right: 26px;
    width: 40px;
    height: 40px;
    top: 30px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 30%);
    z-index: 10;
    font-size: 9px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.video-item_active .play-icon, .play-icon:hover {
    color: #fff;
    box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 30%);
}

.video-item-img:before, .grid-post-media.gpm_sing:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%);
}

.grid-post-media.gpm_sing:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
}

.video-item .post-category-marker {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 10;
}

.video-item img {
    transition: all .3s ease-in-out;
    transform: scale(1.0);
}

.video-item:hover img {
    transform: scale(1.1);
}

.video-item-title h4 {
    text-align: right;
    color: #fff;
    float: right;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.video-item-title h4 a {
    color: #fff
}

.video-date {
    float: right;
    color: #fff;
    font-size: 11px;
    margin-top: 6px;
    font-weight: 500;
}

.video-date i {
    margin-left: 10px;
}

.video_carousel-wrap {
    margin-top: 40px;
}

.video_carousel-container {
    background: #222;
    padding: 20px 40px 30px;
}

.video_carousel_title h4 {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.vc-item-title {
    padding: 10px 0 0 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.video_carousel-wrap:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 30%;
    background: #fff;
}

.video_carousel .video-item {
    border-radius: 4px;
    overflow: hidden;
}

.cc_btn {
    position: absolute;
    bottom: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-bottom: -18px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.cc-prev {
    right: -18px;
}

.cc-next {
    left: -18px;
}

.vc-pagination {
    position: absolute;
    left: 40px;
    top: 24px;
}

.pag-style .swiper-pagination-bullet, .multi-pag .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    margin: 0 8px;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    border-radius: 100%;
    transition: all 300ms ease-out;
}

.multi-pag .swiper-pagination-bullet {
    float: right;
}

.pag-style .swiper-pagination-bullet:before, .sgs-pagination .swiper-pagination-bullet:before, .multi-pag .swiper-pagination-bullet:before, .hero-carousel-pag .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    right: -7px;
    top: -7px;
    left: -7px;
    bottom: -7px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 300ms ease-out;
    transform: scale(0);
}

.pag-style .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .sgs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .multi-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .hero-carousel-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1.0);
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*------  categoties ------------------------------------------------------*/
.post-category-marker {
    padding: 6px 13px;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.6);
}

/*------404------------------------------------------------*/
.error-section {
    padding-top: 20px;
}

.error-wrap {
    padding: 0 0 40px 0;
}

.error-wrap h2 {
    font-size: 194px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 10px;
    position: relative;
    font-family: iranyekan, cursive;
}

.error-wrap h2:before {
    content: '';
    position: absolute;
    right: 50%;
    width: 50px;
    height: 2px;
    bottom: 30px;
    margin-right: -30px;
}

.error-wrap p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.error-wrap form {
    margin: 30px auto 20px;
    max-width: 550px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.error-wrap form.custom-form input {
    float: right;
    width: 100%;
    border: none;
    background: #fff;
    height: 50px;
    padding: 0 20px 0 100px;
    z-index: 1;
    margin: 0;
}

.error-wrap form .search-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
}

.error-wrap form .search-submit:hover {
    background: #292929;
}

.error-wrap a.btn {
    display: inline-table;
    margin-top: 10px;
    float: none;
}

/*------  contacts------------------------------------------------------*/
.contacts-list {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 15px 20px;
}

.contacts-list li {
    float: right;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ddd;
    font-weight: 500;
}

.contacts-list li:last-child {
    border: none;
}

.contacts-list li span {
    float: right;
    text-align: right;
    min-width: 80px;
    color: #666;
}

.contacts-list li span i {
    margin-left: 7px;
    font-size: 14px;
}

.contacts-list li a {
    margin-right: 20px;
    color: #333;
    text-align: right;
    float: right;
}

.cs-title {
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 10px;
    font-size: 11px;
    color: #000;
}

.contacts-opt {
    margin: 10px 0 40px 0;
}

.contact-social {
    float: left;
    margin: 20px 0 40px;
}

.contact-social li, .contact-social .cs-title, .contact-social ul {
    float: right;
}

.contact-social li ul {
    border: 1px solid #eee;
}

.contact-social li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 2px;
    border-radius: 4px;
    float: right;
    color: #fff;
    background: #333;
}

.contact-social li a:hover {
    background: #222;
}

/*------ shop-------------------------------------------------*/
.det-box h3 {
    float: right;
    text-align: right;
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 700;
    width: 100%;
}

.det-box {
    float: right;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.det-box-media {
    position: relative;
    display: block;
    z-index: 8;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.det-box-ietm {
    background: #fff;
    padding: 25px 30px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #eee;
    border-top: none;
}

.det-box-media:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #292929;
    opacity: 0;
    z-index: 2;
    transition: all .3s ease-in-out;
}

.det-box-media span {
    z-index: 5;
    position: absolute;
    right: 50%;
    top: 40%;
    opacity: 0;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    width: 130px;
    color: #fff;
    border-radius: 4px;
    margin: -13px -65px 0 0;
    transition: all .3s ease-in-out;
}

.det-box-media:hover:before {
    opacity: .4;
}

.det-box-media:hover span {
    top: 50%;
    opacity: 1;
}

.shop-item-grid {
    padding: 130px 30px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.listing-item-grid .d-gr-sec:before {
    opacity: 0.7;
}

.shop-item-grid_title {
    position: absolute;
    right: 30px;
    bottom: 14px;
    left: 30px;
    z-index: 10;
    text-align: right;
}

.shop-item-grid_title h3, .shop-item-grid_title h3 a, .shop-item-grid:hover p {
    color: #fff;
}

.shop-item-grid_title p {
    color: rgba(255, 255, 255, 0.7);
    transition: all .3s ease-in-out 0s;
}

.shop-item-grid_title h3 {
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}

.shop-item-grid_title h3:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
}

.shop-item-grid .shop-counter {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 10;
    padding: 8px 16px;
    color: #292929;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
}

.shop-item-grid .shop-counter span {
    padding-left: 6px;
}

.d-gr-sec {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}

.shop-header {
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0 19px 20px rgba(58, 87, 135, 0.08);
    margin-bottom: 20px;
}

.hero-wrap_custom_title {
    margin-top: 70px;
}

.hero-search {
    background: #fff;
    border-radius: 2px;
    padding: 80px 30px 30px;
    box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 30%);
}

.hero_prwarp {
    padding: 0 60px 0 0;
}

.hero_prwarp-title {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 11px;
    color: #666;
    font-weight: 600;
}

.hero-search-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    text-align: right;
    color: #292929;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.hero-search-title i {
    margin-left: 15px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.hero-search-submit {
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-appearance: none;
    font-family: iranyekan, sans-serif;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    background: #292929;
}

.hero-search-submit:hover {
    color: #292929;
}

.hero-search-submit i {
    margin-left: 10px;
}

.shop-header .nice-select {
    border: 1px solid #eee;
    background: #f5f5f5;
}

.box-widget-content .irs-single {
    color: #fff
}

.shop-header_opt {
    float: left;
    width: 200px;
}

.shop-header h4 {
    float: right;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 15px;
}

.price-rage-wrap.shop-rage-wrap {
    padding-right: 0;
    padding-left: 70px;
}

.shop-rage-wrap .srw_btn {
    position: absolute;
    left: 0;
    width: 60px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    top: 8px;
    font-size: 10px;
    font-weight: 600;
}

.shop-rage-wrap .srw_btn:hover {
    background: #222;
}

.radio-group input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.radio-group label {
    color: #666;
    float: right;
    padding: 12px 0;
    cursor: pointer;
    width: 33.3333333%;
    font-weight: 500;
    font-size: 11px;
}

.radio-group input[type=radio]:checked + label {
    color: #292929;
}

.radio-group label + input[type=radio] + label {
    border-right: 1px solid #e1e1e1;
}

.radio-group {
    border: 1px solid #e1e1e1;
    background: #f2f2f2;
    border-radius: 2px;
    overflow: hidden;
}

.reviews_counter_wrap {
    float: right;
    margin-bottom: 15px;
}

.reviews_counter_wrap_text, .reviews_counter_wrap .star-rating {
    float: right;
}

.reviews_counter_wrap_text {
    font-size: 11px;
    color: #666;
    font-weight: 500;
    margin-top: 1px;
}

.reviews_counter_wrap .star-rating i {
    margin: 0 1px;
    font-size: 10px;
}

.reviews_counter_wrap .star-rating {
    margin-left: 10px;
}

.grid-item_price_item {
    font-size: 11px;
    position: relative;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    top: 0px;
}

.grid-item_price_item strong {
    font-size: 17px;
    color: #333;
    position: relative;
    top: 1px;
    margin-right: 7px;
    font-weight: 700;
}

.grid-item_price {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.grid-item_price .add_cart {
    float: left;
    padding: 8px 10px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    background: #222;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

.grid-item_price .add_cart i {
    margin-left: 6px;
}

.grid-item_price .add_cart:hover {
    color: #ccc;
}

.detbox_notifer {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 15px;
    font-size: 11px;
    font-weight: 600;
    z-index: 50;
    color: #fff;
    box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 40%);
}

.shop_post-content {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin: 20px 0;
}

.det-box-ietm.dbi_shop {
    padding-bottom: 15px;
}

.shop-header-title {
    background: #f9f9f9;
    padding: 30px 35px 20px;
    border: 1px solid #eee;
    border-bottom: none;
}

.shop-header-title .qty_btn input {
    background: #fff;
}

.shop-header-title h2 {
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.shop-header-title h2 span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-right: 10px;
    position: relative;
    top: -12px;
}

.shop-header-title_opt, .shop-header-title_opt li {
    float: right;
}

.shop-header-title_opt {
    margin-top: 10px;
}

.shop-header-title_opt li, .shop-header-title .single_post-opt li {
    margin-left: 20px;
}

.shop-header-title .single_post-opt {
    margin-top: 16px;
}

.shop-header-title_opt li .reviews_counter_wrap {
    margin-top: 5px;
}

.qty_btn {
    float: left;
    margin-top: 20px;
}

.qty_btn .btn {
    border: none;
    margin-top: 0;
    height: 48px;
    padding: 0 36px;
    cursor: pointer;
    line-height: 48px;
}

.qty_btn input {
    float: right;
    border: 1px solid #eee;
    margin-left: 10px;
    background: #f9f9f9;
    position: relative;
    height: 50px;
}

.content-table table {
    width: 100%;
    margin-top: 20px;
    float: right;
}

.content-table table td, .content-table table th {
    padding: 18px 30px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.content-table table td, .content-table table th {
    border-right: 1px solid #E2E6E7;
}

.content-table table td:first-child, .content-table table th:first-child {
    text-align: right;
    border-right: none;
}

.content-table table.align-left td:first-child, .content-table table.align-left th:first-child {
    text-align: right;
}

.content-table table tr:nth-child(odd) {
    background: #F5F5F5;
}

.mar-top {
    margin-top: 30px;
}

.leave-rating-wrap {
    top: -6px;
    margin: 0 0 20px 0;
}

.leave-rating, .leave-rating-title {
    float: right;
}

.leave-rating-title {
    margin-left: 10px;
    font-size: 12px;
    color: #000;
    position: relative;
    font-weight: 600;
}

.leave-rating input[type="radio"] {
    display: none;
}

.custom-form .leave-rating label {
    font-size: 14px;
    float: left;
    letter-spacing: 4px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    width: auto;
}

.leave-rating label:hover:before, .leave-rating label.selected:before {
    font-weight: 900;
}

.leave-rating:hover input[type="radio"]:checked ~ label:before, .leave-rating input[type="radio"]:checked ~ label:before, .leave-rating label:hover ~ label:before {
    font-weight: 900 !important;
}

.checkout-table {
    border: 1px solid #eee;
    float: right;
    width: 100%;
    font-size: 12px;
    background: #fff;
    font-weight: 600;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
    border-top: 1px solid #eee;
    padding: 12px;
    border-left: 1px solid #eee;
}

.checkout-table tr td:nth-child(odd) {
    background: #f9f9f9;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
    max-width: 56px;
    background: #fff;
    border-left: 1px solid #eee;
}

.pr-remove {
    vertical-align: middle !important;
    text-align: center;
}

.order-money {
    font-size: 12px;
}

.order-count {
    border: none;
    width: 60px;
    height: 50px;
    text-align: center;
    font-weight: bold;
}

.pr-remove {
    font-size: 10px;
}

.pr-remove:hover i {
    color: #292929;
}

.product-name {
    font-weight: 500;
}

.coupon-holder {
    margin-top: 30px;
    padding: 12px 0 0 0;
}

.coupon-holder input {
    float: right;
    margin-bottom: 20px;
    font-size: 14px;
    height: 50px;
    border-radius: none;
    position: relative;
    z-index: 20;
    padding-right: 18px;
    color: #000;
    border: 0;
    border: 1px solid #eee;
    background: #fff;
}

.coupon-holder button {
    float: right;
    height: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 40px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    background: #292929;
    -webkit-appearance: none;
    font-family: iranyekan, sans-serif;
    transition: all 0.3s ease-in-out;
}

.coupon-holder button.btn-uc {
    float: left;
}

.coupon-holder button:hover {
    color: #ccc;
}

h4.cart-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: right;
    color: #000;
}

h4.cart-title span {
    padding: 0 2px;
    color: #555;
}

.cart-totals button {
    float: left;
    margin-top: 40px;
    height: 48px;
    border: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    padding: 0 20px;
    font-size: 11px;
    font-weight: 600;
    -webkit-appearance: none;
    position: relative;
    border-radius: 4px;
    z-index: 2;
    font-family: iranyekan, sans-serif;
    transition: all 0.3s ease-in-out;
}

.cart-totals button:hover {
    background: #fff;
}

.cart-totals:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.03);
}

.cart-totals {
    padding: 66px 50px;
    background: #292929;
}

.cart-totals:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f83e';
    position: absolute;
    left: 50px;
    top: 30px;
    font-size: 44px;
    color: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.cart-totals h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    padding-bottom: 20px;
    color: #fff;
}

.total-table {
    width: 100%;
    float: right;
    position: relative;
    z-index: 2;
}

.total-table tr {
    font-size: 14px;
    text-align: left;
}

.total-table th, .total-table tr {
    padding: 15px 0;
    color: #fff;
}

.total-table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: right;
    font-size: 12px;
}

.tab-content {
    width: 100%;
    display: none;
    float: right;
}

.tab {
    width: 100%;
    float: right;
}

.first-tab {
    display: block;
}

.shop-tabs-menu {
    margin-bottom: 20px;
}

.shop-tabs-menu, .shop-tabs-menu li {
    float: right;
}

.shop-tabs-menu li {
    margin-left: 10px;
    position: relative;
    z-index: 3;
}

.shop-tabs-menu li a {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #f5f5f5;
}

.shop-tabs .content-table table {
    margin: 0 0 20px;
}

.shop-tabs-menu:before, .shop-tabs-menu:after {
    content: '';
    position: absolute;
    right: 20%;
    height: 1px;
    left: 0;
    background: #eee;
    top: 50%;
    z-index: 1;
}

.shop-tabs-menu:after {
    right: auto;
    width: 40px;
    z-index: 2;
}

.item-related {
    text-align: right;
}

.item-related_content {
    padding: 15px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-top: none;
}

.post-related h6 {
    margin-bottom: 20px;
}

.item-related img {
    width: 100%;
    height: auto;
}

.item-related h3 {
    float: right;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 4px;
}

.item-related {
    padding-top: 15px;
    padding-bottom: 15px;
}

.item-related_title {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    margin: 30px 0 20px;
    position: relative;
}

.item-related_title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 30px;
    height: 3px;
}

.about-img img {
    position: relative;
    z-index: 10;
}

.about-img-hotifer {
    position: absolute;
    left: -60px;
    bottom: 20px;
    width: 280px;
    padding: 25px 30px;
    z-index: 11;
    border-radius: 4px;
    color: #fff;
    text-align: right;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.about-img-hotifer:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f10e";
    bottom: 30px;
    left: 20px;
    position: absolute;
    color: #fff;
    font-size: 19px;
    font-weight: bold
}

.about-wrap p {
    font-size: 12px;
}

.about-img-hotifer p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 600;
}

.about-wrap .btn {
    margin-top: 30px;
}

.pad-con {
    padding-right: 50px;
}

/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1064px) {
    .aside-panel, .header_news-ticker-wrap {
        display: none;
    }

    .cen-align-container {
        padding-right: 0;
        border-right: none;
    }

    .pad-con {
        padding: 30px 0 0;
    }

    .nav-button-wrap {
        float: left;
        height: 70px;
        width: 70px;
        cursor: pointer;
        position: relative;
        display: block;
        border-right: 1px solid #eee;
        right: 24px;
    }

    .nav-button {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 22px;
        height: 20px;
        margin-right: -11px;
        margin-top: -6px;
    }

    .nav-button span {
        float: right;
        width: 100%;
        height: 2px;
        background: #000;
        margin-bottom: 4px;
        border-radius: 4px;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .nav-button span:first-child {
        width: 50%;
    }

    .main-menu nav ul {
        display: none;
    }

    .main-menu {
        position: absolute;
        top: 70px;
        left: -20px;
        width: 300px;
        z-index: 50;
        padding: 15px 10px;
        background: #292929;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .vismobmenu {
        opacity: 1;
        left: 0;
        visibility: visible;
    }

    .menusb {
        display: block;
        float: right;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .main-menu .menusb ul {
        display: block;
        float: right;
        position: relative;
        width: 100%;
    }

    .menusb li {
        margin: 0;
        float: right;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
    }

    .menusb li i {
        position: absolute;
        left: 18px;
        top: 12px;
    }

    .menusb li i:before {
        content: "\f0da"
    }

    .menusb a {
        float: right;
        width: 100%;
        padding: 8px 5px;
        position: relative;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        color: #fff;
        line-height: 20px;
        text-align: right;
    }

    .menusb a.back {
        padding-right: 24px;
    }

    .menusb a.back:before {
        font-family: Font Awesome\ 5 Pro;
        content: "\f0d9";
        font-size: 14px;
    }

    .sidebar-content {
        border-right: none;
        margin-top: 30px;
    }

    .box-widget {
        margin: 0 0 30px;
        padding-right: 0;
    }

    .main-footer, #footer-twiit li, #footer-twiit p.tweet, .slider_widget .grid-post-media_title .video-date, .slider_widget .grid-post-media_title .post-opt, .footer-widget, .fs-carousel-wrap_title, .about-img-hotifer {
        width: 100%;
    }

    #footer-twiit li, .footer-widget, .fs-carousel-wrap_title, .topbar-social, .about-img-hotifer {
        float: right;
    }

    .topbar-social {
        margin-right: 10px;
    }

    .post-opt li {
        float: none;
        display: inline-block;
    }

    .footer-widget {
        margin-bottom: 20px;
    }

    .fs-carousel-wrap {
        padding-right: 0;
    }

    .fs-carousel-wrap_title {
        position: relative;
        padding: 120px 50px;
    }

    .video-main-cont {
        width: calc(100% - 340px);
    }

    .video-links-wrap {
        width: 330px;
    }

    .picker-wrap-container, .about-img, .about-img-hotifer, .cart-totals {
        margin-top: 30px;
    }

    .profile-card-wrap {
        margin-bottom: 30px;
    }

    .gallery-item {
        width: 50%
    }

    .about-img-hotifer {
        position: relative;
        left: 0;
        bottom: 0;
    }
}

@media only screen and  (max-width: 856px) {
    .main-register-wrap {
        padding-right: 0;
    }

    .main-register_bg, .hero-slider_controls-wrap, .spc_column:before {
        display: none;
    }

    .video-main-cont, .video-links-wrap, .ajax-nav, .video-section-title a, .single-post-content_column, .steader_opt_abs, .gallery-items, .qty_btn {
        width: 100%;
    }

    .video-section-title a {
        margin-top: 10px;
    }

    .qty_btn .btn, .shop-header-title .single_post-opt {
        float: right;
    }

    .video-links-wrap {
        position: relative;
        float: right;
        margin-top: 10px;
        padding: 0 0px 0 16px;
    }

    .hero-item {
        padding-bottom: 100px;
    }

    .hero-slider-wrap {
        height: 450px;
    }

    .ajax-nav {
        position: relative;
        float: right;
        clear: both;
        bottom: 0;
        background: #f9f9f9;
        margin: 46px 0 20px;
    }

    .fs-slider_btn {
        top: auto;
        bottom: 40px;
        left: auto;
        right: 40px;
    }

    .fs-slider-button-prev {
        margin-top: 0;
    }

    .fs-slider-button-next {
        margin-right: 50px;
    }

    .spc_column {
        padding-right: 0;
    }

    .ver-share {
        margin: 10px 0 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .single-post-content_column, .ver-share .share-title, .gallery-items {
        position: relative;
        float: right;
    }

    .ver-share .share-container {
        width: auto;
        margin: -6px 20px 0 0;
    }

    .ver-share .share-container .share-icon {
        border-right: 1px solid #eee;
        border-bottom: none;
    }

    .ver-share .share-container .share-icon:last-child {
        border-right: 1px solid #eee;
    }

    .ver-share .share-container .share-icon:first-child {
        border: none;
    }

    .steader_opt_abs {
        position: relative;
        float: right;
        margin: 40px 0 30px;
    }
}

@media only screen and  (max-width: 630px) {
    .spc_column:before, .comment-author:before, .single-post-nav:before {
        display: none;
    }

    .video-holder-title .post-category-marker {
        left: auto;
        right: 20px;
        top: -16px;
    }

    .logo-holder {
        top: 8px;
        right: 10px;
        height: 36px;
    }

    .header-inner, .show-cart, .srf_btn, .search_btn, .nav-button-wrap {
        height: 50px;
    }

    .show-cart, .srf_btn, .search_btn, .nav-button-wrap {
        width: 50px;
        line-height: 50px;
    }

    .header-inner .container, .top-bar .container, .picker-wrap .list-post .list-post-media, .picker-wrap .list-post .list-post-content, .list-post-media, .list-post-content, .subfooter-nav, .single-post-header .post-opt, .fontSize, .spn_box, .spn_box_img, .share-holder.hor-share, .profile-card-footer_soc, .load-more_btn, .social-widget a, .gallery-item {
        width: 100%;
    }

    .picker-wrap .list-post .list-post-media, .picker-wrap .list-post .list-post-content, .subfooter-nav, .single-post-header .post-opt, .print-btn, .spn_box_img, .share-holder.hor-share, .load-more_btn {
        float: right;
    }

    .social-widget a {
        float: right;
        margin: 0 0 10px 0;
    }

    .list-post-content {
        padding: 3px 0 0 0;
    }

    .single-post-header .post-opt, .share-holder.hor-share {
        margin-top: 10px;
    }

    .picker-wrap .list-post .list-post-media, .list-post-media {
        margin-bottom: 20px;
    }

    .nav-button span {
        float: right;
        width: 100%;
        height: 2px;
        background: #000;
        margin-bottom: 4px;
        border-radius: 4px;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .show-cart_count {
        bottom: 6px;
        right: 6px;
    }

    #wrapper {
        padding-top: 120px;
    }

    .main-menu, .header-cart_wrap {
        top: 50px;
    }

    .header-cart_wrap {
        left: 0;
        width: 300px;
    }

    .main-footer {
        padding: 60px 0 0;
    }

    .footer-bottom {
        margin-top: 30px;
    }

    .subfooter-nav li {
        float: right;
        margin: 0 0 0 10px;
    }

    .hero-item h2, .hero-section_title h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .scroll-down-wrap.scw_transparent {
        bottom: -50px;
        right: 0;
        left: auto;
    }

    .hero-section {
        padding: 150px 0 80px;
    }

    .hero-item h4 {
        font-size: 12px;
        line-height: 20px;
    }

    .single-post-header h1 {
        font-size: 20px;
    }

    .single-post-nav_prev, .single-post-nav_next {
        padding: 0;
    }

    .single-post-nav_prev, .cookie-info-bar_title {
        margin-bottom: 20px;
    }

    .spn_box_img {
        position: relative;
        margin-bottom: 20px;
    }

    .tags-title {
        margin: 10px 0 20px 20px;
    }

    .comment {
        padding: 0 0 30px 0;
    }

    .comment-author, .comment-author img {
        width: 40px;
        height: 40px;
        z-index: 20;
    }

    .comment-author {
        top: 20px;
        right: 30px;
    }

    .comment-body h4 {
        margin-right: 50px;
    }

    .comment_reply {
        width: calc(100% - 40px);
    }

    .comment_reply:before {
        top: -10px;
        right: -30px;
        width: 20px;
        height: 20px;
    }

    .profile-card-footer_soc {
        border-top: 1px solid #eee;
    }

    .shop-header-title .single_post-opt {
        margin-top: 0;
    }

    .shop-header-title {
        padding: 30px 25px 20px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}

/*
 * CKEditor 5 (v42.0.1) content styles.
 * Generated on Fri, 12 Jul 2024 08:15:25 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/legacy/advanced/content-styles.html
 */

:root {
    --ck-color-image-caption-background: hsl(0, 0%, 97%);
    --ck-color-image-caption-text: hsl(0, 0%, 20%);
    --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
    --ck-color-mention-text: hsl(341, 100%, 30%);
    --ck-color-selector-caption-background: hsl(0, 0%, 97%);
    --ck-color-selector-caption-text: hsl(0, 0%, 20%);
    --ck-highlight-marker-blue: hsl(201, 97%, 72%);
    --ck-highlight-marker-green: hsl(120, 93%, 68%);
    --ck-highlight-marker-pink: hsl(345, 96%, 73%);
    --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
    --ck-highlight-pen-green: hsl(112, 100%, 27%);
    --ck-highlight-pen-red: hsl(0, 85%, 49%);
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
    --ck-todo-list-checkmark-size: 16px;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table .ck-table-resized {
    table-layout: fixed;
}
/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table table {
    overflow: hidden;
}
/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table td,
.ck-content .table th {
    overflow-wrap: break-word;
    position: relative;
}
/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 0.9em auto;
    display: table;
}
/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double hsl(0, 0%, 70%);
}
/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid hsl(0, 0%, 75%);
}
/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    background: hsla(0, 0%, 0%, 5%);
}
/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content[dir="rtl"] .table th {
    text-align: right;
}
/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content[dir="ltr"] .table th {
    text-align: left;
}
/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: hsl(0, 0%, 100%);
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
    list-style: none;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
    position: relative;
    margin-bottom: 5px;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
    margin-top: 5px;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content[dir=rtl] .todo-list .todo-list__label > input {
    left: 0;
    margin-right: 0;
    right: -25px;
    margin-left: -15px;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
    position: absolute;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label > input,
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
    cursor: pointer;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before, .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:hover::before {
    box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
    left: 0;
    margin-right: 0;
    right: -25px;
    margin-left: -15px;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow;
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
    position: absolute;
}
/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol {
    list-style-type: decimal;
}
/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol ol {
    list-style-type: lower-latin;
}
/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol ol ol {
    list-style-type: lower-roman;
}
/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol ol ol ol {
    list-style-type: upper-latin;
}
/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol ol ol ol ol {
    list-style-type: upper-roman;
}
/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ul {
    list-style-type: disc;
}
/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ul ul {
    list-style-type: circle;
}
/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ul ul ul {
    list-style-type: square;
}
/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ul ul ul ul {
    list-style-type: square;
}
/* @ckeditor/ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 0.9em 0;
    display: block;
    min-width: 15em;
}
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.ck-content img.image_resized {
    height: auto;
}
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green);
}
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}
/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image-inline {
    /*
     * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
     * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
     * This strange behavior does not happen with inline-flex.
     */
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}
/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image-inline picture {
    display: flex;
}
/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image-inline picture,
.ck-content .image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image.image-style-block-align-left,
.ck-content .image.image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing));
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image.image-style-align-left,
.ck-content .image.image-style-align-right {
    clear: none;
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image.image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image.image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image.image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image.image-style-block-align-right {
    margin-right: 0;
    margin-left: auto;
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image.image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content p + .image.image-style-align-left,
.ck-content p + .image.image-style-align-right,
.ck-content p + .image.image-style-side {
    margin-top: 0;
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: var(--ck-inline-image-style-spacing);
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing);
}
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing);
}
/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
}
/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}
/* @ckeditor/ckeditor5-basic-styles/theme/code.css */
.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.ck-content .text-tiny {
    font-size: .7em;
}
/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.ck-content .text-small {
    font-size: .85em;
}
/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.ck-content .text-big {
    font-size: 1.4em;
}
/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.ck-content .text-huge {
    font-size: 1.8em;
}
/* @ckeditor/ckeditor5-table/theme/tablecaption.css */
.ck-content .table > figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: var(--ck-color-selector-caption-text);
    background-color: var(--ck-color-selector-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* @ckeditor/ckeditor5-mention/theme/mention.css */
.ck-content .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text);
}
/* @ckeditor/ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
    margin: 15px 0;
    height: 4px;
    background: hsl(0, 0%, 87%);
    border: 0;
}
/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
    padding: 1em;
    color: hsl(0, 0%, 20.8%);
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
/* @ckeditor/ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: var(--ck-color-image-caption-text);
    background-color: var(--ck-color-image-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
@media print {
    /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break {
        padding: 0;
    }
    /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break::after {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    /* @ckeditor/ckeditor5-list/theme/todolist.css */
    .ck-content .todo-list .todo-list__label > input::before {
        transition: none;
    }
    /* @ckeditor/ckeditor5-list/theme/todolist.css */
    .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
        transition: none;
    }
}
@media (forced-colors: active) {
    /* @ckeditor/ckeditor5-table/theme/tablecaption.css */
    .ck-content .table > figcaption {
        background-color: unset;
        color: unset;
    }
    /* @ckeditor/ckeditor5-image/theme/imagecaption.css */
    .ck-content .image > figcaption {
        background-color: unset;
        color: unset;
    }
}
