











/**--------------------------------------------------------------------------
                            Blog-Featured
-----------------------------------------------------------------------------**/
.blog-featured {
    min-width: 100%;
    padding: 0px;
}
.blog {
  padding: 0 !important;
}
#sp-main-body {
  padding: 30px 0px 60px 0px !important;
}
.article-list .items-row {
    width: calc(100% / 3);
    display: inline-flex;
    margin: calc(var(--bs-gutter-x)/ -20) !important;
}

.related-article-list .col-lg-6 {
    width: calc(100% / 3);
    display: inline-block;
    #margin: calc(var(--bs-gutter-x)/ -20) !important;
}
.article-list .item {
    padding: 0;
}
.article-list .row-0 {
    #padding-left: 1.2rem;
}
.article-list .row-1 {
    #padding-right: 0.6rem;
    #padding-left: 0.6rem;
}
.article-list .row-2 {
    #padding-right: 1.2rem;
}
.related-article-list .article {
    padding: 6px !important;
    #height: 410px;
    height: fit-content;
}
.related-article-list .article-header h2 {
  padding: 1rem 0.3rem 0.1rem 0.3rem;
  line-height: 1.4;
}
.related-article-list .article-info {
  padding: 0 0.3rem;
}



/**--------------------------------------------------------------------------
                             Articles  Properties
-----------------------------------------------------------------------------**/

.page-header h2, .item-page .page-header .h2 {
    font-size: 2.3rem !important;
    padding-bottom: 1.1rem;
    font-weight: 600;
}
.article-details {
  margin-top: 0px;
  padding: 2rem;
  margin-bottom: 4rem;
  box-shadow: 0px 10px 40px 0px rgba(73, 80, 87, 0.2);
}
.article-details .article-header h1 {
  font-size: 1.85rem !important;
  font-family: iransansx !important;
  font-weight: 700;
  word-spacing: -0.5px;
  letter-spacing: 0.1px;
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
  text-shadow: -0.001rem -0.001rem 0rem rgba(5, 166, 139, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.1);
}
.article-details p {
  line-height: 2.14 !important;
  padding: 0.5rem;
  font-size: 1.1rem;
  color: #121212 !important;
  font-weight: 400;
  text-align: justify;
  word-spacing: -0.3px;
  letter-spacing: -0.05px;
}
.article-details h2, .article-details h3, .article-details strong {
  #color: #00a27d;
  #text-shadow: -0.001rem -0.001rem 0rem rgba(5, 189, 158, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.05);
}
.article-details strong {
  #font-weight: bolder;
  #font-size: 1.44rem;
}
body.rtl .sp-megamenu-parent > li.sp-has-child > a::before, body.rtl .sp-megamenu-parent > li.sp-has-child > span::before {
  font-family: 'Font Awesome 5 pro';
}
.article-list .article {
  position: relative;
  border: none;
  overflow: hidden;
  box-shadow: 0px 10px 40px 0px rgba(73, 80, 87, 0.2);
}






