@charset "utf-8";
:root {
    --main-color: #e07f51;
    --second-color: #f7a365;
}

* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    direction: rtl;
    font-family: "IRANSans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

*, ::before, ::after {
    box-sizing: border-box
}

ul, li {
    list-style: none
}

a {
    text-decoration: none
}

hr {
    border: 0;
    border-bottom: 1px #e0e0e0 solid
}

b, strong, .yc-bold {
    font-weight: 700
}

img {
    max-width: 100%;
    object-fit: cover;
}

.right {
    float: right
}

.left {
    float: left
}

.yc, header, footer {
    width: 100%;
}

.yc-8 {
    font-size: 8px
}

.yc-9 {
    font-size: 9px
}

.yc-10 {
    font-size: 10px
}

.yc-11 {
    font-size: 11px
}

.yc-12 {
    font-size: 12px
}

.yc-13 {
    font-size: 13px
}

.yc-14 {
    font-size: 14px
}

.yc-15 {
    font-size: 15px
}

.yc-16 {
    font-size: 16px
}

.yc-17 {
    font-size: 17px
}

.yc-18 {
    font-size: 18px
}

.yc-19 {
    font-size: 19px
}

.yc-20 {
    font-size: 20px
}

.yc-21 {
    font-size: 21px
}

.yc-22 {
    font-size: 22px
}

.yc-23 {
    font-size: 23px
}

.yc-24 {
    font-size: 24px
}

.yc-25 {
    font-size: 25px
}

.yc-26 {
    font-size: 26px
}

.yc-27 {
    font-size: 27px
}

.yc-28 {
    font-size: 28px
}

.yc-29 {
    font-size: 29px
}

.yc-30 {
    font-size: 30px
}

.yc-31 {
    font-size: 31px
}

.yc-fff, ::selection {
    color: #fff
}

.yc-000 {
    color: #0E0E0E
}

.yc-medium {
    font-weight: 500
}

.yc-400 {
    font-weight: 400
}

.yc-center, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.yc-align {
    text-align: center
}

.main, main {
    width: 85%;
    margin: 0 auto
}

.yc-limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.yc-overflow {
    overflow: hidden
}

.yc-color, ::selection {
    background-color: #4cb6cc
}

.yc-relative {
    position: relative
}

.yc-absolute {
    position: absolute
}

.yc-pointer, .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .owl-theme .owl-nav [class*=owl-] {
    cursor: pointer
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 9
}

