
.BlogTemplate {
    float: right;
    width: 100%;
    margin: 150px 0 50px 0;
}
.BlogTemplate .BlogItem {
    float: right;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 9px 10px rgba(0,0,0,0.2);
    position: relative;
}
.BlogTemplate .BlogItem.Small {
    height: 190px;
    margin: 0 0px 20px 0;
}
.BlogTemplate .BlogItem:hover .text {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s;
}
.BlogTemplate .BlogItem .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 10px 11px;
    transition: 0.5s;
    min-height: 20px;
}
.BlogTemplate .BlogItem .text:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.62);
    width: 100%;
    height: 100%;
    filter: blur(5px);
    z-index: 0;
    right: 0;
    bottom: 0;
}
.BlogTemplate .BlogItem .text .catTag {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 1;
}
.BlogTemplate .BlogItem .text .catTag li {
    float: right;
    font-size: 11px;
    background: var(--first);
    color: #fff;
    border-radius: 50px;
    padding: 2px 10px;
    font-weight: 100;
    margin: 0 0 0 10px;
}
.BlogTemplate .BlogItem .text .catTag li:nth-child(2n+1) {
    background: #00529c;
}
.BlogTemplate .BlogItem .text h2 {
    float: right;
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.BlogTemplate .BlogItem .text:after {
    position: absolute;
    content: "مشاهده مقاله←";
    width: 100px;
    left: 26px;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    text-align: left;
    bottom: 14px;
}



.CategoryList {
    float: right;
    width: 100%;
    padding: 50px 0;
}
.CategoryList h3 {
    float: right;
    width: 100%;
    font-size: 26px;
    font-weight: 900;
    color: #000;
}
.CategoryList h3 b {
    color: #b93129;
}
.CategoryList p {
    float: right;
    width: 100%;
    font-size: 20px;
    font-weight: 100;
    color: #000;
}
.CategoryList .CategoryItemList {
    float: right;
    width: 100%;
    margin: 20px 0;
}
.CategoryList .CategoryItemList .categoryItem {
    float: right;
    width: 100%;
    text-decoration: none;
}
.CategoryList .CategoryItemList .categoryItem .thumb {
    float: right;
    width: 100%;
    height: 150px;
    background: #eee;
    border-radius: 6px;
}
.CategoryList .CategoryItemList .categoryItem .text {
    float: right;
    width: 100%;
    margin: 17px 0 0 0;
}
.CategoryList .CategoryItemList .categoryItem .text .color {
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #00529c;
}
.CategoryList .CategoryItemList .col:nth-child(2) .categoryItem .text .color {
    background: #00529c;
}
.CategoryList .CategoryItemList .col:nth-child(3) .categoryItem .text .color {
    background: #00529c;
}
.CategoryList .CategoryItemList .col:nth-child(4) .categoryItem .text .color {
    background: #ff9b00;
}
.CategoryList .CategoryItemList .col:nth-child(5) .categoryItem .text .color {
    background: #00ff33;
}
.CategoryList .CategoryItemList .categoryItem .text h4 {
    float: left;
    font-size: 20px;
    width: calc(100% - 57px);
    text-align: right;
    font-weight: 300;
    color: #000;
    margin: 3px 0 0 0;
}
.CategoryList .CategoryItemList .categoryItem .text .count {
    float: right;
    margin: -1px 12px 0 0;
    color: #666;
    font-weight: 300;
    font-size: 13px;
}
.CategoryItemList .row {
    display: flex;
}

.CategoryItemList .col {
    flex: 1;
    margin: 0 10px;
}


.CategoryBlogPostItem {
    float: right;
    width: 100%;
    padding: 8px 0 50px;
}
.CategoryBlogPostItem .title {
    float: left;
    width: 100%;
    text-align: left;
}
.CategoryBlogPostItem .title h2 {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 25px;
    font-weight: 900;
    color: #00529c;
}
.CategoryBlogPostItem .title p {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}
.CategoryBlogPostItem .ShowCategoryAll {
    float: left;
    border: 1px solid #00529c;
    color: #00529c;
    font-size: 14px;
    text-decoration: none;
    font-weight: 200;
    padding: 5px 10px;
    border-radius: 4px;
}
.CategoryBlogPostItem .ShowCategoryAll:hover {
    background: #00529c;
    color: #fff;
}
.CategoryBlogPostItem .blogItem {
    float: right;
    width: 100%;
    margin: 15px 0;
}
.CategoryBlogPostItem .blogItem .thumb {
    float: right;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 6px;
}
.CategoryBlogPostItem .blogItem .thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    right: 0;
    top: 0;
    border-radius: 6px;
}
.CategoryBlogPostItem .blogItem .thumb .catTag {
    position: absolute;
    list-style: none;
    padding: 0;
    color: #fff;
    z-index: 2;
    right: 10px;
    top: 10px;
    margin: 0;
}
.CategoryBlogPostItem .blogItem .thumb .catTag li {
    background: var(--first);
    padding: 3px 17px;
    border-radius: 6px;
    float: right;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 200;
    margin: 0 0 0 9px;
}
.CategoryBlogPostItem .blogItem .thumb .catTag li:nth-child(2n+1) {
    background: #00529c;
}
.CategoryBlogPostItem .blogItem .text {
    float: right;
    width: 100%;
    margin: 6px 0 0 0;
}
.CategoryBlogPostItem .blogItem .text .date {
    float: right;
    width: 100%;
    text-align: right;
    color: #00529c;
    font-size: 15px;
    font-weight: 200;
    margin: 7px 0 0 0;
}
.CategoryBlogPostItem .blogItem .text h2 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 17px;
    color: #000;
    height: 22px;
    overflow: hidden;
    font-weight: 400;
}
.CategoryBlogPostItem.Categorypage {
    margin: 100px 0 0 0;
}
.page_count_number {
    float: right;
    width: 100%;
    margin: 20px 0 60px 0;
}
.page_count_number .pagination span , .page_count_number .pagination a {
    margin: 0;
    background: #eee;
    padding: 6px 15px;
    margin: 0 5px;
    color: var(--first);
    text-decoration: none;
    border-radius: 6px;
}
.page_count_number .pagination {
    display: flex;
    justify-content: center;
}
.page_count_number .pagination a {
    background: var(--second);
    color: #fff;
}


