@import "fonts-import.css";
@import "../_inc/fontawesome/css/all.min.css";
@import "../_inc/fontawesome/css/fontawesome.min.css";
@import "elements.css";
@import "switch-day-night.css";
@import "single.css";
@import "archive.css";
@import "night.css";
@import "utilities.css";
@import "news.css";
@import "goverment.css";

/*:root {*/
/*    --maincolor: #525CEB;*/
/*    --secondcolor: #FFC436;*/
/*    --thirdcolor: #0C356A;*/
/*    --furthcolor: #FFF0CE;*/
/*    --textcolorgray: #808080;*/
/*    --maintext-color: #ffffff;*/
/*    --BgColor:#ffffff;*/
/*    --darkBgColor: #616161;*/
/*    --textcolornight: #000000;*/
/*    --textcolor:#ffffff;*/
/*    --hue: 223;*/
/*    --bg: hsl(var(--hue), 10%, 100%);*/
/*    --fg: hsl(var(--hue), 10%, 0%);*/
/*    --primary: hsl(var(--hue), 90%, 55%);*/
/*    --primaryT: hsla(var(--hue), 90%, 55%, 0);*/
/*    --transDur: 0.3s;*/
/*}*/
@media only screen and (max-width: 1280px) {
    .container{
        max-width: 1240px !important;
    }
    .footer1 .row > div{
        margin-top: 20px;
    }
    .sideSocialIconBox svg{
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .sidePostItem{
        width: 95% !important;
        margin-right: 5% !important;
    }
    .sidePostItem p{
        width: 100%;
    }
    .sidePostItemH{
        margin-right: 8px;
    }
    .sidePostItem .sidePostItemMeta{
        justify-content: start;
        padding-right: 5px;
    }
    .sidePostItem .sidePostItemMeta span{
        margin-left: 15px;
    }
    .show-post-offer-item .show-post-offer-meta{
        display: none;
    }
    .show-post-offer-item p{
        display: none;
    }
    .show-post-offer-item img{
        min-height: 230px;
        object-fit: cover;
    }
    .show-post-offer-item h4{
        font-size: 16px !important;
    }
    .show-post-offer-el .overlay {
        opacity: 0.6 !important;
    }
}
#wpadminbar *{
    font-family: 'iransans';
}

a{
    transition: all 200ms ease-in-out;
}
a:hover{
    color: var(--maincolor);
    text-decoration: none;
}
.margtop{
    margin-top: 20px;
}
img{
    max-width: 100%;
}
.dark {
    background-color: #2f2e2e !important;
}
.logo-box{
    text-align: center;
}
.dark-box {
    background-color: var(--thirdcolor) !important;
}

body {
    font-family: 'iransans';
    direction: rtl;
    background-color: #eeeeee;
    overflow-x: hidden;
}
* {
    scroll-behavior: smooth;
}

.topbar-one {
    width: 100%;
    background-color: var(--maincolor);
    border-bottom: 1px solid #ddd;
}

.header-one {
    width: 100%;
    background-color: var(--maincolor);
}

.header-one img.logo {
    max-width: 100%;
    margin: 0px;
    padding: 15px 0px;
}
.menu-icon{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.menu-icon span{
    cursor: pointer;
}
.menu-icon div {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    margin: 5px 0;
    border-radius: 5px;

}
.splitview{
    width: 300px;
    position: absolute;
    top: 0;
    right: -300px;
    visibility: hidden;
    transition: all 200ms ease-in-out;
    height: 100%;
    background-color: #ffffff;
    z-index: 10000;
}
.splitview ul {
    margin: 0px;
    padding: 0px;
}
.splitview ul li {
    margin: 18px 0px;
    border-bottom: 1px solid #ddd;
    padding: 4px 10px;
}
.splitview ul li a{
    color: #000;
}
.splitview ul li a:hover{
    text-decoration: none;
}
.splitview .multiply-icon {
    position: absolute;
    left: -20px;
    font-size: 21px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    top: 48%;
    cursor: pointer;
    color: #000000;
}
.multiply-icon-dark{
    background-color: var(--thirdcolor) !important;
    color: #ffffff;
}
.a-dark{
    color: #ffffff !important;
}
.splitview-show{
    right: 0;
    visibility: visible;
}
.sidebar div h4 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    top: 0;
    position: absolute;
    padding: 8px 15px;
    background-color: var(--maincolor);
    color: var(--maintext-color);
    border-radius: 0px 0px 8px 8px;
}
.sidebar > div {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    background-color: var(--BgColor);
}
.sidebar > ul#sidebar{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
     position: relative;
     width: 100%;
    border-radius: 8px;
    padding: 0;
 }
