@charset "UTF-8";
/*
Theme Name: BaseTheme
Theme URI: https://faral.tech
Author: Saeed Tajabadi Farahani
Author URI: https://faral.tech/about
Description: A real special responsive theme by IRANET.co
Requires at least: WordPress 4.9.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
}
html {
    direction: rtl;
    height: 100%;
    overflow-x: hidden;
}
body {
    font: 16px yekanbakh, Tahoma, sans-serif;
    height: 100%;
}
.header-container {
    position: sticky;
    top: 0;
    z-index: 9999;
}
header {
    /*height: 60px;*/
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0px #eee;
}
header .wrap {
    padding: 0 5px;
}
.logo {
    font-weight: 900;
    font-size: 24px;
    font-family: Pinar, sans-serif;
    color: #ea1f7e;
    margin-top: 5px;
    font-variation-settings: 'DSTY' 5;
    /*color: #be3455;*/
}
.wrap {
    max-width: 1170px;
    margin: 0 auto;
}
.flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.main-menu ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.main-menu ul li {
    margin-right: 15px;
}
.main-menu ul li a {
    color: #282828;
    transition: all 0.3s;
}
.main-menu ul li a:hover {
    color: violet;
}
.main-menu ul li.current-menu-item a {
    color: violet;
}
.main-slider {
    height: 300px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0 #eee;
    border-radius: 0.3rem;
    margin-top: 10px;
}
.main-slider .slide-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slide-thumb {
    height: 255px;
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 0 15px 3px #cccccc;
    margin-left: 10px;
    margin-top: 5px;
}
.slide-thumb img {
    height: 100%;
    width: auto;
    display: block;
}
.slide-in {
    padding: 15px;
}
.slide-right {
    width: 50%;
    position: relative;
}
.main-slider button {
    width: 48px;
    height: 48px;
    border-radius: 0.3rem;
    border: 1px dashed #282828;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    bottom: 15px;
    cursor: pointer;
}
.main-slider .slick-next {
    right: 15px;
}
.main-slider .slick-prev {
    right: 70px;
}
.slide-in .slide-title {
    margin-bottom: 15px;
}
.slide-content {
    margin-bottom: 15px;
    text-align: justify;
    text-justify: inter-character;
}
.slide-more {
    background-color: #ea1f7e;
    color: #FFFFFF;
    padding: 4px 12px;
    border-radius: 0.3rem;
    transition: all 0.3s;
}
.slide-more:hover {
    opacity: 0.8;
}
.slide-date {
    position: absolute;
    left: 0;
    top: 0;
    color: #cccccc;
}
.latest-tabs {
    width: 68%;
    height: 300px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0px #eee;
    padding: 5px;
    border-radius: 0.3rem;
    overflow: hidden;
}
.weekly-poster {
    width: 30%;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0px #eee;
    border-radius: 0.3rem;
    position: relative;
}
.weekly-poster::before {
    content: "";
    width: 32px;
    height: 100px;
    background-image: url("img/label-glue.png");
    position: absolute;
    top: -33px;
    background-size: contain;
    right: 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    left: 0;
    z-index: 99;
}
/*
.weekly-poster::before {
    content: "تصویر هفته";
    width: 100px;
    height: 40px;
    background-color: #ea1f7e;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
}
 */
.weekly-poster-content {
    padding: 15px;
    overflow: hidden;
}
.weekly-poster img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.3rem;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.weekly-poster:hover img {
    filter: grayscale(0%);
    transform: rotate(30deg)  scale(120%);
}
.row {
    margin-top: 25px;
}