.SingleBlogDiv {
    float: right;
    width: 100%;
    margin: 150px 0 0 0;
}
.SingleBlogDiv .thumb {
    float: right;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 6px;
}
.SingleBlogDiv .thumb:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    border-radius: 6px;
    top: 0;
    right: 0;
}
.SingleBlogDiv .thumb .catTag {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 10px;
}
.SingleBlogDiv .thumb .catTag li {
    font-size: 13px;
    float: right;
    background: var(--first);
    color: #fff;
    font-weight: 200;
    padding: 3px 10px;
    border-radius: 50px;
    margin: 0 0 0 8px;
}
.SingleBlogDiv .thumb .catTag li:nth-child(2n+1) {
    background: #00529c;
}
.TitlePC a {
    text-decoration: none;
    color: #00529c;
}
.TitleMobile {
    display: none;
}
.TitlePC {
    display: block;
}
.SingleBlogDiv .thumb .SharePost {
    position: absolute;
    left: 10px;
    bottom: 3px;
    display: flex;
    flex-direction: row;
    z-index: 2;
}
.SingleBlogDiv .thumb .SharePost span {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    padding: 0 0 0 55px;
    position: relative;
}
.SingleBlogDiv .thumb .SharePost span:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 13px;
}
.SingleBlogDiv .thumb .SharePost ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.SingleBlogDiv .thumb .SharePost ul a {
    color: #fff;
    font-size: 21px;
    margin: 0 12px 0 0;
}
.SingleBlogDiv .singleDescription {
    float: right;
    width: 100%;
    padding: 0;
    margin: 11px 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.SingleBlogDiv .singleDescription li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    width: 100%;
}
.SingleBlogDiv .singleDescription li i {
    font-size: 20px;
    margin: 0 0 0 4px;
    color: #fff;
}
.SingleBlogDiv .singleDescription li span {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: #000000;
}
.TitleMobile a {
    text-decoration: none;
    color: #00529c;
}
.SingleBlogDiv .singleDescription li:nth-child(2) {
    justify-content: center;
}
.SingleBlogDiv .singleDescription li:nth-child(3) {
    justify-content: end;
}