.owl-carousel .owl-stage {
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    z-index: 1;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .poll br {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    float: right;
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-prev, .owl-next {
    top: calc(50% - 20px);
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    z-index: 1;
    font-size: 38px;
    background-color: #fff;
    font-size: 15px;
}

body.dark .owl-prev, body.dark .owl-next {
    background-color: #212121;
    color: #ccc;
}

.owl-prev.disabled, .owl-next.disabled {
    color: #9e9e9e
}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
    opacity: 1
}

.owl-next {
    left: 0;
    float: left;
    border-radius: 0 50% 50% 0
}

.owl-prev {
    right: 0;
    float: right;
    border-radius: 50% 0 0 50%
}

.owl-dots {
    display: none !important
}

.owl-dots {
    float: right;
    text-align: center;
    margin: -35px -80px 0 0
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 5px 7px;
    background-color: #cfd8dc;
    border-radius: 30px;
    width: 8px;
    height: 8px
}

.owl-dots .owl-dot.active {
    width: 38px
}

body {
    background-color: #f3f3f3;
}

body.dark {
    background-color: #212121;
}

header {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

body.dark header {
    background-color: #212121;
    box-shadow: unset;
}

.main {
    width: 1400px;
    max-width: calc(100% - 25px);
    margin: 0 auto;
}

.header-menu .logo {
    background-color: #1976d2;
    padding: 21px 30px;
    width: 160px;
}

body.dark .header-menu .logo {
    background-color: transparent;
}

body.dark .header-menu .logo samp {
    background-color: #ccc;
    color: #212121;
}

.header-menu .logo span {
    font-size: 20px;
    margin-left: 5px;
}

.header-menu .logo samp {
    background-color: #fff;
    padding: 1px 7px;
    border-radius: 30px 0 0 30px;
    margin-top: 4px;
    color: #1976d2;
    font-weight: 700;
}

.header-menu .main-header-menu {
    width: calc(100% - 160px);
    float: right;
}

.main-header-menu .widgets {
    margin-top: 15px;
    width: 130px;
}

.header-menu .main-header-menu .widgets .switch-theme-color {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(191, 189, 189, 0);
    width: 40px;
    height: 40px;
    border: 3px rgba(0, 0, 0, 0.05) solid;
    margin-top: 1px;
}

.header-menu .main-header-menu .widgets .switch-theme-color:hover {
    transform: rotate(360deg);
}

.main-header-menu .widgets .search-btn {
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    padding-right: 15px;
    border-right: 1.5px solid rgba(0, 0, 0, 0.2);
    margin-right: 15px;
    margin-top: 3px;
}

body.dark .main-header-menu .widgets .search-btn {
    color: #ccc;
    border-right-color: rgba(255, 255, 255, 0.2);
}

.main-header-menu .widgets .search-btn:hover {
    color: rgba(0, 0, 0, 0.8);
}

body.dark .header-menu .main-header-menu .widgets .switch-theme-color {
    background-color: #fdb813;
    color: white;
}

.main-header-menu .widgets .toggle-menu {
    width: 25px;
    height: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    position: relative;
    margin: 11px 12px 0 0;
    cursor: pointer;
    display: none;
}

.main-header-menu .widgets .toggle-menu:before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    background: #c1c9d0;
    transition: all .2s ease-in-out;
}

.main-header-menu .widgets .toggle-menu:after {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    top: 16px;
    right: 0;
    background: #c1c9d0;
    transition: all .2s ease-in-out;
}

.main-header-menu .widgets .toggle-menu span {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #c1c9d0;
    transition: all .2s ease-in-out;
}

.main-header-menu .widgets .toggle-menu.active:before {
    transform: rotate(-45deg);
    top: 9px;
}

.main-header-menu .widgets .toggle-menu.active:after {
    transform: rotate(45deg);
    bottom: 9px;
    top: auto;
}

.main-header-menu .widgets .toggle-menu.active span {
    display: none;
}

.main-header-menu .menu-items {
    width: calc(100% - 145px);
    margin-right: 15px;
    float: right;
}

.main-header-menu .menu-items li {
    border-bottom: 2px solid transparent;
    float: right;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.main-header-menu .menu-items li a {
    padding: 23px 30px;
    color: #939da7;
    float: right;
    font-size: 15px;
    font-weight: 500;
}

.main-header-menu .menu-items li samp {
    display: none;
}

.main-header-menu .menu-items li .sub-menu {
    position: absolute;
    padding: 0 10px;
    background-color: #fff;
    top: 72px;
    right: 0;
    width: 700px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.main-header-menu .menu-items li .sub-menu li {
    font-size: 14px;
    width: 150px;
    text-align: center;
    flex: 1;
    vertical-align: baseline;
    border-bottom: 1px solid transparent;
}

.main-header-menu .menu-items li .sub-menu li a {
    padding: 12px 20px;
    width: 100%;
}

body.dark .main-header-menu .menu-items li .sub-menu li a {
    color: #939da7;
}

.main-header-menu .menu-items li:hover {
    border-bottom: 2px solid #1976d2;
}

body.dark .main-header-menu .menu-items li:hover {
    border-bottom: 2px solid #ccc;
}

.main-header-menu .menu-items li:hover .sub-menu {
    visibility: inherit;
    opacity: 1;
}

body.dark .main-header-menu .menu-items li:hover .sub-menu {
    background-color: #1b1b1b;
}

.main-header-menu .menu-items li .sub-menu li:hover {
    border-bottom: 1px solid #1976d2;
}

body.dark .main-header-menu .menu-items li .sub-menu li:hover {
    border-bottom: 1px solid #ccc;
}

.main-site {
    margin-top: 15px;
}

.main-site.search-active {
    filter: blur(3px);
}

.top-posts article {
    width: calc(25% - 10px);
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 10px 10px;
    position: relative;
    height: 190px;
}

.top-posts article img {
    height: 100%;
}

.top-posts article:first-child {
    width: calc(50% - 10px);
    height: 390px;
}

.top-posts article:nth-child(4) {
    width: calc(50% - 10px);
    height: 390px;
    float: left;
}

.top-posts article .post-cover {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(51, 51, 51, 1), rgba(51, 51, 51, .1));
}

body.dark .top-posts article .post-cover {
    background-image: linear-gradient(to top, rgba(33, 33, 33, 1), rgba(33, 33, 33, .1));
}

.top-posts article .post-cover h2 {
    position: absolute;
    bottom: 25px;
    right: 20px;
    width: calc(100% - 30px);
    font-size: 14px;
}

.top-posts article:first-child .post-cover h2, .top-posts article:nth-child(4) .post-cover h2 {
    font-size: 18px;
}

.top-posts article:hover .post-cover {
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
}

body.dark .top-posts article:hover .post-cover {
    transform: unset;
    visibility: unset;
    opacity: unset;
}

.main-blog, .main-posts .main-post .post-slider, .main-posts .new-posts {

}

.main-blog .main-posts {
    width: 75%;
}

.main-side .block-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.main-posts .main-post {
    margin: 20px 0;
}

body.dark .main-posts .main-post .title:before {
    border-bottom-color: #cccccc24;
}

.main-posts .main-post .title span {
    padding-left: 20px;
}

body.dark .main-posts .main-post .title span {
    background-color: #212121;
    color: #fff;
}

.main-posts .main-post .post-slider .item {

}

.main-posts .main-post .post-slider .item img {
    width: 100%;
    height: 190px;
    border-radius: 5px;
}

.main-posts .main-post .post-slider .item h2 {
    color: #444;
}

.main-posts .main-post .post-slider .item:hover img {
    filter: grayscale(0.7);
}

.main-posts .main-post .post-slider .item:hover h2, body.dark .main-posts .main-post .post-slider .item:hover h2 {
    color: #1976d2;
}

.main-posts .new-posts article {
    width: calc(50% - 7.5px);
    margin-left: 15px;
    margin-bottom: 10px;
}

.main-posts .new-posts article:nth-child(even) {
    margin-left: 0;
}

.main-posts .new-posts article img {
    width: 150px;
    height: 90px;
    border-radius: 5px;
}

.main-posts .new-posts article .post-cover {
    width: calc(100% - 160px);
    margin-right: 10px;
    padding: 5px 0;
}

.main-posts .new-posts article .post-title h2 {
    color: #444;
}

.main-posts .new-posts article .post-title span {
    margin-top: 10px;
    color: #999;
}

.main-posts .new-posts article:nth-child(1), .main-posts .new-posts article:nth-child(2) {
    margin-bottom: 15px;
}

.main-posts .new-posts article:nth-child(1) .post-cover, .main-posts .new-posts article:nth-child(2) .post-cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(51, 51, 51, 1), rgba(51, 51, 51, .1));
    border-radius: 5px;
    margin-right: 0;
    padding-right: 10px;
}

