@import "semstyle.css";
@import "mdcolors.css";
@import "bs-reset.css";
@import "mobile.css";
@import "tablet.css";
@import "desktop.css"; /************************************************/
:root {
    --main-primary: #ac0000;
    --main-primary-light: #ce0000;
    --main-secondary: #978d69;
    --main-green: #2c9842;
    --main-green-darker: #1b662a;
    --img-radius: 8px;
}

.pageSideFloatIcon {
    position: fixed;
    right: -10px;
    z-index: 999999;
    font-size: 10px;
    background: white;
    box-shadow: 7px 7px 12px #00000026;
    color: #444444;
    border-radius: 50px 0px 0px 50px;
    padding: 8px 18px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    transition: 0.5s ease all;
}

#gotoDashboard {
    top: 200px;
}

#nodeEditLink {
    top: 275px;
    font-size: 5px;
    /* right: -18px; */
}

.pageSideFloatIcon:hover {
    right: 0px;
}

html {
    color: black;
}

body {
    background-color: #f0f0f0;
    /* background: url(img/back.jpg); */
    padding: 0px;
    font-size: 15px;
    line-height: 1.7;
    width: 100%;
    height: 100%;
    display: none;
    color: black;
}

body.path-node.page-node-type-content {
    /* background:#efefef; */
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    background: var(--main-green);
    box-shadow: inset 20px 0px 40px #0000008a;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF;
    /* A background-color is required */
    min-height: 100vh;
}

.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
}

.menu-section {
    margin: 0px 0px 20px 0px;
}

.menu-section-title {
    text-transform: uppercase;
    color: #e7e7e7;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin: 0;
    background: #17466d;
}

#menu.sideNavMenu .menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

#menu.sideNavMenu .menu-section-list > ul {
    display: block;
    float: none;
    width: 100%;
    margin: 0px;
}

#menu.sideNavMenu .menu-section-list > ul li {
    display: block;
    float: none;
    width: 100%;
}

#menu.sideNavMenu .menu-section-list a {
    display: block;
    padding: 15px 20px;
    color: white;
}

#menu.sideNavMenu .menu-section-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.sf-dump {
    direction: ltr !important;
}

.up_footer {
    background-color: #f9f9f9;
}

#backToTop {
    position: fixed;
    bottom: 61px;
    right: 20px;
    z-index: 999999;
    /* background: #ffffff; */
    background: rgb(232, 232, 232);
    box-shadow: 0px 0px 10px #000000ab;
    background: linear-gradient(0deg, rgb(197 197 197) 0%, rgba(255, 255, 255, 1) 70%);
    color: #828282;
    padding: 10px 20px;
    font-size: 10px;
    border-radius: 50px;
    cursor: pointer;
    display: none;
}

a {
    text-decoration: none !important;
}

a:focus, a:hover {
    color: var(--main-red);
}

.zeropadding {
    padding: 0;
}

.ticker-title {
    padding-top: 0px;
    margin-top: -3px;
    color: var(--main-orange);
}

.ticker-swipe {
    background-color: #f0f0f0 !important;
}

.ticker-swipe span {
    background-color: #f0f0f0 !important;
}

/*=================[ Service Block : frontpage ]===================*/
.serviceBlock {
}

.serviceBlock .serviceTitle {
}

.serviceBlock .serviceTitle::after {
}

.serviceBlock .colLeft {
    padding: 0px;
}

.serviceBlock .colLeft .item a {
    color: white;
}

.serviceBlock .colLeft .item:hover {
    background: var(--main-blue);
}

.serviceBlock .colLeft .item:hover a {
    color: #ffffff;
}

.serviceBlock .colLeft .item {
    background: var(--main-blue);
}

