/*!
Theme Name: Citynet
Theme URI: http://underscores.me/
Author:
Author URI: http://citynet.ir/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: citynet
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Citynet is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* Material design box shadows */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/ttf/Lato-Regular.ttf") format("truetype");
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Accessibility
# Alignments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "YekanBakhVF" !important;
  color: #363636;
  position: relative;
  font-size: 1rem;
  background-color: #f5f6fa;
  line-height: 1.4;
  direction: ltr;
  font-weight: normal;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  font-size: 1rem;
  margin: 0 0 1em;
}

a,
a:link,
a:visited {
  color: #f06543;
  text-decoration: none;
  transition: all 250ms ease-out;
}

a:hover,
a:active {
  color: #0053a4;
}

a:focus,
button:focus {
  outline: 0 !important;
}

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

video {
  max-width: 100%;
}

.fbx-count {
  display: none;
}

b,
bold,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.ltr {
  direction: ltr;
  text-align: left;
}

.rtl {
  direction: rtl;
  text-align: right;
}

.hidden {
  display: none !important;
}

.dropdown-menu {
  font-size: 0.8rem;
}

.lg-outer.lg-visible {
  z-index: 9999;
}

body.single-location .lg-outer.lg-visible,
body.page .lg-outer.lg-visible,
body.single-tour .lg-outer.lg-visible,
body.page-template-about .lg-outer.lg-visible {
  direction: ltr !important;
}

.lg-backdrop {
  z-index: 9998 !important;
}

.image-gallery.without-slider img {
  border-radius: 10px;
  cursor: zoom-in;
}
.image-gallery.with-slider .gallery-image-item,
.image-gallery.with-slider .load-more-photos {
  transition: filter 0.3s;
  border-radius: 10px;
  cursor: zoom-in;
}
.image-gallery.with-slider .gallery-image-item.active,
.image-gallery.with-slider .load-more-photos.active {
  filter: brightness(0.5);
}
.image-gallery.with-slider .gallery-image-item {
  height: 101px;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
  flex: 22%;
  max-width: calc(33.3333% - 15px);
}
.image-gallery.with-slider .load-more-photos {
  direction: ltr;
  line-height: 99px;
  border: 1px solid #dfe0e6;
  background: #eaebf0;
  text-align: center;
  font-size: 1.5em;
  color: #808080;
  display: inline-block;
  width: calc(100% - 7.5px);
}

.main-article-format {
  color: #515151;
}
.main-article-format p {
  line-height: 2.1em;
  text-align: justify;
}
.main-article-format img {
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.main-article-format h2 {
  font-size: 1.4rem !important;
}
.main-article-format h3 {
  font-size: 1.3rem !important;
}
.main-article-format h4 {
  font-size: 1.2rem !important;
}
.main-article-format > p:last-of-type {
  margin-bottom: 0;
}
.main-article-format a {
  color: #0053a4;
}
.main-article-format blockquote {
  border-left: 3px solid #0053a4;
  padding: 1em;
  background: #f9f9f9;
}
.main-article-format blockquote > p:last-of-type {
  margin-bottom: 0;
}
.main-article-format ul:not(.rating_form) li,
.main-article-format ol li {
  line-height: 2.2em;
}
.main-article-format ul:not(.v-pagination) {
  padding: 0;
}
.main-article-format ul:not(.v-pagination) li {
  list-style: none;
}
.main-article-format ul:not(.v-pagination) li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #221e1f;
  vertical-align: middle;
  background-color: #f06543;
  margin-right: 10px;
  margin: 12px 0;
  border-radius: 50%;
}
.main-article-format ul:not(.v-pagination) li ul {
  padding-left: 1.4em;
}
.main-article-format ul:not(.v-pagination) li ul li:before {
  content: "\ea16";
}
.main-article-format ol {
  padding-left: 1em;
}
.main-article-format ol li {
  padding-left: 6px;
}
.main-article-format .citynet-aparat-video {
  margin-bottom: 1em;
}

#image-gallery-slider div.slick-slide > div > li {
  cursor: zoom-in;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#image-gallery-slider div.slick-slide > div > li .description {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0.8em;
  pointer-events: none;
}
#image-gallery-slider .slick-arrow {
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.search-form {
  position: relative;
  width: 300px;
  max-width: 100%;
}
.search-form .search-field {
  width: 100%;
  margin: 0;
  padding: 0 45px 0 10px;
  height: 40px;
  line-height: 40px;
  background-color: #e6e6e6;
}
.search-form label {
  width: 300px;
  max-width: 100%;
  margin-bottom: 0;
}
.search-form label,
.search-form input {
  display: inline-block;
  vertical-align: top;
}
.search-form .search-submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-family: Fontawesome;
  border: 0;
  background-color: transparent;
  font-size: 1.5rem;
  width: 40px !important;
  height: 40px;
  padding: 0;
  margin: 0;
  color: #404040 !important;
}
.search-form .search-submit:hover {
  color: #f06543 !important;
}

#commentform .g-recaptcha,
.wpcf7-form .g-recaptcha {
  margin-bottom: 10px;
}

.wpcf7-validation-errors,
span.wpcf7-not-valid-tip,
.wpcf7-mail-sent-ng {
  color: #da251c;
  clear: both;
}

.wpcf7-validation-errors {
  color: #0053a4;
}

.wpcf7 {
  direction: ltr !important;
}
.wpcf7 p:empty {
  display: none;
}

label {
  display: block;
  font-weight: normal;
}

select {
  outline: 0;
  width: 100%;
  border-radius: 4px;
}

abbr[title] {
  border-bottom: 0;
}

input:focus {
  outline: 0;
}

.img-thumbnail {
  border-radius: 0;
}

.excerpt {
  color: #404040;
}

i {
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0 0.2em;
}

button.close span {
  font-size: 1.5rem;
}