.article-body {
  left: 0;
  right: 0;
  padding: 0rem 1rem 2rem 1rem;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.article:hover .article-body  {
  margin-top: -100px;
}
.article-body {
  position: absolute;
  height: 165px;
}
.article  {
  height: 440px;
}
.article .article-body .article-introtext {
  visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.article:hover .article-body .article-introtext {
  visibility: visible;
}




.article-list h2 {
    display: inline-flex;
    align-items: center;
}
.articles-leading h2, .items-leading h2 {
    font-size: 2rem !important;
    font-weight: 700;
    word-spacing: -1.2px;
    line-height: 1.6;
    text-shadow: -0.001rem -0.001rem 0rem rgba(5, 189, 158, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.05);
}
.parsi-blog h2 {
  color: #252525;
  font-weight: 700;
  font-size: 1.42rem !important;
  height: 4.4rem;
  line-height: 1.6;
  #word-spacing: -0.3px;
  letter-spacing: 0.1px;
  margin: 0.3rem 0 1rem 0 !important;
  text-shadow: -0.001rem -0.001rem 0rem rgba(5, 166, 139, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.05);
}

.items-leading .article-intro-image img, .articles-leading .article-intro-image img {
   height: 535px;
   max-height: 535px;
   width: 100%;
   #padding: 5px;
} 

.parsi-blog .article-intro-image img {
   height: 235px;
   max-height: 235px;
   width: 100%;
   #padding: 5px;
} 

.related-article-list .article-full-image img {
   height: 250px;
   max-height: 250px;
   width: 100%;
   padding: 5px;
}
.article-list .row-3 {
 padding-left: 1.2rem;
}
.sp-page-title {
  background: linear-gradient(135deg,#19d296,#00328c);
}
.article-details .article-full-image img {
  width: 100%;
  min-height: 225px;
  max-height: 650px;
  border: none;
  box-shadow: 0px 10px 40px 0px rgba(73, 80, 87, 0.2);
}
.article-info > .category-name a {
  color: #01a896 !important;
  font-weight: 500;
}
#sp-left .sp-module .sp-module-title::after, #sp-right .sp-module .sp-module-title::after {
  background: #20bbac;
}
#sp-left .sp-module .sp-module-title::after, #sp-right .sp-module .sp-module-title::after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -2px;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid rgba(173, 181, 189, 0.3);
}
#sp-right .jacl-item__title {
  line-height: 1;
}
#sp-right .jacl-item__title a {
  font-size: 0.938rem;
  color: #252525;
  font-weight: 400;
}
#sp-right .jacl-item__media.media-1-1 img {
  width: 82% !important;
  height: 61% !important;
  right: 0;
}
#sp-right .jacl-item__body {
  margin-right: -20px;
}
#sp-right .item-style-3 .jacl-item__body {
  flex: 0 0 70% !important;
  max-width: 65% !important;
  margin-top: -40px;
}
#sp-right .jacl-item__cat {
  display: none;
}
#sp-right .jacl-row.normal-gutters > div {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
#sp-right .jacl-row.normal-gutters {
  margin-top: 1rem !important;
}
#sp-right .jacl-item__inner {
  max-height: 125px;
}
#sp-left .sp-module, #sp-right .sp-module {
  padding: 2rem 1.5rem !important;
}
.article-author-information h5 {
  margin-right: 1rem;
  padding-top: 1.4rem;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -0.5rem !important;
  padding-bottom: 25px;
  border-bottom: none !important;
}
.article-info > span + span::before {
  content: "|" !important;
  color: #72d2c0;
}
.related-article-list-container .related-article-title {
  border-bottom: 1px solid rgba(173, 181, 189, 0.3)  !important;
  margin-bottom: 20px;
}
.related-article-list-container .related-article-title::after {
  background: #20bbac;
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  margin-top: 14px;
  display: flex;
}
.article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.15rem !important;
}
.related-article-list .article .article-header h1, .related-article-list .article .article-header h2 a {
  font-size: 1.1rem !important;
  font-weight: 600;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  font-family: iransansx !important;
}
.article-list .article .article-full-image {
  margin: auto !important;
}
.article-introtext {
  font-size: 0.875rem !important;
}

.pagenavigation ul li  a {
  padding: 0.86rem 2.1rem !important;
}
.page-link:hover {
  color: #fff !important;
  background-color: #20bbac !important;
  border-color: #20bbac !important;
}
.pagination > .active > a, .pagination > .active > span {
  border-color: #009688 !important;
  background-color: #009688 !important;
}
.article-details .article-info {
  margin-top: 1.5rem;
  margin-bottom: -2.8rem !important;
}
.article-info > span {
  font-size: 0.813rem !important;
}
.cat-children a {
  font-size: 1.3rem !important;
}
#sp-component .cat-children .page-header{
  padding-bottom: 0px !important;
}

@media (min-width: 992px) {
#sp-main-body .col-lg-8 {
  width: 68% !important;
}
#sp-main-body .col-lg-4 {
  width: 32% !important;
}
}



.tagspopular ul li a {
  display: inline-flex !important;;
}
.tagspopular ul li span {
  display: flex;
  float: left;
  margin-top: 7px;
  background-color: rgba(0, 150, 136, 0.1) !important;
  font-size: 0.875rem;
  color: #062d29;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px 0 0  !important;
}
.categories-module.mod-list li a span {
  display: flex;
  float: left;
  margin-top: 7px;
  background-color: rgba(0, 150, 136, 0.1) !important;
  font-size: 0.875rem;
  color: #062d29;
  padding: .35em .65em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: .25rem;
}

.article-info {
  border-top: 1px solid #def4ef;
  border-bottom: 1px solid #def4ef;
  line-height: 2.3rem;
  padding-top: 3px;
}
.view-article .sp-page-title {
  display: none;
}





/* end of parsi-blog section content */



















