/*
theme name: Goharnegar
version: 1.0
Author:
Author URI: 
Desctiption: پوسته رستورانی مناسب برای شما
*/


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

body.rtl {
	font-family: 'IRY', tahoma;
}
h1{
	font-family: 'Av', tahoma;
}

h2,h3{
	font-family: 'IRY-Black', tahoma;
}

.about img ,.features .image {
    border: 5px solid #4e4e4e;
    border-radius: 10px;
	max-height:400px;
}

:focus {
	outline: 0;
}
a{
	text-decoration:none !important;
}
a,p a,p a:visited {
	color: #3498DB;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
a:hover {
	text-decoration: none;
}
a:active, a:visited, a:focus {
	background: transparent;
	color: #bca04a;
	outline: 0;
	text-decoration: none;
}
table {
max-width:100%;
border:1px solid #ddd;
 }
table td,table th {
border:1px solid #ddd;
padding:4px;
text-align:center;
vertical-align:middle;
 }
table a {
color:#2980B9;

 }
dl, ol, ul {
    list-style: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #ffc451;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar a i{
  color: #ffb03b;
  line-height: 0;
}

#topbar a span {
  color: #fff;
  font-style: normal;
  padding-right: 5px;
}

#topbar a:hover{
	color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.allheader{
	z-index:9999999;
}
#header {
  top: 50px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    right: 90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    right: 100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.wooicons a{
	margin-left:20px;
	color:#fff;
	font-size:1rem;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero{
	padding:0;
}
/* swiper */
 .swhero {
	 padding: 0;
	 height: 500px;
	 width: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 transition: all 0.3s ease;
}
 @media screen and (max-width: 768px) {
	#hero {
    margin-top: 120px;
	 }
	 .swhero {
		 height: 150px;
	}
	.slide-text .btn a {
    padding: 5px 30px !important;
	 }
	 .swiper-hero-prev, .swiper-hero-next {
    top: 37% !important;
	}
	 .hero-pagination{display:none;}
	 .custom-shape-divider{
		 bottom:-2px !important;
	 }
	 .custom-shape-divider svg {
    height: 15px !important;
}
}
 .swhero-slide {
	 width: 100%;
	 background-size: cover;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 transition: all 0.3s ease;
}
 .swhero-slide:after {
	 content: '';
	 background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 bottom: 0;
	 z-index: 1;
	 opacity: 0.3;
}
 .swhero-slide:before {
    content: '';
    background-color: rgb(0 0 0 / 20%);
    background-image: linear-gradient(180deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%));
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}
/* swiper arrows */
 .swiper-hero-prev, .swiper-hero-next {

	 top:40% !important;
}
 .swiper-hero-prev {
	 left: 30px;
}
 .swiper-hero-next {
	 right: 30px;
}
 .swiper-hero-prev span, .swiper-hero-next span {
	 width: 10px;
	 height: 10px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background-color: transparent;
	 position: absolute;
	 border: solid 2px white;
	 border-left: 0;
	 border-bottom: 0;
	 transition: all 0.3s ease;
}
 .swiper-hero-prev span {
	 transform: rotate(45deg);
	 left: 50%;
}
 .swiper-hero-next span {
	 transform: rotate(225deg);
	 right: 50%;
}
 .swiper-hero-prev span:after, .swiper-button-next span:after {
	 content: '';
	 position: absolute;
	 background-color: white;
	 width: 0px;
	 height: 2px;
	 transition: all 0.3s ease;
	 transform: rotate(-225deg);
}
 .swiper-hero-prev:hover span {
	 left: 30%;
}
 .swiper-hero-next:hover span {
	 right: 30%;
}
 .swiper-hero-prev:hover span:after, .swiper-button-next:hover span:after {
	 width: calc(20px - 4px);
}
/* swiper arrows mobile */
 @media screen and (max-width: 768px) {
	 .swiper-hero-prev {
		 left: 0px;
	}
	 .swiper-hero-next {
		 right: 0px;
	}
	 .swiper-hero-prev:hover span {
		 left: 50%;
	}
	 .swiper-hero-next:hover span {
		 right: 50%;
	}
	 .swiper-hero-prev:hover span:after, .swiper-button-next:hover span:after {
		 display: none;
	}
}