#form-allowed-tags {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-bottom: 10px;
}

input.wpcf7-not-valid {
  border-color: red;
}

div.wpcf7-response-output {
  margin: 0 15px 15px;
  border: 0;
  padding: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7 {
  direction: ltr !important;
}

img.ajax-loader {
  margin-left: 5px;
}

.line-through {
  text-decoration: line-through;
}

#masthead.fixed-top {
  z-index: 19 !important;
}
#masthead ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#masthead .main-content {
  height: 66px;
  background: #fff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}
#masthead .main-content .logo .site-title {
  margin: 0;
}
#masthead .main-content .logo .site-title a img {
  width: auto;
}
#masthead .main-content .logo .site-title a.white-logo {
  background: #fff;
  background-size: cover;
}
#masthead .main-content.has-blue-bg {
  position: static;
  background: #353535;
}
#masthead .main-content .menu-toggle {
  height: 64px;
}
#masthead .main-content .menu-toggle.btn:focus {
  box-shadow: none !important;
}
#masthead .main-content .menu-toggle .close-icon {
  display: none;
}
#masthead .main-content .menu-toggle.active .menu-icon {
  display: none;
}
#masthead .main-content .menu-toggle.active .close-icon {
  display: block;
  fill: #54606f;
}
#masthead .main-content #reservation-menu .currencies-to-show .v-select__selections,
#masthead .main-content #reservation-menu .currencies-to-show .v-input__append-inner i {
  color: white;
}
#masthead .main-content #reservation-menu .panelHeader > div {
  width: 100%;
}
#masthead .main-content #reservation-menu .panelHeader > div.accountUser > button {
  color: white;
}
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) > .v-list-item {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) > .v-list-item i {
  color: white;
}
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) > .v-list-item button {
  color: white;
}
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) .panelHeader__button--signUp,
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) .panelHeader__button--order {
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 15px;
  margin-right: 10px !important;
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) .panelHeader__button--signUp:hover,
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) .panelHeader__button--order:hover {
  background: rgba(255, 255, 255, 0.15);
}
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) .panelHeader__button--order {
  background: rgba(255, 255, 255, 0.15);
  border: 0;
}
#masthead .main-content #reservation-menu .panelHeader > div > div:not(.v-menu__content) .panelHeader__button--order:hover {
  background: rgba(255, 255, 255, 0.3);
}
#masthead .main-content .suport-mobile {
  padding-left: 14px;
  border-left: 1px solid #e8e8e8;
}
#masthead .main-content .suport-mobile .support-title,
#masthead .main-content .suport-mobile .tel-support {
  font-size: 14px;
  color: #43484e;
}
#masthead .main-content .suport-mobile .support-title {
  font-weight: 600;
}
#masthead .main-content .suport-mobile .tel-support {
  font-weight: 500;
}
#masthead .main-content .phone-box .header-phone {
  padding-right: 14px;
  font-family: "YekanBakhVF" !important;
}
#masthead .main-content .phone-box .header-phone .suffix-tel,
#masthead .main-content .phone-box .header-phone .prefix-tel {
  font-size: 14px;
  font-weight: 700;
}
#masthead .main-content .phone-box .header-phone .prefix-tel {
  color: #a0a4a8;
}
#masthead .main-content .phone-box .header-phone .suffix-tel {
  color: #43484e;
}
#masthead .main-content.desktop {
  height: 108px;
}
#masthead #site-navigation {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(42, 42, 42, 0.7);
  position: fixed;
  z-index: 19;
  top: 112px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
#masthead #site-navigation #main-menu {
  background: #ffffff;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