.serviceBlock .colLeft h1 {
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 13px;
    height: 139px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.serviceBlock .colSideLatest h6 i {
    font-size: 10px;
}

.serviceBlock .colSideLatest h6 {
    color: var(--main-orange);
    /* background:#e8e8e8; */
    padding: 3px 0px;
    font-weight: bold;
    font-size: 14px;
}

.serviceBlock .colSideLatest h6 span {
    color: #000000;
    background: #ffffff;
    padding: 0px 5px;
}

/*=================[ blocks ]===================*/
.blockTitleBox {
    background: var(--main-primary);
    border-radius: var(--img-radius);
    margin: 0px;
}

.dark .blockTitleBox {
    background: #ffffff1c;
}

/*=================[ ITEM: box-title-shadow ]===================*/
.item.d-box-title-shadow {
}

.item.d-box-title-shadow .imgPack {
    position: relative;
}

.item.d-box-title-shadow .imgPack .titlePack h1 {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    color: white;
    transition: .5s ease all;
    width: 100%;
    padding: 0px 15px 20px 15px;
    text-shadow: 0 0 10px #000;
    margin: 0px;
}

.item.d-box-title-shadow.thumbsmall .imgPack .titlePack h1 {
}

body.rtl .item.d-box-title-shadow.thumbsmall .imgPack .titlePack h1 {
    line-height: 1.6;
    font-size: 17px;
}

body.ltr .item.d-box-title-shadow.thumbsmall .imgPack .titlePack h1 {
    line-height: 1.4;
    font-size: 15px;
}

.item.d-box-title-shadow .titlePack h1:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    height: 190px;
    z-index: -1;
    left: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0, #000 100%);
    background: -o-linear-gradient(top, transparent 0, #000 100%);
    background: -ms-linear-gradient(top, transparent 0, #000 100%);
    background: linear-gradient(to bottom, transparent 0, #000 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

/*=================[ ITEM: CARD ]===================*/
.item.vm-card {
    /* background: white; */
    /* box-shadow: 1px 1px 0px #c2c2c2; */
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item.vm-card .wrapper {
    padding: 10px;
    /* min-height: 160px; */
    display: flex;
    margin: -25px 10px 0px 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    background: white;
    border-radius: var(--img-radius);
    box-shadow: 0px 10px 20px #00000012;
    min-height: 100px;
}

.item.vm-card h1 {
    font-size: 17px;
}

.item.vm-card img {
    border-radius: var(--img-radius);
}

body.rtl .item.vm-card h1 {
    line-height: 1.7;
    margin: 0px;
    font-size: 12px;
}

.item.vm-card a {
    color: black;
}

body.ltr .item.vm-card h1 {
    line-height: 1.4;
}

.item.vm-card img {
}

.item.vm-card .newsTime {
    font-size: 11px;
    color: #b9bec1;
    padding-top: 10px;
    text-align: left;
    /* position: absolute; */
    /* bottom: 20px; */
}

/*=================[ ITEM: CARD MULTIMEDIA ]===================*/
.item.vm-card-multimedia {

}

.item.vm-card-multimedia .imgBox {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: var(--img-radius);
}

.item.vm-card-multimedia .icoSide {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 7px 12px;
    /* background: #0000007a; */
    border-radius: 0px 5px 5px 0px;
    transform: translateX(-50%) translateY(-50%);
}

.item.vm-card-multimedia .icoSide i {
    color: #ffffff87;
    /* font-weight: bold; */
    font-size: 80px;
}

.item.vm-card-multimedia a {
    color: #272727;
}

.item.vm-card-multimedia .wrapper {
    padding: 10px;
    /* min-height: 100px; */
    /* background-color: #dedede; */
}

.item.vm-card-multimedia h1 {
    font-size: 14px;
    line-height: 1.7;
    /* text-align: center; */
    font-weight: bold;
    padding: 5px 0px 20px 0px;
    margin: 0px;
}

.etc .item.vm-card-multimedia h1 {
    font-size: 12px;
}

.item.vm-card-multimedia img {
    width: 100%;
    border-radius: var(--img-radius);
    transition: 0.5s ease all;
}

.item.vm-card-multimedia:hover img {
    filter: blur(4px);
    opacity: 0.5;
}

._md .item.vm-card-multimedia img, ._lg .item.vm-card-multimedia img {
    /* height: 300px; */
}

/*=================[ ITEM: card ]===================*/
.item.vm-capsule {
    position: relative;
}

.item.vm-capsule .wrapper {
}

.item.vm-capsule h1 {
}

body.rtl .item.vm-capsule h1 {
    line-height: 1.5;
    margin: 0px 0px 10px 0px;
}

.item.vm-capsule .colSide {
    height: 100%;
}

.item.vm-capsule .newsTime {
    font-size: 11px;
    color: #b9bec1;
    padding-top: 20px;
}

/*=================[ ITEM: TEASER ]===================*/
.item.vm-teaser {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.item.vm-teaser h1 {
}

.item.vm-teaser img {
    border-radius: var(--img-radius);
    max-height: 100%;
}

.item.vm-teaser small.surtitle {
    font-size: 12px;
    color: #888888;
}

.item.vm-teaser .desc {
    font-size: 12px;
    color: #888888;
}

body.rtl .item.vm-teaser h1 {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold;
}

.item.vm-teaser .wrapper {
    padding-bottom: 30px;
}

.item.vm-teaser .newsTime {
    font-size: 11px;
    color: #b9bec1;
    /* padding-top: 20px; */
    position: absolute;
    bottom: 0px;
}

.item.vm-teaser .col-md-8 {
    display: flex;
    height: 100%;
}

/*=================[ ITEM: LITTLE TEASER ]===================*/
.item.vm-little-teaser {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
}

.item.vm-little-teaser h1 {
}

.item.vm-little-teaser img {
    border-radius: var(--img-radius);
}

.item.vm-little-teaser .desc {
    font-size: 12px;
}

body.rtl .item.vm-little-teaser h1 {
    line-height: 1.5;
    font-size: 13px;
    margin-top: 0px;
    font-weight: 400;
}

.item.vm-little-teaser .wrapper {
    padding-bottom: 0px;
}

.item.vm-little-teaser .newsTime {
    font-size: 11px;
    color: #b9bec1;
    /* padding-top: 20px; */
    position: absolute;
    bottom: 0px;
}

.item.vm-little-teaser .col-md-8 {
    display: flex;
    height: 100%;
}

/*=================[ ITEM: box-title-shadow ]===================*/
.item.box-title-shadow {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    background: black;
    border-radius: var(--img-radius);
}

.item.box-title-shadow:hover img {
    opacity: 0.8;
}

.item.box-title-shadow .imgWrapper:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    height: 70%;
    z-index: 0;
    left: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    border-radius: var(--img-radius);
    background: -moz-linear-gradient(top, transparent 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0, #000 100%);
    background: -o-linear-gradient(top, transparent 0, #000 100%);
    background: -ms-linear-gradient(top, transparent 0, #000 100%);
    background: linear-gradient(to bottom, transparent 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.item.box-title-shadow > .wrapper {
    width: 100%;
    height: 100%;
}

.item.box-title-shadow .imgWrapper {
    border-radius: var(--img-radius);
    /* position:absolute; */
    width: 100%;
    height: 100%;
}

.item.box-title-shadow .imgWrapper img {
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: 0.5s ease all;
    border-radius: var(--img-radius);
}

.item.box-title-shadow .title {
}

.item.box-title-shadow .titleWrapper {
    position: absolute;
    width: 100%;
    height: 100;
    bottom: 0px;
    z-index: 10;
    padding: 0px 20px 20px 20px;
}

.item.box-title-shadow .title h1 {
    text-shadow: 0 0 10px #000;
    font-size: 16px;
    line-height: 1.5;
}

.item.box-title-shadow .surtitle {
    margin: 10px 0px;
}

.item.box-title-shadow .surtitle small {
    color: white;
}

.item.box-title-shadow a, .item.box-title-shadow .surtitle small {
    color: white;
}

.item.box-title-shadow a:hover {
    color: white;
}

.small .item.box-title-shadow .title h1:after {
    height: 100px
}

.item.box-title-shadow.small .title h1:after {
    height: 70px
}

/*=================[ ITEM: icontitle ]===================*/
.item.vm-icon-title {
    margin-bottom: 5px;
}

.item.vm-icon-title.redtitle a {
    color: #de1900;
}

.item.vm-icon-title.redtitle a:hover {
    color: var(--main-orange);
}

.item.vm-icon-title a {
    color: black;
}

.item.vm-icon-title a:hover {
    color: var(--main-red);
}

.item.vm-icon-title .fas.fa-circle {
    font-size: 6px;
    color: var(--main-orange);
}

.item.vm-icon-title h1 {
    font-size: 13px;
}

.item.vm-icon-title h1 i {
    color: var(--main-red);
}

body.ltr .item.vm-icon-title h1 {
    line-height: 1.3;
}

.item.vm-icon-title .icoAttach {
}

/*=================[ content page ]===================*/
body.path-node.page-node-type-content .region-content .itemscope > div {
    padding: 10px 0px;
}

body.path-node.page-node-type-content .region-content .itemscope > div.cImgWrapper {
    padding: 0px;
}

body.path-node.page-node-type-content .region-content {
    background: white;
}

body.path-node.page-node-type-content .region-content .cTitle {
    padding: 10px 5px 10px 5px;
    margin: 0px;
    line-height: 1.4;
    color: var(--main-primary);
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}

body.path-node.page-node-type-content .region-content .titleWrapper {
    padding: 25px 10px 5px 10px;
    text-align: center;
}

body.path-node.page-node-type-content .region-content .titleWrapper small {
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 800;
    color: gray;
}

body.path-node.page-node-type-content .region-content .cImg {
    width: 100%;
    /* margin-top: 20px; */
    margin-bottom: 5px;
    padding: 0px;
    border-radius: var(--img-radius);
    box-shadow: 0px 9px 23px #484c5859;
}

body.path-node.page-node-type-content .region-content .titleWrapper a {
    color: black;
}

body.path-node.page-node-type-content .region-content .titleWrapper a:hover {
    color: #337ab7;
}

body.path-node.page-node-type-content .region-content .cExcerpt {
    padding: 20px;
    text-align: center;
    line-height: 1.8;
    /* background: #ebebeb; */
    clear: both;
    color: #404040;
    font-weight: 700;
}

body.path-node.page-node-type-content .region-content .cBody {
    padding: 10px 20px;
    text-align: justify;
    margin: 5px 0px;
    transition: 0.5s ease all;
    line-height: 180%;
}

body.path-node.page-node-type-content .region-content .cBody {
}

body.path-node.page-node-type-content .region-content .cBody a {
    color: var(--main-blue);
}

body.path-node.page-node-type-content .region-content .cBody a:hover {
    color: #6e6e6e;
}

body.path-node.page-node-type-content .region-content .cBody blockquote {
    font-size: 15px;
    line-height: 180%;
}

body.path-node.page-node-type-content .region-content .cBody img {
    margin: 20px 0px;
    width: 90%;
}

body.path-node.page-node-type-content .region-content .nodeMeta div {
    font-size: 12px;
}

body.path-node.page-node-type-content .region-content .nodeTools .tools {
    margin: 0px 5px 0px 0px;
}

body.path-node.page-node-type-content .region-content .nodeTools .tools .mta {
    margin: 13px 10px;
    display: inline-block;
}

body.path-node.page-node-type-content .region-content .nodeTools .tools .mta a {
    color: var(--main-primary);
}

body.path-node.page-node-type-content .region-content .nodeTools .tools i {
    font-size: 18px;
}

body.path-node.page-node-type-content .cAttach .contMedia {
    margin: 25px 0px 25px 0px;
    clear: both;
    /* display:flex; */
}

body.path-node.page-node-type-content .socialshare a {
    display: inline-block;
    padding: 7px 12px 0px 12px;
    font-size: 22px;
}

,
.item.vm-icon-title-social .icon.fab.fa-telegram {
    color: #A91F23;
}

body.path-node.page-node-type-content .socialshare a.telegram, .item.vm-icon-title-social .icon.fab.fa-telegram {
    color: #0087cc;
}

body.path-node.page-node-type-content .socialshare a.telegram:hover {
    color: white;
    background: #0087cc;
}

body.path-node.page-node-type-content .socialshare a.twitter, .item.vm-icon-title-social .icon.fab.fa-twitter {
    color: #1da1f2;
}

body.path-node.page-node-type-content .socialshare a.twitter:hover {
    color: white;
    background: #1da1f2;
}

body.path-node.page-node-type-content .socialshare a.facebook {
    color: #3b5998;
}

body.path-node.page-node-type-content .socialshare a.facebook:hover {
    color: white;
    background: #3b5998;
}

body.path-node.page-node-type-content .socialshare a.linkedin {
    color: #0077b5;
}

body.path-node.page-node-type-content .socialshare a.linkedin:hover {
    color: white;
    background: #0077b5;
}

body.path-node.page-node-type-content .socialshare a.whatsapp {
    color: #0b8a0b;
}

body.path-node.page-node-type-content .socialshare a.whatsapp:hover {
    color: white;
    background: #0b8a0b;
}

.cAttach {
    display: table;
    width: 100%;
}

body.path-node.page-node-type-content .region-content .cBody video {
    width: 90%;
    height: auto;
    maring: 0px auto;
}

body.path-node.page-node-type-content .field--name-field-media-video-file {
    text-align: center;
}

.cAttach video {
    width: 100%;
    height: 490px;
    position: relative;
    /* -webkit-transform: scaleX(2);  */
    /* -moz-transform: scaleX(2); */
}

.cAttach .video:before {
    background: rgb(0, 0, 0);
    width: 100%;
    height: 500px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

body.path-node.page-node-type-content .cAttach .contMedia h4 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #7e7e7e;
}

body.path-node.page-node-type-content .cAttach .contMedia audio {
    width: 80%;
    /* background:#ddd; */
}

body.path-node.page-node-type-content .contMedia.gal_winMode .galimg .item {
    background: #dedede;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    /* padding: 20px 10px; */
    transition: 0.5s ease all;
}

body.path-node.page-node-type-content .contMedia.gal_winMode .galimg .item:hover {
    background: #bbb;
}

.roundGray {
    background: #efefef;
    border-radius: 50px;
    padding: 9px 5px;
    color: #464646;
    font-weight: 800;
    text-align: center;
}

.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}

.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}

.video-js-responsive-container {
    width: 100%;
    position: relative;
}

.video-js-responsive-container .video-js {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#headnewsSlider .item {
    min-height: 280px;
}

#mmediaSlider .item {
    /* min-height: 450px; */
}

.swiper-pagination-bullets {
    margin: 5px auto;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 6px;
    margin: 0px 4px;
}

/*=======================[ ADS blocks ]=====================*/
.agahi.vmode-adv-text {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #bce3fd;
    background: #ecf6fe;
    color: #003366;
}

.agahi.vmode-adv-text a {
    font-size: 15px;
    font-weight: 700;
    color: #003366;
}

.agahi.vmode-adv-text a:hover {
    color: var(--main-blue);
    border: 1px solid #E8E8E8;
}

.agahi.vmode-adv-text p {
    font: 8pt 'vazir';
}

#flashObject {
    position: relative;
    z-index: 1;
    width: 100%;
}

#floater {
    position: absolute;
    z-index: 100;
    top: 0px;
}

#floater:hover {
}

/*=======================[ END: ADS blocks ]=====================*/
body.path-node.page-node-type-content .entry-tags ul {
    padding: 0
}

body.path-node.page-node-type-content .entry-tags ul li {
    margin: 5px 16px 5px 12px;
    display: inline-block
}

body.path-node.page-node-type-content .entry-tags ul li h3 {
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 13px;
}

body.path-node.page-node-type-content .entry-tags ul li h3 a {
    color: #3e3e3e;
    display: block;
    padding: 0 8px;
    position: relative;
    background: #dedede;
    font-weight: 800;
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:after, body.path-node.page-node-type-content .entry-tags ul li h3 a:before {
    display: block;
    content: "";
    position: absolute;
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:before {
    width: 5px;
    height: 5px;
    background: white;
    top: 10px;
    right: -3px;
    z-index: 11;
    border-radius: 100%
}

body.ltr body.path-node.page-node-type-content .entry-tags ul li h3 a:before {
    right: auto;
    left: -3px
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:after {
    width: 0;
    height: 0;
    border-left: 16px solid #dedede;;
    right: -16px;
    top: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 10;
}

body.ltr body.path-node.page-node-type-content .entry-tags ul li h3 a:after {
    right: auto;
    left: -16px;
    border-left: 0 none;
    border-right: 16px solid #333
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:hover {
    text-decoration: none;
    color: rgb(255 255 255);
    background: var(--main-primary);
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:hover:after {
    border-left-color: var(--main-primary);
}

body.ltr body.path-node.page-node-type-content .entry-tags ul li h3 a:hover:after {
    border-left-color: var(--main-primary);
}

.comments {
    margin-top: 25px;
    padding-top: 30px;
}

.comments > h2 {
    background: var(--main-blue);
    padding: 10px 15px;
    font-size: 20px;
    color: white;
}

.comments .commentBox {
    background: #dedede;
    padding: 15px 5px 5px 5px;
}

.comments header.topInfo {
    padding: 0px 10px;
}

.comments .commentBody {
    background: white;
    border-radius: 5px;
    margin: 10px 0px;
}

.comments footer {
    padding: 0px 10px;
    display: table;
    width: 100%;
}

.comments .indented > .commentBox {
    margin-right: 20px;
}

.comments .indented > .indented > .commentBox {
    margin-right: 40px;
}

.comments .indented > .indented > .indented > .commentBox {
    margin-right: 60px;
}

.comments .indented > .indented > .indented > .indented > .commentBox {
    margin-right: 80px;
}

.swiper-button-next, .swiper-button-prev {
    color: black;
    padding: 10px 0px;
    top: 50%;
    transform: translatey(-50%);
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '\f054';
}

.swiper-button-prec:after, .swiper-container-rtl .swiper-button-next:after {
    content: '\f053';
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '\f053';
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 100;
}

.swiper-button-next, .swiper-button-prev {
    color: white;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #b400007d;
}

.serviceBlock .item.vm-icon-title a, .item.vm-teaser h1 a, .item.vm-little-teaser h1 a, .item.vm-capsule .colSide a {
    color: black;
}

.dark .serviceBlock .item.vm-icon-title a, .dark .item.vm-teaser h1 a, .dark .item.vm-little-teaser h1 a, .dark .item.vm-capsule .colSide a {
    color: white;
}


.serviceBlock .item.vm-icon-title a:hover, #block-views-block-main-blocks-last-news a:hover, .item.vm-teaser h1 a:hover, .item.vm-capsule .colSide a:hover {
    color: var(--main-red);
}

ul.menu--footer {
}

ul.menu--footer li {
}

ul.menu--footer li a {
    padding: 5px 10px;
}

ul.menu--footer li a:hover {
    background-color: #000000b0;
    padding: 5px 10px;
}

.pager .pager__item a:hover {
    background: var(--main-green-darker);
    color: white;
}

.pager li > a {
    background: var(--main-green);
    border-radius: 79px;
    color: black;
    width: 48%;
}

#mainHeader .topLine {
    color: white;
    background-color: var(--main-red);
    padding: 3px 0px;
    font-size: 13px;
}

#mainHeader .topLine a {
    color: white;
}

#mainHeader .row2 {
    margin-bottom: 20px;
    color: white;
    /* height: 80px; */
    /* background: linear-gradient(0deg, #bcbcbc, #ffffff); */
    clear: both;
}

#mainHeader .row2 > .container {
    background: #2c9842;
    margin-top: -24px;
    border-radius: 18px;
    box-shadow: 0px 0px 30px #00000096;
}

#mainHeader #sideSocial {
    padding-top: 10px;
}

#mainHeader .row2 .ico, footer #sideSocial .ico {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    vertical-align: top;
    color: white;
    background-color: #ffffff1a;
    border-radius: 50px;
    text-align: center;
}

#mainHeader .row2 .ico:hover, footer #sideSocial .ico:hover {
    background-color: #062a58
}

#mainHeader .row2 .ico img, footer #sideSocial .ico img {
    transform: translateY(29%);
}