.SingleBlogDiv .Title {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    margin: 0px 0 20px 0;
}
.CategoryBlogPostItem.Categorypage a {
    text-decoration: none;
    color: #00529c;
}
.SingleBlogDiv .rank-math-breadcrumb {
    justify-content: start;
    margin: -4px 0 4px 0;
}
.SingleBlogDiv .rank-math-breadcrumb p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}
.TextOfSignle {
    float: right;
    width: 100%;
    text-align: justify;
    font-size: 16px;
    line-height: 3;
    font-weight: 400;
    color: #000000;
    padding: 4px 0 0;
}
.CategoryBlogPostItem ul.catTag {
    padding: 0;
    list-style: none;
    color: #00529c;
}
.TextOfSignle a {
    color: #fff;
    text-decoration: none;
    background: #00529c;
    padding: 4px 44px;
}
.TextOfSignle h1 , .TextOfSignle h2, .TextOfSignle h3,.TextOfSignle h4,.TextOfSignle h5,.TextOfSignle h6 {
    font-size: 20px;
    color: var(--first);
}
.TextOfSignle img {
    margin: 10px auto;
    display: block;
    border-radius: 6px;
    box-shadow: 3px 6px 10px rgba(0,0,0,0.09);
}
.SingleBlogDiv .related {
    float: right;
    width: 100%;
}


.comment {
    float: right;
    width: 100%;
    margin: 0 0 70px 0;
}
.comment .comment_template {
    float: right;
    width: 100%;
}
.comment .comment_template #respond {
    float: right;
    width: 100%;
}
.comment .comment_template h3 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 21px;
    color: #00529c;
    font-weight: 900;
}
.comment .comment_template #commentform {
    float: right;
    width: 100%;
}
.comment .comment_template #commentform p {
    float: right;
    width: 48%;
    margin: 0 1%;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
}
.comment .comment_template #commentform p.comment-notes {
    width: 100% !important;
    margin: 0 0 14px 0;
}
.comment .comment_template #commentform p label {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}
.comment .comment_template #commentform p input ,.comment .comment_template #commentform p textarea {
    float: right;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 3px 0 7px 0;
    padding:10px;
}
.comment .comment_template #commentform p textarea {
    height: 210px;
}
.comment .comment_template #commentform p.comment-form-url {
    display: none;
}
.comment .comment_template #commentform p.comment-form-cookies-consent {
    display: flex;
    justify-content: stretch;
    align-items: center;
}
.comment .comment_template #commentform p.comment-form-cookies-consent #wp-comment-cookies-consent {
    width: auto;
}
.comment .comment_template #commentform p.comment-form-cookies-consent label {
    width: auto;
    float: right;
}
.comment .comment_template #commentform p #submit {
    background: #00529c;
    color: #fff;
    border-radius: 4px;
}

body.logged-in .comment .comment_template #commentform p {
    width: 100%;
    margin: 0 0 5px 0;
}
body.logged-in .comment .comment_template #commentform p a {
    color: #00529c;
    text-decoration: none;
}


.ProductRelated {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: ;
}
.ProductRelated a {
    float: right;
    width: 100%;
    margin: 0 0 21px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.09);
    padding: 8px;
    border-radius: 6px;
    position: relative;
}
.ProductRelated a .thumb {
    float: right;
    width: 50px;
    height: 50px;
}
.ProductRelated a .thumb:before {
    display: none;
}
.ProductRelated a h4 {
    float: right;
    width: calc(100% - 60px);
    font-size: 14px;
    height: 20px;
    font-weight: 600;
    color: var(--first);
    overflow: hidden;
    margin: 6px 0 0 0;
}
.ProductRelated a .readMore {
    float: right;
    background: var(--second);
    color: #fff;
    font-size: 13px;
    border-radius: 6px 18px;
    padding: 5px 32px;
    position: absolute;
    bottom: -12px;
    left: 11px;
}

.stickysideBar {
    float: right;
    width: 100%;
    position: sticky;
    top: 13px;
    margin: 75px 0 0;
}
body.admin-bar .stickysideBar {
    top: 45px;
}

.ContentNav {
    float: right;
    width: 100%;
    background: #00529c;
    padding: 20px;
    border-radius: 6px;
}
.ContentNav .title {
    float: right;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 5px;
    margin: 0 0 5px;
}
.ContentNav ul {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ContentNav ul li {
    float: right;
    width: 100%;
}
.ContentNav ul li a {
    font-size: 14px;
    float: right;
    width: 100%;
    padding: 10px;
    font-style: normal;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-decoration: none;
}
.ContentNav ul li a .number {
    font-style: normal;
    color: #b93129;
    padding: 0 0 0 6px;
}
.ContentNav ul li:last-child a {
    border: 0;
}
.BlogTemplate p {
    color: #c8c8c8 !important;
    font-size: 13px;
    position: relative;
    z-index: 1;
}