#masthead #site-navigation #main-menu li a {
  padding: 0 1em;
  color: #404040;
  display: block;
  line-height: 40px;
  font-family: "YekanBakhVF" !important;
}
#masthead #site-navigation #main-menu li a:hover {
  color: #f06543;
}
#masthead #site-navigation #main-menu li i.fa {
  margin-right: 5px;
  vertical-align: middle;
}
#masthead #site-navigation #main-menu li i.fa-angle-down {
  cursor: pointer;
  line-height: 40px;
  transition: all 0.3s;
}
#masthead #site-navigation #main-menu li.menu-item-has-children > a {
  padding-right: 43px;
}
#masthead #site-navigation #main-menu .sub-menu {
  display: none;
}
#masthead #site-navigation #main-menu .sub-menu a {
  padding-left: 2em !important;
}
#masthead #site-navigation #main-menu .sub-menu .sub-menu a {
  padding-left: 3em !important;
}
#masthead #site-navigation #main-menu .sub-menu .sub-menu .sub-menu a {
  padding-left: 4em !important;
}
#masthead #site-navigation.show {
  visibility: visible;
  opacity: 1;
}
#masthead #site-navigation.show #main-menu {
  margin-left: 0;
}
#masthead .wpml-ls-legacy-list-horizontal > ul li > a {
  color: #221e1f;
}
#masthead .wpml-ls-legacy-dropdown-click {
  margin-top: 1.25rem;
}
#masthead .wpml-ls-legacy-dropdown-click > ul > li {
  width: 60%;
}
#masthead .wpml-ls-legacy-dropdown-click > ul > li > a {
  border: unset;
  color: #221e1f;
  background: transparent;
  padding: 5px 10px;
}
#masthead .wpml-ls-legacy-dropdown-click a {
  border: unset;
  background-color: unset;
  padding: unset;
}
#masthead .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: "\eb0c";
  font-family: "CitynetV3" !important;
  display: unset;
  border: unset;
  border-top: unset;
  top: 29%;
  transition: all 0.5s;
  left: 90%;
  right: unset;
}
#masthead .wpml-ls-legacy-dropdown-click .js-wpml-ls-sub-menu {
  border-top: unset;
  transition: visibility 0.25s;
}
#masthead .wpml-ls-legacy-dropdown-click .js-wpml-ls-sub-menu > li > a {
  background-color: #fff;
  color: #221e1f;
  padding: 10px;
}
#masthead .wpml-ls-legacy-dropdown-click .js-wpml-ls-sub-menu > li:first-child > a {
  border-radius: 8px 8px 0 0;
}
#masthead .wpml-ls-legacy-dropdown-click .js-wpml-ls-sub-menu > li:last-child > a {
  border-radius: 0 0 8px 8px;
}
#masthead .wpml-ls-legacy-dropdown-click.open a.wpml-ls-item-toggle::after {
  transform: rotate(180deg);
}
#masthead a[hreflang=en-GB]:after {
  content: "English";
}
#masthead a[hreflang=fa-IR]:after {
  content: "Persian";
}
#masthead .checkbox input {
  width: auto;
}
#masthead .checkbox a {
  color: #f06543;
}
#masthead .checkbox a:hover {
  color: #0053a4;
}
#masthead .lang-fa,
#masthead .lang-en {
  width: 70px;
  position: relative;
  font-family: "YekanBakhVF" !important;
}
#masthead .lang-fa .lang-title,
#masthead .lang-en .lang-title {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
}
#masthead .lang-fa .lang-title .icon-chevron-down,
#masthead .lang-en .lang-title .icon-chevron-down {
  top: 5px;
}
#masthead .lang-fa .lang-title .icon-global,
#masthead .lang-en .lang-title .icon-global {
  top: 3px;
}
#masthead .lang-fa .lang-title .icon-chevron-down,
#masthead .lang-fa .lang-title .icon-global,
#masthead .lang-en .lang-title .icon-chevron-down,
#masthead .lang-en .lang-title .icon-global {
  font-size: 18px;
  position: absolute;
}
#masthead .lang-fa .lang-title .icon-chevron-down,
#masthead .lang-en .lang-title .icon-chevron-down {
  font-size: 14px;
  color: #9d9fa2;
}
#masthead .lang-fa .lang-title .icon-chevron-down.rotate:before,
#masthead .lang-en .lang-title .icon-chevron-down.rotate:before {
  position: absolute;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s;
}
#masthead .lang-fa .lang-title .icon-chevron-down:before,
#masthead .lang-en .lang-title .icon-chevron-down:before {
  position: absolute;
  transform: rotate(0deg);
  transition: transform 0.25s;
}
#masthead .lang-fa .lang-box,
#masthead .lang-en .lang-box {
  z-index: 5;
  width: 170px;
  border-radius: 8px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05), 0px 30px 40px rgba(96, 97, 112, 0.1);
}
#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions,
#masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions {
  display: block;
  padding-bottom: 2px;
}
#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions,
#masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions {
  width: 96%;
  padding: 10px;
  margin: 5px !important;
}
#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-link span,
#masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-link span {
  color: #43484e;
}
#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions:hover,
#masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions:hover {
  border-radius: 8px;
  background: #f2f2f5;
}
#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-current-language,
#masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-current-language {
  width: 96%;
  border-radius: 8px;
  background: #f2f2f5;
}
#masthead .lang-fa {
  margin: 25px 70px 0px 13px;
}
#masthead .lang-fa .lang-title .icon-global {
  left: -13%;
}
#masthead .lang-fa .lang-title .icon-chevron-down {
  right: -30%;
}
#masthead .lang-fa .lang-box {
  margin: -18px -50px 0 0px;
}
#masthead .lang-en {
  margin: 23px 0px 0px 20px;
}
#masthead .lang-en .lang-title {
  display: inline-flex;
}
#masthead .lang-en .lang-title .icon-global {
  left: 35%;
}
#masthead .lang-en .lang-title .icon-chevron-down {
  right: -55%;
}
#masthead .lang-en .lang-box {
  margin: 12px -50px 0 0px;
}

.bg-app {
  background: #0053a4;
  background: linear-gradient(90deg, #0053a4 0%, #003971 100%);
  min-height: 130px;
  position: relative;
  clip-path: ellipse(130% 60% at 50% 40%);
  -webkit-clip-path: ellipse(130% 60% at 50% 40%);
  background-position: center;
  background-size: cover;
}
.bg-app + .container {
  margin-top: -100px;
}
.bg-app.gradient:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 3;
}

body.home .citynet-app .v-card.theme--light fieldset {
  border-radius: 12px !important;
}
body.home .citynet-app .v-btn {
  --smooth-corners: 25, 4;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
body.home .citynet-app .v-application--wrap {
  z-index: 4;
}

.item .item-icon,
.item .sub-title {
  color: #9f9f9f;
}
.item .sub-title {
  font-size: 0.9rem;
}

#home-sections .home-slider .owl-item {
  height: 230px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 31px -21px #c7c7c7;
}
#home-sections .home-slider .owl-item .content-post .image-wrapper {
  width: 250px;
  height: 150px;
}
#home-sections .home-slider .owl-item .content-post .image-wrapper img {
  width: 250px;
  height: 150px;
  border-radius: 8px;
}
#home-sections .home-slider .owl-item .content-post .title a {
  color: #52575c;
}
#home-sections .home-slider .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #ffddd3;
}
#home-sections .home-slider .owl-nav button .icon-chevron-right::before,
#home-sections .home-slider .owl-nav button .icon-chevron-left::before {
  font-size: 18px;
}
#home-sections .home-slider .owl-nav button:hover {
  background-color: #ff5722;
}
#home-sections .home-slider .owl-nav button:hover .icon-chevron-right::before,
#home-sections .home-slider .owl-nav button:hover .icon-chevron-left::before {
  color: #ffddd3;
}