#mainHeader .row2 .ico i, footer #sideSocial .ico i {
    font-size: 25px;
    transform: translateY(31%);
}

#mainHeader .row2 .sideSocial {
    margin-top: 30px;
}

#mainHeader .logo img {
    /* height: 58px; */
}

#mainHeader .icons {
    margin-right: 20px;
    display: flex;
    align-content: center;
    align-items: center;
}

#mainHeader .icons .ico {
    background: white;
    padding: 10px 16px;
    border-radius: 50%;
    font-size: 15px;
    margin: 10px 5px 0px 0px;
    box-shadow: 5px 5px 10px #00000052;
    transition: 0.5s ease all;
    cursor: pointer;
}

#mainHeader .icons .ico.icoCalendar {
    border-radius: 40px;
    /* box-shadow: inset 0px 0px 10px #0000; */
    margin-right: 15px;
    padding: 10px 20px;
}

#mainHeader .icons .ico:hover {
    box-shadow: none;
}


.radiusStyle {
    /* margin: 10px 0px 35px 0px; */
    display: flex;
    width: 100%;
    margin: 0px 0px 10px 0px;
    align-content: center;
    align-items: center;
    padding: 10px 0px;
}

.blockTitleBox.green {
    background: var(--main-green);
}

.radiusStyle .round {
    background-color: var(--main-red);
    /* border-radius: 25px; */
    /* padding: 0 0px; */
    font-size: 13px;
    color: white;
    /* margin-left: 5px; */
}

