/*
Theme Name: Hitava
Theme URL:http://www.rozhal.ir
Description: طراحی شده توسط گروه روژال
Author: Rozhal group
Author URL: mailto: info@rozhal.ir
Version: 1.0
License: general public license V3 or later
Tags: base-of-rozhal-site
*/

@charset "UTF-8";

:root {
    --background: #ddd;
    --blacky : #333;
    --header-bg-1: rgba(37, 0, 134, 1);
    --header-bg-2: rgba(157, 0, 139, 1);
    --post-gradiant-1: rgba(157, 0, 139, 1);
    --post-gradiant-2: rgba(157, 0, 139, 0);
    --active-link: rgb(80, 0, 71);
}

/* fonts */
@font-face {
  font-family: "vazir";
  src: url("webfont/Vazir.ttf");
}
@font-face {
  font-family: "farsi";
  src: url("webfont/IranianSans.ttf");
}

/* tag style */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: vazir;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: var(--background);
}

/* scroll style */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Grid */
.row {
  width: 100%;
  max-width: 1800px;
  overflow-x: hidden;
  margin: 0 auto;
}

.flex-row {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  width: 100%;
}

.full-row {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

.col-50 {
  flex: 50%;
}

.col-100 {
  flex: 100%;
}

@media (min-width: 1200px) {
  .col-lg-10 {
    flex: 10%;
  }
  .col-lg-20 {
    flex: 20%;
  }
  .col-lg-25 {
    flex: 25%;
  }
  .col-lg-30 {
    flex: 30%;
  }
  .col-lg-33 {
    flex: 33.3333%;
  }
  .col-lg-60 {
    flex: 60%;
  }
}

@media (max-width: 1200px) {
  .hide-md {
    display: none;
  }
  .col-md-10 {
    flex: 10%;
  }
  .col-md-20 {
    flex: 20%;
  }
  .col-md-25 {
    flex: 20%;
  }
  .col-md-30 {
    flex: 30%;
  }
  .col-md-33 {
    flex: 33.3333%;
  }
  .col-md-50 {
    flex: 50%;
  }
  .col-md-60 {
    flex: 60%;
  }
  .col-md-70 {
    flex: 70%;
  }
}

@media (max-width: 800px) {
  .hide-sm {
    display: none;
  }
  .col-sm-33 {
    flex: 33.3333%;
  }
  .col-sm-50 {
    flex: 50%;
  } 
  .col-sm-100 {
    flex: 100%;
  }
}

@media (max-width: 600px) {
  .hide-xs {
    display: none;
  }
  .col-xs-50 {
    flex: 50%;
  }
  .col-xs-100 {
    flex: 100%;
  }
}

/* default style */
.pad-5 {
  padding: 5px;
}

/* main header */
.header-bg {
  background-color: var(--blacky);
  background: var(--header-bg-1);
  background: linear-gradient(
    10deg,
    var(--header-bg-1) 0%,
    var(--header-bg-2) 100%
  );
	
}

.header-container {
  color: white;
  padding: 15px;
}

.header-logo {
  padding-right: 50px; 
  display: flex;
  align-items: center;
  filter: brightness(5);
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 760px){
  .header-logo {
    display: grid;
    padding-right: 0;
    text-align: center;
  }
}

.header-logo > span {
  text-align: center;
}

.header-logo img {
  width: 80px;
  max-width: 100%;
}

.header-site-description {
  font-size: 14px;
}

.header-search-form {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 360px){
  .header-search-form {
    text-align: right;
  }
}
@media (max-width: 290px){
  .header-search-form form > div {
    display: grid;
  }
  .header-search-form form input {
    width: 100%;
    max-width: 100% !important;
    border-radius: 10px 10px 0 0 !important;
    text-align: center;
  }
  .header-search-form form button {
    width: 100%;
    max-width: 100% !important;
    border-radius: 0 0 10px 10px !important;
  }
}

.header-search-form form {
  margin: 0 auto;
  white-space: nowrap;
}

.header-search-form form button {
  font-size: 20px;
  background: #333a;
  color: white;
  border: 0;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  transition: all .5s;
}

.header-search-form form button:hover {
  background-color: #fff1;
}

.header-search-form form input {
  font-size: 20px;
  background: #333a;
  color: white;
  border: 0;
  padding: 10px;
  max-width: 40%;
  border-radius: 0 10px 10px 0;
  transition: all .5s;
}

.header-search-form form input:focus {
  background-color: #fff1;
}

.header-gray-linebar {
  padding: 5px; 
  color:white;
  background: rgb(50, 50, 50);
  background: linear-gradient(
    -10deg,
    rgba(80, 80, 80, 1) 0%,
    rgba(50, 50, 50, 1) 100%
  );
  background-color: #333;
  /*background-image: url("https://hitava.ir/wp-content/uploads/2022/07/moharambg-hitava.png");
  background-blend-mode: color-burn;
  background-size: 150px;*/
}

.header-linebar {
  text-align: center; 
  font-size: 14px;
  border-bottom: 2px solid #ffffff11;
  padding: 5px;
}

.header-law {
	text-align: center;
}

.header-law img{
	text-align: center;
	max-width: 100%;
}

.new-post-container {
  text-align: center; 
  font-size: 14px; 
  padding: 15px;
}

.new-post-container h2 {
  padding: 15px; 
  border-bottom: 2px solid #fff1;
}

.new-post-container h2 i {
  font-size: 1.4em;
}

.new-post-bar {
  padding: 3px;
}

.new-post-bar a {
  color: white;
}

.single-new-post-bar {
  position: relative;
}

.single-new-post-bar img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 /1;
}