.visa-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.visa-section h2 {
  text-align: center;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: #2e3192;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.visa-section .all-content-visa-main {
  text-align: end;
}
.visa-section h2.title {
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 25px;
}
.visa-section h2.title a {
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 111.111% */
  background: var(--additional-gradient-1, linear-gradient(90deg, #580318 0%, #db073d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.visa-section h2.title i {
  font-size: 28px;
  color: rgb(219, 7, 61);
  margin-left: -4px;
}
.visa-section h2.title i:before {
  display: inline-block;
  margin: -17px 0 5px 1px;
}
.visa-section h2.title a.dsektop {
  font-size: 28px;
}
.visa-section .all-content-visa {
  border-radius: 12px;
  border: 1px solid #ebebeb;
  background: #fff;
}
.visa-section .all-content-visa .image-wrapper {
  width: 100%;
  min-width: 100%;
  border-radius: 12px;
}
.visa-section .all-content-visa .image-wrapper img {
  min-width: 100%;
  border-radius: 12px;
}
.visa-section .all-content-visa .title {
  margin: 10px;
}
.visa-section .all-content-visa .title a {
  color: #262626;
  font-size: 14px;
  font-weight: 600;
}
.visa-section .all-content-visa .content {
  color: #737373;
  font-weight: 300;
  font-size: 13px;
  margin: 10px;
}
.visa-section .all-content-visa .date-public {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.visa-section .all-content-visa .date-public span {
  font-size: 12px;
  color: #c7c7c7;
  margin: 0 9px;
}

#colophon p {
  color: #9e9e9e;
  font-size: 12px;
}
#colophon .menu-wrapper > img {
  width: auto;
}
#colophon .menu-wrapper ul {
  width: 330px;
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 20px;
  list-style-type: none;
}
#colophon .menu-wrapper ul li {
  padding-bottom: 5px;
}
#colophon .menu-wrapper ul li a {
  font-size: 14px;
  color: #616161;
  font-weight: 200;
}
#colophon .menu-wrapper ul li a:hover {
  color: #f06543;
}
#colophon .menu-wrapper ul.social-networks {
  flex-direction: row;
}
#colophon .address-box {
  height: 170px;
  border-radius: 15px;
  background-color: #fff;
}
#colophon .address-box .tel-box a {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
}
#colophon .address-box .address-box {
  font-size: 14px;
  font-weight: 200;
}
#colophon .address-box .google-map a {
  color: #23c1e5;
}
#colophon .address-box .social-network,
#colophon .address-box .social-network-en {
  left: 0;
  right: 0;
  margin-top: 18px;
  position: absolute;
}
#colophon .address-box .social-network ul li,
#colophon .address-box .social-network-en ul li {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f1f2f4;
}
#colophon .address-box .social-network ul li a i,
#colophon .address-box .social-network-en ul li a i {
  display: flex;
  margin-top: 12px;
  justify-content: center;
}
#colophon .address-box .social-network ul li a i::before,
#colophon .address-box .social-network-en ul li a i::before {
  color: #52575c;
}
#colophon .namad-box {
  background-color: #fff;
}
#colophon .namad-box .copyright span p {
  color: #23c1e5;
}
#colophon .namad-box .cn-arrow-footer .icon-arrow-up {
  width: 44px;
  bottom: 33%;
  height: 44px;
  cursor: pointer;
  border-radius: 50%;
  background: #ffddd3;
}
#colophon .namad-box .cn-arrow-footer .icon-arrow-up::before {
  display: flex;
  font-size: 20px;
  color: #ff5722;
  margin-top: 11px;
  margin-right: 11px;
  margin-left: 12px;
}
#colophon #footer-accordion {
  width: 250px;
}
#colophon #footer-accordion .card-header {
  border-radius: 50px;
  border-color: transparent;
}
#colophon #footer-accordion .card-header > span {
  color: #9e9e9e;
}
#colophon #footer-accordion .card-header > span i {
  transition: all 0.4s;
}
#colophon #footer-accordion .card-header > span.opened i {
  transform: rotate(-90deg);
}
#colophon #footer-accordion .card-body ul {
  align-items: flex-start;
}
#colophon #footer-accordion #collapseOne {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
#colophon #footer-accordion #collapseOne.opened {
  height: 145px;
}
#colophon .copyright {
  color: #9e9e9e;
  font-size: 12px;
}
#colophon .copyright a {
  color: #9e9e9e;
  font-size: 12px;
}
#colophon .copyright a:hover {
  color: #ec3e14;
}
#colophon #logo-licenses {
  display: flex;
  margin-bottom: 0;
}
#colophon #logo-licenses li {
  width: 70px;
  height: 70px;
  padding: 7px 3px 0 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.06), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
}
#colophon #logo-licenses li img {
  width: 55px;
  height: 55px;
}
#colophon #logo-licenses li img:hover {
  cursor: pointer;
}

#pwa-notif {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
#pwa-notif span,
#pwa-notif a {
  font-size: 12px;
  font-weight: 500;
}
#pwa-notif a {
  background: #e5e5e5;
  color: #f06543;
  min-width: 73px;
  height: 35px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#pwa-notif i {
  font-size: 20px;
  margin: 0;
  height: 45px;
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
  color: #a0a4a8;
}
#pwa-notif.closed {
  bottom: -200px;
}

.footer-whatsapp-share {
  display: flex;
  display: -webkit-flex;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #2db742;
  color: white;
  width: 45px;
  height: 45px;
  font-size: 31px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
.footer-whatsapp-share .close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.4s;
  font-size: 18px;
  margin: 0 auto;
  color: #fff;
}
.footer-whatsapp-share .whatsapp {
  transition: all 0.4s;
  position: absolute;
}
.footer-whatsapp-share.footer-whatsapp-share-open .whatsapp {
  visibility: hidden;
  opacity: 0;
  transform: rotate(180deg);
}
.footer-whatsapp-share.footer-whatsapp-share-open .close {
  visibility: visible;
  opacity: 1;
  transform: rotate(-180deg);
}