body.dark .main-posts .new-posts article:nth-child(1) .post-cover, body.dark .main-posts .new-posts article:nth-child(2) .post-cover {
    background-image: linear-gradient(to top, rgba(33, 33, 33, 1), rgba(33, 33, 33, .1));
}

.main-posts .new-posts article:nth-child(1) img, .main-posts .new-posts article:nth-child(2) img {
    width: 100%;
    height: 300px;
}

.main-posts .new-posts article:nth-child(1) .post-title, .main-posts .new-posts article:nth-child(2) .post-title {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 10px);
}

.main-posts .new-posts article:nth-child(1) .post-title h2, .main-posts .new-posts article:nth-child(2) .post-title h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.main-posts .new-posts article:nth-child(1) .post-title span, .main-posts .new-posts article:nth-child(2) .post-title span {
    display: none;
}

.main-posts .new-posts article:hover .post-title h2, body.dark .main-posts .new-posts article:hover .post-title h2 {
    color: #03a9f4;
}

.cat-posts .cat-post {
    width: calc(33.330% - 10px);
    margin: 20px 0 20px 10px;
}

.cat-posts .cat-post img {
    width: 100%;
    height: 210px;
    border-radius: 5px;
}

.cat-posts .cat-post .cat-post-title {
    margin-top: 5px;
    height: 100px;
    overflow: hidden;
}

.cat-posts .cat-post:hover .cat-post-title h3, body.dark .cat-posts .cat-post:hover .cat-post-title h3 {
    color: #03a9f4;
}

.cat-posts .cat-post .cat-post-title span {
    color: #999;
    margin-top: 6px;
}

.cat-posts .cat-post .post-cover {
    position: absolute;
    width: 100%;
    height: 210px;
    border-radius: 5px;
    background-image: linear-gradient(to top, rgba(51, 51, 51, 1), rgba(51, 51, 51, .1));
    right: 0;
    top: 0;
}

.main-posts .main-post .post-slider .item .slider-img-cover {
    position: absolute;
    height: 190px;
    top: 0;
    right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}

.main-posts .main-post .post-slider .item .slider-img-cover .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 22px;
    margin: 0 auto;
}

.main-posts .main-post .post-slider .item.new-movies:hover .slider-img-cover {
    visibility: hidden;
    opacity: 0;
}

.main-posts .main-post .post-slider .item.new-movies:hover img {
    filter: brightness(1.3);
}

.main-blog .main-side {
    width: calc(25% - 15px);
    margin: 15px 15px 0 0;
}

.main-side .side-block {
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .05);
    padding: 20px 10px;
    border-radius: 5px;
    margin-top: 20px;
}

body.dark .main-blog .main-side .side-block {
    background: 0 0;
    box-shadow: unset;
}

.main-blog .main-side .side-block .block-title {
    color: #939da7;
    font-size: 16px;
    padding: 0 10px;
}

