@font-face {
  font-family: 'Yekan Light Article';
  src: url("/fonts/iranyekanweblightfanum.woff");
}

@font-face {
  font-family: 'Yekan Bold';
  src: url("/fonts/yekanB.woff2");
}

@font-face {
  font-family: 'Yekan Light';
  src: url("/fonts/yekanL.woff2");
}

@font-face {
  font-family: 'Yekan Web';
  src: url("/fonts/yekanW.woff2");
}

@font-face {
  font-family: 'Roboto Black';
  src: url("/fonts/Roboto-Black.ttf");
}

@font-face {
  font-family: 'Roboto Bold';
  src: url("/fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: 'Roboto Light';
  src: url("/fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: 'Roboto Medium';
  src: url("/fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: 'Roboto Regular';
  src: url("/fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Roboto Thin';
  src: url("/fonts/Roboto-Thin.ttf");
}

@media only screen and (max-width: 780px) {
  .c-navbar-content {
    width: 100%;
  }
}

.articles-section {
  position: relative;
  width: 90%;
  height: auto;
  display: table;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.c-section-title {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.section-title {
  position: relative;
  top: 0;
  width: auto;
  display: inline-block;
  height: 50px;
  text-align: right;
  line-height: 50px;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-family: "Yekan Bold";
  color: #595959;
}

.underline-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 5px;
  background-color: #c40018;
}

.c-articles {
  position: relative;
  width: 101%;
  height: auto;
  display: table;
  padding-bottom: 20px;
}

@media only screen and (max-width: 780px) {
  .c-articles {
    width: 100%;
  }
}

.c-article-item {
  position: relative;
  width: 25%;
  float: right;
  padding: 15px;
  padding-right: 0px;
  padding-bottom: 0;
  height: auto;
}

@media only screen and (max-width: 780px) {
  .c-article-item {
    width: 100%;
    padding: 0;
    padding-top: 15px;
  }
}

.post-box {
  position: relative;
  width: 100%;
  height: 290px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 10px 20px -10px #d6d6d6;
          box-shadow: 0px 10px 20px -10px #d6d6d6;
}

.c-post-img {
  position: relative;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0px;
}

.post-box-detail-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
}

.post-title {
  font-size: 14px;
  margin-bottom: 5px;
  height: auto;
  color: #000;
  font-family: "Yekan Web", "Roboto";
  font-weight: normal;
  -webkit-transition: .3s;
  transition: .3s;
}

.post-title:hover {
  color: #c40018;
}

.author-name {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Yekan Light";
  font-size: 13px;
}

.category-tag {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-family: "Yekan Light";
}

#index-title {
  position: relative;
  width: 90%;
  height: auto;
  display: table;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.publish-article-status {
  position: absolute;
  left: 15px;
  bottom: 12px;
  font-size: 14px;
  font-family: "Yekan Bold";
}

#verified-status {
  color: green;
}

#denied-status {
  color: #c40018;
}

.c-article-page {
  position: relative;
  width: 90%;
  height: auto;
  display: table;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.c-article-content {
  position: relative;
  width: 60%;
  float: right;
  height: auto;
  display: table;
}

@media only screen and (max-width: 480px) {
  .c-article-content {
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 15px;
  }
}

.recommended-products {
  position: relative;
  width: 20%;
  height: 400px;
  float: right;
  display: table;
}

@media only screen and (max-width: 480px) {
  .recommended-products {
    width: 100%;
  }
}

.c-ads {
  position: relative;
  width: 20%;
  height: auto;
  float: right;
  display: table;
}

@media only screen and (max-width: 480px) {
  .c-ads {
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 20px;
  }
}

.c-head-show-post {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 60px;
  padding-top: 0;
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 480px) {
  .c-head-show-post {
    padding-left: 0;
    padding-right: 0;
  }
}

.show-post-box {
  position: relative;
  width: 100%;
  height: auto;
  display: table;
  padding-right: 0;
  padding-top: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 30px;
}

@media only screen and (max-width: 480px) {
  .show-post-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.show-post-title {
  font-family: 'Yekan Light Article';
  padding-bottom: 10px;
  padding-top: 10px;
}

.post-body-box {
  text-align: right;
  font-family: 'Yekan Light Article', 'Roboto Light';
  font-weight: bold;
  color: #595959;
  font-size: 14.5px;
  line-height: 35px;
}

.post-body-box p {
  font-family: 'Yekan Light Article', 'Roboto Light';
  font-weight: bold;
  color: #595959;
  font-size: 14.5px;
}

.post-body-box span {
  font-family: 'Yekan Light Article', 'Roboto Light';
  color: #595959;
}

#c-sidebar-products {
  padding-left: 0;
  padding-top: 0;
}

#c-sidebar-products .product-card {
  border-radius: 10px;
}

#c-sidebar-products .container-p-img {
  height: 150px;
  margin-bottom: 10px;
}

#c-sidebar-products .product-title {
  height: 60px;
  padding-top: 0;
}

#c-sidebar-products .container-price {
  left: 0;
}

#c-sidebar-products #c-discount {
  left: 70px;
  font-size: 14.5px;
}

#articles-sidebar {
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 15px;
}

#articles-sidebar .post-box-detail-1 {
  height: auto;
}

#articles-sidebar .post-box-detail-2 {
  position: relative;
  margin-top: 10px;
  padding-bottom: 30px;
  height: auto;
}

#articles-sidebar .post-box {
  border-radius: 10px;
  height: auto;
}

#articles-sidebar .author-name {
  bottom: 5px;
}

#articles-sidebar a {
  font-size: 14px;
  margin-bottom: 5px;
  height: auto;
  color: #000;
  font-family: "Yekan Web", "Roboto";
  font-weight: normal;
  -webkit-transition: .3s;
  transition: .3s;
}

#articles-sidebar a:hover {
  color: #c40018;
}

#articles-sidebar .c-post-img {
  height: 150px;
}

.c-sidebar-header {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px -10px #d6d6d6;
          box-shadow: 0px 5px 20px -10px #d6d6d6;
  font-family: "Yekan Light";
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 5px;
  font-weight: bold;
}

.hr {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.link {
  text-decoration: none;
  color: #c40018;
}

.link:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=articles-style.css.map */