.radiusStyle .ico.round {
    /* padding: 10px 13px 9px 9px; */
    width: 40px;
    text-align: center;
    /* height: 40px; */
}

.radiusStyle .ico {
}

.radiusStyle .text {
}

.radiusStyle::after {
    content: '';
    border-bottom: 2px solid #0000001a;
    height: 0px;
    display: block;
    margin-top: -13px;
}

.navbar-nav > li > a {
    color: black;
    font-weight: bold;
}

.navbar-nav > li > a:hover {
    color: var(--main-red);
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0px;
    outline-offset: 0px;
}

.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    /* color: white; */
    /* font-weight: 100; */
    font-size: 13px;
}

.navbar-nav > li > a:hover {
    color: black;
}

#mmedia {
    background-color: #111;
    padding: 40px 0px;
}

#mmedia a {
    color: white;
}

#mmedia a:hover {
    color: var(--main-red);
}

.inlineTabs .nav {
    margin-bottom: 20px;
    background: var(--main-primary);
    display: flex;
    color: white;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    border-radius: var(--img-radius);
    align-content: center;
}

.inlineTabs .nav > li {
    padding: 0px 10px;
}

.inlineTabs .nav > li > a {
    padding: 0px;
    border: 0px;
    margin: 0px;
    color: #d5d5d5;
}

