/*
Theme Name: رستورانها
Author: restooranha
*/

body {
	background: #f7f7f7;
	font-family: IRANSans;
	font-size: 13px;
}

a {
	color: #737373;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:focus {
	color: #cc1d1d;
	outline: none;
	text-decoration: none
}

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

.main {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
	position: relative;
}

.resturan {
	background: url(assets/bg.jpg) repeat-x center top;
	background-attachment: scroll;
}

.box {
	background-color: #fff;
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
}

.links header {
	position: relative;
	display: block;
}

.widget .wtitle {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.links header:after ,.widget .wtitle:after {
	position: absolute;
	bottom: -7px;
	right: 0;
	left: 0;
	background: #e3e3e3;
	height: 2px;
	content: "";
	z-index: 0
}

.links header h3 ,.widget .wtitle h3 {
	padding: 8px 0;
	font-size: 17px;
	line-height: 30px;
	display: inline;
	position: relative;
}

.widget .wtitle h3 {
	font-size: 15px;
	line-height: 20px;
	padding: 5px 0;
}

.links header h3:before,.widget .wtitle h3:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: #cc1d1d;
	height: 2px;
	z-index: 1
}

.links header h3:after,.widget .wtitle h3:after {
	content: "";
	position: absolute;
	left: -15px;
	width: 15px;
	height: 3px;
	background: #fff;
	bottom: -1px;
	z-index: 1
}

.links header .tags-list {
	position: absolute;
	left: 0;
	top: 5px;
}

.links header .tags-list li {
	display: inline-block;
}

.links header .tags-list li a {
	background: #fff;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.links header .tags-list li a:hover {
	background: #cc1d1d;
	color: #fff;
	padding: 3px 10px;
}

.links .links-list li {
	position: relative;
	display: block;
}

.links .links-list li:nth-child(even) {
	background: #f5f5f5;
}

.links .links-list li:last-child {
	border: none;
}

.links .links-list li a {
	display: block;
	padding: 0.3rem 0.3rem;
}

.links .links-list li a:hover {
	background: #c22;
	padding-right: 0.7rem;
	color: #fff;
}

.widget ul li a {
	display: block;
	line-height: 2;
}

.wiki h4 {
	font-size: 14px;
	padding-top: 5px;
	border-top: 1px dashed rgba(255, 255, 255, .4);
	display: inline-block;
	margin-top: 5px;
}

.navbar-new-top {
	background: #cc1d1d;
	border: none;
	color: #fff;
}

.navbar-brand {
	font-weight: 600;
}

.navbar-new-top .navbar-toggler {
	border: 1px solid #fff;
}

.navbar-new-top .navbar-toggler-icon {
	position: relative;
	font-size: 10px;
}

.navbar-new-top .navbar-toggler-icon:after {
	content: "\f03a";
	color: #fff;
	font-size: 22px;
	position: absolute;
	right: -3px;
	top: -3px;
}

.navbar-new-bottom {
	box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .3);
}

.navbar-nav .nav-item a {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.navbar-nav .nav-item a:hover {
	color: #e6ac00 !important
}

.navbar-new-top .nav-item a {
	padding: 0.3rem 0.4rem;
}

.navbar-new-top .nav-item a:hover {
	background: #fff;
	color: #cc1d1d !important;
}

.header-btn {
	width: 161%;
	border: none;
	border-radius: 1rem;
	padding: 8%;
	background: #0062cc;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
}

#logo {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	font-family: IRANSans;
}

#logo h1 {
	padding-top: 10px;
	font-size: 16px;
	font-weight: 100;
}

#logo .logo {
	background-image: url(assets/logo.png);
	height: 31px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#searche form {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	position: relative;
	border: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#searche input {
	width: 100%;
	border: none;
	height: 45px;
	padding-right: 75px;
	font-size: 14px;
	font-weight: 200;
	color: #8e8e8e;
}

#searche input[type="submit"] {
	background: #cc1d1d;
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 45px;
	width: 70px;
	padding-right: 0px;
	right: 0px;
	display: block;
	cursor: pointer;
	color: #fff
}

#searche input[type="submit"]:hover {
	background: #333;
	color: #fff
}

.single .article {
	position: relative;
}

.single .article header h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.single .article .wpfp-span {
	position: absolute;
	left: 0;
	top: 0;
}

.single .article .wpfp-span .wpfp-link {
	width: 50px;
	height: 50px;
	display: block;
}

.single .article .wpfp-span .wpfp-link .text-red {
	color: #cc1d1d
}

.single .article ul li {
	background: #eaefff;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 5px;
	border-radius: 5px;
	list-style: symbols;
}

.single .kk-star-ratings {
	position: absolute;
	left: 0;
	margin: 0;
}

.single .article-body p {
	line-height: 2;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single .article-body .wp-video {
	margin: 0 auto;
}

.single .article .card-footer {
	line-height: 2;
}

.comment-respond h3 {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	font-size: 16px;
}

.comment-respond label {
	min-width: 100px;
}

.comment-respond input,.comment-respond textarea {
	background: #fff;
	border: 1px solid #aaa;
	padding: 10px;
	font-size: 12px;
	border-radius: 3px;
}

.comment-respond input[type=submit] {
	background: #cc1d1d;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding-right: 40px;
	padding-left: 40px;
}

.kk-star-ratings {
	width: 200px!important;
}

.single .article .card-footer {
	min-height: 50px;
}
.single .article .card-footer span {
	display: flex;
	float: right;
}
.single .article .card-footer span label {
	min-width: 60px;
	margin-left: 5px;
	line-height: 2.5
}

.single .article .card-footer .article-share {
	display: inline-block;
}

.single .article .card-footer .article-share li {
	display: inline-block;
	font-size: 8px;
	margin: 0;
	padding: 0 5px 0 0;
	background: none;
	border-radius: 0;
}

.single .post-ratings {
	display: inline;
	padding-right: 10px;
}

.single .card-body img,
.page .card-body img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.single .card-body h1,
.single .card-body h2,
.single .card-body h3 {
	font-size: 16px;
}

.details-list {
	background: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	width: 20%;
	padding: 10px;
}

.details-list:empty {
	display: none
}

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

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

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

#comments.commentator-area {
	font-family: IRANSans, sans-serif;
}