.swiper-hero-next:after,.swiper-hero-prev:after{
	content:unset !important;
}
/* swiper pagination */
 .hero-pagination {
	 height: 40px;
	 bottom: 20% !important;
}
  .hero-pagination .swiper-pagination-bullet {
	 background-color: transparent;
	 border: solid 1px white;
	 opacity: 1;
	 transition: all 0.3s ease-in-out;
}
  .hero-pagination .swiper-pagination-bullet:hover {
	 background-color: white;
}
  .hero-pagination .swiper-pagination-bullet-active {
	 width: 20px;
	 border-radius: 50px;
	 transition: all 0.3s ease-in-out;
	 left: 0;
	 background-color: transparent;
	 border: solid 1px white;
}
/* text content */
 .slide-text {
	 text-align: center;
	 color: white;
	 opacity: 1;
	 z-index: 2;
	 width: 80%;
	 max-width: 500px;
}
 .slide-text h1 {
	 font-size: 30px;
	 margin-bottom: 50px;
}

/* text mobile */
 @media screen and (max-width: 768px) {
	 .slide-text {
		 width: 60%;
	}
	 .slide-text h1 {
		 font-size: 20px;
		 margin-bottom: 20px;
	}
	 .custom-shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 15px;
}



}
/* button */
 .slide-text .btn a {
	 background-color: transparent;
	 border: solid 1px white;
	 padding: 15px 30px;
	 min-width: 100px;
	 width: fit-content;
	 font-size: 14px;
	 color: white;
	 position: relative;
	 border-radius: 80px;
	 transition: all 0.3s ease-in-out;
	 cursor: pointer;
	 margin-top: 20px;
}
 .slide-text .btn a:after {
	 content: '';
	 background-color: rgba(255, 255, 255, 0.1);
	 width: 100%;
	 height: 100%;
	 display: block;
	 position: absolute;
	 z-index: 2;
	 left: 0px;
	 top: 0px;
	 border-radius: inherit;
	 transition: all 0.3s ease-in-out;
}
 .slide-text .btn a:hover::after {
	 left: 4px;
	 top: 5px;
	 background-color: rgba(255, 255, 255, 0.3);
}
 .slide-text .btn a:hover {
	 font-weight: 800;
}
 @media screen and (max-width: 768px) {
	 .slide-text .btn a:hover::after {
		 left: 0px;
		 top: 0px;
		 background-color: rgba(255, 255, 255, 0.1);
	}
}
 button:focus {
	 outline: 0;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index:99;
	transform: rotate(180deg);
}

.custom-shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 42px;
}

.custom-shape-divider .shape-fill {
    fill: #FFFFFF;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.content{
	text-align:justify;
}
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size:18px;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  color: #423101;
  font-family: 'IRY-ExtraBlack', tahoma;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: normal;
    font-family: 'Av', tahoma;
    color: #ffc451;
}
#about .content {
    display: flex;
    padding: 15px;
    margin-top: 30px;
    flex-direction: column;
    justify-content: center;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    border-radius: 5px !important;
  height: 5px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4e4e4e;
}



/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding: 20px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 80px 10px 0px;
}