.inlineTabs .nav-tabs > li.active > a, .inlineTabs .nav-tabs > li.active > a:hover, .inlineTabs .nav-tabs > li.active > a:focus {
    background-color: transparent;
    color: white;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0px;
    border-bottom-color: transparent;
}

.inlineTabs .nav > li > a h2 {
    margin: 0px;
    font-size: 10px;
}

.inlineTabs .nav .active .radiusStyle .round {
    padding: 9px 12px;
    background-color: var(--main-red);
    border-radius: 25px;
    color: white;
    margin-left: 5px;
}

.inlineTabs .nav .tabTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.inlineTabs .nav .tabTitle .round {
    font-size: 11px;
    /* padding: 9px 9px; */
    /* background-color: #e6e6e6; */
    border-radius: 25px;
    /* color: rgb(125 125 125); */
    margin-left: 5px;
}

.inlineTabs .nav .tabTitle .text.round {
    font-weight: 900;
    font-size: 12px;
}

.inlineTabs .nav .tabTitle .ico.round {
    /* padding: 5px 9px 5px 5px; */
    /* width: 40px; */
    text-align: center;
    /* height: 40px; */
    font-size: 18px;
}

.inlineTabs .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

section#row2 .item.no1 img {
    height: 303px;
}

section#infographic .item.no1 img {
    height: 470px;
}

footer .row1 {
    background-color: var(--main-primary);
    color: white;
    padding-top: 20px;
}

footer .row2 {
    background-color: #323137;
    color: #ffffff52;
    text-align: center;
    font-size: 12px;
    padding: 10px;
}

.footerMenu ul li {
    display: inline-block;
    font-size: 12px;
}

.footerMenu a {
    color: white;
}

.footerMenu a:hover, ul.menu--footer li a:hover {
    color: #dedede;
    background-color: transparent;
}

.commentBox .vud-widget-upanddown {
    margin: 5px 10px;
    position: relative;
    width: 100px;
}

.commentBox .vud-widget-upanddown a.vud-link-up span, .commentBox .vud-widget-upanddown a.vud-link-down span {
    text-decoration: none;
    margin-right: 7px;
}

.commentBox .vud-widget-upanddown .up-score .up-current-score, .commentBox .vud-widget-upanddown .down-score .down-current-score {
    display: block;
    font-size: 16px;
    margin-left: 25px;
    text-align: left;
}

.commentBox .vud-widget-upanddown .up-score {
    color: #333;
    float: right;
}

.commentBox .vud-widget-upanddown .down-score {
    color: #333;
}