.single-new-post-bar .gradiant {
  position: absolute; 
  bottom: 5px; 
  height: 100%; 
  width: 100%; 
  background-color: var(--blacky);
  background: var(--header-bg-1);
  background: linear-gradient(
    0deg,
    var(--post-gradiant-1) 0%,
    var(--post-gradiant-2) 100%
  );
  transition: all 0.4s;
}

.single-new-post-bar p {
  position:absolute; 
  bottom: 10%; 
  text-align: center; 
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px;
}

.new-post-bar a:hover p {
  bottom: 13%;
  transition: all 0.4s;
}

.new-post-bar a:hover .gradiant {
  background: linear-gradient(
    0deg,
    #000f 0%,
    #0000 100%
  );
}

/* main footer */
.footer-bg {
  background: rgb(50, 50, 50);
  background: linear-gradient(
    10deg,
    rgba(30, 30, 30, 1) 0%,
    rgba(50, 50, 50, 1) 100%
  );
  color: white;
  padding: 8px;
}

.footer-copy {
  border-top: 2px solid #fff1;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.footer-copy a {
  text-decoration: none;
  color: var(--header-bg-2);
  transition: color 0.3s;
}

.footer-copy a:hover {
  color: linen;
}

.footer-instagram h3{
  text-align: center;
  padding: 10px 3px;
}

.footer-instagram h3 a{
  text-decoration: none;
  color: var(--header-bg-2);
  transition: all 0.3s;
}

.footer-instagram h3 a:hover{
  color: var(--active-link);
}

/* home main */
.home-main-bg {
  padding: 5px;
}

.home-main-container {
  background-color: white; 
  border: 2px solid #ccc; 
  border-radius: 8px; 
  margin-bottom: 15px;
  min-height: 100px;
  overflow: hidden;
}

.main-post-header {
  text-align: right;
  background-color: var(--blacky);
  background: var(--header-bg-1);
  background: linear-gradient( 10deg, var(--header-bg-1) 0%, var(--header-bg-2) 100% );
  color: white;
  position: relative;
  margin-bottom: 10px;
}

.main-post-header h2{
  font-size: 1.2em;
  padding: 15px;
  font-weight: bolder;
}

.main-post-header span{
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 4rem;
  color: #fff3;
  transform: rotate(10deg);
}