.footer-whatsapp-share-box {
  opacity: 0;
  right: 15px;
  width: 345px;
  height: 430px;
  bottom: -50px;
  z-index: 10000;
  position: fixed;
  overflow-y: auto;
  border-radius: 5px;
  visibility: hidden;
  background: white;
  transition: all 0.6s;
  box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
}
.footer-whatsapp-share-box.footer-whatsapp-share-box-open {
  opacity: 1;
  bottom: 75px;
  visibility: visible;
}
.footer-whatsapp-share-box .footer-whatsapp-share-header {
  height: 110px;
  padding: 20px;
  color: white;
  background: #0053a4;
  border-radius: 5px 5px 0 0;
}
.footer-whatsapp-share-box .footer-whatsapp-share-header .footer-share-header-heading {
  font-size: 1.1em;
}
.footer-whatsapp-share-box .footer-whatsapp-share-header .footer-share-header-heading i {
  top: 6px;
  left: 0px;
  font-size: 35px;
  position: absolute;
}
.footer-whatsapp-share-box .footer-whatsapp-share-header .footer-share-header {
  width: 85%;
  font-weight: 300;
  font-size: 0.8em;
  line-height: 20px;
}
.footer-whatsapp-share-box .footer-whatsapp-share-footer {
  padding-bottom: 20px;
  margin-top: 50px;
  color: black;
}
.footer-whatsapp-share-box .footer-whatsapp-share-footer p {
  font-weight: 300;
  font-size: 0.75em;
  margin-bottom: 0;
}

.footer-whatsapp-share-main-box {
  background: #f5f7f9;
  padding: 10px 20px;
  border-radius: 3px;
  border-left: solid 2px #2db742;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.footer-whatsapp-share-main-box:hover {
  box-shadow: 0 7px 15px 1px rgba(55, 62, 70, 0.07);
  background: white;
}
.footer-whatsapp-share-main-box a {
  display: inline-block;
  width: 100%;
  margin-bottom: -8px;
}
.footer-whatsapp-share-main-box a .footer-whatsapp-share-left-side img {
  width: 50px;
  border-radius: 50%;
}
.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side {
  width: 213px;
  display: flex;
  float: right;
}
.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side i {
  float: right;
  font-size: 22px;
  color: #2db742;
  margin-top: 13px;
}
.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side .footer-whatsapp-share-main-box-name {
  display: flex;
  flex-direction: column;
  color: black;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}
.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side .footer-whatsapp-share-main-box-name .footer-share-name {
  font-size: 0.9em;
}
.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side .footer-whatsapp-share-main-box-name .footer-share-position {
  font-size: 0.7em;
  font-weight: 300;
}

@media (max-width: 360px) {
  .footer-whatsapp-share-box {
    right: 15px;
    width: 290px;
    height: 433px;
  }
  .footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side {
    width: 158px;
  }
  .footer-whatsapp-share-box.footer-whatsapp-share-box-open {
    bottom: 70px;
  }
}
@media (min-width: 576px) {
  .footer-whatsapp-share {
    bottom: 20px;
    right: 20px;
  }
  .footer-whatsapp-share-box.footer-whatsapp-share-box-open {
    bottom: 100px;
  }
}
#main-div {
  position: fixed;
  width: 90px;
  height: 85px;
  left: 10px;
  bottom: 10px;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#main-div span {
  background: white;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0.2rem 0.5em;
  border-radius: 5px;
  margin: 0 0 1rem;
  position: relative;
  font-size: 0.9em;
}

#main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background-color: #0053a4;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
#main-button a i {
  color: #fff;
  font-size: 1.3rem;
  margin: 0;
}

.page-header {
  margin-bottom: 0;
  margin-top: 20px;
  border-bottom: 0;
}

.contact-form-complaint input {
  border-radius: 8px;
  direction: ltr !important;
  padding: 12px;
}
.contact-form-complaint input[type=submit] {
  background: #0053a4;
  width: 100%;
  color: white;
  margin-top: 5px;
}