.commentBox .vud-widget-upanddown .up.active, .vud-widget-upanddown .down.active {
. commentBox cursor: default;
}

.commentBox .vud-widget-upanddown .down.inactive, .commentBox .vud-widget-upanddown .down.active {
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    background: url(img/cmm-dislike.png) 0 0 no-repeat;
}

.commentBox .vud-widget-upanddown .up.inactive, .commentBox .vud-widget-upanddown .up.active {
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    /* background: url(img/cmm-like-active.png) 0 0 no-repeat; */
}

.commentBox .vud-widget-upanddown .up.inactive {
    background: url(img/cmm-like.png) 0 0 no-repeat;
}

.commentBox .vud-widget-upanddown .down.inactive {
    background: url(img/cmm-dislike.png) 0 0 no-repeat;
}

.commentBox .vud-widget-upanddown .up.active {
    background: url(img/cmm-like-active.png) 0 0 no-repeat;
}

.commentBox .vud-widget-upanddown .down.active {
    background: url(img/cmm-dislike-active.png) 0 0 no-repeat;
}

.commentBox .vud-widget-upanddown .up.inactive:hover {
}

.commentBox .vud-widget-upanddown .down.inactive:hover {
}

.specialNewsBottom .item.vm-teaser h1 a {
    color: var(--main-blue);
}

.nodeShortlink .copied {
    display: none;
    background-color: #000000;
    color: white;
    padding: 0px 10px;
    border-radius: 4px;
    width: 25%;
    float: right;
    text-align: center;
}

.nodeShortlink #shortlinkText {
    cursor: pointer;
    display: inline-block;
}

body.page-node-type-link {
    overflow: hidden;
}

.page-node-type-link #linkheader {
    height: 8vh;
    background-color: var(--main-blue);
    overflow: hidden;
}

.page-node-type-link #linkheader .wrapper {
    padding: 3px 10px;
}

.page-node-type-link #linkheader h1 {
    font-size: 14px;
    padding-right: 20px;
}

.page-node-type-link #linkheader a {
    color: white;
}

.page-node-type-link #linkheader .logo {
}

.page-node-type-link #linkheader .logo img {
    height: 40px;
}

.page-node-type-link #linkheader button.close {
    color: white;
    font-size: 33px;
    padding: 10px 15px;
}

.boxOtherMedia .item {
    border-bottom: 3px dotted rgb(194, 194, 194);
}

.boxOtherMedia .item .source {
    color: var(--main-blue);
    font-size: 13px;
    font-weight: 800;
}

.boxOtherMedia .item .h1 {
    font-size: 13px;
    font-weight: 800;
}

.boxOtherMedia .item a {
    color: rgb(68, 68, 68);
}

/*==========================[ New Styles ]=============================*/
body.path-frontpage .dialog-off-canvas-main-canvas {
    height: 100vh;
}

body.path-frontpage #mainFront {
    background: url(img/bg.jpg) top center no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

#mainHeader {
    position: relative;
}

#mainHeader .row1 {
    background: url(img/bg.jpg) 0% 25% no-repeat;
    background-size: cover;
    /* background: #e9e9e9; */
    border-bottom: 2px solid #2c9842;
    min-height: 110px;
}

body.page-node-type-shahid #mainHeader .row1 {
    min-height: 325px;
}

body.path-frontpage #mainFront .centerBox, #mainHeader .centerBox {
    position: absolute;
    top: 20%;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
}

body.path-frontpage #mainFront .centerBox .logo {
}

body.path-frontpage #mainFront .centerBox .logo img {
    width: 200px;
}

body.path-frontpage #mainFront .centerBox .searchBox {
    margin-top: 30px;
}

#mainHeader .searchBox {
    text-align: left;
    margin-top: 8px;
    margin-left: 0px;
}

body.path-frontpage #mainFront .centerBox .searchBox > .wrapper, #mainHeader .searchBox > .wrapper {
    background: white;
    border-radius: 55px;
    padding: 5px 5px;
}

#mainHeader .searchBox > .wrapper {
    width: 265px;
    text-align: left;
    margin-left: 0px;
    float: left;
    box-shadow: 0px 10px 10px #00000036;
}

#mainHeader .searchBox > .wrapper #txtSearch {
    border: 0px;
    width: 160px;
}

#mainHeader .searchBox > .wrapper button {
    border: 0px;
    background: #cbcbcb;
    padding: 5px 5px;
    border-radius: 50px;
    width: 70px;
    font-size: 14px;
}

body.path-frontpage #mainFront .centerBox .searchBox > .wrapper #txtSearch {
    border: 0px;
}

body.path-frontpage #mainFront .centerBox .searchBox > .wrapper button {
    border: 0px;
    background: #cbcbcb;
    padding: 5px 20px;
    border-radius: 50px;
    /* width: 80px; */
    font-size: 20px;
}

body.path-frontpage #mainFront #selProv {
    position: absolute;
    left: 40px;
    top: 40px;
}

body.path-frontpage #mainFront footer .row2 {
    background-color: #1a1a20;
    color: #ffffff52;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.whiteBtn .wrapper {
    font-size: 17px;
    box-shadow: 0px 0px 15px #4d536287;
    border-radius: 50px;
    padding: 5px 33px;
    cursor: pointer;
    transition: 0.5s ease all;
    min-width: 150px;
    /* text-shadow: 1px 1px 0px #000; */
}

.whiteBtn .wrapper:hover {
    background: #909090;
    color: #ffffff;
    box-shadow: 0px 0px 10px #4d536200;
    margin-top: -3px;
}

.whiteBtn .wrapper i {
    font-size: 13px;
}

#mainFront .icons {
    position: absolute;
    top: 25px;
    left: 220px;
}

#mainFront .icons .ico {
    background: white;
    padding: 10px 16px;
    border-radius: 50%;
    font-size: 15px;
    margin: 10px 5px 0px 0px;
    box-shadow: 5px 5px 10px #00000052;
    transition: 0.5s ease all;
    cursor: pointer;
}