.sidebar > ul#sidebar > div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
}
.sidebar > a > div {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    background-color: var(--BgColor);
}
@media only screen and (max-width: 992px) {
    .header-one img.logo{
        max-width: 50%;
    }
    .multiply-icon-dark{
        color: #ffffff !important;
    }
}
.footer1{
    background-color: #33363B;
    color: #ffffff;
    border-top: 4px solid #dddddd;
    margin-top: 20px;
    padding-top: 25px;
}
.footer1 .wp-block-list a{
    color:#ffffff;
}
.footer1 h4 {
    position: relative;
    font-weight: 900;
    padding-right: 27px;
    margin-bottom: 15px;
    font-size: 20px;
}
.footer1 .footer1-about-us p {
    position: relative;
    font-weight: 300;
    font-size: 15px;
}
.footer1 .copyright {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    border-top: 2px solid #ddd;
    /* height: 60px; */
    align-items: center;
    padding-top: 15px;
    font-weight: 200;
}
.footer1 h4::before {
    content: " ";
    background-color: var(--maincolor);
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0px;
    top: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 1px 1px #ddd;
}
.footer1-posts ul {
    list-style: none;
    padding: 0;
}
.footer1-posts ul li {
    display: flex;
    position: relative;
    margin: 5px 0px;
    width: 100%;
}
.footer1-posts .ft1p-left-section {
    display: flex;
    align-items: center;
}
.footer1-posts ul .ft1p-img  {
    width: 20%;
}
.footer1-posts ul .ft1p-img img {
    width: 100%;
    border: 2px solid;
    border-radius: 6px;
    transition: all 200ms ease-in-out;
    max-height: 60px;
}
.footer1-posts ul li:hover img {
    border: 2px solid var(--maincolor);
}
.footer1-posts ul li:hover .ft1p-title {
    color: var(--maincolor);
}
.footer1-posts ul li .ft1p-title {
    margin-right: 5px;
    font-size: 15px;
    font-weight: 400;
    transition: all 200ms ease-in-out;
    color: #ffffff;
}
.footer1-posts ul li svg {
    margin-left: 2px;
}
.footer1-posts ul li .ft1p-meta {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--maincolor);
    color: var(--maintext-color);
    padding: 1px 6px;
    border-radius: 8px 0px 8px 0px;
    font-size: 13px;
}
.footer1 .ft1p-left-section{

}
.sidebar ul,
footer ul{
    padding: 0px;
    list-style: none;
}
.sidebar ul li,
footer ul li{
    margin: 8px 0px;
    font-size: 15px;
    font-weight: 400;
}
.title-box {
    padding: 30px 10px;
    color: #fff;
    text-align: center;
}
.title-box-conflu {
    background-image: linear-gradient(to left, #663db8, #4910c8);
}
.title-box h1 {
    padding: 15px 0px;
    font-size: 32px;
    font-weight: 600;
}
.title-box h2 {
    padding: 15px 0px;
    font-size: 32px;
    font-weight: 600;
}
.error404{
    text-align: center;
}
.error404 img{

}
.error404 h2 {
    padding: 20px 0px;
    text-align: center;
    color: var(--textcolornight);
}
.error404 p {
    margin-bottom: 35px;
    color: var(--textcolornight);
}
.error404 a {
    background-color: var(--maincolor);
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 5px 2px #ddd;
    margin-bottom: 35px;
    display: inline-block;
}
.error404 a:hover {
    opacity: 0.9;
    font-weight: 500;
    color: var(--maintext-color);
}
.page-breadcrumb {
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: center;
}
.header-news .topmenu2{
    position:relative;
}

.header-news .sub-menu li{
    position: absolute;
    top: 50px;
    z-index: 10;
    right: 0;
    background: #ffff;
    border-radius: 8px;
    box-sizing: border-box;
    display:none;
}

.header-news .topmenu2 li:hover .sub-menu{
    visibility: visible;
    opacity:1;
    display:block;
}

.header-news .sub-menu{

}

.header-news .sub-menu li{

}