.main-blog .main-side .side-block .block-title .fa-title span {
    width: calc(100% - 25px);
}

.main-blog .main-side .side-block .block-title .en-title span {
    margin-top: 5px;
}

.main-blog .main-side .side-block .block-title .fa-title {
    width: 60%;
}

.main-blog .main-side .side-block .block-title .en-title {
    width: 40%;
}

.main-blog .main-side .side-block .block-title .fa-title i {
    margin-left: 5px;
    font-size: 20px;
    float: right;
    margin-top: 2px;
}

.side-block .cm-ul, .side-block .post-ul, .side-block .ads-ul {
    margin-top: 25px;
}

.side-block .cm-ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.side-block .cm-ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

body.dark .side-block .cm-ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.dark .side-block .cm-ul li:last-child {
    border-bottom: 0;
}

.side-block .cm-ul li a i {
    font-size: 25px;
    color: #ccc;
}

body.dark .side-block .cm-ul li a i {
    color: #333;
}

.side-block .cm-ul li a .cm-content {
    width: calc(100% - 37px);
    margin-right: 12px;
}

.side-block .cm-ul li a .cm-content span {

}

.side-block .cm-ul li a .cm-content samp {
    margin-top: 5px;
}

body.dark .side-block .cm-ul li a .cm-content samp {
    color: #b2bcc4;
}

.side-block .cm-ul li a .cm-content samp:before {
    content: "-";
    float: right;
    margin-left: 5px;
    font-size: 25px;
    line-height: 28px;
}

.side-block .cm-ul li:hover a .cm-content samp {
    padding-right: 5px;
}

.side-block .cm-ul li:hover a i {
    color: #1976d2;
}

.side-block .post-ul li {
    height: 70px;
    margin-bottom: 10px;
}

.side-block .post-ul li:last-child {
    margin-bottom: 0;
}

.side-block .post-ul li a {
    height: 100%;
}

.side-block .post-ul li img {
    width: 110px;
    height: 100%;
    border-radius: 5px;
}

.side-block .post-ul li .title {
    width: calc(100% - 120px);
    height: 100%;
    margin-right: 10px;
}

.side-block .post-ul li .title h4 {
    text-align: right;
}

.side-block .post-ul li:hover img {
    filter: brightness(1.3);
}

.side-block .ads-ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.side-block .ads-ul li:last-child, body.dark .side-block .ads-ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