/* Mod tabs */
.tab {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 15px;
    border-bottom: 1px solid #ea1f7e;
    margin-bottom: 10px;
}
.tab button {
    background-color: inherit;
    border: none;
    border-radius: 0.5rem;
    outline: none;
    cursor: pointer;
    padding: 6px 16px;
    transition: 0.3s;
    font-family: inherit;
    margin-left: 10px;
    color: #555555;
    font-weight: 700;
    border: 1px solid #FFFFFF;
}
.tab button:hover {
    background-color: mediumvioletred;
    color: #FFFFFF !important;
}
.tab button.active {
    border: 1px solid mediumvioletred;
    color: #000000;
    font-weight: 700;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    animation: fadeEffect 1s;
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* news slide */
.news-slider {
    position: relative;
}
.news-slide-in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.news-slide-right {
    width: 35%;
}
.news-slide-left {
    width: 60%
}
.news-slide-right .news-slide-thumb {
    border-radius: 0.3rem;
    overflow: hidden;
    width: 100%;
}
.news-slide-right .news-slide-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.news-slider .slick-dots {
    position: absolute;
    left: 10px;
    top: 10%;
}
.news-slider .slick-dots li button {
    width: 20px;
    height: 28px;
    border: none;
    border-radius: 0.5rem;
    background-color: palevioletred;
}
.news-slider .slick-dots li.slick-active button {
    background-color: #d73067;
}
.wiki-danesh {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0px #eee;
    border-radius: 0.3rem;
    padding: 5px 5px;
    margin: 25px auto;
}
.owl-carousel img {
    height: auto;
}
.wiki-danesh h2 {
    border-bottom: 2px solid #da3b5c;
    margin-bottom: 10px;
    font-weight: 500;
    color: #282828;
    font-size: 18px;
}
.fashion-post {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fashion-post-content {
    width: 60%;
    padding: 15px;
}
.fashion-post-thumb {
    height: 200px;
    display: block;
    background-size: cover;
    margin-bottom: 10px;
    width: 40%;
    background-position: center center;
}
.wiki-post-thumb {
    height: 200px;
    display: block;
    background-size: cover;
    margin-bottom: 10px;
    background-position: center center;
}
.fashion-post-excerpt {
    text-align: justify;
    text-justify: inter-character;
}
.wiki-post span {
    color: #777777;
    font-size: 12px;
}
.fashion-network {
    width: 60%;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0px #eee;
    border-radius: 0.3rem;
    padding: 5px 5px;
}
.top-ten {
    width: calc(40% - 20px);
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0px #eee;
    border-radius: 0.3rem;
    padding: 5px 5px;
}
.fourth-row {
    align-items: flex-start;
}
.top-ten-post-rank {

}
.top-ten-post {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s;
}
.top-ten-post:hover {
    opacity: 0.8;
}
.top-ten-bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.top-ten-post h4 {
    width: calc(100% - 100px);
    color: #000;
    position: relative;
    z-index: 9;
}
.top-ten-post:nth-child(1)::before,
.top-ten-post:nth-child(2)::before,
.top-ten-post:nth-child(3)::before,
.top-ten-post:nth-child(4)::before,
.top-ten-post:nth-child(5)::before,
.top-ten-post:nth-child(6)::before,
.top-ten-post:nth-child(7)::before,
.top-ten-post:nth-child(8)::before,
.top-ten-post:nth-child(9)::before,
.top-ten-post:nth-child(10)::before
{
    content: "1";
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ea1f7e;
    color: #fff3e6;
    border-radius: 0.3rem;
    font-size: 32px;
    font-weight: 800;
    ext-shadow: 0 0 3px #6a6a6a;
    position: relative;
    margin: 10px;
    z-index: 9;
}
.top-ten-post:nth-child(2)::before {
    content: "2";
}
.top-ten-post:nth-child(3)::before {
    content: "3";
}
.top-ten-post:nth-child(4)::before {
    content: "4";
}
.top-ten-post:nth-child(5)::before {
    content: "5";
}
.top-ten-post:nth-child(6)::before {
    content: "6";
}
.top-ten-post:nth-child(7)::before {
    content: "7";
}
.top-ten-post:nth-child(8)::before {
    content: "8";
}
.top-ten-post:nth-child(9)::before {
    content: "9";
}
.top-ten-post:nth-child(10)::before {
    content: "10";
}
.single-cover {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.cover-overly {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: violet;
}
.single-right {
    width: 68%;
    min-height: 300px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0px #eee;
    padding: 5px;
    border-radius: 0.3rem;
}
.single-left {
    width: 30%;
}
.single-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.pamisha-bread-crumb {
    background: #f5f5f5;
    margin-top: 3px;
    border-radius: 0.3rem;
    padding: 3px 10px 0 10px;
    display: flex;
    align-items: center;
}
.pamisha-bread-crumb a {
    color: deeppink;
}
.pamisha-bread-crumb span span {
    margin: 0 5px;
}
.pamisha-bread-crumb .breadcrumb_last {
    margin-right: 5px;
}
.single {
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 25px;
}

footer {
    margin-top: 25px;
    min-height: 300px;
    background-color: #fff;
}
.footer-widget {
    padding-top: 15px;
    width: 30%;
}
.foooter-widget-title {
    border-bottom: 1px solid #ffbcc9;
    margin-bottom: 15px;
}
.foooter-widget-title span {
    color: #fa4c71;
    font-weight: 700;
}
.flex-wrap {
    flex-wrap: wrap;
}
.important-links li {
    width: 48%;
    background-color: #fa4c71;
    margin-bottom: 5px;
    border-radius: 0.3rem;
}
.important-links li a {
    color: #fff3e6;
    display: block;
    text-align: center;
    padding: 2px 5px;
    transition: all 0.3s;
}
.important-links li a:hover {
    transition: all 0.3s;
}
.social-contacts li {
    width: 30%;
    border-radius: 0.3rem;
    /*border: 2px solid #fa4c71;*/
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-contacts li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-contacts li a img {
    /*background-color: #fa4c71;*/
    height: 42px;
    width: auto;
    padding: 5px;
}
.social-contacts li a span {
    position: absolute;
    top: 42px;
    right: -70%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s;
    background-color: #fa4c71;
    width: 100px;
    border-radius: 0.3rem;
    z-index: 9;
}
.social-contacts li a span::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    margin: 0 auto;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #FA4C71 transparent;
    transform: rotate(0deg);
}
.social-contacts li a:hover span {
    opacity: 1;
}
.social-contacts li a:hover img {
    opacity: 0.8;
}
.top-banner {
    height: 55px;
    background-color: #fcfcf0;
    background-image: url("img/banner-bg.png");
    background-size: 368px;
    overflow: hidden;
    transition: all 0.3s;
}
.top-banner h3 {
    font-family: Pinar;
    font-weight: 500;
}
.top-banner h3 span {
    font-weight: 700;
    color: #2b6be2;
    transform: rotate(-6deg);
    display: inline-block;
    font-size: 24px;
}
.top-banner .wrap {
    height: 100%;
    position: relative;
}
.top-banner a {
    background-color: orange;
    color: #fff;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 0.3rem;
    transition: all 0.3s;
}
.top-banner a:hover {
    opacity: 0.8;
}
.banner-close {
    background-color: #de87a4;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 48px;
    text-align: center;
    border-radius: 0.3rem 0.3rem 0 0;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}
.banner-close i {
    display: flex;
    font-size: 18px;
}
.home-slider {
    height: 220px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 0 5px 0px #eee;
}
.home-slider .slide-in {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
}
.home-slider-dots {
    position: absolute;
    bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
}
.home-slider-dots li {
    margin: 0 3px;
}
.home-slider-dots li button {
    width: 24px;
    height: 10px;
    border-radius: 0.5rem;
    background-color: #fff;
    border: 1px solid deeppink;
    cursor: pointer;
    color: transparent;
}
.home-slider-dots li.slick-active button {
    background-color: deeppink;
}
.asp_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cat-page {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cat-post {
    width: 23%;
    margin: 25px 10px;
    background-color: #fff;
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 0 5px 0px #eee;
    padding: 5px;
    color: #000;
}
.cat-post h3 {
    font-weight: 300;
    padding: 10px 0;
    font-weight: 300;
    font-size: 18px;
    min-height: 68px;
}
.cat-post-thumb {
    position: relative;
}
.cat-post-thumb img {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 0.3rem;
}
.cat-post-cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
    top: 0;
    left: 0;
    border-radius: 0.3rem;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 20, 147, 0.8);
}
.cat-more {
    color: #ffffff;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 0.3rem;
    border: 1px solid #ffffff;
}
.cat-post-date {
    width: 100%;
    text-align: center;
}
.cat-post:hover .cat-post-cover {
    opacity: 1;
}
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagination ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 3px 10px;
    border-radius: 0.3rem;
    box-shadow: 0 0 5px 0px #eee;
}
.pagination ul li {
    background-color: #ffffff;
    margin: 0 10px;
}
.page-numbers {
    color: #282828;
}
.pagination ul li span.current, .page-numbers.current {
    color: deeppink;
    font-weight: 700;
}
.page-pagination {
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 3px 10px;
    border-radius: 0.3rem;
    box-shadow: 0 0 5px 0px #eee;
}
.page-pagination .page-numbers {
    background-color: #ffffff;
    margin: 0 10px;
}
.mag-search {
  border-right: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
    position: relative;
}
.single-content ul {
    padding-right: 10px;
}
.single-content ul li {
    list-style: square inside;
}
.single-content ul li::marker {
    color: deeppink;
}
.post-excerpt {
    height: 84px;
    text-align: justify;
    font-size: 13px;
}
.news-slide-date {
    font-size: 12px;
}
.liver-live {
    padding: 25px 0;
}
.liver-live iframe {
    width: 100%;
    height: 600px;
    border-radius: 5px;
}
.liver-types {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.liver {
    width: 32%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.liver iframe {
    width: 100%;
    border-radius: 5px;
}
.liver h3 {
    width: 100%;
    text-align: center;
}
.liver-live iframe .titlebar {
    display: none;
}
.viewer .titlebar {
    display: none !important;
}

@media only screen and (max-width: 880px) {
    .liver {
        width: 100%;
    }
    .flex-space {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    header {
        height: auto;
        background-color: #FFFFFF;
        box-shadow: 0 0 5px 0px #eee;
    }
    .main-menu ul {
        display: flex;
        align-items: center;
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-menu ul li {
        margin-right: 15px;
        width: 28%;
    }
    .slide-right {
        width: 90%;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .main-slider .slide-in {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .slide-in .slide-title {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .main-slider {
        height: auto;
        background-color: #FFFFFF;
        box-shadow: 0 0 5px 0px #eee;
        border-radius: 0.3rem;
        margin-top: 10px;
    }
    .main-slider button {
        width: 48px;
        height: 48px;
        border-radius: 0.3rem;
        border: 1px dashed #282828;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 9;
        bottom: 50px;
        cursor: pointer;
    }
    .main-slider .slick-prev {
        right: 60%;
    }
    .main-slider .slick-next {
        right: 30%;
    }
    .latest-tabs {
        width: 96%;
        height: 300px;
        background-color: #FFFFFF;
        box-shadow: 0 0 5px 0px #eee;
        padding: 5px;
        border-radius: 0.3rem;
        overflow: hidden;
    }
    .weekly-poster {
        width: 96%;
        height: auto;
        background-color: #FFFFFF;
        box-shadow: 0 0 5px 0px #eee;
        border-radius: 0.3rem;
        position: relative;
        margin: 45px auto;
    }
    .fashion-network {
        width: 96%;
        background-color: #FFFFFF;
        box-shadow: 0 0 5px 0px #eee;
        border-radius: 0.3rem;
        padding: 5px 5px;
        margin: 0 auto;
    }
    .fashion-post-thumb {
        height: 200px;
        display: block;
        background-size: cover;
        width: 96%;
        margin:  0 auto 10px auto;
        background-position: center center;
    }
    .fashion-post {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .fashion-post-content {
        width: 96%;
        padding: 15px;
    }
    .top-ten {
        width: 96%;
        background-color: #FFFFFF;
        box-shadow: 0 0 5px 0px #eee;
        border-radius: 0.3rem;
        padding: 5px 5px;
        margin: 20px auto;
    }
    .footer-widget {
        padding-top: 15px;
        width: 96%;
        margin: 0 auto;
    }
    .flex-start {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .slide-left {
        margin: 0 auto;
    }
    .main-menu {
        display: none;
    }
    .top-banner {
        height: auto;
    }
    .top-banner .wrap {
        flex-wrap: wrap;
    }
    .top-banner h3 {
        text-align: center;
    }
    .cat-post {
        width: 80%;
    }
    .cat-page {
        justify-content: center;
    }
    .top-banner a {
        margin-right: 10px;
        position: relative;
        bottom: 10px;
    }
    .single-right {
        width: 96%;
        margin: 0 auto;
    }
}