#main .page-content {
  padding-bottom: 15px;
}
#main .side-filter {
  margin-bottom: 30px;
}
#main .entry-content ul.nav-tabs {
  background-color: #e6e6e6;
  color: #f06543;
  padding: 5px 5px 0;
}
#main .entry-content ul.nav-tabs li a {
  position: relative;
  background-color: #0053a4;
  border-radius: 0;
  border: none;
  margin-right: 2px;
  margin-bottom: 5px;
}
#main .entry-content ul.nav-tabs li a:hover {
  background-color: #fff;
}
#main .entry-content ul.nav-tabs li.active a {
  background-color: #f06543;
  color: #0053a4;
}
#main .entry-content .tab-content {
  padding: 1em 0;
}
#main .entry-content .tab-content .content p {
  padding-top: 5px;
}
#main .entry-content .tab-content .hotel-rating {
  color: #f06543;
}
#main .entry-content .tab-content .filter.fl-btn {
  margin: 0 5px 5px 0;
}
#main .entry-content .tab-content span.old {
  text-decoration: line-through;
  margin: 0 5px;
  color: #f06543;
}
#main .entry-content .tab-content span.sale,
#main .entry-content .tab-content span.price {
  color: #000;
  display: inline-block;
  vertical-align: top;
}
#main .entry-content .tab-content .tour-info {
  padding: 15px;
  background-color: #f2f2f2;
}
#main .entry-content .tab-content .tour-info h3 {
  margin-top: 0;
}
#main .entry-content .tab-content .tour-info .tour-entry-content {
  padding-top: 15px;
}
#main .entry-content .tab-content .facilities {
  background-color: #e6e6e6;
  padding: 15px;
}
#main .entry-content .tab-content .facilities h3 {
  margin-top: 0;
}
#main .entry-content .tab-content .facilities .hotel-logo img {
  float: left;
  margin-right: 15px;
  margin-left: 0;
  border: 3px solid white;
}
#main .filter .hotel-rating {
  color: #ffffff !important;
}
#main .wrapper {
  border: 1px solid #e6e6e6;
}
#main .wrapper .item-title {
  font-size: 1em;
}
#main .list-view {
  margin-top: 30px;
}
#main .list-view .page-header {
  margin: 0;
}
#main article.post .entry-footer {
  background-color: #e6e6e6;
  padding: 5px;
}
#main article.post .entry-footer:empty {
  display: none;
}
#main .wp-pagenavi {
  width: 100%;
  margin: 15px auto !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main .wp-pagenavi .pages {
  float: left;
  padding: 5px 14px;
  margin: 2px;
  border-radius: 5px;
}
#main .wp-pagenavi .current {
  float: left;
  color: #ffffff;
  background-color: #f06543;
  border: 1px solid #f06543;
  padding: 5px 14px;
  margin: 2px;
  border-radius: 5px;
}
#main .wp-pagenavi a.page {
  float: left;
  box-shadow: none;
  padding: 5px 14px;
  margin: 2px;
  border-radius: 5px;
}
#main .wp-pagenavi .nextpostslink,
#main .wp-pagenavi .previouspostslink {
  float: left;
  padding: 5px 14px;
  margin: 2px;
  border-radius: 5px;
}
#main .wp-pagenavi a:hover {
  color: #ffffff;
  border-color: #f06543;
  background-color: #f06543;
}
#main .wp-pagenavi .extend {
  box-shadow: none;
  padding: 5px 12px;
  border-radius: 5px;
  border: unset;
}
#main .wp-pagenavi .last,
#main .wp-pagenavi .first {
  border-radius: 5px;
  padding: 5px 10px;
}
#main .btn-contact {
  width: auto;
  float: right;
  background-color: #0053a4;
  color: #ffffff;
}
#main .btn-contact:hover {
  background-color: #f06543;
  color: #0053a4;
}
#main h1.page-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #f06543;
}
#main .thumb {
  width: auto;
}

.contact-page #map-wrapper.is-default {
  position: relative;
  overflow: hidden;
  max-height: 252px;
}
.contact-page #map-wrapper iframe {
  width: 100%;
}
.contact-page .wrapper {
  background: white;
  box-shadow: 0 10px 31px -21px #c7c7c7;
  border-radius: 10px;
  overflow: hidden;
}
.contact-page .wrapper iframe {
  height: 235px;
}
.contact-page .wrapper p {
  margin: 0;
}
.contact-page .wrapper form input,
.contact-page .wrapper form textarea {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  padding: 0.5rem 1rem;
  transition: all 0.2s;
}
.contact-page .wrapper form input:not(.wpcf7-submit),
.contact-page .wrapper form textarea:not(.wpcf7-submit) {
  margin-bottom: 30px;
}
.contact-page .wrapper form input:-webkit-autofill, .contact-page .wrapper form input:-webkit-autofill:hover, .contact-page .wrapper form input:-webkit-autofill:focus, .contact-page .wrapper form input:-webkit-autofill:active,
.contact-page .wrapper form textarea:-webkit-autofill,
.contact-page .wrapper form textarea:-webkit-autofill:hover,
.contact-page .wrapper form textarea:-webkit-autofill:focus,
.contact-page .wrapper form textarea:-webkit-autofill:active {
  box-shadow: 0 0 0 30px white inset !important;
}
.contact-page .wrapper form textarea {
  min-height: 183px;
}
.contact-page .wrapper form textarea::-webkit-input-placeholder, .contact-page .wrapper form textarea:-ms-input-placeholder, .contact-page .wrapper form textarea::placeholder {
  font-size: 90%;
}
.contact-page .wrapper form label {
  position: absolute;
  z-index: 1;
  margin: -12px 8px 0;
  font-size: 90%;
  background: white;
  padding: 0 10px;
  color: #616161;
  font-weight: normal !important;
  transition: all 0.2s;
}
.contact-page .wrapper form label.optional {
  font-size: 80%;
  margin-top: -20px;
  left: 30px;
  color: green;
}
.contact-page .wrapper form .wpcf7-submit {
  border: none !important;
  width: 150px;
  display: block;
  margin-right: auto;
  color: #f5f6fa;
  cursor: pointer;
  background-color: #f06543;
}
.contact-page .wrapper form .wpcf7-submit:hover {
  background-color: #ec3e14;
}
.contact-page .wrapper form.sent .wpcf7-response-output, .contact-page .wrapper form.failed .wpcf7-response-output {
  border: 0 !important;
  color: #46b450;
  margin: 0 0 15px;
  padding: 5px 15px !important;
  border-radius: 5px;
  font-size: 90%;
  background: rgba(70, 180, 80, 0.231372549);
  width: 100%;
}
.contact-page .wrapper form.failed .wpcf7-response-output {
  color: #dc3232;
  background: rgba(220, 50, 50, 0.1490196078);
}
.contact-page .wrapper form.invalid .wpcf7-response-output {
  display: none !important;
}
.contact-page .wrapper form .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 20px);
  font-size: 80%;
  transition: all 0.2s;
}
.contact-page .wrapper form .your-message {
  min-height: 130px;
  display: block;
}
.contact-page .wrapper form .your-message textarea {
  margin-bottom: 0;
}
.contact-page .wrapper form .your-message .wpcf7-not-valid-tip {
  bottom: 0;
  top: unset;
}
.contact-page .wrapper form .wpcf7-recaptcha {
  width: 250px !important;
  margin: 0;
}
.contact-page .wrapper form .wpcf7-recaptcha > div {
  transform: scale(0.8) translatex(38px) translateY(-18px);
}
.contact-page .wrapper.contact-info {
  color: #616161;
}
.contact-page .wrapper.contact-info a {
  color: #616161;
}
.contact-page .wrapper.contact-info a:hover {
  color: #f06543;
}
.contact-page .wrapper.contact-info i {
  color: #b2b2b2;
  background: #f5f6fa;
  border-radius: 5px;
  padding: 10px;
}