.main-post-header a {
  color: white;
  text-decoration: none;
  transition: all .3s;
}

.main-post-header a:hover {
  color: #ddd;
}

.main-post-content {
  padding: 8px;
  text-align: center;
}

.main-post-content img {
  max-width: 100% !important; 
  width: 500px !important;
  height: auto !important;
  margin: 15px auto;
}

.main-post-continue {
  text-align: center;
  background-color: #666;
  width: 100%;
  padding: 8px;
  color: white;
  text-decoration: none;
  transition: all 0.6s;
  margin-top: 10px;
}

.main-post-continue:hover {
  background-color: #ccc;
  color: var(--header-bg-2);
}

.main-post-continue {
  font-size: 1.1em;
}


/* single post */

.single-main-container {
  background-color: white; 
  border: 2px solid #ccc; 
  border-radius: 8px; 
  margin-bottom: 15px;
  min-height: 100px;
  overflow: hidden;
}

.single-post-header {
  text-align: right;
  background-color: var(--blacky);
  background: var(--header-bg-1);
  background: linear-gradient( 10deg, var(--header-bg-1) 0%, var(--header-bg-2) 100% );
  color: white;
  position: relative;
  margin-bottom: 10px;
}

.single-post-header h2{
  font-size: 1.2em;
  padding: 15px;
  font-weight: bolder;
}

.single-post-header > span{
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 4rem;
  color: #fff3;
  transform: rotate(10deg);
}

.single-post-header a {
  color: white;
  text-decoration: none;
  transition: all .3s;
}

.single-post-header a:hover {
  color: #ddd;
}

.single-post-content {
  padding: 8px;
  font-size: 1.2em;
  font-family: vazir;
  overflow-wrap: anywhere;
}

.single-post-content a {
  color: var(--header-bg-2);
  text-decoration: none;
  transition: color 0.3s;
}

.single-post-content a:hover {
  color: var(--active-link);
}

.single-post-content p {
  text-align: center;
  /* font-size: 1.1em; */
  font-family: vazir;
  margin: 0 0 1.5em;
}

.single-post-content p:has(img) {
  text-align: center;
}

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

.single-post-download {
  text-align: center;
}

.single-post-download a {
  padding: 10px;
  background-color: var(--header-bg-2);
  text-decoration: none;
  font-size: 1.1rem;
  color: white !important;
  margin: 10px auto !important;
  border-radius: 8px;
  transition: all 0.4s;
}

.single-post-download a:hover {
  color: #ddd;
  background-color: var(--active-link);
}

.single-content-innerlink {
  text-align: center;
  margin: 40px auto;
}

.single-content-innerlink h2 {
  padding: 10px 0;
}

.single-content-innerlink a {
  text-decoration: none;
  color: var(--header-bg-2);
  transition: color .4s;
}

.single-content-innerlink a:hover {
  color: var(--active-link);
}

.single-post-keyword p {
  text-align: justify;
  font-size: 0.9em;
  padding: 0 8px;
}

.single-post-keyword strong {
  font-weight: bold;
  color: var(--active-link);
  font-size: 1em;
}

.single-post-footer {
  padding: 8px;
  margin-top: 15px;
}

.single-post-footer hr {
  color: #ddd;
  margin-bottom: 10px;
}

.single-post-footer > div {
  padding: 8px 0;
  vertical-align: middle;
  display: content;
  text-align: justify;
  color: #555;
  line-height: 2em;
}

.single-post-footer i {
  font-size: 1.5em;
}

.single-post-footer a {
  color: white;
  background-color: var(--header-bg-2);
  padding: 3px 5px;
  text-decoration: none;
  font-size: 0.8em;
  border-radius: 5px;
  transition: all 0.4s;
  margin: 2px 1px;
  white-space: nowrap;
}

.single-post-footer a:hover {
  background-color: var(--active-link);
}

.single-post-sharing {
  text-align: center; 
}

.single-post-sharing h2{
  text-align: center;
  color: var(--header-bg-2);
}

.single-post-socialshare {
  text-align: center;
}

