@font-face {
	font-family: 'nassim';
	src: url('fonts/nassim.eot');
	src: url('fonts/nassim.eot?#') format('eot'), url('fonts/nassim.woff') format('woff'), url('fonts/nassim.ttf') format('truetype')
}
@font-face {
	font-family: IRANSansWebfanum;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
body {
	font-family: IRANSansWebfanum, arial;
	background: #f2f3f5;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: nassim, arial;
}

a,
a:visited {
	color: #282828;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

header {
	background: #fff;
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
}

.navbar {
	background: #ff821e !important;
	font-size: 14px;
	color: #fff;
	padding: 2px 10px;
	margin: 0 -10px;
	border-radius: 20px 20px 0 0;
	border-top: 2px solid #c15f10;
}

.navbar ul li {
	margin: 5px 0;
}

.navbar ul li a {
	font-size: 15px;
	font-weight: 500;
	padding: 5px;
	font-family: nassim, arial;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
}

.navbar .dropdown-item {
	border-bottom: 1px solid #eee;
	color: #4a4a4a;
	padding: 10px;
}

.navbar .dropdown-item:last-child {
	border: none;
}

.navbar ul li a:hover {
	color: #e66e0e;
}

.big-art {
	position: relative;
}

.big-art .owl-theme .owl-nav {
	padding: 0;
	margin: 0;
}

.big-art .owl-theme .owl-nav [class*="owl-"] {
	line-height: 1;
	padding: 2px 10px!important;
	border-radius: 0;
}
.big-art .owl-theme .owl-nav button.owl-next {
	float: left;
}
.big-art .owl-theme .owl-nav button.owl-prev {
	float: right;
}

.big-art .picture {
	position: relative;
	height: 500px;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: 100%;
	-moz-background-size: cover;
	background-size: 100%;
	background-size: cover;
	overflow: hidden;
}

.box-shadow-overlay {
	box-shadow: inset 0px -220px 220px rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.big-art .title-lead {
	position: absolute;
	z-index: 12;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

.specials {
	background: #ff821e url('assets/bg2.png') repeat;
	margin: 30px auto;
	padding-top: 10px;
}

.specials .specials-title {
	width: 100%;
	margin: 0 10px 10px;
	border-bottom: 1px solid #fff;
}

.specials .specials-title h2 {
	font-size: 20px;
	color: #fff;
	float: right;
}
.specials .specials-title a {
	border: 1px solid #fff;
	padding: 2px 10px;
	font-size: 14px;
	color: #fff;
	float: left;
}

.specials .specials-title a:hover {
	background: #fff;
	color: #333;
}

.specials .special-post {
	background: #fff;
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
	padding: 20px;
	margin-bottom: 15px;
}

.specials .special-post .thumbnail {
	width: 100%;
	text-align: center;
}

.specials .special-post .thumbnail img {
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px dashed #ddd;
	border-radius: 5px;
	padding: 10px;
}

.specials .special-post h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.7px;
	background: #eee;
	line-height: 20px;
	padding: 10px;
	transition: all 0.3s ease-in-out;
}

.specials .special-post:hover h3 {
	background: orange;
	color: #fff;
}

.last-mags {
	position: relative;
}

.item .item-image {
	position: relative;
}

.last-mags .item .box-shadow-overlay {
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 0 transparent inset;
}

.last-mags .item:hover .box-shadow-overlay {
	transition: all 0.3s ease-in-out;
	box-shadow: inset 0px -5px 50px rgba(0, 0, 0, 0.5);
}

.last-mags .item .owl-title {
	background: #ddd;
	display: block;
	text-align: center;
	color: #333;
	padding: 15px 7px;
	line-height: 1;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.last-mags .item:hover .owl-title {
	background: #ff6526;
	color: #fff;
}
.tv-archive .last-mags .item:hover .owl-title {
	background: #ff821e;
	color: #fff;
}

.last-mags .owl-theme .owl-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.last-mags .owl-theme .owl-nav [class*="owl-"] {
	background: #ddd;
	padding: 5px 10px!important;
	font-size: 20px;
	border-radius: 0;
	line-height: 1;
	margin: 5px 2px
}

.last-mags .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #ff6526;
}
.last-mags .owl-stage-outer {
	height: 100%;
	min-height: 380px;
	z-index: 5;
}
.cinema .last-mags .archive-link {
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 11;
}
.tv-archive .last-mags .archive-link {
	position: absolute;
	right: 10px;
	bottom: 0;
}

.last-mags .archive-link a {
	background: #ddd;
	padding: 5px 15px;
	color: #333;
	font-size: 13px;
}
.last-mags .archive-link a:hover {
	background: #ff6526;
	color: #fff;
}
.tv-archive .last-mags .archive-link a:hover {
	background: #ff821e;
	color: #fff;
}
.cinema .last-number .owl-title,
.tv-archive .last-number .owl-title {
	font-size: 14px;
	padding: 10px;
	margin: 0;
	background: #ff821e;
	color: #fff;
}

.cinema .last-number img,
.tv-archive .last-number img {
	width: 100%;
	height: auto;
}
.cinema,.tv-archive {
	position: relative;
	overflow: hidden;
}
.tv-archive .container,
.cinema .container {
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
	margin-bottom: 15px;
}
.cinema .container,.tv-archive .container {
	background: #fff;
}
.cinema .section-title {
	position: relative;
	border-bottom: 2px solid #ff821e;
	margin-bottom: 15px;
	padding: 10px;
}
.cinema .section-title h3 {
	font-family: nassim, arial;
	font-size: 18px;
	font-weight: 900;
	padding-right: 45px;
	color: #ff821e;
	line-height: 1;
}

.cinema .section-title h3:before {
	content: "\f008";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 22px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	background: #ff821e;
	color: #fff;
}

.tv-archive .section-title {
	position: relative;
	border-bottom: 2px solid #ff821e;
	margin-bottom: 15px;
	padding: 10px 10px 10px 55px;
	text-align: left;
}
.tv-archive .section-title h3 {
	font-family: nassim, arial;
	font-size: 16px;
	font-weight: 900;
	padding-right: 45px;
	color: #ff821e;
	line-height: 1;
}
.tv-archive .section-title h3:before {
	content: "\f008";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 22px;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff821e;
	color: #fff;
}
.cinema .card,.tv-archive .card {
	font-size: 12px;
}

.cinema .card a,.tv-archive .card a {
	color: #ff821e
}

.cinema .card h3,
.cinema .card h4,
.cinema .card h5,
.tv-archive h3,
.tv-archive h4,
.tv-archive h5 {
	font-size: 13px;
}

.cinema .card .card-text,
.tv-archive .card .card-text {
	text-align: justify;
}

.wp-caption-dd {
	font-size: 14px;
	padding-top: 0.5em;
	margin: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.the-main .container {
	background: #fff;
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
	margin-bottom: 15px;
	padding: 15px;
}

.the-main .card-img {
	height: auto;
	border-radius: 0;
}

.tblock header {
	box-shadow: none;
	text-align: center;
	position: relative;
	padding:0;
}

.tblock header h2 {
	display: inline-block;
	color: #000;
	border-bottom: 3px solid #ff821e;
}

.sidebar {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	overflow: hidden;
	box-shadow: #0000001a 0px 0px 3px;
	border: solid #f4f4f4 1px;
}

.sidebar img {
	max-width: 100%;
	height: auto;
}

.sidebar::before {
	display: block;
	content: "";
	height: 4px;
	background: #ff821e;
	position: absolute;
	top: -1px;
	left: 52px;
	right: 52px;
	border-radius: 0 0 4px 4px;
}

.sidebar-title {
	padding: 10px 15px;
	color: #4e4e4e;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px dashed #eee;
}

.sidebar-body {
	padding: 10px;
}

.sidebar-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-body .link-list li {
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	padding: 8px 0;
}

.sidebar-body .link-list li a {
	margin-right: 0px;
	display: block;
	padding: 4px;
	color: #535353
}

.sidebar-body .link-list li a:hover {
	color: #ee7e00;
}

.sidebar-body .link-list li a::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #b7b7b7;
	border-radius: 3px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 8px;
	transition: 0.3s all linear;
}
.sidebar .searchform {
	position: relative;
}
.sidebar .searchform input {
	width: 100%;
	padding: 10px;
	background: #fff;
	border: #ff821e solid 1px;
	border-radius: 4px;
	position: relative;
}
.sidebar .searchform input[type=submit] {
	width: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	border: none;
	background: #ff821e;
	border: #ff821e solid 1px;
	color: #fff;
}
.sidebar .sidebar-body ul {
	padding: 10px 0;
}
.sidebar .sidebar-body ul li {
	margin-bottom: 1px;
	line-height: 2;
}
.sidebar .sidebar-body ul li a {
	display: block;
	padding: 5px 5px;
}
.sidebar .sidebar-body ul li a:hover {
	background: #ff821e;
	color: #fff;
}
.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.single {
	font-size: 12px;
}

.single img {
	max-width: 100%;
	height: auto;
}

.single .card .lead {
	font-size: 12px;
	margin: 5px 0;
	display: block;
}
.single .card p {
	line-height: 2;
	font-size: 14px;
}
.news .rotitr {
	font-size: 13px;
}
.news .lead {
	padding: 10px;
	background: #f6f6f6;
	border: 1px dashed #ddd;
	font-size: 12px;
}
.news .news-toolbar ul {
	font-size: 13px;
	width: 100%;
	display: flex;
}
.news .news-toolbar ul li {
	width: 33.33%;
}

.single .card .card-title {
	font-size: 22px;
	font-weight: 600;
}

.single .card .post-meta {
	font-size: 13px;
}

.card-footer .social_widget li a {
	border-radius: 3px;
}

.single .download-pdf {
	text-align: center;
	background: #3576aa;
	color: #fff;
	padding: 10px 100px;
}

.single .download-pdf:hover {
	background: orange;
}

.single .modal a {
	margin-bottom: 5px;
}

.single .modal .close {
	padding-left: 10px;
}

.news-cat .rotitr {
	font-size: 12px;
	background: #f5f5f5;
	padding: 10px;
}

.news-cat .rotitr {
	font-size: 12px;
	background: #f5f5f5;
	padding: 10px;
}

.single #gallery-1 .gallery-item {
	border: none;
	padding: 5px;
	background: none;
}

.single #gallery-1 img {
	background: none;
	border: none;
}
.single .rotitr {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
}
.single .lead {
	font-size: 16px!important;
	border: 1px dashed #ddd;
	border-radius: 4px;
	padding: 5px;
}
.fanum {
	font-family: 'IRANSansWebfanum';
	font-size: 12px;
}
.news-code {
	font-family: 'IRANSansWebfanum';
	font-size: 12px;
	display: inherit;
	padding-left: 10px;
}
footer {
	background: #fff;
	padding-top: 20px;
	box-shadow: 0 3px 12px rgba(0,0,0,.16);
}

footer .column .section-title h3 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #e3e3e3;
	color: #1d1d1d;
	padding-bottom: 10px;
}