.main-title {
  position: relative;
}
.main-title::before, .main-title::after {
  left: 50%;
  content: "";
  height: 1px;
  width: 130px;
  bottom: 100%;
  position: absolute;
  background: #b2b2b2;
  transform: translateX(-50%);
}
.main-title::after {
  background: #003971;
  width: 7px;
  height: 7px;
  bottom: calc(100% - 3.5px);
  border-radius: 50%;
  box-shadow: 0 0 0 7px #f5f6fa;
}
.main-title h1 {
  color: #616161;
  font-size: 1.1em;
}

.post-wrapper {
  padding: 7px 0 0;
  display: block;
  position: relative;
  overflow: initial;
  height: 265px;
  border-radius: 8px;
}
.post-wrapper .image-wrapper {
  height: 144px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.post-wrapper .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
.post-wrapper .title {
  height: 50px;
}
.post-wrapper .title > a {
  font-weight: 400;
  line-height: 1.8;
  color: #616161;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-wrapper:hover {
  box-shadow: 0 10px 28px -21px #3c3c3c;
}
.post-wrapper:hover .title > a {
  color: #003971 !important;
}

#archives-filter-area .select-area span {
  background: #fff;
  cursor: pointer;
  width: 100%;
  display: block;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 7px 28px 7px 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#archives-filter-area .select-area span::after {
  content: "\f107";
  position: absolute;
  font-family: fontawesome;
  right: 11px;
  font-weight: bold;
}
#archives-filter-area .select-area ul {
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 2;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow-y: auto;
  max-height: 235px;
  direction: rtl;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#archives-filter-area .select-area ul li {
  cursor: pointer;
  transition: all 0.3s;
  padding: 0.2em 0.5em;
}
#archives-filter-area .select-area ul li:hover {
  color: #ffffff;
  background: #9e9e9e;
}

.theme-button.archives-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #e2e5eb;
  cursor: pointer;
}
.theme-button.archives-load-more.disable {
  display: none;
}