.features .icon-box i {
  font-size: 48px;
  float: right;
  color: #ffc451;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-right: 80px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
	width: 300px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
	width:100%;
	height:300px;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc451;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
a.archivebtn {
    background: #e69915;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    float: left;
}
a.archivebtn:hover{
	color:#363636;
}
.blog-slide {
    padding: 10px;
    display: flex;
    flex-direction: column;
	align-items: center;
}
.innerslides {
    background: #fff;
    padding: 10px;
	border-radius: 5px;
}
.blog-slide img{
	width: 300px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
}
.blog-slide h3{
	color: #363636;
	font-size: 1.5rem;
}
.blog-slide a {
    display: flex;
    background: #fca817;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}
.blog-slide a:hover{
	color:#363636;
}
.blog-slide a svg{
	padding-right:10px;
}
.blog-pagination {
    text-align: center;
}
.blognav .swiper-button-next:after ,.blognav .swiper-button-prev:after{
	content:unset !important;
}
.blognext , .blogperv {
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    width: 45px !important;
    box-shadow: 0 0 10px #363636;
    color: #363636 !important;
}
@media screen and (min-width:768px){
	.swiper {
		width:100%;
	}
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.forstylebottom {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #ffc451;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "IRY", tahoma;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-left: 5px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
.footerlogo {
    max-width: 150px;
    margin-bottom: 15px;
    margin-top: -15px;
}

/*
=single
-------------------------------------------------------*/
.display100 {
    width: 100%;
}
.inner-page {
    margin: 15px 0px;
}
.inner-page .main-content {
	padding-right: 0;
}
.inner-page .wrapper-content {
	float: right;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	-o-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	margin-top: 15px;
}
.inner-page .wrapper-content .content {
	float: right;
	width: 100%;
	padding: 10px;
}
.inner-page .breadcrumb {
    margin: 60px auto -30px;
    background-color: #fff;
    padding-top: 12px;
}
.inner-page .breadcrumb li {
	display: inline-block;
}
.inner-page .breadcrumb a {
	position: relative;
	padding: 0 4px 0 15px;
}
.inner-page .breadcrumb li span {
	color: #777;
	padding-right: 5px;
}
.inner-page .breadcrumb a:after {
    content: "/";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    font-weight: normal;
    color: #999;
}
.inner-page .breadcrumb a:hover {
	color: #3498DB;
}
.inner-page .breadcrumb> .active {
	padding-right: 5px;
}
.inner-page .wrapper-content .content header .title-post {
	font-size: 18px;
	color: #555;
	padding-bottom: 10px;
}
.inner-page .wrapper-content .meta-head-post {
	width: 100%;
}
.inner-page .wrapper-content .meta-head-post ul li {
	position: relative;
	float: right;
	padding: 5px 22px 5px 15px;
	color: #777;
	font-size: 12px;
}
.inner-page .wrapper-content .meta-head-post ul li:hover, .inner-page .wrapper-content .meta-head-post ul li:hover:before {
	color: #3498DB;
}
.inner-page .wrapper-content .meta-head-post ul li .digits {
	font-family: vazir, tahoma;
	font-size: 11px;
}
.inner-page .wrapper-content .meta-head-post ul li:before, .inner-page .wrapper-content .meta-head-post ul li.share-post span:before {
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 16px;
	color: #888;
}
.inner-page .wrapper-content .meta-head-post ul li.publish-post:before {
	content: "\f133";
}
.inner-page .wrapper-content .meta-head-post ul li.view-post:before {
	content: "\f06e";
}
.inner-page .wrapper-content .meta-head-post ul li.comment_count:before {
	content: "\f086";
}
.inner-page .wrapper-content .meta-head-post ul li.share-post span:before {
	content: "\f1e0";
	right: 5px;
	color: #fff;
}
.inner-page .wrapper-content .meta-head-post ul li.share-post {
	padding-right: 0;
	margin-top: -5px;
}
.inner-page .wrapper-content .meta-head-post ul li.share-post span {
	position: relative;
	display: inline-block;
	background-color: #1abc9c;
	border-radius: 2px;
	padding: 5px 27px 5px 10px;
	;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	color: #fff;
}
.inner-page .wrapper-content .meta-head-post ul li.share-post span:hover, .inner-page .wrapper-content .meta-head-post ul li.share-post span:hover:after {
	opacity: .7;
}
.social_icon_post {
	float: right;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #555;
	margin-top: 4px;
	width: 137px;
	border-radius: 5px;
	display: none;
        z-index:10;
}
.inner-page .wrapper-content .social_icon_post:after {
	content: "";
	position: absolute;
	top: -14px;
	right: 20px;
	border: 8px solid #555;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid transparent;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.social_icon_post ul li {
	float: right;
	margin: 5px;
	padding: 0 !important;
}
.social_icon_post ul li a i {
	font-size: 27px;
	width: 24px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.social_icon_post ul li.telegram-icon a i {
	font-size: 22px;
}
.social_icon_post ul li a i:hover {
	opacity: .8;
}
.inner-page .wrapper-content .content-body {
	width: 100%;
	margin-top: 10px;
}
.inner-page .wrapper-content .content-body p {
	color: #666;
}
.inner-page .wrapper-content .footer-meta-post {
	float: right;
	width: 100%;
	margin-top: 30px;
	border-top: 2px solid #aaa;
}
.inner-page .wrapper-content .footer-meta-post a {
	display: inline-block;
	font-size: 12px;
	padding: 6px 5px;
	background-color: #ffc451;
	border: 1px solid #ffc451;
	border-radius: 3px;
	color: #fff;
	margin-left: 3px;
	margin-bottom: 5px;
}
.inner-page .wrapper-content .footer-meta-post a:hover {
	background-color: #fff;
	color: #333;
}
.inner-page .wrapper-content .footer-meta-post .content-tag {
	width: 100%;
	clear: both;
	margin: 10px 0;
}
.inner-page .content-left {
	padding-right: 15px;
	padding-left: 0;
}
.full-content {
	padding: 0;
}
.inner-page .main-content .content .content-body li {
	position: relative;
	line-height: 28px;
	font-size: 14px;
	color: #444;
}
.inner-page .main-content .content .content-body ul li {
	padding-right: 13px;
}
.inner-page .main-content .content .content-body ul li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 13px;
	background: #555;
	width: 5px;
	height: 5px;
}
.inner-page .main-content .content .content-body ol {
	padding-right: 15px;
}
/*
inner social
********************************************/
.socialsinner{
	padding:20px;
	text-align:center;
}
.socialinner a {
    padding: 8px 15px;
    border-radius: 10px;
    background: #ee9f15;
    color: #fff;
    box-shadow: 0 0 10px #36363678;
}
.socialinner a:hover { color:#fff;}
/*
inner gallery
********************************************/
.titlesgallery {
    text-align: center;
    padding: 10px;
    color: #f4a316;
    font-size: 1.2rem;
    font-family: 'IRY-Black';
}
.gallery-slider {
    padding: 20px !important;
}
.swpagin {
    margin-top: 15px;
}
.swpagin .swiper-pagination-bullet-active {
    background: #feaa17;
    width: 20px;
    border-radius: 10px;
}
/*
=sidebar
----------------------------------------------------------*/
.inner-page .sidebar-inner .widget, .inner-page .sidebar-inner .sidebox {
	float: right;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	-o-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	margin-top: 15px;
}
.inner-page .sidebar-inner {
    padding: 0;
    margin: 0px 10px;
    width: 24%;
}
.inner-page .sidebar-inner .widget .widg-title, .inner-page .sidebar-inner .sidebox .widg-title, .related-posts .related-posts-title {
	position: relative;
	font-size: 16px;
	padding: 4px 28px 4px 5px;
	color: #fff;
	background-color: #ffc451;
	line-height: 30px;
	font-weight: normal;
}
.inner-page .sidebar-inner .widget .widg-title:before, .inner-page .sidebar-inner .sidebox .widg-title:before, .related-posts .related-posts-title:before {
	content: "\f0c9";
	font-family: FontAwesome;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 18px;
	color: #f7f7f7;
}
.inner-page .sidebar-inner .widget .widg-content, .inner-page .sidebar-inner .sidebox .widg-content {
	padding: 10px;
}

.inner-page .sidebar-inner .sidebox ul.sidebox-post-thumb li {
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #f5f5f5;
}
.inner-page .sidebar-inner .sidebox ul.sidebox-post-thumb li a.thumb {
	display: block;
	float: right;
	margin: 5px 0 5px 5px;
}
.inner-page .sidebar-inner .sidebox ul.sidebox-post-thumb li a.thumb img {
	width: 90px;
	height: 80px;
	padding: 3px;
	border: 1px solid #ddd;
}
.inner-page .sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content {
	margin-top: 10px;
}
.inner-page .sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content h4 {
	line-height: 25px;
}

.inner-page .sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content h4 a {
	font-size: 13px;
	color: #555;
}
.inner-page .sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content h4 a:hover, .inner-page .sidebar-inner .widget ul li a:hover {
	color: #3498DB;
}
.inner-page .sidebar-inner .widget ul li {
	width: 100%;
	margin-bottom: 5px;
}
.inner-page .sidebar-inner .widget ul li a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	padding: 5px 17px 5px 5px;
	color: #555;
}
.inner-page .sidebar-inner .widget ul li a:before {
	content: "\f192";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 13px;
	color: #777;
}
.textwidget {
	font-size: 12px;
	line-height: 25px;
	text-align: justify;
	color: #777;
	padding: 5px;
}
/*** tag ***/

.tagcloud a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #1abc9c;
	margin: 2px 1px;
	font-size: 12px;
	color: #777;
}
div.tagcloud a:hover {
	color: #fff;
	background-color: #1abc9c;
}
.tagcloud a:hover {
	color: #3498DB;
}
/*** calendar_wrap ***/

#wp-calendar {
	width: 100%;
	line-height: 24px;
}
#wp-calendar caption {
	text-align: center;
	font-size: 18;
	font-weight: normal;
	margin-bottom: 5px;
	color: #666;
}
blockquote {
	background: #eee;
	border-right: 3px solid #3498DB;
	padding:10px;
    margin:10px 0;
   font-size:14px;
}
#wp-calendar thead th {
	background: #34495E;
	width: 24px;
	color: #fff;
	text-align: center;
	padding-bottom: 5px;
	border-left: 1px solid #ddd;
}
#wp-calendar tbody td {
	color: #9f9f9f;
	border: 1px solid #ededed;
	text-align: center;
}
#wp-calendar tbody td a {
	color: red;
}
#wp-calendar tfoot td a {
	color: red;
}
/*** serchform ***/