footer .column .about {
	font-size: 12px;
	text-align: justify;
	line-height: 1.8;
}

footer .column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .column ul li {
	display: block;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0;
}

footer .column ul li a {
	display: block;
	padding: 4px;
	font-size: 12px;
	color: #535353
}

footer .column ul li a:hover {
	color: #ee7e00;
}

footer .column ul li a::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #b7b7b7;
	border-radius: 3px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 8px;
	transition: 0.3s all linear;
}
.copyright-menu {
	background: url(assets/logo-small.png) no-repeat right;
}
.copyright-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 120px 0 0;
}

.copyright-menu ul li {
	display: inline-block;
	margin-left: 32px;
}

.copyright-menu ul li a {
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 400;
}

.copyright-menu ul li a:hover {
	color: #e4002b
}

.another-links li {
	margin: 0 5px 0 0!important;
}

.another-links .khabargozarisaba,
.another-links .clubesaba,
.another-links .rooznamesaba {
	width: 90px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	background-image: url(assets/khabargozarisaba.png);
	margin-right: 8px;
	background-size: contain;
}

.another-links .rooznamesaba {
	background-image: url(assets/rooznamesaba.png);
}

.another-links .clubesaba {
	background-image: url(assets/clubesaba.png);
}

.social_widget {
	padding: 0;
	margin: 0;
}