.single-post-socialshare a {
  border-radius: 50%;
  padding: 8px;
  display: inline-flex;
  align-items: center;
}

.single-post-socialshare i {
  font-size: 2em;
}

.single-post-shortlink {
  text-align: center;
  font-size: 0.9em;
  color: var(--header-bg-2);
  margin-bottom: 10px;
  padding-top: 10px;
}

.single-post-shortlink i {
  font-size: 1em;
}

.single-post-shortlink a {
  text-decoration: none;
  color: #555;
  background-color: transparent;
}

.single-post-shortlink a:hover {
  color: var(--active-link);
  background-color: transparent;
}

.single-post-details {
  text-align: center;
}

.single-post-details span {
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  font-size: 0.9em;
  font-family: farsi;
}

.single-post-details span time {
	display: inline-flex;
	align-items: center;
	font-family: farsi;
}

/* audio play */
figure {
  max-width: 100%;
  overflow: auto;
  margin: 15px auto !important;
}

figcaption {
  margin: 0;
  padding: 8px 5px 5px 5px !important;
  color: #888;
  background-color: #474747;
  top: 0;
  margin-top: -10px !important;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 1.1em;
}

audio {
  border-radius: 10px 10px 0 0;
  min-width: 100% !important;
  max-width: 100% !important;
}

/* single post refer box */
.single-post-refer-box {
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}

.single-post-refer-box h3 {
  border-top: 2px solid gray;
  padding: 8px 0;
  color: gray;
}

.single-post-refer-box > div {
  padding: 4px;
  font-size: 0.8em;
  text-align: center;
}

.single-post-refer-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.single-post-refer-box a {
  color: #333;
}

/* single post navigation */
.nav-single-post > div{
  padding: 0 10px 10px 10px;
}

.nav-single-post a {
  text-decoration: none;
  color: var(--header-bg-2);
  transition: color 0.4s;
}

.nav-single-post a:hover {
  color: var(--active-link);
}
/* navigation */
.navigation{
  margin:0 auto;
  line-height:0.75rem;
  text-align: center;
  padding-top: 10px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: white;
  text-decoration:none;
}

.navigation li {
  display: inline;
  line-height: 55px;
  transition: all 0.4s;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: var(--header-bg-2);
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  font-weight:bold;
  transition: all 0.4s;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: var(--active-link);
}

/* aside */
.aside-header {
  text-align: center;
  background-color: var(--blacky);
  background: var(--header-bg-1);
  background: linear-gradient( 10deg, var(--header-bg-1) 0%, var(--header-bg-2) 100% );
  color: white;
  position: relative;
}

.aside-header h3{
  padding: 15px 5px;
  font-weight: bolder;
}

.aside-header span{
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 4rem;
  color: #fff3;
  transform: rotate(10deg);
}

.aside-content {
  padding: 5px;
}

.aside-artist-list {
  padding-right: 10px;
  display: contents;
  list-style: disclosure-closed;
  list-style-position: inside;
  color: black;
}

.aside-artist-list li {
  padding: 5px;
  color:var(--header-bg-2);
  font-size: 1.1em;
}

.aside-artist-list a {
  color: black;
  text-decoration: none;
  transition: all .3s;
}

.aside-artist-list a:hover {
  color: var(--header-bg-2);
  padding-right: 5px;
}

/* right aside */
.right-aside {
  background-color: white; 
  border: 2px solid #ccc; 
  border-radius: 8px; 
  margin-bottom: 15px;
}

/* left aside */
.left-aside {
  background-color: white; 
  border: 2px solid #ccc; 
  border-radius: 8px; 
  margin-bottom: 15px;
}

/* archive */
.archive-head-title {
  padding: 0 20px 10px 20px;
  /* text-align: center;
  display: block ruby; */
}

.archive-head-title h2 {
  background-color: var(--blacky);
  background: var(--header-bg-1);
  background: linear-gradient( 10deg, var(--header-bg-1) 0%, var(--header-bg-2) 100% );
  text-align: center;
  color: white;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
}

