html,
body {
  height: 100%;
}

@font-face {
  font-family: IRANSansWeb;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb.woff") format("woff");
}

@font-face {
  font-family: IRANSansWeb;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansWeb_Medium.woff") format("woff");
}

@font-face {
  font-family: IRANSansWeb;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IRANSansWeb_Bold.woff") format("woff");
}

@font-face {
  font-family: "BTitr";
  font-weight: 700;
  src: url("../fonts/btitr.woff") format("woff");
}

html {
  background-color: #fff;
}

body {
  font-size: 15px;
  color: #333;
  overflow-x: hidden;
  direction: rtl;
  font-family: IRANSansWeb;
  background-color: #fff;
}

a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a:hover,
a:visited,
a:active,
a:focus,
a:link {
  color: #000;
  outline: 0 none;
  text-decoration: none;
}

input:focus,
textarea:focus {
  outline: none 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

*:focus {
  outline-color: transparent;
  outline-style: none;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.low-gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.low-gutter > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-wrapper [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.very-low-gutter {
  margin-right: -5px;
  margin-left: -5px;
}

.very-low-gutter > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.hi-gutter {
  margin-right: -30px;
  margin-left: -30px;
}

.hi-gutter > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.dir-left {
  direction: ltr;
}

/* Header */
.header {
  background: #fff;
  height: 120px;
  padding: 15px 0;
}

.header .container {
  height: 100%;
}

.header .header-content {
  display: flex;
  justify-content: space-between;
}

.header .header-right {
  display: flex;
}

.header .header-right .newspaper-detail {
  margin-right: 16px;
  width: 120px;
  font-size: 13px;
  color: #626262;
}

.header .header-right .newspaper-detail ul li {
  border-bottom: 1px solid #ddd;
  line-height: 29px;
}

.header .header-right .newspaper-detail ul li:last-child {
  border-bottom: none;
}

.header .header-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header .header-left .header-left-menu li {
  float: right;
  font-size: 12px;
  margin-left: 15px;
}

.header .header-left .header-left-menu li:last-child {
  margin-left: 0;
}

.header .header-left .header-left-menu li a {
  color: #626262;
}

.header .header-left .header-left-menu li a:hover {
  color: #0094dc;
}

.header .header-left .header-left-actions {
  height: 36px;
  display: flex;
  margin-top: 5px;
  justify-content: flex-end;
}

.header .header-left .header-left-actions .item {
  margin-left: 10px;
}

.header .header-left .header-left-actions .item:last-child {
  margin-left: 0;
}

.header .header-left .header-left-actions a.pdf-link {
  background: #f05b79;
  color: #fff;
  height: 36px;
  float: right;
  padding: 0;
  font-size: 12px;
  line-height: 36px;
}

.header .header-left .header-left-actions a.online-link {
  background: #0eccff;
  color: #fff;
  height: 36px;
  float: right;
  padding: 0;
  font-size: 12px;
  line-height: 36px;
}

.header .header-left .header-left-actions a.header-left-action-link-instagram {
  background: #e4405f;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  width: 36px;
  float: right;
  border-radius: 18px;
}
.header .header-left .header-left-actions a.header-left-action-link-twitter {
  background: #00aced;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  width: 36px;
  float: right;
  border-radius: 18px;
}
.header .header-left .header-left-actions a.header-left-action-link-telegram {
  background: #0088cc;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  width: 36px;
  float: right;
  border-radius: 18px;
}
.header .header-left .header-left-actions a.header-left-action-link-rss {
  background: #f26522;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  width: 36px;
  float: right;
  border-radius: 18px;
}
.header .header-left .header-left-actions a.header-left-action-link-youtube {
  background: #ff0000;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  width: 36px;
  float: right;
  border-radius: 18px;
}
.header .header-left .header-left-actions a.header-left-action-link-aparat {
  background: url("../images/icons8-aparat-48.png");
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  width: 36px;
  height: 36px;
  float: right;
  border-radius: 18px;
}
.header .header-left .header-left-actions a.header-left-action-link-search {
  background: #ff4c4c;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  width: 36px;
  float: right;
  border-radius: 18px;
}

.header-left-action-link-search i,
.header-left-action-link-rss i,
.header-left-action-link-telegram i,
.header-left-action-link-twitter i,
.header-left-action-link-instagram i {
  vertical-align: middle;
}

.header .header-left .header-left-actions .search {
  position: relative;
}

.header .header-left .header-left-actions .search .search-form {
  position: absolute;
  top: 41px;
  height: 36px;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  visibility: hidden;
}

.header .header-left .header-left-actions .search .search-form.active {
  opacity: 1;
  visibility: visible;
  width: 300px;
  z-index: 2;
}

.header .header-left .header-left-actions .search .search-form input {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 10px;
  line-height: 34px;
  border-left: none;
  font-size: 12px;
  border-radius: 0 !important;
}

.header .header-left .header-left-actions .search .search-form input:focus {
  border-color: #f78422;
}

.header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 550px;
}

.header .logo img {
  width: 100%;
  height: auto;
}

.category-header {
  height: 140px;
}

.category-header .header-content {
  justify-content: inherit;
  height: 100%;
}

.category-header .header-content .category-header-left {
  background: #f6f6f6;
  padding: 13px 15px;
  flex: 0.5;
}

.category-header
  .header-content
  .category-header-left
  .category-header-left-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.category-header
  .header-content
  .category-header-left
  .category-header-left-content
  .category-header-left-sms {
  align-self: center;
  max-width: 140px;
  text-align: center;
}

.category-header
  .header-content
  .category-header-left
  .category-header-left-content
  .category-header-left-sms
  .number {
  background: #fbba00;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.category-header
  .header-content
  .category-header-left
  .category-header-left-content
  .category-header-left-sms
  .text {
  color: #404040;
  font-weight: 500;
  line-height: 23px;
}

.category-header
  .header-content
  .category-header-left
  .category-header-left-content
  .category-header-left-sms
  .text
  span {
  color: #0094dc;
}

.category-header .header-content .category-header-right {
  flex: 0.5;
  padding-left: 15px;
  display: flex;
}

.category-header .header-content .category-header-right .page-number {
  background: #009ee0;
  color: #fff;
  width: 100px;
  height: 100%;
  margin-left: 15px;
  padding: 10px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.category-header .header-content .category-header-right .page-number span {
  font-size: 50px;
  line-height: 40px;
  font-weight: 500;
}

.category-header .header-content .category-header-right .page-number .email {
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 20px;
  direction: ltr;
  border-top: 1px solid #fff;
}

.category-header .header-content .category-header-right .newspaper-detail {
  flex: 1;
  background: #cfd1d2;
  margin-left: 15px;
  padding: 10px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.category-header
  .header-content
  .category-header-right
  .newspaper-detail
  .category-logo
  img {
  width: 100%;
  height: auto;
}

.category-header
  .header-content
  .category-header-right
  .newspaper-detail
  .detail {
  display: flex;
  justify-content: space-between;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 14px;
  border-top: 1px solid #fff;
  line-height: 40px;
}

.category-header .header-content .category-header-right .category-detail {
  background: #e3e4e5;
  width: 160px;
  padding: 8px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #404040;
}

.category-header
  .header-content
  .category-header-right
  .category-detail
  .title {
  font-weight: 500;
}

.category-header
  .header-content
  .category-header-right
  .category-detail
  .phone {
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  direction: ltr;
  text-align: center;
  border-top: 1px solid #fff;
}

/* Menu */
.menu {
  /* height: 60px; */
  background: #0094dc;
  /* line-height: 60px; */
}

.menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu li {
  font-weight: 500;
}

.menu li a {
  color: #fff;
  position: relative;
}

.menu li a:before {
  /* content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	right: -13px;
	top: 50%;
	margin-top: -3px; */
}

.menu li a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  background: #00aced;
}

.menu li:last-child {
  margin-left: 0;
}

.menu li:first-child a:before {
  display: none;
}

.menu li.menu-politics a:before {
  background: #ffb317;
}

.menu li.menu-city a:before {
  background: #01a252;
}

.menu li.menu-economy a:before {
  background: #b31ea0;
}

.menu li.menu-exchange a:before {
  background: #7c9053;
}

.menu li.menu-society a:before {
  background: #044ea3;
}

.menu li.menu-health a:before {
  background: #34b6ee;
}

.menu li.menu-art a:before {
  background: #ee1b22;
}

.menu li.menu-accident a:before {
  background: #bb8636;
}

.menu li.menu-international a:before {
  background: #ff8700;
}

.menu li.menu-iranshahr a:before {
  background: #009a4e;
}

.menu li.menu-second-life a:before {
  background: #00abbf;
}

.menu li.menu-last a:before {
  background: #e5a939;
}

.menu .menu-toggle {
  color: #fff;
  cursor: pointer;
  float: right;
}

.menu .menu-toggle i {
  float: right;
  font-size: 35px;
  margin-left: 10px;
}

.menu .menu-toggle i:before {
  height: 40px;
  float: right;
  line-height: 40px;
}

.menu .responsive-menu {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.menu .responsive-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 30px;
}

.menu .responsive-menu a:before {
  position: static;
  display: inline-block;
  right: 0;
  margin-left: 10px;
}

/* Wrapper */
.wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Home */
.home-layout {
  display: flex;
}

.home-layout .right {
  flex-grow: 0.625;
  flex-shrink: 1;
  flex-basis: 0%;
  /* 	border-right: 1px solid #ddd;
 */
  border-left: 1px solid #ddd;
  padding: 0 10px;
}

.home-layout .left {
  flex-grow: 0.375;
  flex-shrink: 1;
  flex-basis: 0%;
  /* 	border-left: 1px solid #ddd;
 */
  padding: 0 10px;
}

.home-layout .post {
  position: relative;
}

.home-layout .post .post-image {
  margin-bottom: 10px;
}

.home-layout .post .post-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.home-layout .post h2 {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  font-family: "BTitr", serif;
}

.home-layout .post h2 a {
  color: inherit;
}

.home-layout .post h2 a:hover {
  color: #0094dc;
}

.home-layout .post h3 {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  font-family: "BTitr", serif;
}

.home-layout .post h3 a {
  color: inherit;
}

.home-layout .post h3 a:hover {
  color: #0094dc;
}

.home-layout .post h4 {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

.home-layout .post h4 a {
  color: inherit;
}

.home-layout .post h4 a:hover {
  color: #0094dc;
}

.home-layout .post .subtitle {
  color: #b8b8b8;
  font-weight: 500;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-layout .post .text {
  font-size: 13px;
  color: #343434;
  line-height: 25px;
}

.home-layout .post a.post-more {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eaeaea;
  color: #476d60;
  text-align: center;
  line-height: 12px;
  width: 12px;
  height: 12px;
  font-size: 12px;
}

.home-layout .post a.post-more:hover {
  background: #0094dc;
  color: #fff;
}

.home-layout .main-columns {
  display: flex;
  margin-top: 10px;
}

.home-layout .main-columns .main-columns-right {
  padding-left: 10px;
  flex: 0.6;
  border-left: 1px solid #ddd;
}

.home-layout .main-columns .main-columns-left {
  padding-right: 10px;
  flex: 0.4;
}

.home-layout .main-columns .post {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.home-layout .main-columns .post a.post-more {
  bottom: 10px;
}

.home-layout .main-columns .post .subtitle {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.home-layout .thumbnail-post {
  display: flex;
}

.home-layout .thumbnail-post .post-thumbnail {
  width: 130px;
  min-width: 130px;
  margin-left: 10px;
}

.home-layout .thumbnail-post .post-thumbnail img {
  width: 100%;
  height: auto;
}

.home-layout .newspaper {
  width: 100%;
}

.home-layout .newspaper img {
  width: 100%;
  height: auto;
}

.home-layout .left-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-layout .left-column .left-column-posts {
  flex-grow: 0.66;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 10px;
}

.home-layout .left-column .left-column-ads {
  flex-grow: 0.33;
  flex-shrink: 1;
  flex-basis: 0%;
}

.home-layout .left-column .left-column-ads .left-column-ads-item {
  margin-bottom: 10px;
}

.home-layout .left-column .left-column-ads .left-column-ads-item img {
  width: 100%;
}

.home-layout .left-column .left-column-ads .left-column-ads-item:last-child {
  margin-bottom: 0;
}

.home-layout .left-column .post {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.home-layout .left-column .post a.post-more {
  bottom: 10px;
}

.home-layout .left-column .post-thumbnail {
  width: 120px;
  min-width: 120px;
}

/* Category */
.category-layout {
  display: flex;
}

.category-layout .right {
  flex-grow: 0.25;
  flex-shrink: 1;
  flex-basis: 0;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.category-layout .center {
  flex-grow: 0.5;
  flex-shrink: 1;
  flex-basis: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.category-layout .center .top-posts {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  display: flex;
}

.category-layout .center .top-posts .top-post-item {
  flex: 0.5;
}

.category-layout .center .top-posts .top-post-item .title {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}

.category-layout .center .top-posts .top-post-item .title a {
  color: inherit;
}

.category-layout .center .top-posts .top-post-item .title a:hover {
  color: #0094dc;
}

.category-layout .center .top-posts .top-post-item .image {
  float: right;
  width: 100px;
  margin-left: 10px;
}

.category-layout .center .top-posts .top-post-item .image img {
  width: 100%;
  height: auto;
}

.category-layout .center .top-posts .top-post-item .text {
  font-size: 13px;
  color: #343434;
  line-height: 25px;
}

.category-layout .center .top-posts .top-post-item-pro {
  flex: 1;
}

.category-layout .center .top-posts .top-post-item-pro .title {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.category-layout .center .top-posts .top-post-item-pro .title a {
  color: inherit;
}

.category-layout .center .top-posts .top-post-item-pro .title a:hover {
  color: #0094dc;
}

.category-layout .center .top-posts .top-post-item-pro .image {
  float: right;
  width: 200px;
  margin-left: 10px;
}

.category-layout .center .top-posts .top-post-item-pro .image img {
  width: 100%;
  height: auto;
}

.category-layout .center .top-posts .top-post-item-pro .text {
  font-size: 13px;
  color: #343434;
  line-height: 25px;
}

.category-layout .center .top-posts .vertical-divider {
  width: 1px;
  background: #ddd;
  margin: 0 10px;
}

.category-layout .center .main-post {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  position: relative;
  margin-top: 10px;
}

.category-layout .center .main-post h2 {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  font-family: "BTitr", serif;
}

.category-layout .center .main-post h2 a {
  color: inherit;
}

.category-layout .center .main-post h2 a:hover {
  color: #0094dc;
}

.category-layout .center .main-post .subtitle {
  color: #b8b8b8;
  font-weight: 500;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.category-layout .center .main-post .text {
  font-size: 13px;
  color: #343434;
  line-height: 25px;
}

.category-layout .center .main-post a.post-more {
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #eaeaea;
  color: #476d60;
  text-align: center;
  line-height: 12px;
  width: 12px;
  height: 12px;
  font-size: 12px;
}

.category-layout .center .main-post a.post-more:hover {
  background: #0094dc;
  color: #fff;
}

.category-layout .center .main-post .post-badge {
  float: right;
  width: 60px;
  height: 60px;
  color: #444;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border: 5px double #0094dc;
  position: relative;
  top: 7px;
}

.category-layout .center .main-column {
  display: flex;
  margin-top: 10px;
}

.category-layout .center .main-column .main-column-right {
  flex-grow: 0.7;
  flex-shrink: 1;
  flex-basis: 0;
}

.category-layout .center .main-column .main-column-left {
  flex-grow: 0.3;
  flex-shrink: 1;
  flex-basis: 0;
}

.category-layout .center .main-column .divider {
  width: 1px;
  background: #ddd;
  margin: 0 10px;
}

.category-layout .center .main-column .thumbnail-post {
  display: flex;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.category-layout .center .main-column .thumbnail-post .post-thumbnail {
  width: 130px;
  min-width: 130px;
  margin-left: 10px;
}

.category-layout .center .main-column .thumbnail-post .post-thumbnail img {
  width: 100%;
  height: auto;
}

.category-layout .center .main-column .thumbnail-post h4 {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

.category-layout .center .main-column .thumbnail-post h4 a {
  color: inherit;
}

.category-layout .center .main-column .thumbnail-post h4 a:hover {
  color: #0094dc;
}

.category-layout .center .main-column .thumbnail-post .subtitle {
  color: #b8b8b8;
  font-weight: 500;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.category-layout .center .main-column .thumbnail-post .text {
  font-size: 13px;
  color: #343434;
  line-height: 25px;
}

.category-layout .center .main-column .thumbnail-post a.post-more {
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #eaeaea;
  color: #476d60;
  text-align: center;
  line-height: 12px;
  width: 12px;
  height: 12px;
  font-size: 12px;
}

.category-layout .center .main-column .thumbnail-post a.post-more:hover {
  background: #0094dc;
  color: #fff;
}

.category-layout .center .main-column .thumbnail-post .post-badge {
  float: right;
  width: 60px;
  height: 60px;
  color: #444;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border: 5px double #0094dc;
  position: relative;
  top: 7px;
}

.category-layout .left {
  flex-grow: 0.25;
  flex-shrink: 1;
  flex-basis: 0;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

.category-layout .left .category-newspaper-page img {
  width: 100%;
  height: auto;
}

.category-layout .left a.download-pdf {
  color: #fff;
  background: #f05b79;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.seperator {
  height: 1px;
  display: block;
  background: #ddd;
  margin-top: 10px;
}

.category-report {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.category-report h3 {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

.category-report h3 a {
  color: inherit;
}

.category-report h3 a:hover {
  color: #0094dc;
}

.category-report .subtitle {
  color: #b8b8b8;
  font-weight: 500;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.category-report .text {
  font-size: 11px;
  color: #343434;
  line-height: 25px;
}

.category-report .post-badge {
  float: right;
  width: 70px;
  height: 70px;
  color: #444;
  background: #fbba00;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
  font-size: 11px;
  text-align: center;
}

.category-widget {
  padding-top: 10px;
}

.category-widget .category-widget-title {
  background: #ececed;
  padding: 7px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.category-widget .category-widget-title .image {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background: #fff;
}

.category-widget .category-widget-title .text {
  flex: 1;
  color: #292929;
}

.category-widget .posts .post-item {
  margin-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.category-widget .posts .post-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.category-widget .posts .post-item .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}

.category-widget .posts .post-item .title:before {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 7px;
  background: #0094dc;
  display: inline-block;
}

.category-widget .posts .post-item .title a {
  color: #4e4e4e;
}

.category-widget .posts .post-item .title a:hover {
  color: #0094dc;
}

.category-widget .posts .post-item .text {
  font-size: 11px;
  color: #343434;
  line-height: 25px;
}

.category-widget a.post-more {
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #eaeaea;
  color: #476d60;
  text-align: center;
  line-height: 12px;
  width: 12px;
  height: 12px;
  font-size: 12px;
}

.category-widget a.post-more:hover {
  background: #0094dc;
  color: #fff;
}

.category-single-post {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}

.category-single-post .image {
  margin-bottom: 10px;
}

.category-single-post .image img {
  max-width: 100%;
}

.category-single-post .title {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

.category-single-post .title a {
  color: inherit;
}

.category-single-post .title a:hover {
  color: #0094dc;
}

.category-single-post .text {
  font-size: 12px;
  color: #343434;
  line-height: 25px;
}

.category-single-post .post-badge {
  float: right;
  width: 60px;
  height: 60px;
  color: #444;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border: 5px double #0094dc;
  position: relative;
  top: 7px;
}

/* Single */
.single-layout {
  display: flex;
  margin-top: -16px;
}

.single-layout .right {
  flex-grow: 0.25;
  flex-shrink: 1;
  flex-basis: 0;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  padding-top: 10px;
}

.single-layout .right .newspaper-page img {
  width: 100%;
  height: auto;
}

.single-layout .right a.download-pdf {
  color: #fff;
  background: #f05b79;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.single-layout .right .ads {
  margin-top: 10px;
}

.single-layout .right .ads img {
  width: 100%;
}

.single-layout .right .news-widget {
  margin-top: 10px;
}

.single-layout .right .news-widget .news-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.single-layout .right .news-widget .news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-layout .right .news-widget .news-item .image {
  width: 100px;
  height: 100px;
  float: right;
  margin-left: 10px;
}

.single-layout .right .news-widget .news-item .image img {
  width: 100%;
  height: auto;
}

.single-layout .right .news-widget .news-item .title {
  font-weight: bold;
  color: #4e4e4e;
  line-height: 25px;
}

.single-layout .right .news-widget .news-item .title a {
  color: inherit;
}

.single-layout .right .news-widget .news-item .title a:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #009a4e;
  display: inline-block;
  margin-left: 7px;
}

.single-layout .right .news-widget .news-item .title a:hover {
  color: #0094dc;
}

.single-layout .left {
  flex-grow: 0.75;
  flex-shrink: 1;
  flex-basis: 0;
  border-left: 1px solid #ddd;
}

.single-layout .left .news-detail {
  min-height: 45px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  color: #969696;
}

.single-layout .left .news-detail .news-detail-right {
  display: flex;
}

.single-layout .left .news-detail .news-detail-right .item {
  font-size: 13px;
  margin-left: 30px;
}

.single-layout .left .news-detail .news-detail-right .item:last-child {
  margin-left: 0;
}

.single-layout .left .news-detail .news-detail-right .item i {
  font-size: 15px;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

.single-layout .left .news-detail .news-detail-left {
  display: flex;
}

.single-layout .left .news-detail .news-detail-left .item {
  font-size: 13px;
  margin-left: 10px;
}

.single-layout .left .news-detail .news-detail-left .item:last-child {
  margin-left: 0;
}

.single-layout .left .news-detail .news-detail-left .item i {
  font-size: 15px;
  position: relative;
  top: 2px;
}

.single-layout .left .news-detail .news-detail-left .item a {
  color: inherit;
}

.single-layout .left .news-detail .news-detail-left .item a:hover {
  color: #0094dc;
}

.single-layout .left .news-detail .news-detail-left .item .change-font-size {
  background: #f4f5f5;
  color: #999;
  padding: 0 5px;
  position: relative;
  top: 1px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.single-layout
  .left
  .news-detail
  .news-detail-left
  .item
  .change-font-size:hover {
  background: #0094dc;
  color: #fff;
}

.single-layout .left .news-main-content {
  padding: 30px;
}

.single-layout .left .news-main-content .title {
  font-size: 20px;
  color: #0094dc;
  margin-bottom: 20px;
}

.single-layout .left .news-main-content .text {
  text-align: justify;
  color: #656565;
  line-height: 25px;
  font-size: 14px;
}

.single-layout .left .news-main-content .text p:last-child {
  margin-bottom: 0;
}

.single-layout .left .news-main-content .single-post-image {
  float: left;
  width: 400px;
  margin-right: 15px;
  margin-top: 10px;
  padding-top: 30px;
  position: relative;
}

.single-layout .left .news-main-content .single-post-image .image-label {
  position: absolute;
  right: 0;
  top: 0;
  background: #f78422;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.single-layout .left .news-main-content .single-post-image .image-label:after {
  border-color: transparent;
  border-bottom-color: #f78422;
  border-right-color: #f78422;
  border-style: solid;
  border-bottom-width: 15px;
  border-right-width: 8px;
  border-left-width: 8px;
  border-top-width: 15px;
  content: "";
  position: absolute;
  left: -16px;
}

.single-layout .left .news-main-content .single-post-image img {
  width: 100%;
  height: auto;
}

.single-layout .left .news-share {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  min-height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
  color: #cccccc;
}

.single-layout .left .news-share .title {
  font-size: 13px;
  margin-left: 20px;
}

.single-layout .left .news-share a {
  color: #ccc;
  font-size: 20px;
  margin-left: 20px;
}

.single-layout .left .news-share a:last-child {
  margin-left: 0;
}

.single-layout .left .news-share a:hover {
  color: #0094dc;
}

.single-layout .left .news-share a i {
  position: relative;
  top: 2px;
}

.single-layout .left .related {
  padding: 15px 30px;
}

.single-layout .left .related .title {
  font-size: 17px;
  color: #0094dc;
  margin-bottom: 10px;
}

.single-layout .left .related li {
  line-height: 35px;
  font-size: 14px;
}

.single-layout .left .related li a {
  color: #acacac;
}

.single-layout .left .related li a:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #009a4e;
  display: inline-block;
  margin-left: 7px;
}

.single-layout .left .related li a:hover {
  color: #0094dc;
}

.single-layout .left .suggestion {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.single-layout .left .suggestion .title {
  font-size: 17px;
  color: #0094dc;
  margin-bottom: 10px;
  padding: 0 30px;
}

.single-layout .left .suggestion .suggestion-posts {
  display: flex;
}

.single-layout .left .suggestion .suggestion-posts .item {
  flex-grow: 0.3333;
  flex-shrink: 1;
  flex-basis: 0;
  border-bottom: 1px solid #ddd;
}

.single-layout .left .suggestion .suggestion-posts .item .content {
  padding: 15px;
  padding-top: 45px;
  position: relative;
}

.single-layout .left .suggestion .suggestion-posts .item .post-label {
  position: absolute;
  right: 0;
  top: 0;
  background: #fbba00;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.single-layout .left .suggestion .suggestion-posts .item .post-label:after {
  border-color: transparent;
  border-bottom-color: #fbba00;
  border-right-color: #fbba00;
  border-style: solid;
  border-bottom-width: 15px;
  border-right-width: 8px;
  border-left-width: 8px;
  border-top-width: 15px;
  content: "";
  position: absolute;
  left: -16px;
}

.single-layout .left .suggestion .suggestion-posts .item .post-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}

.single-layout .left .suggestion .suggestion-posts .item .post-title a {
  color: #393939;
}

.single-layout .left .suggestion .suggestion-posts .item .post-title a:hover {
  color: #0094dc;
}

.single-layout .left .suggestion .suggestion-posts .item img {
  width: 100%;
  height: auto;
}

.single-layout .left .suggestion .divider {
  width: 1px;
  background: #ddd;
}

/* Footer */
.footer {
  background: #0266b4;
  padding: 40px 0;
  border-top: 5px solid #0094dc;
  color: #fff;
}

.footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-logo {
  text-align: right;
}

.footer .footer-logo .top-text {
  direction: ltr;
  font-family: Arial;
  font-size: 11px;
}

.footer .footer-logo .logo-text {
  font-family: Arial;
  font-size: 22px;
  background: #0094dc;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  height: 35px;
  line-height: 35px;
  direction: ltr;
  margin-top: 5px;
}

.footer .footer-logo .logo-text span {
  padding: 0 5px;
  display: inline-block;
}

.footer .footer-logo .logo-text span.orange {
  background: #f78422;
}

.footer .footer-logo .bottom-text {
  direction: ltr;
  font-family: Arial;
  font-size: 14px;
  margin-top: 5px;
}

.footer .footer-menu {
  font-size: 14px;
}

.footer .footer-menu li {
  float: right;
  border-left: 1px solid #0094dc;
  padding: 0 15px;
}

.footer .footer-menu li:last-child {
  padding-left: 0;
  border-left: none;
}

.footer .footer-menu li:first-child {
  padding-right: 0;
}

.footer .footer-menu li a {
  color: #fff;
}

.footer .footer-menu li a:hover {
  color: #f78422;
}

.copyright {
  background: #fff;
  padding: 10px 0;
  line-height: 15px;
  font-size: 10px;
  color: #a1a1a1;
}

.copyright .copyright-content {
  display: flex;
  justify-content: space-between;
}

/* Responsive */
@media (max-width: 1199px) {
  .header .logo {
    width: 450px;
  }
}

@media (max-width: 991px) {
  .header .logo {
    width: 300px;
  }
  .menu-list {
    display: none;
  }
  .menu {
    height: auto;
    line-height: 40px;
  }
  .menu .responsive-menu ul {
    display: block;
  }
  .home-layout .left-column {
    flex-direction: column;
  }
  .home-layout .left-column .left-column-posts {
    padding-left: 0;
  }
  .home-layout .left-column .left-column-ads {
    display: flex;
  }
  .main-columns-right .thumbnail-post {
    flex-direction: column;
  }
  .main-columns-right .thumbnail-post .post-thumbnail {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .footer-content {
    flex-direction: column;
  }
  .footer .footer-menu {
    margin-top: 15px;
  }
  .footer .footer-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .single-layout .right {
    flex-grow: 0.35;
  }
  .single-layout .left {
    flex-grow: 0.65;
  }
  .single-layout .left .news-main-content .single-post-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .single-layout .left .news-detail {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
    justify-content: flex-start;
  }
  .single-layout .left .news-detail .news-detail-left {
    margin-top: 5px;
  }
  .category-header {
    height: auto;
  }
  .category-header .header-content {
    flex-direction: column;
  }
  .category-header .header-content .category-header-right {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .category-header .header-content .category-header-right .page-number {
    height: auto;
  }
  .category-header
    .header-content
    .category-header-right
    .newspaper-detail
    .category-logo
    img {
    max-width: 200px;
  }
  .category-header
    .header-content
    .category-header-right
    .newspaper-detail
    .category-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .category-layout .center .top-posts {
    flex-direction: column;
  }
  .category-layout .center .top-posts .vertical-divider {
    width: auto;
    height: 1px;
    margin: 10px 0;
  }
  .category-layout .center .main-column {
    flex-direction: column;
  }
  .category-layout .center .main-column .divider {
    width: auto;
    height: 1px;
    margin: 10px 0;
  }
  .category-layout .center .main-column .thumbnail-post .post-badge {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .header {
    height: auto;
    padding: 10px 0;
  }
  .header .header-left .header-left-actions .search .search-form {
    top: 0;
    right: 45px;
  }
  .header .header-content {
    flex-direction: column;
  }
  .header .header-right {
    flex-direction: column;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
  .header .header-right .newspaper-detail {
    margin: 0;
    width: 100%;
    margin-top: 5px;
  }
  .header .header-right .newspaper-detail ul li {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
  }
  .header .header-left {
    margin-top: 10px;
    flex-direction: row;
    align-items: center;
  }
  .home-layout {
    flex-direction: column;
  }
  .main-columns-right .thumbnail-post {
    flex-direction: row;
  }
  .main-columns-right .thumbnail-post .post-thumbnail {
    margin-left: 10px;
    margin-bottom: 0;
    width: 130px;
  }
  .home-layout .right {
    padding-right: 0;
    padding-left: 0;
    border: none;
  }
  .home-layout .left {
    display: flex;
    padding: 0;
    margin-top: 20px;
    border-left: none;
  }
  .home-layout .newspaper {
    padding-left: 15px;
  }
  .copyright .copyright-content {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .single-layout {
    flex-direction: column-reverse;
  }
  .single-layout .left {
    border-left: none;
  }
  .single-layout .left .news-detail {
    padding: 10px 0;
  }
  .single-layout .left .news-main-content {
    padding: 15px 0;
  }
  .single-layout .left .news-share {
    padding: 0;
  }
  .single-layout .left .related {
    padding: 15px 0;
  }
  .single-layout .left .suggestion .title {
    padding: 0;
  }
  .single-layout .left .suggestion .suggestion-posts {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .single-layout .right .news-widget .news-item {
    float: right;
    width: 50%;
  }
  .single-layout .right {
    border-left: none;
    padding-left: 0;
  }
  .category-layout {
    flex-direction: column;
  }
  .category-layout .center {
    order: 1;
    padding: 0;
  }
  .category-layout .right {
    order: 2;
    margin-top: 10px;
    border-left: none;
    border-top: 1px solid #ddd;
    padding-left: 0;
    padding-top: 10px;
  }
  .category-layout .left {
    order: 3;
    border-right: none;
    border-top: 1px solid #ddd;
    padding-right: 0;
    padding-top: 10px;
  }
  .category-layout .center .top-posts .vertical-divider {
    width: 1px;
    background: #ddd;
    margin: 0 10px;
    height: auto;
  }
  .category-layout .center .top-posts {
    flex-direction: row;
  }
  .category-layout .center .main-post .post-badge {
    margin-bottom: 10px;
  }
  .category-single-post .image img {
    width: 100%;
  }
  .category-single-post .post-badge {
    margin-bottom: 10px;
  }
  .header.category-header .header-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }
  .category-header .header-content .category-header-left {
    padding: 0;
    background: none;
  }
  .category-header
    .header-content
    .category-header-left
    .category-header-left-content
    .category-header-left-sms
    .number {
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
  }
  .category-header
    .header-content
    .category-header-left
    .category-header-left-content
    .category-header-left-sms
    .text {
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .header .header-left {
    flex-direction: column;
  }
  .header .header-left .header-left-actions {
    margin-top: 15px;
  }
  .header .header-right .newspaper-detail {
    font-size: 11px;
  }
  .header .header-right .newspaper-detail ul li {
    margin: 0 5px;
  }
  .header .logo {
    width: auto;
    max-width: 300px;
  }
  .header .header-left .header-left-actions .item.search-item {
    margin-left: 10px;
  }
  .header .header-left .header-left-actions .search .search-form {
    top: 51px;
    right: 0;
  }
  .home-layout .main-columns {
    display: block;
  }
  .home-layout .main-columns .main-columns-right {
    padding-left: 0;
    border: none;
  }
  .home-layout .main-columns .main-columns-left {
    padding-right: 0;
  }
  .category-layout .center .top-posts {
    flex-direction: column;
  }
  .category-layout .center .top-posts .vertical-divider {
    width: auto;
    height: 1px;
    margin: 10px 0;
  }
}

@media (max-width: 500px) {
  .home-layout .left {
    display: block;
  }
  .home-layout .newspaper {
    padding-left: 0;
  }
  .single-layout .left .suggestion .suggestion-posts {
    flex-direction: column;
  }
  .single-layout .left .suggestion .suggestion-posts .item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    border-bottom: 1px solid #ddd;
  }
  .single-layout .right .news-widget .news-item {
    float: none;
    width: 100%;
  }
  .category-header
    .header-content
    .category-header-left
    .category-header-left-content {
    flex-direction: column;
  }
  .category-header
    .header-content
    .category-header-left
    .category-header-left-content
    .category-header-left-sms {
    display: none;
  }
  .header.category-header .header-left {
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  .category-header .header-content .category-header-right {
    flex-wrap: wrap;
  }
  .category-header .header-content .category-header-right .newspaper-detail {
    flex: 1;
    order: -1;
    flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .category-header
    .header-content
    .category-header-right
    .newspaper-detail
    .category-logo {
    padding-bottom: 10px;
  }
  .category-header .header-content .category-header-right .page-number {
    flex: 0.5;
    margin-left: 5px;
  }
  .category-header .header-content .category-header-right .category-detail {
    flex: 0.5;
  }
  .category-header
    .header-content
    .category-header-right
    .category-detail
    .phone {
    text-align: left;
  }
}

@media (max-width: 400px) {
  .main-columns-right .thumbnail-post {
    flex-direction: column;
  }
  .main-columns-right .thumbnail-post .post-thumbnail {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .footer .footer-logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-logo .logo-text {
    font-size: 18px;
  }
  .footer .footer-logo .bottom-text {
    font-size: 12px;
  }
  .single-layout .left .news-detail .news-detail-right {
    flex-direction: column;
  }
  .single-layout .left .news-detail .news-detail-right .item {
    margin-left: 0;
    margin-bottom: 3px;
  }
}

/*# sourceMappingURL=style.css.map */
a.pdf-link {
  background: #f05b79;
  color: #fff;
  height: 36px;
  float: right;
  padding: 0 15px;
  font-size: 12px;
  line-height: 36px;
  width: 100%;
  text-align: center;
}
a.online-link {
  background: #0eccff;
  color: #fff;
  height: 36px;
  float: right;
  padding: 0 15px;
  font-size: 12px;
  line-height: 36px;
  width: 100%;
  text-align: center;
}