body.dark .side-block .ads-ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.side-block .ads-ul li a i {
    font-size: 14px;
    color: #1e88e5;
    margin-top: 4px;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.side-block .ads-ul li a .title {
    width: calc(100% - 20px);
    margin-right: 6px;
    margin-top: 1px;
}

.side-block .ads-ul li a .title span {
    color: #1e88e5;
    font-size: 13px;
}

.side-block .ads-ul li a .title samp {
    font-size: 11px;
    color: #757575;
}

.side-block .ads-ul li:hover a i {
    transform: rotate(360deg);
    color: #009cd8;
}

.side-block .ads-ul li:hover a .title span {
    color: #009cd8;
}

.top-footer {
    background: var(--main-color);
}

body.dark .top-footer {
    background: #313131;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

body.dark .top-footer a.logo samp {
    background-color: #ccc;
    color: #212121;
}

.top-footer .top-foot {
    width: 300px;
    margin: 0 auto;
}

.top-footer a.logo {
    margin: 35px 0;
}

.top-footer a.logo span {
    font-size: 30px;
}

.top-footer a.logo samp {
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 30px 0 0 30px;
    margin-top: 4px;
    color: #1976d2;
}

.top-footer a.logo p {
    margin-top: 25px;
}

.main-footer {
    background-color: #282828;
}

.main-footer .under-foot-icon {
    width: 60px;
    margin: 0 auto;
}

.main-footer .under-foot-icon .top-icon {
    width: 100%;
    height: 35px;
    border-radius: 0 0 20px 20px;
    background: var(--main-color);
    font-size: 25px;
}

body.dark .main-footer .under-foot-icon .top-icon {
    background: #313131;
}

.main-footer .copyright {
    font-weight: 500;
    font-size: 12px;
    margin-left: 20px;
    margin-bottom: 30px;
    color: #e0e0e0;
    margin-top: 10px;
}

.main-footer .copyright a {
    color: #ccc;
    font-weight: 700;
}

.main-footer .copyright a:hover {
    color: #fff;
}

footer {
    margin-top: 30px;
}

.search-box {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    display: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.search-box .s-active {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
}

.search-box .search-form {
    width: 800px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    z-index: 10;
}

.search-box .search-form form {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.search-box .search-form form input[type="text"] {
    background: none;
    border: 0;
    padding: 15px;
    font-size: 15px;
    width: calc(100% - 52px);
    font-weight: 500;
}

.search-box .search-form form input[type="submit"] {
    font-family: FontAwesome;
    border: 0;
    font-size: 30px;
    background: none;
    color: #565656;
    padding: 12px;
    cursor: pointer;
}

.search-box .search-form form input[type="submit"]:hover {
    transform: rotate(90deg);
    opacity: 0.8;
}

.responsive-menu {
    position: fixed;
    top: 0;
    right: -300px;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    width: 300px;
    background: #333;
    z-index: 9;
    overflow: auto;
}

.responsive-menu .head-menu {
    background: #016fd8;
    padding: 25px 20px;
}

.responsive-menu ul li {
    border-bottom: 1px solid #444;
    float: right;
    width: 100%;
}

.responsive-menu ul li a {
    color: #939da7;
    opacity: 0.8;
    padding: 15px 30px;
    float: right;
    font-size: 16px;
    font-weight: 500;
}

.responsive-menu ul li samp {
    font-size: 22px;
    color: #939da7;
    margin: 14px 0 0 20px;
    cursor: pointer;
}

.responsive-menu ul li samp.active i {
    transform: rotate(180deg);
}

.responsive-menu ul li ul {
    background-color: #282828;
    display: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 100%;
    float: right;
}

.tags-cats {
    width: 0;
    height: 0;
    overflow: hidden;
}

.responsive-menu ul li ul li {
    margin: 0px 10px;
    width: calc(100% - 20px);
    float: right;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #333;
}

.responsive-menu ul li ul li a {
    opacity: 1;
    width: 100%;
    float: right;
    padding: 10px 15px;
}

.responsive-menu ul li ul li:last-child {
    border-bottom: 0;
}

.main-blog.main-single {
    margin-top: 10px;
}

.single_blog_thumb {
    width: 150px;
    border-radius: 5px;
    border: 3px solid var(--main-color);
}

.single .head-content, .single-post {
    box-shadow: 10px 10px 5px #959595;
    border-radius: 5px;
}

.main-blog.main-single .main-side .side-block:first-child, .main-blog.main-single .main-side {
    margin-top: 0;
}


body.dark .single-post {
    background: none;
}


.single-post .single-bg .head-content {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #fff, #fff0);
}

body.dark .single-post .single-bg .head-content {
    background: linear-gradient(to top, #212121, #21212100);
}

.single-post .single-bg .head-content .single-author {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 100px;
}

.single-post .single-bg .head-content .single-author img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.single-post .single-bg .head-content .single-author .title {
    width: calc(100% - 70px);
    padding: 5px 15px;
}

.single-post .single-bg .head-content .single-author .title .author {
    margin-top: 5px;
    color: #444;
}

.main-pages {
    min-height: 70vh;
}

body.dark .single-post .single-bg .head-content .single-author .title .author, body.dark .top-footer a.logo span, body.dark .side-block .ads-ul li a .title samp, body.dark .side-block .post-ul li .title h4, body.dark .cat-posts .cat-post .cat-post-title h3, body.dark .main-posts .new-posts article .post-title h2, body.dark .top-posts article .post-cover h2, body.dark .header-menu .logo span, body.dark .single-post .single-bg .head-content .single-author .title .author, body.dark .single-post .single-content .post-content, body.dark .comments-ul li .info span, body.dark .comments-ul li .info samp, body.dark .comments .comment-form .modal .notic, body.dark .comments .comment-form .modal .entery label, body.dark .main-pages .main-page-posts article .title h2, body.dark .main-pages .main-page-posts article .content {
    color: #ccc;
}

body.dark .single-post .single-bg .head-content .single-author .title h1, body.dark .side-block .cm-ul li a .cm-content span, body.dark .main-header-menu .menu-items li a, body.dark .main-posts .main-post .post-slider .item h2, body.dark .top-posts article:hover .post-cover h2, body.dark .comments-ul li .content, body.dark .comments .comment-form .form-send textarea {
    color: #fff;
}

.single-post .single-content .post-content {
    line-height: 2.5;
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

.single-post .post-widgets {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
    margin-top: 15px;
}

.single-post .post-widgets .share-post {
    width: 200px;
    margin: 0 auto;
}

.single-post .post-widgets .share-post .title {
    color: #666;
}

body.dark .single-post .post-widgets .share-post .title {
    color: #999;
}

.single-post .post-widgets .share-post .social-shares {
    margin-top: 20px;
}

.single-post .post-widgets .share-post .social-shares a {
    width: 40px;
    color: #999;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.single-post .post-widgets .share-post .social-shares a i {
    font-size: 20px;
}

.single-post .post-widgets .share-post .social-shares a:hover {
    color: #666;
}

.main-single .main-posts .related-movies {
    background-color: #333;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

body.dark .main-single .main-posts .related-movies {
    background-color: #016fd8;
}

.main-single .main-posts .related-movies:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: url('../img/television.svg') no-repeat scroll center center/cover;
    right: -80px;
    bottom: 15px;
    transform: rotate(-20deg);
    opacity: .06;
}

body.dark .main-single .main-posts .related-movies:before {
    opacity: .15;
}

.main-single .main-posts .related-movies .title {
    float: right;
    width: 240px;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 10px;
    position: relative;
}

.main-single .main-posts .related-movies .title samp {
    color: #ccc;
    margin-top: 15px;
    font-size: 14px;
}

.main-single .main-posts .related-movies .title a {
    background-color: #016fd8;
    border-radius: 5px;
    padding: 6px 0;
    margin-top: 25px;
}

body.dark .main-single .main-posts .related-movies .title a {
    background: #fff;
    color: #016fd8;
}

.main-single .main-posts .related-movies .movies-slider {
    width: calc(100% - 255px);
    box-shadow: 0 0 25px rgba(0, 0, 0, .8) inset;
    padding: 15px 0;
    margin-left: 15px;
}

.main-single .main-posts .related-movies .movies-slider .item {
    width: 180px;
    height: 265px;
    margin-left: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.main-single .main-posts .related-movies .movies-slider .item img, .main-single .main-posts .related-movies .movies-slider .item a {
    height: 100%;
}

.main-single .main-posts .related-movies .movies-slider .item:hover img {
    transform: scale(1.1)
}

.main-single .main-posts .related-movies .title a:hover {
    background-color: #0065c5;
}

.comments .comment-form {
    margin-top: 20px;
}

.comments .comment-form .icon {
    background-color: #e6e7ef;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comments .comment-form .form-send {
    background-color: #e6e7ef;
    width: calc(100% - 55px);
    border-radius: 10px;
}

.comments .comment-form .form-send textarea {
    background: 0 0;
    padding: 8px 15px;
    width: calc(100% - 75px);
    height: 40px;
    resize: none;
    overflow: hidden;
    border: 0;
    outline: 0;
}

.comments .comment-form .form-send textarea:focus {
    height: 100px;

}

.comments .comment-form .form-send .send-cm {
    left: 0;
    top: 0;
    height: 100%;
    color: #666;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.comments .comment-form .form-send .send-cm:hover {
    color: #1976d2;
}

.comments .comment-form .form-send .send-cm i {
    margin-left: 5px;
    padding: 11px;
}

body.dark .comments .comment-form .form-send .send-cm:hover {
    color: #999;
}

.comments .comment-form .modal {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
    background-color: rgba(41, 42, 51, .95);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.comments .comment-form .modal .close-cmboxb {
    height: 100%;
    top: 0;
    right: 0;
}

.comments .comment-form .modal .entery {
    width: 330px;
    padding: 30px;
    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px);
    overflow: auto;
    box-shadow: 0 0 7px 0 #292a33;
    text-align: justify;
    margin: auto;
    z-index: 9;
    background-color: #fff;
    border-radius: 3px;
}

body.dark .comments .comment-form .modal .entery {
    background-color: #212121;
}

.comments .comment-form .modal .entery label {
    margin: 10px 0 5px;
}

.comments .comment-form .modal .notic {
    margin-bottom: 10px;
    color: #666;
}

.comments .comment-form .modal .bincm {
    border: solid 1px #d3d6e0;
    padding: 7px 15px;
    width: 100%;
    margin: 5px 0 15px;
}

.comments .comment-form .modal .bincm:focus {
    border-color: #3f465d;
}

.comments .comment-form .modal .cmbtns {
    margin-top: 15px;
}

.comments .comment-form .modal input[type=submit], .comments .comment-form .modal .close-cmbox {
    border: 0;
    padding: 5px 15px;
    border-radius: 30px;
}

.comments .comment-form .modal input[type=submit] {
    background-color: #1e88e5;
}

body.dark .comments .comment-form .modal input[type=submit] {
    background-color: rgba(255, 255, 255, 0.1);
}

body.dark .comments .comment-form .modal input[type=submit]:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.comments .comment-form .modal .close-cmbox {
    background-color: #f5f5f9;
    border: 1px rgba(0, 0, 0, .01) solid;
    margin-left: 10px;
    color: #444;
}

.comments .comment-form .modal input[type=submit]:hover {
    background-color: #1677cc;
}

.comments .comment-form .modal .close-cmbox:hover {
    background-color: #eee;
}

body.dark .comments .comment-form .modal .close-cmbox {
    background: 0 0;
    color: #ccc;
}

.comments-ul li {
    border-bottom: 1px solid rgb(142 142 142 / 10%);
    padding: 20px 0;
}

.comments-ul li .avatar {
    background-color: #ff80ab;
    width: 35px;
    height: 35px;
    cursor: default;
    border-radius: 50%;
}

.comments-ul li .entery {
    width: calc(100% - 55px);
    margin-right: 20px;
}

.comments-ul li .info span {
    color: #444;
}

.comments-ul li .info samp {
    margin: 3px 12px 0 0;
    color: #777;
}

.comments-ul li .content {
    margin-top: 10px;
    text-align: justify;
    color: #444;
}

.comments-ul li:nth-child(even) .avatar {
    background-color: #ef5350;
}

.comments-ul li:last-child {
    border-bottom: 0;
}

body.dark .comments .comment-form .form-send, body.dark .comments .comment-form .icon {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ccc;
}

.main-pages .top-header {
    height: 450px;
}

.main-pages .top-header img {
    height: 100%;
    width: 100%;
    float: right;
}

.main-pages .top-header .top-cover {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to top, #f3f3f3, rgba(0, 0, 0, 0));
}

.main-pages .top-header .top-cover h1 {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

body.dark .main-pages .top-header .top-cover, body.dark .main-pages .main-page-posts article .pic .post-cover {
    background: linear-gradient(to top, #212121, rgb(33, 33, 33, 0.1));
}

.main-pages .main-page-posts article {
    width: 33.33%;
    margin-bottom: 40px;
    padding: 0 10px;
}

.main-pages .main-page-posts article .pic {
    height: 280px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}

.main-pages .main-page-posts article .pic img {
    height: 100%;
    width: 100%;
    float: right;
}

.main-pages .main-page-posts article .pic .post-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(to top, #f3f3f3, rgb(243, 243, 243, 0.1));
}

.main-pages .main-page-posts article .title {
    margin-top: 10px;
}

.main-pages .main-page-posts article .title h2 {
    color: #444;
}

.main-pages .main-page-posts article .title span {
    color: #777;
    margin-top: 5px;
}

.main-pages .main-page-posts article .content {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
    height: 130px;
    overflow: hidden;
}

.main-pages .main-page-posts .pages span, .main-pages .main-page-posts .pages a {
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 500;
    float: right;
    margin: 0 3px;
}

.main-pages .main-page-posts .pages a {
    background-color: #fff;
    color: #444;
}

.main-pages .main-page-posts .pages span {
    background-color: #016fd8;
    color: #fff;
}

.main-pages .main-page-posts article:hover .pic {
    box-shadow: 0px -10px 10px rgba(0, 0, 0, .1);
}

.main-pages .main-page-posts article:hover .title h2, body.dark .main-pages .main-page-posts article:hover .title h2 {
    color: #03a9f4;
}

.side-category-title {
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
    color: white;
    padding: 10px;
    border-radius: 15px 0;
}

@media only screen and (max-width: 1300px) {
    .main-header-menu .menu-items li a {
        padding: 23px 20px;
    }

    .main-blog .main-posts {
        width: 65%;
    }

    .main-blog .main-side {
        width: calc(35% - 15px);
    }

    .main-posts .new-posts article:nth-child(1) img, .main-posts .new-posts article:nth-child(2) img {
        height: 200px;
    }

    .main-posts .new-posts article:nth-child(1) .post-title h2, .main-posts .new-posts article:nth-child(2) .post-title h2 {
        font-size: 14px;
    }

    .main-posts .new-posts article .post-title h2 {
        font-size: 13px;
    }

    .single-post .single-content {
        padding: 40px;
    }

    .single-post .single-bg .head-content .single-author {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-posts .new-posts article {
        width: 100%;
        margin-left: 0;
    }

    .cat-posts .cat-post img, .cat-posts .cat-post .post-cover {
        height: 150px;
    }

    .cat-posts .cat-post .cat-post-title h3 {
        font-size: 13px;
    }

    .main-pages .main-page-posts article .pic {
        height: 210px;
    }

    .cat-posts .cat-post .cat-post-title {
        height: 90px;
    }
}

@media only screen and (max-width: 1100px) {
    .top-posts article {
        height: 140px;
    }

    .top-posts article:nth-child(4), .top-posts article:first-child {
        height: 300px;
    }

    .main-blog .main-posts {
        width: 55%;
    }

    .main-blog .main-side {
        width: calc(45% - 15px);
    }

    .cat-posts .cat-post img, .cat-posts .cat-post .post-cover {
        height: 100px;
    }
}

@media only screen and (max-width: 1000px) {
    .main-header-menu .menu-items {
        display: none;
    }

    .main-header-menu .widgets .toggle-menu {
        display: block;
    }

    .main-posts .new-posts article:nth-child(1) img, .main-posts .new-posts article:nth-child(2) img {
        width: 150px;
        height: 90px;
        border-radius: 5px;
    }

    .main-posts .new-posts article:nth-child(1) .post-cover, .main-posts .new-posts article:nth-child(2) .post-cover {
        position: unset;
        background: 0 0;
        border-radius: 0;
        width: calc(100% - 160px);
        margin-right: 10px;
        padding: 5px 0;
    }

    .main-posts .new-posts article:nth-child(1) .post-title, .main-posts .new-posts article:nth-child(2) .post-title {
        position: unset;
        bottom: unset;
        width: unset;
    }

    .main-posts .new-posts article:nth-child(1) .post-title h2, .main-posts .new-posts article:nth-child(2) .post-title h2 {
        color: #444;
        font-weight: 500;
        font-size: 13px;
    }

    .main-posts .new-posts article:nth-child(1) .post-title span, .main-posts .new-posts article:nth-child(2) .post-title span {
        display: block;
    }

    .single-post .single-content .post-content {
        font-size: 14px;
    }

    .single-post .single-bg .head-content .single-author .title h1 {
        font-size: 17px;
    }

    .main-pages .main-page-posts article {
        width: 50%;
    }

    .main-pages .main-page-posts article .pic {
        height: 250px;
    }

    .main-pages .top-header {
        height: 350px;
    }
}

@media only screen and (max-width: 800px) {
    .top-posts article, .top-posts article:nth-child(4) {
        width: 100%;
        margin: 0 0 10px 0;
        height: 280px;
    }

    .top-posts article:first-child, .top-posts article:nth-child(2) {
        height: 280px;
        width: calc(50% - 5px);
        margin-left: 10px;
        font-size: 14px;
    }

    .top-posts article:nth-child(4) .post-cover h2, .top-posts article:first-child .post-cover h2 {
        font-size: 14px;
    }

    .top-posts article:nth-child(2) {
        margin-left: 0;
    }

    .main-blog .main-posts {
        width: 100%;
    }

    .main-blog .main-side {
        width: 100%;
        margin-right: 0;
    }

    .cat-posts .cat-post {
        width: calc(50% - 10px);
    }

    .cat-posts .cat-post img, .cat-posts .cat-post .post-cover {
        height: 200px;
    }

    .main-single .main-posts .related-movies .title {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 40px;
    }

    .main-single .main-posts .related-movies .movies-slider {
        width: 100%;
        padding: 20px;
        margin: 0;
        box-shadow: unset;
    }

    .main-pages .main-page-posts article .pic {
        height: 200px;
    }

    .main-pages .top-header {
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {
    .top-posts article:first-child, .top-posts article:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }

    .top-posts article, .top-posts article:first-child, .top-posts article:nth-child(2), .top-posts article:nth-child(4) {
        height: 180px;
    }

    .main-pages .main-page-posts article {
        width: 100%;
    }

    .main-pages .main-page-posts article .pic {
        height: 300px;
    }

    .main-pages .top-header {
        height: 250px;
    }

    .main-pages .top-header .top-cover h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 500px) {
    .top-posts article, .top-posts article:first-child, .top-posts article:nth-child(2), .top-posts article:nth-child(4) {
        height: 130px;
    }

    .main-posts .new-posts article img {
        width: 100% !important;
        height: 150px !important;
    }

    .main-posts .new-posts article .post-cover {
        width: 100% !important;
    }

    .cat-posts .cat-post img, .cat-posts .cat-post .post-cover {
        height: 120px;
    }

    .header-menu .logo {
        background-color: transparent;
        padding: 20px 0;
    }

    .header-menu .main-header-menu {
        width: calc(100% - 160px);
    }

    .header-menu .logo span {
        color: #ccc;
    }

    .header-menu .logo samp {
        background-color: #ccc;
        color: #fff;
    }

    .main-header-menu .widgets .search-btn {
        font-size: 20px;
        border-right: 0;
        margin-top: 5px;
        margin-right: 18px;
        padding-right: 0;
        margin-left: 5px;
    }

    .header-menu .main-header-menu .widgets .switch-theme-color {
        width: 35px;
        height: 35px;
        margin-top: 3px;
        border: 2px rgba(0, 0, 0, 0.05) solid;
    }

    .single-post .single-bg .head-content .single-author {
        text-align: center;
    }

    .single-post .single-bg .head-content .single-author img {
        float: none;
    }

    .single-post .single-bg .head-content .single-author .title {
        width: 100%;
        padding: 5px 0;
    }

    .single-post .single-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .main-posts .new-posts article img {
        height: 120px !important;
    }

    .responsive-menu {
        width: 250px;
    }

    .main-pages .main-page-posts article .pic {
        height: 180px;
    }
}