#mainFront .icons .ico:hover {
    box-shadow: none;
}

/*=========[ Iran Map ]===========*/
#iranMapElement svg path {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    stroke: #adadad;
    stroke-width: 1px;
    stroke-linejoin: round;
    cursor: pointer
}

#iranMapElement svg path:hover {
    fill: var(--main-secondary);
}

.provSelectContainer {
    width: 100%;
    text-align: center;
    background: white;
    height: 100vh;
    z-index: 99;
    position: absolute;
    overflow: hidden;
    display: none;
}

.provSelectContainer > .wrapper {
    padding: 130px 40px;
}

.iranMapContainer #iranMapElement {
}

.provSelectContainer .btnClose {
    position: absolute;
    top: 40px;
    left: 40px;
}

.iranMapContainer .btnClose .wrapper {
}

.iranMapContainer .btnClose .wrapper:hover {
}

.iranMapContainer .btnClose .wrapper i {
}

.iranProvList {
    padding-top: 110px;
}

.iranProvList a {
    color: black;
}

.iranProvList > .wrapper {
    height: 95vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 10px 10px 10px;
}

.iranProvList > .wrapper .prv {
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
}

/*=========[ Iran Map: END ]===========*/
.roundGray {
    background: #ddd;
    border-radius: 50px;
}

.roundGray .wrapper {
    padding: 30px 30px;
    text-align: justify;
    font-weight: 400;
}

body.page-node-type-shahid .infobox {
    font-size: 13px;
    /* padding-left: 270px; */
}

body.page-node-type-shahid .infobox .meta {
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
    margin-bottom: 5px;
    display: inline-block;
    width: 48%;
}

body.page-node-type-shahid .infobox .meta > div {
    display: inline-block;
}

body.page-node-type-shahid .infobox .meta .metaLabel {
    font-weight: 900;
}

body.page-node-type-shahid .infobox .meta .metaValue {
}

body.page-node-type-shahid .shahidThumb {
    /* background: url(img/shahidFrame.png) top center no-repeat; */
    /* padding: 68px 67px 50px 10px; */
    /* background-size: contain; */
    text-align: center;
    margin: 30px 30px 30px 30px;
}

body.page-node-type-shahid .shahidThumb img {
    /* border-radius:40px; */
    width: 180px;
    height: 180px;
    /* border:1px solid #c2c2c2; */
    /* box-shadow:0px 0px 20px #00000069; */
    border-radius: 40px 0px 0px 0px;
}

body.page-node-type-shahid .biobook {
    position: absolute;
    left: 16px;
    top: 80px;
    width: 265px;
    height: 206px;
    background: url(img/zendegiBook.png) no-repeat;
}

body.page-node-type-shahid .biobook .veladat {
    padding: 100px 40px;
    display: inline-block;
}

body.page-node-type-shahid .biobook .shahadat {
    display: inline-block;
}

body.page-node-type-shahid .cBox {
    /* border: 1px solid #868686; */
    border-radius: 5px;
    background: #efeef4;
    margin-bottom: 20px;
}

body.page-node-type-shahid .cBox .wrapper {
    /* padding: 20px; */
}

body.page-node-type-shahid .cBox .titleBox {
}

body.page-node-type-shahid .cBox .titleBox .title {
    font-weight: bold;
}

body.page-node-type-shahid .cBox .titleBox .side {
    border-top: 2px solid red;
    padding: 10px;
}

body.page-node-type-shahid .cBox .titleBox .sideAlt {
    padding: 10px 20px;
}

body.page-node-type-shahid .cBox .content {
    padding: 20px;
    /* display: table; */
    /* width: 100%; */
}

body.page-node-type-shahid .cBox .content .wrapper {
    padding: 20px;
}

body.page-node-type-shahid .cBox .moreBox {
}

body.page-node-type-shahid .cBox .moreBox a {
    color: black;
}

body.page-node-type-shahid .cBox .moreBox a:hover {
    color: white;
}

body.page-node-type-shahid .cBox .moreBox .ico {
    background: var(--main-green);
    padding: 1px 5px;
    font-size: 10px;
}

body.page-node-type-shahid .cBox .moreBox .text {
    background: #bababa;
    padding: 0px 10px;
    font-size: 11px;
    font-weight: bold;
}

body.page-node-type-shahid .cBox .moreBox a:hover .text {
    background: var(--main-green);
}

body.page-node-type-shahid #photosSlider .swiper-slide img {
    height: 110px;
    /*width: 90%;*/
    margin: 0px auto;
}

body.page-node-type-shahid .infoBtn {
    width: 100%;
    display: block;
    height: 76px;
    background: url('img/infoBtn.png') top center no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
    color: #313131;
}

body.page-node-type-shahid .iconTools {
    text-align: center;
    margin: 10px auto;
    font-size: 25px;
}

body.page-node-type-shahid .iconTools .ico {
    padding: 0px 5px;
    color: #313131;
}

body.page-node-type-shahid .iconTools .ico:hover {
    color: var(--primary-main);
}

body.page-node-type-shahid #biography.cBox .content .wrapper {
    background: white;
}

body.page-node-type-shahid .cBox .item.vm-teaser {
    transition: 0.5s ease all;
}

body.page-node-type-shahid .cBox .item.vm-teaser:hover {
    box-shadow: 0px 0px 10px #00000070;
}

body.page-node-type-shahid #vasiyat .item, body.page-node-type-shahid #memories .item, body.page-node-type-shahid #dastneveshte .item,  body.page-node-type-shahid #asnad .item {
    background: white;
}

body.page-node-type-shahid #dastneveshte.cBox .content > .wrapper {
    padding: 0px;
}

body.page-node-type-shahid #memories.cBox .content, body.page-node-type-shahid #videos.cBox .content {
    display: table;
}

body.page-node-type-shahid #sounds.cBox .content .wrapper {
    padding: 0px;
}