.social_widget li {
	display: inline-block;
	vertical-align: top;
	border: none !important;
	padding: 0;
	margin-left: 5px;
}

.social_widget li a {
	background: rgba(0,0,0,0.1);
	display: block;
	height: 35px;
	width: 35px;
	border-radius: 35%;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 17px;
}
header .social_widget li a {
	background: rgba(0,0,0,0.3);
}
.social_widget li a:hover {
	font-size: 22px;
	color: #fff;
	transform: scale(1.2);
}
.social_widget .socicon-facebook:hover {
	background: #3e5b98;
}
.social_widget .socicon-twitter:hover {
	background: #0f9dd4;
}
.social_widget .socicon-telegram:hover {
	background: #2ca5e0;
}
.social_widget .socicon-roobika:hover {
	background: #1c8600;
}
.social_widget .socicon-instagram:hover {
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

footer .copyright {
	background-color: #ff821e;
	box-shadow: 0 3px 12px rgba(0,0,0,.5);
	color: #fff;
}

footer .copyright p {
	color: #fff;
	font-size: 15px;
}
.back-to-top {
	background: #ea7619;
	border-radius: 50px;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #fff;
	padding: 7px 10px;
	display: none;
}

.back-to-top:hover,
.back-to-top:focus {
	background: #fff;
	color: #ea7619;
}
.btn-orange {
  background: #ea7619;
  color: #fff!important;
}
.btn-orange:hover {
  background: #ea5419;
  color: #fff;
}
#comments.commentator-area{
  font-family: IRANSans!important;
}
@media (min-width: 768px) {
	.navbar-expand-md .dropdown-menu {
		display: block;
		opacity: 0;
		font-size: 1rem;
		visibility: hidden;
		padding: 0.7692rem 0;
		min-width: 6.38rem;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}
	.navbar-expand-md li:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}
}
@media (max-width: 500px) {
	header .logo p, header .social_widget {
		text-align: center;
	}
	.navbar-toggler {
		padding: 2px 5px;
		margin: 3px 0;
	}
	.last-mags .owl-stage-outer {
		height: 100%;
		min-height: 280px;
	}
	.news .news-toolbar ul {
		display: block;
		line-height: 2;
	}
	.news .news-toolbar ul li {
		width: 100%;
		background: #f6f6f6;
		display: block;
		margin-bottom: 3px;
	}
}