.archive-head-title h2 > span:first-child {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 4rem;
  color: #fff3;
  transform: rotate(10deg);
}

/* search form */
.search-form {
  text-align: center;
  padding: 15px 3px;
}

.search-form input {
  outline: none;
  border: 2px solid var(--header-bg-2);
  padding: 8px;
  border-radius: 8px;
  margin-top: 10px;
  min-width: 50%;
  max-width: 100%;
  font-size: 1.3em;
}

.search-form button {
  border-radius: 8px;
  border: none;
  background-color: var(--blacky);
  background: var(--header-bg-1);
  background: linear-gradient( 10deg, var(--header-bg-1) 0%, var(--header-bg-2) 100% );
  text-align: center;
  color: white;
  padding: 10px;
  font-size: 1.4em;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.4s;
}

.search-form button:hover {
  background: linear-gradient( 10deg, var(--header-bg-2) 0%, var(--header-bg-1) 100% );
}

/* content-not-found */
.content-not-found {
  text-align: center;
  padding: 10px 3px;
}

.content-not-found h2 {
  padding-top: 40px;
} 

/* comments */
.comments-title h2 span {
  font-family: farsi;
}

.comment-list li {
  list-style: none;
  margin-top: 10px;
}

.comment-list > li {
  border-top: 2px solid #ccc;
}

.comment-list > li:first-child {
  border-top: none;
  margin-top: 0;
}

.comment-list .children{
  padding-right: 30px;
  border-right: 2px solid #ccc;
}

.comment-list .comment-author , .comment-list .fn{
  font-style: normal;
  font-size: 1em;
  vertical-align: middle;
}

.comment-list .comment-meta {
  color: #999;
}

.comment-list .comment-meta a{
  font-size: 0.8em;
  color: #999;
}

.comment-list .comment p {
  text-align: right;
  padding: 5px;
  margin-bottom: 10px;
}

.comment-list .comment .reply {
  padding: 10px;
}

.comments-area .comment-awaiting-moderation {
  color: var(--header-bg-2);
  font-style: normal;
}

.comment-list .comment .comment-reply-link {
  color: white;
  background-color: var(--header-bg-2);
  padding: 2px 5px;
  border-radius: 8px;
  transition: all 0.3s;
}

.comment-list .comment .comment-reply-link:hover {
  background-color: var(--active-link);
}

.comments-area .comment-respond {
  width: 100%;
  max-width: 100%;
  padding: 8px;
}

.comments-area .comment-respond h3 {
  border-top: 2px solid #ccc;
  padding: 10px 3px;
  color: #555;
  text-align: center;
}

.comments-area .comment-respond .logged-in-as{
  padding: 5px;
  text-align: center;
}

.comment-notes {
  padding: 5px;
  text-align: center;
}

.comments-area .comment-respond .logged-in-as a {
  text-decoration: none;
  color: var(--header-bg-2);
}

.comments-area .comment-respond .required{
  color: red;
}

.comment-form-comment textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}

.comments-area .comment-form input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}

.comments-area .comment-form .comment-form-cookies-consent input {
  width: auto !important;
  min-width: 10px !important;
}

.comment-form-cookies-consent {
  text-align: center;
}

.comments-area .comment-form p {
  padding: 5px 0;
}

.form-submit {
  padding: 5px 0;
  text-align: center;
}

.comments-area .comment-form label {
  padding: 3px;
  font-size: 1.1em;
}

.comments-area .comment-form .comment-form-url {
  display: none;
}

.form-submit input {
  padding: 3px 5px;
  border-radius: 10px !important;
  background-color: var(--header-bg-2);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1.3em;
  width: auto !important;
  transition: all 0.3s;
}

.form-submit input:hover {
  background-color: var(--active-link);
}

.comment-body > p {
	max-width: 100% !important;
	overflow-wrap: anywhere;
}

/* 404 error */
.notfound-title {
  font-size: 6rem;
  color: var(--header-bg-2);
}

/* ratings */