body.page-node-type-shahid #sounds.cBox .content a {
    color: black;
    font-size: 14px;
}

body.page-node-type-shahid #sounds.cBox .content a:hover {
    color: var(--main-green);
}

body.page-node-type-shahid #videos.cBox .content .leftCol > .wrapper {
    overflow-y: scroll;
    height: 300px;
    padding: 0px;
}

body.page-node-type-shahid #delneveshte.cBox > .wrapper > .content .comments, body.page-node-type-shahid #delneveshte.cBox > .wrapper > .content > .wrapper {
    padding: 0px;
    margin: 0px;
}

.grayBarBtn {
    border-radius: 18px;
    background: #dcc070;
    width: 94%;
    text-align: center;
    margin: 13px 3% 10px 3%;
    box-shadow: 0px 3px 13px #0000004d;
}

.grayBarBtn .wrapper {
    padding: 13px 20px;
}

/*=================[ ITEM: SHAHID CARD ]===================*/
.item.type-shahid.vm-card {
    background: white;
    box-shadow: 1px 1px 20px 2px #c2c2c2;
    position: relative;
    margin-bottom: 40px;
    transition:0.5s ease all;
}

.item.type-shahid.vm-card:hover {
    box-shadow:  1px 1px 5px 0px #dfdfdf;
}

.item.type-shahid.vm-card .wrapper {
    padding: 10px;
    /* min-height: 160px; */
    display: table;
    margin: 0px;
    min-height: 80px;
    text-align: center;
}

.item.type-shahid.vm-card h1 {
    font-size: 17px;
}

body.rtl .item.type-shahid.vm-card h1 {
    line-height: 1.7;
    margin: 0px;
    font-size: 14px;
}

.item.type-shahid.vm-card:hover a {
    color: black;
}

.item.type-shahid.vm-card img {
    border-radius: 4px;
    /* box-shadow: 0px 0px 20px #00000069; */
    filter: grayscale(0.4);
    transition: 0.5s ease all;
}

.item.type-shahid.vm-card:hover img {
    filter: grayscale(0) contrast(0.9) brightness(1.2);
}

.item.type-shahid.vm-card .newsTime {
    font-size: 11px;
    color: #b9bec1;
    position: absolute;
    /* bottom: 20px; */
}

/* infinate scroll module override (.visually-hidden styles added to infinate scroll pager */
.js-pager__items {
    position: relative !important;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    word-wrap: inherit;
    /*opacity: 0.5;*/
    /*animation: throb 0.5s 0.5s infinite;*/
}

@keyframes throb {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

#shahidInfobox {
    background: #efeef4;
    padding: 20px 0px;
}

#shahidInfobox .shahidThumb {
    margin-top: -70px;
}

#shahidInfobox .shahid-name {
    padding-bottom: 30px;
}

.form-item-phrase label {
    display: none;
}

#edit-gender--wrapper .form-type-radio {
    display: inline-block;
    margin-left: 10px;
}

.path-search-shohada #views-exposed-form-search-shohada-page input[type=text], .path-search-shohada #views-exposed-form-search-shohada-page select {
    border-radius: 20px;
}

.path-search-shohada #views-exposed-form-search-shohada-page button#edit-submit-search-shohada {
    border-radius: 20px;
    padding: 5px 20px;
    width: 100%;
}

.path-search-shohada #views-exposed-form-search-shohada-page button#edit-submit-search-shohada:hover {
    background: #5a0000;
}


.row.dark {
    background: #17191f;
    color: white
}

.row.dark a {
    color: white
}

.mmedia .etc {
    display: grid;
    justify-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-column: 1 / 3;
}


.newsMenu .menu--news-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-bottom: 10px;
    background: var(--main-green);
    align-content: center;
}

.newsMenu .menu--news-menu a {
    color: white;
}

.newsMenu .nav .open > a, .newsMenu .nav .open > a:hover, .newsMenu .nav .open > a:focus {
    background-color: #0000001a;
    border-color: transparent;
}

.newsMenu .dropdown-menu {
    background: var(--main-green);
}

.newsMenu .dropdown-menu > li > a:hover, .newsMenu .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #00000038;
}

#editorChoiceBlock {
    box-shadow: inset 0px -165px 0px #ddd;
}


#printHeader {
    display: flex;
    align-items: flex-end;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}

#printHeader .sideCol {
    text-align: right;
}

#printHeader .sideAltCol {

}

#printHeader .col1 {
    text-align: right;
    width: 50%;
}

#printHeader .col2 {
    text-align: left;
    width: 35%;
}

#printHeader .col3 {
    text-align: left;
    width: 15%;
}


.page-user-template #sidePanel > .wrapper{
    box-shadow: 0px 19px 35px #dedede;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
    /* background: #eceef1; */
}

.page-user-template #sidePanel > .wrapper .avatar img{
    height:160px;
    width:160px;
}


.page-node-type-shahid #biography .content > .wrapper{
    padding: 20px 20px;
    text-align: justify;
    font-weight: 200;
    height: 230px;
    overflow: hidden;
    /* margin-bottom: 30px; */
    position: relative;
    border-radius: 4px;
}
.page-node-type-shahid #biography .content > .wrapper .loadMore
{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 100%);
    height: 85px;
    width: 100%;
    position:absolute;
    bottom: 0;
    text-align: center;
    margin: 0px -20px 0px auto;
    transition: 0.5s ease all;
}
.page-node-type-shahid #biography .content > .wrapper .loadMore .circleRound
{
    color: #4f4f4f;
    font-size: 20px;
    background: #ffffff;
    width: 50px;
    height: 30px;
    /* border-radius: 100%; */
    margin: 0px auto;
    padding: 0px 15px;
    position: absolute;
    bottom: 10px;
    transform: translateX(50%);
    right: 50%;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #dedede;
    box-shadow: 0px 3px 10px #00000040;
}

.topFrame .highlighted {
    display:none;
}