@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot");
	src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/fontawesome-webfont.woff2") format("woff2"),
		 url("../fonts/fontawesome-webfont.woff") format("woff"),
		 url("../fonts/fontawesome-webfont.ttf") format("truetype");
	font-weight: 700;
}

h2 {
	font-size:  25px;
}

h3 {
	font-size:  18px;
}

h5, h6 {
	margin-bottom: 0.9rem;
}

.hlogo, .wlogo, .flogo {
	max-width:  100px;
	margin-bottom: 5px;
	margin-top: 5px;
}

a {
	color: darkblue;
}

footer a {
	color: inherit;
}

.hlogo img {
	display: none;
}

.nav-scroll .wlogo img {
	display: none;
}

.nav-scroll .hlogo img {
	display: block;
	max-width:  80px;
}

.nav-container {
	align-items: stretch;!important;
}

li.menu-item-has-children::before {
  content: '\f078';
  /* display: block; */
  font-family: FontAwesome;
  right: -2px;
  position: relative; 
  /* top: 50%; */
  color: white; 
  /*margin-top: -25px;*/
  font-size: 8px;
}

.nav-scroll li.menu-item-has-children::before {
  content: '\f078';
  /* display: block; */
  font-family: FontAwesome;
  right: -2px;
  position: relative; 
  /* top: 50%; */
  color: #222; 
  /*margin-top: -25px;*/
  font-size: 8px;
}

figcaption {
	text-align: center;
	line-height: 1.2rem;
}

.board-img {
	max-width:  280px;
	border-radius:  50%;
	text-align: center;
	margin: 0px auto;
}

.board-img img {
	border-radius:  50%;
	margin-bottom: 15px;
}

.img {
	overflow: hidden;
	border:  1px solid #eee;
	border-radius: 5px;
}

.logo-img {
	border:  1px solid #aaa;
	border-radius:  5px;
}

.contact-icon {
	font-size: 2.2rem;
	font-weight: 700;
	color: #3bc4ce;
}

.contact-block {
	text-align:  center;
}

.honar-list li::before {
	font-family: FontAwesome;
	content: "\f053";
	color: #3bc4ce;
	margin-left:  5px;
}

.honar-list li {
	line-height: 1.7rem;
}

.honar-list {
	margin-right: 30px;
}

.honar-list ul {
	margin-right: 20px;
}

ol {
	margin-right: 30px;
}
ol li {
	list-style: persian;
	margin-bottom: 5px;
}

.honar-table thead {
	border-bottom: none;
}

.honar-table td,
.honar-table th {
	border: none;
	border-left: 1px solid white;	
}

.honar-table th {
	background-color: #0c4da2;
	color: white;
}

.honar-table tr:nth-child(even) {
	background-color: #fbefc3;	
}

.honar-table tr:nth-child(odd) {
	background-color: #e9e9e9;	
}

.item-text {
	display: none;
}

.bg-img-about {
	background-image: url('../img/about-header.jpg');
}

.bg-img-news {
	background-image: url('../img/news-header.jpg');
}

.bg-img-media {
	background-image: url('../img/media-header.jpg');
}

.bg-img-article {
	background-image: url('../img/article-header.jpg');
}


.bg-img-slide {
	background-image: url('../img/bg1.jpg');
}

.footer-list li, .footer-list li span {
	font-size: 0.7rem!important;
	margin-bottom: 4px;
}

.wp-block-file a {
	background-color: #3bc4ce;
	padding: 10px;
	border-radius: 10px;
	margin: 5px 0px;
	color: white;	
}