@media (min-width: 768px) {
  #masthead .main-content {
    height: 75px;
    padding: 0;
  }
  #masthead .main-content #nav-icon {
    display: none;
  }
  #colophon .menu-wrapper ul {
    flex-direction: row;
  }
  #colophon .menu-wrapper ul li {
    margin-left: 25px;
  }
  .bg-app {
    min-height: 250px;
    clip-path: ellipse(80% 60% at 50% 40%);
    -webkit-clip-path: ellipse(80% 60% at 50% 40%);
  }
}
@media (min-width: 992px) {
  .col-lg-1of5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html {
    overflow-x: unset;
  }
  #masthead .main-content.desktop #reservation-menu #panel-header.desktop .v-btn,
  #masthead .main-content.desktop #reservation-menu #panel-header.desktop .v-select__selections,
  #masthead .main-content.desktop #reservation-menu #panel-header.desktop .v-icon {
    color: #221e1f;
  }
  #masthead .main-content .first-row {
    height: 54px;
    margin-top: -12px !important;
  }
  #masthead .main-content .row-border {
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
  }
  #masthead .main-content .second-row {
    height: 50px;
  }
  #masthead #site-navigation.desktop {
    top: 5px;
    opacity: 1;
    z-index: 1;
    width: unset;
    background: unset;
    position: relative;
    visibility: visible;
  }
  #masthead #site-navigation.desktop #main-menu {
    background: unset;
    height: unset;
    width: unset;
    overflow: unset;
    margin-left: unset;
    display: flex;
    flex-wrap: wrap;
  }
  #masthead #site-navigation.desktop #main-menu > li > a {
    border-bottom: unset;
    height: 80px;
    display: flex;
    align-items: center;
    color: #221e1f;
    text-align: center;
    padding: 1em;
    transition: all 0.4s;
    padding: 0 1em !important;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 95%;
    position: relative;
  }
  #masthead #site-navigation.desktop #main-menu > li > a:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 1px;
    background: #f06543;
    transition: all 0.4s;
  }
  #masthead #site-navigation.desktop #main-menu > li > a i {
    display: block;
    margin: 0;
  }
  #masthead #site-navigation.desktop #main-menu > li > a:hover {
    color: #f06543;
  }
  #masthead #site-navigation.desktop #main-menu > li > a:hover:before {
    width: 100%;
  }
  #masthead #site-navigation.desktop #main-menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 0.5em;
  }
  #masthead #site-navigation.desktop #main-menu .fa-angle-down {
    display: none;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-bottom: unset;
    position: absolute;
    top: calc(100% + 10px);
    left: -1px;
    width: 210px;
    transition: all 0.3s;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 1em;
    top: 0;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .sub-menu {
    left: 100%;
    top: -1px;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
  }
  #masthead #site-navigation.desktop #main-menu > .menu-item-has-children:hover > a {
    color: #f06543;
  }
  #masthead #site-navigation.desktop #main-menu > .menu-item-has-children:hover > a:before {
    width: 100%;
  }
  #masthead #site-navigation.desktop #main-menu .menu-item-has-children {
    position: relative;
  }
  #masthead #site-navigation.desktop #main-menu .menu-item-has-children:hover {
    color: #f06543;
  }
  #masthead #site-navigation.desktop #main-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children {
    position: unset;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu {
    width: 100%;
    left: 0;
    padding-left: 15px;
    max-height: 435px;
    overflow-y: auto;
    pointer-events: none;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li {
    width: calc(25% - 15px);
    margin: 0 15px 15px 0;
    float: left;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li > a {
    font-weight: bold;
    border-bottom: 2px solid #0053a4;
    color: #0053a4 !important;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li > .sub-menu {
    position: unset;
    border: unset;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu li.menu-item-has-children > a:after {
    content: unset;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu li > a {
    padding-right: 1em !important;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children:hover > .sub-menu {
    pointer-events: all;
  }
  #masthead .lang-fa {
    margin: 9px 0px 0px 0px;
  }
  #masthead .lang-fa .lang-title .icon-global {
    right: unset;
  }
  #masthead .lang-fa .lang-title .icon-chevron-down {
    left: 6px;
  }
  #masthead .lang-en {
    margin: 9px 58px 0px 0px;
  }
  body:not(.page-template-app-templates) div.page-title {
    position: relative;
  }
  body:not(.page-template-app-templates) div.page-title h1 {
    border-bottom: unset;
  }
  body:not(.page-template-app-templates) div.page-title h1,
  body:not(.page-template-app-templates) div.page-title span {
    background: #f5f6fa;
  }
  body:not(.page-template-app-templates) div.page-title:after {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    height: 1px;
    background: #d7d7d7;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: -1;
  }
  body:not(.page-template-app-templates) .tour-itinerary .itinerary-wrapper,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .itinerary-wrapper {
    margin-bottom: 60px;
    min-height: 348.78px;
  }
  body:not(.page-template-app-templates) .tour-itinerary .itinerary-wrapper > figure:before,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .itinerary-wrapper > figure:before {
    top: 33px;
    margin: unset;
  }
  body:not(.page-template-app-templates) .tour-itinerary .itinerary-wrapper > figure:after,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .itinerary-wrapper > figure:after {
    top: 35px;
    margin: unset;
  }
  body:not(.page-template-app-templates) .tour-itinerary .itinerary-wrapper:before,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .itinerary-wrapper:before {
    height: 100%;
    bottom: 0;
    top: unset;
  }
  body:not(.page-template-app-templates) .tour-itinerary .itinerary-wrapper.last-item:before,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .itinerary-wrapper.last-item:before {
    height: 40px;
    top: 0;
    bottom: unset;
  }
  body:not(.page-template-app-templates) .tour-itinerary .itinerary-wrapper.last-item:after,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .itinerary-wrapper.last-item:after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 2px;
    height: calc(100% - 40px);
    bottom: 0;
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-one .itinerary-wrapper:first-of-type,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type {
    margin-top: 0;
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-one .itinerary-wrapper > figure:before,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:before {
    left: -38px;
    right: unset;
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-one .itinerary-wrapper > figure:after,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:after {
    left: -7px;
    right: unset;
    transform: rotate(-45deg);
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-one .itinerary-wrapper:before,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-one .itinerary-wrapper:before {
    left: -16px;
    right: unset;
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-one .itinerary-wrapper:first-of-type:before,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type:before {
    height: calc(100% - 40px);
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-one .itinerary-wrapper.last-item:after,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-one .itinerary-wrapper.last-item:after {
    left: -16px;
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-two,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-two {
    padding-top: 150px;
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-two .itinerary-wrapper > figure:before,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:before {
    right: -38px;
    left: unset;
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-two .itinerary-wrapper > figure:after,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:after {
    right: -7px;
    left: unset;
    transform: rotate(135deg);
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-two .itinerary-wrapper:before,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-two .itinerary-wrapper:before {
    right: -16px;
    left: unset;
  }
  body:not(.page-template-app-templates) .tour-itinerary .column-two .itinerary-wrapper.last-item:after,
  body:not(.page-template-app-templates) .hotelpackage-itinerary .column-two .itinerary-wrapper.last-item:after {
    right: -16px;
  }
  #main-div {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.home .citynet-app {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #colophon {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  #colophon .menu-wrapper {
    min-height: unset;
  }
  #colophon .menu-wrapper ul {
    width: unset;
    display: flex;
  }
  #colophon .address-box {
    height: unset;
  }
  #colophon .address-box .tel-box,
  #colophon .address-box .tel-box-en {
    height: 22px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #colophon .address-box .tel-box {
    padding-left: 10px;
    border-left: 1px solid #cacccf;
  }
  #colophon .address-box .tel-box-en {
    padding-right: 10px;
    border-right: 1px solid #cacccf;
  }
  #colophon .address-box .social-network,
  #colophon .address-box .social-network-en {
    margin-top: 0;
  }
  #colophon .address-box .social-network ul li,
  #colophon .address-box .social-network-en ul li {
    width: 30px;
    height: 30px;
  }
  #colophon .address-box .social-network ul li a i,
  #colophon .address-box .social-network-en ul li a i {
    margin-top: 7px;
  }
  #colophon .address-box .social-network {
    left: 15px;
    right: unset;
  }
  #colophon .address-box .social-network-en {
    left: unset;
    right: 0;
  }
  #colophon .namad-box .cn-arrow-footer {
    height: 10px;
  }
  #colophon .namad-box .cn-arrow-footer .icon-arrow-up {
    bottom: unset;
    margin-top: -20px;
  }
  #home-main-banner {
    position: relative;
  }
  #home-main-banner .image-banner {
    width: 100%;
    height: 450px;
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #home-main-banner .image-banner:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1490196078);
  }
  #home-main-banner .border-panel {
    top: 30%;
    width: 100%;
    position: absolute;
  }
  .item-box {
    margin-top: 8%;
  }
}
@media (min-width: 1400px) {
  #home-main-banner .border-panel {
    min-height: 500px;
  }
  #home-main-banner .border-panel + .container {
    margin-top: -360px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}/*# sourceMappingURL=style.css.map */