.inner-page #searchform {
	display: table;
	padding: 8px;
	width: 232px;
	margin: 10px auto;
	max-width: 100%;
}
.inner-page #searchform label {
	display: none;
}
.inner-page #searchform input[type="text"] {
	float: right;
	border: 0;
	border: 1px solid #ddd;
	border-radius: 1px;
	padding: 3px 4px;
	height: 30px;
	color: #555;
	font-size: 12px;
}
.inner-page #searchform input[type="text"]:focus {
	border-color: #3498DB;
}
.inner-page #searchform input[type="submit"] {
	border: 0;
	border-radius: 1px;
	padding: 4px 10px;
	;
	background: #1abc9c;
	color: #fff;
	font-size: 12px;
	width: 50px;
	height: 30px;
	line-height: 20px;
}
/*** category list ***/

ul li.cat-item {
	font-size: 10px;
	color: #999;
}
ul li.cat-item a {
	display: inline-block;
	padding: 10px 17px 10px 5px;
	color: #777;
}
/*** pagenavi ***/

#pagnavi {
	display: table;
	margin: auto;
	;
}
.wp-pagenavi {
	margin: 15px;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger {
	display: inline-block;
	color: #333;
	width: 35px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f5f5f5;
	margin: 8px 2px;
	font-size: 11px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
	background: #0275d8;
	color: #fff;
}
.wp-pagenavi span.pages {
	background: #2980B9;
	color: #fff;
	padding: 8px 10px;
	border-radius: 3px;
	font-size: 11px;
    margin-left:2px;
}
.wp-pagenavi span.current {
	display: inline-block;
	color: #fff;
	width: 35px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	background: #2980B9;
	font-size: 11px;
	border-radius: 3px;
}
.nextpostslink,.previouspostslink {
fonta-famoly:tahoma;
 }
/*
=single-page
-------------------------------------------------*/

.archive-page .archive-item {
	float: right;
	width: 100%;
	clear: both;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}
.archive-page .archive-item a.archive-thumb {
	display: block;
	float: right;
	margin-left: 7px;
}
.archive-page .archive-item a.archive-thumb img {
	width: 100px;
	height: 100px;
}
.archive-page .archive-item .archive-caption h4 a {
	font-size: 15px;
	color: #444;
}
.archive-page .archive-item .archive-caption p {
	font-size: 12px;
	line-height: 22px;
}
.archive-page .archive-item .archive-caption h4 a:hover {
	color: #3498DB;
}
/*
=related-posts
----------------------------------------------*/
.related-posts {
	float: right;
	width: 100%;
	clear: both;
	background-color: #fff;
	border-radius: 2px;
	margin: 10px 0 0;
	padding: 10px;
}
.related-posts .related-posts-title {
	margin-bottom: 10px;
}
.related-posts .related-item {
	margin-bottom: 15px;
}
.related-posts .related-item .related-thumb {
	display: block;
	float: right;
	margin-left: 5px;
}
.related-posts .related-item .related-thumb img {
	width: 90px;
	height: 80px;
	padding: 3px;
	border: 1px solid #ddd;
}
.related-posts .related-item .related-caption {
	line-height: 25px;
	padding-top: 10px;
}
.related-posts .related-item .related-caption a {
	font-size: 14px;
	color: #555;
}
.related-posts .related-item .related-caption a:hover {
	color: #3498DB;
}



/* comments 
********************************/
.comment.byuser {
    padding: 10px;
    margin: 10px;
    background: #e7e7e7;
    color: #000;
}

.comment-author.vcard img {
    border-radius: 100px;
    margin: 0px 10px;
}

cite {
    font-style: normal;
    font-weight: 900;
}

.comment-author.vcard {
    padding: 10px;
    background: #fff;
    margin-bottom:5px;
}

.comment-meta.commentmetadata{
	margin-bottom: 25px;
}
.comment-meta.commentmetadata a {
    color: #ffc451;
}

#commentbox h3 {
    text-align: center;
    padding: 10px 0px;
    font-size: 1.5rem;
    color: #ffc451;
}
.reply {
    text-align: left;
}
a.comment-reply-link {
    background: #f9a616;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
a.comment-reply-link:hover{
	color:#fff;
}

#commentform label {
    color: #000;
    padding: 10px 0;
}

#commentform input ,#commentform textarea{
    border: none !important;
    box-shadow: 0px 0px 5px #ccc;
    padding: 5px;
    border-radius: 5px;
}
#commentform textarea{
	width:100%;
}

#commentform #submit {
    padding: 8px 15px;
    background: #f9a616;
    color: #fff;
    text-shadow: 0px 0px 10px #6a6a6a;
}