.page-footer {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	line-height: 1.8
}

.footer-menu .menu ul {
	display: flex;
}

.footer-menu .menu ul li {
	padding-left: 20px;
}

.page-footer .social a {
	color: #757575;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

.page-footer .social a:hover {
	color: #cc1d1d;
	border-bottom: 1px solid #cc1d1d;
}

.footer-about-title {
	font-size: 20px!important;
	letter-spacing: 2px;
}

.footer-links {
	font-family: IRANSans;
	font-size: 13px;
}

.footer-links h3 {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.footer-links ul li {
	line-height: 2;
	list-style: square;
	color: #ffc7c7;
	margin-right: 5px;
}

.footer-links ul li:hover {
	color: #cc1d1d
}

.footer-links ul li a {
	font-size: 12px;
}

.page-footer .tags a {
	font-size: 12px;
	margin-left: 5px;
}

.dvider {
	border-bottom: 1px #d8d8d8 solid;
	box-shadow: 0 15px 22px rgba(0, 0, 0, .07);
}

.footer-copyright {
	background: #eceff1;
	color: #4a4a4a
}

.footer-copyright a {
	color: #333;
	font-weight: 600;
}

.back-to-top {
	background: #cc1d1d;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #fff;
	padding: 5px 10px;
	display: none;
}

.back-to-top:hover,
.back-to-top:focus {
	background: #4a4a4a;
	color: #fff;
}

.wc_main_comm_form,
.wc_main_comm_form input {
	font-family: IRANSans!important;
}
#comments {
	 display: none;
}
.commentlist {
	padding: 0;
	margin: 0;
}
.commentlist li {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 5px;
	padding: 10px;
}
.commentlist li li {
	margin: 10px;
}
.kksr-legend {
	display:none;
}
@media (min-width: 768px) {
	.navbar-expand-lg ul li:hover .dropdown-menu {
		display: block;
		background: #fff;
		-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 0;
		width: 200px;
		top: 30px;
		padding: 5px;
	}
	.navbar-expand-lg .dropdown-menu .menu-item {
		display: block;
		float: none;
		width: 100%;
	}
	.navbar-expand-lg .dropdown-menu .menu-item a {
		background: none;
		color: #333;
	}
	.navbar-expand-lg .dropdown-menu .menu-item a:hover {
		background: #c22;
	}
	.navbar-expand-lg .dropdown-menu.show {
		background: #fff;
		-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 0;
		width: 200px;
		top: 40px;
		padding: 5px;
	}
	.navbar-expand-lg .dropdown-menu.show li {
		display: block;
		width: 100%;
	}
	.navbar-expand-lg .dropdown-menu.show li a {
		background: #fff;
		color: #333;
		display: block;
		padding: 5px;
		margin: 0 0 1px 0;
	}
	.navbar-expand-lg .dropdown-menu.show li a:hover {
		background: #cc1d1d;
	}
}

@media (max-width: 768px) {
	.navbar-new-top .show {
		padding-top: 20px;
	}
	.navbar-new-top .show ul li {
		width: 25%;
		text-align: center;
	}
	.navbar-new-bottom .dropdown {
		width: 100%;
	}
	.navbar-new-bottom .dropdown ul li a {
		text-align: center;
	}
	.navbar-new-bottom .dropdown-toggle::after {
		float: left;
		margin: 10px 0 0 0
	}
	.breadcrumb li {
		line-height: 2
	}
	.single .box h1,
	.single .box h2,
	.single .box h3,
	.single .box h4 {
		font-size: 15px!important;
	}
	.single .article header h1 {
		font-size: 20px!important;
	}
	.single .article .card-footer span {
		padding: 0;
		border: none;
		width: 100%;
		display: block;
		line-height: 3;
	}
	.links header .tags-list li {
		line-height: 2;
		margin-bottom: 5px;
	}
	.details-list {
		width: 100%;
	}
	.single .card-footer {
		padding-bottom: 30px;
	}
	.footer-menu .menu ul {
		margin: 0 auto;
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	.footer-menu .menu ul li {
		display: inline-block;
	}
	.page-footer .social {
		text-align: center!important;
	}
	.footer-about-title {
		text-align: center
	}
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('assets/fonts/eot/IRANSansWeb_Bold.eot');
	src: url('assets/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('assets/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('assets/fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('assets/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('assets/fonts/eot/IRANSansWeb_Medium.eot');
	src: url('assets/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('assets/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('assets/fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('assets/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('assets/fonts/eot/IRANSansWeb_Light.eot');
	src: url('assets/fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('assets/fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('assets/fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('assets/fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('assets/fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('assets/fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('assets/fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('assets/fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('assets/fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

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

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('assets/fonts/eot/IRANSansweblight.eot');
	src: url('assets/fonts/eot/IRANSansweblight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('assets/fonts/woff2/IRANSansweblight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('assets/fonts/woff/IRANSansweblight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('assets/fonts/ttf/IRANSansweblight.ttf') format('truetype');
}